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

/* stylelint-disable selector-class-pattern */
:local {
  .IconComplete {
    path:first-child {
      fill: var(--terra-icon-complete-path-1-fill, #78c346);
    }

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