tabler/tabler-icons

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

Closed this issue · 1 comments

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!

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.