diff --git a/projects/fusion-ui/components/icon/v1/icon.component.ts b/projects/fusion-ui/components/icon/v1/icon.component.ts index 79f326a66..e06419f4b 100644 --- a/projects/fusion-ui/components/icon/v1/icon.component.ts +++ b/projects/fusion-ui/components/icon/v1/icon.component.ts @@ -47,6 +47,8 @@ export class IconComponent extends SvgComponent { this.libVersion += '/regular'; } else if (this.libVersion === 'ph/bold') { this.iconName += '-bold'; + } else if (this.libVersion === 'ph/fill') { + this.iconName += '-fill'; } } }