@tabler/icons-webfont 2.43.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 +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.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;
|
|
@@ -2350,6 +2350,18 @@
|
|
|
2350
2350
|
content: "\ea3c";
|
|
2351
2351
|
}
|
|
2352
2352
|
|
|
2353
|
+
.ti-border-corner-pill:before {
|
|
2354
|
+
content: "\fd62";
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.ti-border-corner-rounded:before {
|
|
2358
|
+
content: "\fd63";
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.ti-border-corner-square:before {
|
|
2362
|
+
content: "\fd64";
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2353
2365
|
.ti-border-corners:before {
|
|
2354
2366
|
content: "\f7a0";
|
|
2355
2367
|
}
|
|
@@ -2710,6 +2722,10 @@
|
|
|
2710
2722
|
content: "\ed69";
|
|
2711
2723
|
}
|
|
2712
2724
|
|
|
2725
|
+
.ti-brand-apple-filled:before {
|
|
2726
|
+
content: "\fd74";
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2713
2729
|
.ti-brand-apple-podcast:before {
|
|
2714
2730
|
content: "\f1e6";
|
|
2715
2731
|
}
|
|
@@ -2790,6 +2806,10 @@
|
|
|
2790
2806
|
content: "\f35a";
|
|
2791
2807
|
}
|
|
2792
2808
|
|
|
2809
|
+
.ti-brand-bluesky:before {
|
|
2810
|
+
content: "\fd75";
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2793
2813
|
.ti-brand-booking:before {
|
|
2794
2814
|
content: "\edc8";
|
|
2795
2815
|
}
|
|
@@ -3318,6 +3338,10 @@
|
|
|
3318
3338
|
content: "\f562";
|
|
3319
3339
|
}
|
|
3320
3340
|
|
|
3341
|
+
.ti-brand-livewire:before {
|
|
3342
|
+
content: "\fd76";
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3321
3345
|
.ti-brand-loom:before {
|
|
3322
3346
|
content: "\ef70";
|
|
3323
3347
|
}
|
|
@@ -3538,6 +3562,10 @@
|
|
|
3538
3562
|
content: "\f78f";
|
|
3539
3563
|
}
|
|
3540
3564
|
|
|
3565
|
+
.ti-brand-pnpm:before {
|
|
3566
|
+
content: "\fd77";
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3541
3569
|
.ti-brand-pocket:before {
|
|
3542
3570
|
content: "\ed00";
|
|
3543
3571
|
}
|
|
@@ -3706,6 +3734,10 @@
|
|
|
3706
3734
|
content: "\ed6f";
|
|
3707
3735
|
}
|
|
3708
3736
|
|
|
3737
|
+
.ti-brand-stocktwits:before {
|
|
3738
|
+
content: "\fd78";
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3709
3741
|
.ti-brand-storj:before {
|
|
3710
3742
|
content: "\fa54";
|
|
3711
3743
|
}
|
|
@@ -4022,6 +4054,10 @@
|
|
|
4022
4054
|
content: "\fae1";
|
|
4023
4055
|
}
|
|
4024
4056
|
|
|
4057
|
+
.ti-brand-yarn:before {
|
|
4058
|
+
content: "\fd79";
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4025
4061
|
.ti-brand-yatse:before {
|
|
4026
4062
|
content: "\f213";
|
|
4027
4063
|
}
|
|
@@ -5454,6 +5490,10 @@
|
|
|
5454
5490
|
content: "\fc74";
|
|
5455
5491
|
}
|
|
5456
5492
|
|
|
5493
|
+
.ti-circle-dashed-percentage:before {
|
|
5494
|
+
content: "\fd7a";
|
|
5495
|
+
}
|
|
5496
|
+
|
|
5457
5497
|
.ti-circle-dashed-x:before {
|
|
5458
5498
|
content: "\fc75";
|
|
5459
5499
|
}
|
|
@@ -5650,6 +5690,10 @@
|
|
|
5650
5690
|
content: "\ee40";
|
|
5651
5691
|
}
|
|
5652
5692
|
|
|
5693
|
+
.ti-circle-percentage:before {
|
|
5694
|
+
content: "\fd7b";
|
|
5695
|
+
}
|
|
5696
|
+
|
|
5653
5697
|
.ti-circle-plus:before {
|
|
5654
5698
|
content: "\ea69";
|
|
5655
5699
|
}
|
|
@@ -8730,6 +8774,10 @@
|
|
|
8730
8774
|
content: "\ecb9";
|
|
8731
8775
|
}
|
|
8732
8776
|
|
|
8777
|
+
.ti-favicon:before {
|
|
8778
|
+
content: "\fd65";
|
|
8779
|
+
}
|
|
8780
|
+
|
|
8733
8781
|
.ti-feather:before {
|
|
8734
8782
|
content: "\ee8b";
|
|
8735
8783
|
}
|
|
@@ -13070,6 +13118,14 @@
|
|
|
13070
13118
|
content: "\f40c";
|
|
13071
13119
|
}
|
|
13072
13120
|
|
|
13121
|
+
.ti-meter-cube:before {
|
|
13122
|
+
content: "\fd7c";
|
|
13123
|
+
}
|
|
13124
|
+
|
|
13125
|
+
.ti-meter-square:before {
|
|
13126
|
+
content: "\fd7d";
|
|
13127
|
+
}
|
|
13128
|
+
|
|
13073
13129
|
.ti-metronome:before {
|
|
13074
13130
|
content: "\fd25";
|
|
13075
13131
|
}
|
|
@@ -14186,6 +14242,10 @@
|
|
|
14186
14242
|
content: "\f419";
|
|
14187
14243
|
}
|
|
14188
14244
|
|
|
14245
|
+
.ti-paywall:before {
|
|
14246
|
+
content: "\fd7e";
|
|
14247
|
+
}
|
|
14248
|
+
|
|
14189
14249
|
.ti-pdf:before {
|
|
14190
14250
|
content: "\f7ac";
|
|
14191
14251
|
}
|
|
@@ -14622,6 +14682,14 @@
|
|
|
14622
14682
|
content: "\f5f6";
|
|
14623
14683
|
}
|
|
14624
14684
|
|
|
14685
|
+
.ti-pilcrow-left:before {
|
|
14686
|
+
content: "\fd7f";
|
|
14687
|
+
}
|
|
14688
|
+
|
|
14689
|
+
.ti-pilcrow-right:before {
|
|
14690
|
+
content: "\fd80";
|
|
14691
|
+
}
|
|
14692
|
+
|
|
14625
14693
|
.ti-pill:before {
|
|
14626
14694
|
content: "\ec44";
|
|
14627
14695
|
}
|
|
@@ -15130,6 +15198,10 @@
|
|
|
15130
15198
|
content: "\f185";
|
|
15131
15199
|
}
|
|
15132
15200
|
|
|
15201
|
+
.ti-protocol:before {
|
|
15202
|
+
content: "\fd81";
|
|
15203
|
+
}
|
|
15204
|
+
|
|
15133
15205
|
.ti-pumpkin-scary:before {
|
|
15134
15206
|
content: "\f587";
|
|
15135
15207
|
}
|
|
@@ -15278,18 +15350,46 @@
|
|
|
15278
15350
|
content: "\edfa";
|
|
15279
15351
|
}
|
|
15280
15352
|
|
|
15353
|
+
.ti-receipt-bitcoin:before {
|
|
15354
|
+
content: "\fd66";
|
|
15355
|
+
}
|
|
15356
|
+
|
|
15357
|
+
.ti-receipt-dollar:before {
|
|
15358
|
+
content: "\fd67";
|
|
15359
|
+
}
|
|
15360
|
+
|
|
15361
|
+
.ti-receipt-euro:before {
|
|
15362
|
+
content: "\fd68";
|
|
15363
|
+
}
|
|
15364
|
+
|
|
15281
15365
|
.ti-receipt-off:before {
|
|
15282
15366
|
content: "\edfb";
|
|
15283
15367
|
}
|
|
15284
15368
|
|
|
15369
|
+
.ti-receipt-pound:before {
|
|
15370
|
+
content: "\fd69";
|
|
15371
|
+
}
|
|
15372
|
+
|
|
15285
15373
|
.ti-receipt-refund:before {
|
|
15286
15374
|
content: "\edfc";
|
|
15287
15375
|
}
|
|
15288
15376
|
|
|
15377
|
+
.ti-receipt-rupee:before {
|
|
15378
|
+
content: "\fd82";
|
|
15379
|
+
}
|
|
15380
|
+
|
|
15289
15381
|
.ti-receipt-tax:before {
|
|
15290
15382
|
content: "\edbd";
|
|
15291
15383
|
}
|
|
15292
15384
|
|
|
15385
|
+
.ti-receipt-yen:before {
|
|
15386
|
+
content: "\fd6a";
|
|
15387
|
+
}
|
|
15388
|
+
|
|
15389
|
+
.ti-receipt-yuan:before {
|
|
15390
|
+
content: "\fd6b";
|
|
15391
|
+
}
|
|
15392
|
+
|
|
15293
15393
|
.ti-recharging:before {
|
|
15294
15394
|
content: "\eeca";
|
|
15295
15395
|
}
|
|
@@ -15794,6 +15894,10 @@
|
|
|
15794
15894
|
content: "\ef16";
|
|
15795
15895
|
}
|
|
15796
15896
|
|
|
15897
|
+
.ti-sandbox:before {
|
|
15898
|
+
content: "\fd6c";
|
|
15899
|
+
}
|
|
15900
|
+
|
|
15797
15901
|
.ti-satellite:before {
|
|
15798
15902
|
content: "\eed3";
|
|
15799
15903
|
}
|
|
@@ -17198,6 +17302,10 @@
|
|
|
17198
17302
|
content: "\eeef";
|
|
17199
17303
|
}
|
|
17200
17304
|
|
|
17305
|
+
.ti-square-percentage:before {
|
|
17306
|
+
content: "\fd83";
|
|
17307
|
+
}
|
|
17308
|
+
|
|
17201
17309
|
.ti-square-plus:before {
|
|
17202
17310
|
content: "\eb2a";
|
|
17203
17311
|
}
|
|
@@ -17542,6 +17650,10 @@
|
|
|
17542
17650
|
content: "\f781";
|
|
17543
17651
|
}
|
|
17544
17652
|
|
|
17653
|
+
.ti-square-rounded-percentage:before {
|
|
17654
|
+
content: "\fd84";
|
|
17655
|
+
}
|
|
17656
|
+
|
|
17545
17657
|
.ti-square-rounded-plus:before {
|
|
17546
17658
|
content: "\f63f";
|
|
17547
17659
|
}
|
|
@@ -18078,6 +18190,10 @@
|
|
|
18078
18190
|
content: "\eefd";
|
|
18079
18191
|
}
|
|
18080
18192
|
|
|
18193
|
+
.ti-text-grammar:before {
|
|
18194
|
+
content: "\fd6d";
|
|
18195
|
+
}
|
|
18196
|
+
|
|
18081
18197
|
.ti-text-increase:before {
|
|
18082
18198
|
content: "\f203";
|
|
18083
18199
|
}
|
|
@@ -18414,6 +18530,34 @@
|
|
|
18414
18530
|
content: "\ed96";
|
|
18415
18531
|
}
|
|
18416
18532
|
|
|
18533
|
+
.ti-transaction-bitcoin:before {
|
|
18534
|
+
content: "\fd6e";
|
|
18535
|
+
}
|
|
18536
|
+
|
|
18537
|
+
.ti-transaction-dollar:before {
|
|
18538
|
+
content: "\fd6f";
|
|
18539
|
+
}
|
|
18540
|
+
|
|
18541
|
+
.ti-transaction-euro:before {
|
|
18542
|
+
content: "\fd70";
|
|
18543
|
+
}
|
|
18544
|
+
|
|
18545
|
+
.ti-transaction-pound:before {
|
|
18546
|
+
content: "\fd71";
|
|
18547
|
+
}
|
|
18548
|
+
|
|
18549
|
+
.ti-transaction-rupee:before {
|
|
18550
|
+
content: "\fd85";
|
|
18551
|
+
}
|
|
18552
|
+
|
|
18553
|
+
.ti-transaction-yen:before {
|
|
18554
|
+
content: "\fd72";
|
|
18555
|
+
}
|
|
18556
|
+
|
|
18557
|
+
.ti-transaction-yuan:before {
|
|
18558
|
+
content: "\fd73";
|
|
18559
|
+
}
|
|
18560
|
+
|
|
18417
18561
|
.ti-transfer:before {
|
|
18418
18562
|
content: "\fc1f";
|
|
18419
18563
|
}
|