@tabler/icons-webfont 2.17.0 → 2.19.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 +7 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +3 -2
- package/tabler-icons.min.css.map +7 -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.19.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.19.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.19.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.19.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.19.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.19.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.19.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -622,6 +622,10 @@
|
|
|
622
622
|
content: "\ea0b";
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
+
.ti-archive-filled:before {
|
|
626
|
+
content: "\fa82";
|
|
627
|
+
}
|
|
628
|
+
|
|
625
629
|
.ti-archive-off:before {
|
|
626
630
|
content: "\f0ad";
|
|
627
631
|
}
|
|
@@ -1358,6 +1362,10 @@
|
|
|
1358
1362
|
content: "\ea2a";
|
|
1359
1363
|
}
|
|
1360
1364
|
|
|
1365
|
+
.ti-artboard-filled:before {
|
|
1366
|
+
content: "\fa83";
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1361
1369
|
.ti-artboard-off:before {
|
|
1362
1370
|
content: "\f0ae";
|
|
1363
1371
|
}
|
|
@@ -1610,6 +1618,10 @@
|
|
|
1610
1618
|
content: "\ef3a";
|
|
1611
1619
|
}
|
|
1612
1620
|
|
|
1621
|
+
.ti-balloon-filled:before {
|
|
1622
|
+
content: "\fa84";
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1613
1625
|
.ti-balloon-off:before {
|
|
1614
1626
|
content: "\f0fd";
|
|
1615
1627
|
}
|
|
@@ -1618,6 +1630,10 @@
|
|
|
1618
1630
|
content: "\f06e";
|
|
1619
1631
|
}
|
|
1620
1632
|
|
|
1633
|
+
.ti-ballpen-filled:before {
|
|
1634
|
+
content: "\fa85";
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1621
1637
|
.ti-ballpen-off:before {
|
|
1622
1638
|
content: "\f0b1";
|
|
1623
1639
|
}
|
|
@@ -2050,6 +2066,10 @@
|
|
|
2050
2066
|
content: "\f59c";
|
|
2051
2067
|
}
|
|
2052
2068
|
|
|
2069
|
+
.ti-bomb-filled:before {
|
|
2070
|
+
content: "\fa86";
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2053
2073
|
.ti-bone:before {
|
|
2054
2074
|
content: "\edb8";
|
|
2055
2075
|
}
|
|
@@ -2078,6 +2098,10 @@
|
|
|
2078
2098
|
content: "\f070";
|
|
2079
2099
|
}
|
|
2080
2100
|
|
|
2101
|
+
.ti-book-filled:before {
|
|
2102
|
+
content: "\fa87";
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2081
2105
|
.ti-book-off:before {
|
|
2082
2106
|
content: "\f0bc";
|
|
2083
2107
|
}
|
|
@@ -2094,6 +2118,10 @@
|
|
|
2094
2118
|
content: "\fa5e";
|
|
2095
2119
|
}
|
|
2096
2120
|
|
|
2121
|
+
.ti-bookmark-filled:before {
|
|
2122
|
+
content: "\fa88";
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2097
2125
|
.ti-bookmark-minus:before {
|
|
2098
2126
|
content: "\fa5f";
|
|
2099
2127
|
}
|
|
@@ -2190,6 +2218,10 @@
|
|
|
2190
2218
|
content: "\ef0b";
|
|
2191
2219
|
}
|
|
2192
2220
|
|
|
2221
|
+
.ti-bottle-filled:before {
|
|
2222
|
+
content: "\fa89";
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2193
2225
|
.ti-bottle-off:before {
|
|
2194
2226
|
content: "\f3c8";
|
|
2195
2227
|
}
|
|
@@ -2218,34 +2250,66 @@
|
|
|
2218
2250
|
content: "\f2a8";
|
|
2219
2251
|
}
|
|
2220
2252
|
|
|
2253
|
+
.ti-box-align-bottom-filled:before {
|
|
2254
|
+
content: "\fa8a";
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2221
2257
|
.ti-box-align-bottom-left:before {
|
|
2222
2258
|
content: "\f2ce";
|
|
2223
2259
|
}
|
|
2224
2260
|
|
|
2261
|
+
.ti-box-align-bottom-left-filled:before {
|
|
2262
|
+
content: "\fa8b";
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2225
2265
|
.ti-box-align-bottom-right:before {
|
|
2226
2266
|
content: "\f2cf";
|
|
2227
2267
|
}
|
|
2228
2268
|
|
|
2269
|
+
.ti-box-align-bottom-right-filled:before {
|
|
2270
|
+
content: "\fa8c";
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2229
2273
|
.ti-box-align-left:before {
|
|
2230
2274
|
content: "\f2a9";
|
|
2231
2275
|
}
|
|
2232
2276
|
|
|
2277
|
+
.ti-box-align-left-filled:before {
|
|
2278
|
+
content: "\fa8d";
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2233
2281
|
.ti-box-align-right:before {
|
|
2234
2282
|
content: "\f2aa";
|
|
2235
2283
|
}
|
|
2236
2284
|
|
|
2285
|
+
.ti-box-align-right-filled:before {
|
|
2286
|
+
content: "\fa8e";
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2237
2289
|
.ti-box-align-top:before {
|
|
2238
2290
|
content: "\f2ab";
|
|
2239
2291
|
}
|
|
2240
2292
|
|
|
2293
|
+
.ti-box-align-top-filled:before {
|
|
2294
|
+
content: "\fa8f";
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2241
2297
|
.ti-box-align-top-left:before {
|
|
2242
2298
|
content: "\f2d0";
|
|
2243
2299
|
}
|
|
2244
2300
|
|
|
2301
|
+
.ti-box-align-top-left-filled:before {
|
|
2302
|
+
content: "\fa90";
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2245
2305
|
.ti-box-align-top-right:before {
|
|
2246
2306
|
content: "\f2d1";
|
|
2247
2307
|
}
|
|
2248
2308
|
|
|
2309
|
+
.ti-box-align-top-right-filled:before {
|
|
2310
|
+
content: "\fa91";
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2249
2313
|
.ti-box-margin:before {
|
|
2250
2314
|
content: "\ee0b";
|
|
2251
2315
|
}
|
|
@@ -2418,6 +2482,10 @@
|
|
|
2418
2482
|
content: "\ef6b";
|
|
2419
2483
|
}
|
|
2420
2484
|
|
|
2485
|
+
.ti-brand-ansible:before {
|
|
2486
|
+
content: "\fa70";
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2421
2489
|
.ti-brand-ao3:before {
|
|
2422
2490
|
content: "\f5e8";
|
|
2423
2491
|
}
|
|
@@ -2558,6 +2626,10 @@
|
|
|
2558
2626
|
content: "\ec18";
|
|
2559
2627
|
}
|
|
2560
2628
|
|
|
2629
|
+
.ti-brand-cinema-4d:before {
|
|
2630
|
+
content: "\fa71";
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2561
2633
|
.ti-brand-citymapper:before {
|
|
2562
2634
|
content: "\f5fc";
|
|
2563
2635
|
}
|
|
@@ -2606,6 +2678,10 @@
|
|
|
2606
2678
|
content: "\f5fe";
|
|
2607
2679
|
}
|
|
2608
2680
|
|
|
2681
|
+
.ti-brand-craft:before {
|
|
2682
|
+
content: "\fa72";
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2609
2685
|
.ti-brand-crunchbase:before {
|
|
2610
2686
|
content: "\f7e3";
|
|
2611
2687
|
}
|
|
@@ -2666,6 +2742,10 @@
|
|
|
2666
2742
|
content: "\ecfb";
|
|
2667
2743
|
}
|
|
2668
2744
|
|
|
2745
|
+
.ti-brand-digg:before {
|
|
2746
|
+
content: "\fa73";
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2669
2749
|
.ti-brand-dingtalk:before {
|
|
2670
2750
|
content: "\f5ea";
|
|
2671
2751
|
}
|
|
@@ -2730,6 +2810,10 @@
|
|
|
2730
2810
|
content: "\f611";
|
|
2731
2811
|
}
|
|
2732
2812
|
|
|
2813
|
+
.ti-brand-electronic-arts:before {
|
|
2814
|
+
content: "\fa74";
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2733
2817
|
.ti-brand-ember:before {
|
|
2734
2818
|
content: "\f497";
|
|
2735
2819
|
}
|
|
@@ -2754,10 +2838,18 @@
|
|
|
2754
2838
|
content: "\f7e6";
|
|
2755
2839
|
}
|
|
2756
2840
|
|
|
2841
|
+
.ti-brand-feedly:before {
|
|
2842
|
+
content: "\fa75";
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2757
2845
|
.ti-brand-figma:before {
|
|
2758
2846
|
content: "\ec93";
|
|
2759
2847
|
}
|
|
2760
2848
|
|
|
2849
|
+
.ti-brand-filezilla:before {
|
|
2850
|
+
content: "\fa76";
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2761
2853
|
.ti-brand-finder:before {
|
|
2762
2854
|
content: "\f218";
|
|
2763
2855
|
}
|
|
@@ -3338,6 +3430,10 @@
|
|
|
3338
3430
|
content: "\f4fc";
|
|
3339
3431
|
}
|
|
3340
3432
|
|
|
3433
|
+
.ti-brand-speedtest:before {
|
|
3434
|
+
content: "\fa77";
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3341
3437
|
.ti-brand-spotify:before {
|
|
3342
3438
|
content: "\ed03";
|
|
3343
3439
|
}
|
|
@@ -3558,6 +3654,10 @@
|
|
|
3558
3654
|
content: "\ed72";
|
|
3559
3655
|
}
|
|
3560
3656
|
|
|
3657
|
+
.ti-brand-vlc:before {
|
|
3658
|
+
content: "\fa78";
|
|
3659
|
+
}
|
|
3660
|
+
|
|
3561
3661
|
.ti-brand-volkswagen:before {
|
|
3562
3662
|
content: "\f50e";
|
|
3563
3663
|
}
|
|
@@ -3598,6 +3698,10 @@
|
|
|
3598
3698
|
content: "\ec74";
|
|
3599
3699
|
}
|
|
3600
3700
|
|
|
3701
|
+
.ti-brand-wikipedia:before {
|
|
3702
|
+
content: "\fa79";
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3601
3705
|
.ti-brand-windows:before {
|
|
3602
3706
|
content: "\ecd8";
|
|
3603
3707
|
}
|
|
@@ -3618,6 +3722,10 @@
|
|
|
3618
3722
|
content: "\f2d3";
|
|
3619
3723
|
}
|
|
3620
3724
|
|
|
3725
|
+
.ti-brand-xamarin:before {
|
|
3726
|
+
content: "\fa7a";
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3621
3729
|
.ti-brand-xbox:before {
|
|
3622
3730
|
content: "\f298";
|
|
3623
3731
|
}
|
|
@@ -4226,10 +4334,18 @@
|
|
|
4226
4334
|
content: "\f659";
|
|
4227
4335
|
}
|
|
4228
4336
|
|
|
4337
|
+
.ti-carousel-horizontal-filled:before {
|
|
4338
|
+
content: "\fa92";
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4229
4341
|
.ti-carousel-vertical:before {
|
|
4230
4342
|
content: "\f65a";
|
|
4231
4343
|
}
|
|
4232
4344
|
|
|
4345
|
+
.ti-carousel-vertical-filled:before {
|
|
4346
|
+
content: "\fa93";
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4233
4349
|
.ti-carrot:before {
|
|
4234
4350
|
content: "\f21c";
|
|
4235
4351
|
}
|
|
@@ -8886,6 +9002,10 @@
|
|
|
8886
9002
|
content: "\efaa";
|
|
8887
9003
|
}
|
|
8888
9004
|
|
|
9005
|
+
.ti-hdr:before {
|
|
9006
|
+
content: "\fa7b";
|
|
9007
|
+
}
|
|
9008
|
+
|
|
8889
9009
|
.ti-heading:before {
|
|
8890
9010
|
content: "\ee9b";
|
|
8891
9011
|
}
|
|
@@ -9666,6 +9786,10 @@
|
|
|
9666
9786
|
content: "\f2a2";
|
|
9667
9787
|
}
|
|
9668
9788
|
|
|
9789
|
+
.ti-ironing:before {
|
|
9790
|
+
content: "\fa7c";
|
|
9791
|
+
}
|
|
9792
|
+
|
|
9669
9793
|
.ti-ironing-1:before {
|
|
9670
9794
|
content: "\f2f4";
|
|
9671
9795
|
}
|
|
@@ -9942,6 +10066,10 @@
|
|
|
9942
10066
|
content: "\edb9";
|
|
9943
10067
|
}
|
|
9944
10068
|
|
|
10069
|
+
.ti-layout-grid-remove:before {
|
|
10070
|
+
content: "\fa7d";
|
|
10071
|
+
}
|
|
10072
|
+
|
|
9945
10073
|
.ti-layout-kanban:before {
|
|
9946
10074
|
content: "\ec3f";
|
|
9947
10075
|
}
|
|
@@ -10406,6 +10534,10 @@
|
|
|
10406
10534
|
content: "\eba8";
|
|
10407
10535
|
}
|
|
10408
10536
|
|
|
10537
|
+
.ti-logout-2:before {
|
|
10538
|
+
content: "\fa7e";
|
|
10539
|
+
}
|
|
10540
|
+
|
|
10409
10541
|
.ti-lollipop:before {
|
|
10410
10542
|
content: "\efcc";
|
|
10411
10543
|
}
|
|
@@ -16090,6 +16222,10 @@
|
|
|
16090
16222
|
content: "\f2ff";
|
|
16091
16223
|
}
|
|
16092
16224
|
|
|
16225
|
+
.ti-wash-dry-flat:before {
|
|
16226
|
+
content: "\fa7f";
|
|
16227
|
+
}
|
|
16228
|
+
|
|
16093
16229
|
.ti-wash-dry-hang:before {
|
|
16094
16230
|
content: "\f300";
|
|
16095
16231
|
}
|
|
@@ -16118,10 +16254,18 @@
|
|
|
16118
16254
|
content: "\f323";
|
|
16119
16255
|
}
|
|
16120
16256
|
|
|
16257
|
+
.ti-wash-eco:before {
|
|
16258
|
+
content: "\fa80";
|
|
16259
|
+
}
|
|
16260
|
+
|
|
16121
16261
|
.ti-wash-gentle:before {
|
|
16122
16262
|
content: "\f306";
|
|
16123
16263
|
}
|
|
16124
16264
|
|
|
16265
|
+
.ti-wash-hand:before {
|
|
16266
|
+
content: "\fa81";
|
|
16267
|
+
}
|
|
16268
|
+
|
|
16125
16269
|
.ti-wash-machine:before {
|
|
16126
16270
|
content: "\f25e";
|
|
16127
16271
|
}
|