import { SVGProps } from "react"; export function EyeOnIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }