levrik / mdi-react

Material Design Icons for React/Preact packaged as single components
Other
147 stars 23 forks source link

Some icons not available #89

Closed limitedmage closed 3 years ago

limitedmage commented 3 years ago

Some icons, such as weather-cloudy-clock, are not available with this library. Maybe the library is outdated?

levrik commented 3 years ago

@limitedmage I've just updated the icons to v6. Could you please check if the icon is available in the just released v8 of mdi-react?

limitedmage commented 3 years ago

@levrik Thank you, I'll take a look! Are there any breaking changes in v8?

levrik commented 3 years ago

@limitedmage A major version bump of mdi causes a major version bump of mdi-react as well. No changes in mdi-react itself. Please check out the changes of mdi. I'm guessing some icons were removed and/or some were replaced by updated versions.

limitedmage commented 3 years ago

@levrik Thanks so much for the quick response and the update. mdi-react is now up to date with the latest MDI and I'm updating our code on https://github.com/sourcegraph/sourcegraph/pull/26617 to update the library. There are some breaking changes but nothing super major 👍