diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 22:21:56 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 22:21:56 +0200 |
commit | bfdee25e2cded263cf2fa10a9d1e2ab5013f674b (patch) | |
tree | 437adb22ef74bd4b169b7b9ca11831e9e934c9a3 /iconfont/tabler-icons.css | |
parent | optimize icons (diff) | |
download | tabler-icons-bfdee25e2cded263cf2fa10a9d1e2ab5013f674b.tar.xz |
Release 1.17.0v1.17.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 98 |
1 files changed, 97 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 324fc3e4..4ef17675 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.16.0 by tabler - https://tabler.io + * Tabler Icons 1.17.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.ti-2fa:before { + content: ""; +} + .ti-a-b:before { content: ""; } @@ -532,6 +536,10 @@ content: ""; } +.ti-brand-tailwind:before { + content: ""; +} + .ti-brand-telegram:before { content: ""; } @@ -1724,6 +1732,14 @@ content: ""; } +.ti-loader:before { + content: ""; +} + +.ti-loader-quarter:before { + content: ""; +} + .ti-location:before { content: ""; } @@ -2292,6 +2308,18 @@ content: ""; } +.ti-stairs:before { + content: ""; +} + +.ti-stairs-down:before { + content: ""; +} + +.ti-stairs-up:before { + content: ""; +} + .ti-star:before { content: ""; } @@ -2428,6 +2456,10 @@ content: ""; } +.ti-text-wrap-disabled:before { + content: ""; +} + .ti-thumb-down:before { content: ""; } @@ -2560,6 +2592,14 @@ content: ""; } +.ti-vector:before { + content: ""; +} + +.ti-vector-triangle:before { + content: ""; +} + .ti-venus:before { content: ""; } @@ -2624,6 +2664,14 @@ content: ""; } +.ti-wiper:before { + content: ""; +} + +.ti-wiper-wash:before { + content: ""; +} + .ti-woman:before { content: ""; } @@ -2640,6 +2688,54 @@ content: ""; } +.ti-zodiac-aquarius:before { + content: ""; +} + +.ti-zodiac-aries:before { + content: ""; +} + +.ti-zodiac-cancer:before { + content: ""; +} + +.ti-zodiac-capricorn:before { + content: ""; +} + +.ti-zodiac-gemini:before { + content: ""; +} + +.ti-zodiac-leo:before { + content: ""; +} + +.ti-zodiac-libra:before { + content: ""; +} + +.ti-zodiac-pisces:before { + content: ""; +} + +.ti-zodiac-sagittarius:before { + content: ""; +} + +.ti-zodiac-scorpio:before { + content: ""; +} + +.ti-zodiac-taurus:before { + content: ""; +} + +.ti-zodiac-virgo:before { + content: ""; +} + .ti-zoom-cancel:before { content: ""; } |