tabler / tabler-icons

A set of over 5700 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.31k stars 917 forks source link

[File Request] tags.json file not available in all 3.x.x versions #1196

Closed Tomic-Riedel closed 3 months ago

Tomic-Riedel commented 3 months ago

Hi! In all Tabler 2.x.x versions, there has been a tags.json file available which was very helpful when wanting to implement a search functionality in his own app. Here is the file I mean in version 2.47.0: https://github.com/tabler/tabler-icons/blob/v2.47.0/tags.json

Is there a similar file available in 3.x versions that makes it possible to parse all the tags of the icons? If not, can this be added to the repo again?

I know that there is a similar file in the tabler icons figma repository, but this is also only till version 2.47.0.

Thank you very much!

BG-Software-BG commented 3 months ago

There is no tags.json in @tabler/icons 3.x.x repository but you can clone the repo and run pnpm run build:icons. It should create a icons.json file in packages/icons directory. It will have a structure similar to old tags.json.