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