2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-09 14:51:03 +00:00

Update Codicons, Octicons

This commit is contained in:
Vjacheslav Trushkin 2020-07-29 10:23:35 +03:00
parent c141407ebd
commit d0d7ab6753
6 changed files with 3079 additions and 234 deletions

View File

@ -394,6 +394,48 @@
"palette": "Colorful",
"category": "General"
},
"octicon": {
"name": "Octicons",
"total": 397,
"author": "GitHub",
"url": "https://github.com/primer/octicons/",
"license": "Open Font License",
"licenseURL": "https://raw.githubusercontent.com/primer/octicons/master/LICENSE",
"height": [
16,
24
],
"displayHeight": 24,
"samples": [
"alert-24",
"bell-slash-24",
"hourglass-24"
],
"version": "10.0.0",
"palette": "Colorless",
"category": "General"
},
"codicon": {
"name": "Codicons",
"total": 325,
"author": "Microsoft Corporation",
"url": "https://github.com/microsoft/vscode-codicons",
"license": "CC BY 4.0",
"licenseURL": "https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE",
"height": [
16,
24
],
"displayHeight": 16,
"samples": [
"account",
"bell-dot",
"new-file"
],
"version": "0.0.7",
"palette": "Colorless",
"category": "General"
},
"ant-design": {
"name": "Ant Design Icons",
"total": 788,
@ -729,23 +771,6 @@
"palette": "Colorless",
"category": "General"
},
"octicon": {
"name": "Octicons",
"total": 184,
"author": "GitHub",
"url": "https://github.com/primer/octicons/",
"license": "Open Font License",
"licenseURL": "https://raw.githubusercontent.com/primer/octicons/master/LICENSE",
"height": 16,
"samples": [
"clippy",
"request-changes",
"pin"
],
"version": "8.5.0",
"palette": "Colorless",
"category": "General"
},
"et": {
"name": "Elegant",
"total": 100,

View File

@ -228,6 +228,26 @@
* Palette: Colorful
### Octicons
* Number of icons: 397
* Author: GitHub
* URL: https://github.com/primer/octicons/
* License: Open Font License
* License URL: https://raw.githubusercontent.com/primer/octicons/master/LICENSE
* Version: 10.0.0
* Palette: Colorless
### Codicons
* Number of icons: 325
* 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.7
* Palette: Colorless
### Ant Design Icons
* Number of icons: 788
* Author: HeskeyBaozi
@ -418,16 +438,6 @@
* Palette: Colorless
### Octicons
* Number of icons: 184
* Author: GitHub
* URL: https://github.com/primer/octicons/
* License: Open Font License
* License URL: https://raw.githubusercontent.com/primer/octicons/master/LICENSE
* Version: 8.5.0
* Palette: Colorless
### Elegant
* Number of icons: 100
* Author: Kenny Sing

View File

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

1038
json/codicon.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.1.196",
"version": "1.1.197",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",