@include b(icon) {
  display: block;

  @each $theme, $rgb in $rd-themes {
    @include theme(#{$theme}) {
      color: var(--#{$rd-prefix}color-#{$theme});
    }
  }
}
