/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EyeSlashIcon: 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='m18.382 20-3.437-3.354q-.715.223-1.442.334a10 10 0 0 1-1.503.11q-3.09 0-5.502-1.686Q4.084 13.718 3 11.03a9.5 9.5 0 0 1 1.084-1.99 9.3 9.3 0 0 1 1.493-1.646L3.327 5.13 4.473 4l15.054 14.869zM12 14.667q.225 0 .42-.02t.419-.081L8.42 10.202a2.6 2.6 0 0 0-.081.414q-.02.192-.02.414 0 1.515 1.073 2.576 1.074 1.06 2.608 1.06m5.973.363-2.598-2.545q.143-.344.225-.697.082-.354.082-.758 0-1.515-1.074-2.575T12 7.394q-.409 0-.767.08a3.5 3.5 0 0 0-.706.243l-2.086-2.06A9.15 9.15 0 0 1 12 4.97q3.09 0 5.502 1.687Q19.916 8.343 21 11.03a9.4 9.4 0 0 1-1.238 2.212 9 9 0 0 1-1.79 1.788m-3.784-3.717L11.734 8.89a1.9 1.9 0 0 1 1.053.09q.481.193.829.556t.501.839.072.94' />
    </g>
  </svg>
);
export default EyeSlashIcon;
