nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
874 stars 38 forks source link

Too much duplicated characters if use a same svg icon many times in one page #66

Open gyhyfj opened 1 year ago

gyhyfj commented 1 year ago

This nuxt-icon module works well in my nuxt3 project, but I found a small problem:

I have 100 pictures on my home page, then I put such as 'edit' icon and 'love' icon on every pictures , which turn out to be many duplicated characters on the page because of the path of every svg is very long but they are same <path>.

Could it be possible to use <use> to resolve that problem for ssr when building?