export interface IIconDropdownItem { label: string; value: string; isSelected?: boolean; }