diff --git a/composer.json b/composer.json index 5c779d8..fc922e9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.0.22", + "version": "2.0.23", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/iconoir.json b/json/iconoir.json index 26c2a83..c7e3eb5 100644 --- a/json/iconoir.json +++ b/json/iconoir.json @@ -25,15 +25,15 @@ "1st-medal": { "body": "" }, + "2x2-cell": { + "body": "" + }, "360-view": { "body": "" }, "4k-display": { "body": "" }, - "4x4-cell": { - "body": "" - }, "accessibility": { "body": "" }, @@ -1495,7 +1495,7 @@ "keyframe-align-horizontal": { "body": "" }, - "keyframe-align-horizontal-1": { + "keyframe-align-vertical": { "body": "" }, "keyframe-position": { @@ -3045,11 +3045,17 @@ } }, "aliases": { + "4x4-cell": { + "parent": "2x2-cell" + }, "basket-ball": { "parent": "basketball" }, "basket-ball-alt": { "parent": "basketball-alt" + }, + "keyframe-align-horizontal-1": { + "parent": "keyframe-align-vertical" } }, "width": 24, diff --git a/package-lock.json b/package-lock.json index 4ed69ad..a2391af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.22", + "version": "2.0.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.22", + "version": "2.0.23", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index e571814..16c65b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.0.22", + "version": "2.0.23", "publishConfig": { "tag": "next" },