@tabler/icons-webfont 2.22.0 → 2.23.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.23.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.23.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.23.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.23.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.23.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.23.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.23.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -742,6 +742,10 @@
|
|
|
742
742
|
content: "\f7d9";
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
+
.ti-arrow-bar-both:before {
|
|
746
|
+
content: "\fadd";
|
|
747
|
+
}
|
|
748
|
+
|
|
745
749
|
.ti-arrow-bar-down:before {
|
|
746
750
|
content: "\ea0d";
|
|
747
751
|
}
|
|
@@ -890,6 +894,10 @@
|
|
|
890
894
|
content: "\f3a4";
|
|
891
895
|
}
|
|
892
896
|
|
|
897
|
+
.ti-arrow-capsule:before {
|
|
898
|
+
content: "\fade";
|
|
899
|
+
}
|
|
900
|
+
|
|
893
901
|
.ti-arrow-curve-left:before {
|
|
894
902
|
content: "\f048";
|
|
895
903
|
}
|
|
@@ -3162,6 +3170,10 @@
|
|
|
3162
3170
|
content: "\efb0";
|
|
3163
3171
|
}
|
|
3164
3172
|
|
|
3173
|
+
.ti-brand-microsoft-teams:before {
|
|
3174
|
+
content: "\fadf";
|
|
3175
|
+
}
|
|
3176
|
+
|
|
3165
3177
|
.ti-brand-miniprogram:before {
|
|
3166
3178
|
content: "\f602";
|
|
3167
3179
|
}
|
|
@@ -3218,6 +3230,10 @@
|
|
|
3218
3230
|
content: "\f0dd";
|
|
3219
3231
|
}
|
|
3220
3232
|
|
|
3233
|
+
.ti-brand-nodejs:before {
|
|
3234
|
+
content: "\fae0";
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3221
3237
|
.ti-brand-nord-vpn:before {
|
|
3222
3238
|
content: "\f37f";
|
|
3223
3239
|
}
|
|
@@ -3770,6 +3786,10 @@
|
|
|
3770
3786
|
content: "\ed73";
|
|
3771
3787
|
}
|
|
3772
3788
|
|
|
3789
|
+
.ti-brand-yandex:before {
|
|
3790
|
+
content: "\fae1";
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3773
3793
|
.ti-brand-yatse:before {
|
|
3774
3794
|
content: "\f213";
|
|
3775
3795
|
}
|
|
@@ -4306,6 +4326,14 @@
|
|
|
4306
4326
|
content: "\f4c1";
|
|
4307
4327
|
}
|
|
4308
4328
|
|
|
4329
|
+
.ti-capsule:before {
|
|
4330
|
+
content: "\fae3";
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.ti-capsule-horizontal:before {
|
|
4334
|
+
content: "\fae2";
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4309
4337
|
.ti-capture:before {
|
|
4310
4338
|
content: "\ec3c";
|
|
4311
4339
|
}
|
|
@@ -4746,10 +4774,18 @@
|
|
|
4746
4774
|
content: "\ea60";
|
|
4747
4775
|
}
|
|
4748
4776
|
|
|
4777
|
+
.ti-chevron-left-pipe:before {
|
|
4778
|
+
content: "\fae4";
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4749
4781
|
.ti-chevron-right:before {
|
|
4750
4782
|
content: "\ea61";
|
|
4751
4783
|
}
|
|
4752
4784
|
|
|
4785
|
+
.ti-chevron-right-pipe:before {
|
|
4786
|
+
content: "\fae5";
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4753
4789
|
.ti-chevron-up:before {
|
|
4754
4790
|
content: "\ea62";
|
|
4755
4791
|
}
|
|
@@ -6518,6 +6554,10 @@
|
|
|
6518
6554
|
content: "\f646";
|
|
6519
6555
|
}
|
|
6520
6556
|
|
|
6557
|
+
.ti-device-airtag:before {
|
|
6558
|
+
content: "\fae6";
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6521
6561
|
.ti-device-analytics:before {
|
|
6522
6562
|
content: "\ee72";
|
|
6523
6563
|
}
|
|
@@ -7162,6 +7202,10 @@
|
|
|
7162
7202
|
content: "\f1d3";
|
|
7163
7203
|
}
|
|
7164
7204
|
|
|
7205
|
+
.ti-device-vision-pro:before {
|
|
7206
|
+
content: "\fae7";
|
|
7207
|
+
}
|
|
7208
|
+
|
|
7165
7209
|
.ti-device-watch:before {
|
|
7166
7210
|
content: "\ebf9";
|
|
7167
7211
|
}
|
|
@@ -11142,6 +11186,10 @@
|
|
|
11142
11186
|
content: "\ec2f";
|
|
11143
11187
|
}
|
|
11144
11188
|
|
|
11189
|
+
.ti-medical-cross-circle:before {
|
|
11190
|
+
content: "\fae8";
|
|
11191
|
+
}
|
|
11192
|
+
|
|
11145
11193
|
.ti-medical-cross-filled:before {
|
|
11146
11194
|
content: "\f681";
|
|
11147
11195
|
}
|
|
@@ -11470,6 +11518,18 @@
|
|
|
11470
11518
|
content: "\f40c";
|
|
11471
11519
|
}
|
|
11472
11520
|
|
|
11521
|
+
.ti-michelin-bib-gourmand:before {
|
|
11522
|
+
content: "\fae9";
|
|
11523
|
+
}
|
|
11524
|
+
|
|
11525
|
+
.ti-michelin-star:before {
|
|
11526
|
+
content: "\faeb";
|
|
11527
|
+
}
|
|
11528
|
+
|
|
11529
|
+
.ti-michelin-star-green:before {
|
|
11530
|
+
content: "\faea";
|
|
11531
|
+
}
|
|
11532
|
+
|
|
11473
11533
|
.ti-mickey:before {
|
|
11474
11534
|
content: "\f2a3";
|
|
11475
11535
|
}
|
|
@@ -11890,6 +11950,10 @@
|
|
|
11890
11950
|
content: "\f685";
|
|
11891
11951
|
}
|
|
11892
11952
|
|
|
11953
|
+
.ti-navigation-north:before {
|
|
11954
|
+
content: "\faec";
|
|
11955
|
+
}
|
|
11956
|
+
|
|
11893
11957
|
.ti-navigation-off:before {
|
|
11894
11958
|
content: "\f413";
|
|
11895
11959
|
}
|
|
@@ -13170,6 +13234,14 @@
|
|
|
13170
13234
|
content: "\f69a";
|
|
13171
13235
|
}
|
|
13172
13236
|
|
|
13237
|
+
.ti-rectangle-rounded-bottom:before {
|
|
13238
|
+
content: "\faed";
|
|
13239
|
+
}
|
|
13240
|
+
|
|
13241
|
+
.ti-rectangle-rounded-top:before {
|
|
13242
|
+
content: "\faee";
|
|
13243
|
+
}
|
|
13244
|
+
|
|
13173
13245
|
.ti-rectangle-vertical:before {
|
|
13174
13246
|
content: "\ed36";
|
|
13175
13247
|
}
|