export interface IconProps { width?: number; height?: number; className?: string; color?: string | null; }