2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 11:28:55 +00:00

Update 2 icon sets: Simple Icons, VSCode Icons

This commit is contained in:
Vjacheslav Trushkin 2022-10-03 08:25:06 +03:00
parent 6e9b89d661
commit a8ea86906f
7 changed files with 55 additions and 23 deletions

View File

@ -1075,8 +1075,8 @@
}, },
"vscode-icons": { "vscode-icons": {
"name": "VSCode Icons", "name": "VSCode Icons",
"total": 1172, "total": 1176,
"version": "11.18.0", "version": "11.19.0",
"author": { "author": {
"name": "Roberto Huertas", "name": "Roberto Huertas",
"url": "https://github.com/vscode-icons/vscode-icons" "url": "https://github.com/vscode-icons/vscode-icons"
@ -1674,8 +1674,8 @@
}, },
"simple-icons": { "simple-icons": {
"name": "Simple Icons", "name": "Simple Icons",
"total": 2374, "total": 2379,
"version": "7.13.0", "version": "7.14.0",
"author": { "author": {
"name": "Simple Icons Collaborators", "name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons" "url": "https://github.com/simple-icons/simple-icons"

View File

@ -482,12 +482,12 @@
### VSCode Icons ### VSCode Icons
* Number of icons: 1172 * Number of icons: 1176
* Author: Roberto Huertas * Author: Roberto Huertas
* URL: https://github.com/vscode-icons/vscode-icons * URL: https://github.com/vscode-icons/vscode-icons
* License: MIT * License: MIT
* License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE * License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE
* Version: 11.18.0 * Version: 11.19.0
* Palette: Colorful * Palette: Colorful
@ -743,12 +743,12 @@
### Simple Icons ### Simple Icons
* Number of icons: 2374 * Number of icons: 2379
* Author: Simple Icons Collaborators * Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons * URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0 * License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 7.13.0 * Version: 7.14.0
* Palette: Colorless * Palette: Colorless

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.116", "version": "2.1.117",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.116", "version": "2.1.117",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",

View File

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