From 3e73e1fcc622fcc05ad433bd4e28c4b16f49ab96 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 9 Feb 2017 22:08:09 +0100 Subject: [PATCH] fix: Add bower icon --- src/icons/bower.svg | 3 +++ src/material-theme-icons.json | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 src/icons/bower.svg 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",