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

Update Carbon, Fluent UI System Icons, Lucide, Simple Icons

This commit is contained in:
Vjacheslav Trushkin 2022-01-16 10:29:10 +02:00
parent bb6e430c6f
commit 5b5d16ca3c
8 changed files with 949 additions and 135 deletions

View File

@ -256,7 +256,7 @@
"humidity",
"edit-off"
],
"version": "10.45.0-rc.0",
"version": "10.45.0",
"palette": "Colorless",
"category": "General"
},
@ -603,7 +603,7 @@
},
"lucide": {
"name": "Lucide",
"total": 534,
"total": 535,
"author": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide",
"license": "ISC",
@ -1137,7 +1137,7 @@
},
"fluent": {
"name": "Fluent UI System Icons",
"total": 9706,
"total": 9872,
"author": "Microsoft Corporation",
"url": "https://github.com/microsoft/fluentui-system-icons",
"license": "MIT",
@ -1148,7 +1148,7 @@
"table-edit-24-filled",
"shifts-deny-24-regular"
],
"version": "1.1.154",
"version": "1.1.155",
"palette": "Colorless",
"category": "General"
},
@ -1644,7 +1644,7 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2141,
"total": 2152,
"author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0",
@ -1655,7 +1655,7 @@
"bing",
"amazonaws"
],
"version": "6.6.0",
"version": "6.7.0",
"palette": "Colorless",
"category": "Brands / Social"
},

View File

@ -146,7 +146,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
* Version: 10.45.0-rc.0
* Version: 10.45.0
* Palette: Colorless
@ -344,7 +344,7 @@
### Lucide
* Number of icons: 534
* Number of icons: 535
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@ -640,12 +640,12 @@
### Fluent UI System Icons
* Number of icons: 9706
* Number of icons: 9872
* Author: Microsoft Corporation
* URL: https://github.com/microsoft/fluentui-system-icons
* License: MIT
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
* Version: 1.1.154
* Version: 1.1.155
* Palette: Colorless
@ -941,12 +941,12 @@
### Simple Icons
* Number of icons: 2141
* Number of icons: 2152
* 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: 6.6.0
* Version: 6.7.0
* Palette: Colorless

View File

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

View File

@ -11,7 +11,7 @@
"title": "Apache 2.0",
"spdx": "Apache-2.0"
},
"version": "10.45.0-rc.0",
"version": "10.45.0",
"samples": [
"user-certification",
"humidity",

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 534,
"total": 535,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -1403,6 +1403,9 @@
"sunset": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 10V2\"/><path d=\"M5.2 11.2l1.4 1.4\"/><path d=\"M2 18h2\"/><path d=\"M20 18h2\"/><path d=\"M17.4 12.6l1.4-1.4\"/><path d=\"M22 22H2\"/><path d=\"M16 6l-4 4l-4-4\"/><path d=\"M16 18a4 4 0 0 0-8 0\"/></g>"
},
"superscript": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 19l8-8\"/><path d=\"M12 19l-8-8\"/><path d=\"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29c-.313-.362-.747-.603-1.226-.683s-.972.007-1.391.247c-.42.239-.738.614-.899 1.06\"/></g>"
},
"swiss-franc": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 21V3h8\"/><path d=\"M6 16h9\"/><path d=\"M10 9.5h7\"/></g>"
},

File diff suppressed because one or more lines are too long

View File

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