diff options
author | codecalm <codecalm@gmail.com> | 2021-12-09 00:40:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-09 00:40:08 +0100 |
commit | ec3a208734552985feed6255c17053b2c6204c79 (patch) | |
tree | 1a7657d0e857885f5ade96f32aca8769c71abe39 /iconfont/tabler-icons.css | |
parent | Fixed icons: `stack-2`, `stack` (diff) | |
download | tabler-icons-ec3a208734552985feed6255c17053b2c6204c79.tar.xz |
Release 1.47.0v1.47.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 be3ee915..f3f836c5 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.46.0 by tabler - https://tabler.io + * Tabler Icons 1.47.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -746,6 +746,10 @@ content: "\eceb"; } +.ti-blur:before { + content: "\ef8c"; +} + .ti-bold:before { content: "\eb7b"; } @@ -1126,6 +1130,10 @@ content: "\ef7b"; } +.ti-brand-nytimes:before { + content: "\ef8d"; +} + .ti-brand-open-source:before { content: "\edd0"; } @@ -2046,6 +2054,10 @@ content: "\ee4f"; } +.ti-cpu:before { + content: "\ef8e"; +} + .ti-crane:before { content: "\ef27"; } @@ -2062,6 +2074,10 @@ content: "\ea85"; } +.ti-cross:before { + content: "\ef8f"; +} + .ti-crosshair:before { content: "\ec3e"; } @@ -2866,6 +2882,10 @@ content: "\eab1"; } +.ti-gavel:before { + content: "\ef90"; +} + .ti-geometry:before { content: "\ee90"; } @@ -2974,6 +2994,10 @@ content: "\ec99"; } +.ti-hammer:before { + content: "\ef91"; +} + .ti-hand-click:before { content: "\ef4f"; } @@ -3054,6 +3078,10 @@ content: "\ef61"; } +.ti-heartbeat:before { + content: "\ef92"; +} + .ti-helicopter:before { content: "\ed8e"; } @@ -3102,6 +3130,10 @@ content: "\ef80"; } +.ti-hourglass:before { + content: "\ef93"; +} + .ti-ice-cream:before { content: "\eac2"; } @@ -3234,6 +3266,14 @@ content: "\ead2"; } +.ti-layout-board:before { + content: "\ef95"; +} + +.ti-layout-board-split:before { + content: "\ef94"; +} + .ti-layout-bottombar:before { content: "\ead3"; } @@ -3762,6 +3802,10 @@ content: "\ec03"; } +.ti-mood-nervous:before { + content: "\ef96"; +} + .ti-mood-neutral:before { content: "\eaf5"; } @@ -3802,6 +3846,10 @@ content: "\eeb6"; } +.ti-mountain:before { + content: "\ef97"; +} + .ti-mouse:before { content: "\eaf9"; } @@ -4110,6 +4158,10 @@ content: "\eb9a"; } +.ti-plane-inflight:before { + content: "\ef98"; +} + .ti-planet:before { content: "\ec08"; } @@ -4194,6 +4246,10 @@ content: "\ecbf"; } +.ti-prescription:before { + content: "\ef99"; +} + .ti-presentation:before { content: "\eb70"; } @@ -4574,6 +4630,14 @@ content: "\eb22"; } +.ti-shield-checkered:before { + content: "\ef9a"; +} + +.ti-shield-chevron:before { + content: "\ef9b"; +} + .ti-shield-lock:before { content: "\ed58"; } @@ -4630,6 +4694,10 @@ content: "\ecc2"; } +.ti-sleigh:before { + content: "\ef9c"; +} + .ti-slice:before { content: "\ebdb"; } @@ -4842,6 +4910,10 @@ content: "\eef7"; } +.ti-stack-3:before { + content: "\ef9d"; +} + .ti-stairs:before { content: "\eca6"; } |