diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
commit | 7173695acc0d75b498ede15cdc935d567a240f21 (patch) | |
tree | 63471dbcaf98a6351650b266b1ef1fee13126f87 /iconfont/tabler-icons.css | |
parent | 3 new icons: `fold-down`, `fold-up`, `fold` (diff) | |
download | tabler-icons-7173695acc0d75b498ede15cdc935d567a240f21.tar.xz |
Release 1.30.0v1.30.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 1a74220c..c6a208ed 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.29.0 by tabler - https://tabler.io + * Tabler Icons 1.30.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1460,6 +1460,10 @@ content: ""; } +.ti-file-symlink:before { + content: ""; +} + .ti-file-text:before { content: ""; } @@ -1536,6 +1540,18 @@ content: ""; } +.ti-fold:before { + content: ""; +} + +.ti-fold-down:before { + content: ""; +} + +.ti-fold-up:before { + content: ""; +} + .ti-folder:before { content: ""; } @@ -2540,6 +2556,10 @@ content: ""; } +.ti-refresh-alert:before { + content: ""; +} + .ti-registered:before { content: ""; } @@ -2700,6 +2720,10 @@ content: ""; } +.ti-shield-lock:before { + content: ""; +} + .ti-shield-off:before { content: ""; } @@ -2776,6 +2800,18 @@ content: ""; } +.ti-square-dot:before { + content: ""; +} + +.ti-square-forbid:before { + content: ""; +} + +.ti-square-forbid-2:before { + content: ""; +} + .ti-square-minus:before { content: ""; } |