@angular2-material/icon
Version:
Angular 2 Material icon
14 lines (12 loc) • 344 B
CSS
/** The width/height of the icon element. */
/**
This works because we're using ViewEncapsulation.None. If we used the default
encapsulation, the selector would need to be ":host".
*/
md-icon {
background-repeat: no-repeat;
display: inline-block;
fill: currentColor;
height: 24px;
width: 24px; }
/*# sourceMappingURL=icon.css.map */