vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
226 stars 22 forks source link

mdi-Icons with Custom-SVG-Icons #234

Closed julschne closed 4 months ago

julschne commented 5 months ago

Hi there,

I'm currently using mdi-icons as the default icon set, which works great. However, I now need to incorporate custom SVG icons stored in the assets/icons folder. To achieve this, I've installed the nuxt-icons module since it supports custom icons.

My goal is to consistently use the <v-icon> tag for all icons, for example:

<v-icon>mdi-aws</v-icon>

and

<v-icon>my-custom-svg-icon</v-icon>

How can I configure this setup?

userquin commented 5 months ago

check https://github.com/userquin/vuetify-nuxt-icon-integration (https://vuetify-nuxt-module.netlify.app/guide/icons/integrations.html)