diff options
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 e93f5df1..545684ae 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.82.0 by tabler - https://tabler.io + * Tabler Icons 1.83.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -6034,6 +6034,18 @@ content: "\ec30"; } +.ti-mood-angry:before { + content: "\f2de"; +} + +.ti-mood-annoyed:before { + content: "\f2e0"; +} + +.ti-mood-annoyed-2:before { + content: "\f2df"; +} + .ti-mood-boy:before { content: "\ed2d"; } @@ -6070,6 +6082,10 @@ content: "\f2c6"; } +.ti-mood-nerd:before { + content: "\f2e1"; +} + .ti-mood-nervous:before { content: "\ef96"; } @@ -6086,6 +6102,26 @@ content: "\eaf6"; } +.ti-mood-sad-2:before { + content: "\f2e2"; +} + +.ti-mood-sad-dizzy:before { + content: "\f2e3"; +} + +.ti-mood-sad-squint:before { + content: "\f2e4"; +} + +.ti-mood-sick:before { + content: "\f2e5"; +} + +.ti-mood-silence:before { + content: "\f2e6"; +} + .ti-mood-sing:before { content: "\f2c7"; } @@ -6094,6 +6130,14 @@ content: "\eaf7"; } +.ti-mood-smile-beam:before { + content: "\f2e7"; +} + +.ti-mood-smile-dizzy:before { + content: "\f2e8"; +} + .ti-mood-suprised:before { content: "\ec04"; } @@ -6102,6 +6146,34 @@ content: "\eb95"; } +.ti-mood-tongue-wink:before { + content: "\f2ea"; +} + +.ti-mood-tongue-wink-2:before { + content: "\f2e9"; +} + +.ti-mood-unamused:before { + content: "\f2eb"; +} + +.ti-mood-wink:before { + content: "\f2ed"; +} + +.ti-mood-wink-2:before { + content: "\f2ec"; +} + +.ti-mood-wrrr:before { + content: "\f2ee"; +} + +.ti-mood-xd:before { + content: "\f2ef"; +} + .ti-moon:before { content: "\eaf8"; } |