@tabler/icons-webfont 2.13.1 → 2.14.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.14.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.14.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.14.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.14.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.14.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.14.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.14.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2894,6 +2894,10 @@
|
|
|
2894
2894
|
content: "\f1cf";
|
|
2895
2895
|
}
|
|
2896
2896
|
|
|
2897
|
+
.ti-brand-itch:before {
|
|
2898
|
+
content: "\fa22";
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2897
2901
|
.ti-brand-javascript:before {
|
|
2898
2902
|
content: "\ef0c";
|
|
2899
2903
|
}
|
|
@@ -2902,6 +2906,10 @@
|
|
|
2902
2906
|
content: "\f7b0";
|
|
2903
2907
|
}
|
|
2904
2908
|
|
|
2909
|
+
.ti-brand-kick:before {
|
|
2910
|
+
content: "\fa23";
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2905
2913
|
.ti-brand-kickstarter:before {
|
|
2906
2914
|
content: "\edce";
|
|
2907
2915
|
}
|
|
@@ -2918,6 +2926,10 @@
|
|
|
2918
2926
|
content: "\f001";
|
|
2919
2927
|
}
|
|
2920
2928
|
|
|
2929
|
+
.ti-brand-letterboxd:before {
|
|
2930
|
+
content: "\fa24";
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2921
2933
|
.ti-brand-line:before {
|
|
2922
2934
|
content: "\f7e8";
|
|
2923
2935
|
}
|
|
@@ -4042,6 +4054,10 @@
|
|
|
4042
4054
|
content: "\f843";
|
|
4043
4055
|
}
|
|
4044
4056
|
|
|
4057
|
+
.ti-camper:before {
|
|
4058
|
+
content: "\fa25";
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4045
4061
|
.ti-campfire:before {
|
|
4046
4062
|
content: "\f5a7";
|
|
4047
4063
|
}
|
|
@@ -6198,6 +6214,10 @@
|
|
|
6198
6214
|
content: "\fa1b";
|
|
6199
6215
|
}
|
|
6200
6216
|
|
|
6217
|
+
.ti-decimal:before {
|
|
6218
|
+
content: "\fa26";
|
|
6219
|
+
}
|
|
6220
|
+
|
|
6201
6221
|
.ti-deer:before {
|
|
6202
6222
|
content: "\f4c5";
|
|
6203
6223
|
}
|
|
@@ -7930,6 +7950,10 @@
|
|
|
7930
7950
|
content: "\eaa2";
|
|
7931
7951
|
}
|
|
7932
7952
|
|
|
7953
|
+
.ti-file-text-ai:before {
|
|
7954
|
+
content: "\fa27";
|
|
7955
|
+
}
|
|
7956
|
+
|
|
7933
7957
|
.ti-file-time:before {
|
|
7934
7958
|
content: "\f040";
|
|
7935
7959
|
}
|
|
@@ -9262,6 +9286,42 @@
|
|
|
9262
9286
|
content: "\f7b1";
|
|
9263
9287
|
}
|
|
9264
9288
|
|
|
9289
|
+
.ti-http-connect:before {
|
|
9290
|
+
content: "\fa28";
|
|
9291
|
+
}
|
|
9292
|
+
|
|
9293
|
+
.ti-http-delete:before {
|
|
9294
|
+
content: "\fa29";
|
|
9295
|
+
}
|
|
9296
|
+
|
|
9297
|
+
.ti-http-get:before {
|
|
9298
|
+
content: "\fa2a";
|
|
9299
|
+
}
|
|
9300
|
+
|
|
9301
|
+
.ti-http-head:before {
|
|
9302
|
+
content: "\fa2b";
|
|
9303
|
+
}
|
|
9304
|
+
|
|
9305
|
+
.ti-http-options:before {
|
|
9306
|
+
content: "\fa2c";
|
|
9307
|
+
}
|
|
9308
|
+
|
|
9309
|
+
.ti-http-path:before {
|
|
9310
|
+
content: "\fa2d";
|
|
9311
|
+
}
|
|
9312
|
+
|
|
9313
|
+
.ti-http-post:before {
|
|
9314
|
+
content: "\fa2e";
|
|
9315
|
+
}
|
|
9316
|
+
|
|
9317
|
+
.ti-http-put:before {
|
|
9318
|
+
content: "\fa2f";
|
|
9319
|
+
}
|
|
9320
|
+
|
|
9321
|
+
.ti-http-trace:before {
|
|
9322
|
+
content: "\fa30";
|
|
9323
|
+
}
|
|
9324
|
+
|
|
9265
9325
|
.ti-ice-cream:before {
|
|
9266
9326
|
content: "\eac2";
|
|
9267
9327
|
}
|
|
@@ -10214,6 +10274,10 @@
|
|
|
10214
10274
|
content: "\eae5";
|
|
10215
10275
|
}
|
|
10216
10276
|
|
|
10277
|
+
.ti-mail-ai:before {
|
|
10278
|
+
content: "\fa31";
|
|
10279
|
+
}
|
|
10280
|
+
|
|
10217
10281
|
.ti-mail-bolt:before {
|
|
10218
10282
|
content: "\f937";
|
|
10219
10283
|
}
|
|
@@ -11822,6 +11886,10 @@
|
|
|
11822
11886
|
content: "\eb0a";
|
|
11823
11887
|
}
|
|
11824
11888
|
|
|
11889
|
+
.ti-photo-ai:before {
|
|
11890
|
+
content: "\fa32";
|
|
11891
|
+
}
|
|
11892
|
+
|
|
11825
11893
|
.ti-photo-bolt:before {
|
|
11826
11894
|
content: "\f990";
|
|
11827
11895
|
}
|
|
@@ -16118,6 +16186,10 @@
|
|
|
16118
16186
|
content: "\f2b9";
|
|
16119
16187
|
}
|
|
16120
16188
|
|
|
16189
|
+
.ti-xd:before {
|
|
16190
|
+
content: "\fa33";
|
|
16191
|
+
}
|
|
16192
|
+
|
|
16121
16193
|
.ti-yin-yang:before {
|
|
16122
16194
|
content: "\ec35";
|
|
16123
16195
|
}
|