To generate TheIconSprite.vue file, as a developer I use a web-based generator.
Issue is there are some style changes that need to be made in the generated sprite file like fixing fill and stroke attributes and these are done manually. Also, the order of icons gets changed each time I generate.
I need a consistent solution to generate TheIconSprite.vue file which takes in all svg files inside the assets directory and outputs a .vue file to the components directory. Make necessary changes to fill and stroke styles and optimize each individual svg before combining them.