robcresswell / vue-material-design-icons

Material Design Icons as Vue Single File Components
https://npmjs.com/vue-material-design-icons
MIT License
162 stars 35 forks source link

Can't import thin icon #275

Closed RSurya99 closed 2 years ago

RSurya99 commented 2 years ago

Hello, I got an error that telling the icon is not found when I use thin material design icon, does this package not use the latest version of the material design icon? errorThinIcon

robcresswell commented 2 years ago

https://unpkg.com/vue-material-design-icons/ has all the latest icons. I don't pick the names, just mirror them from MDI and package them up as vue icons

RSurya99 commented 2 years ago

https://unpkg.com/vue-material-design-icons/ has all the latest icons. I don't pick the names, just mirror them from MDI and package them up as vue icons

I've checked it and see that the CDN doesn't have some icons like ArrowUpThin Icons, I don't know why but that's also a problem, the only solution is to change the icon to something else

Material-Design-Icons

Material-Design-Icons(2)

kaiserkiwi commented 2 years ago

Multiple folder icons are missing too. For example FolderCancelIcon. Can we expect an update soon?

robcresswell commented 2 years ago

I've updated the lib, should have all the icons now