aboutsummaryrefslogtreecommitdiff
path: root/src/tags.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
committercodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
commita30198e3f468463384a41b169d93d1ec1ca07d12 (patch)
tree20f5ef8e399123d2ea71e88fe56385fab177883b /src/tags.json
parentfix `antenna-bars-off` (diff)
downloadtabler-icons-a30198e3f468463384a41b169d93d1ec1ca07d12.tar.xz
init v2.0 of tabler icons
Diffstat (limited to 'src/tags.json')
-rw-r--r--src/tags.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tags.json b/src/tags.json
index cab4e929..3b2d3fef 100644
--- a/src/tags.json
+++ b/src/tags.json
@@ -4,6 +4,7 @@
{% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %} "{{ icon.slug }}": {
"category": "{{ icon.category }}",
"tags": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}],
- "version": "{{ icon.version }}"
+ "version": "{{ icon.version }}",
+ "unicode": "{{ icon.unicode }}"
}{% unless forloop.last %}, {% endunless %}{% endfor %}
}