vsc-material-but-i-wont-sue.../src/icons/partials/light.js

24 lines
No EOL
658 B
JavaScript

"light": {
"folderExpanded": "_folder_open",
"folder": "_folder_light",
"folderNames": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
".vscode": "_folder_vscode",
"bower_components": "_file_bower",
"build": "_folder_light_build",
"dist": "_folder_light_build"
},
"folderNamesExpanded": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
".vscode": "_folder_vscode_open",
"bower_components": "_file_bower",
"build": "_folder_open_build",
"dist": "_folder_open_build"
}
},