diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 94 |
1 files changed, 89 insertions, 5 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index f6c4b6d..1b766fe 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.13.0 by tabler - https://tabler.io + * Tabler Icons 1.15.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -124,6 +124,22 @@ content: ""; } +.ti-arrow-bar-to-down:before { + content: ""; +} + +.ti-arrow-bar-to-left:before { + content: ""; +} + +.ti-arrow-bar-to-right:before { + content: ""; +} + +.ti-arrow-bar-to-up:before { + content: ""; +} + .ti-arrow-bar-up:before { content: ""; } @@ -464,6 +480,10 @@ content: ""; } +.ti-brand-linkedin:before { + content: ""; +} + .ti-brand-medium:before { content: ""; } @@ -480,6 +500,14 @@ content: ""; } +.ti-brand-pinterest:before { + content: ""; +} + +.ti-brand-reddit:before { + content: ""; +} + .ti-brand-safari:before { content: ""; } @@ -496,6 +524,10 @@ content: ""; } +.ti-brand-tabler:before { + content: ""; +} + .ti-brand-telegram:before { content: ""; } @@ -512,6 +544,10 @@ content: ""; } +.ti-brand-youtube:before { + content: ""; +} + .ti-briefcase:before { content: ""; } @@ -644,6 +680,10 @@ content: ""; } +.ti-caravan:before { + content: ""; +} + .ti-caret-down:before { content: ""; } @@ -1148,6 +1188,10 @@ content: ""; } +.ti-file-upload:before { + content: ""; +} + .ti-file-x:before { content: ""; } @@ -1244,6 +1288,10 @@ content: ""; } +.ti-gas-station:before { + content: ""; +} + .ti-gauge:before { content: ""; } @@ -1396,6 +1444,14 @@ content: ""; } +.ti-keyboard-hide:before { + content: ""; +} + +.ti-keyboard-show:before { + content: ""; +} + .ti-language:before { content: ""; } @@ -1696,6 +1752,10 @@ content: ""; } +.ti-mars:before { + content: ""; +} + .ti-math:before { content: ""; } @@ -1844,6 +1904,10 @@ content: ""; } +.ti-page-break:before { + content: ""; +} + .ti-paint:before { content: ""; } @@ -2032,6 +2096,14 @@ content: ""; } +.ti-run:before { + content: ""; +} + +.ti-sailboat:before { + content: ""; +} + .ti-scale:before { content: ""; } @@ -2104,6 +2176,10 @@ content: ""; } +.ti-ship:before { + content: ""; +} + .ti-shirt:before { content: ""; } @@ -2208,6 +2284,10 @@ content: ""; } +.ti-swimming:before { + content: ""; +} + .ti-switch:before { content: ""; } @@ -2288,10 +2368,6 @@ content: ""; } -.ti-test:before { - content: ""; -} - .ti-test-pipe:before { content: ""; } @@ -2432,6 +2508,10 @@ content: ""; } +.ti-venus:before { + content: ""; +} + .ti-viewfinder:before { content: ""; } @@ -2460,6 +2540,10 @@ content: ""; } +.ti-walk:before { + content: ""; +} + .ti-wallet:before { content: ""; } |