Skip to content

Commit

Permalink
(fix) O3-4018: Fix checkmarkFilled icon and remove broken information…
Browse files Browse the repository at this point in the history
…Icon
  • Loading branch information
ibacher committed Oct 3, 2024
1 parent f69ecc1 commit d0d2baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions packages/framework/esm-styleguide/src/icons/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@ export const EventsIcon = memo(
}),
);

/**
*/
export const InformationIcon = memo(
forwardRef<SVGSVGElement, IconProps>(function InformationIcon(props, ref) {
return <Icon ref={ref} icon="omrs-icon-information" iconProps={props} />;
}),
);

/**
*/
export const GroupIcon = memo(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0d2baa

Please sign in to comment.