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

Update Carbon, Google Material Icons, Vaadin Icons

This commit is contained in:
Vjacheslav Trushkin 2020-12-04 09:48:26 +02:00
parent 0624823b13
commit 00d2fddc1b
7 changed files with 334 additions and 54 deletions

View File

@ -33,7 +33,7 @@
}, },
"ic": { "ic": {
"name": "Google Material Icons", "name": "Google Material Icons",
"total": 6900, "total": 6970,
"author": "Material Design Authors", "author": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated", "url": "https://github.com/cyberalien/google-material-design-icons-updated",
"license": "Apache 2.0", "license": "Apache 2.0",
@ -224,7 +224,7 @@
"humidity", "humidity",
"edit-off" "edit-off"
], ],
"version": "10.22.0-rc.0", "version": "10.22.0",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
@ -342,7 +342,7 @@
"file-picture", "file-picture",
"plus-circle-o" "plus-circle-o"
], ],
"version": "4.3.1", "version": "4.3.2",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },

View File

@ -21,7 +21,7 @@
### Google Material Icons ### Google Material Icons
* Number of icons: 6900 * Number of icons: 6970
* Author: Material Design Authors * Author: Material Design Authors
* URL: https://github.com/cyberalien/google-material-design-icons-updated * URL: https://github.com/cyberalien/google-material-design-icons-updated
* License: Apache 2.0 * License: Apache 2.0
@ -128,7 +128,7 @@
* Author: IBM * Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons
* License: Apache 2.0 * License: Apache 2.0
* Version: 10.22.0-rc.0 * Version: 10.22.0
* Palette: Colorless * Palette: Colorless
@ -197,7 +197,7 @@
* URL: https://vaadin.com/elements/vaadin-icons * URL: https://vaadin.com/elements/vaadin-icons
* License: CC BY 4.0 * License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/ * License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 4.3.1 * Version: 4.3.2
* 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.267", "version": "1.1.268",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0", "spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/" "url": "https://creativecommons.org/licenses/by/4.0/"
}, },
"version": "4.3.1", "version": "4.3.2",
"samples": [ "samples": [
"area-select", "area-select",
"file-picture", "file-picture",

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.267", "version": "1.1.268",
"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",