diff options
author | codecalm <codecalm@gmail.com> | 2022-07-09 17:39:44 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-09 17:39:44 +0200 |
commit | 6678c10014de83e7052669f2bb4d5ae5529fd736 (patch) | |
tree | c7f33133f3360126c5f4872ed6de01a2217e8168 /iconfont/tabler-icons.css | |
parent | 18 new icons: `ampersand`, `arrow-guide`, `arrow-roundabout-left`, `arrow-rou... (diff) | |
download | tabler-icons-6678c10014de83e7052669f2bb4d5ae5529fd736.tar.xz |
Release 1.73.0v1.73.0
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 38ad4da6..ed2ad207 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.72.0 by tabler - https://tabler.io + * Tabler Icons 1.73.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -174,6 +174,10 @@ content: "\ebf5"; } +.ti-ampersand:before { + content: "\f229"; +} + .ti-anchor:before { content: "\eb76"; } @@ -462,6 +466,10 @@ content: "\eb78"; } +.ti-arrow-guide:before { + content: "\f22a"; +} + .ti-arrow-left:before { content: "\ea19"; } @@ -594,6 +602,14 @@ content: "\f059"; } +.ti-arrow-roundabout-left:before { + content: "\f22b"; +} + +.ti-arrow-roundabout-right:before { + content: "\f22c"; +} + .ti-arrow-sharp-turn-left:before { content: "\f05a"; } @@ -742,6 +758,18 @@ content: "\ea29"; } +.ti-arrows-move:before { + content: "\f22f"; +} + +.ti-arrows-move-horizontal:before { + content: "\f22d"; +} + +.ti-arrows-move-vertical:before { + content: "\f22e"; +} + .ti-arrows-random:before { content: "\f095"; } @@ -1398,6 +1426,10 @@ content: "\ef6a"; } +.ti-brand-amazon:before { + content: "\f230"; +} + .ti-brand-amongus:before { content: "\f205"; } @@ -1410,6 +1442,10 @@ content: "\ef6b"; } +.ti-brand-appgallery:before { + content: "\f231"; +} + .ti-brand-apple:before { content: "\ec17"; } @@ -1590,6 +1626,10 @@ content: "\ec1e"; } +.ti-brand-google-one:before { + content: "\f232"; +} + .ti-brand-google-photos:before { content: "\f20c"; } @@ -3290,6 +3330,10 @@ content: "\ee73"; } +.ti-device-camera-phone:before { + content: "\f233"; +} + .ti-device-cctv:before { content: "\ee74"; } @@ -7246,6 +7290,14 @@ content: "\ef9d"; } +.ti-stack-pop:before { + content: "\f234"; +} + +.ti-stack-push:before { + content: "\f235"; +} + .ti-stairs:before { content: "\eca6"; } @@ -7322,10 +7374,26 @@ content: "\eb30"; } +.ti-sun-high:before { + content: "\f236"; +} + +.ti-sun-low:before { + content: "\f237"; +} + .ti-sun-off:before { content: "\ed63"; } +.ti-sun-wind:before { + content: "\f238"; +} + +.ti-sunglasses:before { + content: "\f239"; +} + .ti-sunrise:before { content: "\ef1c"; } @@ -7334,6 +7402,10 @@ content: "\ec31"; } +.ti-sunset-2:before { + content: "\f23a"; +} + .ti-superscript:before { content: "\eba0"; } |