SVG library Generator - This is a simple and convenient cli app for creating SVG icon libraries. With it, you can easily combine a set of SVG files into a single library ready for publication in npm.
npx svglb@latest init <project-name>
Change directory into your new project from your terminal:
cd <project-name>
Build icons libary:
npm run build