nuxt-icons
nuxt-icons copied to clipboard
Module for Nuxt allowing pleasant use of svg icons
When I added `nuxt-icons` to the modules array in the `nuxt.config.js` I get the following error while and after server restart ```log ERROR Cannot start nuxt: nuxtCtx.tryUse is not a...
This scheme will write all svg to nuxticons.mjs file, my project has several thousand svg icons, nuxticons.mjs file will be over 5mb. How can it be loaded on demand?
My Icon pack mostly makes use of `stroke` in the SVGs When NOT using the `fill` attribute, all `strokes` in the SVG are filled with shapes. This breaks the icons...
❓ Type of change 📖 Documentation (updates to the documentation or readme) 👌 Enhancement (improving an existing functionality like performance) ✨ New feature (a non-breaking change that adds functionality) ⚠️...
 The stroke-width attribute is filtered out
**Describe the bug** I found a bug about type error. vue-tsc error at line 27 of nuxt-icon.vue, while activated noUncheckedIndexedAccess in tsconfig. **To Reproduce** It occurs vue-tsc error on building...
Update as: 'raw' to query: '?raw', import: 'default'
**Describe the bug** I'm using nuxt-icon for my icons, but i tried to use svgo to import a custom svg (not icon, illustration). The issue is that nuxt-icon is adding...
This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....