diff --git a/collections.json b/collections.json index bc33c70..865fab0 100644 --- a/collections.json +++ b/collections.json @@ -2689,17 +2689,17 @@ "palette": false }, "token": { - "name": "Token Icons", + "name": "Web3 Icons", "total": 1686, "version": "3.2.1", "author": { "name": "0xa3k5", - "url": "https://github.com/0xa3k5/token-icons" + "url": "https://github.com/0xa3k5/web3icons" }, "license": { "title": "MIT", "spdx": "MIT", - "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE" + "url": "https://github.com/0xa3k5/web3icons/blob/main/LICENCE" }, "samples": [ "bit", @@ -2714,17 +2714,17 @@ "palette": false }, "token-branded": { - "name": "Token Icons Branded", + "name": "Web3 Icons Branded", "total": 1870, "version": "3.2.1", "author": { "name": "0xa3k5", - "url": "https://github.com/0xa3k5/token-icons" + "url": "https://github.com/0xa3k5/web3icons" }, "license": { "title": "MIT", "spdx": "MIT", - "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE" + "url": "https://github.com/0xa3k5/web3icons/blob/main/LICENCE" }, "samples": [ "bit", diff --git a/collections.md b/collections.md index f38d926..154cef9 100644 --- a/collections.md +++ b/collections.md @@ -1152,23 +1152,23 @@ * Icon set prefix: `entypo-social` * File: [json/entypo-social.json](json/entypo-social.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) -## Token Icons +## Web3 Icons * Number of icons: 1686 * Author: 0xa3k5 -* URL: https://github.com/0xa3k5/token-icons +* URL: https://github.com/0xa3k5/web3icons * License: MIT -* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE +* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE * Version: 3.2.1 * Palette: Colorless * Icon set prefix: `token` * File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) -## Token Icons Branded +## Web3 Icons Branded * Number of icons: 1870 * Author: 0xa3k5 -* URL: https://github.com/0xa3k5/token-icons +* URL: https://github.com/0xa3k5/web3icons * License: MIT -* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE +* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE * Version: 3.2.1 * Palette: Colorful * Icon set prefix: `token-branded` diff --git a/composer.json b/composer.json index af9dcaf..dca6c82 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.236", + "version": "2.2.237", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/token-branded.json b/json/token-branded.json index 6be6102..b990641 100644 --- a/json/token-branded.json +++ b/json/token-branded.json @@ -1,17 +1,17 @@ { "prefix": "token-branded", "info": { - "name": "Token Icons Branded", + "name": "Web3 Icons Branded", "total": 1870, "version": "3.2.1", "author": { "name": "0xa3k5", - "url": "https://github.com/0xa3k5/token-icons" + "url": "https://github.com/0xa3k5/web3icons" }, "license": { "title": "MIT", "spdx": "MIT", - "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE" + "url": "https://github.com/0xa3k5/web3icons/blob/main/LICENCE" }, "samples": [ "bit", diff --git a/json/token.json b/json/token.json index 8087794..c140a89 100644 --- a/json/token.json +++ b/json/token.json @@ -1,17 +1,17 @@ { "prefix": "token", "info": { - "name": "Token Icons", + "name": "Web3 Icons", "total": 1686, "version": "3.2.1", "author": { "name": "0xa3k5", - "url": "https://github.com/0xa3k5/token-icons" + "url": "https://github.com/0xa3k5/web3icons" }, "license": { "title": "MIT", "spdx": "MIT", - "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE" + "url": "https://github.com/0xa3k5/web3icons/blob/main/LICENCE" }, "samples": [ "bit", diff --git a/package-lock.json b/package-lock.json index 0267dc3..7b064d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.236", + "version": "2.2.237", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.236", + "version": "2.2.237", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 081f384..acbbf1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Hundreds of open source icon sets in IconifyJSON format", "license": "MIT", - "version": "2.2.236", + "version": "2.2.237", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",