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:
parent
c141407ebd
commit
d0d7ab6753
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
1038
json/codicon.json
Normal file
File diff suppressed because it is too large
Load Diff
2182
json/octicon.json
2182
json/octicon.json
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user