diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 17:50:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 17:50:52 +0100 |
commit | 2d1444de91f772f9434329555784697b957cb2be (patch) | |
tree | f515a3a915a5c7470c136257aad49a1ca1be2f17 /iconfont/tabler-icons.css | |
parent | icons optimize (diff) | |
download | tabler-icons-2d1444de91f772f9434329555784697b957cb2be.tar.xz |
Release 1.37.0v1.37.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 74 |
1 files changed, 73 insertions, 1 deletions
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: ""; +} |