diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 01:06:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 01:06:47 +0200 |
commit | 5053beccea86852a4ffeec2392fbed6756e4f817 (patch) | |
tree | 4247088dd892f13765a11e1a40f960a5b8ebf87b /iconfont/tabler-icons.css | |
parent | package-json fix (diff) | |
download | tabler-icons-5053beccea86852a4ffeec2392fbed6756e4f817.tar.xz |
Release 1.29.0v1.29.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 57671feb..1a74220c 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.28.0 by tabler - https://tabler.io + * Tabler Icons 1.29.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1400,6 +1400,10 @@ content: ""; } +.ti-file-certificate:before { + content: ""; +} + .ti-file-check:before { content: ""; } @@ -1468,6 +1472,10 @@ content: ""; } +.ti-file-zip:before { + content: ""; +} + .ti-filter:before { content: ""; } @@ -1872,6 +1880,10 @@ content: ""; } +.ti-leaf:before { + content: ""; +} + .ti-lego:before { content: ""; } @@ -2424,6 +2436,10 @@ content: ""; } +.ti-plant:before { + content: ""; +} + .ti-player-pause:before { content: ""; } @@ -2628,6 +2644,10 @@ content: ""; } +.ti-seeding:before { + content: ""; +} + .ti-select:before { content: ""; } @@ -3120,6 +3140,10 @@ content: ""; } +.ti-versions:before { + content: ""; +} + .ti-video:before { content: ""; } |