/// export interface IconProps { fill?: string; contrast?: string; style?: React.CSSProperties; className?: string; }