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

/* stylelint-disable selector-class-pattern */
:local {
  .IconCritical {
    path:first-child {
      fill: var(--terra-icon-critical-path-1-fill, #c00);
    }

    path:last-child {
      fill: var(--terra-icon-critical-path-2-fill, #fff);
    }
  }
}
/* stylelint-enable selector-class-pattern */
