export interface ISVGIconProps {
    name: string;
    size?: number | string;
    color?: string;
}
