unplugin-icons
unplugin-icons copied to clipboard
🤹 Access thousands of icons as components on-demand universally.
### Describe the bug ```sh main:dev: Installing @iconify-json/bi... main:dev: [ni] Unknown packageManager: [email protected] main:dev: bun install v1.0.4 (745b6b94) main:dev: ``` ### Reproduction -- ### System Info ```Shell ➜ bun x...
### Clear and concise description of the problem i've seen from the docs that the transform function only works on custom icons. why can't it work on all of them?...
### Describe the bug I followed all the steps to make this Icons library work within my setup (Nextjs application), however I'm getting an Eslint error that says: `Unable to...
### Describe the bug Using custom icons, all the fills in my svg's are overridden — even when defining a `currentColor`, every fill gets that color, gets assigned the same...
### Clear and concise description of the problem Namespace attributes (`xmlns` and `xmlns:xlink`) are not needed for SVGs that are inlined in `text/html` documents, so they are just adding unnecessary...
### Clear and concise description of the problem rspack support ### Suggested solution Using unplugin's experimental [rspack](https://www.rspack.dev/) support ### Alternative _No response_ ### Additional context _No response_ ### Validations -...
### Describe the bug 设置`autoInstall: true`并在项目中使用`element-plus`的某个图标, `unplugin-icons`会尝试以命令***yarn add -D --prefer-offline @iconify-json/ep***安装`@iconify-json/ep`, 但是, 这会导致报错, 安装失败. `vite.config.ts`配置如下: ```typescript import { fileURLToPath, URL } from 'node:url' import { defineConfig } from 'vite' import...
### Describe the bug Hi, thanks for the awesome project! I recently attempted an upgrade to Vue 3.3 and encountered an error when trying to build the project. Build worked...
### Describe the bug Solar icon set doesn't seems to be working  ```VUE {{ metadata.data.rank }} {{ metadata.data.rank }} ``` ### Reproduction https://git.illya.network/automne/reprod-solar-issue ### System Info ```Shell { "name":...
### Describe the bug I got some error messages while building with rollup: `rollup.config.js` ``` js import { defineConfig } from 'rollup' import iconPlugin from 'unplugin-icons/rollup' import typescriptPlugin from '@rollup/plugin-typescript'...