diff --git a/collections.json b/collections.json index 5e2391a..66e1ed0 100644 --- a/collections.json +++ b/collections.json @@ -451,7 +451,7 @@ }, "codicon": { "name": "Codicons", - "total": 327, + "total": 328, "author": "Microsoft Corporation", "url": "https://github.com/microsoft/vscode-codicons", "license": "CC BY 4.0", @@ -466,7 +466,7 @@ "bell-dot", "new-file" ], - "version": "0.0.9", + "version": "0.0.10", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 20be89a..2e28a15 100644 --- a/collections.md +++ b/collections.md @@ -259,12 +259,12 @@ ### Codicons -* Number of icons: 327 +* Number of icons: 328 * Author: Microsoft Corporation * URL: https://github.com/microsoft/vscode-codicons * License: CC BY 4.0 * License URL: https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE -* Version: 0.0.9 +* Version: 0.0.10 * Palette: Colorless diff --git a/composer.json b/composer.json index f0a7d68..32f5986 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.1.221", + "version": "1.1.222", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/codicon.json b/json/codicon.json index 76d7567..83f1042 100644 --- a/json/codicon.json +++ b/json/codicon.json @@ -2,7 +2,7 @@ "prefix": "codicon", "info": { "name": "Codicons", - "total": 327, + "total": 328, "author": { "name": "Microsoft Corporation", "url": "https://github.com/microsoft/vscode-codicons" @@ -12,7 +12,7 @@ "spdx": "CC-BY-4.0", "url": "https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE" }, - "version": "0.0.9", + "version": "0.0.10", "samples": [ "account", "bell-dot", @@ -571,6 +571,9 @@ "lock": { "body": "" }, + "magnet": { + "body": "" + }, "mail": { "body": "" }, diff --git a/package.json b/package.json index 901f6e4..c640b2b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.1.221", + "version": "1.1.222", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",