export type IconBaseColor = 'success' | 'warning' | 'error' | 'info' | 'gray' | 'black' | 'currentColor' | string;