From ffbdf7636ced1dcf71ad43ff3973705833aa280f Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 7 Apr 2020 20:37:58 +0200 Subject: Release 1.4.0 --- iconfont/tabler-icons.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'iconfont/tabler-icons.css') diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index e87c71d7..73d9b2d2 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.3.1 by tabler - https://tabler.io + * Tabler Icons 1.4.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.ti-accessible:before { + content: ""; +} + .ti-activity:before { content: ""; } @@ -484,6 +488,10 @@ content: ""; } +.ti-checks:before { + content: ""; +} + .ti-chevron-down:before { content: ""; } @@ -656,6 +664,10 @@ content: ""; } +.ti-currency-bitcoin:before { + content: ""; +} + .ti-currency-dollar:before { content: ""; } @@ -664,6 +676,18 @@ content: ""; } +.ti-currency-pound:before { + content: ""; +} + +.ti-currency-rupee:before { + content: ""; +} + +.ti-currency-yen:before { + content: ""; +} + .ti-cut:before { content: ""; } @@ -732,6 +756,10 @@ content: ""; } +.ti-disabled-2:before { + content: ""; +} + .ti-disc:before { content: ""; } @@ -812,6 +840,10 @@ content: ""; } +.ti-file-horizontal:before { + content: ""; +} + .ti-file-invoice:before { content: ""; } @@ -856,6 +888,18 @@ content: ""; } +.ti-float-center:before { + content: ""; +} + +.ti-float-left:before { + content: ""; +} + +.ti-float-right:before { + content: ""; +} + .ti-floppy-disk:before { content: ""; } @@ -1404,10 +1448,18 @@ content: ""; } +.ti-rotate-2:before { + content: ""; +} + .ti-rotate-clockwise:before { content: ""; } +.ti-rotate-clockwise-2:before { + content: ""; +} + .ti-route:before { content: ""; } -- cgit v1.2.1