diff --git a/composer.json b/composer.json index d3cfe5b..6ddec03 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.0.75", + "version": "1.0.76", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/logos.json b/json/logos.json index d41be16..de98fa7 100644 --- a/json/logos.json +++ b/json/logos.json @@ -3225,6 +3225,10 @@ "body": "", "height": 140 }, + "react-styleguidist": { + "body": "", + "height": 174 + }, "reactivex": { "body": "", "height": 247 @@ -3742,10 +3746,6 @@ "body": "", "height": 154 }, - "styleguidst": { - "body": "", - "height": 174 - }, "stylelint": { "body": "", "height": 245 @@ -4376,6 +4376,11 @@ "height": 114 } }, + "aliases": { + "styleguidst": { + "parent": "react-styleguidist" + } + }, "width": 256, "height": 256 } \ No newline at end of file diff --git a/package.json b/package.json index a80db13..5097e2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.0.75", + "version": "1.0.76", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",