@tabler/icons-webfont 3.42.0 → 3.44.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-200.svg +108 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.svg +108 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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.svg +108 -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-200.css +146 -2
- package/dist/tabler-icons-200.html +290 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.scss +5 -5
- package/dist/tabler-icons-300.css +146 -2
- package/dist/tabler-icons-300.html +290 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.scss +5 -5
- package/dist/tabler-icons-filled.css +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons.css +146 -2
- package/dist/tabler-icons.html +290 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.scss +5 -5
- package/package.json +2 -2
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.44.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.44.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.44.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -61,6 +61,14 @@
|
|
|
61
61
|
content: "\f0a7";
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
.ti-acorn:before {
|
|
65
|
+
content: "\10255";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ti-acrobatic:before {
|
|
69
|
+
content: "\10254";
|
|
70
|
+
}
|
|
71
|
+
|
|
64
72
|
.ti-activity:before {
|
|
65
73
|
content: "\ed23";
|
|
66
74
|
}
|
|
@@ -1629,6 +1637,10 @@
|
|
|
1629
1637
|
content: "\ea2e";
|
|
1630
1638
|
}
|
|
1631
1639
|
|
|
1640
|
+
.ti-banana:before {
|
|
1641
|
+
content: "\10253";
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1632
1644
|
.ti-bandage:before {
|
|
1633
1645
|
content: "\eb7a";
|
|
1634
1646
|
}
|
|
@@ -2641,6 +2653,10 @@
|
|
|
2641
2653
|
content: "\fdb9";
|
|
2642
2654
|
}
|
|
2643
2655
|
|
|
2656
|
+
.ti-brand-audible:before {
|
|
2657
|
+
content: "\10252";
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2644
2660
|
.ti-brand-auth0:before {
|
|
2645
2661
|
content: "\fcb3";
|
|
2646
2662
|
}
|
|
@@ -4209,6 +4225,10 @@
|
|
|
4209
4225
|
content: "\ee1b";
|
|
4210
4226
|
}
|
|
4211
4227
|
|
|
4228
|
+
.ti-building-eiffel-tower:before {
|
|
4229
|
+
content: "\10251";
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4212
4232
|
.ti-building-estate:before {
|
|
4213
4233
|
content: "\f5a5";
|
|
4214
4234
|
}
|
|
@@ -4669,6 +4689,10 @@
|
|
|
4669
4689
|
content: "\efa4";
|
|
4670
4690
|
}
|
|
4671
4691
|
|
|
4692
|
+
.ti-car-door:before {
|
|
4693
|
+
content: "\10250";
|
|
4694
|
+
}
|
|
4695
|
+
|
|
4672
4696
|
.ti-car-fan:before {
|
|
4673
4697
|
content: "\fdb3";
|
|
4674
4698
|
}
|
|
@@ -4693,6 +4717,10 @@
|
|
|
4693
4717
|
content: "\fc77";
|
|
4694
4718
|
}
|
|
4695
4719
|
|
|
4720
|
+
.ti-car-lifter:before {
|
|
4721
|
+
content: "\1024f";
|
|
4722
|
+
}
|
|
4723
|
+
|
|
4696
4724
|
.ti-car-off:before {
|
|
4697
4725
|
content: "\f0c7";
|
|
4698
4726
|
}
|
|
@@ -5245,6 +5273,10 @@
|
|
|
5245
5273
|
content: "\f383";
|
|
5246
5274
|
}
|
|
5247
5275
|
|
|
5276
|
+
.ti-chocolate:before {
|
|
5277
|
+
content: "\1024e";
|
|
5278
|
+
}
|
|
5279
|
+
|
|
5248
5280
|
.ti-christmas-ball:before {
|
|
5249
5281
|
content: "\fd31";
|
|
5250
5282
|
}
|
|
@@ -6337,6 +6369,10 @@
|
|
|
6337
6369
|
content: "\ea77";
|
|
6338
6370
|
}
|
|
6339
6371
|
|
|
6372
|
+
.ti-code-ai:before {
|
|
6373
|
+
content: "\10267";
|
|
6374
|
+
}
|
|
6375
|
+
|
|
6340
6376
|
.ti-code-asterisk:before {
|
|
6341
6377
|
content: "\f312";
|
|
6342
6378
|
}
|
|
@@ -8517,6 +8553,10 @@
|
|
|
8517
8553
|
content: "\fa59";
|
|
8518
8554
|
}
|
|
8519
8555
|
|
|
8556
|
+
.ti-dumbbell:before {
|
|
8557
|
+
content: "\1024d";
|
|
8558
|
+
}
|
|
8559
|
+
|
|
8520
8560
|
.ti-dumpling:before {
|
|
8521
8561
|
content: "\feb5";
|
|
8522
8562
|
}
|
|
@@ -8609,6 +8649,10 @@
|
|
|
8609
8649
|
content: "\f3e8";
|
|
8610
8650
|
}
|
|
8611
8651
|
|
|
8652
|
+
.ti-email-stamp:before {
|
|
8653
|
+
content: "\10266";
|
|
8654
|
+
}
|
|
8655
|
+
|
|
8612
8656
|
.ti-emergency-bed:before {
|
|
8613
8657
|
content: "\ef5d";
|
|
8614
8658
|
}
|
|
@@ -8693,6 +8737,10 @@
|
|
|
8693
8737
|
content: "\f124";
|
|
8694
8738
|
}
|
|
8695
8739
|
|
|
8740
|
+
.ti-exercise-ball:before {
|
|
8741
|
+
content: "\1024c";
|
|
8742
|
+
}
|
|
8743
|
+
|
|
8696
8744
|
.ti-explicit:before {
|
|
8697
8745
|
content: "\f256";
|
|
8698
8746
|
}
|
|
@@ -9717,6 +9765,10 @@
|
|
|
9717
9765
|
content: "\ebb3";
|
|
9718
9766
|
}
|
|
9719
9767
|
|
|
9768
|
+
.ti-flood:before {
|
|
9769
|
+
content: "\1024b";
|
|
9770
|
+
}
|
|
9771
|
+
|
|
9720
9772
|
.ti-flower:before {
|
|
9721
9773
|
content: "\eff6";
|
|
9722
9774
|
}
|
|
@@ -9857,6 +9909,10 @@
|
|
|
9857
9909
|
content: "\f133";
|
|
9858
9910
|
}
|
|
9859
9911
|
|
|
9912
|
+
.ti-foodsteps:before {
|
|
9913
|
+
content: "\10265";
|
|
9914
|
+
}
|
|
9915
|
+
|
|
9860
9916
|
.ti-forbid:before {
|
|
9861
9917
|
content: "\ebd5";
|
|
9862
9918
|
}
|
|
@@ -10117,6 +10173,10 @@
|
|
|
10117
10173
|
content: "\ef7f";
|
|
10118
10174
|
}
|
|
10119
10175
|
|
|
10176
|
+
.ti-git-pull-request-conflict:before {
|
|
10177
|
+
content: "\10264";
|
|
10178
|
+
}
|
|
10179
|
+
|
|
10120
10180
|
.ti-git-pull-request-draft:before {
|
|
10121
10181
|
content: "\efb7";
|
|
10122
10182
|
}
|
|
@@ -11117,6 +11177,10 @@
|
|
|
11117
11177
|
content: "\100de";
|
|
11118
11178
|
}
|
|
11119
11179
|
|
|
11180
|
+
.ti-hula-hoop:before {
|
|
11181
|
+
content: "\1024a";
|
|
11182
|
+
}
|
|
11183
|
+
|
|
11120
11184
|
.ti-ice-cream:before {
|
|
11121
11185
|
content: "\eac2";
|
|
11122
11186
|
}
|
|
@@ -11725,6 +11789,10 @@
|
|
|
11725
11789
|
content: "\ff44";
|
|
11726
11790
|
}
|
|
11727
11791
|
|
|
11792
|
+
.ti-leaf-maple:before {
|
|
11793
|
+
content: "\10249";
|
|
11794
|
+
}
|
|
11795
|
+
|
|
11728
11796
|
.ti-leaf-off:before {
|
|
11729
11797
|
content: "\f400";
|
|
11730
11798
|
}
|
|
@@ -14025,10 +14093,18 @@
|
|
|
14025
14093
|
content: "\efbb";
|
|
14026
14094
|
}
|
|
14027
14095
|
|
|
14096
|
+
.ti-noise-reduction:before {
|
|
14097
|
+
content: "\10263";
|
|
14098
|
+
}
|
|
14099
|
+
|
|
14028
14100
|
.ti-north-star:before {
|
|
14029
14101
|
content: "\f014";
|
|
14030
14102
|
}
|
|
14031
14103
|
|
|
14104
|
+
.ti-notdef:before {
|
|
14105
|
+
content: "\10248";
|
|
14106
|
+
}
|
|
14107
|
+
|
|
14032
14108
|
.ti-note:before {
|
|
14033
14109
|
content: "\eb6d";
|
|
14034
14110
|
}
|
|
@@ -15077,6 +15153,10 @@
|
|
|
15077
15153
|
content: "\fa32";
|
|
15078
15154
|
}
|
|
15079
15155
|
|
|
15156
|
+
.ti-photo-alt:before {
|
|
15157
|
+
content: "\10262";
|
|
15158
|
+
}
|
|
15159
|
+
|
|
15080
15160
|
.ti-photo-bitcoin:before {
|
|
15081
15161
|
content: "\ff31";
|
|
15082
15162
|
}
|
|
@@ -15589,6 +15669,10 @@
|
|
|
15589
15669
|
content: "\f265";
|
|
15590
15670
|
}
|
|
15591
15671
|
|
|
15672
|
+
.ti-pointer-2:before {
|
|
15673
|
+
content: "\10261";
|
|
15674
|
+
}
|
|
15675
|
+
|
|
15592
15676
|
.ti-pointer-bolt:before {
|
|
15593
15677
|
content: "\f999";
|
|
15594
15678
|
}
|
|
@@ -15609,6 +15693,14 @@
|
|
|
15609
15693
|
content: "\f99d";
|
|
15610
15694
|
}
|
|
15611
15695
|
|
|
15696
|
+
.ti-pointer-collaboration:before {
|
|
15697
|
+
content: "\1025f";
|
|
15698
|
+
}
|
|
15699
|
+
|
|
15700
|
+
.ti-pointer-collaboration-2:before {
|
|
15701
|
+
content: "\10260";
|
|
15702
|
+
}
|
|
15703
|
+
|
|
15612
15704
|
.ti-pointer-dollar:before {
|
|
15613
15705
|
content: "\f99e";
|
|
15614
15706
|
}
|
|
@@ -16385,6 +16477,10 @@
|
|
|
16385
16477
|
content: "\ec15";
|
|
16386
16478
|
}
|
|
16387
16479
|
|
|
16480
|
+
.ti-roulette:before {
|
|
16481
|
+
content: "\1025e";
|
|
16482
|
+
}
|
|
16483
|
+
|
|
16388
16484
|
.ti-route:before {
|
|
16389
16485
|
content: "\eb17";
|
|
16390
16486
|
}
|
|
@@ -16457,6 +16553,10 @@
|
|
|
16457
16553
|
content: "\f5aa";
|
|
16458
16554
|
}
|
|
16459
16555
|
|
|
16556
|
+
.ti-rugby:before {
|
|
16557
|
+
content: "\10247";
|
|
16558
|
+
}
|
|
16559
|
+
|
|
16460
16560
|
.ti-ruler:before {
|
|
16461
16561
|
content: "\eb1a";
|
|
16462
16562
|
}
|
|
@@ -16565,6 +16665,10 @@
|
|
|
16565
16665
|
content: "\ebc8";
|
|
16566
16666
|
}
|
|
16567
16667
|
|
|
16668
|
+
.ti-scan-cube:before {
|
|
16669
|
+
content: "\1025d";
|
|
16670
|
+
}
|
|
16671
|
+
|
|
16568
16672
|
.ti-scan-eye:before {
|
|
16569
16673
|
content: "\f1ff";
|
|
16570
16674
|
}
|
|
@@ -17277,6 +17381,10 @@
|
|
|
17277
17381
|
content: "\faca";
|
|
17278
17382
|
}
|
|
17279
17383
|
|
|
17384
|
+
.ti-sketching:before {
|
|
17385
|
+
content: "\1025c";
|
|
17386
|
+
}
|
|
17387
|
+
|
|
17280
17388
|
.ti-skew-x:before {
|
|
17281
17389
|
content: "\fd3b";
|
|
17282
17390
|
}
|
|
@@ -17485,6 +17593,18 @@
|
|
|
17485
17593
|
content: "\effa";
|
|
17486
17594
|
}
|
|
17487
17595
|
|
|
17596
|
+
.ti-sparkle:before {
|
|
17597
|
+
content: "\10259";
|
|
17598
|
+
}
|
|
17599
|
+
|
|
17600
|
+
.ti-sparkle-2:before {
|
|
17601
|
+
content: "\1025b";
|
|
17602
|
+
}
|
|
17603
|
+
|
|
17604
|
+
.ti-sparkle-highlight:before {
|
|
17605
|
+
content: "\1025a";
|
|
17606
|
+
}
|
|
17607
|
+
|
|
17488
17608
|
.ti-sparkles:before {
|
|
17489
17609
|
content: "\f6d7";
|
|
17490
17610
|
}
|
|
@@ -17505,6 +17625,10 @@
|
|
|
17505
17625
|
content: "\fab8";
|
|
17506
17626
|
}
|
|
17507
17627
|
|
|
17628
|
+
.ti-sphere-2:before {
|
|
17629
|
+
content: "\10258";
|
|
17630
|
+
}
|
|
17631
|
+
|
|
17508
17632
|
.ti-sphere-off:before {
|
|
17509
17633
|
content: "\fab6";
|
|
17510
17634
|
}
|
|
@@ -18501,6 +18625,10 @@
|
|
|
18501
18625
|
content: "\efc1";
|
|
18502
18626
|
}
|
|
18503
18627
|
|
|
18628
|
+
.ti-taiwan-dollar:before {
|
|
18629
|
+
content: "\10246";
|
|
18630
|
+
}
|
|
18631
|
+
|
|
18504
18632
|
.ti-tallymark-1:before {
|
|
18505
18633
|
content: "\ec46";
|
|
18506
18634
|
}
|
|
@@ -18529,6 +18657,10 @@
|
|
|
18529
18657
|
content: "\eb35";
|
|
18530
18658
|
}
|
|
18531
18659
|
|
|
18660
|
+
.ti-target-2:before {
|
|
18661
|
+
content: "\10245";
|
|
18662
|
+
}
|
|
18663
|
+
|
|
18532
18664
|
.ti-target-arrow:before {
|
|
18533
18665
|
content: "\f51a";
|
|
18534
18666
|
}
|
|
@@ -18681,6 +18813,10 @@
|
|
|
18681
18813
|
content: "\fcc3";
|
|
18682
18814
|
}
|
|
18683
18815
|
|
|
18816
|
+
.ti-text-scan-ai:before {
|
|
18817
|
+
content: "\10257";
|
|
18818
|
+
}
|
|
18819
|
+
|
|
18684
18820
|
.ti-text-size:before {
|
|
18685
18821
|
content: "\f2b1";
|
|
18686
18822
|
}
|
|
@@ -19277,6 +19413,10 @@
|
|
|
19277
19413
|
content: "\eba2";
|
|
19278
19414
|
}
|
|
19279
19415
|
|
|
19416
|
+
.ti-unicycle:before {
|
|
19417
|
+
content: "\10244";
|
|
19418
|
+
}
|
|
19419
|
+
|
|
19280
19420
|
.ti-universe:before {
|
|
19281
19421
|
content: "\fcc4";
|
|
19282
19422
|
}
|
|
@@ -19589,6 +19729,10 @@
|
|
|
19589
19729
|
content: "\ebf4";
|
|
19590
19730
|
}
|
|
19591
19731
|
|
|
19732
|
+
.ti-vignette:before {
|
|
19733
|
+
content: "\10256";
|
|
19734
|
+
}
|
|
19735
|
+
|
|
19592
19736
|
.ti-vinyl:before {
|
|
19593
19737
|
content: "\f00d";
|
|
19594
19738
|
}
|