Skip to content

Commit

Permalink
(chore) O3-4018: Add checkmarkFilled and information icons mocks (ope…
Browse files Browse the repository at this point in the history
…nmrs#1166)

* (chore) add checkmark--filled and information icons mocks

* (fix) fix CheckmarkFilledIcon mock name
  • Loading branch information
usamaidrsk authored and Samstar10 committed Oct 22, 2024
1 parent 42e3b62 commit 30c81fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/esm-styleguide/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const ArrowLeftIcon = () => <div>ArrowLeftIcon</div>;
export const ArrowRightIcon = () => <div>ArrowRightIcon</div>;
export const ArrowUpIcon = () => <div>ArrowUpIcon</div>;
export const BabyIcon = () => <div>BabyIcon</div>;
export const CheckmarkFilledIcon = () => <div>CheckmarkFilledIcon</div>;
export const ChartAverageIcon = () => <div>ChartAverageIcon</div>;
export const ChemistryIcon = () => <div>ChemistryIcon</div>;
export const ChevronDownIcon = () => <div>ChevronDownIcon</div>;
Expand All @@ -23,6 +24,7 @@ export const EventsIcon = () => <div>EventsIcon</div>;
export const GroupIcon = () => <div>GroupIcon</div>;
export const GroupAccessIcon = () => <div>GroupAccessIcon</div>;
export const HospitalBedIcon = () => <div>HospitalBedIcon</div>;
export const InformationIcon = () => <div>InformationIcon</div>;
export const ImageMedicalIcon = () => <div>ImageMedicalIcon</div>;
export const InventoryManagementIcon = () => <div>InventoryManagementIcon</div>;
export const RadiologyIcon = () => <div>RadiologyIcon</div>;
Expand Down

0 comments on commit 30c81fe

Please sign in to comment.