@tabler/icons-webfont 2.8.0 → 2.9.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 +163 -7
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +362 -11
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +85 -7
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.9.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": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
41
|
+
"@tabler/icons": "2.9.0"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.9.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.9.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.9.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.9.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.9.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
content: "\f79e";
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
.ti-ad-circle-filled:before {
|
|
122
|
+
content: "\f7d3";
|
|
123
|
+
}
|
|
124
|
+
|
|
121
125
|
.ti-ad-circle-off:before {
|
|
122
126
|
content: "\f79d";
|
|
123
127
|
}
|
|
@@ -286,6 +290,10 @@
|
|
|
286
290
|
content: "\f79f";
|
|
287
291
|
}
|
|
288
292
|
|
|
293
|
+
.ti-align-box-center-middle-filled:before {
|
|
294
|
+
content: "\f7d4";
|
|
295
|
+
}
|
|
296
|
+
|
|
289
297
|
.ti-align-box-left-bottom:before {
|
|
290
298
|
content: "\f533";
|
|
291
299
|
}
|
|
@@ -322,6 +330,10 @@
|
|
|
322
330
|
content: "\f537";
|
|
323
331
|
}
|
|
324
332
|
|
|
333
|
+
.ti-align-box-right-middle-filled:before {
|
|
334
|
+
content: "\f7d5";
|
|
335
|
+
}
|
|
336
|
+
|
|
325
337
|
.ti-align-box-right-top:before {
|
|
326
338
|
content: "\f538";
|
|
327
339
|
}
|
|
@@ -570,18 +582,34 @@
|
|
|
570
582
|
content: "\f60b";
|
|
571
583
|
}
|
|
572
584
|
|
|
585
|
+
.ti-arrow-badge-down-filled:before {
|
|
586
|
+
content: "\f7d6";
|
|
587
|
+
}
|
|
588
|
+
|
|
573
589
|
.ti-arrow-badge-left:before {
|
|
574
590
|
content: "\f60c";
|
|
575
591
|
}
|
|
576
592
|
|
|
593
|
+
.ti-arrow-badge-left-filled:before {
|
|
594
|
+
content: "\f7d7";
|
|
595
|
+
}
|
|
596
|
+
|
|
577
597
|
.ti-arrow-badge-right:before {
|
|
578
598
|
content: "\f60d";
|
|
579
599
|
}
|
|
580
600
|
|
|
601
|
+
.ti-arrow-badge-right-filled:before {
|
|
602
|
+
content: "\f7d8";
|
|
603
|
+
}
|
|
604
|
+
|
|
581
605
|
.ti-arrow-badge-up:before {
|
|
582
606
|
content: "\f60e";
|
|
583
607
|
}
|
|
584
608
|
|
|
609
|
+
.ti-arrow-badge-up-filled:before {
|
|
610
|
+
content: "\f7d9";
|
|
611
|
+
}
|
|
612
|
+
|
|
585
613
|
.ti-arrow-bar-down:before {
|
|
586
614
|
content: "\ea0d";
|
|
587
615
|
}
|
|
@@ -982,10 +1010,6 @@
|
|
|
982
1010
|
content: "\f05b";
|
|
983
1011
|
}
|
|
984
1012
|
|
|
985
|
-
.ti-arrow-top-circle:before {
|
|
986
|
-
content: "\f6f3";
|
|
987
|
-
}
|
|
988
|
-
|
|
989
1013
|
.ti-arrow-up:before {
|
|
990
1014
|
content: "\ea25";
|
|
991
1015
|
}
|
|
@@ -1222,6 +1246,10 @@
|
|
|
1222
1246
|
content: "\f1e2";
|
|
1223
1247
|
}
|
|
1224
1248
|
|
|
1249
|
+
.ti-article-filled-filled:before {
|
|
1250
|
+
content: "\f7da";
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1225
1253
|
.ti-article-off:before {
|
|
1226
1254
|
content: "\f3bf";
|
|
1227
1255
|
}
|
|
@@ -1230,6 +1258,10 @@
|
|
|
1230
1258
|
content: "\ed30";
|
|
1231
1259
|
}
|
|
1232
1260
|
|
|
1261
|
+
.ti-aspect-ratio-filled:before {
|
|
1262
|
+
content: "\f7db";
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1233
1265
|
.ti-aspect-ratio-off:before {
|
|
1234
1266
|
content: "\f0af";
|
|
1235
1267
|
}
|
|
@@ -1338,6 +1370,10 @@
|
|
|
1338
1370
|
content: "\ea2d";
|
|
1339
1371
|
}
|
|
1340
1372
|
|
|
1373
|
+
.ti-backspace-filled:before {
|
|
1374
|
+
content: "\f7dc";
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1341
1377
|
.ti-badge:before {
|
|
1342
1378
|
content: "\efc2";
|
|
1343
1379
|
}
|
|
@@ -1402,6 +1438,10 @@
|
|
|
1402
1438
|
content: "\efc3";
|
|
1403
1439
|
}
|
|
1404
1440
|
|
|
1441
|
+
.ti-badges-filled:before {
|
|
1442
|
+
content: "\f7dd";
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1405
1445
|
.ti-badges-off:before {
|
|
1406
1446
|
content: "\f0fc";
|
|
1407
1447
|
}
|
|
@@ -1470,6 +1510,10 @@
|
|
|
1470
1510
|
content: "\eb7a";
|
|
1471
1511
|
}
|
|
1472
1512
|
|
|
1513
|
+
.ti-bandage-filled:before {
|
|
1514
|
+
content: "\f7de";
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1473
1517
|
.ti-bandage-off:before {
|
|
1474
1518
|
content: "\f3c4";
|
|
1475
1519
|
}
|
|
@@ -1514,6 +1558,10 @@
|
|
|
1514
1558
|
content: "\ebe1";
|
|
1515
1559
|
}
|
|
1516
1560
|
|
|
1561
|
+
.ti-basket-filled:before {
|
|
1562
|
+
content: "\f7df";
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1517
1565
|
.ti-basket-off:before {
|
|
1518
1566
|
content: "\f0b6";
|
|
1519
1567
|
}
|
|
@@ -1606,6 +1654,10 @@
|
|
|
1606
1654
|
content: "\eb5c";
|
|
1607
1655
|
}
|
|
1608
1656
|
|
|
1657
|
+
.ti-bed-filled:before {
|
|
1658
|
+
content: "\f7e0";
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1609
1661
|
.ti-bed-off:before {
|
|
1610
1662
|
content: "\f100";
|
|
1611
1663
|
}
|
|
@@ -1614,6 +1666,10 @@
|
|
|
1614
1666
|
content: "\efa1";
|
|
1615
1667
|
}
|
|
1616
1668
|
|
|
1669
|
+
.ti-beer-filled:before {
|
|
1670
|
+
content: "\f7e1";
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1617
1673
|
.ti-beer-off:before {
|
|
1618
1674
|
content: "\f101";
|
|
1619
1675
|
}
|
|
@@ -1726,6 +1782,10 @@
|
|
|
1726
1782
|
content: "\f4bd";
|
|
1727
1783
|
}
|
|
1728
1784
|
|
|
1785
|
+
.ti-blade-filled:before {
|
|
1786
|
+
content: "\f7e2";
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1729
1789
|
.ti-bleach:before {
|
|
1730
1790
|
content: "\f2f3";
|
|
1731
1791
|
}
|
|
@@ -2322,6 +2382,10 @@
|
|
|
2322
2382
|
content: "\f5fe";
|
|
2323
2383
|
}
|
|
2324
2384
|
|
|
2385
|
+
.ti-brand-crunchbase:before {
|
|
2386
|
+
content: "\f7e3";
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2325
2389
|
.ti-brand-css3:before {
|
|
2326
2390
|
content: "\ed6b";
|
|
2327
2391
|
}
|
|
@@ -2386,6 +2450,10 @@
|
|
|
2386
2450
|
content: "\ece3";
|
|
2387
2451
|
}
|
|
2388
2452
|
|
|
2453
|
+
.ti-brand-discord-filled:before {
|
|
2454
|
+
content: "\f7e4";
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2389
2457
|
.ti-brand-disney:before {
|
|
2390
2458
|
content: "\f20a";
|
|
2391
2459
|
}
|
|
@@ -2418,6 +2486,10 @@
|
|
|
2418
2486
|
content: "\ec19";
|
|
2419
2487
|
}
|
|
2420
2488
|
|
|
2489
|
+
.ti-brand-dribbble-filled:before {
|
|
2490
|
+
content: "\f7e5";
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2421
2493
|
.ti-brand-drops:before {
|
|
2422
2494
|
content: "\f4d5";
|
|
2423
2495
|
}
|
|
@@ -2454,6 +2526,10 @@
|
|
|
2454
2526
|
content: "\ec1a";
|
|
2455
2527
|
}
|
|
2456
2528
|
|
|
2529
|
+
.ti-brand-facebook-filled:before {
|
|
2530
|
+
content: "\f7e6";
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2457
2533
|
.ti-brand-figma:before {
|
|
2458
2534
|
content: "\ec93";
|
|
2459
2535
|
}
|
|
@@ -2526,6 +2602,10 @@
|
|
|
2526
2602
|
content: "\f4a8";
|
|
2527
2603
|
}
|
|
2528
2604
|
|
|
2605
|
+
.ti-brand-github-filled:before {
|
|
2606
|
+
content: "\f7e7";
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2529
2609
|
.ti-brand-gitlab:before {
|
|
2530
2610
|
content: "\ec1d";
|
|
2531
2611
|
}
|
|
@@ -2654,6 +2734,10 @@
|
|
|
2654
2734
|
content: "\f001";
|
|
2655
2735
|
}
|
|
2656
2736
|
|
|
2737
|
+
.ti-brand-line:before {
|
|
2738
|
+
content: "\f7e8";
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2657
2741
|
.ti-brand-linkedin:before {
|
|
2658
2742
|
content: "\ec8c";
|
|
2659
2743
|
}
|
|
@@ -2830,6 +2914,10 @@
|
|
|
2830
2914
|
content: "\ec22";
|
|
2831
2915
|
}
|
|
2832
2916
|
|
|
2917
|
+
.ti-brand-paypal-filled:before {
|
|
2918
|
+
content: "\f7e9";
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2833
2921
|
.ti-brand-paypay:before {
|
|
2834
2922
|
content: "\f5ec";
|
|
2835
2923
|
}
|
|
@@ -3090,6 +3178,10 @@
|
|
|
3090
3178
|
content: "\ed70";
|
|
3091
3179
|
}
|
|
3092
3180
|
|
|
3181
|
+
.ti-brand-tikto-filled:before {
|
|
3182
|
+
content: "\f7ea";
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3093
3185
|
.ti-brand-tiktok:before {
|
|
3094
3186
|
content: "\ec73";
|
|
3095
3187
|
}
|
|
@@ -3134,6 +3226,10 @@
|
|
|
3134
3226
|
content: "\ec27";
|
|
3135
3227
|
}
|
|
3136
3228
|
|
|
3229
|
+
.ti-brand-twitter-filled:before {
|
|
3230
|
+
content: "\f7eb";
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3137
3233
|
.ti-brand-typescript:before {
|
|
3138
3234
|
content: "\f5f1";
|
|
3139
3235
|
}
|
|
@@ -6358,10 +6454,30 @@
|
|
|
6358
6454
|
content: "\ee88";
|
|
6359
6455
|
}
|
|
6360
6456
|
|
|
6457
|
+
.ti-eye-closed:before {
|
|
6458
|
+
content: "\f7ec";
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
.ti-eye-cog:before {
|
|
6462
|
+
content: "\f7ed";
|
|
6463
|
+
}
|
|
6464
|
+
|
|
6465
|
+
.ti-eye-edit:before {
|
|
6466
|
+
content: "\f7ee";
|
|
6467
|
+
}
|
|
6468
|
+
|
|
6469
|
+
.ti-eye-exclamation:before {
|
|
6470
|
+
content: "\f7ef";
|
|
6471
|
+
}
|
|
6472
|
+
|
|
6361
6473
|
.ti-eye-filled:before {
|
|
6362
6474
|
content: "\f679";
|
|
6363
6475
|
}
|
|
6364
6476
|
|
|
6477
|
+
.ti-eye-heart:before {
|
|
6478
|
+
content: "\f7f0";
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6365
6481
|
.ti-eye-off:before {
|
|
6366
6482
|
content: "\ecf0";
|
|
6367
6483
|
}
|
|
@@ -6370,6 +6486,10 @@
|
|
|
6370
6486
|
content: "\ef5e";
|
|
6371
6487
|
}
|
|
6372
6488
|
|
|
6489
|
+
.ti-eye-x:before {
|
|
6490
|
+
content: "\f7f1";
|
|
6491
|
+
}
|
|
6492
|
+
|
|
6373
6493
|
.ti-eyeglass:before {
|
|
6374
6494
|
content: "\ee8a";
|
|
6375
6495
|
}
|
|
@@ -9222,6 +9342,10 @@
|
|
|
9222
9342
|
content: "\eaf3";
|
|
9223
9343
|
}
|
|
9224
9344
|
|
|
9345
|
+
.ti-mood-confuzed-filled:before {
|
|
9346
|
+
content: "\f7f2";
|
|
9347
|
+
}
|
|
9348
|
+
|
|
9225
9349
|
.ti-mood-crazy-happy:before {
|
|
9226
9350
|
content: "\ed90";
|
|
9227
9351
|
}
|
|
@@ -9238,10 +9362,18 @@
|
|
|
9238
9362
|
content: "\eeb5";
|
|
9239
9363
|
}
|
|
9240
9364
|
|
|
9365
|
+
.ti-mood-empty-filled:before {
|
|
9366
|
+
content: "\f7f3";
|
|
9367
|
+
}
|
|
9368
|
+
|
|
9241
9369
|
.ti-mood-happy:before {
|
|
9242
9370
|
content: "\eaf4";
|
|
9243
9371
|
}
|
|
9244
9372
|
|
|
9373
|
+
.ti-mood-happy-filled:before {
|
|
9374
|
+
content: "\f7f4";
|
|
9375
|
+
}
|
|
9376
|
+
|
|
9245
9377
|
.ti-mood-heart:before {
|
|
9246
9378
|
content: "\f7b6";
|
|
9247
9379
|
}
|
|
@@ -9250,6 +9382,10 @@
|
|
|
9250
9382
|
content: "\ec03";
|
|
9251
9383
|
}
|
|
9252
9384
|
|
|
9385
|
+
.ti-mood-kid-filled:before {
|
|
9386
|
+
content: "\f7f5";
|
|
9387
|
+
}
|
|
9388
|
+
|
|
9253
9389
|
.ti-mood-look-left:before {
|
|
9254
9390
|
content: "\f2c5";
|
|
9255
9391
|
}
|
|
@@ -9274,6 +9410,10 @@
|
|
|
9274
9410
|
content: "\eaf5";
|
|
9275
9411
|
}
|
|
9276
9412
|
|
|
9413
|
+
.ti-mood-neutral-filled:before {
|
|
9414
|
+
content: "\f7f6";
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9277
9417
|
.ti-mood-off:before {
|
|
9278
9418
|
content: "\f161";
|
|
9279
9419
|
}
|
|
@@ -9298,6 +9438,10 @@
|
|
|
9298
9438
|
content: "\f2e3";
|
|
9299
9439
|
}
|
|
9300
9440
|
|
|
9441
|
+
.ti-mood-sad-filled:before {
|
|
9442
|
+
content: "\f7f7";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9301
9445
|
.ti-mood-sad-squint:before {
|
|
9302
9446
|
content: "\f2e4";
|
|
9303
9447
|
}
|
|
@@ -9330,6 +9474,10 @@
|
|
|
9330
9474
|
content: "\f2e8";
|
|
9331
9475
|
}
|
|
9332
9476
|
|
|
9477
|
+
.ti-mood-smile-filled:before {
|
|
9478
|
+
content: "\f7f8";
|
|
9479
|
+
}
|
|
9480
|
+
|
|
9333
9481
|
.ti-mood-suprised:before {
|
|
9334
9482
|
content: "\ec04";
|
|
9335
9483
|
}
|
|
@@ -9462,6 +9610,10 @@
|
|
|
9462
9610
|
content: "\ef14";
|
|
9463
9611
|
}
|
|
9464
9612
|
|
|
9613
|
+
.ti-mushroom-filled:before {
|
|
9614
|
+
content: "\f7f9";
|
|
9615
|
+
}
|
|
9616
|
+
|
|
9465
9617
|
.ti-mushroom-off:before {
|
|
9466
9618
|
content: "\f412";
|
|
9467
9619
|
}
|
|
@@ -11566,6 +11718,10 @@
|
|
|
11566
11718
|
content: "\f765";
|
|
11567
11719
|
}
|
|
11568
11720
|
|
|
11721
|
+
.ti-square-2-filled:before {
|
|
11722
|
+
content: "\f7fa";
|
|
11723
|
+
}
|
|
11724
|
+
|
|
11569
11725
|
.ti-square-3-filled:before {
|
|
11570
11726
|
content: "\f766";
|
|
11571
11727
|
}
|