2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

2018-10-30 update

This commit is contained in:
Vjacheslav Trushkin 2018-10-30 08:48:38 +02:00
parent bce745869a
commit 7218afef97
6 changed files with 40 additions and 10 deletions

View File

@ -212,7 +212,7 @@
}, },
"feather": { "feather": {
"name": "Feather", "name": "Feather",
"total": 267, "total": 268,
"author": "Cole Bemis", "author": "Cole Bemis",
"url": "https://github.com/feathericons/feather", "url": "https://github.com/feathericons/feather",
"license": "MIT", "license": "MIT",
@ -483,12 +483,12 @@
}, },
"cryptocurrency": { "cryptocurrency": {
"name": "Cryptocurrency Icons", "name": "Cryptocurrency Icons",
"total": 376, "total": 385,
"author": "Christopher Downer", "author": "Christopher Downer",
"url": "https://github.com/atomiclabs/cryptocurrency-icons", "url": "https://github.com/atomiclabs/cryptocurrency-icons",
"license": "CC0 1.0", "license": "CC0 1.0",
"licenseURL": "https://creativecommons.org/publicdomain/zero/1.0/", "licenseURL": "https://creativecommons.org/publicdomain/zero/1.0/",
"version": "0.8.1", "version": "0.9.0",
"category": "Thematic" "category": "Thematic"
}, },
"wi": { "wi": {

View File

@ -214,7 +214,7 @@
### Feather ### Feather
* Number of icons: 267 * Number of icons: 268
* Author: Cole Bemis * Author: Cole Bemis
* URL: https://github.com/feathericons/feather * URL: https://github.com/feathericons/feather
* License: MIT * License: MIT
@ -485,12 +485,12 @@
### Cryptocurrency Icons ### Cryptocurrency Icons
* Number of icons: 376 * Number of icons: 385
* Author: Christopher Downer * Author: Christopher Downer
* URL: https://github.com/atomiclabs/cryptocurrency-icons * URL: https://github.com/atomiclabs/cryptocurrency-icons
* License: CC0 1.0 * License: CC0 1.0
* License URL: https://creativecommons.org/publicdomain/zero/1.0/ * License URL: https://creativecommons.org/publicdomain/zero/1.0/
* Version: 0.8.1 * Version: 0.9.0
* Category: Thematic * Category: Thematic

View File

@ -2,7 +2,7 @@
"name": "iconify/json", "name": "iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"type": "library", "type": "library",
"version": "1.0.7", "version": "1.0.8",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

File diff suppressed because one or more lines are too long

View File

@ -691,6 +691,9 @@
"trash-2": { "trash-2": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/><path d=\"M10 11v6\"/><path d=\"M14 11v6\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/><path d=\"M10 11v6\"/><path d=\"M14 11v6\"/></g>"
}, },
"trello": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><path d=\"M7 7h3v9H7z\"/><path d=\"M14 7h3v5h-3z\"/></g>"
},
"trending-down": { "trending-down": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M23 18l-9.5-9.5-5 5L1 6\"/><path d=\"M17 18h6v-6\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M23 18l-9.5-9.5-5 5L1 6\"/><path d=\"M17 18h6v-6\"/></g>"
}, },

View File

@ -2,7 +2,7 @@
"name": "@iconify/json", "name": "@iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"license": "MIT", "license": "MIT",
"version": "1.0.7", "version": "1.0.8",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js" "main": "lib/finder.js"
} }