@iconify-json/wordpress 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/icons.json +7 -2
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -749,7 +749,7 @@
749
749
  "reset": {
750
750
  "body": "<path fill=\"currentColor\" d=\"M7 11.5h10V13H7z\"/>"
751
751
  },
752
- "resize-corner-n-e": {
752
+ "resize-corner-ne": {
753
753
  "body": "<path fill=\"currentColor\" d=\"M7 18h4.5v1.5h-7v-7H6V17L17 6h-4.5V4.5h7v7H18V7z\"/>"
754
754
  },
755
755
  "reusable-block": {
@@ -1001,7 +1001,12 @@
1001
1001
  "top": -2
1002
1002
  }
1003
1003
  },
1004
- "lastModified": 1771310493,
1004
+ "aliases": {
1005
+ "resize-corner-n-e": {
1006
+ "parent": "resize-corner-ne"
1007
+ }
1008
+ },
1009
+ "lastModified": 1772823608,
1005
1010
  "width": 24,
1006
1011
  "height": 24
1007
1012
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/wordpress",
3
3
  "description": "WordPress Icons icon set in Iconify JSON format",
4
- "version": "1.2.5",
4
+ "version": "1.2.6",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",