Home > @uniformdev/design-system > IconColor
IconColor type
sets fill color of the svg icon 'default'
Signature:
type IconColor = 'white' | 'action' | 'default' | 'red' | 'gray' | 'gray300' | 'accent' | 'currentColor' | 'accent-dark' | 'accent-light' | 'accent-alt-dark';