2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-25 14:17:46 +00:00

Update Fluent UI System Icons, Lucide, Simple Icons

This commit is contained in:
Vjacheslav Trushkin 2021-11-22 08:24:55 +02:00
parent 246279a5e5
commit a097e6da57
7 changed files with 1058 additions and 46 deletions

View File

@ -1102,7 +1102,7 @@
}, },
"fluent": { "fluent": {
"name": "Fluent UI System Icons", "name": "Fluent UI System Icons",
"total": 9284, "total": 9500,
"author": "Microsoft Corporation", "author": "Microsoft Corporation",
"url": "https://github.com/microsoft/fluentui-system-icons", "url": "https://github.com/microsoft/fluentui-system-icons",
"license": "MIT", "license": "MIT",
@ -1113,7 +1113,7 @@
"table-edit-24-filled", "table-edit-24-filled",
"shifts-deny-24-regular" "shifts-deny-24-regular"
], ],
"version": "1.1.150", "version": "1.1.151",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
@ -1609,7 +1609,7 @@
}, },
"simple-icons": { "simple-icons": {
"name": "Simple Icons", "name": "Simple Icons",
"total": 2104, "total": 2110,
"author": "Simple Icons Collaborators", "author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons", "url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0", "license": "CC0 1.0",
@ -1620,7 +1620,7 @@
"bing", "bing",
"amazonaws" "amazonaws"
], ],
"version": "5.23.0", "version": "5.24.0",
"palette": "Colorless", "palette": "Colorless",
"category": "Brands / Social" "category": "Brands / Social"
}, },

View File

@ -620,12 +620,12 @@
### Fluent UI System Icons ### Fluent UI System Icons
* Number of icons: 9284 * Number of icons: 9500
* Author: Microsoft Corporation * Author: Microsoft Corporation
* URL: https://github.com/microsoft/fluentui-system-icons * URL: https://github.com/microsoft/fluentui-system-icons
* License: MIT * License: MIT
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE * License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
* Version: 1.1.150 * Version: 1.1.151
* Palette: Colorless * Palette: Colorless
@ -921,12 +921,12 @@
### Simple Icons ### Simple Icons
* Number of icons: 2104 * Number of icons: 2110
* Author: Simple Icons Collaborators * Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons * URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0 * License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 5.23.0 * Version: 5.24.0
* Palette: Colorless * Palette: Colorless

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -790,7 +790,7 @@
"italic": { "italic": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 4h-9\"/><path d=\"M14 20H5\"/><path d=\"M15 4L9 20\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 4h-9\"/><path d=\"M14 20H5\"/><path d=\"M15 4L9 20\"/></g>"
}, },
"jersey-pound": { "japanese-yen": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 9.5V21m0-11.5L6 3m6 6.5L18 3\"/><path d=\"M6 15h12\"/><path d=\"M6 11h12\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 9.5V21m0-11.5L6 3m6 6.5L18 3\"/><path d=\"M6 15h12\"/><path d=\"M6 11h12\"/></g>"
}, },
"key": { "key": {
@ -1569,6 +1569,11 @@
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"M21 21l-4.35-4.35\"/><path d=\"M8 11h6\"/></g>" "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"M21 21l-4.35-4.35\"/><path d=\"M8 11h6\"/></g>"
} }
}, },
"aliases": {
"jersey-pound": {
"parent": "japanese-yen"
}
},
"width": 24, "width": 24,
"height": 24 "height": 24
} }

File diff suppressed because one or more lines are too long

View File

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