Skip to content

Commit

Permalink
(fix) Fixed wrong print icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Nov 12, 2024
1 parent 7eac210 commit 3aff47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/esm-styleguide/src/icons/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export const PenIcon = memo(
*/
export const PrinterIcon = memo(
forwardRef<SVGSVGElement, IconProps>(function PrinterIcon(props, ref) {
return <Icon ref={ref} icon="omrs-icon-pen" iconProps={props} />;
return <Icon ref={ref} icon="omrs-icon-print" iconProps={props} />;
}),
);

Expand Down

0 comments on commit 3aff47e

Please sign in to comment.