export interface IconProps {
    color?: string;
    size?: number;
}
