diff options
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: ""; } |