With astro-icon@0.8.2 we were fetching SVG icons from CDN on demand and caching them in app memory using createIconPack. Since astro-icon@1.0.0 it is no longer possible to do that (https://www.astroicon.dev/guides/upgrade/v1/#removed-createiconpack-utilities) - you can either depend on preinstalled iconify sets or store .svg locally. The new approach is not an option since the icon src is coming from CMS and we select them from a much larger pool of icons in CDN. Wondering if there's any other approach to continue using the same approach with or without astro-icon? Any of you guys encountered similar situation?
Astro Icon