Skip to content

Svg symbols support

Choose a tag to compare

@jughosta jughosta released this 08 Aug 03:48
· 26 commits to develop since this release

Now you can combine your svg-icons to single symbols.svg file. Just store your svg icons in assets/symbols directory.

Default configuration options:
"svgSymbolsDir": "symbols"
"svgSymbolsFileName": "symbols"
"useSvgSymbols": false // set it to true
"svgSymbolsPrefix": "icon-"
"svgstoreConfig": { "inlineSvg": true }"

Plugin gulp-svgstore will be used to generate single svg-file with symbols.

How to use svg-symbols you can read here.