2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-16 17:19:03 +00:00

Update 2 icon sets: Web3 Icons Branded, Web3 Icons

This commit is contained in:
Vjacheslav Trushkin 2024-08-13 21:04:59 +03:00
parent 20721292a2
commit 62af76ce5b
7 changed files with 22 additions and 22 deletions

View File

@ -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",

View File

@ -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`

View File

@ -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": {

View File

@ -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",

View File

@ -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",

4
package-lock.json generated
View File

@ -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": "*",

View File

@ -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",