<Icon
name={'cross'}
size={12}
fill={'currentColor'}
/>
interface IconProps {
name: 'dots-vertical' | 'dots-horizontal' | 'lines-horizontal' | 'cross' | 'edit' | 'plus' | 'minus' | 'search' | 'angel-right' | 'angel-left' | 'angel-up' | 'angel-down'
size?: number
fill?: string
}