diff --git a/collections.json b/collections.json index 063654d..91b53f5 100644 --- a/collections.json +++ b/collections.json @@ -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" diff --git a/collections.md b/collections.md index 5f3fc6c..928a62c 100644 --- a/collections.md +++ b/collections.md @@ -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 diff --git a/composer.json b/composer.json index ac07f96..6941214 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/json/codicon.json b/json/codicon.json index 81938b4..0bb473c 100644 --- a/json/codicon.json +++ b/json/codicon.json @@ -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": "" }, + "layout-panel-off": { + "body": "" + }, "layout-panel-right": { "body": "" }, "layout-sidebar-left": { "body": "" }, + "layout-sidebar-left-off": { + "body": "" + }, "layout-sidebar-right": { "body": "" }, + "layout-sidebar-right-off": { + "body": "" + }, "layout-statusbar": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 031ce10..6a9eaf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 27f0e4d..35cea21 100644 --- a/package.json +++ b/package.json @@ -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": {