2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-22 19:08:56 +00:00

Update Codicons

This commit is contained in:
Vjacheslav Trushkin 2020-09-12 09:00:53 +03:00
parent 2e597ed07c
commit 086ec248d3
5 changed files with 11 additions and 8 deletions

View File

@ -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"
},

View File

@ -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

View File

@ -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": {

View File

@ -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": "<g fill=\"currentColor\"><path d=\"M13 7h-1V5a4 4 0 1 0-8 0v2H3L2 8v6l1 1h10l1-1V8l-1-1zM5 5a3 3 0 1 1 6 0v2H5V5zm8 9H3V8h10v6z\"/></g>"
},
"magnet": {
"body": "<g fill=\"currentColor\"><path d=\"M8 1.5c-3.9 0-7 3.1-7 7v5l1 1h3l1-1v-5c0-1.1.9-2 2-2s2 .9 2 2v5l1 1h3l1-1v-5c0-3.9-3.1-7-7-7zm-3 12H2v-3h3v3zm9 0h-3v-3h3v3zm-3-4v-1c0-1.7-1.3-3-3-3c-1.6 0-2.9 1.3-3 2.8v1.2H2v-1c0-3.3 2.7-6 6-6s6 2.7 6 6v1h-3z\"/></g>"
},
"mail": {
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3.5l.5-.5h13l.5.5v9l-.5.5h-13l-.5-.5v-9zm1 1.035V12h12V4.536L8.31 8.9H7.7L2 4.535zM13.03 4H2.97L8 7.869L13.03 4z\"/></g>"
},

View File

@ -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",