@tabler/icons-webfont 2.43.0 → 2.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/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.44.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.44.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.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.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.44.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.44.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.44.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.44.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
|
}
|
|
@@ -8730,6 +8742,10 @@
|
|
|
8730
8742
|
content: "\ecb9";
|
|
8731
8743
|
}
|
|
8732
8744
|
|
|
8745
|
+
.ti-favicon:before {
|
|
8746
|
+
content: "\fd65";
|
|
8747
|
+
}
|
|
8748
|
+
|
|
8733
8749
|
.ti-feather:before {
|
|
8734
8750
|
content: "\ee8b";
|
|
8735
8751
|
}
|
|
@@ -15278,10 +15294,26 @@
|
|
|
15278
15294
|
content: "\edfa";
|
|
15279
15295
|
}
|
|
15280
15296
|
|
|
15297
|
+
.ti-receipt-bitcoin:before {
|
|
15298
|
+
content: "\fd66";
|
|
15299
|
+
}
|
|
15300
|
+
|
|
15301
|
+
.ti-receipt-dollar:before {
|
|
15302
|
+
content: "\fd67";
|
|
15303
|
+
}
|
|
15304
|
+
|
|
15305
|
+
.ti-receipt-euro:before {
|
|
15306
|
+
content: "\fd68";
|
|
15307
|
+
}
|
|
15308
|
+
|
|
15281
15309
|
.ti-receipt-off:before {
|
|
15282
15310
|
content: "\edfb";
|
|
15283
15311
|
}
|
|
15284
15312
|
|
|
15313
|
+
.ti-receipt-pound:before {
|
|
15314
|
+
content: "\fd69";
|
|
15315
|
+
}
|
|
15316
|
+
|
|
15285
15317
|
.ti-receipt-refund:before {
|
|
15286
15318
|
content: "\edfc";
|
|
15287
15319
|
}
|
|
@@ -15290,6 +15322,14 @@
|
|
|
15290
15322
|
content: "\edbd";
|
|
15291
15323
|
}
|
|
15292
15324
|
|
|
15325
|
+
.ti-receipt-yen:before {
|
|
15326
|
+
content: "\fd6a";
|
|
15327
|
+
}
|
|
15328
|
+
|
|
15329
|
+
.ti-receipt-yuan:before {
|
|
15330
|
+
content: "\fd6b";
|
|
15331
|
+
}
|
|
15332
|
+
|
|
15293
15333
|
.ti-recharging:before {
|
|
15294
15334
|
content: "\eeca";
|
|
15295
15335
|
}
|
|
@@ -15794,6 +15834,10 @@
|
|
|
15794
15834
|
content: "\ef16";
|
|
15795
15835
|
}
|
|
15796
15836
|
|
|
15837
|
+
.ti-sandbox:before {
|
|
15838
|
+
content: "\fd6c";
|
|
15839
|
+
}
|
|
15840
|
+
|
|
15797
15841
|
.ti-satellite:before {
|
|
15798
15842
|
content: "\eed3";
|
|
15799
15843
|
}
|
|
@@ -18078,6 +18122,10 @@
|
|
|
18078
18122
|
content: "\eefd";
|
|
18079
18123
|
}
|
|
18080
18124
|
|
|
18125
|
+
.ti-text-grammar:before {
|
|
18126
|
+
content: "\fd6d";
|
|
18127
|
+
}
|
|
18128
|
+
|
|
18081
18129
|
.ti-text-increase:before {
|
|
18082
18130
|
content: "\f203";
|
|
18083
18131
|
}
|
|
@@ -18414,6 +18462,30 @@
|
|
|
18414
18462
|
content: "\ed96";
|
|
18415
18463
|
}
|
|
18416
18464
|
|
|
18465
|
+
.ti-transaction-bitcoin:before {
|
|
18466
|
+
content: "\fd6e";
|
|
18467
|
+
}
|
|
18468
|
+
|
|
18469
|
+
.ti-transaction-dollar:before {
|
|
18470
|
+
content: "\fd6f";
|
|
18471
|
+
}
|
|
18472
|
+
|
|
18473
|
+
.ti-transaction-euro:before {
|
|
18474
|
+
content: "\fd70";
|
|
18475
|
+
}
|
|
18476
|
+
|
|
18477
|
+
.ti-transaction-pound:before {
|
|
18478
|
+
content: "\fd71";
|
|
18479
|
+
}
|
|
18480
|
+
|
|
18481
|
+
.ti-transaction-yen:before {
|
|
18482
|
+
content: "\fd72";
|
|
18483
|
+
}
|
|
18484
|
+
|
|
18485
|
+
.ti-transaction-yuan:before {
|
|
18486
|
+
content: "\fd73";
|
|
18487
|
+
}
|
|
18488
|
+
|
|
18417
18489
|
.ti-transfer:before {
|
|
18418
18490
|
content: "\fc1f";
|
|
18419
18491
|
}
|