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