import { FC, SVGProps } from "react"; export const CrossedEyeIcon: FC> = (props) => { return ( ); };