diff options
author | codecalm <codecalm@gmail.com> | 2020-06-04 22:04:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-04 22:04:02 +0200 |
commit | 90ca6ffbdec093889e9fc29fa5df7a4fb5ea5763 (patch) | |
tree | a4716875a3c708c7d60cb1455801be28b0a378a5 /iconfont/tabler-icons.css | |
parent | Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons (diff) | |
download | tabler-icons-90ca6ffbdec093889e9fc29fa5df7a4fb5ea5763.tar.xz |
Release 1.8.1v1.8.1
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 42b57134..13914b4e 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.8.0 by tabler - https://tabler.io + * Tabler Icons 1.8.1 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1304,6 +1304,10 @@ content: ""; } +.ti-layout-cards:before { + content: ""; +} + .ti-layout-columns:before { content: ""; } @@ -1316,6 +1320,10 @@ content: ""; } +.ti-layout-list:before { + content: ""; +} + .ti-layout-navbar:before { content: ""; } @@ -1708,6 +1716,10 @@ content: ""; } +.ti-rotate-rectangle:before { + content: ""; +} + .ti-route:before { content: ""; } |