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