export type IconColor = 'primary' | 'secondary' | 'tertiary' | 'gray' | 'placeholder' | 'brand-color' | 'danger-subtle' | 'danger' | 'danger-bold' | 'warning-subtle' | 'warning' | 'warning-bold' | 'info-subtle' | 'info' | 'info-bold' | 'success-subtle' | 'success' | 'success-bold' | 'highlight-subtle' | 'highlight' | 'highlight-bold' | 'disabled' | 'lightness' | 'darkness'; export type IconSize = 'normal' | 'large';