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