@mixin x-icon-sizing($map) {
  @each $size, $value in $map {
    .x-icon-#{$size} {
      font-size: $value;
    }
  }
}
