Use demo icons instead of mdi (#2623)

* generate demo icons

* replace tab icons and update build file

* review comments

* review comments

* update ignores

* cleanup
This commit is contained in:
David F. Mulcahey
2019-01-30 14:42:09 -05:00
committed by Paulus Schoutsen
parent f97b5c48d0
commit e42e59871e
8 changed files with 154 additions and 128 deletions

View File

@@ -8,10 +8,9 @@ import "../../src/resources/roboto";
import "../../src/components/ha-iconset-svg";
import "./ha-demo";
import "./resources/hademo-icons";
/* polyfill for paper-dropdown */
setTimeout(
() =>
import(/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min"),
1000
);
setTimeout(() => {
import(/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min");
}, 1000);