From 2d1444de91f772f9434329555784697b957cb2be Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 5 Dec 2020 17:50:52 +0100 Subject: Release 1.37.0 --- iconfont/tabler-icons.css | 74 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) (limited to 'iconfont/tabler-icons.css') diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 24b84646..26a7d410 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.36.0 by tabler - https://tabler.io + * Tabler Icons 1.37.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -184,6 +184,22 @@ content: ""; } +.ti-arrow-big-down:before { + content: ""; +} + +.ti-arrow-big-left:before { + content: ""; +} + +.ti-arrow-big-right:before { + content: ""; +} + +.ti-arrow-big-top:before { + content: ""; +} + .ti-arrow-bottom-bar:before { content: ""; } @@ -368,6 +384,22 @@ content: ""; } +.ti-arrows-double-ne-sw:before { + content: ""; +} + +.ti-arrows-double-nw-se:before { + content: ""; +} + +.ti-arrows-double-se-nw:before { + content: ""; +} + +.ti-arrows-double-sw-ne:before { + content: ""; +} + .ti-arrows-down:before { content: ""; } @@ -536,14 +568,30 @@ content: ""; } +.ti-bell-minus:before { + content: ""; +} + .ti-bell-off:before { content: ""; } +.ti-bell-plus:before { + content: ""; +} + .ti-bell-ringing:before { content: ""; } +.ti-bell-ringing-2:before { + content: ""; +} + +.ti-bell-x:before { + content: ""; +} + .ti-bike:before { content: ""; } @@ -1716,6 +1764,14 @@ content: ""; } +.ti-file-alert:before { + content: ""; +} + +.ti-file-analytics:before { + content: ""; +} + .ti-file-certificate:before { content: ""; } @@ -1728,6 +1784,10 @@ content: ""; } +.ti-file-code-2:before { + content: ""; +} + .ti-file-diff:before { content: ""; } @@ -1740,10 +1800,18 @@ content: ""; } +.ti-file-export:before { + content: ""; +} + .ti-file-horizontal:before { content: ""; } +.ti-file-import:before { + content: ""; +} + .ti-file-invoice:before { content: ""; } @@ -3855,3 +3923,7 @@ .ti-zoom-out:before { content: ""; } + +.ti-zoom-question:before { + content: ""; +} -- cgit v1.2.1