Add YAML file type icon (#7185)

Add YAML file type icon from
[file-icons/icons](https://github.com/file-icons/icons)

https://github.com/file-icons/icons/blob/master/svg/YAML.svg
Release Notes:
- Added YAML file type icon.

---------

Co-authored-by: d1y <chenhonzhou@gmail.com>
This commit is contained in:
thurain 2024-02-01 20:43:07 +06:30 committed by GitHub
parent 2d41a119b3
commit a853a80634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -109,8 +109,8 @@
"xls": "document", "xls": "document",
"xlsx": "document", "xlsx": "document",
"xml": "template", "xml": "template",
"yaml": "settings", "yaml": "yaml",
"yml": "settings", "yml": "yaml",
"zlogin": "terminal", "zlogin": "terminal",
"zsh": "terminal", "zsh": "terminal",
"zsh_aliases": "terminal", "zsh_aliases": "terminal",
@ -174,6 +174,9 @@
"php": { "php": {
"icon": "icons/file_icons/php.svg" "icon": "icons/file_icons/php.svg"
}, },
"yaml": {
"icon": "icons/file_icons/yaml.svg"
},
"prettier": { "prettier": {
"icon": "icons/file_icons/prettier.svg" "icon": "icons/file_icons/prettier.svg"
}, },

View file

@ -0,0 +1 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="457px" height="512px"><polygon points="342.0159302,0 457,0 114.9831009,512 0,512 171.0082092,256 0,0 114.9831009,0 228.4997559,169.9342041 "/></svg>

After

Width:  |  Height:  |  Size: 209 B