Skip to content

Commit

Permalink
(chore) add checkmark--filled and information icons mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Sep 29, 2024
1 parent 0e40c94 commit 86eccbd
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 checkmarkFilled = () => <div>checkmarkFilled</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 86eccbd

Please sign in to comment.