diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 16:13:37 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 16:13:37 +0200 |
commit | fc893d30cd5bd4d3d2a1bc4fef4ddf69852f2433 (patch) | |
tree | a449594ab1862d6de56feb7079d5653065875d29 /iconfont/tabler-icons.css | |
parent | letter fixes (diff) | |
download | tabler-icons-fc893d30cd5bd4d3d2a1bc4fef4ddf69852f2433.tar.xz |
Release 1.5.0v1.5.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 73d9b2d2..eb20a102 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.4.0 by tabler - https://tabler.io + * Tabler Icons 1.5.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -76,6 +76,10 @@ content: ""; } +.ti-apps:before { + content: ""; +} + .ti-archive:before { content: ""; } @@ -368,6 +372,14 @@ content: ""; } +.ti-browser:before { + content: ""; +} + +.ti-brush:before { + content: ""; +} + .ti-bucket:before { content: ""; } @@ -424,10 +436,22 @@ content: ""; } +.ti-calendar-minus:before { + content: ""; +} + +.ti-calendar-plus:before { + content: ""; +} + .ti-camera:before { content: ""; } +.ti-car:before { + content: ""; +} + .ti-caret-down:before { content: ""; } @@ -548,6 +572,10 @@ content: ""; } +.ti-click:before { + content: ""; +} + .ti-clipboard:before { content: ""; } @@ -764,6 +792,10 @@ content: ""; } +.ti-discount:before { + content: ""; +} + .ti-dots:before { content: ""; } @@ -1060,6 +1092,10 @@ content: ""; } +.ti-language:before { + content: ""; +} + .ti-layers-difference:before { content: ""; } @@ -1144,6 +1180,14 @@ content: ""; } +.ti-letter-case:before { + content: ""; +} + +.ti-license:before { + content: ""; +} + .ti-lifebuoy:before { content: ""; } @@ -1300,6 +1344,10 @@ content: ""; } +.ti-new-section:before { + content: ""; +} + .ti-news:before { content: ""; } @@ -1476,6 +1524,10 @@ content: ""; } +.ti-scale:before { + content: ""; +} + .ti-scissors:before { content: ""; } @@ -1612,6 +1664,10 @@ content: ""; } +.ti-tax:before { + content: ""; +} + .ti-temperature:before { content: ""; } @@ -1676,6 +1732,14 @@ content: ""; } +.ti-truck:before { + content: ""; +} + +.ti-typography:before { + content: ""; +} + .ti-underline:before { content: ""; } |