@tabler/icons-webfont 2.26.0 → 2.27.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.27.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.27.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.27.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.27.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.27.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.27.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.27.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -14822,22 +14822,42 @@
|
|
|
14822
14822
|
content: "\f4b7";
|
|
14823
14823
|
}
|
|
14824
14824
|
|
|
14825
|
+
.ti-square-arrow-down-filled:before {
|
|
14826
|
+
content: "\fb31";
|
|
14827
|
+
}
|
|
14828
|
+
|
|
14825
14829
|
.ti-square-arrow-left:before {
|
|
14826
14830
|
content: "\f4b8";
|
|
14827
14831
|
}
|
|
14828
14832
|
|
|
14833
|
+
.ti-square-arrow-left-filled:before {
|
|
14834
|
+
content: "\fb32";
|
|
14835
|
+
}
|
|
14836
|
+
|
|
14829
14837
|
.ti-square-arrow-right:before {
|
|
14830
14838
|
content: "\f4b9";
|
|
14831
14839
|
}
|
|
14832
14840
|
|
|
14841
|
+
.ti-square-arrow-right-filled:before {
|
|
14842
|
+
content: "\fb33";
|
|
14843
|
+
}
|
|
14844
|
+
|
|
14833
14845
|
.ti-square-arrow-up:before {
|
|
14834
14846
|
content: "\f4ba";
|
|
14835
14847
|
}
|
|
14836
14848
|
|
|
14849
|
+
.ti-square-arrow-up-filled:before {
|
|
14850
|
+
content: "\fb34";
|
|
14851
|
+
}
|
|
14852
|
+
|
|
14837
14853
|
.ti-square-asterisk:before {
|
|
14838
14854
|
content: "\f01a";
|
|
14839
14855
|
}
|
|
14840
14856
|
|
|
14857
|
+
.ti-square-asterisk-filled:before {
|
|
14858
|
+
content: "\fb35";
|
|
14859
|
+
}
|
|
14860
|
+
|
|
14841
14861
|
.ti-square-check:before {
|
|
14842
14862
|
content: "\eb28";
|
|
14843
14863
|
}
|
|
@@ -14850,38 +14870,74 @@
|
|
|
14850
14870
|
content: "\f627";
|
|
14851
14871
|
}
|
|
14852
14872
|
|
|
14873
|
+
.ti-square-chevron-down-filled:before {
|
|
14874
|
+
content: "\fb36";
|
|
14875
|
+
}
|
|
14876
|
+
|
|
14853
14877
|
.ti-square-chevron-left:before {
|
|
14854
14878
|
content: "\f628";
|
|
14855
14879
|
}
|
|
14856
14880
|
|
|
14881
|
+
.ti-square-chevron-left-filled:before {
|
|
14882
|
+
content: "\fb37";
|
|
14883
|
+
}
|
|
14884
|
+
|
|
14857
14885
|
.ti-square-chevron-right:before {
|
|
14858
14886
|
content: "\f629";
|
|
14859
14887
|
}
|
|
14860
14888
|
|
|
14889
|
+
.ti-square-chevron-right-filled:before {
|
|
14890
|
+
content: "\fb38";
|
|
14891
|
+
}
|
|
14892
|
+
|
|
14861
14893
|
.ti-square-chevron-up:before {
|
|
14862
14894
|
content: "\f62a";
|
|
14863
14895
|
}
|
|
14864
14896
|
|
|
14897
|
+
.ti-square-chevron-up-filled:before {
|
|
14898
|
+
content: "\fb39";
|
|
14899
|
+
}
|
|
14900
|
+
|
|
14865
14901
|
.ti-square-chevrons-down:before {
|
|
14866
14902
|
content: "\f64b";
|
|
14867
14903
|
}
|
|
14868
14904
|
|
|
14905
|
+
.ti-square-chevrons-down-filled:before {
|
|
14906
|
+
content: "\fb3a";
|
|
14907
|
+
}
|
|
14908
|
+
|
|
14869
14909
|
.ti-square-chevrons-left:before {
|
|
14870
14910
|
content: "\f64c";
|
|
14871
14911
|
}
|
|
14872
14912
|
|
|
14913
|
+
.ti-square-chevrons-left-filled:before {
|
|
14914
|
+
content: "\fb3b";
|
|
14915
|
+
}
|
|
14916
|
+
|
|
14873
14917
|
.ti-square-chevrons-right:before {
|
|
14874
14918
|
content: "\f64d";
|
|
14875
14919
|
}
|
|
14876
14920
|
|
|
14921
|
+
.ti-square-chevrons-right-filled:before {
|
|
14922
|
+
content: "\fb3c";
|
|
14923
|
+
}
|
|
14924
|
+
|
|
14877
14925
|
.ti-square-chevrons-up:before {
|
|
14878
14926
|
content: "\f64e";
|
|
14879
14927
|
}
|
|
14880
14928
|
|
|
14929
|
+
.ti-square-chevrons-up-filled:before {
|
|
14930
|
+
content: "\fb3d";
|
|
14931
|
+
}
|
|
14932
|
+
|
|
14881
14933
|
.ti-square-dot:before {
|
|
14882
14934
|
content: "\ed59";
|
|
14883
14935
|
}
|
|
14884
14936
|
|
|
14937
|
+
.ti-square-dot-filled:before {
|
|
14938
|
+
content: "\fb3e";
|
|
14939
|
+
}
|
|
14940
|
+
|
|
14885
14941
|
.ti-square-f0:before {
|
|
14886
14942
|
content: "\f526";
|
|
14887
14943
|
}
|
|
@@ -15086,6 +15142,10 @@
|
|
|
15086
15142
|
content: "\eb29";
|
|
15087
15143
|
}
|
|
15088
15144
|
|
|
15145
|
+
.ti-square-minus-filled:before {
|
|
15146
|
+
content: "\fb3f";
|
|
15147
|
+
}
|
|
15148
|
+
|
|
15089
15149
|
.ti-square-number-0:before {
|
|
15090
15150
|
content: "\eee5";
|
|
15091
15151
|
}
|
|
@@ -15382,6 +15442,10 @@
|
|
|
15382
15442
|
content: "\f63e";
|
|
15383
15443
|
}
|
|
15384
15444
|
|
|
15445
|
+
.ti-square-rounded-minus-filled:before {
|
|
15446
|
+
content: "\fb40";
|
|
15447
|
+
}
|
|
15448
|
+
|
|
15385
15449
|
.ti-square-rounded-number-0:before {
|
|
15386
15450
|
content: "\f5c8";
|
|
15387
15451
|
}
|
|
@@ -15490,6 +15554,10 @@
|
|
|
15490
15554
|
content: "\eb2b";
|
|
15491
15555
|
}
|
|
15492
15556
|
|
|
15557
|
+
.ti-square-x-filled:before {
|
|
15558
|
+
content: "\fb41";
|
|
15559
|
+
}
|
|
15560
|
+
|
|
15493
15561
|
.ti-squares-diagonal:before {
|
|
15494
15562
|
content: "\eef5";
|
|
15495
15563
|
}
|
|
@@ -16382,6 +16450,10 @@
|
|
|
16382
16450
|
content: "\ece8";
|
|
16383
16451
|
}
|
|
16384
16452
|
|
|
16453
|
+
.ti-triangle-square-circle-filled:before {
|
|
16454
|
+
content: "\fb42";
|
|
16455
|
+
}
|
|
16456
|
+
|
|
16385
16457
|
.ti-triangles:before {
|
|
16386
16458
|
content: "\f0a5";
|
|
16387
16459
|
}
|