diff --git a/packages/framework/esm-styleguide/mock.tsx b/packages/framework/esm-styleguide/mock.tsx index e446cae4c..f1632fa87 100644 --- a/packages/framework/esm-styleguide/mock.tsx +++ b/packages/framework/esm-styleguide/mock.tsx @@ -7,6 +7,7 @@ export const ArrowLeftIcon = () =>
ArrowLeftIcon
; export const ArrowRightIcon = () =>
ArrowRightIcon
; export const ArrowUpIcon = () =>
ArrowUpIcon
; export const BabyIcon = () =>
BabyIcon
; +export const CheckmarkFilledIcon = () =>
CheckmarkFilledIcon
; export const ChartAverageIcon = () =>
ChartAverageIcon
; export const ChemistryIcon = () =>
ChemistryIcon
; export const ChevronDownIcon = () =>
ChevronDownIcon
; @@ -23,6 +24,7 @@ export const EventsIcon = () =>
EventsIcon
; export const GroupIcon = () =>
GroupIcon
; export const GroupAccessIcon = () =>
GroupAccessIcon
; export const HospitalBedIcon = () =>
HospitalBedIcon
; +export const InformationIcon = () =>
InformationIcon
; export const ImageMedicalIcon = () =>
ImageMedicalIcon
; export const InventoryManagementIcon = () =>
InventoryManagementIcon
; export const RadiologyIcon = () =>
RadiologyIcon
;