interface Icon extends DOMProps, StyleProps {
'aria-label'?: string,
children: ReactElement,
size?: 'XXS' | 'XS' | 'S' | 'M' | 'L' | 'XL' | 'XXL'
}
interface UIIcon extends DOMProps, StyleProps {
'aria-label'?: string,
children: ReactElement
}