@tabler/icons-webfont 2.17.0 → 2.18.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 +7 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +3 -2
- package/tabler-icons.min.css.map +7 -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.18.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.18.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.18.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.18.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.18.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.18.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.18.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2418,6 +2418,10 @@
|
|
|
2418
2418
|
content: "\ef6b";
|
|
2419
2419
|
}
|
|
2420
2420
|
|
|
2421
|
+
.ti-brand-ansible:before {
|
|
2422
|
+
content: "\fa70";
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2421
2425
|
.ti-brand-ao3:before {
|
|
2422
2426
|
content: "\f5e8";
|
|
2423
2427
|
}
|
|
@@ -2558,6 +2562,10 @@
|
|
|
2558
2562
|
content: "\ec18";
|
|
2559
2563
|
}
|
|
2560
2564
|
|
|
2565
|
+
.ti-brand-cinema-4d:before {
|
|
2566
|
+
content: "\fa71";
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2561
2569
|
.ti-brand-citymapper:before {
|
|
2562
2570
|
content: "\f5fc";
|
|
2563
2571
|
}
|
|
@@ -2606,6 +2614,10 @@
|
|
|
2606
2614
|
content: "\f5fe";
|
|
2607
2615
|
}
|
|
2608
2616
|
|
|
2617
|
+
.ti-brand-craft:before {
|
|
2618
|
+
content: "\fa72";
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2609
2621
|
.ti-brand-crunchbase:before {
|
|
2610
2622
|
content: "\f7e3";
|
|
2611
2623
|
}
|
|
@@ -2666,6 +2678,10 @@
|
|
|
2666
2678
|
content: "\ecfb";
|
|
2667
2679
|
}
|
|
2668
2680
|
|
|
2681
|
+
.ti-brand-digg:before {
|
|
2682
|
+
content: "\fa73";
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2669
2685
|
.ti-brand-dingtalk:before {
|
|
2670
2686
|
content: "\f5ea";
|
|
2671
2687
|
}
|
|
@@ -2730,6 +2746,10 @@
|
|
|
2730
2746
|
content: "\f611";
|
|
2731
2747
|
}
|
|
2732
2748
|
|
|
2749
|
+
.ti-brand-electronic-arts:before {
|
|
2750
|
+
content: "\fa74";
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2733
2753
|
.ti-brand-ember:before {
|
|
2734
2754
|
content: "\f497";
|
|
2735
2755
|
}
|
|
@@ -2754,10 +2774,18 @@
|
|
|
2754
2774
|
content: "\f7e6";
|
|
2755
2775
|
}
|
|
2756
2776
|
|
|
2777
|
+
.ti-brand-feedly:before {
|
|
2778
|
+
content: "\fa75";
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2757
2781
|
.ti-brand-figma:before {
|
|
2758
2782
|
content: "\ec93";
|
|
2759
2783
|
}
|
|
2760
2784
|
|
|
2785
|
+
.ti-brand-filezilla:before {
|
|
2786
|
+
content: "\fa76";
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2761
2789
|
.ti-brand-finder:before {
|
|
2762
2790
|
content: "\f218";
|
|
2763
2791
|
}
|
|
@@ -3338,6 +3366,10 @@
|
|
|
3338
3366
|
content: "\f4fc";
|
|
3339
3367
|
}
|
|
3340
3368
|
|
|
3369
|
+
.ti-brand-speedtest:before {
|
|
3370
|
+
content: "\fa77";
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3341
3373
|
.ti-brand-spotify:before {
|
|
3342
3374
|
content: "\ed03";
|
|
3343
3375
|
}
|
|
@@ -3558,6 +3590,10 @@
|
|
|
3558
3590
|
content: "\ed72";
|
|
3559
3591
|
}
|
|
3560
3592
|
|
|
3593
|
+
.ti-brand-vlc:before {
|
|
3594
|
+
content: "\fa78";
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3561
3597
|
.ti-brand-volkswagen:before {
|
|
3562
3598
|
content: "\f50e";
|
|
3563
3599
|
}
|
|
@@ -3598,6 +3634,10 @@
|
|
|
3598
3634
|
content: "\ec74";
|
|
3599
3635
|
}
|
|
3600
3636
|
|
|
3637
|
+
.ti-brand-wikipedia:before {
|
|
3638
|
+
content: "\fa79";
|
|
3639
|
+
}
|
|
3640
|
+
|
|
3601
3641
|
.ti-brand-windows:before {
|
|
3602
3642
|
content: "\ecd8";
|
|
3603
3643
|
}
|
|
@@ -3618,6 +3658,10 @@
|
|
|
3618
3658
|
content: "\f2d3";
|
|
3619
3659
|
}
|
|
3620
3660
|
|
|
3661
|
+
.ti-brand-xamarin:before {
|
|
3662
|
+
content: "\fa7a";
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3621
3665
|
.ti-brand-xbox:before {
|
|
3622
3666
|
content: "\f298";
|
|
3623
3667
|
}
|
|
@@ -8886,6 +8930,10 @@
|
|
|
8886
8930
|
content: "\efaa";
|
|
8887
8931
|
}
|
|
8888
8932
|
|
|
8933
|
+
.ti-hdr:before {
|
|
8934
|
+
content: "\fa7b";
|
|
8935
|
+
}
|
|
8936
|
+
|
|
8889
8937
|
.ti-heading:before {
|
|
8890
8938
|
content: "\ee9b";
|
|
8891
8939
|
}
|
|
@@ -9666,6 +9714,10 @@
|
|
|
9666
9714
|
content: "\f2a2";
|
|
9667
9715
|
}
|
|
9668
9716
|
|
|
9717
|
+
.ti-ironing:before {
|
|
9718
|
+
content: "\fa7c";
|
|
9719
|
+
}
|
|
9720
|
+
|
|
9669
9721
|
.ti-ironing-1:before {
|
|
9670
9722
|
content: "\f2f4";
|
|
9671
9723
|
}
|
|
@@ -9942,6 +9994,10 @@
|
|
|
9942
9994
|
content: "\edb9";
|
|
9943
9995
|
}
|
|
9944
9996
|
|
|
9997
|
+
.ti-layout-grid-remove:before {
|
|
9998
|
+
content: "\fa7d";
|
|
9999
|
+
}
|
|
10000
|
+
|
|
9945
10001
|
.ti-layout-kanban:before {
|
|
9946
10002
|
content: "\ec3f";
|
|
9947
10003
|
}
|
|
@@ -10406,6 +10462,10 @@
|
|
|
10406
10462
|
content: "\eba8";
|
|
10407
10463
|
}
|
|
10408
10464
|
|
|
10465
|
+
.ti-logout-2:before {
|
|
10466
|
+
content: "\fa7e";
|
|
10467
|
+
}
|
|
10468
|
+
|
|
10409
10469
|
.ti-lollipop:before {
|
|
10410
10470
|
content: "\efcc";
|
|
10411
10471
|
}
|
|
@@ -16090,6 +16150,10 @@
|
|
|
16090
16150
|
content: "\f2ff";
|
|
16091
16151
|
}
|
|
16092
16152
|
|
|
16153
|
+
.ti-wash-dry-flat:before {
|
|
16154
|
+
content: "\fa7f";
|
|
16155
|
+
}
|
|
16156
|
+
|
|
16093
16157
|
.ti-wash-dry-hang:before {
|
|
16094
16158
|
content: "\f300";
|
|
16095
16159
|
}
|
|
@@ -16118,10 +16182,18 @@
|
|
|
16118
16182
|
content: "\f323";
|
|
16119
16183
|
}
|
|
16120
16184
|
|
|
16185
|
+
.ti-wash-eco:before {
|
|
16186
|
+
content: "\fa80";
|
|
16187
|
+
}
|
|
16188
|
+
|
|
16121
16189
|
.ti-wash-gentle:before {
|
|
16122
16190
|
content: "\f306";
|
|
16123
16191
|
}
|
|
16124
16192
|
|
|
16193
|
+
.ti-wash-hand:before {
|
|
16194
|
+
content: "\fa81";
|
|
16195
|
+
}
|
|
16196
|
+
|
|
16125
16197
|
.ti-wash-machine:before {
|
|
16126
16198
|
content: "\f25e";
|
|
16127
16199
|
}
|