2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 04:25:11 +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": {
"name": "Google Material Icons",
"total": 6900,
"total": 6970,
"author": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated",
"license": "Apache 2.0",
@ -224,7 +224,7 @@
"humidity",
"edit-off"
],
"version": "10.22.0-rc.0",
"version": "10.22.0",
"palette": "Colorless",
"category": "General"
},
@ -342,7 +342,7 @@
"file-picture",
"plus-circle-o"
],
"version": "4.3.1",
"version": "4.3.2",
"palette": "Colorless",
"category": "General"
},

View File

@ -21,7 +21,7 @@
### Google Material Icons
* Number of icons: 6900
* Number of icons: 6970
* Author: Material Design Authors
* URL: https://github.com/cyberalien/google-material-design-icons-updated
* License: Apache 2.0
@ -128,7 +128,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons
* License: Apache 2.0
* Version: 10.22.0-rc.0
* Version: 10.22.0
* Palette: Colorless
@ -197,7 +197,7 @@
* URL: https://vaadin.com/elements/vaadin-icons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 4.3.1
* Version: 4.3.2
* Palette: Colorless

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "1.1.267",
"version": "1.1.268",
"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.22.0-rc.0",
"version": "10.22.0",
"samples": [
"user-certification",
"humidity",

File diff suppressed because it is too large Load Diff

View File

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

View File

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