diff --git a/collections.json b/collections.json index bc33c70e..865fab08 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 f38d926a..154cef93 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 af9dcaf6..dca6c826 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 6be6102b..b9906414 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 80877942..c140a899 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 0267dc36..7b064d6b 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 081f3847..acbbf1e0 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",