import { Icon } from "utils/types"; const Icon = ({icon, className}: {icon: Icon, className?:string}) => { return ( ) } export default Icon