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