diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index e9174396..8292c33f 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.84.0 by tabler - https://tabler.io + * Tabler Icons 1.85.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1490,6 +1490,10 @@ content: "\ebcc"; } +.ti-braces-asterix:before { + content: "\f312"; +} + .ti-braces-off:before { content: "\f0bf"; } @@ -2994,6 +2998,54 @@ content: "\f099"; } +.ti-clock-hour-1:before { + content: "\f313"; +} + +.ti-clock-hour-10:before { + content: "\f314"; +} + +.ti-clock-hour-11:before { + content: "\f315"; +} + +.ti-clock-hour-12:before { + content: "\f316"; +} + +.ti-clock-hour-2:before { + content: "\f317"; +} + +.ti-clock-hour-3:before { + content: "\f318"; +} + +.ti-clock-hour-4:before { + content: "\f319"; +} + +.ti-clock-hour-5:before { + content: "\f31a"; +} + +.ti-clock-hour-6:before { + content: "\f31b"; +} + +.ti-clock-hour-7:before { + content: "\f31c"; +} + +.ti-clock-hour-8:before { + content: "\f31d"; +} + +.ti-clock-hour-9:before { + content: "\f31e"; +} + .ti-clock-off:before { content: "\f0cf"; } @@ -7122,6 +7174,10 @@ content: "\f18d"; } +.ti-regex:before { + content: "\f31f"; +} + .ti-registered:before { content: "\eb14"; } @@ -7474,6 +7530,14 @@ content: "\f07c"; } +.ti-server-bolt:before { + content: "\f320"; +} + +.ti-server-cog:before { + content: "\f321"; +} + .ti-server-off:before { content: "\f19e"; } @@ -8846,10 +8910,18 @@ content: "\f303"; } +.ti-wash-dry-w:before { + content: "\f322"; +} + .ti-wash-dryclean:before { content: "\f305"; } +.ti-wash-dryclean-off:before { + content: "\f323"; +} + .ti-wash-gentle:before { content: "\f306"; } |