/** * @title Цвет фона иконки * @default normal * @enumNames [ * "По умолчанию", * "Основной", * "Цветной", * "Белый", * "Чёрный", * "Серый" * ] */ export type IconVersion = '' | 'normal' | 'color' | 'white' | 'black' | 'gray';