diff options
author | codecalm <codecalm@gmail.com> | 2020-09-03 23:43:53 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-03 23:43:53 +0200 |
commit | 39a033d78ec9804f511b4ed3b34dfc76407779c4 (patch) | |
tree | dab0a4219e5aae1022280cedf1eb2964f4432145 /iconfont/tabler-icons.css | |
parent | icons optimize (diff) | |
download | tabler-icons-39a033d78ec9804f511b4ed3b34dfc76407779c4.tar.xz |
Release 1.19.0v1.19.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 74 |
1 files changed, 69 insertions, 5 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index f1adac2..664e9d5 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.18.0 by tabler - https://tabler.io + * Tabler Icons 1.19.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -36,10 +36,6 @@ content: ""; } -.ti-activity:before { - content: ""; -} - .ti-ad:before { content: ""; } @@ -64,6 +60,10 @@ content: ""; } +.ti-alert-octagon:before { + content: ""; +} + .ti-alert-triangle:before { content: ""; } @@ -96,6 +96,26 @@ content: ""; } +.ti-antenna-bars-1:before { + content: ""; +} + +.ti-antenna-bars-2:before { + content: ""; +} + +.ti-antenna-bars-3:before { + content: ""; +} + +.ti-antenna-bars-4:before { + content: ""; +} + +.ti-antenna-bars-5:before { + content: ""; +} + .ti-aperture:before { content: ""; } @@ -2000,6 +2020,10 @@ content: ""; } +.ti-pause:before { + content: ""; +} + .ti-peace:before { content: ""; } @@ -2072,6 +2096,10 @@ content: ""; } +.ti-play:before { + content: ""; +} + .ti-plug:before { content: ""; } @@ -2296,6 +2324,14 @@ content: ""; } +.ti-skip-back:before { + content: ""; +} + +.ti-skip-forward:before { + content: ""; +} + .ti-slice:before { content: ""; } @@ -2540,6 +2576,18 @@ content: ""; } +.ti-tournament:before { + content: ""; +} + +.ti-track-next:before { + content: ""; +} + +.ti-track-prev:before { + content: ""; +} + .ti-tractor:before { content: ""; } @@ -2696,6 +2744,22 @@ content: ""; } +.ti-wave-saw-tool:before { + content: ""; +} + +.ti-wave-sine:before { + content: ""; +} + +.ti-wave-square:before { + content: ""; +} + +.ti-wave-triangle:before { + content: ""; +} + .ti-wifi:before { content: ""; } |