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