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

/* stylelint-disable selector-class-pattern */
:local {
  .IconUnexpected {
    path:first-child {
      fill: var(--terra-icon-unexpected-path-1-fill, #868a8c);
    }
  }
}
/* stylelint-enable selector-class-pattern */
