/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EyeIcon: 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 15.6q1.534 0 2.608-1.05A3.43 3.43 0 0 0 15.682 12q0-1.5-1.074-2.55T12 8.4 9.392 9.45A3.43 3.43 0 0 0 8.318 12q0 1.5 1.074 2.55T12 15.6m0-1.44q-.92 0-1.565-.63A2.06 2.06 0 0 1 9.791 12q0-.9.644-1.53T12 9.84t1.565.63.644 1.53-.644 1.53-1.565.63M12 18q-2.986 0-5.44-1.63A9.3 9.3 0 0 1 3 12a9.3 9.3 0 0 1 3.56-4.37Q9.013 6 12 6t5.44 1.63A9.3 9.3 0 0 1 21 12a9.3 9.3 0 0 1-3.56 4.37Q14.987 18 12 18' />
    </g>
  </svg>
);
export default EyeIcon;
