diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:40:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:40:49 +0200 |
commit | b9f4c23aee614587d50049f5bb0b8a608575cdd5 (patch) | |
tree | 1f64b1744b04c5ddadb6514ccfd1a7ec2ff94d51 /iconfont/tabler-icons.css | |
parent | 3 new icons: `emphasis`, `separator`, `text-wrap` (diff) | |
parent | Release 1.5.1 (diff) | |
download | tabler-icons-b9f4c23aee614587d50049f5bb0b8a608575cdd5.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 90 |
1 files changed, 89 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 73d9b2d..e0f6b91 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.1 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: ""; } @@ -248,6 +252,10 @@ content: ""; } +.ti-barcode:before { + content: ""; +} + .ti-battery:before { content: ""; } @@ -368,6 +376,14 @@ content: ""; } +.ti-browser:before { + content: ""; +} + +.ti-brush:before { + content: ""; +} + .ti-bucket:before { content: ""; } @@ -424,10 +440,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 +576,10 @@ content: ""; } +.ti-click:before { + content: ""; +} + .ti-clipboard:before { content: ""; } @@ -764,6 +796,10 @@ content: ""; } +.ti-discount:before { + content: ""; +} + .ti-dots:before { content: ""; } @@ -1060,6 +1096,10 @@ content: ""; } +.ti-language:before { + content: ""; +} + .ti-layers-difference:before { content: ""; } @@ -1144,6 +1184,14 @@ content: ""; } +.ti-letter-case:before { + content: ""; +} + +.ti-license:before { + content: ""; +} + .ti-lifebuoy:before { content: ""; } @@ -1300,6 +1348,10 @@ content: ""; } +.ti-new-section:before { + content: ""; +} + .ti-news:before { content: ""; } @@ -1444,6 +1496,10 @@ content: ""; } +.ti-replace:before { + content: ""; +} + .ti-rotate:before { content: ""; } @@ -1476,6 +1532,14 @@ content: ""; } +.ti-scale:before { + content: ""; +} + +.ti-scan:before { + content: ""; +} + .ti-scissors:before { content: ""; } @@ -1528,6 +1592,10 @@ content: ""; } +.ti-slideshow:before { + content: ""; +} + .ti-sort-ascending:before { content: ""; } @@ -1612,6 +1680,10 @@ content: ""; } +.ti-tax:before { + content: ""; +} + .ti-temperature:before { content: ""; } @@ -1656,6 +1728,10 @@ content: ""; } +.ti-tools:before { + content: ""; +} + .ti-trash:before { content: ""; } @@ -1676,6 +1752,14 @@ content: ""; } +.ti-truck:before { + content: ""; +} + +.ti-typography:before { + content: ""; +} + .ti-underline:before { content: ""; } @@ -1736,6 +1820,10 @@ content: ""; } +.ti-wand:before { + content: ""; +} + .ti-wifi:before { content: ""; } |