export interface IIconProps {
    name: string;
    type: IGlobal.IconType;
    color?: string;
    size?: string | number;
}
