@tabler/icons-webfont 2.20.0 → 2.22.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.22.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.22.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.22.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.22.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.22.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.22.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.22.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -390,6 +390,10 @@
|
|
|
390
390
|
content: "\f710";
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
+
.ti-align-box-center-bottom:before {
|
|
394
|
+
content: "\facb";
|
|
395
|
+
}
|
|
396
|
+
|
|
393
397
|
.ti-align-box-center-middle:before {
|
|
394
398
|
content: "\f79f";
|
|
395
399
|
}
|
|
@@ -398,6 +402,14 @@
|
|
|
398
402
|
content: "\f7d4";
|
|
399
403
|
}
|
|
400
404
|
|
|
405
|
+
.ti-align-box-center-stretch:before {
|
|
406
|
+
content: "\facc";
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.ti-align-box-center-top:before {
|
|
410
|
+
content: "\facd";
|
|
411
|
+
}
|
|
412
|
+
|
|
401
413
|
.ti-align-box-left-bottom:before {
|
|
402
414
|
content: "\f533";
|
|
403
415
|
}
|
|
@@ -414,6 +426,10 @@
|
|
|
414
426
|
content: "\f712";
|
|
415
427
|
}
|
|
416
428
|
|
|
429
|
+
.ti-align-box-left-stretch:before {
|
|
430
|
+
content: "\face";
|
|
431
|
+
}
|
|
432
|
+
|
|
417
433
|
.ti-align-box-left-top:before {
|
|
418
434
|
content: "\f535";
|
|
419
435
|
}
|
|
@@ -438,6 +454,10 @@
|
|
|
438
454
|
content: "\f7d5";
|
|
439
455
|
}
|
|
440
456
|
|
|
457
|
+
.ti-align-box-right-stretch:before {
|
|
458
|
+
content: "\facf";
|
|
459
|
+
}
|
|
460
|
+
|
|
441
461
|
.ti-align-box-right-top:before {
|
|
442
462
|
content: "\f538";
|
|
443
463
|
}
|
|
@@ -1494,6 +1514,10 @@
|
|
|
1494
1514
|
content: "\f3c2";
|
|
1495
1515
|
}
|
|
1496
1516
|
|
|
1517
|
+
.ti-backslash:before {
|
|
1518
|
+
content: "\fab9";
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1497
1521
|
.ti-backspace:before {
|
|
1498
1522
|
content: "\ea2d";
|
|
1499
1523
|
}
|
|
@@ -3046,6 +3070,10 @@
|
|
|
3046
3070
|
content: "\f7b0";
|
|
3047
3071
|
}
|
|
3048
3072
|
|
|
3073
|
+
.ti-brand-kbin:before {
|
|
3074
|
+
content: "\fad0";
|
|
3075
|
+
}
|
|
3076
|
+
|
|
3049
3077
|
.ti-brand-kick:before {
|
|
3050
3078
|
content: "\fa23";
|
|
3051
3079
|
}
|
|
@@ -3358,6 +3386,10 @@
|
|
|
3358
3386
|
content: "\f4da";
|
|
3359
3387
|
}
|
|
3360
3388
|
|
|
3389
|
+
.ti-brand-rumble:before {
|
|
3390
|
+
content: "\fad1";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3361
3393
|
.ti-brand-rust:before {
|
|
3362
3394
|
content: "\fa53";
|
|
3363
3395
|
}
|
|
@@ -4118,6 +4150,10 @@
|
|
|
4118
4150
|
content: "\f82d";
|
|
4119
4151
|
}
|
|
4120
4152
|
|
|
4153
|
+
.ti-calendar-repeat:before {
|
|
4154
|
+
content: "\fad2";
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4121
4157
|
.ti-calendar-search:before {
|
|
4122
4158
|
content: "\f82e";
|
|
4123
4159
|
}
|
|
@@ -12426,6 +12462,10 @@
|
|
|
12426
12462
|
content: "\eebe";
|
|
12427
12463
|
}
|
|
12428
12464
|
|
|
12465
|
+
.ti-piano:before {
|
|
12466
|
+
content: "\fad3";
|
|
12467
|
+
}
|
|
12468
|
+
|
|
12429
12469
|
.ti-picture-in-picture:before {
|
|
12430
12470
|
content: "\ed35";
|
|
12431
12471
|
}
|
|
@@ -13258,6 +13298,70 @@
|
|
|
13258
13298
|
content: "\eecf";
|
|
13259
13299
|
}
|
|
13260
13300
|
|
|
13301
|
+
.ti-rewind-backward-10:before {
|
|
13302
|
+
content: "\faba";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13305
|
+
.ti-rewind-backward-15:before {
|
|
13306
|
+
content: "\fabb";
|
|
13307
|
+
}
|
|
13308
|
+
|
|
13309
|
+
.ti-rewind-backward-20:before {
|
|
13310
|
+
content: "\fabc";
|
|
13311
|
+
}
|
|
13312
|
+
|
|
13313
|
+
.ti-rewind-backward-30:before {
|
|
13314
|
+
content: "\fabd";
|
|
13315
|
+
}
|
|
13316
|
+
|
|
13317
|
+
.ti-rewind-backward-40:before {
|
|
13318
|
+
content: "\fabe";
|
|
13319
|
+
}
|
|
13320
|
+
|
|
13321
|
+
.ti-rewind-backward-5:before {
|
|
13322
|
+
content: "\fabf";
|
|
13323
|
+
}
|
|
13324
|
+
|
|
13325
|
+
.ti-rewind-backward-50:before {
|
|
13326
|
+
content: "\fac0";
|
|
13327
|
+
}
|
|
13328
|
+
|
|
13329
|
+
.ti-rewind-backward-60:before {
|
|
13330
|
+
content: "\fac1";
|
|
13331
|
+
}
|
|
13332
|
+
|
|
13333
|
+
.ti-rewind-forward-10:before {
|
|
13334
|
+
content: "\fac2";
|
|
13335
|
+
}
|
|
13336
|
+
|
|
13337
|
+
.ti-rewind-forward-15:before {
|
|
13338
|
+
content: "\fac3";
|
|
13339
|
+
}
|
|
13340
|
+
|
|
13341
|
+
.ti-rewind-forward-20:before {
|
|
13342
|
+
content: "\fac4";
|
|
13343
|
+
}
|
|
13344
|
+
|
|
13345
|
+
.ti-rewind-forward-30:before {
|
|
13346
|
+
content: "\fac5";
|
|
13347
|
+
}
|
|
13348
|
+
|
|
13349
|
+
.ti-rewind-forward-40:before {
|
|
13350
|
+
content: "\fac6";
|
|
13351
|
+
}
|
|
13352
|
+
|
|
13353
|
+
.ti-rewind-forward-5:before {
|
|
13354
|
+
content: "\fac7";
|
|
13355
|
+
}
|
|
13356
|
+
|
|
13357
|
+
.ti-rewind-forward-50:before {
|
|
13358
|
+
content: "\fac8";
|
|
13359
|
+
}
|
|
13360
|
+
|
|
13361
|
+
.ti-rewind-forward-60:before {
|
|
13362
|
+
content: "\fac9";
|
|
13363
|
+
}
|
|
13364
|
+
|
|
13261
13365
|
.ti-ribbon-health:before {
|
|
13262
13366
|
content: "\f58e";
|
|
13263
13367
|
}
|
|
@@ -14110,6 +14214,10 @@
|
|
|
14110
14214
|
content: "\f42b";
|
|
14111
14215
|
}
|
|
14112
14216
|
|
|
14217
|
+
.ti-skateboarding:before {
|
|
14218
|
+
content: "\faca";
|
|
14219
|
+
}
|
|
14220
|
+
|
|
14113
14221
|
.ti-skull:before {
|
|
14114
14222
|
content: "\f292";
|
|
14115
14223
|
}
|
|
@@ -15598,6 +15706,42 @@
|
|
|
15598
15706
|
content: "\f1b3";
|
|
15599
15707
|
}
|
|
15600
15708
|
|
|
15709
|
+
.ti-time-duration-0:before {
|
|
15710
|
+
content: "\fad4";
|
|
15711
|
+
}
|
|
15712
|
+
|
|
15713
|
+
.ti-time-duration-10:before {
|
|
15714
|
+
content: "\fad5";
|
|
15715
|
+
}
|
|
15716
|
+
|
|
15717
|
+
.ti-time-duration-15:before {
|
|
15718
|
+
content: "\fad6";
|
|
15719
|
+
}
|
|
15720
|
+
|
|
15721
|
+
.ti-time-duration-30:before {
|
|
15722
|
+
content: "\fad7";
|
|
15723
|
+
}
|
|
15724
|
+
|
|
15725
|
+
.ti-time-duration-45:before {
|
|
15726
|
+
content: "\fad8";
|
|
15727
|
+
}
|
|
15728
|
+
|
|
15729
|
+
.ti-time-duration-5:before {
|
|
15730
|
+
content: "\fad9";
|
|
15731
|
+
}
|
|
15732
|
+
|
|
15733
|
+
.ti-time-duration-60:before {
|
|
15734
|
+
content: "\fada";
|
|
15735
|
+
}
|
|
15736
|
+
|
|
15737
|
+
.ti-time-duration-90:before {
|
|
15738
|
+
content: "\fadb";
|
|
15739
|
+
}
|
|
15740
|
+
|
|
15741
|
+
.ti-time-duration-off:before {
|
|
15742
|
+
content: "\fadc";
|
|
15743
|
+
}
|
|
15744
|
+
|
|
15601
15745
|
.ti-timeline:before {
|
|
15602
15746
|
content: "\f031";
|
|
15603
15747
|
}
|