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