export interface IconPropsType { type: string; color?: string; viewBox?: string; size?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'm'; }