@progress/kendo-font-icons 1.4.2 → 1.5.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 +2 -2
- package/dist/icons.json +1307 -652
- package/dist/index.css +17 -1
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +2 -2
- package/scss/_font.scss +1 -1
- package/scss/_icon-list.scss +5 -1
- 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,22 @@
|
|
|
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
|
+
|
|
1009
1025
|
.k-i-undo::before {
|
|
1010
1026
|
content: "\e100";
|
|
1011
1027
|
}
|
|
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.5.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": "be00b548f3837be3b049e2bacc84a6f625ae6304"
|
|
27
27
|
}
|