From 74f543bf04e7986008bf91aae4d59eda2429790a Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 23 Mar 2020 20:28:34 +0100 Subject: iconfont generator --- .build/iconfont.html | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 .build/iconfont.html (limited to '.build/iconfont.html') diff --git a/.build/iconfont.html b/.build/iconfont.html new file mode 100644 index 00000000..a61a6ad3 --- /dev/null +++ b/.build/iconfont.html @@ -0,0 +1,117 @@ + + + + + + + Tabler Icons - version <%= v %> + + + + + + + +
+
+

+ Tabler Icons +

+

version <%= v %>

+
+ +
+
+ <% glyphs.forEach(function(glyph) { %> +
+ + <%= glyph.name %> +
+ ti ti-<%= glyph.name %>
+ \<%= glyph.unicode[0].codePointAt(0).toString(16) %> +
+
+ <% }) %> +
+
+
+ + + + -- cgit v1.2.1