Combine all your SVGs into one using <symbol>
npm install svgstore-cliA command-line tool for combining SVG files into a single sprite sheet using tags.
```
npm install -g svgstore-cli
``
svgstore [-o OUTFILE] [-p PREFIX] [--inline] INPUT ...
* Multiple input files can be specified
Input files can be globs (e.g., /.svg)-o outfile
* Output to stdout by default
* Can direct output to a file with the flag-p prefix
* Can prefix the symbol names using the flag--inline` to avoid generating XML doctype
* Supports
---
Licensed under MIT