diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
commit | ac8d4a1701a0860951e8ed772f3b9336501f7a15 (patch) | |
tree | a528131a2a54aca9c31e2e69e612d991c4535d90 /iconfont/tabler-icons.css | |
parent | Fixed icons: `clipboard-check`, `clipboard-list`, `clipboard-x`, `clipboard` (diff) | |
download | tabler-icons-ac8d4a1701a0860951e8ed772f3b9336501f7a15.tar.xz |
Release 1.26.0v1.26.0
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 58 |
1 files changed, 53 insertions, 5 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 6a30783f..d0fa8a80 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.25.0 by tabler - https://tabler.io + * Tabler Icons 1.26.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -48,6 +48,10 @@ content: ""; } +.ti-activity:before { + content: ""; +} + .ti-ad:before { content: ""; } @@ -508,6 +512,10 @@ content: ""; } +.ti-brand-appstore:before { + content: ""; +} + .ti-brand-behance:before { content: ""; } @@ -576,6 +584,10 @@ content: ""; } +.ti-brand-google-play:before { + content: ""; +} + .ti-brand-instagram:before { content: ""; } @@ -748,6 +760,10 @@ content: ""; } +.ti-building-monument:before { + content: ""; +} + .ti-building-pavilon:before { content: ""; } @@ -964,6 +980,14 @@ content: ""; } +.ti-circle-dashed:before { + content: ""; +} + +.ti-circle-dotted:before { + content: ""; +} + .ti-circle-minus:before { content: ""; } @@ -1232,6 +1256,10 @@ content: ""; } +.ti-devices-2:before { + content: ""; +} + .ti-diamond:before { content: ""; } @@ -1368,6 +1396,10 @@ content: ""; } +.ti-file-dislike:before { + content: ""; +} + .ti-file-download:before { content: ""; } @@ -1380,6 +1412,10 @@ content: ""; } +.ti-file-like:before { + content: ""; +} + .ti-file-minus:before { content: ""; } @@ -1420,6 +1456,10 @@ content: ""; } +.ti-filter-off:before { + content: ""; +} + .ti-fingerprint:before { content: ""; } @@ -2108,6 +2148,10 @@ content: ""; } +.ti-mood-boy:before { + content: ""; +} + .ti-mood-confuzed:before { content: ""; } @@ -3056,10 +3100,6 @@ content: ""; } -.ti-wave-triangle:before { - content: ""; -} - .ti-wifi:before { content: ""; } @@ -3100,6 +3140,14 @@ content: ""; } +.ti-world-latitude:before { + content: ""; +} + +.ti-world-longitude:before { + content: ""; +} + .ti-x:before { content: ""; } |