@progress/kendo-font-icons 0.3.0 → 0.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/index.css CHANGED
@@ -507,6 +507,10 @@
507
507
  content: "\e027";
508
508
  }
509
509
 
510
+ .k-i-handler-drag::before {
511
+ content: "\e027";
512
+ }
513
+
510
514
  .k-i-layout::before {
511
515
  content: "\e028";
512
516
  }
@@ -827,6 +831,10 @@
827
831
  content: "\e06e";
828
832
  }
829
833
 
834
+ .k-i-clock-arrow-rotate::before {
835
+ content: "\e06f";
836
+ }
837
+
830
838
  .k-i-undo::before {
831
839
  content: "\e100";
832
840
  }
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-font-icons",
3
3
  "description": "",
4
- "version": "0.3.0",
4
+ "version": "0.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": "9e4ef6cf71b3befcbb2e0ef1200bbbfa0c02a7d7"
26
+ "gitHead": "1add19d6257d235315f40a86599b516c265be39d"
27
27
  }