@tabler/icons-webfont 2.45.0 → 2.47.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 +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -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.47.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.47.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.47.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.47.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.47.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.47.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.47.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
|
}
|
|
@@ -2350,6 +2390,10 @@
|
|
|
2350
2390
|
content: "\ea3c";
|
|
2351
2391
|
}
|
|
2352
2392
|
|
|
2393
|
+
.ti-border-corner-ios:before {
|
|
2394
|
+
content: "\fd98";
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2353
2397
|
.ti-border-corner-pill:before {
|
|
2354
2398
|
content: "\fd62";
|
|
2355
2399
|
}
|
|
@@ -2450,10 +2494,18 @@
|
|
|
2450
2494
|
content: "\f4fa";
|
|
2451
2495
|
}
|
|
2452
2496
|
|
|
2497
|
+
.ti-bowl-chopsticks:before {
|
|
2498
|
+
content: "\fd90";
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2453
2501
|
.ti-bowl-filled:before {
|
|
2454
2502
|
content: "\fb22";
|
|
2455
2503
|
}
|
|
2456
2504
|
|
|
2505
|
+
.ti-bowl-spoon:before {
|
|
2506
|
+
content: "\fd91";
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2457
2509
|
.ti-box:before {
|
|
2458
2510
|
content: "\ea45";
|
|
2459
2511
|
}
|
|
@@ -4138,6 +4190,10 @@
|
|
|
4138
4190
|
content: "\ee19";
|
|
4139
4191
|
}
|
|
4140
4192
|
|
|
4193
|
+
.ti-brightness-auto:before {
|
|
4194
|
+
content: "\fd99";
|
|
4195
|
+
}
|
|
4196
|
+
|
|
4141
4197
|
.ti-brightness-down:before {
|
|
4142
4198
|
content: "\eb7d";
|
|
4143
4199
|
}
|
|
@@ -5086,6 +5142,14 @@
|
|
|
5086
5142
|
content: "\f619";
|
|
5087
5143
|
}
|
|
5088
5144
|
|
|
5145
|
+
.ti-chart-scatter:before {
|
|
5146
|
+
content: "\fd93";
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
.ti-chart-scatter-3d:before {
|
|
5150
|
+
content: "\fd92";
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5089
5153
|
.ti-chart-treemap:before {
|
|
5090
5154
|
content: "\f381";
|
|
5091
5155
|
}
|
|
@@ -5858,6 +5922,10 @@
|
|
|
5858
5922
|
content: "\efb2";
|
|
5859
5923
|
}
|
|
5860
5924
|
|
|
5925
|
+
.ti-clipboard-smile:before {
|
|
5926
|
+
content: "\fd9a";
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5861
5929
|
.ti-clipboard-text:before {
|
|
5862
5930
|
content: "\f089";
|
|
5863
5931
|
}
|
|
@@ -7126,6 +7194,10 @@
|
|
|
7126
7194
|
content: "\fa19";
|
|
7127
7195
|
}
|
|
7128
7196
|
|
|
7197
|
+
.ti-database-smile:before {
|
|
7198
|
+
content: "\fd9b";
|
|
7199
|
+
}
|
|
7200
|
+
|
|
7129
7201
|
.ti-database-star:before {
|
|
7130
7202
|
content: "\fa1a";
|
|
7131
7203
|
}
|
|
@@ -9954,6 +10026,14 @@
|
|
|
9954
10026
|
content: "\eab8";
|
|
9955
10027
|
}
|
|
9956
10028
|
|
|
10029
|
+
.ti-glass-champagne:before {
|
|
10030
|
+
content: "\fd9c";
|
|
10031
|
+
}
|
|
10032
|
+
|
|
10033
|
+
.ti-glass-cocktail:before {
|
|
10034
|
+
content: "\fd9d";
|
|
10035
|
+
}
|
|
10036
|
+
|
|
9957
10037
|
.ti-glass-full:before {
|
|
9958
10038
|
content: "\eab7";
|
|
9959
10039
|
}
|
|
@@ -9962,6 +10042,10 @@
|
|
|
9962
10042
|
content: "\fc2e";
|
|
9963
10043
|
}
|
|
9964
10044
|
|
|
10045
|
+
.ti-glass-gin:before {
|
|
10046
|
+
content: "\fd9e";
|
|
10047
|
+
}
|
|
10048
|
+
|
|
9965
10049
|
.ti-glass-off:before {
|
|
9966
10050
|
content: "\ee91";
|
|
9967
10051
|
}
|
|
@@ -10974,6 +11058,10 @@
|
|
|
10974
11058
|
content: "\f149";
|
|
10975
11059
|
}
|
|
10976
11060
|
|
|
11061
|
+
.ti-image-in-picture:before {
|
|
11062
|
+
content: "\fd9f";
|
|
11063
|
+
}
|
|
11064
|
+
|
|
10977
11065
|
.ti-inbox:before {
|
|
10978
11066
|
content: "\eac4";
|
|
10979
11067
|
}
|
|
@@ -12682,6 +12770,10 @@
|
|
|
12682
12770
|
content: "\f0f5";
|
|
12683
12771
|
}
|
|
12684
12772
|
|
|
12773
|
+
.ti-math-max-min:before {
|
|
12774
|
+
content: "\fda0";
|
|
12775
|
+
}
|
|
12776
|
+
|
|
12685
12777
|
.ti-math-min:before {
|
|
12686
12778
|
content: "\f0f6";
|
|
12687
12779
|
}
|
|
@@ -15190,6 +15282,10 @@
|
|
|
15190
15282
|
content: "\eb0f";
|
|
15191
15283
|
}
|
|
15192
15284
|
|
|
15285
|
+
.ti-prong:before {
|
|
15286
|
+
content: "\fda1";
|
|
15287
|
+
}
|
|
15288
|
+
|
|
15193
15289
|
.ti-propeller:before {
|
|
15194
15290
|
content: "\eec4";
|
|
15195
15291
|
}
|
|
@@ -16426,6 +16522,10 @@
|
|
|
16426
16522
|
content: "\fc19";
|
|
16427
16523
|
}
|
|
16428
16524
|
|
|
16525
|
+
.ti-shopping-bag-heart:before {
|
|
16526
|
+
content: "\fda2";
|
|
16527
|
+
}
|
|
16528
|
+
|
|
16429
16529
|
.ti-shopping-bag-minus:before {
|
|
16430
16530
|
content: "\fc1a";
|
|
16431
16531
|
}
|
|
@@ -16766,6 +16866,18 @@
|
|
|
16766
16866
|
content: "\ef19";
|
|
16767
16867
|
}
|
|
16768
16868
|
|
|
16869
|
+
.ti-sort-ascending-shapes:before {
|
|
16870
|
+
content: "\fd94";
|
|
16871
|
+
}
|
|
16872
|
+
|
|
16873
|
+
.ti-sort-ascending-small-big:before {
|
|
16874
|
+
content: "\fd95";
|
|
16875
|
+
}
|
|
16876
|
+
|
|
16877
|
+
.ti-sort-deacending-small-big:before {
|
|
16878
|
+
content: "\fd96";
|
|
16879
|
+
}
|
|
16880
|
+
|
|
16769
16881
|
.ti-sort-descending:before {
|
|
16770
16882
|
content: "\eb27";
|
|
16771
16883
|
}
|
|
@@ -16782,6 +16894,10 @@
|
|
|
16782
16894
|
content: "\ef1b";
|
|
16783
16895
|
}
|
|
16784
16896
|
|
|
16897
|
+
.ti-sort-descending-shapes:before {
|
|
16898
|
+
content: "\fd97";
|
|
16899
|
+
}
|
|
16900
|
+
|
|
16785
16901
|
.ti-sort-z-a:before {
|
|
16786
16902
|
content: "\f550";
|
|
16787
16903
|
}
|
|
@@ -18130,6 +18246,14 @@
|
|
|
18130
18246
|
content: "\ebee";
|
|
18131
18247
|
}
|
|
18132
18248
|
|
|
18249
|
+
.ti-temperature-snow:before {
|
|
18250
|
+
content: "\fda3";
|
|
18251
|
+
}
|
|
18252
|
+
|
|
18253
|
+
.ti-temperature-sun:before {
|
|
18254
|
+
content: "\fda4";
|
|
18255
|
+
}
|
|
18256
|
+
|
|
18133
18257
|
.ti-template:before {
|
|
18134
18258
|
content: "\eb39";
|
|
18135
18259
|
}
|
|
@@ -18582,6 +18706,26 @@
|
|
|
18582
18706
|
content: "\f6ac";
|
|
18583
18707
|
}
|
|
18584
18708
|
|
|
18709
|
+
.ti-transform-point:before {
|
|
18710
|
+
content: "\fda9";
|
|
18711
|
+
}
|
|
18712
|
+
|
|
18713
|
+
.ti-transform-point-bottom-left:before {
|
|
18714
|
+
content: "\fda5";
|
|
18715
|
+
}
|
|
18716
|
+
|
|
18717
|
+
.ti-transform-point-bottom-right:before {
|
|
18718
|
+
content: "\fda6";
|
|
18719
|
+
}
|
|
18720
|
+
|
|
18721
|
+
.ti-transform-point-top-left:before {
|
|
18722
|
+
content: "\fda7";
|
|
18723
|
+
}
|
|
18724
|
+
|
|
18725
|
+
.ti-transform-point-top-right:before {
|
|
18726
|
+
content: "\fda8";
|
|
18727
|
+
}
|
|
18728
|
+
|
|
18585
18729
|
.ti-transition-bottom:before {
|
|
18586
18730
|
content: "\f2b2";
|
|
18587
18731
|
}
|