iconify / api

Iconify API script. Search engine for icons, provides icon data on demand for icon components, dynamically generates SVG.
MIT License
96 stars 34 forks source link

MDI missing icons #4

Closed SwatkinsVU closed 2 years ago

SwatkinsVU commented 2 years ago

I've set up this api and pointed my application to it. After doing so, it seems some of the icons from the MDI set that work when using the CDN api are no longer available. Examples are 'mdi:check-bold' and 'mdi:table-clock'. This persists even after specifying version 1.1.461 for @iconify/json in the optional dependencies.

cyberalien commented 2 years ago

Thanks for reporting!

Icons you've listed are available in 1.1.461, probably issue is browser cache.

I've updated code to support latest version of @iconify/json package and updated dependencies.

SwatkinsVU commented 2 years ago

Confirmed fixed! Didn't know about the localStorage cache before. Thanks for the help.