diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 13:58:51 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 13:58:51 +0200 |
commit | 27e9587463368936da664db9abeac4bcbc20136d (patch) | |
tree | 3596868e53edfdf3192201b2b3749c8be194bf62 /iconfont/tabler-icons.css | |
parent | `battery-off` icon (diff) | |
download | tabler-icons-27e9587463368936da664db9abeac4bcbc20136d.tar.xz |
Release 1.25.0v1.25.0
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 41b45825..6a30783f 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.24.0 by tabler - https://tabler.io + * Tabler Icons 1.25.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -36,6 +36,14 @@ content: ""; } +.ti-access-point:before { + content: ""; +} + +.ti-access-point-off:before { + content: ""; +} + .ti-accessible:before { content: ""; } @@ -368,6 +376,10 @@ content: ""; } +.ti-battery-off:before { + content: ""; +} + .ti-bed:before { content: ""; } @@ -1616,6 +1628,10 @@ content: ""; } +.ti-headphones-off:before { + content: ""; +} + .ti-headset:before { content: ""; } @@ -1960,6 +1976,10 @@ content: ""; } +.ti-lock-off:before { + content: ""; +} + .ti-lock-open:before { content: ""; } @@ -2968,6 +2988,22 @@ content: ""; } +.ti-video:before { + content: ""; +} + +.ti-video-minus:before { + content: ""; +} + +.ti-video-off:before { + content: ""; +} + +.ti-video-plus:before { + content: ""; +} + .ti-viewfinder:before { content: ""; } |