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

Update Carbon, Codicons, Google Material Icons

This commit is contained in:
Vjacheslav Trushkin 2022-01-14 09:46:53 +02:00
parent 5ce9466829
commit 50a38b14a5
7 changed files with 851 additions and 9 deletions

View File

@ -33,7 +33,7 @@
},
"ic": {
"name": "Google Material Icons",
"total": 10365,
"total": 10575,
"author": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated",
"license": "Apache 2.0",
@ -256,7 +256,7 @@
"humidity",
"edit-off"
],
"version": "10.44.0",
"version": "10.45.0-rc.0",
"palette": "Colorless",
"category": "General"
},

View File

@ -21,7 +21,7 @@
### Google Material Icons
* Number of icons: 10365
* Number of icons: 10575
* Author: Material Design Authors
* URL: https://github.com/cyberalien/google-material-design-icons-updated
* License: Apache 2.0
@ -146,7 +146,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
* Version: 10.44.0
* Version: 10.45.0-rc.0
* Palette: Colorless

View File

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

View File

@ -619,7 +619,9 @@
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.185 1.083l-.558.004l-5.909 4.037l.004.828L7.63 9.915l.55.004l6.092-3.963l.003-.836l-6.09-4.037zm-5.293 4.45l5.021-3.43l5.176 3.43l-5.176 3.368l-5.021-3.368zm4.739 6.882L1.793 8.5h1.795l4.325 2.9l4.459-2.9h1.833l-.8.52a4.002 4.002 0 0 0-4.21 2.739l-1.013.66l-.551-.004zm1.373.776l-1.09.71L3.587 11H1.793l5.838 3.915l.55.004l1.02-.663a3.988 3.988 0 0 1-.197-1.065z\"/><circle cx=\"13\" cy=\"13\" r=\"3\"/></g>"
},
"layout": {
"body": "<g fill=\"currentColor\"><path d=\"M3 1L2 2v12l1 1h11l1-1V2l-1-1H3zm0 10V2h3v9H3zm0 1h11v2H3v-2zm11-1H7V2h7v9z\"/></g>"
"body": "<g fill=\"currentColor\"><path d=\"M1 0L0 1v11l1 1h4l1-1V1L5 0H1zm0 12V1h4v11H1z\"/><path d=\"M7 1l1-1h4l1 1v4l-1 1H8L7 5V1zm1 0v4h4V1H8z\"/><path d=\"M7 8l1-1h4l1 1v4l-1 1H8l-1-1V8zm1 0v4h4V8H8z\"/></g>",
"width": 13,
"height": 13
},
"library": {
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2.5l.5-.5h2l.5.5v11l-.5.5h-2l-.5-.5v-11zM6 3v10h1V3H6zm3.171.345l.299-.641l1.88-.684l.64.299l3.762 10.336l-.299.641l-1.879.684l-.64-.299L9.17 3.345zm1.11.128l3.42 9.396l.94-.341l-3.42-9.397l-.94.342zM1 2.5l.5-.5h2l.5.5v11l-.5.5h-2l-.5-.5v-11zM2 3v10h1V3H2z\"/></g>"

File diff suppressed because it is too large Load Diff

View File

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