diff options
author | codecalm <codecalm@gmail.com> | 2022-01-16 22:08:51 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-01-16 22:08:51 +0100 |
commit | ad702b5366828b549cb422d31a431f06bbd1b09d (patch) | |
tree | 67093c11e6dab990e74c0e6bc21d50c633f0990d /iconfont/tabler-icons.css | |
parent | 22 new icons: `app-window`, `armchair-2`, `arrow-big-down-line`, `arrow-big-d... (diff) | |
download | tabler-icons-ad702b5366828b549cb422d31a431f06bbd1b09d.tar.xz |
Release 1.52.0v1.52.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 90 |
1 files changed, 89 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 5b5bc022..0fa10aa5 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.51.0 by tabler - https://tabler.io + * Tabler Icons 1.52.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -158,6 +158,10 @@ content: "\eb58"; } +.ti-app-window:before { + content: "\efe6"; +} + .ti-apple:before { content: "\ef21"; } @@ -174,6 +178,10 @@ content: "\ef9e"; } +.ti-armchair-2:before { + content: "\efe7"; +} + .ti-arrow-autofit-content:before { content: "\ef31"; } @@ -246,18 +254,50 @@ content: "\edda"; } +.ti-arrow-big-down-line:before { + content: "\efe8"; +} + +.ti-arrow-big-down-lines:before { + content: "\efe9"; +} + .ti-arrow-big-left:before { content: "\eddb"; } +.ti-arrow-big-left-line:before { + content: "\efea"; +} + +.ti-arrow-big-left-lines:before { + content: "\efeb"; +} + .ti-arrow-big-right:before { content: "\eddc"; } +.ti-arrow-big-right-line:before { + content: "\efec"; +} + +.ti-arrow-big-right-lines:before { + content: "\efed"; +} + .ti-arrow-big-top:before { content: "\eddd"; } +.ti-arrow-big-up-line:before { + content: "\efee"; +} + +.ti-arrow-big-up-lines:before { + content: "\efef"; +} + .ti-arrow-bottom-bar:before { content: "\ed98"; } @@ -658,6 +698,10 @@ content: "\eb7a"; } +.ti-barbell:before { + content: "\eff0"; +} + .ti-barcode:before { content: "\ebc6"; } @@ -750,6 +794,10 @@ content: "\ede5"; } +.ti-bell-z:before { + content: "\eff1"; +} + .ti-bible:before { content: "\efc4"; } @@ -822,6 +870,10 @@ content: "\ed08"; } +.ti-books:before { + content: "\eff2"; +} + .ti-border-all:before { content: "\ea3b"; } @@ -1898,6 +1950,10 @@ content: "\ee3f"; } +.ti-circle-half-2:before { + content: "\eff3"; +} + .ti-circle-half-vertical:before { content: "\ee3e"; } @@ -2002,6 +2058,10 @@ content: "\ea75"; } +.ti-clubs:before { + content: "\eff4"; +} + .ti-code:before { content: "\ea77"; } @@ -2498,6 +2558,10 @@ content: "\eb65"; } +.ti-diamonds:before { + content: "\eff5"; +} + .ti-dice:before { content: "\eb66"; } @@ -2958,6 +3022,10 @@ content: "\ebb3"; } +.ti-flower:before { + content: "\eff6"; +} + .ti-focus:before { content: "\eb8d"; } @@ -3326,6 +3394,10 @@ content: "\eac3"; } +.ti-id-badge:before { + content: "\eff7"; +} + .ti-inbox:before { content: "\eac4"; } @@ -3418,6 +3490,10 @@ content: "\eac9"; } +.ti-layers-intersect-2:before { + content: "\eff8"; +} + .ti-layers-linked:before { content: "\eea1"; } @@ -4262,6 +4338,10 @@ content: "\eb03"; } +.ti-paw:before { + content: "\eff9"; +} + .ti-peace:before { content: "\ecbe"; } @@ -5058,6 +5138,10 @@ content: "\ef55"; } +.ti-spade:before { + content: "\effa"; +} + .ti-speakerphone:before { content: "\ed61"; } @@ -5130,6 +5214,10 @@ content: "\ed5a"; } +.ti-square-half:before { + content: "\effb"; +} + .ti-square-minus:before { content: "\eb29"; } |