@tabler/icons-webfont 2.44.0 → 2.45.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 +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -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.45.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.45.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.45.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.45.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.45.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.45.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.45.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2722,6 +2722,10 @@
|
|
|
2722
2722
|
content: "\ed69";
|
|
2723
2723
|
}
|
|
2724
2724
|
|
|
2725
|
+
.ti-brand-apple-filled:before {
|
|
2726
|
+
content: "\fd74";
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2725
2729
|
.ti-brand-apple-podcast:before {
|
|
2726
2730
|
content: "\f1e6";
|
|
2727
2731
|
}
|
|
@@ -2802,6 +2806,10 @@
|
|
|
2802
2806
|
content: "\f35a";
|
|
2803
2807
|
}
|
|
2804
2808
|
|
|
2809
|
+
.ti-brand-bluesky:before {
|
|
2810
|
+
content: "\fd75";
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2805
2813
|
.ti-brand-booking:before {
|
|
2806
2814
|
content: "\edc8";
|
|
2807
2815
|
}
|
|
@@ -3330,6 +3338,10 @@
|
|
|
3330
3338
|
content: "\f562";
|
|
3331
3339
|
}
|
|
3332
3340
|
|
|
3341
|
+
.ti-brand-livewire:before {
|
|
3342
|
+
content: "\fd76";
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3333
3345
|
.ti-brand-loom:before {
|
|
3334
3346
|
content: "\ef70";
|
|
3335
3347
|
}
|
|
@@ -3550,6 +3562,10 @@
|
|
|
3550
3562
|
content: "\f78f";
|
|
3551
3563
|
}
|
|
3552
3564
|
|
|
3565
|
+
.ti-brand-pnpm:before {
|
|
3566
|
+
content: "\fd77";
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3553
3569
|
.ti-brand-pocket:before {
|
|
3554
3570
|
content: "\ed00";
|
|
3555
3571
|
}
|
|
@@ -3718,6 +3734,10 @@
|
|
|
3718
3734
|
content: "\ed6f";
|
|
3719
3735
|
}
|
|
3720
3736
|
|
|
3737
|
+
.ti-brand-stocktwits:before {
|
|
3738
|
+
content: "\fd78";
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3721
3741
|
.ti-brand-storj:before {
|
|
3722
3742
|
content: "\fa54";
|
|
3723
3743
|
}
|
|
@@ -4034,6 +4054,10 @@
|
|
|
4034
4054
|
content: "\fae1";
|
|
4035
4055
|
}
|
|
4036
4056
|
|
|
4057
|
+
.ti-brand-yarn:before {
|
|
4058
|
+
content: "\fd79";
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4037
4061
|
.ti-brand-yatse:before {
|
|
4038
4062
|
content: "\f213";
|
|
4039
4063
|
}
|
|
@@ -5466,6 +5490,10 @@
|
|
|
5466
5490
|
content: "\fc74";
|
|
5467
5491
|
}
|
|
5468
5492
|
|
|
5493
|
+
.ti-circle-dashed-percentage:before {
|
|
5494
|
+
content: "\fd7a";
|
|
5495
|
+
}
|
|
5496
|
+
|
|
5469
5497
|
.ti-circle-dashed-x:before {
|
|
5470
5498
|
content: "\fc75";
|
|
5471
5499
|
}
|
|
@@ -5662,6 +5690,10 @@
|
|
|
5662
5690
|
content: "\ee40";
|
|
5663
5691
|
}
|
|
5664
5692
|
|
|
5693
|
+
.ti-circle-percentage:before {
|
|
5694
|
+
content: "\fd7b";
|
|
5695
|
+
}
|
|
5696
|
+
|
|
5665
5697
|
.ti-circle-plus:before {
|
|
5666
5698
|
content: "\ea69";
|
|
5667
5699
|
}
|
|
@@ -13086,6 +13118,14 @@
|
|
|
13086
13118
|
content: "\f40c";
|
|
13087
13119
|
}
|
|
13088
13120
|
|
|
13121
|
+
.ti-meter-cube:before {
|
|
13122
|
+
content: "\fd7c";
|
|
13123
|
+
}
|
|
13124
|
+
|
|
13125
|
+
.ti-meter-square:before {
|
|
13126
|
+
content: "\fd7d";
|
|
13127
|
+
}
|
|
13128
|
+
|
|
13089
13129
|
.ti-metronome:before {
|
|
13090
13130
|
content: "\fd25";
|
|
13091
13131
|
}
|
|
@@ -14202,6 +14242,10 @@
|
|
|
14202
14242
|
content: "\f419";
|
|
14203
14243
|
}
|
|
14204
14244
|
|
|
14245
|
+
.ti-paywall:before {
|
|
14246
|
+
content: "\fd7e";
|
|
14247
|
+
}
|
|
14248
|
+
|
|
14205
14249
|
.ti-pdf:before {
|
|
14206
14250
|
content: "\f7ac";
|
|
14207
14251
|
}
|
|
@@ -14638,6 +14682,14 @@
|
|
|
14638
14682
|
content: "\f5f6";
|
|
14639
14683
|
}
|
|
14640
14684
|
|
|
14685
|
+
.ti-pilcrow-left:before {
|
|
14686
|
+
content: "\fd7f";
|
|
14687
|
+
}
|
|
14688
|
+
|
|
14689
|
+
.ti-pilcrow-right:before {
|
|
14690
|
+
content: "\fd80";
|
|
14691
|
+
}
|
|
14692
|
+
|
|
14641
14693
|
.ti-pill:before {
|
|
14642
14694
|
content: "\ec44";
|
|
14643
14695
|
}
|
|
@@ -15146,6 +15198,10 @@
|
|
|
15146
15198
|
content: "\f185";
|
|
15147
15199
|
}
|
|
15148
15200
|
|
|
15201
|
+
.ti-protocol:before {
|
|
15202
|
+
content: "\fd81";
|
|
15203
|
+
}
|
|
15204
|
+
|
|
15149
15205
|
.ti-pumpkin-scary:before {
|
|
15150
15206
|
content: "\f587";
|
|
15151
15207
|
}
|
|
@@ -15318,6 +15374,10 @@
|
|
|
15318
15374
|
content: "\edfc";
|
|
15319
15375
|
}
|
|
15320
15376
|
|
|
15377
|
+
.ti-receipt-rupee:before {
|
|
15378
|
+
content: "\fd82";
|
|
15379
|
+
}
|
|
15380
|
+
|
|
15321
15381
|
.ti-receipt-tax:before {
|
|
15322
15382
|
content: "\edbd";
|
|
15323
15383
|
}
|
|
@@ -17242,6 +17302,10 @@
|
|
|
17242
17302
|
content: "\eeef";
|
|
17243
17303
|
}
|
|
17244
17304
|
|
|
17305
|
+
.ti-square-percentage:before {
|
|
17306
|
+
content: "\fd83";
|
|
17307
|
+
}
|
|
17308
|
+
|
|
17245
17309
|
.ti-square-plus:before {
|
|
17246
17310
|
content: "\eb2a";
|
|
17247
17311
|
}
|
|
@@ -17586,6 +17650,10 @@
|
|
|
17586
17650
|
content: "\f781";
|
|
17587
17651
|
}
|
|
17588
17652
|
|
|
17653
|
+
.ti-square-rounded-percentage:before {
|
|
17654
|
+
content: "\fd84";
|
|
17655
|
+
}
|
|
17656
|
+
|
|
17589
17657
|
.ti-square-rounded-plus:before {
|
|
17590
17658
|
content: "\f63f";
|
|
17591
17659
|
}
|
|
@@ -18478,6 +18546,10 @@
|
|
|
18478
18546
|
content: "\fd71";
|
|
18479
18547
|
}
|
|
18480
18548
|
|
|
18549
|
+
.ti-transaction-rupee:before {
|
|
18550
|
+
content: "\fd85";
|
|
18551
|
+
}
|
|
18552
|
+
|
|
18481
18553
|
.ti-transaction-yen:before {
|
|
18482
18554
|
content: "\fd72";
|
|
18483
18555
|
}
|