diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 78 |
1 files changed, 77 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index dcb66a33..41b45825 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.23.0 by tabler - https://tabler.io + * Tabler Icons 1.24.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -380,6 +380,10 @@ content: ""; } +.ti-bell-ringing:before { + content: ""; +} + .ti-bike:before { content: ""; } @@ -424,6 +428,10 @@ content: ""; } +.ti-bookmarks:before { + content: ""; +} + .ti-border-all:before { content: ""; } @@ -876,6 +884,14 @@ content: ""; } +.ti-chevron-down-left:before { + content: ""; +} + +.ti-chevron-down-right:before { + content: ""; +} + .ti-chevron-left:before { content: ""; } @@ -888,10 +904,26 @@ content: ""; } +.ti-chevron-up-left:before { + content: ""; +} + +.ti-chevron-up-right:before { + content: ""; +} + .ti-chevrons-down:before { content: ""; } +.ti-chevrons-down-left:before { + content: ""; +} + +.ti-chevrons-down-right:before { + content: ""; +} + .ti-chevrons-left:before { content: ""; } @@ -904,6 +936,14 @@ content: ""; } +.ti-chevrons-up-left:before { + content: ""; +} + +.ti-chevrons-up-right:before { + content: ""; +} + .ti-circle:before { content: ""; } @@ -1072,6 +1112,10 @@ content: ""; } +.ti-credit-card-off:before { + content: ""; +} + .ti-crop:before { content: ""; } @@ -1080,6 +1124,10 @@ content: ""; } +.ti-crown:before { + content: ""; +} + .ti-curly-loop:before { content: ""; } @@ -1396,6 +1444,10 @@ content: ""; } +.ti-float-none:before { + content: ""; +} + .ti-float-right:before { content: ""; } @@ -1416,6 +1468,10 @@ content: ""; } +.ti-folder-off:before { + content: ""; +} + .ti-folder-plus:before { content: ""; } @@ -1544,6 +1600,10 @@ content: ""; } +.ti-hand-off:before { + content: ""; +} + .ti-hand-stop:before { content: ""; } @@ -2012,6 +2072,10 @@ content: ""; } +.ti-microphone-off:before { + content: ""; +} + .ti-minimize:before { content: ""; } @@ -2400,6 +2464,14 @@ content: ""; } +.ti-screen-share:before { + content: ""; +} + +.ti-screen-share-off:before { + content: ""; +} + .ti-search:before { content: ""; } @@ -2576,6 +2648,10 @@ content: ""; } +.ti-star-half:before { + content: ""; +} + .ti-steering-wheel:before { content: ""; } |