@each $key, $font-size in $u-font-size {
  .u-icon-size-#{$key} {
    width: $font-size;
    height: $font-size;
  }
}
