This is a simpe module that takes a folder of svgs and generates a symbol file. It also strips out the fill and stroke attributes so you can style them.
*you can use svg-extract-styles
to pull the styles out into css first if you like.
npm i svg-symbols --save-dev
svg-symbols ./directory-of-svgs > ./symbol-file.svg