aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-02 21:31:43 +0100
committercodecalm <codecalm@gmail.com>2020-03-02 21:31:43 +0100
commit3de421eb6ba92054020a098d4b985db8ffeb1018 (patch)
tree99124e5c990df9a4d51549997c9b11b786319b39 /index.html
parentshare, folders, target (diff)
downloadtabler-icons-3de421eb6ba92054020a098d4b985db8ffeb1018.tar.xz
arrows, maximize, minimize, eye
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 19a642e..bed918e 100644
--- a/index.html
+++ b/index.html
@@ -97,6 +97,17 @@
</div>
<div class="mb">
+ <div class="icons-list icons-list-borders">
+ {% for icon in icons %}
+ {% assign name = icon.slug %}
+ <a href="#" class="icons-list-icon js-icon" title="{{ icon.slug }}" data-icon="{{ name }}">
+ {% include icon.html name=name %}
+ </a>
+ {% endfor %}
+ </div>
+ </div>
+
+ <div class="mb">
<div class="icons-list icons-list-squares">
{% for icon in icons %}
{% assign name = icon.slug %}