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 b40d918
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import download from './svgs/download.svg';
import edit from './svgs/edit.svg';
import eventSchedule from './svgs/event-schedule.svg';
import events from './svgs/events.svg';
import information from './svgs/information.svg';
import group from './svgs/group.svg';
import groupAccess from './svgs/group-access.svg';
import hospitalBed from './svgs/hospital-bed.svg';
Expand Down Expand Up @@ -103,7 +102,6 @@ export function setupIcons() {
addSvg('omrs-icon-edit', edit);
addSvg('omrs-icon-event-schedule', eventSchedule);
addSvg('omrs-icon-events', events);
addSvg('omrs-icon-information', information);
addSvg('omrs-icon-group', group);
addSvg('omrs-icon-group-access', groupAccess);
addSvg('omrs-icon-hospital-bed', hospitalBed);
Expand Down
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 b40d918

Please sign in to comment.