export interface IconPropsType {
    type: string;
    color?: string;
}
