diff options
author | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-28 15:37:54 +0100 |
commit | bca342c37fbdd0e2951b19c2df5b4974b9e01247 (patch) | |
tree | d1f4df2142c84039832ace164261bbfaedc4565a /iconfont/tabler-icons.css | |
parent | missing tabler icons (diff) | |
download | tabler-icons-bca342c37fbdd0e2951b19c2df5b4974b9e01247.tar.xz |
Release 1.3.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 940df80d..e87c71d7 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.3.0 by tabler - https://tabler.io + * Tabler Icons 1.3.1 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -480,6 +480,10 @@ content: ""; } +.ti-checkbox:before { + content: ""; +} + .ti-chevron-down:before { content: ""; } @@ -1132,6 +1136,14 @@ content: ""; } +.ti-login:before { + content: ""; +} + +.ti-logout:before { + content: ""; +} + .ti-magnet:before { content: ""; } |