Skip to content

Commit 05aa59e

Browse files
committed
fix icon
1 parent 4a3810f commit 05aa59e

File tree

1 file changed

+1
-1
lines changed
  • packages/core/addon/components/eui-icon

1 file changed

+1
-1
lines changed

packages/core/addon/components/eui-icon/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class EuiIcon extends Component<EuiIconArgs> {
113113

114114
getEuiIconSvgPath(type: EuiIconType) {
115115
const config = getOwner(this).resolveRegistration('config:environment');
116-
const svgPath = config?.['ember-eui']?.svgPath || 'svg/assets/';
116+
const svgPath = config?.['@ember-eui/core']?.svgPath || 'svg/assets/';
117117
let euiIcon = typeToPathMap[type].replace(/_/g, '-').toLowerCase();
118118
return `${svgPath}${euiIcon}`;
119119
}

0 commit comments

Comments
 (0)