2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 03:18:57 +00:00

Update Feather Icons

This commit is contained in:
Vjacheslav Trushkin 2019-03-30 09:04:03 +02:00
parent e542de064f
commit 24908e3aab
5 changed files with 7 additions and 4 deletions

View File

@ -232,7 +232,7 @@
},
"feather": {
"name": "Feather Icons",
"total": 276,
"total": 277,
"author": "Cole Bemis",
"url": "https://github.com/feathericons/feather",
"license": "MIT",

View File

@ -135,7 +135,7 @@
### Feather Icons
* Number of icons: 276
* Number of icons: 277
* Author: Cole Bemis
* URL: https://github.com/feathericons/feather
* License: MIT

View File

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

View File

@ -202,6 +202,9 @@
"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>"
},
"columns": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18\"/></g>"
},
"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>"
},

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.0.89",
"version": "1.0.90",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify-design/collections-json/issues",