unplugin / unplugin-icons

🤹 Access thousands of icons as components on-demand universally.
https://www.npmjs.com/package/unplugin-icons
MIT License
3.65k stars 131 forks source link

ID collisions in astro #321

Open panchaow opened 7 months ago

panchaow commented 7 months ago

the same problem as described in #188 but for astro

I suppose handleSVGId should be used in the compiler for astro too?

panchaow commented 7 months ago

I just realized that handleSVGId is not a generic fix but for vue only..