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

/* stylelint-disable selector-class-pattern */
:local {
  .IconLow {
    path:first-child {
      fill: var(--terra-icon-low-path-1-fill, #0053e6);
    }
  }
}
/* stylelint-enable selector-class-pattern */
