diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 11:09:38 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 11:09:38 +0200 |
commit | 98f489e28302423494412df6d59112d92203d5cf (patch) | |
tree | 1ef1ba6c8e2689b7f6a05492eabcf562c0bfa0d7 /iconfont/tabler-icons.css | |
parent | icons react fix (diff) | |
download | tabler-icons-98f489e28302423494412df6d59112d92203d5cf.tar.xz |
Release 1.21.0v1.21.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index cc607972..952978f5 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.20.0 by tabler - https://tabler.io + * Tabler Icons 1.21.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -480,6 +480,10 @@ content: ""; } +.ti-brand-discord:before { + content: ""; +} + .ti-brand-dribbble:before { content: ""; } @@ -844,10 +848,18 @@ content: ""; } +.ti-circle-square:before { + content: ""; +} + .ti-circle-x:before { content: ""; } +.ti-circles:before { + content: ""; +} + .ti-clear-formatting:before { content: ""; } @@ -1960,6 +1972,14 @@ content: ""; } +.ti-moon-2:before { + content: ""; +} + +.ti-moon-stars:before { + content: ""; +} + .ti-moped:before { content: ""; } @@ -2668,6 +2688,10 @@ content: ""; } +.ti-triangle-square-circle:before { + content: ""; +} + .ti-trident:before { content: ""; } |