interface Props { name?: string size?: number | string color?: string class?: string } export interface IconProps extends Props { icon: string }