VectorImage constructor
Enables theming of vector graphics.
Usage:
- VectorImage.primaryColor → Interpolate this into the SVG code to use the primary color of the
this.current
theme. - VectorImage.secondaryColor → Interpolate this into the SVG code to use the secondary color of the theme.
- VectorImage.tertiaryColor → Interpolate this into the SVG code to use the tertiary color of the theme.
- VectorImage.accentColor → Interpolate this into the SVG code to use the accent color of the theme.
- VectorImage.textColor → Interpolate this into the SVG code to use the text color of the theme.
Implementation
const VectorImage