Skip to content

Commit

Permalink
chore(6.x.x): support phosphor bold and fill icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Nov 23, 2023
1 parent b2b1d6e commit 5aec2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/fusion-ui/components/icon/v1/icon.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
}
}
Expand Down

0 comments on commit 5aec2a0

Please sign in to comment.