export interface CheckIconProps { disabled?: boolean; shape?: 'circle' | 'square'; type?: 'empty' | 'check' | 'dot' | 'dash'; }