export interface IconProps { size?: number | string; color?: string; stroke?: number; className?: string; style?: React.CSSProperties; }