therufa / mdi-vue

Material design icons for vue.js
https://www.npmjs.com/package/mdi-vue
MIT License
88 stars 13 forks source link

Icon not found #39

Closed SimonFricker closed 3 years ago

SimonFricker commented 4 years ago

This dependency was not found: ClipboardEditOutline.vue

import ClipboardEditOutlineIcon from 'mdi-vue/ClipboardEditOutline.vue'

MDI Icon link https://materialdesignicons.com/icon/clipboard-edit-outline

therufa commented 4 years ago

Hi @SimonFricker, thanks for reporting this issue. I see this icon was added to material design icons after the last update of this lib. Should be up-to-date within a few minutes :)

therufa commented 4 years ago

It's been deployed, you can update now. Thanks for your patience :)

SimonFricker commented 4 years ago

@therufa thanks for the reply.

I updated the package "mdi-vue": "^1.6.3", however Vue still fails to compile because it can not find the icon mdi-vue/ClipboardEditOutline.vue

therufa commented 4 years ago

@SimonFricker I'm afraid my hands are tied on this; like many other similar libraries this one uses Templarian/MaterialDesign-JS to generate all the icons. After a little investigation, I have noticed that it's out of date. To speed up the process I'll open an issue over there.

(Take a look for yourself, ClipboardEdit is missing completely https://github.com/Templarian/MaterialDesign-JS/blob/master/mdi.js)

Once we have an update I'll publish a new package. Thanks again!

Edit: https://github.com/Templarian/MaterialDesign-JS/issues/9

therufa commented 3 years ago

Just pushed a release with some new icons @SimonFricker. I hope still in time 😅