@import '../core/style/variables';


// The width/height of the icon element.
$md-icon-size: 24px !default;

md-icon {
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: $md-icon-size;
  width: $md-icon-size;
}
