@tabler/icons-webfont 3.13.0 → 3.15.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/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +39 -3
- package/dist/tabler-icons-outline.css +286 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +641 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +145 -3
- package/dist/tabler-icons.css +358 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +803 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +181 -3
- package/package.json +2 -2
package/dist/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.15.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.15.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.15.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -197,6 +197,7 @@ $ti-icon-api-off: unicode('f0f8');
|
|
|
197
197
|
$ti-icon-app-window: unicode('efe6');
|
|
198
198
|
$ti-icon-app-window-filled: unicode('f71a');
|
|
199
199
|
$ti-icon-apple: unicode('ef21');
|
|
200
|
+
$ti-icon-apple-filled: unicode('10017');
|
|
200
201
|
$ti-icon-apps: unicode('ebb6');
|
|
201
202
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
202
203
|
$ti-icon-apps-off: unicode('f0ac');
|
|
@@ -1219,6 +1220,7 @@ $ti-icon-bus-off: unicode('f3ce');
|
|
|
1219
1220
|
$ti-icon-bus-stop: unicode('f2d4');
|
|
1220
1221
|
$ti-icon-businessplan: unicode('ee1e');
|
|
1221
1222
|
$ti-icon-butterfly: unicode('efd9');
|
|
1223
|
+
$ti-icon-butterfly-filled: unicode('10016');
|
|
1222
1224
|
$ti-icon-cactus: unicode('f21b');
|
|
1223
1225
|
$ti-icon-cactus-filled: unicode('fb25');
|
|
1224
1226
|
$ti-icon-cactus-off: unicode('f3cf');
|
|
@@ -1299,6 +1301,7 @@ $ti-icon-candy: unicode('ef0d');
|
|
|
1299
1301
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1300
1302
|
$ti-icon-cane: unicode('f50f');
|
|
1301
1303
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1304
|
+
$ti-icon-cannabis-filled: unicode('10015');
|
|
1302
1305
|
$ti-icon-cap-projecting: unicode('ff22');
|
|
1303
1306
|
$ti-icon-cap-rounded: unicode('ff21');
|
|
1304
1307
|
$ti-icon-cap-straight: unicode('ff20');
|
|
@@ -1323,6 +1326,7 @@ $ti-icon-car-off: unicode('f0c7');
|
|
|
1323
1326
|
$ti-icon-car-suv: unicode('fc8b');
|
|
1324
1327
|
$ti-icon-car-turbine: unicode('f4fd');
|
|
1325
1328
|
$ti-icon-carambola: unicode('feb9');
|
|
1329
|
+
$ti-icon-carambola-filled: unicode('10014');
|
|
1326
1330
|
$ti-icon-caravan: unicode('ec7c');
|
|
1327
1331
|
$ti-icon-cardboards: unicode('ed74');
|
|
1328
1332
|
$ti-icon-cardboards-off: unicode('f0c8');
|
|
@@ -1798,6 +1802,7 @@ $ti-icon-cloud-upload: unicode('ea75');
|
|
|
1798
1802
|
$ti-icon-cloud-x: unicode('f85d');
|
|
1799
1803
|
$ti-icon-clover: unicode('f1ea');
|
|
1800
1804
|
$ti-icon-clover-2: unicode('f21e');
|
|
1805
|
+
$ti-icon-clover-filled: unicode('10013');
|
|
1801
1806
|
$ti-icon-clubs: unicode('eff4');
|
|
1802
1807
|
$ti-icon-clubs-filled: unicode('f674');
|
|
1803
1808
|
$ti-icon-code: unicode('ea77');
|
|
@@ -2397,6 +2402,7 @@ $ti-icon-edit-circle-off: unicode('f11d');
|
|
|
2397
2402
|
$ti-icon-edit-off: unicode('f11e');
|
|
2398
2403
|
$ti-icon-egg: unicode('eb8a');
|
|
2399
2404
|
$ti-icon-egg-cracked: unicode('f2d6');
|
|
2405
|
+
$ti-icon-egg-cracked-filled: unicode('10012');
|
|
2400
2406
|
$ti-icon-egg-filled: unicode('f678');
|
|
2401
2407
|
$ti-icon-egg-fried: unicode('f386');
|
|
2402
2408
|
$ti-icon-egg-off: unicode('f11f');
|
|
@@ -2475,6 +2481,7 @@ $ti-icon-face-mask-off: unicode('f127');
|
|
|
2475
2481
|
$ti-icon-fall: unicode('ecb9');
|
|
2476
2482
|
$ti-icon-favicon: unicode('fd65');
|
|
2477
2483
|
$ti-icon-feather: unicode('ee8b');
|
|
2484
|
+
$ti-icon-feather-filled: unicode('10011');
|
|
2478
2485
|
$ti-icon-feather-off: unicode('f128');
|
|
2479
2486
|
$ti-icon-fence: unicode('ef2a');
|
|
2480
2487
|
$ti-icon-fence-off: unicode('f129');
|
|
@@ -2665,6 +2672,7 @@ $ti-icon-float-left: unicode('ebb2');
|
|
|
2665
2672
|
$ti-icon-float-none: unicode('ed13');
|
|
2666
2673
|
$ti-icon-float-right: unicode('ebb3');
|
|
2667
2674
|
$ti-icon-flower: unicode('eff6');
|
|
2675
|
+
$ti-icon-flower-filled: unicode('10010');
|
|
2668
2676
|
$ti-icon-flower-off: unicode('f131');
|
|
2669
2677
|
$ti-icon-focus: unicode('eb8d');
|
|
2670
2678
|
$ti-icon-focus-2: unicode('ebd3');
|
|
@@ -2779,6 +2787,7 @@ $ti-icon-gizmo: unicode('f02b');
|
|
|
2779
2787
|
$ti-icon-glass: unicode('eab8');
|
|
2780
2788
|
$ti-icon-glass-champagne: unicode('fd9c');
|
|
2781
2789
|
$ti-icon-glass-cocktail: unicode('fd9d');
|
|
2790
|
+
$ti-icon-glass-filled: unicode('1000f');
|
|
2782
2791
|
$ti-icon-glass-full: unicode('eab7');
|
|
2783
2792
|
$ti-icon-glass-full-filled: unicode('fc2e');
|
|
2784
2793
|
$ti-icon-glass-gin: unicode('fd9e');
|
|
@@ -3592,6 +3601,7 @@ $ti-icon-medical-cross-off: unicode('f160');
|
|
|
3592
3601
|
$ti-icon-medicine-syrup: unicode('ef63');
|
|
3593
3602
|
$ti-icon-meeple: unicode('f514');
|
|
3594
3603
|
$ti-icon-melon: unicode('fc7a');
|
|
3604
|
+
$ti-icon-melon-filled: unicode('1000e');
|
|
3595
3605
|
$ti-icon-menorah: unicode('f58c');
|
|
3596
3606
|
$ti-icon-menu: unicode('eaeb');
|
|
3597
3607
|
$ti-icon-menu-2: unicode('ec42');
|
|
@@ -3677,12 +3687,14 @@ $ti-icon-message-x: unicode('f98f');
|
|
|
3677
3687
|
$ti-icon-messages: unicode('eb6c');
|
|
3678
3688
|
$ti-icon-messages-off: unicode('ed42');
|
|
3679
3689
|
$ti-icon-meteor: unicode('f1fd');
|
|
3690
|
+
$ti-icon-meteor-filled: unicode('1000d');
|
|
3680
3691
|
$ti-icon-meteor-off: unicode('f40c');
|
|
3681
3692
|
$ti-icon-meter-cube: unicode('fd7c');
|
|
3682
3693
|
$ti-icon-meter-square: unicode('fd7d');
|
|
3683
3694
|
$ti-icon-metronome: unicode('fd25');
|
|
3684
3695
|
$ti-icon-michelin-bib-gourmand: unicode('fae9');
|
|
3685
3696
|
$ti-icon-michelin-star: unicode('faeb');
|
|
3697
|
+
$ti-icon-michelin-star-filled: unicode('1000c');
|
|
3686
3698
|
$ti-icon-michelin-star-green: unicode('faea');
|
|
3687
3699
|
$ti-icon-mickey: unicode('f2a3');
|
|
3688
3700
|
$ti-icon-mickey-filled: unicode('f683');
|
|
@@ -3700,6 +3712,7 @@ $ti-icon-military-award: unicode('f079');
|
|
|
3700
3712
|
$ti-icon-military-rank: unicode('efcf');
|
|
3701
3713
|
$ti-icon-military-rank-filled: unicode('ff5e');
|
|
3702
3714
|
$ti-icon-milk: unicode('ef13');
|
|
3715
|
+
$ti-icon-milk-filled: unicode('1000b');
|
|
3703
3716
|
$ti-icon-milk-off: unicode('f40f');
|
|
3704
3717
|
$ti-icon-milkshake: unicode('f4c8');
|
|
3705
3718
|
$ti-icon-minimize: unicode('eaf1');
|
|
@@ -3781,6 +3794,7 @@ $ti-icon-moon-stars: unicode('ece7');
|
|
|
3781
3794
|
$ti-icon-moped: unicode('ecbc');
|
|
3782
3795
|
$ti-icon-motorbike: unicode('eeb6');
|
|
3783
3796
|
$ti-icon-mountain: unicode('ef97');
|
|
3797
|
+
$ti-icon-mountain-filled: unicode('1000a');
|
|
3784
3798
|
$ti-icon-mountain-off: unicode('f411');
|
|
3785
3799
|
$ti-icon-mouse: unicode('eaf9');
|
|
3786
3800
|
$ti-icon-mouse-2: unicode('f1d7');
|
|
@@ -3790,6 +3804,7 @@ $ti-icon-moustache: unicode('f4c9');
|
|
|
3790
3804
|
$ti-icon-movie: unicode('eafa');
|
|
3791
3805
|
$ti-icon-movie-off: unicode('f164');
|
|
3792
3806
|
$ti-icon-mug: unicode('eafb');
|
|
3807
|
+
$ti-icon-mug-filled: unicode('10009');
|
|
3793
3808
|
$ti-icon-mug-off: unicode('f165');
|
|
3794
3809
|
$ti-icon-multiplier-0-5x: unicode('ef41');
|
|
3795
3810
|
$ti-icon-multiplier-1-5x: unicode('ef42');
|
|
@@ -3875,6 +3890,7 @@ $ti-icon-number-0-small: unicode('fce1');
|
|
|
3875
3890
|
$ti-icon-number-1: unicode('edf1');
|
|
3876
3891
|
$ti-icon-number-1-small: unicode('fce2');
|
|
3877
3892
|
$ti-icon-number-10-small: unicode('fce3');
|
|
3893
|
+
$ti-icon-number-100-small: unicode('10005');
|
|
3878
3894
|
$ti-icon-number-11-small: unicode('fce4');
|
|
3879
3895
|
$ti-icon-number-12-small: unicode('fce5');
|
|
3880
3896
|
$ti-icon-number-123: unicode('f554');
|
|
@@ -3899,18 +3915,88 @@ $ti-icon-number-28-small: unicode('fcf6');
|
|
|
3899
3915
|
$ti-icon-number-29-small: unicode('fcf7');
|
|
3900
3916
|
$ti-icon-number-3: unicode('edf3');
|
|
3901
3917
|
$ti-icon-number-3-small: unicode('fcf8');
|
|
3918
|
+
$ti-icon-number-30-small: unicode('10004');
|
|
3919
|
+
$ti-icon-number-31-small: unicode('10003');
|
|
3920
|
+
$ti-icon-number-32-small: unicode('10002');
|
|
3921
|
+
$ti-icon-number-33-small: unicode('10001');
|
|
3922
|
+
$ti-icon-number-34-small: unicode('10000');
|
|
3923
|
+
$ti-icon-number-35-small: unicode('ffff');
|
|
3924
|
+
$ti-icon-number-36-small: unicode('fffe');
|
|
3925
|
+
$ti-icon-number-37-small: unicode('fffd');
|
|
3926
|
+
$ti-icon-number-38-small: unicode('fffc');
|
|
3927
|
+
$ti-icon-number-39-small: unicode('fffb');
|
|
3902
3928
|
$ti-icon-number-4: unicode('edf4');
|
|
3903
3929
|
$ti-icon-number-4-small: unicode('fcf9');
|
|
3930
|
+
$ti-icon-number-40-small: unicode('fffa');
|
|
3931
|
+
$ti-icon-number-41-small: unicode('fff9');
|
|
3932
|
+
$ti-icon-number-42-small: unicode('fff8');
|
|
3933
|
+
$ti-icon-number-43-small: unicode('fff7');
|
|
3934
|
+
$ti-icon-number-44-small: unicode('fff6');
|
|
3935
|
+
$ti-icon-number-45-small: unicode('fff5');
|
|
3936
|
+
$ti-icon-number-46-small: unicode('fff4');
|
|
3937
|
+
$ti-icon-number-47-small: unicode('fff3');
|
|
3938
|
+
$ti-icon-number-48-small: unicode('fff2');
|
|
3939
|
+
$ti-icon-number-49-small: unicode('fff1');
|
|
3904
3940
|
$ti-icon-number-5: unicode('edf5');
|
|
3905
3941
|
$ti-icon-number-5-small: unicode('fcfa');
|
|
3942
|
+
$ti-icon-number-50-small: unicode('fff0');
|
|
3943
|
+
$ti-icon-number-51-small: unicode('ffef');
|
|
3944
|
+
$ti-icon-number-52-small: unicode('ffee');
|
|
3945
|
+
$ti-icon-number-53-small: unicode('ffed');
|
|
3946
|
+
$ti-icon-number-54-small: unicode('ffec');
|
|
3947
|
+
$ti-icon-number-55-small: unicode('ffeb');
|
|
3948
|
+
$ti-icon-number-56-small: unicode('ffea');
|
|
3949
|
+
$ti-icon-number-57-small: unicode('ffe9');
|
|
3950
|
+
$ti-icon-number-58-small: unicode('ffe8');
|
|
3951
|
+
$ti-icon-number-59-small: unicode('ffe7');
|
|
3906
3952
|
$ti-icon-number-6: unicode('edf6');
|
|
3907
3953
|
$ti-icon-number-6-small: unicode('fcfb');
|
|
3954
|
+
$ti-icon-number-60-small: unicode('ffe6');
|
|
3955
|
+
$ti-icon-number-61-small: unicode('ffe5');
|
|
3956
|
+
$ti-icon-number-62-small: unicode('ffe4');
|
|
3957
|
+
$ti-icon-number-63-small: unicode('ffe3');
|
|
3958
|
+
$ti-icon-number-64-small: unicode('ffe2');
|
|
3959
|
+
$ti-icon-number-65-small: unicode('ffe1');
|
|
3960
|
+
$ti-icon-number-66-small: unicode('ffe0');
|
|
3961
|
+
$ti-icon-number-67-small: unicode('ffdf');
|
|
3962
|
+
$ti-icon-number-68-small: unicode('ffde');
|
|
3963
|
+
$ti-icon-number-69-small: unicode('ffdd');
|
|
3908
3964
|
$ti-icon-number-7: unicode('edf7');
|
|
3909
3965
|
$ti-icon-number-7-small: unicode('fcfc');
|
|
3966
|
+
$ti-icon-number-70-small: unicode('ffdc');
|
|
3967
|
+
$ti-icon-number-71-small: unicode('ffdb');
|
|
3968
|
+
$ti-icon-number-72-small: unicode('ffda');
|
|
3969
|
+
$ti-icon-number-73-small: unicode('ffd9');
|
|
3970
|
+
$ti-icon-number-74-small: unicode('ffd8');
|
|
3971
|
+
$ti-icon-number-75-small: unicode('ffd7');
|
|
3972
|
+
$ti-icon-number-76-small: unicode('ffd6');
|
|
3973
|
+
$ti-icon-number-77-small: unicode('ffd5');
|
|
3974
|
+
$ti-icon-number-78-small: unicode('ffd4');
|
|
3975
|
+
$ti-icon-number-79-small: unicode('ffd3');
|
|
3910
3976
|
$ti-icon-number-8: unicode('edf8');
|
|
3911
3977
|
$ti-icon-number-8-small: unicode('fcfd');
|
|
3978
|
+
$ti-icon-number-80-small: unicode('ffd2');
|
|
3979
|
+
$ti-icon-number-81-small: unicode('ffd1');
|
|
3980
|
+
$ti-icon-number-82-small: unicode('ffd0');
|
|
3981
|
+
$ti-icon-number-83-small: unicode('ffcf');
|
|
3982
|
+
$ti-icon-number-84-small: unicode('ffce');
|
|
3983
|
+
$ti-icon-number-85-small: unicode('ffcd');
|
|
3984
|
+
$ti-icon-number-86-small: unicode('ffcc');
|
|
3985
|
+
$ti-icon-number-87-small: unicode('ffcb');
|
|
3986
|
+
$ti-icon-number-88-small: unicode('ffca');
|
|
3987
|
+
$ti-icon-number-89-small: unicode('ffc9');
|
|
3912
3988
|
$ti-icon-number-9: unicode('edf9');
|
|
3913
3989
|
$ti-icon-number-9-small: unicode('fcfe');
|
|
3990
|
+
$ti-icon-number-90-small: unicode('ffc8');
|
|
3991
|
+
$ti-icon-number-91-small: unicode('ffc7');
|
|
3992
|
+
$ti-icon-number-92-small: unicode('ffc6');
|
|
3993
|
+
$ti-icon-number-93-small: unicode('ffc5');
|
|
3994
|
+
$ti-icon-number-94-small: unicode('ffc4');
|
|
3995
|
+
$ti-icon-number-95-small: unicode('ffc3');
|
|
3996
|
+
$ti-icon-number-96-small: unicode('ffc2');
|
|
3997
|
+
$ti-icon-number-97-small: unicode('ffc1');
|
|
3998
|
+
$ti-icon-number-98-small: unicode('ffc0');
|
|
3999
|
+
$ti-icon-number-99-small: unicode('ffbf');
|
|
3914
4000
|
$ti-icon-numbers: unicode('f015');
|
|
3915
4001
|
$ti-icon-nurse: unicode('ef65');
|
|
3916
4002
|
$ti-icon-nut: unicode('fc61');
|
|
@@ -4123,6 +4209,7 @@ $ti-icon-pinned: unicode('ed60');
|
|
|
4123
4209
|
$ti-icon-pinned-filled: unicode('f68e');
|
|
4124
4210
|
$ti-icon-pinned-off: unicode('ed5f');
|
|
4125
4211
|
$ti-icon-pizza: unicode('edbb');
|
|
4212
|
+
$ti-icon-pizza-filled: unicode('10008');
|
|
4126
4213
|
$ti-icon-pizza-off: unicode('f179');
|
|
4127
4214
|
$ti-icon-placeholder: unicode('f626');
|
|
4128
4215
|
$ti-icon-plane: unicode('eb6f');
|
|
@@ -4429,6 +4516,7 @@ $ti-icon-sailboat: unicode('ec83');
|
|
|
4429
4516
|
$ti-icon-sailboat-2: unicode('f5f7');
|
|
4430
4517
|
$ti-icon-sailboat-off: unicode('f425');
|
|
4431
4518
|
$ti-icon-salad: unicode('f50a');
|
|
4519
|
+
$ti-icon-salad-filled: unicode('10007');
|
|
4432
4520
|
$ti-icon-salt: unicode('ef16');
|
|
4433
4521
|
$ti-icon-sandbox: unicode('fd6c');
|
|
4434
4522
|
$ti-icon-satellite: unicode('eed3');
|
|
@@ -4472,6 +4560,7 @@ $ti-icon-section: unicode('eed5');
|
|
|
4472
4560
|
$ti-icon-section-filled: unicode('fe09');
|
|
4473
4561
|
$ti-icon-section-sign: unicode('f019');
|
|
4474
4562
|
$ti-icon-seeding: unicode('ed51');
|
|
4563
|
+
$ti-icon-seeding-filled: unicode('10006');
|
|
4475
4564
|
$ti-icon-seeding-off: unicode('f19d');
|
|
4476
4565
|
$ti-icon-select: unicode('ec9e');
|
|
4477
4566
|
$ti-icon-select-all: unicode('f9f7');
|
|
@@ -5685,6 +5774,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5685
5774
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
5686
5775
|
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
5687
5776
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
5777
|
+
.#{$ti-prefix}-apple-filled:before { content: $ti-icon-apple-filled; }
|
|
5688
5778
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
5689
5779
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
5690
5780
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
@@ -6707,6 +6797,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6707
6797
|
.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; }
|
|
6708
6798
|
.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }
|
|
6709
6799
|
.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }
|
|
6800
|
+
.#{$ti-prefix}-butterfly-filled:before { content: $ti-icon-butterfly-filled; }
|
|
6710
6801
|
.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }
|
|
6711
6802
|
.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; }
|
|
6712
6803
|
.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }
|
|
@@ -6787,6 +6878,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6787
6878
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
6788
6879
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
6789
6880
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
6881
|
+
.#{$ti-prefix}-cannabis-filled:before { content: $ti-icon-cannabis-filled; }
|
|
6790
6882
|
.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }
|
|
6791
6883
|
.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }
|
|
6792
6884
|
.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }
|
|
@@ -6811,6 +6903,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6811
6903
|
.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }
|
|
6812
6904
|
.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; }
|
|
6813
6905
|
.#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; }
|
|
6906
|
+
.#{$ti-prefix}-carambola-filled:before { content: $ti-icon-carambola-filled; }
|
|
6814
6907
|
.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; }
|
|
6815
6908
|
.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }
|
|
6816
6909
|
.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }
|
|
@@ -7286,6 +7379,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7286
7379
|
.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; }
|
|
7287
7380
|
.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }
|
|
7288
7381
|
.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }
|
|
7382
|
+
.#{$ti-prefix}-clover-filled:before { content: $ti-icon-clover-filled; }
|
|
7289
7383
|
.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }
|
|
7290
7384
|
.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }
|
|
7291
7385
|
.#{$ti-prefix}-code:before { content: $ti-icon-code; }
|
|
@@ -7885,6 +7979,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7885
7979
|
.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }
|
|
7886
7980
|
.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }
|
|
7887
7981
|
.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }
|
|
7982
|
+
.#{$ti-prefix}-egg-cracked-filled:before { content: $ti-icon-egg-cracked-filled; }
|
|
7888
7983
|
.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }
|
|
7889
7984
|
.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }
|
|
7890
7985
|
.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }
|
|
@@ -7963,6 +8058,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7963
8058
|
.#{$ti-prefix}-fall:before { content: $ti-icon-fall; }
|
|
7964
8059
|
.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; }
|
|
7965
8060
|
.#{$ti-prefix}-feather:before { content: $ti-icon-feather; }
|
|
8061
|
+
.#{$ti-prefix}-feather-filled:before { content: $ti-icon-feather-filled; }
|
|
7966
8062
|
.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; }
|
|
7967
8063
|
.#{$ti-prefix}-fence:before { content: $ti-icon-fence; }
|
|
7968
8064
|
.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; }
|
|
@@ -8153,6 +8249,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8153
8249
|
.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; }
|
|
8154
8250
|
.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; }
|
|
8155
8251
|
.#{$ti-prefix}-flower:before { content: $ti-icon-flower; }
|
|
8252
|
+
.#{$ti-prefix}-flower-filled:before { content: $ti-icon-flower-filled; }
|
|
8156
8253
|
.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; }
|
|
8157
8254
|
.#{$ti-prefix}-focus:before { content: $ti-icon-focus; }
|
|
8158
8255
|
.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; }
|
|
@@ -8267,6 +8364,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8267
8364
|
.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }
|
|
8268
8365
|
.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }
|
|
8269
8366
|
.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }
|
|
8367
|
+
.#{$ti-prefix}-glass-filled:before { content: $ti-icon-glass-filled; }
|
|
8270
8368
|
.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }
|
|
8271
8369
|
.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; }
|
|
8272
8370
|
.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }
|
|
@@ -9080,6 +9178,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9080
9178
|
.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
|
|
9081
9179
|
.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }
|
|
9082
9180
|
.#{$ti-prefix}-melon:before { content: $ti-icon-melon; }
|
|
9181
|
+
.#{$ti-prefix}-melon-filled:before { content: $ti-icon-melon-filled; }
|
|
9083
9182
|
.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; }
|
|
9084
9183
|
.#{$ti-prefix}-menu:before { content: $ti-icon-menu; }
|
|
9085
9184
|
.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; }
|
|
@@ -9165,12 +9264,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9165
9264
|
.#{$ti-prefix}-messages:before { content: $ti-icon-messages; }
|
|
9166
9265
|
.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; }
|
|
9167
9266
|
.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; }
|
|
9267
|
+
.#{$ti-prefix}-meteor-filled:before { content: $ti-icon-meteor-filled; }
|
|
9168
9268
|
.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; }
|
|
9169
9269
|
.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; }
|
|
9170
9270
|
.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; }
|
|
9171
9271
|
.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; }
|
|
9172
9272
|
.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; }
|
|
9173
9273
|
.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }
|
|
9274
|
+
.#{$ti-prefix}-michelin-star-filled:before { content: $ti-icon-michelin-star-filled; }
|
|
9174
9275
|
.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }
|
|
9175
9276
|
.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }
|
|
9176
9277
|
.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; }
|
|
@@ -9188,6 +9289,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9188
9289
|
.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }
|
|
9189
9290
|
.#{$ti-prefix}-military-rank-filled:before { content: $ti-icon-military-rank-filled; }
|
|
9190
9291
|
.#{$ti-prefix}-milk:before { content: $ti-icon-milk; }
|
|
9292
|
+
.#{$ti-prefix}-milk-filled:before { content: $ti-icon-milk-filled; }
|
|
9191
9293
|
.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; }
|
|
9192
9294
|
.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; }
|
|
9193
9295
|
.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; }
|
|
@@ -9269,6 +9371,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9269
9371
|
.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }
|
|
9270
9372
|
.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; }
|
|
9271
9373
|
.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; }
|
|
9374
|
+
.#{$ti-prefix}-mountain-filled:before { content: $ti-icon-mountain-filled; }
|
|
9272
9375
|
.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }
|
|
9273
9376
|
.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }
|
|
9274
9377
|
.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }
|
|
@@ -9278,6 +9381,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9278
9381
|
.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }
|
|
9279
9382
|
.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; }
|
|
9280
9383
|
.#{$ti-prefix}-mug:before { content: $ti-icon-mug; }
|
|
9384
|
+
.#{$ti-prefix}-mug-filled:before { content: $ti-icon-mug-filled; }
|
|
9281
9385
|
.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; }
|
|
9282
9386
|
.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; }
|
|
9283
9387
|
.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; }
|
|
@@ -9363,6 +9467,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9363
9467
|
.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; }
|
|
9364
9468
|
.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; }
|
|
9365
9469
|
.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; }
|
|
9470
|
+
.#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; }
|
|
9366
9471
|
.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; }
|
|
9367
9472
|
.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; }
|
|
9368
9473
|
.#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; }
|
|
@@ -9387,18 +9492,88 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9387
9492
|
.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; }
|
|
9388
9493
|
.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; }
|
|
9389
9494
|
.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; }
|
|
9495
|
+
.#{$ti-prefix}-number-30-small:before { content: $ti-icon-number-30-small; }
|
|
9496
|
+
.#{$ti-prefix}-number-31-small:before { content: $ti-icon-number-31-small; }
|
|
9497
|
+
.#{$ti-prefix}-number-32-small:before { content: $ti-icon-number-32-small; }
|
|
9498
|
+
.#{$ti-prefix}-number-33-small:before { content: $ti-icon-number-33-small; }
|
|
9499
|
+
.#{$ti-prefix}-number-34-small:before { content: $ti-icon-number-34-small; }
|
|
9500
|
+
.#{$ti-prefix}-number-35-small:before { content: $ti-icon-number-35-small; }
|
|
9501
|
+
.#{$ti-prefix}-number-36-small:before { content: $ti-icon-number-36-small; }
|
|
9502
|
+
.#{$ti-prefix}-number-37-small:before { content: $ti-icon-number-37-small; }
|
|
9503
|
+
.#{$ti-prefix}-number-38-small:before { content: $ti-icon-number-38-small; }
|
|
9504
|
+
.#{$ti-prefix}-number-39-small:before { content: $ti-icon-number-39-small; }
|
|
9390
9505
|
.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; }
|
|
9391
9506
|
.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; }
|
|
9507
|
+
.#{$ti-prefix}-number-40-small:before { content: $ti-icon-number-40-small; }
|
|
9508
|
+
.#{$ti-prefix}-number-41-small:before { content: $ti-icon-number-41-small; }
|
|
9509
|
+
.#{$ti-prefix}-number-42-small:before { content: $ti-icon-number-42-small; }
|
|
9510
|
+
.#{$ti-prefix}-number-43-small:before { content: $ti-icon-number-43-small; }
|
|
9511
|
+
.#{$ti-prefix}-number-44-small:before { content: $ti-icon-number-44-small; }
|
|
9512
|
+
.#{$ti-prefix}-number-45-small:before { content: $ti-icon-number-45-small; }
|
|
9513
|
+
.#{$ti-prefix}-number-46-small:before { content: $ti-icon-number-46-small; }
|
|
9514
|
+
.#{$ti-prefix}-number-47-small:before { content: $ti-icon-number-47-small; }
|
|
9515
|
+
.#{$ti-prefix}-number-48-small:before { content: $ti-icon-number-48-small; }
|
|
9516
|
+
.#{$ti-prefix}-number-49-small:before { content: $ti-icon-number-49-small; }
|
|
9392
9517
|
.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; }
|
|
9393
9518
|
.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; }
|
|
9519
|
+
.#{$ti-prefix}-number-50-small:before { content: $ti-icon-number-50-small; }
|
|
9520
|
+
.#{$ti-prefix}-number-51-small:before { content: $ti-icon-number-51-small; }
|
|
9521
|
+
.#{$ti-prefix}-number-52-small:before { content: $ti-icon-number-52-small; }
|
|
9522
|
+
.#{$ti-prefix}-number-53-small:before { content: $ti-icon-number-53-small; }
|
|
9523
|
+
.#{$ti-prefix}-number-54-small:before { content: $ti-icon-number-54-small; }
|
|
9524
|
+
.#{$ti-prefix}-number-55-small:before { content: $ti-icon-number-55-small; }
|
|
9525
|
+
.#{$ti-prefix}-number-56-small:before { content: $ti-icon-number-56-small; }
|
|
9526
|
+
.#{$ti-prefix}-number-57-small:before { content: $ti-icon-number-57-small; }
|
|
9527
|
+
.#{$ti-prefix}-number-58-small:before { content: $ti-icon-number-58-small; }
|
|
9528
|
+
.#{$ti-prefix}-number-59-small:before { content: $ti-icon-number-59-small; }
|
|
9394
9529
|
.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; }
|
|
9395
9530
|
.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; }
|
|
9531
|
+
.#{$ti-prefix}-number-60-small:before { content: $ti-icon-number-60-small; }
|
|
9532
|
+
.#{$ti-prefix}-number-61-small:before { content: $ti-icon-number-61-small; }
|
|
9533
|
+
.#{$ti-prefix}-number-62-small:before { content: $ti-icon-number-62-small; }
|
|
9534
|
+
.#{$ti-prefix}-number-63-small:before { content: $ti-icon-number-63-small; }
|
|
9535
|
+
.#{$ti-prefix}-number-64-small:before { content: $ti-icon-number-64-small; }
|
|
9536
|
+
.#{$ti-prefix}-number-65-small:before { content: $ti-icon-number-65-small; }
|
|
9537
|
+
.#{$ti-prefix}-number-66-small:before { content: $ti-icon-number-66-small; }
|
|
9538
|
+
.#{$ti-prefix}-number-67-small:before { content: $ti-icon-number-67-small; }
|
|
9539
|
+
.#{$ti-prefix}-number-68-small:before { content: $ti-icon-number-68-small; }
|
|
9540
|
+
.#{$ti-prefix}-number-69-small:before { content: $ti-icon-number-69-small; }
|
|
9396
9541
|
.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; }
|
|
9397
9542
|
.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; }
|
|
9543
|
+
.#{$ti-prefix}-number-70-small:before { content: $ti-icon-number-70-small; }
|
|
9544
|
+
.#{$ti-prefix}-number-71-small:before { content: $ti-icon-number-71-small; }
|
|
9545
|
+
.#{$ti-prefix}-number-72-small:before { content: $ti-icon-number-72-small; }
|
|
9546
|
+
.#{$ti-prefix}-number-73-small:before { content: $ti-icon-number-73-small; }
|
|
9547
|
+
.#{$ti-prefix}-number-74-small:before { content: $ti-icon-number-74-small; }
|
|
9548
|
+
.#{$ti-prefix}-number-75-small:before { content: $ti-icon-number-75-small; }
|
|
9549
|
+
.#{$ti-prefix}-number-76-small:before { content: $ti-icon-number-76-small; }
|
|
9550
|
+
.#{$ti-prefix}-number-77-small:before { content: $ti-icon-number-77-small; }
|
|
9551
|
+
.#{$ti-prefix}-number-78-small:before { content: $ti-icon-number-78-small; }
|
|
9552
|
+
.#{$ti-prefix}-number-79-small:before { content: $ti-icon-number-79-small; }
|
|
9398
9553
|
.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; }
|
|
9399
9554
|
.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; }
|
|
9555
|
+
.#{$ti-prefix}-number-80-small:before { content: $ti-icon-number-80-small; }
|
|
9556
|
+
.#{$ti-prefix}-number-81-small:before { content: $ti-icon-number-81-small; }
|
|
9557
|
+
.#{$ti-prefix}-number-82-small:before { content: $ti-icon-number-82-small; }
|
|
9558
|
+
.#{$ti-prefix}-number-83-small:before { content: $ti-icon-number-83-small; }
|
|
9559
|
+
.#{$ti-prefix}-number-84-small:before { content: $ti-icon-number-84-small; }
|
|
9560
|
+
.#{$ti-prefix}-number-85-small:before { content: $ti-icon-number-85-small; }
|
|
9561
|
+
.#{$ti-prefix}-number-86-small:before { content: $ti-icon-number-86-small; }
|
|
9562
|
+
.#{$ti-prefix}-number-87-small:before { content: $ti-icon-number-87-small; }
|
|
9563
|
+
.#{$ti-prefix}-number-88-small:before { content: $ti-icon-number-88-small; }
|
|
9564
|
+
.#{$ti-prefix}-number-89-small:before { content: $ti-icon-number-89-small; }
|
|
9400
9565
|
.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }
|
|
9401
9566
|
.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; }
|
|
9567
|
+
.#{$ti-prefix}-number-90-small:before { content: $ti-icon-number-90-small; }
|
|
9568
|
+
.#{$ti-prefix}-number-91-small:before { content: $ti-icon-number-91-small; }
|
|
9569
|
+
.#{$ti-prefix}-number-92-small:before { content: $ti-icon-number-92-small; }
|
|
9570
|
+
.#{$ti-prefix}-number-93-small:before { content: $ti-icon-number-93-small; }
|
|
9571
|
+
.#{$ti-prefix}-number-94-small:before { content: $ti-icon-number-94-small; }
|
|
9572
|
+
.#{$ti-prefix}-number-95-small:before { content: $ti-icon-number-95-small; }
|
|
9573
|
+
.#{$ti-prefix}-number-96-small:before { content: $ti-icon-number-96-small; }
|
|
9574
|
+
.#{$ti-prefix}-number-97-small:before { content: $ti-icon-number-97-small; }
|
|
9575
|
+
.#{$ti-prefix}-number-98-small:before { content: $ti-icon-number-98-small; }
|
|
9576
|
+
.#{$ti-prefix}-number-99-small:before { content: $ti-icon-number-99-small; }
|
|
9402
9577
|
.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }
|
|
9403
9578
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
9404
9579
|
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
@@ -9611,6 +9786,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9611
9786
|
.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }
|
|
9612
9787
|
.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }
|
|
9613
9788
|
.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }
|
|
9789
|
+
.#{$ti-prefix}-pizza-filled:before { content: $ti-icon-pizza-filled; }
|
|
9614
9790
|
.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }
|
|
9615
9791
|
.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; }
|
|
9616
9792
|
.#{$ti-prefix}-plane:before { content: $ti-icon-plane; }
|
|
@@ -9917,6 +10093,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9917
10093
|
.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; }
|
|
9918
10094
|
.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; }
|
|
9919
10095
|
.#{$ti-prefix}-salad:before { content: $ti-icon-salad; }
|
|
10096
|
+
.#{$ti-prefix}-salad-filled:before { content: $ti-icon-salad-filled; }
|
|
9920
10097
|
.#{$ti-prefix}-salt:before { content: $ti-icon-salt; }
|
|
9921
10098
|
.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; }
|
|
9922
10099
|
.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; }
|
|
@@ -9960,6 +10137,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9960
10137
|
.#{$ti-prefix}-section-filled:before { content: $ti-icon-section-filled; }
|
|
9961
10138
|
.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }
|
|
9962
10139
|
.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }
|
|
10140
|
+
.#{$ti-prefix}-seeding-filled:before { content: $ti-icon-seeding-filled; }
|
|
9963
10141
|
.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }
|
|
9964
10142
|
.#{$ti-prefix}-select:before { content: $ti-icon-select; }
|
|
9965
10143
|
.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"sass": "./tabler-icons.scss",
|
|
35
35
|
"style": "./tabler-icons.min.css",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
37
|
+
"@tabler/icons": "3.15.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"icons",
|