Skip to main content

VAIcon

A common component to display assets (SVGs). For all icons in the SVG definitions, on the primary/only path: - Set `fill` to `#000` to inherit VAIcon's fill color prop If the SVG icon is duotone, additionally: - Set `color` to `#fff` on the top level svg (not path) - Set `fill` to `currentColor` on the secondary path to inherit VAIcon's fill2 color prop If the SVG icon uses stroke, additionally: - Set `stroke` to `#00F` to inherit VAIcon's stroke color prop Example icons of each classification: - One layer: HomeSelected.svg - Duotone: CircleCheckMark.svg - Stroke: RadioEmpty.svg

This component does not have props defined