vite-plugin-svg-icons
vite-plugin-svg-icons copied to clipboard
Generating multiple sprites
While the default case of putting all the svgs into a single sprite and always including it on the page makes a lot of sense for something like an icon set used throughout your app, ideally I'd like to be able to generate multiple sprites for different sets of svgs and include them on specific pages. For example, you may have a set of large svgs used only on a specific landing page.
I'm happy to play around with it and open a PR, but curious if you have any thoughts about this use case and what the config settings should look like.
I think this is good, pull request is welcome
How can I help?