import { BaseTypeProps } from "../../utils/interface"; export interface IconProps extends BaseTypeProps { name: string; fontSize?: string; onClick?: () => void; }