2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 03:18:57 +00:00

Update Codicons

This commit is contained in:
Vjacheslav Trushkin 2022-05-11 07:52:04 +03:00
parent f1dae6a0c9
commit 68f05f73b0
6 changed files with 19 additions and 10 deletions

View File

@ -1142,8 +1142,8 @@
},
"codicon": {
"name": "Codicons",
"total": 408,
"version": "0.0.29",
"total": 411,
"version": "0.0.30",
"author": {
"name": "Microsoft Corporation",
"url": "https://github.com/microsoft/vscode-codicons"

View File

@ -512,12 +512,12 @@
### Codicons
* Number of icons: 408
* Number of icons: 411
* Author: Microsoft Corporation
* URL: https://github.com/microsoft/vscode-codicons
* License: CC BY 4.0
* License URL: https://github.com/microsoft/vscode-codicons/blob/main/LICENSE
* Version: 0.0.29
* Version: 0.0.30
* Palette: Colorless

View File

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

View File

@ -2,8 +2,8 @@
"prefix": "codicon",
"info": {
"name": "Codicons",
"total": 408,
"version": "0.0.29",
"total": 411,
"version": "0.0.30",
"author": {
"name": "Microsoft Corporation",
"url": "https://github.com/microsoft/vscode-codicons"
@ -659,15 +659,24 @@
"layout-panel-left": {
"body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v8h8V2H2Zm9 0v12h3V2h-3Z\"/>"
},
"layout-panel-off": {
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 9V2h12v8H2Zm0 1h12v3H2v-3Z\"/>"
},
"layout-panel-right": {
"body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v12h3V2H2Zm4 0v8h8V2H6Z\"/>"
},
"layout-sidebar-left": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm12 13H7V2h7v12Z\" clip-rule=\"evenodd\"/>"
},
"layout-sidebar-left-off": {
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h4v12H2Zm5 0V2h7v12H7Z\"/>"
},
"layout-sidebar-right": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Z\" clip-rule=\"evenodd\"/>"
},
"layout-sidebar-right-off": {
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Zm8 0V2h4v12h-4Z\"/>"
},
"layout-statusbar": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 12V2h12v11H2Z\" clip-rule=\"evenodd\"/>"
},

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.1.40",
"version": "2.1.41",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.1.40",
"version": "2.1.41",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.1.0",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.1.40",
"version": "2.1.41",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {