@import './orion-fusion-theme/IconHigh.module';
@import './clinical-lowlight-theme/IconHigh.module';

/* stylelint-disable selector-class-pattern */
:local {
  .IconHigh {
    path {
      fill: var(--terra-icon-high-path-1-fill, #ff6100);
    }
  }
}
/* stylelint-enable selector-class-pattern */
