diff --git a/src/icons/bower.svg b/src/icons/bower.svg new file mode 100644 index 0000000..9fb2327 --- /dev/null +++ b/src/icons/bower.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 68ec86d..6252bd9 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,8 @@ { "iconDefinitions": { + "_file_bower": { + "iconPath": "./icons/bower.svg" + }, "_file_json": { "iconPath": "./icons/json.svg" }, @@ -524,6 +527,7 @@ "css.map": "_file_cssmap" }, "fileNames": { + "bower.json": "_file_bower", "webpack.js": "_file_webpack", "webpack.config.js": "_file_webpack", "webpack.dev.js": "_file_webpack",