2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 12:35:12 +00:00

Update Lucide

This commit is contained in:
Vjacheslav Trushkin 2022-01-06 09:18:07 +02:00
parent a38543654c
commit 5a47d26e2d
6 changed files with 10 additions and 7 deletions

View File

@ -779,7 +779,7 @@
},
"lucide": {
"name": "Lucide",
"total": 533,
"total": 534,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"

View File

@ -344,7 +344,7 @@
### Lucide
* Number of icons: 533
* Number of icons: 534
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC

View File

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

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 533,
"total": 534,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -550,6 +550,9 @@
"edit-3": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 20h9\"/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1l1-4L16.5 3.5z\"/></g>"
},
"egg": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c6.23-.05 7.87-5.57 7.5-10c-.36-4.34-3.95-9.96-7.5-10c-3.55.04-7.14 5.66-7.5 10c-.37 4.43 1.27 9.95 7.5 10z\"/></g>"
},
"equal": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 9h14\"/><path d=\"M5 15h14\"/></g>"
},

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.0.20",
"version": "2.0.21",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.0.20",
"version": "2.0.21",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.0.9",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.0.20",
"version": "2.0.21",
"publishConfig": {
"tag": "next"
},