unplugin-icons
unplugin-icons copied to clipboard
🤹 Access thousands of icons as components on-demand universally.
At Vite startup I am getting the above error on all icons in use, and consequently the Vite server wont start. Strangely I had this same issue 2 days ago,...
Quasar is built on Vue 3 but it has its own way of configuring webpack, its own plugin system, etc. All the variants of unplugin would be a great addition,...
using my Vue component like: ``` const suggets = () => { } ``` and in my html file I use something like: `` And I am getting this warning...
Maybe I'm missing something but I downloaded all the sets with `npm i -D @iconify/json` and received a bunch of JSON files that store the SVG definitions. Is there a...
The [Frameworks section of the readme](https://github.com/antfu/unplugin-icons#frameworks) contains a part about Vue 3, where it says: > Vue 3 support requires peer dependency @vue/compiler-sfc But looking into [@vue/compiler-sfc's readme](https://www.npmjs.com/package/@vue/compiler-sfc) it now...
It would be nice to use unplugin-icons as the go-to icon solution also in astro. Background: I am using [astro](http://astro.build) as my static site builder and I didn't manage to...
Similar to issue #53, but React not Vue. Setting `className`on a icon component overrides the default class set in the config. This is because inside the declaration the `className` prop...
I have an in-house large collection of icons all named with dots i.e. `calendar.circle.fill.svg` I have setup a custom collection but I am not able to import the components generated...
first if install @svgr/core by pnpm for react get an warn ``` WARN Issues with peer dependencies found . └─┬ unplugin-icons └── ✕ unmet peer @svgr/core@^5.5.0: found 6.1.2 ``` and...