From ba7d4e067cce2c63dda1b21f960c56a2d2be565d Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 2 Jan 2021 10:22:09 +0200 Subject: [PATCH] Update VSCode Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/vscode-icons.json | 28 ++++++++++++++++++++++++++-- package.json | 2 +- 5 files changed, 32 insertions(+), 8 deletions(-) diff --git a/collections.json b/collections.json index d43c31e..ebc49d1 100644 --- a/collections.json +++ b/collections.json @@ -940,7 +940,7 @@ }, "vscode-icons": { "name": "VSCode Icons", - "total": 1053, + "total": 1061, "author": "Roberto Huertas", "url": "https://github.com/vscode-icons/vscode-icons", "license": "MIT", @@ -951,7 +951,7 @@ "file-type-json", "file-type-manifest" ], - "version": "11.0.0", + "version": "11.1.0", "palette": "Colorful", "category": "General" }, diff --git a/collections.md b/collections.md index f2a61f7..f9cd563 100644 --- a/collections.md +++ b/collections.md @@ -536,12 +536,12 @@ ### VSCode Icons -* Number of icons: 1053 +* Number of icons: 1061 * Author: Roberto Huertas * URL: https://github.com/vscode-icons/vscode-icons * License: MIT * License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE -* Version: 11.0.0 +* Version: 11.1.0 * Palette: Colorful diff --git a/composer.json b/composer.json index 3682eb0..5879c21 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.278", + "version": "1.1.279", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/vscode-icons.json b/json/vscode-icons.json index 373dcf6..7095879 100644 --- a/json/vscode-icons.json +++ b/json/vscode-icons.json @@ -2,7 +2,7 @@ "prefix": "vscode-icons", "info": { "name": "VSCode Icons", - "total": 1053, + "total": 1061, "author": { "name": "Roberto Huertas", "url": "https://github.com/vscode-icons/vscode-icons" @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE" }, - "version": "11.0.0", + "version": "11.1.0", "samples": [ "file-type-actionscript2", "file-type-json", @@ -558,6 +558,9 @@ "file-type-falcon": { "body": "" }, + "file-type-fauna": { + "body": "" + }, "file-type-favicon": { "body": "" }, @@ -813,6 +816,9 @@ "file-type-hygen": { "body": "" }, + "file-type-hypr": { + "body": "" + }, "file-type-icl": { "body": "" }, @@ -1610,6 +1616,9 @@ "file-type-ocaml": { "body": "" }, + "file-type-ogone": { + "body": "" + }, "file-type-onenote": { "body": "" }, @@ -1816,6 +1825,9 @@ "file-type-python": { "body": "" }, + "file-type-pytyped": { + "body": "" + }, "file-type-pyup": { "body": "" }, @@ -2153,6 +2165,9 @@ "file-type-tfs": { "body": "" }, + "file-type-tiltfile": { + "body": "" + }, "file-type-todo": { "body": "" }, @@ -2177,9 +2192,15 @@ "file-type-ttcn": { "body": "" }, + "file-type-tuc": { + "body": "" + }, "file-type-twig": { "body": "" }, + "file-type-typedoc": { + "body": "" + }, "file-type-typescript": { "body": "" }, @@ -2198,6 +2219,9 @@ "file-type-unibeautify": { "body": "" }, + "file-type-unlicense": { + "body": "" + }, "file-type-vagrant": { "body": "" }, diff --git a/package.json b/package.json index 3ad1cc2..0ec0b8d 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.278", + "version": "1.1.279", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",