diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 14:19:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 14:19:26 +0200 |
commit | 17c42854d98062a90b3454ffd54aa7c888cd6210 (patch) | |
tree | 54b2422fbe0fcc9085250e6defa89abadf78d4da /iconfont/tabler-icons.css | |
parent | `trash-off` icon (diff) | |
download | tabler-icons-17c42854d98062a90b3454ffd54aa7c888cd6210.tar.xz |
Release 1.31.0v1.31.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index c6a208ed..d7a6e032 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.30.0 by tabler - https://tabler.io + * Tabler Icons 1.31.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1312,6 +1312,10 @@ content: ""; } +.ti-divide:before { + content: ""; +} + .ti-dots:before { content: ""; } @@ -1456,6 +1460,10 @@ content: ""; } +.ti-file-search:before { + content: ""; +} + .ti-file-shredder:before { content: ""; } @@ -2112,6 +2120,10 @@ content: ""; } +.ti-map-pins:before { + content: ""; +} + .ti-markdown:before { content: ""; } @@ -2436,6 +2448,14 @@ content: ""; } +.ti-pinned:before { + content: ""; +} + +.ti-pinned-off:before { + content: ""; +} + .ti-plane:before { content: ""; } @@ -2792,6 +2812,10 @@ content: ""; } +.ti-speakerphone:before { + content: ""; +} + .ti-square:before { content: ""; } @@ -2852,6 +2876,10 @@ content: ""; } +.ti-star-off:before { + content: ""; +} + .ti-stars:before { content: ""; } @@ -2892,6 +2920,10 @@ content: ""; } +.ti-sun-off:before { + content: ""; +} + .ti-sunset:before { content: ""; } @@ -3032,6 +3064,10 @@ content: ""; } +.ti-tools-kitchen:before { + content: ""; +} + .ti-tornado:before { content: ""; } @@ -3060,6 +3096,10 @@ content: ""; } +.ti-trash-off:before { + content: ""; +} + .ti-trees:before { content: ""; } @@ -3212,6 +3252,14 @@ content: ""; } +.ti-virus-off:before { + content: ""; +} + +.ti-virus-search:before { + content: ""; +} + .ti-volume:before { content: ""; } |