unplugin-icons icon indicating copy to clipboard operation
unplugin-icons copied to clipboard

🤹 Access thousands of icons as components on-demand universally.

Results 111 unplugin-icons issues
Sort by recently updated
recently updated
newest added

build by docusaurus and react webpack config ```js plugins: [ new ArcoWebpackPlugin(), require('unplugin-icons/webpack')({ prefix: 'Icons', compiler: 'jsx', jsx: 'react', }), ], ``` error ``` Module parse failed: Unexpected token (3:34)...

`unplugin-icons` looks cool. I want to use custom icons in my project, but it seems that viewing the icon list is not supported, so that the management and use of...

Is it possible to use it with storybook? Example story: ```js const IconOnlyTemplate = (args, { argTypes }) => ({ props: Object.keys(argTypes), methods: actions, template: ` `, }) ```

Hey! I am using this plugin really often with Vite and Vue 3. But now I am trying to use this plugin on Vue 2 and webpack 4 and getting...

Not exactly sure when this started, but I'm getting an error when running `vue-tsc` (TS typechecking for vue) related to this plugin running `vue-tsc --noEmit` gives me the following error...

Can this plugin be used to bundle a whole icon set? The use case is user-generated content: I want to be able to specify an icon set (or sets) from...

If you use SVG Filter effects in the project, in my case a Vue3 project, due to the fact that the filters start with `fe`, it tries to resolve them...

Hello, and thanks for this great library. I would like to add a title attribute to my icon components. Problem is `` does not provide a tooltip on mouseover as...

Awaits https://github.com/nuxt/components/pull/234

Hopefully this is the right place. I'm having some issues getting the auto importer to work ~~correctly and/or~~ without warnings on sveltekit. I've made an example repository here: https://github.com/RickMeijer/sveltekit_auto-import -...