oh-vue-icons icon indicating copy to clipboard operation
oh-vue-icons copied to clipboard

A Vue component for importing inline SVG icons from different popular icon packs easily.

Results 23 oh-vue-icons issues
Sort by recently updated
recently updated
newest added

I have a nuxt app using [nuxt layers](https://nuxt.com/docs/getting-started/layers), in the base app i have a plugin: ``` import { addIcons } from 'oh-vue-icons'; import * as bootstrapIconsKeyed from 'oh-vue-icons/icons/bi'; export...

oh-vue-icons has 2,271 of the 2,736 Remix icons. You are missing 465 icons (17%). Specifically I want to use the loop icons.

```html ``` You should be able to rotate the icon by 90º, 180º and 270º. The styling could be handled like so: ```css .ov-flip-horizontal { transform: scale(-1, 1); } .ov-rotate-90...

Updated package.json template to include ```type: "module"```. This allows loading icons as ES Modules in NPM. Bug found while testing SSR with Vite + Laravel + Inertia. This PR fixes...

i am facing memory leak when npm run dev or build nuxt plugin: ```js import Vue from 'vue'; import OhVueIcon from 'oh-vue-icons'; import { BiGrid, BiCalendar4Week, CoHome, BiBuilding, PrUsers, BiChatDots,...

In docs.md, I fixed some typos and adjusted the grammar/punctuation in a few places to make it flow better. Hope this helps :)

I did this in a futile attempt to fix #31, it didn't help but everything seems to be fine with the upgrades. I ran into 1 error that I don't...

Hi. Is it possible to somehow implement an icon alias to be able to use a set of icons with the same name from different sources? Example: ```js import {...

My internet connection is rather weak The site needs every time visit it to download the app.js file It takes a long time to download it ![image](https://user-images.githubusercontent.com/69402911/215428226-5995ac2a-cdaa-4b92-8625-8d94d6cb5ac2.png)

https://github.com/Renovamen/oh-vue-icons/blob/931fa2161005df3aa68263bec469ea001cac1971/README.md?plain=1#L173 https://github.com/Renovamen/oh-vue-icons/blob/931fa2161005df3aa68263bec469ea001cac1971/README.md?plain=1#L192 The links look like `https://oh-vue-icons.js.orgdocs/#examples` Should look like `https://oh-vue-icons.js.org/docs#examples` I think.