diff options
author | codecalm <codecalm@gmail.com> | 2020-04-19 16:11:38 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-19 16:11:38 +0200 |
commit | 87d560bd7d66f703c62f0df3c44985e8ceabe7cd (patch) | |
tree | 6b901d6f1472d84545d2b1adf464525952deeaef /iconfont/tabler-icons.css | |
parent | Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons (diff) | |
download | tabler-icons-87d560bd7d66f703c62f0df3c44985e8ceabe7cd.tar.xz |
Release 1.5.1v1.5.1
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 eb20a102..e0f6b915 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.5.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 { @@ -252,6 +252,10 @@ content: ""; } +.ti-barcode:before { + content: ""; +} + .ti-battery:before { content: ""; } @@ -1492,6 +1496,10 @@ content: ""; } +.ti-replace:before { + content: ""; +} + .ti-rotate:before { content: ""; } @@ -1528,6 +1536,10 @@ content: ""; } +.ti-scan:before { + content: ""; +} + .ti-scissors:before { content: ""; } @@ -1580,6 +1592,10 @@ content: ""; } +.ti-slideshow:before { + content: ""; +} + .ti-sort-ascending:before { content: ""; } @@ -1712,6 +1728,10 @@ content: ""; } +.ti-tools:before { + content: ""; +} + .ti-trash:before { content: ""; } @@ -1800,6 +1820,10 @@ content: ""; } +.ti-wand:before { + content: ""; +} + .ti-wifi:before { content: ""; } |