diff options
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 eb20a10..e0f6b91 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: ""; } |