SpartanIconDefinition
@spartanfx/react / index / SpartanIconDefinition
Interface: SpartanIconDefinition
A single vendored icon: a viewBox and one or more SVG path d strings.
Properties
| Property | Type | Description |
|---|---|---|
paths | string[] | One or more <path d="…"> strings, painted with fill="currentColor". |
viewBox | string | SVG viewBox. Almost always '0 0 24 24'. |