UNPKG

344 BCSSView Raw
1/** The width/height of the icon element. */
2/**
3This works because we're using ViewEncapsulation.None. If we used the default
4encapsulation, the selector would need to be ":host".
5*/
6md-icon {
7 background-repeat: no-repeat;
8 display: inline-block;
9 fill: currentColor;
10 height: 24px;
11 width: 24px; }
12
13/*# sourceMappingURL=icon.css.map */