@tabler/icons-webfont 2.35.0 → 2.37.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 +172 -8
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +381 -12
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +91 -8
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
3
|
+
* Tabler Icons 2.37.0 by tabler - https://tabler.io
|
|
3
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
5
|
*/
|
|
5
6
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -12,11 +13,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
13
|
font-style: normal;
|
|
13
14
|
font-weight: 400;
|
|
14
15
|
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.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.37.0');
|
|
17
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.37.0') format('embedded-opentype'),
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.37.0') format('woff2'),
|
|
18
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.37.0') format('truetype');
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
.#{$ti-prefix} {
|
|
@@ -101,6 +102,7 @@ $ti-icon-air-conditioning: unicode('f3a2');
|
|
|
101
102
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
102
103
|
$ti-icon-air-traffic-control: unicode('fb01');
|
|
103
104
|
$ti-icon-alarm: unicode('ea04');
|
|
105
|
+
$ti-icon-alarm-average: unicode('fc9e');
|
|
104
106
|
$ti-icon-alarm-filled: unicode('f709');
|
|
105
107
|
$ti-icon-alarm-minus: unicode('f630');
|
|
106
108
|
$ti-icon-alarm-minus-filled: unicode('f70a');
|
|
@@ -298,6 +300,8 @@ $ti-icon-arrow-loop-left-2: unicode('f04c');
|
|
|
298
300
|
$ti-icon-arrow-loop-right: unicode('eda0');
|
|
299
301
|
$ti-icon-arrow-loop-right-2: unicode('f04d');
|
|
300
302
|
$ti-icon-arrow-merge: unicode('f04e');
|
|
303
|
+
$ti-icon-arrow-merge-alt-left: unicode('fc9f');
|
|
304
|
+
$ti-icon-arrow-merge-alt-right: unicode('fca0');
|
|
301
305
|
$ti-icon-arrow-merge-both: unicode('f23b');
|
|
302
306
|
$ti-icon-arrow-merge-left: unicode('f23c');
|
|
303
307
|
$ti-icon-arrow-merge-right: unicode('f23d');
|
|
@@ -522,6 +526,7 @@ $ti-icon-beach: unicode('ef3d');
|
|
|
522
526
|
$ti-icon-beach-off: unicode('f0b7');
|
|
523
527
|
$ti-icon-bed: unicode('eb5c');
|
|
524
528
|
$ti-icon-bed-filled: unicode('f7e0');
|
|
529
|
+
$ti-icon-bed-flat: unicode('fca1');
|
|
525
530
|
$ti-icon-bed-off: unicode('f100');
|
|
526
531
|
$ti-icon-beer: unicode('efa1');
|
|
527
532
|
$ti-icon-beer-filled: unicode('f7e1');
|
|
@@ -574,6 +579,7 @@ $ti-icon-bleach: unicode('f2f3');
|
|
|
574
579
|
$ti-icon-bleach-chlorine: unicode('f2f0');
|
|
575
580
|
$ti-icon-bleach-no-chlorine: unicode('f2f1');
|
|
576
581
|
$ti-icon-bleach-off: unicode('f2f2');
|
|
582
|
+
$ti-icon-blender: unicode('fca2');
|
|
577
583
|
$ti-icon-blockquote: unicode('ee09');
|
|
578
584
|
$ti-icon-bluetooth: unicode('ea37');
|
|
579
585
|
$ti-icon-bluetooth-connected: unicode('ecea');
|
|
@@ -582,6 +588,7 @@ $ti-icon-bluetooth-x: unicode('f081');
|
|
|
582
588
|
$ti-icon-blur: unicode('ef8c');
|
|
583
589
|
$ti-icon-blur-off: unicode('f3c6');
|
|
584
590
|
$ti-icon-bmp: unicode('f3a6');
|
|
591
|
+
$ti-icon-body-scan: unicode('fca3');
|
|
585
592
|
$ti-icon-bold: unicode('eb7b');
|
|
586
593
|
$ti-icon-bold-off: unicode('f0ba');
|
|
587
594
|
$ti-icon-bolt: unicode('ea38');
|
|
@@ -675,6 +682,8 @@ $ti-icon-box-seam: unicode('f561');
|
|
|
675
682
|
$ti-icon-braces: unicode('ebcc');
|
|
676
683
|
$ti-icon-braces-off: unicode('f0bf');
|
|
677
684
|
$ti-icon-brackets: unicode('ebcd');
|
|
685
|
+
$ti-icon-brackets-angle: unicode('fcb2');
|
|
686
|
+
$ti-icon-brackets-angle-off: unicode('fcb1');
|
|
678
687
|
$ti-icon-brackets-contain: unicode('f1e5');
|
|
679
688
|
$ti-icon-brackets-contain-end: unicode('f1e3');
|
|
680
689
|
$ti-icon-brackets-contain-start: unicode('f1e4');
|
|
@@ -704,6 +713,7 @@ $ti-icon-brand-apple-arcade: unicode('ed69');
|
|
|
704
713
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
705
714
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
706
715
|
$ti-icon-brand-asana: unicode('edc5');
|
|
716
|
+
$ti-icon-brand-auth0: unicode('fcb3');
|
|
707
717
|
$ti-icon-brand-aws: unicode('fa4c');
|
|
708
718
|
$ti-icon-brand-azure: unicode('fa4d');
|
|
709
719
|
$ti-icon-brand-backbone: unicode('f325');
|
|
@@ -1093,6 +1103,7 @@ $ti-icon-bulb: unicode('ea51');
|
|
|
1093
1103
|
$ti-icon-bulb-filled: unicode('f66a');
|
|
1094
1104
|
$ti-icon-bulb-off: unicode('ea50');
|
|
1095
1105
|
$ti-icon-bulldozer: unicode('ee1d');
|
|
1106
|
+
$ti-icon-burger: unicode('fcb4');
|
|
1096
1107
|
$ti-icon-bus: unicode('ebe4');
|
|
1097
1108
|
$ti-icon-bus-off: unicode('f3ce');
|
|
1098
1109
|
$ti-icon-bus-stop: unicode('f2d4');
|
|
@@ -1789,9 +1800,9 @@ $ti-icon-device-desktop-star: unicode('f86e');
|
|
|
1789
1800
|
$ti-icon-device-desktop-up: unicode('f86f');
|
|
1790
1801
|
$ti-icon-device-desktop-x: unicode('f870');
|
|
1791
1802
|
$ti-icon-device-floppy: unicode('eb62');
|
|
1792
|
-
$ti-icon-device-game-pad: unicode('fc58');
|
|
1793
1803
|
$ti-icon-device-gamepad: unicode('eb63');
|
|
1794
1804
|
$ti-icon-device-gamepad-2: unicode('f1d2');
|
|
1805
|
+
$ti-icon-device-gamepad-3: unicode('fc58');
|
|
1795
1806
|
$ti-icon-device-heart-monitor: unicode('f060');
|
|
1796
1807
|
$ti-icon-device-heart-monitor-filled: unicode('fa38');
|
|
1797
1808
|
$ti-icon-device-imac: unicode('f7a7');
|
|
@@ -2275,6 +2286,7 @@ $ti-icon-filter-x: unicode('fa04');
|
|
|
2275
2286
|
$ti-icon-filters: unicode('f793');
|
|
2276
2287
|
$ti-icon-fingerprint: unicode('ebd1');
|
|
2277
2288
|
$ti-icon-fingerprint-off: unicode('f12a');
|
|
2289
|
+
$ti-icon-fingerprint-scan: unicode('fcb5');
|
|
2278
2290
|
$ti-icon-fire-extinguisher: unicode('faf6');
|
|
2279
2291
|
$ti-icon-fire-hydrant: unicode('f3a9');
|
|
2280
2292
|
$ti-icon-fire-hydrant-off: unicode('f3ec');
|
|
@@ -2389,6 +2401,7 @@ $ti-icon-frustum-plus: unicode('fa9e');
|
|
|
2389
2401
|
$ti-icon-function: unicode('f225');
|
|
2390
2402
|
$ti-icon-function-filled: unicode('fc2b');
|
|
2391
2403
|
$ti-icon-function-off: unicode('f3f0');
|
|
2404
|
+
$ti-icon-galaxy: unicode('fcb6');
|
|
2392
2405
|
$ti-icon-garden-cart: unicode('f23e');
|
|
2393
2406
|
$ti-icon-garden-cart-off: unicode('f3f1');
|
|
2394
2407
|
$ti-icon-gas-station: unicode('ec7d');
|
|
@@ -2455,8 +2468,12 @@ $ti-icon-graph: unicode('f288');
|
|
|
2455
2468
|
$ti-icon-graph-off: unicode('f3f4');
|
|
2456
2469
|
$ti-icon-grave: unicode('f580');
|
|
2457
2470
|
$ti-icon-grave-2: unicode('f57f');
|
|
2471
|
+
$ti-icon-grid-3x3: unicode('fca4');
|
|
2472
|
+
$ti-icon-grid-4x4: unicode('fca5');
|
|
2458
2473
|
$ti-icon-grid-dots: unicode('eaba');
|
|
2474
|
+
$ti-icon-grid-goldenratio: unicode('fca6');
|
|
2459
2475
|
$ti-icon-grid-pattern: unicode('efc9');
|
|
2476
|
+
$ti-icon-grid-scan: unicode('fca7');
|
|
2460
2477
|
$ti-icon-grill: unicode('efa9');
|
|
2461
2478
|
$ti-icon-grill-fork: unicode('f35b');
|
|
2462
2479
|
$ti-icon-grill-off: unicode('f3f5');
|
|
@@ -2656,6 +2673,7 @@ $ti-icon-home-up: unicode('f346');
|
|
|
2656
2673
|
$ti-icon-home-x: unicode('f347');
|
|
2657
2674
|
$ti-icon-horse: unicode('fc46');
|
|
2658
2675
|
$ti-icon-horse-toy: unicode('f28a');
|
|
2676
|
+
$ti-icon-horseshoe: unicode('fcb7');
|
|
2659
2677
|
$ti-icon-hotel-service: unicode('ef80');
|
|
2660
2678
|
$ti-icon-hourglass: unicode('ef93');
|
|
2661
2679
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
@@ -2874,6 +2892,7 @@ $ti-icon-line: unicode('ec40');
|
|
|
2874
2892
|
$ti-icon-line-dashed: unicode('eea7');
|
|
2875
2893
|
$ti-icon-line-dotted: unicode('eea8');
|
|
2876
2894
|
$ti-icon-line-height: unicode('eb94');
|
|
2895
|
+
$ti-icon-line-scan: unicode('fcb8');
|
|
2877
2896
|
$ti-icon-link: unicode('eade');
|
|
2878
2897
|
$ti-icon-link-off: unicode('f402');
|
|
2879
2898
|
$ti-icon-list: unicode('eb6b');
|
|
@@ -2965,6 +2984,7 @@ $ti-icon-macro: unicode('eeab');
|
|
|
2965
2984
|
$ti-icon-macro-off: unicode('f406');
|
|
2966
2985
|
$ti-icon-magnet: unicode('eae3');
|
|
2967
2986
|
$ti-icon-magnet-off: unicode('f159');
|
|
2987
|
+
$ti-icon-magnetic: unicode('fcb9');
|
|
2968
2988
|
$ti-icon-mail: unicode('eae5');
|
|
2969
2989
|
$ti-icon-mail-ai: unicode('fa31');
|
|
2970
2990
|
$ti-icon-mail-bolt: unicode('f937');
|
|
@@ -3318,11 +3338,12 @@ $ti-icon-navigation-cog: unicode('fbed');
|
|
|
3318
3338
|
$ti-icon-navigation-discount: unicode('fbee');
|
|
3319
3339
|
$ti-icon-navigation-dollar: unicode('fbef');
|
|
3320
3340
|
$ti-icon-navigation-down: unicode('fbf0');
|
|
3341
|
+
$ti-icon-navigation-east: unicode('fcba');
|
|
3321
3342
|
$ti-icon-navigation-exclamation: unicode('fbf1');
|
|
3322
3343
|
$ti-icon-navigation-filled: unicode('f685');
|
|
3323
3344
|
$ti-icon-navigation-heart: unicode('fbf2');
|
|
3324
3345
|
$ti-icon-navigation-minus: unicode('fbf3');
|
|
3325
|
-
$ti-icon-navigation-north: unicode('
|
|
3346
|
+
$ti-icon-navigation-north: unicode('fcbb');
|
|
3326
3347
|
$ti-icon-navigation-off: unicode('f413');
|
|
3327
3348
|
$ti-icon-navigation-pause: unicode('fbf4');
|
|
3328
3349
|
$ti-icon-navigation-pin: unicode('fbf5');
|
|
@@ -3330,8 +3351,11 @@ $ti-icon-navigation-plus: unicode('fbf6');
|
|
|
3330
3351
|
$ti-icon-navigation-question: unicode('fbf7');
|
|
3331
3352
|
$ti-icon-navigation-search: unicode('fbf8');
|
|
3332
3353
|
$ti-icon-navigation-share: unicode('fbf9');
|
|
3354
|
+
$ti-icon-navigation-south: unicode('fcbc');
|
|
3333
3355
|
$ti-icon-navigation-star: unicode('fbfa');
|
|
3356
|
+
$ti-icon-navigation-top: unicode('faec');
|
|
3334
3357
|
$ti-icon-navigation-up: unicode('fbfb');
|
|
3358
|
+
$ti-icon-navigation-west: unicode('fcbd');
|
|
3335
3359
|
$ti-icon-navigation-x: unicode('fbfc');
|
|
3336
3360
|
$ti-icon-needle: unicode('f508');
|
|
3337
3361
|
$ti-icon-needle-thread: unicode('f507');
|
|
@@ -3508,6 +3532,7 @@ $ti-icon-photo-pentagon: unicode('fc4c');
|
|
|
3508
3532
|
$ti-icon-photo-pin: unicode('f996');
|
|
3509
3533
|
$ti-icon-photo-plus: unicode('f363');
|
|
3510
3534
|
$ti-icon-photo-question: unicode('f997');
|
|
3535
|
+
$ti-icon-photo-scan: unicode('fca8');
|
|
3511
3536
|
$ti-icon-photo-search: unicode('f364');
|
|
3512
3537
|
$ti-icon-photo-sensor: unicode('f798');
|
|
3513
3538
|
$ti-icon-photo-sensor-2: unicode('f796');
|
|
@@ -3760,6 +3785,7 @@ $ti-icon-road: unicode('f018');
|
|
|
3760
3785
|
$ti-icon-road-off: unicode('f191');
|
|
3761
3786
|
$ti-icon-road-sign: unicode('ecdd');
|
|
3762
3787
|
$ti-icon-robot: unicode('f00b');
|
|
3788
|
+
$ti-icon-robot-face: unicode('fcbe');
|
|
3763
3789
|
$ti-icon-robot-off: unicode('f192');
|
|
3764
3790
|
$ti-icon-rocket: unicode('ec45');
|
|
3765
3791
|
$ti-icon-rocket-off: unicode('f193');
|
|
@@ -3787,7 +3813,14 @@ $ti-icon-rotate-dot: unicode('efe5');
|
|
|
3787
3813
|
$ti-icon-rotate-rectangle: unicode('ec15');
|
|
3788
3814
|
$ti-icon-route: unicode('eb17');
|
|
3789
3815
|
$ti-icon-route-2: unicode('f4b6');
|
|
3816
|
+
$ti-icon-route-alt-left: unicode('fca9');
|
|
3817
|
+
$ti-icon-route-alt-right: unicode('fcaa');
|
|
3790
3818
|
$ti-icon-route-off: unicode('f194');
|
|
3819
|
+
$ti-icon-route-scan: unicode('fcbf');
|
|
3820
|
+
$ti-icon-route-square: unicode('fcac');
|
|
3821
|
+
$ti-icon-route-square-2: unicode('fcab');
|
|
3822
|
+
$ti-icon-route-x: unicode('fcae');
|
|
3823
|
+
$ti-icon-route-x-2: unicode('fcad');
|
|
3791
3824
|
$ti-icon-router: unicode('eb18');
|
|
3792
3825
|
$ti-icon-router-off: unicode('f424');
|
|
3793
3826
|
$ti-icon-row-insert-bottom: unicode('eed0');
|
|
@@ -3803,6 +3836,7 @@ $ti-icon-ruler-3: unicode('f290');
|
|
|
3803
3836
|
$ti-icon-ruler-measure: unicode('f291');
|
|
3804
3837
|
$ti-icon-ruler-off: unicode('f196');
|
|
3805
3838
|
$ti-icon-run: unicode('ec82');
|
|
3839
|
+
$ti-icon-rv-truck: unicode('fcc0');
|
|
3806
3840
|
$ti-icon-s-turn-down: unicode('f516');
|
|
3807
3841
|
$ti-icon-s-turn-left: unicode('f517');
|
|
3808
3842
|
$ti-icon-s-turn-right: unicode('f518');
|
|
@@ -4013,6 +4047,7 @@ $ti-icon-social-off: unicode('f1a9');
|
|
|
4013
4047
|
$ti-icon-sock: unicode('eee1');
|
|
4014
4048
|
$ti-icon-sofa: unicode('efaf');
|
|
4015
4049
|
$ti-icon-sofa-off: unicode('f42c');
|
|
4050
|
+
$ti-icon-solar-electricity: unicode('fcc1');
|
|
4016
4051
|
$ti-icon-solar-panel: unicode('f7bf');
|
|
4017
4052
|
$ti-icon-solar-panel-2: unicode('f7be');
|
|
4018
4053
|
$ti-icon-sort-0-9: unicode('f54d');
|
|
@@ -4290,6 +4325,7 @@ $ti-icon-subtask: unicode('ec9f');
|
|
|
4290
4325
|
$ti-icon-sum: unicode('eb73');
|
|
4291
4326
|
$ti-icon-sum-off: unicode('f1ab');
|
|
4292
4327
|
$ti-icon-sun: unicode('eb30');
|
|
4328
|
+
$ti-icon-sun-electricity: unicode('fcc2');
|
|
4293
4329
|
$ti-icon-sun-filled: unicode('f6a9');
|
|
4294
4330
|
$ti-icon-sun-high: unicode('f236');
|
|
4295
4331
|
$ti-icon-sun-low: unicode('f237');
|
|
@@ -4370,6 +4406,7 @@ $ti-icon-text-orientation: unicode('f2a4');
|
|
|
4370
4406
|
$ti-icon-text-plus: unicode('f2a5');
|
|
4371
4407
|
$ti-icon-text-recognition: unicode('f204');
|
|
4372
4408
|
$ti-icon-text-resize: unicode('ef87');
|
|
4409
|
+
$ti-icon-text-scan-2: unicode('fcc3');
|
|
4373
4410
|
$ti-icon-text-size: unicode('f2b1');
|
|
4374
4411
|
$ti-icon-text-spellcheck: unicode('f2a6');
|
|
4375
4412
|
$ti-icon-text-wrap: unicode('ebdd');
|
|
@@ -4503,6 +4540,7 @@ $ti-icon-umbrella: unicode('ebf1');
|
|
|
4503
4540
|
$ti-icon-umbrella-filled: unicode('f6b0');
|
|
4504
4541
|
$ti-icon-umbrella-off: unicode('f1bb');
|
|
4505
4542
|
$ti-icon-underline: unicode('eba2');
|
|
4543
|
+
$ti-icon-universe: unicode('fcc4');
|
|
4506
4544
|
$ti-icon-unlink: unicode('eb46');
|
|
4507
4545
|
$ti-icon-upload: unicode('eb47');
|
|
4508
4546
|
$ti-icon-urgent: unicode('eb48');
|
|
@@ -4527,6 +4565,7 @@ $ti-icon-user-pentagon: unicode('fc4f');
|
|
|
4527
4565
|
$ti-icon-user-pin: unicode('f7ce');
|
|
4528
4566
|
$ti-icon-user-plus: unicode('eb4b');
|
|
4529
4567
|
$ti-icon-user-question: unicode('f7cf');
|
|
4568
|
+
$ti-icon-user-scan: unicode('fcaf');
|
|
4530
4569
|
$ti-icon-user-search: unicode('ef89');
|
|
4531
4570
|
$ti-icon-user-share: unicode('f9d8');
|
|
4532
4571
|
$ti-icon-user-shield: unicode('f7d0');
|
|
@@ -4630,6 +4669,7 @@ $ti-icon-waterpolo: unicode('fa6f');
|
|
|
4630
4669
|
$ti-icon-wave-saw-tool: unicode('ecd3');
|
|
4631
4670
|
$ti-icon-wave-sine: unicode('ecd4');
|
|
4632
4671
|
$ti-icon-wave-square: unicode('ecd5');
|
|
4672
|
+
$ti-icon-waves-electricity: unicode('fcc5');
|
|
4633
4673
|
$ti-icon-webhook: unicode('f01e');
|
|
4634
4674
|
$ti-icon-webhook-off: unicode('f43d');
|
|
4635
4675
|
$ti-icon-weight: unicode('f589');
|
|
@@ -4643,6 +4683,7 @@ $ti-icon-wifi-1: unicode('eba4');
|
|
|
4643
4683
|
$ti-icon-wifi-2: unicode('eba5');
|
|
4644
4684
|
$ti-icon-wifi-off: unicode('ecfa');
|
|
4645
4685
|
$ti-icon-wind: unicode('ec34');
|
|
4686
|
+
$ti-icon-wind-electricity: unicode('fcc6');
|
|
4646
4687
|
$ti-icon-wind-off: unicode('f1c7');
|
|
4647
4688
|
$ti-icon-windmill: unicode('ed85');
|
|
4648
4689
|
$ti-icon-windmill-filled: unicode('f6b2');
|
|
@@ -4730,6 +4771,7 @@ $ti-icon-zoom-pan: unicode('f1de');
|
|
|
4730
4771
|
$ti-icon-zoom-question: unicode('edeb');
|
|
4731
4772
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
4732
4773
|
$ti-icon-zoom-reset: unicode('f295');
|
|
4774
|
+
$ti-icon-zoom-scan: unicode('fcb0');
|
|
4733
4775
|
$ti-icon-zzz: unicode('f228');
|
|
4734
4776
|
$ti-icon-zzz-off: unicode('f440');
|
|
4735
4777
|
|
|
@@ -4797,6 +4839,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4797
4839
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
4798
4840
|
.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }
|
|
4799
4841
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
4842
|
+
.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }
|
|
4800
4843
|
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
4801
4844
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
4802
4845
|
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
@@ -4994,6 +5037,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4994
5037
|
.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; }
|
|
4995
5038
|
.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; }
|
|
4996
5039
|
.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; }
|
|
5040
|
+
.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; }
|
|
5041
|
+
.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; }
|
|
4997
5042
|
.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; }
|
|
4998
5043
|
.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; }
|
|
4999
5044
|
.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; }
|
|
@@ -5218,6 +5263,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5218
5263
|
.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }
|
|
5219
5264
|
.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }
|
|
5220
5265
|
.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; }
|
|
5266
|
+
.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }
|
|
5221
5267
|
.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }
|
|
5222
5268
|
.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }
|
|
5223
5269
|
.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; }
|
|
@@ -5270,6 +5316,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5270
5316
|
.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }
|
|
5271
5317
|
.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }
|
|
5272
5318
|
.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; }
|
|
5319
|
+
.#{$ti-prefix}-blender:before { content: $ti-icon-blender; }
|
|
5273
5320
|
.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }
|
|
5274
5321
|
.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }
|
|
5275
5322
|
.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }
|
|
@@ -5278,6 +5325,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5278
5325
|
.#{$ti-prefix}-blur:before { content: $ti-icon-blur; }
|
|
5279
5326
|
.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; }
|
|
5280
5327
|
.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; }
|
|
5328
|
+
.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; }
|
|
5281
5329
|
.#{$ti-prefix}-bold:before { content: $ti-icon-bold; }
|
|
5282
5330
|
.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; }
|
|
5283
5331
|
.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }
|
|
@@ -5371,6 +5419,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5371
5419
|
.#{$ti-prefix}-braces:before { content: $ti-icon-braces; }
|
|
5372
5420
|
.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; }
|
|
5373
5421
|
.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; }
|
|
5422
|
+
.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; }
|
|
5423
|
+
.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; }
|
|
5374
5424
|
.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; }
|
|
5375
5425
|
.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; }
|
|
5376
5426
|
.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; }
|
|
@@ -5400,6 +5450,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5400
5450
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5401
5451
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5402
5452
|
.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }
|
|
5453
|
+
.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }
|
|
5403
5454
|
.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }
|
|
5404
5455
|
.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }
|
|
5405
5456
|
.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; }
|
|
@@ -5789,6 +5840,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5789
5840
|
.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; }
|
|
5790
5841
|
.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }
|
|
5791
5842
|
.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }
|
|
5843
|
+
.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }
|
|
5792
5844
|
.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }
|
|
5793
5845
|
.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; }
|
|
5794
5846
|
.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }
|
|
@@ -6485,9 +6537,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6485
6537
|
.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }
|
|
6486
6538
|
.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }
|
|
6487
6539
|
.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }
|
|
6488
|
-
.#{$ti-prefix}-device-game-pad:before { content: $ti-icon-device-game-pad; }
|
|
6489
6540
|
.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }
|
|
6490
6541
|
.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }
|
|
6542
|
+
.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }
|
|
6491
6543
|
.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }
|
|
6492
6544
|
.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; }
|
|
6493
6545
|
.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }
|
|
@@ -6971,6 +7023,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6971
7023
|
.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }
|
|
6972
7024
|
.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
|
|
6973
7025
|
.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }
|
|
7026
|
+
.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }
|
|
6974
7027
|
.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; }
|
|
6975
7028
|
.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }
|
|
6976
7029
|
.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; }
|
|
@@ -7085,6 +7138,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7085
7138
|
.#{$ti-prefix}-function:before { content: $ti-icon-function; }
|
|
7086
7139
|
.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }
|
|
7087
7140
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
7141
|
+
.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }
|
|
7088
7142
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
7089
7143
|
.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }
|
|
7090
7144
|
.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }
|
|
@@ -7151,8 +7205,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7151
7205
|
.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }
|
|
7152
7206
|
.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }
|
|
7153
7207
|
.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }
|
|
7208
|
+
.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; }
|
|
7209
|
+
.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; }
|
|
7154
7210
|
.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }
|
|
7211
|
+
.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }
|
|
7155
7212
|
.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }
|
|
7213
|
+
.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }
|
|
7156
7214
|
.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }
|
|
7157
7215
|
.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }
|
|
7158
7216
|
.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; }
|
|
@@ -7352,6 +7410,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7352
7410
|
.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; }
|
|
7353
7411
|
.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }
|
|
7354
7412
|
.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }
|
|
7413
|
+
.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }
|
|
7355
7414
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
7356
7415
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
7357
7416
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
@@ -7570,6 +7629,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7570
7629
|
.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }
|
|
7571
7630
|
.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }
|
|
7572
7631
|
.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; }
|
|
7632
|
+
.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; }
|
|
7573
7633
|
.#{$ti-prefix}-link:before { content: $ti-icon-link; }
|
|
7574
7634
|
.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; }
|
|
7575
7635
|
.#{$ti-prefix}-list:before { content: $ti-icon-list; }
|
|
@@ -7661,6 +7721,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7661
7721
|
.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; }
|
|
7662
7722
|
.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; }
|
|
7663
7723
|
.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; }
|
|
7724
|
+
.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }
|
|
7664
7725
|
.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }
|
|
7665
7726
|
.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }
|
|
7666
7727
|
.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }
|
|
@@ -8014,6 +8075,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8014
8075
|
.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; }
|
|
8015
8076
|
.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; }
|
|
8016
8077
|
.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }
|
|
8078
|
+
.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }
|
|
8017
8079
|
.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }
|
|
8018
8080
|
.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; }
|
|
8019
8081
|
.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }
|
|
@@ -8026,8 +8088,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8026
8088
|
.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; }
|
|
8027
8089
|
.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; }
|
|
8028
8090
|
.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; }
|
|
8091
|
+
.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; }
|
|
8029
8092
|
.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; }
|
|
8093
|
+
.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; }
|
|
8030
8094
|
.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; }
|
|
8095
|
+
.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; }
|
|
8031
8096
|
.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; }
|
|
8032
8097
|
.#{$ti-prefix}-needle:before { content: $ti-icon-needle; }
|
|
8033
8098
|
.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; }
|
|
@@ -8204,6 +8269,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8204
8269
|
.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; }
|
|
8205
8270
|
.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }
|
|
8206
8271
|
.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; }
|
|
8272
|
+
.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; }
|
|
8207
8273
|
.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }
|
|
8208
8274
|
.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }
|
|
8209
8275
|
.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }
|
|
@@ -8456,6 +8522,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8456
8522
|
.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; }
|
|
8457
8523
|
.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; }
|
|
8458
8524
|
.#{$ti-prefix}-robot:before { content: $ti-icon-robot; }
|
|
8525
|
+
.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; }
|
|
8459
8526
|
.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; }
|
|
8460
8527
|
.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; }
|
|
8461
8528
|
.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; }
|
|
@@ -8483,7 +8550,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8483
8550
|
.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; }
|
|
8484
8551
|
.#{$ti-prefix}-route:before { content: $ti-icon-route; }
|
|
8485
8552
|
.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; }
|
|
8553
|
+
.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; }
|
|
8554
|
+
.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; }
|
|
8486
8555
|
.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; }
|
|
8556
|
+
.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; }
|
|
8557
|
+
.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; }
|
|
8558
|
+
.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; }
|
|
8559
|
+
.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; }
|
|
8560
|
+
.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; }
|
|
8487
8561
|
.#{$ti-prefix}-router:before { content: $ti-icon-router; }
|
|
8488
8562
|
.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; }
|
|
8489
8563
|
.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; }
|
|
@@ -8499,6 +8573,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8499
8573
|
.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }
|
|
8500
8574
|
.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }
|
|
8501
8575
|
.#{$ti-prefix}-run:before { content: $ti-icon-run; }
|
|
8576
|
+
.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }
|
|
8502
8577
|
.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; }
|
|
8503
8578
|
.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; }
|
|
8504
8579
|
.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; }
|
|
@@ -8709,6 +8784,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8709
8784
|
.#{$ti-prefix}-sock:before { content: $ti-icon-sock; }
|
|
8710
8785
|
.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; }
|
|
8711
8786
|
.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; }
|
|
8787
|
+
.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; }
|
|
8712
8788
|
.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; }
|
|
8713
8789
|
.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; }
|
|
8714
8790
|
.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; }
|
|
@@ -8986,6 +9062,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8986
9062
|
.#{$ti-prefix}-sum:before { content: $ti-icon-sum; }
|
|
8987
9063
|
.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }
|
|
8988
9064
|
.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }
|
|
9065
|
+
.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }
|
|
8989
9066
|
.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; }
|
|
8990
9067
|
.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }
|
|
8991
9068
|
.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }
|
|
@@ -9066,6 +9143,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9066
9143
|
.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; }
|
|
9067
9144
|
.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; }
|
|
9068
9145
|
.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; }
|
|
9146
|
+
.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; }
|
|
9069
9147
|
.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; }
|
|
9070
9148
|
.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; }
|
|
9071
9149
|
.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }
|
|
@@ -9199,6 +9277,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9199
9277
|
.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; }
|
|
9200
9278
|
.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }
|
|
9201
9279
|
.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }
|
|
9280
|
+
.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }
|
|
9202
9281
|
.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; }
|
|
9203
9282
|
.#{$ti-prefix}-upload:before { content: $ti-icon-upload; }
|
|
9204
9283
|
.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }
|
|
@@ -9223,6 +9302,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9223
9302
|
.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; }
|
|
9224
9303
|
.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; }
|
|
9225
9304
|
.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; }
|
|
9305
|
+
.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; }
|
|
9226
9306
|
.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; }
|
|
9227
9307
|
.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; }
|
|
9228
9308
|
.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; }
|
|
@@ -9326,6 +9406,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9326
9406
|
.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; }
|
|
9327
9407
|
.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; }
|
|
9328
9408
|
.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; }
|
|
9409
|
+
.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; }
|
|
9329
9410
|
.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }
|
|
9330
9411
|
.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }
|
|
9331
9412
|
.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }
|
|
@@ -9339,6 +9420,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9339
9420
|
.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; }
|
|
9340
9421
|
.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; }
|
|
9341
9422
|
.#{$ti-prefix}-wind:before { content: $ti-icon-wind; }
|
|
9423
|
+
.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }
|
|
9342
9424
|
.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }
|
|
9343
9425
|
.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }
|
|
9344
9426
|
.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; }
|
|
@@ -9426,5 +9508,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9426
9508
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
9427
9509
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|
|
9428
9510
|
.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; }
|
|
9511
|
+
.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; }
|
|
9429
9512
|
.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; }
|
|
9430
9513
|
.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }
|