@tabler/icons-webfont 2.10.0 → 2.12.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.12.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.12.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.12.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.12.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.12.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.12.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.12.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -670,6 +670,10 @@
|
|
|
670
670
|
content: "\eb77";
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
+
.ti-arrow-back-up-double:before {
|
|
674
|
+
content: "\f9ec";
|
|
675
|
+
}
|
|
676
|
+
|
|
673
677
|
.ti-arrow-badge-down:before {
|
|
674
678
|
content: "\f60b";
|
|
675
679
|
}
|
|
@@ -898,6 +902,14 @@
|
|
|
898
902
|
content: "\ed9b";
|
|
899
903
|
}
|
|
900
904
|
|
|
905
|
+
.ti-arrow-elbow-left:before {
|
|
906
|
+
content: "\f9ed";
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.ti-arrow-elbow-right:before {
|
|
910
|
+
content: "\f9ee";
|
|
911
|
+
}
|
|
912
|
+
|
|
901
913
|
.ti-arrow-fork:before {
|
|
902
914
|
content: "\f04a";
|
|
903
915
|
}
|
|
@@ -910,6 +922,10 @@
|
|
|
910
922
|
content: "\eb78";
|
|
911
923
|
}
|
|
912
924
|
|
|
925
|
+
.ti-arrow-forward-up-double:before {
|
|
926
|
+
content: "\f9ef";
|
|
927
|
+
}
|
|
928
|
+
|
|
913
929
|
.ti-arrow-guide:before {
|
|
914
930
|
content: "\f22a";
|
|
915
931
|
}
|
|
@@ -1646,6 +1662,18 @@
|
|
|
1646
1662
|
content: "\f024";
|
|
1647
1663
|
}
|
|
1648
1664
|
|
|
1665
|
+
.ti-baseline-density-large:before {
|
|
1666
|
+
content: "\f9f0";
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.ti-baseline-density-medium:before {
|
|
1670
|
+
content: "\f9f1";
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.ti-baseline-density-small:before {
|
|
1674
|
+
content: "\f9f2";
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1649
1677
|
.ti-basket:before {
|
|
1650
1678
|
content: "\ebe1";
|
|
1651
1679
|
}
|
|
@@ -6142,6 +6170,10 @@
|
|
|
6142
6170
|
content: "\f110";
|
|
6143
6171
|
}
|
|
6144
6172
|
|
|
6173
|
+
.ti-deselect:before {
|
|
6174
|
+
content: "\f9f3";
|
|
6175
|
+
}
|
|
6176
|
+
|
|
6145
6177
|
.ti-details:before {
|
|
6146
6178
|
content: "\ee71";
|
|
6147
6179
|
}
|
|
@@ -7894,10 +7926,38 @@
|
|
|
7894
7926
|
content: "\eaa5";
|
|
7895
7927
|
}
|
|
7896
7928
|
|
|
7929
|
+
.ti-filter-cog:before {
|
|
7930
|
+
content: "\f9fe";
|
|
7931
|
+
}
|
|
7932
|
+
|
|
7933
|
+
.ti-filter-dollar:before {
|
|
7934
|
+
content: "\f9ff";
|
|
7935
|
+
}
|
|
7936
|
+
|
|
7937
|
+
.ti-filter-edit:before {
|
|
7938
|
+
content: "\fa00";
|
|
7939
|
+
}
|
|
7940
|
+
|
|
7941
|
+
.ti-filter-minus:before {
|
|
7942
|
+
content: "\fa01";
|
|
7943
|
+
}
|
|
7944
|
+
|
|
7897
7945
|
.ti-filter-off:before {
|
|
7898
7946
|
content: "\ed2c";
|
|
7899
7947
|
}
|
|
7900
7948
|
|
|
7949
|
+
.ti-filter-plus:before {
|
|
7950
|
+
content: "\fa02";
|
|
7951
|
+
}
|
|
7952
|
+
|
|
7953
|
+
.ti-filter-star:before {
|
|
7954
|
+
content: "\fa03";
|
|
7955
|
+
}
|
|
7956
|
+
|
|
7957
|
+
.ti-filter-x:before {
|
|
7958
|
+
content: "\fa04";
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7901
7961
|
.ti-filters:before {
|
|
7902
7962
|
content: "\f793";
|
|
7903
7963
|
}
|
|
@@ -10930,6 +10990,14 @@
|
|
|
10930
10990
|
content: "\f410";
|
|
10931
10991
|
}
|
|
10932
10992
|
|
|
10993
|
+
.ti-mobiledata:before {
|
|
10994
|
+
content: "\f9f5";
|
|
10995
|
+
}
|
|
10996
|
+
|
|
10997
|
+
.ti-mobiledata-off:before {
|
|
10998
|
+
content: "\f9f4";
|
|
10999
|
+
}
|
|
11000
|
+
|
|
10933
11001
|
.ti-moneybag:before {
|
|
10934
11002
|
content: "\f506";
|
|
10935
11003
|
}
|
|
@@ -10978,6 +11046,10 @@
|
|
|
10978
11046
|
content: "\f7b5";
|
|
10979
11047
|
}
|
|
10980
11048
|
|
|
11049
|
+
.ti-mood-edit:before {
|
|
11050
|
+
content: "\fa05";
|
|
11051
|
+
}
|
|
11052
|
+
|
|
10981
11053
|
.ti-mood-empty:before {
|
|
10982
11054
|
content: "\eeb5";
|
|
10983
11055
|
}
|
|
@@ -11070,6 +11142,10 @@
|
|
|
11070
11142
|
content: "\f7ba";
|
|
11071
11143
|
}
|
|
11072
11144
|
|
|
11145
|
+
.ti-mood-share:before {
|
|
11146
|
+
content: "\fa06";
|
|
11147
|
+
}
|
|
11148
|
+
|
|
11073
11149
|
.ti-mood-sick:before {
|
|
11074
11150
|
content: "\f2e5";
|
|
11075
11151
|
}
|
|
@@ -12258,6 +12334,34 @@
|
|
|
12258
12334
|
content: "\ef79";
|
|
12259
12335
|
}
|
|
12260
12336
|
|
|
12337
|
+
.ti-progress:before {
|
|
12338
|
+
content: "\fa0d";
|
|
12339
|
+
}
|
|
12340
|
+
|
|
12341
|
+
.ti-progress-alert:before {
|
|
12342
|
+
content: "\fa07";
|
|
12343
|
+
}
|
|
12344
|
+
|
|
12345
|
+
.ti-progress-bolt:before {
|
|
12346
|
+
content: "\fa08";
|
|
12347
|
+
}
|
|
12348
|
+
|
|
12349
|
+
.ti-progress-check:before {
|
|
12350
|
+
content: "\fa09";
|
|
12351
|
+
}
|
|
12352
|
+
|
|
12353
|
+
.ti-progress-down:before {
|
|
12354
|
+
content: "\fa0a";
|
|
12355
|
+
}
|
|
12356
|
+
|
|
12357
|
+
.ti-progress-help:before {
|
|
12358
|
+
content: "\fa0b";
|
|
12359
|
+
}
|
|
12360
|
+
|
|
12361
|
+
.ti-progress-x:before {
|
|
12362
|
+
content: "\fa0c";
|
|
12363
|
+
}
|
|
12364
|
+
|
|
12261
12365
|
.ti-prompt:before {
|
|
12262
12366
|
content: "\eb0f";
|
|
12263
12367
|
}
|
|
@@ -12550,6 +12654,10 @@
|
|
|
12550
12654
|
content: "\ef84";
|
|
12551
12655
|
}
|
|
12552
12656
|
|
|
12657
|
+
.ti-reserved-line:before {
|
|
12658
|
+
content: "\f9f6";
|
|
12659
|
+
}
|
|
12660
|
+
|
|
12553
12661
|
.ti-resize:before {
|
|
12554
12662
|
content: "\eecf";
|
|
12555
12663
|
}
|
|
@@ -12934,6 +13042,10 @@
|
|
|
12934
13042
|
content: "\ec9e";
|
|
12935
13043
|
}
|
|
12936
13044
|
|
|
13045
|
+
.ti-select-all:before {
|
|
13046
|
+
content: "\f9f7";
|
|
13047
|
+
}
|
|
13048
|
+
|
|
12937
13049
|
.ti-selector:before {
|
|
12938
13050
|
content: "\eb1d";
|
|
12939
13051
|
}
|
|
@@ -13342,6 +13454,30 @@
|
|
|
13342
13454
|
content: "\f1f0";
|
|
13343
13455
|
}
|
|
13344
13456
|
|
|
13457
|
+
.ti-signal-6g:before {
|
|
13458
|
+
content: "\f9f8";
|
|
13459
|
+
}
|
|
13460
|
+
|
|
13461
|
+
.ti-signal-e:before {
|
|
13462
|
+
content: "\f9f9";
|
|
13463
|
+
}
|
|
13464
|
+
|
|
13465
|
+
.ti-signal-g:before {
|
|
13466
|
+
content: "\f9fa";
|
|
13467
|
+
}
|
|
13468
|
+
|
|
13469
|
+
.ti-signal-h:before {
|
|
13470
|
+
content: "\f9fc";
|
|
13471
|
+
}
|
|
13472
|
+
|
|
13473
|
+
.ti-signal-h-plus:before {
|
|
13474
|
+
content: "\f9fb";
|
|
13475
|
+
}
|
|
13476
|
+
|
|
13477
|
+
.ti-signal-lte:before {
|
|
13478
|
+
content: "\f9fd";
|
|
13479
|
+
}
|
|
13480
|
+
|
|
13345
13481
|
.ti-signature:before {
|
|
13346
13482
|
content: "\eee0";
|
|
13347
13483
|
}
|
|
@@ -15314,6 +15450,14 @@
|
|
|
15314
15450
|
content: "\ebf2";
|
|
15315
15451
|
}
|
|
15316
15452
|
|
|
15453
|
+
.ti-users-minus:before {
|
|
15454
|
+
content: "\fa0e";
|
|
15455
|
+
}
|
|
15456
|
+
|
|
15457
|
+
.ti-users-plus:before {
|
|
15458
|
+
content: "\fa0f";
|
|
15459
|
+
}
|
|
15460
|
+
|
|
15317
15461
|
.ti-uv-index:before {
|
|
15318
15462
|
content: "\f3b2";
|
|
15319
15463
|
}
|