import { FC } from "react"; import { ISvgIcon } from "./type"; const EmailIcon: FC = ({ className }) => { return ( <> ); }; export default EmailIcon;