packages/components/eui-icon-color/eui-icon-color.component.ts
Renders multi-colored icons using layered path elements with individual color styling. Supports icons with up to 20 distinct color paths, commonly used for brand logos and complex iconography.
<eui-icon-colored iconClass="icon-brand-logo"></eui-icon-colored>.path{n} class for individual styling| selector | eui-icon-colored, span[euiIconColored], [euiIconColored] |
| template | |
Properties |
|
Methods |
Inputs |
HostBindings |
Accessors |
| iconClass |
Type : any
|
|
CSS class name corresponding to the colored icon to display. Must match an icon class from the eUI colored icon set. |
| class |
Type : string
|
| getCssClasses |
getCssClasses()
|
|
Returns :
string
|
| Public paths |
Type : []
|
Default value : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
|
| cssClasses |
getcssClasses()
|