2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-24 21:57:39 +00:00

Update Lucide, Simple Icons, uiw icons

This commit is contained in:
Vjacheslav Trushkin 2021-10-18 08:52:18 +03:00
parent 790ae754af
commit 9a8ee71966
7 changed files with 48 additions and 15 deletions

View File

@ -603,7 +603,7 @@
},
"lucide": {
"name": "Lucide",
"total": 506,
"total": 508,
"author": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide",
"license": "ISC",
@ -713,7 +713,7 @@
"like-o",
"download"
],
"version": "2.5.1",
"version": "2.5.3",
"palette": "Colorless",
"category": "General"
},
@ -1576,7 +1576,7 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2055,
"total": 2064,
"author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0",
@ -1587,7 +1587,7 @@
"bing",
"amazonaws"
],
"version": "5.18.0",
"version": "5.19.0",
"palette": "Colorless",
"category": "Brands / Social"
},

View File

@ -344,7 +344,7 @@
### Lucide
* Number of icons: 506
* Number of icons: 508
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@ -406,7 +406,7 @@
* URL: https://github.com/uiwjs/icons
* License: MIT
* License URL: https://github.com/uiwjs/icons/blob/master/LICENSE
* Version: 2.5.1
* Version: 2.5.3
* Palette: Colorless
@ -913,12 +913,12 @@
### Simple Icons
* Number of icons: 2055
* Number of icons: 2064
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 5.18.0
* Version: 5.19.0
* Palette: Colorless

View File

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

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 506,
"total": 508,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -274,6 +274,12 @@
"chevron-down": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6l6-6\"/></g>"
},
"chevron-first": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 18l-6-6l6-6\"/><path d=\"M7 6v12\"/></g>"
},
"chevron-last": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7 18l6-6l-6-6\"/><path d=\"M17 6v12\"/></g>"
},
"chevron-left": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 18l-6-6l6-6\"/></g>"
},

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
"spdx": "MIT",
"url": "https://github.com/uiwjs/icons/blob/master/LICENSE"
},
"version": "2.5.1",
"version": "2.5.3",
"samples": [
"cut",
"like-o",

View File

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