fix: Add dist folder icon

This commit is contained in:
equinusocio 2017-11-14 14:08:06 +01:00
parent 5755813c9b
commit a6600d22ed
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
4 changed files with 14 additions and 4 deletions

View file

@ -30,7 +30,8 @@
"_folder_bower_open",
"_folder_git_open",
"_folder_github_open",
"_folder_test_open"
"_folder_test_open",
"_folder_dist_open"
],
"changelog": {
"lastversion": "1.1.1"
@ -38,6 +39,12 @@
"icons": {
"theme": {
"iconDefinitions": {
"_folder_dist": {
"iconPath": "../icons/folder_dist.svg"
},
"_folder_dist_open": {
"iconPath": "../icons/folder_dist_open.svg"
},
"_folder_test": {
"iconPath": "../icons/folder_test.svg"
},
@ -176,6 +183,7 @@
"_folder_bower",
"_folder_git",
"_folder_github",
"_folder_test"
"_folder_test",
"_folder_dist"
]
}

View file

@ -11,7 +11,7 @@
".vscode": "_folder_vscode",
".gulp": "_folder_gulp",
"build": "_folder_dark_build",
"dist": "_folder_dark_build"
"dist": "_folder_dist"
},
"folderNamesExpanded": {
"test": "_folder_test_open",
@ -26,5 +26,5 @@
".gulp": "_folder_gulp_open",
".vscode": "_folder_vscode_open",
"build": "_folder_open_build",
"dist": "_folder_open_build"
"dist": "_folder_dist_open"
}

View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#4a616c;}.cls-2{fill:#d28445;}</style></defs><title>folder_dist</title><path class="cls-1" d="M14.52,20.81a3.47,3.47,0,0,1-.06-.64v-.64H13.18V18.25h1.28v-.64a3.39,3.39,0,0,1,.06-.64H13.18V15.7H15a4,4,0,0,1,1.16-1.26l-1-1,.9-.9,1.39,1.39a3.82,3.82,0,0,1,.9-.11,4,4,0,0,1,.91.11l1.38-1.39.9.9-1,1a3.91,3.91,0,0,1,1.17,1.26H23V7.4a2.22,2.22,0,0,0-2.2-2.2H12L9.8,3H3.2A2.22,2.22,0,0,0,1,5.2V18.8a2,2,0,0,0,2.2,2H9.85v0h4.67Z"/><path class="cls-1" d="M20.8,5.2H12L9.8,3H3.2A2.22,2.22,0,0,0,1,5.2V18.8a2,2,0,0,0,2.2,2H23V7.4A2.22,2.22,0,0,0,20.8,5.2Z"/><path class="cls-2" d="M22.74,13.51H20.22V12.25A1.25,1.25,0,0,0,19,11H16.44a1.25,1.25,0,0,0-1.26,1.26v1.26H12.67a1.25,1.25,0,0,0-1.26,1.26V21.7A1.26,1.26,0,0,0,12.67,23H22.74A1.26,1.26,0,0,0,24,21.7V14.77A1.25,1.25,0,0,0,22.74,13.51Zm-3.78,0H16.44V12.25H19Z"/></svg>

After

Width:  |  Height:  |  Size: 931 B

View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#80cbc4;}.cls-2{fill:#d28445;}</style></defs><title>folder_dist_open</title><path class="cls-1" d="M23,12.25V7.5a2.23,2.23,0,0,0-2.2-2.25H12L9.8,3H3.2A2.23,2.23,0,0,0,1,5.25v13.5A2.23,2.23,0,0,0,3.2,21h10v-.18h1.33a4.46,4.46,0,0,1,0-.63v-.64H13.18v-.78H3.2V7.5H20.8v8.71H23v-4Z"/><path class="cls-2" d="M22.74,13.51H20.22V12.25A1.25,1.25,0,0,0,19,11H16.44a1.25,1.25,0,0,0-1.26,1.26v1.26H12.67a1.25,1.25,0,0,0-1.26,1.26V21.7A1.26,1.26,0,0,0,12.67,23H22.74A1.26,1.26,0,0,0,24,21.7V14.77A1.25,1.25,0,0,0,22.74,13.51Zm-3.78,0H16.44V12.25H19Z"/></svg>

After

Width:  |  Height:  |  Size: 664 B