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