nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

Enhancement: Use Nuxt Icon module for SVG's instead of inlined SVG's #39

Open luc122c opened 9 months ago

luc122c commented 9 months ago

I think it would tidy up the source code a lot to use the Nuxt Icon module where possible. For example, to replace this icon. From my understanding, they would be rendered to HTML (SVG) as part of the build process, so the end result shouldn't change?

Atinux commented 8 months ago

We can use the UIcon component from https://ui.nuxt.com actually to improve this