diff --git a/collections.json b/collections.json index c8997c5..7b1b091 100644 --- a/collections.json +++ b/collections.json @@ -1385,7 +1385,7 @@ "name": "Streamline", "total": 1000, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { @@ -1406,7 +1406,7 @@ "name": "Guidance", "total": 360, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { @@ -2435,7 +2435,7 @@ "name": "Covid Icons", "total": 142, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { diff --git a/collections.md b/collections.md index 3863db4..83eded8 100644 --- a/collections.md +++ b/collections.md @@ -680,7 +680,7 @@ ## Streamline * Number of icons: 1000 -* Author: Webalys LLC +* Author: Streamline * URL: https://github.com/webalys-hq/streamline-vectors * License: CC BY 4.0 * License URL: https://creativecommons.org/licenses/by/4.0/ @@ -690,7 +690,7 @@ ## Guidance * Number of icons: 360 -* Author: Webalys LLC +* Author: Streamline * URL: https://github.com/webalys-hq/streamline-vectors * License: CC BY 4.0 * License URL: https://creativecommons.org/licenses/by/4.0/ @@ -1187,7 +1187,7 @@ ## Covid Icons * Number of icons: 142 -* Author: Webalys LLC +* Author: Streamline * URL: https://github.com/webalys-hq/streamline-vectors * License: CC BY 4.0 * License URL: https://creativecommons.org/licenses/by/4.0/ diff --git a/composer.json b/composer.json index 6723c7c..41f35f6 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.2.53", + "version": "2.2.54", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/covid.json b/json/covid.json index 50af45a..1dc5ae2 100644 --- a/json/covid.json +++ b/json/covid.json @@ -4,7 +4,7 @@ "name": "Covid Icons", "total": 142, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { diff --git a/json/guidance.json b/json/guidance.json index 7b0268f..b9d4442 100644 --- a/json/guidance.json +++ b/json/guidance.json @@ -4,7 +4,7 @@ "name": "Guidance", "total": 360, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { diff --git a/json/streamline.json b/json/streamline.json index 2954a2c..d030e8c 100644 --- a/json/streamline.json +++ b/json/streamline.json @@ -4,7 +4,7 @@ "name": "Streamline", "total": 1000, "author": { - "name": "Webalys LLC", + "name": "Streamline", "url": "https://github.com/webalys-hq/streamline-vectors" }, "license": { diff --git a/package-lock.json b/package-lock.json index ad57c81..e45c132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.53", + "version": "2.2.54", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.53", + "version": "2.2.54", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index ff03edf..177a7a9 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.2.53", + "version": "2.2.54", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",