/** 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 */
