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

2018-10-29 update

This commit is contained in:
Vjacheslav Trushkin 2018-10-29 08:56:54 +02:00
parent 061a06e036
commit bce745869a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -293,7 +293,7 @@
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 19l9-7-9-7v14z\"/><path d=\"M2 19l9-7-9-7v14z\"/></g>"
},
"feather": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"/><path d=\"M16 8L2 22\"/><path d=\"M17 15H9\"/></g>"
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"/><path d=\"M16 8L2 22\"/><path d=\"M17.5 15H9\"/></g>"
},
"file": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\"/><path d=\"M13 2v7h7\"/></g>"

View File

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