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 916 forks source link

Icon tags not present in release artifacts #685

Open shardwolfdotnet opened 1 year ago

shardwolfdotnet commented 1 year ago

The release artifacts (webfont, EPS, PNG, PDF, and SVG files) don't include the tags associated with each icon. This means downstream projects that want to consume the combined icon+tag data have to pull the source package for the release, or clone the repo itself.

Some options for attaching this information to release artifacts (not mutually-exclusive nor exhaustive):

shardwolfdotnet commented 1 year ago

For SVGs, /src/_includes/icon.html looks like it could be amended to inject categories. (Liquid can do iteration over a list, but it's not clear if the include structure already exposes icon tags.)