diff options
author | codecalm <codecalm@gmail.com> | 2021-11-03 22:01:48 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-03 22:01:48 +0100 |
commit | 8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e (patch) | |
tree | 4fc886f43b99d51115180243e962ae84c7e71cb6 /iconfont/tabler-icons.css | |
parent | 10 new icons: `arrow-autofit-content`, `ballon`, `battery-charging-2`, `batte... (diff) | |
download | tabler-icons-8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e.tar.xz |
Release 1.42.0v1.42.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 82 |
1 files changed, 81 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 41145238..446b6ade 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.41.2 by tabler - https://tabler.io + * Tabler Icons 1.42.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -170,6 +170,34 @@ content: "\ea0b"; } +.ti-arrow-autofit-content:before { + content: "\ef31"; +} + +.ti-arrow-autofit-down:before { + content: "\ef32"; +} + +.ti-arrow-autofit-height:before { + content: "\ef33"; +} + +.ti-arrow-autofit-left:before { + content: "\ef34"; +} + +.ti-arrow-autofit-right:before { + content: "\ef35"; +} + +.ti-arrow-autofit-up:before { + content: "\ef36"; +} + +.ti-arrow-autofit-width:before { + content: "\ef37"; +} + .ti-arrow-back:before { content: "\ea0c"; } @@ -410,6 +438,14 @@ content: "\ea26"; } +.ti-arrows-diagonal-minimize:before { + content: "\ef39"; +} + +.ti-arrows-diagonal-minimize-2:before { + content: "\ef38"; +} + .ti-arrows-double-ne-sw:before { content: "\edde"; } @@ -570,6 +606,10 @@ content: "\ec2b"; } +.ti-ballon:before { + content: "\ef3a"; +} + .ti-ban:before { content: "\ea2e"; } @@ -614,10 +654,22 @@ content: "\ea33"; } +.ti-battery-charging-2:before { + content: "\ef3b"; +} + +.ti-battery-eco:before { + content: "\ef3c"; +} + .ti-battery-off:before { content: "\ed1c"; } +.ti-beach:before { + content: "\ef3d"; +} + .ti-bed:before { content: "\eb5c"; } @@ -878,6 +930,10 @@ content: "\edc8"; } +.ti-brand-bootstrap:before { + content: "\ef3e"; +} + .ti-brand-chrome:before { content: "\ec18"; } @@ -2866,6 +2922,10 @@ content: "\ee9d"; } +.ti-highlight:before { + content: "\ef3f"; +} + .ti-history:before { content: "\ebea"; } @@ -3230,6 +3290,10 @@ content: "\eb6a"; } +.ti-list-details:before { + content: "\ef40"; +} + .ti-list-numbers:before { content: "\ef11"; } @@ -3554,6 +3618,22 @@ content: "\eafb"; } +.ti-multiplier-0-5x:before { + content: "\ef41"; +} + +.ti-multiplier-1-5x:before { + content: "\ef42"; +} + +.ti-multiplier-1x:before { + content: "\ef43"; +} + +.ti-multiplier-2x:before { + content: "\ef44"; +} + .ti-mushroom:before { content: "\ef14"; } |