@mixin md-icon-size($size: $icon-size) {
  width: $size;
  min-width: $size;
  height: $size;
  font-size: $size !important;
}
