diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 0fa10aa5..5e3bce00 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.52.0 by tabler - https://tabler.io + * Tabler Icons 1.53.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -158,6 +158,14 @@ content: "\eb58"; } +.ti-api:before { + content: "\effd"; +} + +.ti-api-app:before { + content: "\effc"; +} + .ti-app-window:before { content: "\efe6"; } @@ -474,6 +482,10 @@ content: "\edab"; } +.ti-arrows-cross:before { + content: "\effe"; +} + .ti-arrows-diagonal:before { content: "\ea27"; } @@ -558,6 +570,14 @@ content: "\edb2"; } +.ti-arrows-shuffle:before { + content: "\f000"; +} + +.ti-arrows-shuffle-2:before { + content: "\efff"; +} + .ti-arrows-sort:before { content: "\eb5a"; } @@ -1194,6 +1214,10 @@ content: "\ed6d"; } +.ti-brand-lastfm:before { + content: "\f001"; +} + .ti-brand-linkedin:before { content: "\ec8c"; } @@ -1362,6 +1386,10 @@ content: "\ed71"; } +.ti-brand-tripadvisor:before { + content: "\f002"; +} + .ti-brand-tumblr:before { content: "\ed04"; } @@ -1578,6 +1606,10 @@ content: "\efd9"; } +.ti-c-sharp:before { + content: "\f003"; +} + .ti-calculator:before { content: "\eb80"; } @@ -3594,10 +3626,26 @@ content: "\eada"; } +.ti-layout-sidebar-left-collapse:before { + content: "\f004"; +} + +.ti-layout-sidebar-left-expand:before { + content: "\f005"; +} + .ti-layout-sidebar-right:before { content: "\ead9"; } +.ti-layout-sidebar-right-collapse:before { + content: "\f006"; +} + +.ti-layout-sidebar-right-expand:before { + content: "\f007"; +} + .ti-leaf:before { content: "\ed4f"; } @@ -4538,10 +4586,22 @@ content: "\eec0"; } +.ti-playlist-add:before { + content: "\f008"; +} + +.ti-playlist-x:before { + content: "\f009"; +} + .ti-plug:before { content: "\ebd9"; } +.ti-plug-connected:before { + content: "\f00a"; +} + .ti-plus:before { content: "\eb0b"; } @@ -4770,6 +4830,10 @@ content: "\ecdd"; } +.ti-robot:before { + content: "\f00b"; +} + .ti-rocket:before { content: "\ec45"; } @@ -5706,6 +5770,10 @@ content: "\eb48"; } +.ti-usb:before { + content: "\f00c"; +} + .ti-user:before { content: "\eb4d"; } @@ -5814,6 +5882,10 @@ content: "\ebf4"; } +.ti-vinyl:before { + content: "\f00d"; +} + .ti-virus:before { content: "\eb74"; } |