@tabler/icons-webfont 2.44.0 → 2.46.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -5
package/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.46.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": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sass": "./tabler-icons.scss",
|
|
36
36
|
"style": "./tabler-icons.min.css",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.46.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.46.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.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.46.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.46.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.46.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.46.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -958,6 +958,10 @@
|
|
|
958
958
|
content: "\ea11";
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
+
.ti-arrow-down-from-arc:before {
|
|
962
|
+
content: "\fd86";
|
|
963
|
+
}
|
|
964
|
+
|
|
961
965
|
.ti-arrow-down-left:before {
|
|
962
966
|
content: "\ea13";
|
|
963
967
|
}
|
|
@@ -986,6 +990,10 @@
|
|
|
986
990
|
content: "\ed9b";
|
|
987
991
|
}
|
|
988
992
|
|
|
993
|
+
.ti-arrow-down-to-arc:before {
|
|
994
|
+
content: "\fd87";
|
|
995
|
+
}
|
|
996
|
+
|
|
989
997
|
.ti-arrow-elbow-left:before {
|
|
990
998
|
content: "\f9ed";
|
|
991
999
|
}
|
|
@@ -1030,6 +1038,10 @@
|
|
|
1030
1038
|
content: "\ea18";
|
|
1031
1039
|
}
|
|
1032
1040
|
|
|
1041
|
+
.ti-arrow-left-from-arc:before {
|
|
1042
|
+
content: "\fd88";
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1033
1045
|
.ti-arrow-left-rhombus:before {
|
|
1034
1046
|
content: "\f61e";
|
|
1035
1047
|
}
|
|
@@ -1046,6 +1058,10 @@
|
|
|
1046
1058
|
content: "\ed9e";
|
|
1047
1059
|
}
|
|
1048
1060
|
|
|
1061
|
+
.ti-arrow-left-to-arc:before {
|
|
1062
|
+
content: "\fd89";
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1049
1065
|
.ti-arrow-loop-left:before {
|
|
1050
1066
|
content: "\ed9f";
|
|
1051
1067
|
}
|
|
@@ -1154,6 +1170,10 @@
|
|
|
1154
1170
|
content: "\ea1e";
|
|
1155
1171
|
}
|
|
1156
1172
|
|
|
1173
|
+
.ti-arrow-right-from-arc:before {
|
|
1174
|
+
content: "\fd8a";
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1157
1177
|
.ti-arrow-right-rhombus:before {
|
|
1158
1178
|
content: "\f61f";
|
|
1159
1179
|
}
|
|
@@ -1166,6 +1186,10 @@
|
|
|
1166
1186
|
content: "\eda3";
|
|
1167
1187
|
}
|
|
1168
1188
|
|
|
1189
|
+
.ti-arrow-right-to-arc:before {
|
|
1190
|
+
content: "\fd8b";
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1169
1193
|
.ti-arrow-rotary-first-left:before {
|
|
1170
1194
|
content: "\f053";
|
|
1171
1195
|
}
|
|
@@ -1222,6 +1246,10 @@
|
|
|
1222
1246
|
content: "\ea20";
|
|
1223
1247
|
}
|
|
1224
1248
|
|
|
1249
|
+
.ti-arrow-up-from-arc:before {
|
|
1250
|
+
content: "\fd8c";
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1225
1253
|
.ti-arrow-up-left:before {
|
|
1226
1254
|
content: "\ea22";
|
|
1227
1255
|
}
|
|
@@ -1250,6 +1278,10 @@
|
|
|
1250
1278
|
content: "\eda7";
|
|
1251
1279
|
}
|
|
1252
1280
|
|
|
1281
|
+
.ti-arrow-up-to-arc:before {
|
|
1282
|
+
content: "\fd8d";
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1253
1285
|
.ti-arrow-wave-left-down:before {
|
|
1254
1286
|
content: "\eda8";
|
|
1255
1287
|
}
|
|
@@ -1530,6 +1562,10 @@
|
|
|
1530
1562
|
content: "\fc89";
|
|
1531
1563
|
}
|
|
1532
1564
|
|
|
1565
|
+
.ti-avocado:before {
|
|
1566
|
+
content: "\fd8e";
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1533
1569
|
.ti-award:before {
|
|
1534
1570
|
content: "\ea2c";
|
|
1535
1571
|
}
|
|
@@ -1610,6 +1646,10 @@
|
|
|
1610
1646
|
content: "\f558";
|
|
1611
1647
|
}
|
|
1612
1648
|
|
|
1649
|
+
.ti-badge-ad-off:before {
|
|
1650
|
+
content: "\fd8f";
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1613
1653
|
.ti-badge-ar:before {
|
|
1614
1654
|
content: "\f559";
|
|
1615
1655
|
}
|
|
@@ -2450,10 +2490,18 @@
|
|
|
2450
2490
|
content: "\f4fa";
|
|
2451
2491
|
}
|
|
2452
2492
|
|
|
2493
|
+
.ti-bowl-chopsticks:before {
|
|
2494
|
+
content: "\fd90";
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2453
2497
|
.ti-bowl-filled:before {
|
|
2454
2498
|
content: "\fb22";
|
|
2455
2499
|
}
|
|
2456
2500
|
|
|
2501
|
+
.ti-bowl-spoon:before {
|
|
2502
|
+
content: "\fd91";
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2457
2505
|
.ti-box:before {
|
|
2458
2506
|
content: "\ea45";
|
|
2459
2507
|
}
|
|
@@ -2722,6 +2770,10 @@
|
|
|
2722
2770
|
content: "\ed69";
|
|
2723
2771
|
}
|
|
2724
2772
|
|
|
2773
|
+
.ti-brand-apple-filled:before {
|
|
2774
|
+
content: "\fd74";
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2725
2777
|
.ti-brand-apple-podcast:before {
|
|
2726
2778
|
content: "\f1e6";
|
|
2727
2779
|
}
|
|
@@ -2802,6 +2854,10 @@
|
|
|
2802
2854
|
content: "\f35a";
|
|
2803
2855
|
}
|
|
2804
2856
|
|
|
2857
|
+
.ti-brand-bluesky:before {
|
|
2858
|
+
content: "\fd75";
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2805
2861
|
.ti-brand-booking:before {
|
|
2806
2862
|
content: "\edc8";
|
|
2807
2863
|
}
|
|
@@ -3330,6 +3386,10 @@
|
|
|
3330
3386
|
content: "\f562";
|
|
3331
3387
|
}
|
|
3332
3388
|
|
|
3389
|
+
.ti-brand-livewire:before {
|
|
3390
|
+
content: "\fd76";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3333
3393
|
.ti-brand-loom:before {
|
|
3334
3394
|
content: "\ef70";
|
|
3335
3395
|
}
|
|
@@ -3550,6 +3610,10 @@
|
|
|
3550
3610
|
content: "\f78f";
|
|
3551
3611
|
}
|
|
3552
3612
|
|
|
3613
|
+
.ti-brand-pnpm:before {
|
|
3614
|
+
content: "\fd77";
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3553
3617
|
.ti-brand-pocket:before {
|
|
3554
3618
|
content: "\ed00";
|
|
3555
3619
|
}
|
|
@@ -3718,6 +3782,10 @@
|
|
|
3718
3782
|
content: "\ed6f";
|
|
3719
3783
|
}
|
|
3720
3784
|
|
|
3785
|
+
.ti-brand-stocktwits:before {
|
|
3786
|
+
content: "\fd78";
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3721
3789
|
.ti-brand-storj:before {
|
|
3722
3790
|
content: "\fa54";
|
|
3723
3791
|
}
|
|
@@ -4034,6 +4102,10 @@
|
|
|
4034
4102
|
content: "\fae1";
|
|
4035
4103
|
}
|
|
4036
4104
|
|
|
4105
|
+
.ti-brand-yarn:before {
|
|
4106
|
+
content: "\fd79";
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4037
4109
|
.ti-brand-yatse:before {
|
|
4038
4110
|
content: "\f213";
|
|
4039
4111
|
}
|
|
@@ -5062,6 +5134,14 @@
|
|
|
5062
5134
|
content: "\f619";
|
|
5063
5135
|
}
|
|
5064
5136
|
|
|
5137
|
+
.ti-chart-scatter:before {
|
|
5138
|
+
content: "\fd93";
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
.ti-chart-scatter-3d:before {
|
|
5142
|
+
content: "\fd92";
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5065
5145
|
.ti-chart-treemap:before {
|
|
5066
5146
|
content: "\f381";
|
|
5067
5147
|
}
|
|
@@ -5466,6 +5546,10 @@
|
|
|
5466
5546
|
content: "\fc74";
|
|
5467
5547
|
}
|
|
5468
5548
|
|
|
5549
|
+
.ti-circle-dashed-percentage:before {
|
|
5550
|
+
content: "\fd7a";
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5469
5553
|
.ti-circle-dashed-x:before {
|
|
5470
5554
|
content: "\fc75";
|
|
5471
5555
|
}
|
|
@@ -5662,6 +5746,10 @@
|
|
|
5662
5746
|
content: "\ee40";
|
|
5663
5747
|
}
|
|
5664
5748
|
|
|
5749
|
+
.ti-circle-percentage:before {
|
|
5750
|
+
content: "\fd7b";
|
|
5751
|
+
}
|
|
5752
|
+
|
|
5665
5753
|
.ti-circle-plus:before {
|
|
5666
5754
|
content: "\ea69";
|
|
5667
5755
|
}
|
|
@@ -13086,6 +13174,14 @@
|
|
|
13086
13174
|
content: "\f40c";
|
|
13087
13175
|
}
|
|
13088
13176
|
|
|
13177
|
+
.ti-meter-cube:before {
|
|
13178
|
+
content: "\fd7c";
|
|
13179
|
+
}
|
|
13180
|
+
|
|
13181
|
+
.ti-meter-square:before {
|
|
13182
|
+
content: "\fd7d";
|
|
13183
|
+
}
|
|
13184
|
+
|
|
13089
13185
|
.ti-metronome:before {
|
|
13090
13186
|
content: "\fd25";
|
|
13091
13187
|
}
|
|
@@ -14202,6 +14298,10 @@
|
|
|
14202
14298
|
content: "\f419";
|
|
14203
14299
|
}
|
|
14204
14300
|
|
|
14301
|
+
.ti-paywall:before {
|
|
14302
|
+
content: "\fd7e";
|
|
14303
|
+
}
|
|
14304
|
+
|
|
14205
14305
|
.ti-pdf:before {
|
|
14206
14306
|
content: "\f7ac";
|
|
14207
14307
|
}
|
|
@@ -14638,6 +14738,14 @@
|
|
|
14638
14738
|
content: "\f5f6";
|
|
14639
14739
|
}
|
|
14640
14740
|
|
|
14741
|
+
.ti-pilcrow-left:before {
|
|
14742
|
+
content: "\fd7f";
|
|
14743
|
+
}
|
|
14744
|
+
|
|
14745
|
+
.ti-pilcrow-right:before {
|
|
14746
|
+
content: "\fd80";
|
|
14747
|
+
}
|
|
14748
|
+
|
|
14641
14749
|
.ti-pill:before {
|
|
14642
14750
|
content: "\ec44";
|
|
14643
14751
|
}
|
|
@@ -15146,6 +15254,10 @@
|
|
|
15146
15254
|
content: "\f185";
|
|
15147
15255
|
}
|
|
15148
15256
|
|
|
15257
|
+
.ti-protocol:before {
|
|
15258
|
+
content: "\fd81";
|
|
15259
|
+
}
|
|
15260
|
+
|
|
15149
15261
|
.ti-pumpkin-scary:before {
|
|
15150
15262
|
content: "\f587";
|
|
15151
15263
|
}
|
|
@@ -15318,6 +15430,10 @@
|
|
|
15318
15430
|
content: "\edfc";
|
|
15319
15431
|
}
|
|
15320
15432
|
|
|
15433
|
+
.ti-receipt-rupee:before {
|
|
15434
|
+
content: "\fd82";
|
|
15435
|
+
}
|
|
15436
|
+
|
|
15321
15437
|
.ti-receipt-tax:before {
|
|
15322
15438
|
content: "\edbd";
|
|
15323
15439
|
}
|
|
@@ -16706,6 +16822,18 @@
|
|
|
16706
16822
|
content: "\ef19";
|
|
16707
16823
|
}
|
|
16708
16824
|
|
|
16825
|
+
.ti-sort-ascending-shapes:before {
|
|
16826
|
+
content: "\fd94";
|
|
16827
|
+
}
|
|
16828
|
+
|
|
16829
|
+
.ti-sort-ascending-small-big:before {
|
|
16830
|
+
content: "\fd95";
|
|
16831
|
+
}
|
|
16832
|
+
|
|
16833
|
+
.ti-sort-deacending-small-big:before {
|
|
16834
|
+
content: "\fd96";
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16709
16837
|
.ti-sort-descending:before {
|
|
16710
16838
|
content: "\eb27";
|
|
16711
16839
|
}
|
|
@@ -16722,6 +16850,10 @@
|
|
|
16722
16850
|
content: "\ef1b";
|
|
16723
16851
|
}
|
|
16724
16852
|
|
|
16853
|
+
.ti-sort-descending-shapes:before {
|
|
16854
|
+
content: "\fd97";
|
|
16855
|
+
}
|
|
16856
|
+
|
|
16725
16857
|
.ti-sort-z-a:before {
|
|
16726
16858
|
content: "\f550";
|
|
16727
16859
|
}
|
|
@@ -17242,6 +17374,10 @@
|
|
|
17242
17374
|
content: "\eeef";
|
|
17243
17375
|
}
|
|
17244
17376
|
|
|
17377
|
+
.ti-square-percentage:before {
|
|
17378
|
+
content: "\fd83";
|
|
17379
|
+
}
|
|
17380
|
+
|
|
17245
17381
|
.ti-square-plus:before {
|
|
17246
17382
|
content: "\eb2a";
|
|
17247
17383
|
}
|
|
@@ -17586,6 +17722,10 @@
|
|
|
17586
17722
|
content: "\f781";
|
|
17587
17723
|
}
|
|
17588
17724
|
|
|
17725
|
+
.ti-square-rounded-percentage:before {
|
|
17726
|
+
content: "\fd84";
|
|
17727
|
+
}
|
|
17728
|
+
|
|
17589
17729
|
.ti-square-rounded-plus:before {
|
|
17590
17730
|
content: "\f63f";
|
|
17591
17731
|
}
|
|
@@ -18478,6 +18618,10 @@
|
|
|
18478
18618
|
content: "\fd71";
|
|
18479
18619
|
}
|
|
18480
18620
|
|
|
18621
|
+
.ti-transaction-rupee:before {
|
|
18622
|
+
content: "\fd85";
|
|
18623
|
+
}
|
|
18624
|
+
|
|
18481
18625
|
.ti-transaction-yen:before {
|
|
18482
18626
|
content: "\fd72";
|
|
18483
18627
|
}
|