@tabler/icons-webfont 2.45.0 → 2.46.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.46.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.46.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.46.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.46.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.46.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.46.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.46.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -958,6 +958,10 @@
|
|
|
958
958
|
content: "\ea11";
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
+
.ti-arrow-down-from-arc:before {
|
|
962
|
+
content: "\fd86";
|
|
963
|
+
}
|
|
964
|
+
|
|
961
965
|
.ti-arrow-down-left:before {
|
|
962
966
|
content: "\ea13";
|
|
963
967
|
}
|
|
@@ -986,6 +990,10 @@
|
|
|
986
990
|
content: "\ed9b";
|
|
987
991
|
}
|
|
988
992
|
|
|
993
|
+
.ti-arrow-down-to-arc:before {
|
|
994
|
+
content: "\fd87";
|
|
995
|
+
}
|
|
996
|
+
|
|
989
997
|
.ti-arrow-elbow-left:before {
|
|
990
998
|
content: "\f9ed";
|
|
991
999
|
}
|
|
@@ -1030,6 +1038,10 @@
|
|
|
1030
1038
|
content: "\ea18";
|
|
1031
1039
|
}
|
|
1032
1040
|
|
|
1041
|
+
.ti-arrow-left-from-arc:before {
|
|
1042
|
+
content: "\fd88";
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1033
1045
|
.ti-arrow-left-rhombus:before {
|
|
1034
1046
|
content: "\f61e";
|
|
1035
1047
|
}
|
|
@@ -1046,6 +1058,10 @@
|
|
|
1046
1058
|
content: "\ed9e";
|
|
1047
1059
|
}
|
|
1048
1060
|
|
|
1061
|
+
.ti-arrow-left-to-arc:before {
|
|
1062
|
+
content: "\fd89";
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1049
1065
|
.ti-arrow-loop-left:before {
|
|
1050
1066
|
content: "\ed9f";
|
|
1051
1067
|
}
|
|
@@ -1154,6 +1170,10 @@
|
|
|
1154
1170
|
content: "\ea1e";
|
|
1155
1171
|
}
|
|
1156
1172
|
|
|
1173
|
+
.ti-arrow-right-from-arc:before {
|
|
1174
|
+
content: "\fd8a";
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1157
1177
|
.ti-arrow-right-rhombus:before {
|
|
1158
1178
|
content: "\f61f";
|
|
1159
1179
|
}
|
|
@@ -1166,6 +1186,10 @@
|
|
|
1166
1186
|
content: "\eda3";
|
|
1167
1187
|
}
|
|
1168
1188
|
|
|
1189
|
+
.ti-arrow-right-to-arc:before {
|
|
1190
|
+
content: "\fd8b";
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1169
1193
|
.ti-arrow-rotary-first-left:before {
|
|
1170
1194
|
content: "\f053";
|
|
1171
1195
|
}
|
|
@@ -1222,6 +1246,10 @@
|
|
|
1222
1246
|
content: "\ea20";
|
|
1223
1247
|
}
|
|
1224
1248
|
|
|
1249
|
+
.ti-arrow-up-from-arc:before {
|
|
1250
|
+
content: "\fd8c";
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1225
1253
|
.ti-arrow-up-left:before {
|
|
1226
1254
|
content: "\ea22";
|
|
1227
1255
|
}
|
|
@@ -1250,6 +1278,10 @@
|
|
|
1250
1278
|
content: "\eda7";
|
|
1251
1279
|
}
|
|
1252
1280
|
|
|
1281
|
+
.ti-arrow-up-to-arc:before {
|
|
1282
|
+
content: "\fd8d";
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1253
1285
|
.ti-arrow-wave-left-down:before {
|
|
1254
1286
|
content: "\eda8";
|
|
1255
1287
|
}
|
|
@@ -1530,6 +1562,10 @@
|
|
|
1530
1562
|
content: "\fc89";
|
|
1531
1563
|
}
|
|
1532
1564
|
|
|
1565
|
+
.ti-avocado:before {
|
|
1566
|
+
content: "\fd8e";
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1533
1569
|
.ti-award:before {
|
|
1534
1570
|
content: "\ea2c";
|
|
1535
1571
|
}
|
|
@@ -1610,6 +1646,10 @@
|
|
|
1610
1646
|
content: "\f558";
|
|
1611
1647
|
}
|
|
1612
1648
|
|
|
1649
|
+
.ti-badge-ad-off:before {
|
|
1650
|
+
content: "\fd8f";
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1613
1653
|
.ti-badge-ar:before {
|
|
1614
1654
|
content: "\f559";
|
|
1615
1655
|
}
|
|
@@ -2450,10 +2490,18 @@
|
|
|
2450
2490
|
content: "\f4fa";
|
|
2451
2491
|
}
|
|
2452
2492
|
|
|
2493
|
+
.ti-bowl-chopsticks:before {
|
|
2494
|
+
content: "\fd90";
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2453
2497
|
.ti-bowl-filled:before {
|
|
2454
2498
|
content: "\fb22";
|
|
2455
2499
|
}
|
|
2456
2500
|
|
|
2501
|
+
.ti-bowl-spoon:before {
|
|
2502
|
+
content: "\fd91";
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2457
2505
|
.ti-box:before {
|
|
2458
2506
|
content: "\ea45";
|
|
2459
2507
|
}
|
|
@@ -5086,6 +5134,14 @@
|
|
|
5086
5134
|
content: "\f619";
|
|
5087
5135
|
}
|
|
5088
5136
|
|
|
5137
|
+
.ti-chart-scatter:before {
|
|
5138
|
+
content: "\fd93";
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
.ti-chart-scatter-3d:before {
|
|
5142
|
+
content: "\fd92";
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5089
5145
|
.ti-chart-treemap:before {
|
|
5090
5146
|
content: "\f381";
|
|
5091
5147
|
}
|
|
@@ -16766,6 +16822,18 @@
|
|
|
16766
16822
|
content: "\ef19";
|
|
16767
16823
|
}
|
|
16768
16824
|
|
|
16825
|
+
.ti-sort-ascending-shapes:before {
|
|
16826
|
+
content: "\fd94";
|
|
16827
|
+
}
|
|
16828
|
+
|
|
16829
|
+
.ti-sort-ascending-small-big:before {
|
|
16830
|
+
content: "\fd95";
|
|
16831
|
+
}
|
|
16832
|
+
|
|
16833
|
+
.ti-sort-deacending-small-big:before {
|
|
16834
|
+
content: "\fd96";
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16769
16837
|
.ti-sort-descending:before {
|
|
16770
16838
|
content: "\eb27";
|
|
16771
16839
|
}
|
|
@@ -16782,6 +16850,10 @@
|
|
|
16782
16850
|
content: "\ef1b";
|
|
16783
16851
|
}
|
|
16784
16852
|
|
|
16853
|
+
.ti-sort-descending-shapes:before {
|
|
16854
|
+
content: "\fd97";
|
|
16855
|
+
}
|
|
16856
|
+
|
|
16785
16857
|
.ti-sort-z-a:before {
|
|
16786
16858
|
content: "\f550";
|
|
16787
16859
|
}
|