I'm using Astro Icon to use icons in my Astro pages. My icons are SVGs stored in src/icons. How can I use them in a client component ? When I try and use the Icon component from Astro Icon it tells me that it cannot be used in a client component.
I'd like to be able to inline SVGs just like Astro Icon does, but in a client component (in Svelte for example).