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:
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:and
How can I configure this setup?