diff options
author | codecalm <codecalm@gmail.com> | 2022-03-22 23:43:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-22 23:43:22 +0100 |
commit | b9f0648b2e8d9fc15edd3d90d4e0ea7021ff90ac (patch) | |
tree | 0875fd58def9b880b33d0db36e7b5689443d25de /iconfont/tabler-icons.css | |
parent | Fixed icons: `arrow-left-right`, `device-mobile-rotated`, `device-mobile-vibr... (diff) | |
download | tabler-icons-b9f0648b2e8d9fc15edd3d90d4e0ea7021ff90ac.tar.xz |
Release 1.57.0v1.57.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 98 |
1 files changed, 97 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 09eaa126..1306bcf5 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.56.0 by tabler - https://tabler.io + * Tabler Icons 1.57.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -270,6 +270,22 @@ content: "\ea10"; } +.ti-arrow-bear-left:before { + content: "\f045"; +} + +.ti-arrow-bear-left-2:before { + content: "\f044"; +} + +.ti-arrow-bear-right:before { + content: "\f047"; +} + +.ti-arrow-bear-right-2:before { + content: "\f046"; +} + .ti-arrow-big-down:before { content: "\edda"; } @@ -334,6 +350,14 @@ content: "\ed9b"; } +.ti-arrow-curve-left:before { + content: "\f048"; +} + +.ti-arrow-curve-right:before { + content: "\f049"; +} + .ti-arrow-down:before { content: "\ea16"; } @@ -358,6 +382,10 @@ content: "\ea14"; } +.ti-arrow-fork:before { + content: "\f04a"; +} + .ti-arrow-forward:before { content: "\ea17"; } @@ -378,6 +406,10 @@ content: "\ea18"; } +.ti-arrow-left-right:before { + content: "\f04b"; +} + .ti-arrow-left-square:before { content: "\ed9d"; } @@ -390,10 +422,22 @@ content: "\ed9f"; } +.ti-arrow-loop-left-2:before { + content: "\f04c"; +} + .ti-arrow-loop-right:before { content: "\eda0"; } +.ti-arrow-loop-right-2:before { + content: "\f04d"; +} + +.ti-arrow-merge:before { + content: "\f04e"; +} + .ti-arrow-narrow-down:before { content: "\ea1a"; } @@ -414,10 +458,26 @@ content: "\ed3c"; } +.ti-arrow-ramp-left-2:before { + content: "\f04f"; +} + +.ti-arrow-ramp-left-3:before { + content: "\f050"; +} + .ti-arrow-ramp-right:before { content: "\ed3d"; } +.ti-arrow-ramp-right-2:before { + content: "\f051"; +} + +.ti-arrow-ramp-right-3:before { + content: "\f052"; +} + .ti-arrow-right:before { content: "\ea1f"; } @@ -438,6 +498,42 @@ content: "\eda3"; } +.ti-arrow-rotary-first-left:before { + content: "\f053"; +} + +.ti-arrow-rotary-first-right:before { + content: "\f054"; +} + +.ti-arrow-rotary-last-left:before { + content: "\f055"; +} + +.ti-arrow-rotary-last-right:before { + content: "\f056"; +} + +.ti-arrow-rotary-left:before { + content: "\f057"; +} + +.ti-arrow-rotary-right:before { + content: "\f058"; +} + +.ti-arrow-rotary-straight:before { + content: "\f059"; +} + +.ti-arrow-sharp-turn-left:before { + content: "\f05a"; +} + +.ti-arrow-sharp-turn-right:before { + content: "\f05b"; +} + .ti-arrow-top-bar:before { content: "\eda4"; } |