export interface BaseIconProps { width?: number; height?: number; className?: string; } export { default as IconCom } from "./IconCom";