@progress/kendo-font-icons 1.4.2 → 1.6.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/dist/icon-list.json +6 -6
- package/dist/icons.json +1323 -655
- package/dist/index.css +24 -4
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +2 -2
- package/scss/_font.scss +1 -1
- package/scss/_icon-list.scss +9 -4
- package/scss/_icons.scss +0 -1011
package/dist/index.css
CHANGED
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
content: "\e046";
|
|
835
835
|
}
|
|
836
836
|
|
|
837
|
-
.k-i-
|
|
837
|
+
.k-i-non-recurrence::before {
|
|
838
838
|
content: "\e047";
|
|
839
839
|
}
|
|
840
840
|
|
|
@@ -1006,6 +1006,26 @@
|
|
|
1006
1006
|
content: "\e06f";
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
|
+
.k-i-download-light::before {
|
|
1010
|
+
content: "\e070";
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.k-i-eye-slash::before {
|
|
1014
|
+
content: "\e071";
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.k-i-preview-off::before {
|
|
1018
|
+
content: "\e071";
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.k-i-display-inline-block::before {
|
|
1022
|
+
content: "\e072";
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.k-i-paper-plane::before {
|
|
1026
|
+
content: "\e073";
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1009
1029
|
.k-i-undo::before {
|
|
1010
1030
|
content: "\e100";
|
|
1011
1031
|
}
|
|
@@ -3158,7 +3178,7 @@
|
|
|
3158
3178
|
content: "\e673";
|
|
3159
3179
|
}
|
|
3160
3180
|
|
|
3161
|
-
.k-i-
|
|
3181
|
+
.k-i-envelope-link::before {
|
|
3162
3182
|
content: "\e674";
|
|
3163
3183
|
}
|
|
3164
3184
|
|
|
@@ -3518,7 +3538,7 @@
|
|
|
3518
3538
|
content: "\e808";
|
|
3519
3539
|
}
|
|
3520
3540
|
|
|
3521
|
-
.k-i-
|
|
3541
|
+
.k-i-envelope::before {
|
|
3522
3542
|
content: "\e809";
|
|
3523
3543
|
}
|
|
3524
3544
|
|
|
@@ -3530,7 +3550,7 @@
|
|
|
3530
3550
|
content: "\e809";
|
|
3531
3551
|
}
|
|
3532
3552
|
|
|
3533
|
-
.k-i-
|
|
3553
|
+
.k-i-envelope-box::before {
|
|
3534
3554
|
content: "\e80a";
|
|
3535
3555
|
}
|
|
3536
3556
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-font-icons",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"repository": "telerik/kendo-icons",
|
|
7
7
|
"bugs": "https://github.com/telerik/kendo-icons/issues",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "398a8edc09606bdbd85a24ec4ffb1db8aaaad036"
|
|
27
27
|
}
|