This package provides following components:
SvgImage
- basically implements SVG sprites. Will create<svg>
element that contains all symbols, add passed source code to it and reuse it later.SvgIcon
- basic SVG icon that usesSvgImage
component internally.
See usage example in apps/vue-demo
directory.