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:
parent
790ae754af
commit
9a8ee71966
@ -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"
|
||||
},
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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": {
|
||||
|
@ -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
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user