2
0
mirror of https://github.com/iconify/collections-json.git synced 2025-01-09 17:34:04 +00:00

2018-10-28 update

This commit is contained in:
Vjacheslav Trushkin 2018-10-28 15:02:33 +02:00
parent 81ada8944a
commit 061a06e036
5 changed files with 7 additions and 4 deletions

View File

@ -212,7 +212,7 @@
}, },
"feather": { "feather": {
"name": "Feather", "name": "Feather",
"total": 266, "total": 267,
"author": "Cole Bemis", "author": "Cole Bemis",
"url": "https://github.com/feathericons/feather", "url": "https://github.com/feathericons/feather",
"license": "MIT", "license": "MIT",

View File

@ -214,7 +214,7 @@
### Feather ### Feather
* Number of icons: 266 * Number of icons: 267
* Author: Cole Bemis * Author: Cole Bemis
* URL: https://github.com/feathericons/feather * URL: https://github.com/feathericons/feather
* License: MIT * License: MIT

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.5", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

View File

@ -199,6 +199,9 @@
"codepen": { "codepen": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2l10 6.5v7L12 22 2 15.5v-7L12 2z\"/><path d=\"M12 22v-6.5\"/><path d=\"M22 8.5l-10 7-10-7\"/><path d=\"M2 15.5l10-7 10 7\"/><path d=\"M12 2v6.5\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2l10 6.5v7L12 22 2 15.5v-7L12 2z\"/><path d=\"M12 22v-6.5\"/><path d=\"M22 8.5l-10 7-10-7\"/><path d=\"M2 15.5l10-7 10 7\"/><path d=\"M12 2v6.5\"/></g>"
}, },
"coffee": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"/><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"/><path d=\"M6 1v3\"/><path d=\"M10 1v3\"/><path d=\"M14 1v3\"/></g>"
},
"command": { "command": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"/></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.5", "version": "1.0.6",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js" "main": "lib/finder.js"
} }