diff --git a/src/components/icon/icon.scss b/src/components/icon/icon.scss new file mode 100644 index 00000000000..5d7615c7399 --- /dev/null +++ b/src/components/icon/icon.scss @@ -0,0 +1,18 @@ + +md-icon { + margin: auto; + padding: 0; + display: inline-block; + margin-top: 5px; + background-repeat: no-repeat no-repeat; + pointer-events: none; +} +svg, object { + fill: currentColor; + color: currentColor; +} + +md-class-icon { + // display: block; + // margin: 0 auto; +}