/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InfoOutlineIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12 7.5a.87.87 0 0 0-.641.259.87.87 0 0 0-.259.641.87.87 0 0 0 .259.641A.87.87 0 0 0 12 9.3a.87.87 0 0 0 .641-.259.87.87 0 0 0 .259-.641.87.87 0 0 0-.259-.641A.87.87 0 0 0 12 7.5m0 3.6a.87.87 0 0 0-.641.259.87.87 0 0 0-.259.641v3.6a.87.87 0 0 0 .259.641.87.87 0 0 0 .641.259.87.87 0 0 0 .641-.259.87.87 0 0 0 .259-.641V12a.87.87 0 0 0-.259-.641A.87.87 0 0 0 12 11.1M12 3q1.867 0 3.51.709a9.1 9.1 0 0 1 2.858 1.924A9.1 9.1 0 0 1 20.29 8.49 8.8 8.8 0 0 1 21 12a8.8 8.8 0 0 1-.709 3.51 9.1 9.1 0 0 1-1.924 2.858 9.1 9.1 0 0 1-2.857 1.923A8.8 8.8 0 0 1 12 21a8.8 8.8 0 0 1-3.51-.709 9.1 9.1 0 0 1-2.857-1.924 9.1 9.1 0 0 1-1.924-2.857A8.8 8.8 0 0 1 3 12q0-1.867.709-3.51a9.1 9.1 0 0 1 1.924-2.857A9.1 9.1 0 0 1 8.49 3.709 8.8 8.8 0 0 1 12 3m0 1.8q-3.016 0-5.107 2.093Q4.799 8.984 4.8 12t2.093 5.108T12 19.2q3.015 0 5.108-2.092T19.2 12t-2.092-5.107Q15.015 4.799 12 4.8' />
    </g>
  </svg>
);
export default InfoOutlineIcon;
