import { SVGProps } from 'react'; const EyeSlashIcon = (props?: SVGProps) => { return ( ); }; export default EyeSlashIcon;