2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00

Update File Icons, VSCode Icons

This commit is contained in:
Vjacheslav Trushkin 2020-08-28 12:39:18 +03:00
parent 647dfae6d9
commit f05372d62f
6 changed files with 6116 additions and 2 deletions

View File

@ -567,6 +567,22 @@
"palette": "Colorless",
"category": "General"
},
"file-icons": {
"name": "File Icons",
"total": 872,
"author": "John Gardner",
"url": "https://github.com/file-icons/icons",
"license": "ISC",
"licenseURL": "https://github.com/file-icons/icons/blob/master/LICENSE.md",
"height": 16,
"samples": [
"adobe",
"chartjs",
"dom"
],
"palette": "Colorless",
"category": "General"
},
"ps": {
"name": "PrestaShop Icons",
"total": 479,
@ -821,6 +837,23 @@
"palette": "Colorless",
"category": "General"
},
"vscode-icons": {
"name": "VSCode Icons",
"total": 1038,
"author": "Roberto Huertas",
"url": "https://github.com/vscode-icons/vscode-icons",
"license": "MIT",
"licenseURL": "https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE",
"height": 32,
"samples": [
"file-type-actionscript2",
"file-type-json",
"file-type-manifest"
],
"version": "10.2.0",
"palette": "Colorful",
"category": "General"
},
"fa": {
"name": "Font Awesome 4",
"total": 678,

View File

@ -323,6 +323,15 @@
* Palette: Colorless
### File Icons
* Number of icons: 872
* Author: John Gardner
* URL: https://github.com/file-icons/icons
* License: ISC
* License URL: https://github.com/file-icons/icons/blob/master/LICENSE.md
* Palette: Colorless
### PrestaShop Icons
* Number of icons: 479
* Author: PrestaShop
@ -467,6 +476,16 @@
* Palette: Colorless
### VSCode Icons
* Number of icons: 1038
* 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: 10.2.0
* Palette: Colorful
### Font Awesome 4
* Number of icons: 678
* Author: Dave Gandy

View File

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

2889
json/file-icons.json Normal file

File diff suppressed because one or more lines are too long

3173
json/vscode-icons.json Normal file

File diff suppressed because one or more lines are too long

View File

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