.{$prefix}-color-brand-primary {
  color: $brand-primary;
}

.{$prefix}-fill-brand-primary {
  svg {
    fill: $brand-primary;
  }
}