@tabler/icons-webfont 2.30.0 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +155 -11
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +343 -19
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +81 -9
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.32.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-weight: 400;
|
|
14
14
|
font-display: $ti-font-display;
|
|
15
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
17
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
15
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.32.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.32.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.32.0') format('woff2'),
|
|
18
18
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
19
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.32.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -38,6 +38,7 @@ $ti-prefix: 'ti' !default;
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
$ti-icon-12-hours: unicode('fc53');
|
|
41
42
|
$ti-icon-123: unicode('f554');
|
|
42
43
|
$ti-icon-24-hours: unicode('f5e7');
|
|
43
44
|
$ti-icon-2fa: unicode('eca0');
|
|
@@ -164,6 +165,7 @@ $ti-icon-alpha: unicode('f543');
|
|
|
164
165
|
$ti-icon-alphabet-cyrillic: unicode('f1df');
|
|
165
166
|
$ti-icon-alphabet-greek: unicode('f1e0');
|
|
166
167
|
$ti-icon-alphabet-latin: unicode('f1e1');
|
|
168
|
+
$ti-icon-alt: unicode('fc54');
|
|
167
169
|
$ti-icon-ambulance: unicode('ebf5');
|
|
168
170
|
$ti-icon-ampersand: unicode('f229');
|
|
169
171
|
$ti-icon-analyze: unicode('f3a3');
|
|
@@ -193,6 +195,7 @@ $ti-icon-apple: unicode('ef21');
|
|
|
193
195
|
$ti-icon-apps: unicode('ebb6');
|
|
194
196
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
195
197
|
$ti-icon-apps-off: unicode('f0ac');
|
|
198
|
+
$ti-icon-archery-arrow: unicode('fc55');
|
|
196
199
|
$ti-icon-archive: unicode('ea0b');
|
|
197
200
|
$ti-icon-archive-filled: unicode('fa82');
|
|
198
201
|
$ti-icon-archive-off: unicode('f0ad');
|
|
@@ -743,6 +746,7 @@ $ti-icon-brand-cucumber: unicode('ef6c');
|
|
|
743
746
|
$ti-icon-brand-cupra: unicode('f4d1');
|
|
744
747
|
$ti-icon-brand-cypress: unicode('f333');
|
|
745
748
|
$ti-icon-brand-d3: unicode('f24e');
|
|
749
|
+
$ti-icon-brand-databricks: unicode('fc41');
|
|
746
750
|
$ti-icon-brand-days-counter: unicode('f4d2');
|
|
747
751
|
$ti-icon-brand-dcos: unicode('f32a');
|
|
748
752
|
$ti-icon-brand-debian: unicode('ef57');
|
|
@@ -850,7 +854,6 @@ $ti-icon-brand-medium: unicode('ec70');
|
|
|
850
854
|
$ti-icon-brand-mercedes: unicode('f072');
|
|
851
855
|
$ti-icon-brand-messenger: unicode('ec71');
|
|
852
856
|
$ti-icon-brand-meta: unicode('efb0');
|
|
853
|
-
$ti-icon-brand-microsoft-teams: unicode('fadf');
|
|
854
857
|
$ti-icon-brand-minecraft: unicode('faef');
|
|
855
858
|
$ti-icon-brand-miniprogram: unicode('f602');
|
|
856
859
|
$ti-icon-brand-mixpanel: unicode('f397');
|
|
@@ -882,6 +885,7 @@ $ti-icon-brand-openai: unicode('f78e');
|
|
|
882
885
|
$ti-icon-brand-openvpn: unicode('f39a');
|
|
883
886
|
$ti-icon-brand-opera: unicode('ec21');
|
|
884
887
|
$ti-icon-brand-pagekit: unicode('edd1');
|
|
888
|
+
$ti-icon-brand-parsinta: unicode('fc42');
|
|
885
889
|
$ti-icon-brand-patreon: unicode('edd2');
|
|
886
890
|
$ti-icon-brand-paypal: unicode('ec22');
|
|
887
891
|
$ti-icon-brand-paypal-filled: unicode('f7e9');
|
|
@@ -950,6 +954,7 @@ $ti-icon-brand-symfony: unicode('f616');
|
|
|
950
954
|
$ti-icon-brand-tabler: unicode('ec8f');
|
|
951
955
|
$ti-icon-brand-tailwind: unicode('eca1');
|
|
952
956
|
$ti-icon-brand-taobao: unicode('f5ef');
|
|
957
|
+
$ti-icon-brand-teams: unicode('fadf');
|
|
953
958
|
$ti-icon-brand-ted: unicode('f658');
|
|
954
959
|
$ti-icon-brand-telegram: unicode('ec26');
|
|
955
960
|
$ti-icon-brand-terraform: unicode('fa56');
|
|
@@ -957,8 +962,8 @@ $ti-icon-brand-tether: unicode('f5a3');
|
|
|
957
962
|
$ti-icon-brand-threads: unicode('fb02');
|
|
958
963
|
$ti-icon-brand-threejs: unicode('f5f0');
|
|
959
964
|
$ti-icon-brand-tidal: unicode('ed70');
|
|
960
|
-
$ti-icon-brand-tikto-filled: unicode('f7ea');
|
|
961
965
|
$ti-icon-brand-tiktok: unicode('ec73');
|
|
966
|
+
$ti-icon-brand-tiktok-filled: unicode('f7ea');
|
|
962
967
|
$ti-icon-brand-tinder: unicode('ed71');
|
|
963
968
|
$ti-icon-brand-topbuzz: unicode('f50d');
|
|
964
969
|
$ti-icon-brand-torchain: unicode('f5a4');
|
|
@@ -1174,9 +1179,11 @@ $ti-icon-caret-down: unicode('eb5d');
|
|
|
1174
1179
|
$ti-icon-caret-down-filled: unicode('fb2a');
|
|
1175
1180
|
$ti-icon-caret-left: unicode('eb5e');
|
|
1176
1181
|
$ti-icon-caret-left-filled: unicode('fb2b');
|
|
1182
|
+
$ti-icon-caret-left-right: unicode('fc43');
|
|
1177
1183
|
$ti-icon-caret-right: unicode('eb5f');
|
|
1178
1184
|
$ti-icon-caret-right-filled: unicode('fb2c');
|
|
1179
1185
|
$ti-icon-caret-up: unicode('eb60');
|
|
1186
|
+
$ti-icon-caret-up-down: unicode('fc44');
|
|
1180
1187
|
$ti-icon-caret-up-filled: unicode('fb2d');
|
|
1181
1188
|
$ti-icon-carousel-horizontal: unicode('f659');
|
|
1182
1189
|
$ti-icon-carousel-horizontal-filled: unicode('fa92');
|
|
@@ -1428,7 +1435,9 @@ $ti-icon-clipboard-text: unicode('f089');
|
|
|
1428
1435
|
$ti-icon-clipboard-typography: unicode('f34f');
|
|
1429
1436
|
$ti-icon-clipboard-x: unicode('ea6e');
|
|
1430
1437
|
$ti-icon-clock: unicode('ea70');
|
|
1438
|
+
$ti-icon-clock-12: unicode('fc56');
|
|
1431
1439
|
$ti-icon-clock-2: unicode('f099');
|
|
1440
|
+
$ti-icon-clock-24: unicode('fc57');
|
|
1432
1441
|
$ti-icon-clock-bolt: unicode('f844');
|
|
1433
1442
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1434
1443
|
$ti-icon-clock-check: unicode('f7c1');
|
|
@@ -1756,6 +1765,7 @@ $ti-icon-device-desktop-star: unicode('f86e');
|
|
|
1756
1765
|
$ti-icon-device-desktop-up: unicode('f86f');
|
|
1757
1766
|
$ti-icon-device-desktop-x: unicode('f870');
|
|
1758
1767
|
$ti-icon-device-floppy: unicode('eb62');
|
|
1768
|
+
$ti-icon-device-game-pad: unicode('fc58');
|
|
1759
1769
|
$ti-icon-device-gamepad: unicode('eb63');
|
|
1760
1770
|
$ti-icon-device-gamepad-2: unicode('f1d2');
|
|
1761
1771
|
$ti-icon-device-heart-monitor: unicode('f060');
|
|
@@ -1888,6 +1898,7 @@ $ti-icon-device-tablet-x: unicode('f8d2');
|
|
|
1888
1898
|
$ti-icon-device-tv: unicode('ea8d');
|
|
1889
1899
|
$ti-icon-device-tv-off: unicode('f064');
|
|
1890
1900
|
$ti-icon-device-tv-old: unicode('f1d3');
|
|
1901
|
+
$ti-icon-device-usb: unicode('fc59');
|
|
1891
1902
|
$ti-icon-device-vision-pro: unicode('fae7');
|
|
1892
1903
|
$ti-icon-device-watch: unicode('ebf9');
|
|
1893
1904
|
$ti-icon-device-watch-bolt: unicode('f8d3');
|
|
@@ -2568,6 +2579,7 @@ $ti-icon-hexagon-number-7: unicode('f460');
|
|
|
2568
2579
|
$ti-icon-hexagon-number-8: unicode('f461');
|
|
2569
2580
|
$ti-icon-hexagon-number-9: unicode('f462');
|
|
2570
2581
|
$ti-icon-hexagon-off: unicode('ee9c');
|
|
2582
|
+
$ti-icon-hexagon-plus: unicode('fc45');
|
|
2571
2583
|
$ti-icon-hexagonal-prism: unicode('faa5');
|
|
2572
2584
|
$ti-icon-hexagonal-prism-off: unicode('faa3');
|
|
2573
2585
|
$ti-icon-hexagonal-prism-plus: unicode('faa4');
|
|
@@ -2615,6 +2627,7 @@ $ti-icon-home-star: unicode('f344');
|
|
|
2615
2627
|
$ti-icon-home-stats: unicode('f345');
|
|
2616
2628
|
$ti-icon-home-up: unicode('f346');
|
|
2617
2629
|
$ti-icon-home-x: unicode('f347');
|
|
2630
|
+
$ti-icon-horse: unicode('fc46');
|
|
2618
2631
|
$ti-icon-horse-toy: unicode('f28a');
|
|
2619
2632
|
$ti-icon-hotel-service: unicode('ef80');
|
|
2620
2633
|
$ti-icon-hourglass: unicode('ef93');
|
|
@@ -2680,7 +2693,10 @@ $ti-icon-inner-shadow-top-left: unicode('f523');
|
|
|
2680
2693
|
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
2681
2694
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2682
2695
|
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2696
|
+
$ti-icon-input-ai: unicode('fc5a');
|
|
2697
|
+
$ti-icon-input-check: unicode('fc5b');
|
|
2683
2698
|
$ti-icon-input-search: unicode('f2a2');
|
|
2699
|
+
$ti-icon-input-x: unicode('fc5c');
|
|
2684
2700
|
$ti-icon-ironing: unicode('fa7c');
|
|
2685
2701
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
2686
2702
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
@@ -2836,6 +2852,7 @@ $ti-icon-link-off: unicode('f402');
|
|
|
2836
2852
|
$ti-icon-list: unicode('eb6b');
|
|
2837
2853
|
$ti-icon-list-check: unicode('eb6a');
|
|
2838
2854
|
$ti-icon-list-details: unicode('ef40');
|
|
2855
|
+
$ti-icon-list-letters: unicode('fc47');
|
|
2839
2856
|
$ti-icon-list-numbers: unicode('ef11');
|
|
2840
2857
|
$ti-icon-list-search: unicode('eea9');
|
|
2841
2858
|
$ti-icon-list-tree: unicode('fafa');
|
|
@@ -2961,12 +2978,15 @@ $ti-icon-map-cog: unicode('fbc7');
|
|
|
2961
2978
|
$ti-icon-map-discount: unicode('fbc8');
|
|
2962
2979
|
$ti-icon-map-dollar: unicode('fbc9');
|
|
2963
2980
|
$ti-icon-map-down: unicode('fbca');
|
|
2981
|
+
$ti-icon-map-east: unicode('fc5d');
|
|
2964
2982
|
$ti-icon-map-exclamation: unicode('fbcb');
|
|
2965
2983
|
$ti-icon-map-heart: unicode('fbcc');
|
|
2966
2984
|
$ti-icon-map-minus: unicode('fbcd');
|
|
2985
|
+
$ti-icon-map-north: unicode('fc5e');
|
|
2967
2986
|
$ti-icon-map-off: unicode('f15c');
|
|
2968
2987
|
$ti-icon-map-pause: unicode('fbce');
|
|
2969
2988
|
$ti-icon-map-pin: unicode('eae8');
|
|
2989
|
+
$ti-icon-map-pin-2: unicode('fc48');
|
|
2970
2990
|
$ti-icon-map-pin-bolt: unicode('f94a');
|
|
2971
2991
|
$ti-icon-map-pin-cancel: unicode('f94b');
|
|
2972
2992
|
$ti-icon-map-pin-check: unicode('f94c');
|
|
@@ -2993,8 +3013,10 @@ $ti-icon-map-plus: unicode('fbcf');
|
|
|
2993
3013
|
$ti-icon-map-question: unicode('fbd0');
|
|
2994
3014
|
$ti-icon-map-search: unicode('ef82');
|
|
2995
3015
|
$ti-icon-map-share: unicode('fbd1');
|
|
3016
|
+
$ti-icon-map-south: unicode('fc5f');
|
|
2996
3017
|
$ti-icon-map-star: unicode('fbd2');
|
|
2997
3018
|
$ti-icon-map-up: unicode('fbd3');
|
|
3019
|
+
$ti-icon-map-west: unicode('fc60');
|
|
2998
3020
|
$ti-icon-map-x: unicode('fbd4');
|
|
2999
3021
|
$ti-icon-markdown: unicode('ec41');
|
|
3000
3022
|
$ti-icon-markdown-off: unicode('f407');
|
|
@@ -3315,6 +3337,7 @@ $ti-icon-number-8: unicode('edf8');
|
|
|
3315
3337
|
$ti-icon-number-9: unicode('edf9');
|
|
3316
3338
|
$ti-icon-numbers: unicode('f015');
|
|
3317
3339
|
$ti-icon-nurse: unicode('ef65');
|
|
3340
|
+
$ti-icon-nut: unicode('fc61');
|
|
3318
3341
|
$ti-icon-octagon: unicode('ecbd');
|
|
3319
3342
|
$ti-icon-octagon-filled: unicode('f686');
|
|
3320
3343
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
@@ -3394,6 +3417,7 @@ $ti-icon-pennant-off: unicode('f174');
|
|
|
3394
3417
|
$ti-icon-pentagon: unicode('efe3');
|
|
3395
3418
|
$ti-icon-pentagon-filled: unicode('f68c');
|
|
3396
3419
|
$ti-icon-pentagon-off: unicode('f41a');
|
|
3420
|
+
$ti-icon-pentagon-plus: unicode('fc49');
|
|
3397
3421
|
$ti-icon-pentagram: unicode('f586');
|
|
3398
3422
|
$ti-icon-pepper: unicode('ef15');
|
|
3399
3423
|
$ti-icon-pepper-off: unicode('f175');
|
|
@@ -3417,6 +3441,9 @@ $ti-icon-photo-ai: unicode('fa32');
|
|
|
3417
3441
|
$ti-icon-photo-bolt: unicode('f990');
|
|
3418
3442
|
$ti-icon-photo-cancel: unicode('f35d');
|
|
3419
3443
|
$ti-icon-photo-check: unicode('f35e');
|
|
3444
|
+
$ti-icon-photo-circle: unicode('fc4a');
|
|
3445
|
+
$ti-icon-photo-circle-minus: unicode('fc62');
|
|
3446
|
+
$ti-icon-photo-circle-plus: unicode('fc63');
|
|
3420
3447
|
$ti-icon-photo-code: unicode('f991');
|
|
3421
3448
|
$ti-icon-photo-cog: unicode('f992');
|
|
3422
3449
|
$ti-icon-photo-dollar: unicode('f993');
|
|
@@ -3425,9 +3452,11 @@ $ti-icon-photo-edit: unicode('f360');
|
|
|
3425
3452
|
$ti-icon-photo-exclamation: unicode('f994');
|
|
3426
3453
|
$ti-icon-photo-filled: unicode('fa4a');
|
|
3427
3454
|
$ti-icon-photo-heart: unicode('f361');
|
|
3455
|
+
$ti-icon-photo-hexagon: unicode('fc4b');
|
|
3428
3456
|
$ti-icon-photo-minus: unicode('f362');
|
|
3429
3457
|
$ti-icon-photo-off: unicode('ecf6');
|
|
3430
3458
|
$ti-icon-photo-pause: unicode('f995');
|
|
3459
|
+
$ti-icon-photo-pentagon: unicode('fc4c');
|
|
3431
3460
|
$ti-icon-photo-pin: unicode('f996');
|
|
3432
3461
|
$ti-icon-photo-plus: unicode('f363');
|
|
3433
3462
|
$ti-icon-photo-question: unicode('f997');
|
|
@@ -3437,6 +3466,7 @@ $ti-icon-photo-sensor-2: unicode('f796');
|
|
|
3437
3466
|
$ti-icon-photo-sensor-3: unicode('f797');
|
|
3438
3467
|
$ti-icon-photo-share: unicode('f998');
|
|
3439
3468
|
$ti-icon-photo-shield: unicode('f365');
|
|
3469
|
+
$ti-icon-photo-square-rounded: unicode('fc4d');
|
|
3440
3470
|
$ti-icon-photo-star: unicode('f366');
|
|
3441
3471
|
$ti-icon-photo-up: unicode('f38b');
|
|
3442
3472
|
$ti-icon-photo-x: unicode('f367');
|
|
@@ -4432,15 +4462,19 @@ $ti-icon-user-down: unicode('f9d6');
|
|
|
4432
4462
|
$ti-icon-user-edit: unicode('f7cc');
|
|
4433
4463
|
$ti-icon-user-exclamation: unicode('ec12');
|
|
4434
4464
|
$ti-icon-user-heart: unicode('f7cd');
|
|
4465
|
+
$ti-icon-user-hexagon: unicode('fc4e');
|
|
4435
4466
|
$ti-icon-user-minus: unicode('eb4a');
|
|
4436
4467
|
$ti-icon-user-off: unicode('ecf9');
|
|
4437
4468
|
$ti-icon-user-pause: unicode('f9d7');
|
|
4469
|
+
$ti-icon-user-pentagon: unicode('fc4f');
|
|
4438
4470
|
$ti-icon-user-pin: unicode('f7ce');
|
|
4439
4471
|
$ti-icon-user-plus: unicode('eb4b');
|
|
4440
4472
|
$ti-icon-user-question: unicode('f7cf');
|
|
4441
4473
|
$ti-icon-user-search: unicode('ef89');
|
|
4442
4474
|
$ti-icon-user-share: unicode('f9d8');
|
|
4443
4475
|
$ti-icon-user-shield: unicode('f7d0');
|
|
4476
|
+
$ti-icon-user-square: unicode('fc51');
|
|
4477
|
+
$ti-icon-user-square-rounded: unicode('fc50');
|
|
4444
4478
|
$ti-icon-user-star: unicode('f7d1');
|
|
4445
4479
|
$ti-icon-user-up: unicode('f7d2');
|
|
4446
4480
|
$ti-icon-user-x: unicode('eb4c');
|
|
@@ -4495,6 +4529,7 @@ $ti-icon-volume: unicode('eb51');
|
|
|
4495
4529
|
$ti-icon-volume-2: unicode('eb4f');
|
|
4496
4530
|
$ti-icon-volume-3: unicode('eb50');
|
|
4497
4531
|
$ti-icon-volume-off: unicode('f1c3');
|
|
4532
|
+
$ti-icon-vs: unicode('fc52');
|
|
4498
4533
|
$ti-icon-walk: unicode('ec87');
|
|
4499
4534
|
$ti-icon-wall: unicode('ef7a');
|
|
4500
4535
|
$ti-icon-wall-off: unicode('f43c');
|
|
@@ -4541,6 +4576,7 @@ $ti-icon-wave-square: unicode('ecd5');
|
|
|
4541
4576
|
$ti-icon-webhook: unicode('f01e');
|
|
4542
4577
|
$ti-icon-webhook-off: unicode('f43d');
|
|
4543
4578
|
$ti-icon-weight: unicode('f589');
|
|
4579
|
+
$ti-icon-wheel: unicode('fc64');
|
|
4544
4580
|
$ti-icon-wheelchair: unicode('f1db');
|
|
4545
4581
|
$ti-icon-wheelchair-off: unicode('f43e');
|
|
4546
4582
|
$ti-icon-whirl: unicode('f51d');
|
|
@@ -4641,6 +4677,7 @@ $ti-icon-zzz: unicode('f228');
|
|
|
4641
4677
|
$ti-icon-zzz-off: unicode('f440');
|
|
4642
4678
|
|
|
4643
4679
|
|
|
4680
|
+
.#{$ti-prefix}-12-hours:before { content: $ti-icon-12-hours; }
|
|
4644
4681
|
.#{$ti-prefix}-123:before { content: $ti-icon-123; }
|
|
4645
4682
|
.#{$ti-prefix}-24-hours:before { content: $ti-icon-24-hours; }
|
|
4646
4683
|
.#{$ti-prefix}-2fa:before { content: $ti-icon-2fa; }
|
|
@@ -4767,6 +4804,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4767
4804
|
.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }
|
|
4768
4805
|
.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }
|
|
4769
4806
|
.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }
|
|
4807
|
+
.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }
|
|
4770
4808
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
4771
4809
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
4772
4810
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
@@ -4796,6 +4834,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4796
4834
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
4797
4835
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
4798
4836
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
4837
|
+
.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }
|
|
4799
4838
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
4800
4839
|
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
4801
4840
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
@@ -5346,6 +5385,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5346
5385
|
.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; }
|
|
5347
5386
|
.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; }
|
|
5348
5387
|
.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; }
|
|
5388
|
+
.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; }
|
|
5349
5389
|
.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }
|
|
5350
5390
|
.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }
|
|
5351
5391
|
.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }
|
|
@@ -5453,7 +5493,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5453
5493
|
.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }
|
|
5454
5494
|
.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
|
|
5455
5495
|
.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }
|
|
5456
|
-
.#{$ti-prefix}-brand-microsoft-teams:before { content: $ti-icon-brand-microsoft-teams; }
|
|
5457
5496
|
.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }
|
|
5458
5497
|
.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }
|
|
5459
5498
|
.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }
|
|
@@ -5485,6 +5524,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5485
5524
|
.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }
|
|
5486
5525
|
.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }
|
|
5487
5526
|
.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }
|
|
5527
|
+
.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }
|
|
5488
5528
|
.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }
|
|
5489
5529
|
.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }
|
|
5490
5530
|
.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; }
|
|
@@ -5553,6 +5593,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5553
5593
|
.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; }
|
|
5554
5594
|
.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; }
|
|
5555
5595
|
.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; }
|
|
5596
|
+
.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; }
|
|
5556
5597
|
.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; }
|
|
5557
5598
|
.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; }
|
|
5558
5599
|
.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; }
|
|
@@ -5560,8 +5601,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5560
5601
|
.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; }
|
|
5561
5602
|
.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }
|
|
5562
5603
|
.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }
|
|
5563
|
-
.#{$ti-prefix}-brand-tikto-filled:before { content: $ti-icon-brand-tikto-filled; }
|
|
5564
5604
|
.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }
|
|
5605
|
+
.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; }
|
|
5565
5606
|
.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }
|
|
5566
5607
|
.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }
|
|
5567
5608
|
.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }
|
|
@@ -5777,9 +5818,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5777
5818
|
.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }
|
|
5778
5819
|
.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }
|
|
5779
5820
|
.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; }
|
|
5821
|
+
.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }
|
|
5780
5822
|
.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
|
5781
5823
|
.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; }
|
|
5782
5824
|
.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
|
5825
|
+
.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }
|
|
5783
5826
|
.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; }
|
|
5784
5827
|
.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }
|
|
5785
5828
|
.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }
|
|
@@ -6031,7 +6074,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6031
6074
|
.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }
|
|
6032
6075
|
.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }
|
|
6033
6076
|
.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }
|
|
6077
|
+
.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }
|
|
6034
6078
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
6079
|
+
.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }
|
|
6035
6080
|
.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }
|
|
6036
6081
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
6037
6082
|
.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }
|
|
@@ -6359,6 +6404,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6359
6404
|
.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }
|
|
6360
6405
|
.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }
|
|
6361
6406
|
.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }
|
|
6407
|
+
.#{$ti-prefix}-device-game-pad:before { content: $ti-icon-device-game-pad; }
|
|
6362
6408
|
.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }
|
|
6363
6409
|
.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }
|
|
6364
6410
|
.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }
|
|
@@ -6491,6 +6537,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6491
6537
|
.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }
|
|
6492
6538
|
.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }
|
|
6493
6539
|
.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }
|
|
6540
|
+
.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }
|
|
6494
6541
|
.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }
|
|
6495
6542
|
.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }
|
|
6496
6543
|
.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }
|
|
@@ -7171,6 +7218,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7171
7218
|
.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }
|
|
7172
7219
|
.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }
|
|
7173
7220
|
.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }
|
|
7221
|
+
.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; }
|
|
7174
7222
|
.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }
|
|
7175
7223
|
.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }
|
|
7176
7224
|
.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }
|
|
@@ -7218,6 +7266,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7218
7266
|
.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }
|
|
7219
7267
|
.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }
|
|
7220
7268
|
.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }
|
|
7269
|
+
.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }
|
|
7221
7270
|
.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }
|
|
7222
7271
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
7223
7272
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
@@ -7283,7 +7332,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7283
7332
|
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
7284
7333
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
7285
7334
|
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
7335
|
+
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
7336
|
+
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
7286
7337
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
7338
|
+
.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }
|
|
7287
7339
|
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
7288
7340
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
7289
7341
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
@@ -7439,6 +7491,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7439
7491
|
.#{$ti-prefix}-list:before { content: $ti-icon-list; }
|
|
7440
7492
|
.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; }
|
|
7441
7493
|
.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; }
|
|
7494
|
+
.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; }
|
|
7442
7495
|
.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; }
|
|
7443
7496
|
.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; }
|
|
7444
7497
|
.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; }
|
|
@@ -7564,12 +7617,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7564
7617
|
.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }
|
|
7565
7618
|
.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }
|
|
7566
7619
|
.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }
|
|
7620
|
+
.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }
|
|
7567
7621
|
.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }
|
|
7568
7622
|
.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }
|
|
7569
7623
|
.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }
|
|
7624
|
+
.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }
|
|
7570
7625
|
.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }
|
|
7571
7626
|
.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }
|
|
7572
7627
|
.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }
|
|
7628
|
+
.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; }
|
|
7573
7629
|
.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; }
|
|
7574
7630
|
.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; }
|
|
7575
7631
|
.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; }
|
|
@@ -7596,8 +7652,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7596
7652
|
.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }
|
|
7597
7653
|
.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }
|
|
7598
7654
|
.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }
|
|
7655
|
+
.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }
|
|
7599
7656
|
.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }
|
|
7600
7657
|
.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }
|
|
7658
|
+
.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }
|
|
7601
7659
|
.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }
|
|
7602
7660
|
.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }
|
|
7603
7661
|
.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }
|
|
@@ -7918,6 +7976,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7918
7976
|
.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }
|
|
7919
7977
|
.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }
|
|
7920
7978
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
7979
|
+
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
7921
7980
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
7922
7981
|
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
7923
7982
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
@@ -7997,6 +8056,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7997
8056
|
.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }
|
|
7998
8057
|
.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }
|
|
7999
8058
|
.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; }
|
|
8059
|
+
.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; }
|
|
8000
8060
|
.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; }
|
|
8001
8061
|
.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; }
|
|
8002
8062
|
.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; }
|
|
@@ -8020,6 +8080,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8020
8080
|
.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }
|
|
8021
8081
|
.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }
|
|
8022
8082
|
.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }
|
|
8083
|
+
.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }
|
|
8084
|
+
.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }
|
|
8085
|
+
.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }
|
|
8023
8086
|
.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }
|
|
8024
8087
|
.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }
|
|
8025
8088
|
.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }
|
|
@@ -8028,9 +8091,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8028
8091
|
.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }
|
|
8029
8092
|
.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; }
|
|
8030
8093
|
.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }
|
|
8094
|
+
.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }
|
|
8031
8095
|
.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }
|
|
8032
8096
|
.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }
|
|
8033
8097
|
.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; }
|
|
8098
|
+
.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; }
|
|
8034
8099
|
.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }
|
|
8035
8100
|
.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }
|
|
8036
8101
|
.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }
|
|
@@ -8040,6 +8105,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8040
8105
|
.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }
|
|
8041
8106
|
.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }
|
|
8042
8107
|
.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }
|
|
8108
|
+
.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }
|
|
8043
8109
|
.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }
|
|
8044
8110
|
.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }
|
|
8045
8111
|
.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; }
|
|
@@ -9035,15 +9101,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9035
9101
|
.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }
|
|
9036
9102
|
.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
|
|
9037
9103
|
.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }
|
|
9104
|
+
.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }
|
|
9038
9105
|
.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }
|
|
9039
9106
|
.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; }
|
|
9040
9107
|
.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; }
|
|
9108
|
+
.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; }
|
|
9041
9109
|
.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }
|
|
9042
9110
|
.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }
|
|
9043
9111
|
.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }
|
|
9044
9112
|
.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }
|
|
9045
9113
|
.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }
|
|
9046
9114
|
.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }
|
|
9115
|
+
.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; }
|
|
9116
|
+
.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; }
|
|
9047
9117
|
.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; }
|
|
9048
9118
|
.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; }
|
|
9049
9119
|
.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; }
|
|
@@ -9098,6 +9168,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9098
9168
|
.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }
|
|
9099
9169
|
.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }
|
|
9100
9170
|
.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; }
|
|
9171
|
+
.#{$ti-prefix}-vs:before { content: $ti-icon-vs; }
|
|
9101
9172
|
.#{$ti-prefix}-walk:before { content: $ti-icon-walk; }
|
|
9102
9173
|
.#{$ti-prefix}-wall:before { content: $ti-icon-wall; }
|
|
9103
9174
|
.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; }
|
|
@@ -9144,6 +9215,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9144
9215
|
.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }
|
|
9145
9216
|
.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }
|
|
9146
9217
|
.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }
|
|
9218
|
+
.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }
|
|
9147
9219
|
.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }
|
|
9148
9220
|
.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }
|
|
9149
9221
|
.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }
|