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