Skip to main content

SpartanIconDefinition

@spartanfx/react v1.2.2


@spartanfx/react / index / SpartanIconDefinition

Interface: SpartanIconDefinition

A single vendored icon: a viewBox and one or more SVG path d strings.

Properties

PropertyTypeDescription
pathsstring[]One or more <path d="…"> strings, painted with fill="currentColor".
viewBoxstringSVG viewBox. Almost always '0 0 24 24'.