export interface IIconProps { name: string; prefixCls?: string; className?: string; size?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg'; }