@luscii-healthtech/web-ui 35.9.2 → 35.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -7,6 +7,7 @@ export { default as BellIconSlashed } from "./BellIconSlashed";
7
7
  export { default as BellIcon } from "./BellIcon";
8
8
  export { default as BluetoothIcon } from "./BluetoothIcon";
9
9
  export { default as BrushIcon } from "./BrushIcon";
10
+ export { default as CakeIcon } from "./CakeIcon";
10
11
  export { default as CalendarDayIcon } from "./CalendarDayIcon";
11
12
  export { default as CalendarMonthIcon } from "./CalendarMonthIcon";
12
13
  export { default as CalendarRepeatIcon } from "./CalendarRepeatIcon";
@@ -40,6 +41,7 @@ export { default as FilterIcon } from "./FilterIcon";
40
41
  export { default as FireIcon } from "./FireIcon";
41
42
  export { default as FirstAidKitIcon } from "./FirstAidKitIcon";
42
43
  export { default as FlagIcon } from "./FlagIcon";
44
+ export { default as FolderIcon } from "./FolderIcon";
43
45
  export { default as ForwardIcon } from "./ForwardIcon";
44
46
  export { default as GrayAlertIcon } from "./GrayAlertIcon";
45
47
  export { default as GroupIcon } from "./GroupIcon";
@@ -49,6 +51,7 @@ export { default as HandshakeIcon } from "./HandshakeIcon";
49
51
  export { default as HeartIcon } from "./HeartIcon";
50
52
  export { default as HeartMinusIcon } from "./HeartMinusIcon";
51
53
  export { default as HomeIcon } from "./HomeIcon";
54
+ export { default as IdBadgeIcon } from "./IdBadgeIcon";
52
55
  export { default as ImageIcon } from "./ImageIcon";
53
56
  export { default as InfoIcon } from "./InfoIcon";
54
57
  export { default as LifebuoyIcon } from "./LifebuoyIcon";
@@ -62,10 +65,12 @@ export { default as MessageWithArrowIcon } from "./MessageWithArrowIcon";
62
65
  export { default as MoreIcon } from "./MoreIcon";
63
66
  export { default as MouseIcon } from "./MouseIcon";
64
67
  export { default as NoteIcon } from "./NoteIcon";
68
+ export { default as PageIcon } from "./PageIcon";
65
69
  export { default as PageViewIcon } from "./PageViewIcon";
66
70
  export { default as PaperclipIcon } from "./PaperclipIcon";
67
71
  export { default as PatientIcon } from "./PatientIcon";
68
72
  export { default as PencilIcon } from "./PencilIcon";
73
+ export { default as PersonIcon } from "./PersonIcon";
69
74
  export { default as PhoneIcon } from "./PhoneIcon";
70
75
  export { default as PieChartIcon } from "./PieChartIcon";
71
76
  export { default as PinIcon } from "./PinIcon";
@@ -4,7 +4,7 @@ import { FormFieldSize } from "../../types/general.types";
4
4
  export declare const StyledInput: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "width"> & {
5
5
  suffix?: string | undefined;
6
6
  prefix?: string | undefined;
7
- icon?: "AbsentIcon" | "AlarmClockIcon" | "AmberAlertIcon" | "AssignedIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "ForwardIcon" | "GrayAlertIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HeartMinusIcon" | "HomeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageViewIcon" | "PaperclipIcon" | "PatientIcon" | "PencilIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallArrowDownIcon" | "SmallArrowUpIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "SmallUpsideDownTriangleIcon" | "StarIcon" | "StopwatchIcon" | "TadaIcon" | "TrashBinIcon" | "TreeIcon" | "UnassignedIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
7
+ icon?: "AbsentIcon" | "AlarmClockIcon" | "AmberAlertIcon" | "AssignedIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CakeIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "FolderIcon" | "ForwardIcon" | "GrayAlertIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HeartMinusIcon" | "HomeIcon" | "IdBadgeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageIcon" | "PageViewIcon" | "PaperclipIcon" | "PatientIcon" | "PencilIcon" | "PersonIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallArrowDownIcon" | "SmallArrowUpIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "SmallUpsideDownTriangleIcon" | "StarIcon" | "StopwatchIcon" | "TadaIcon" | "TrashBinIcon" | "TreeIcon" | "UnassignedIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
8
8
  width?: FormFieldSize | [FormFieldSize, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?] | undefined;
9
9
  isError?: boolean | undefined;
10
10
  isClearIconVisible?: boolean | undefined;
@@ -258,6 +258,13 @@ const SvgBrushIcon = (props) => React__namespace.default.createElement(
258
258
  );
259
259
  var BrushIcon = IconWrapper(SvgBrushIcon);
260
260
 
261
+ const SvgCakeIcon = (props) => React__namespace.default.createElement(
262
+ "svg",
263
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
264
+ React__namespace.default.createElement("path", { fill: "currentColor", d: "M4.365 21.5a.821.821 0 0 1-.616-.259.87.87 0 0 1-.249-.626v-4.884c0-.499.177-.925.53-1.278.353-.353.78-.53 1.278-.53H5.5V9.846c0-.499.177-.925.53-1.278.353-.353.78-.53 1.278-.53h3.942V6.57a2.702 2.702 0 0 1-.72-.682 1.563 1.563 0 0 1-.28-.933 1.696 1.696 0 0 1 .523-1.227l.906-.906c.027-.027.134-.074.321-.14.033 0 .14.046.321.14l.906.906c.174.174.305.366.392.576.087.21.131.426.131.65 0 .362-.093.674-.28.934a2.688 2.688 0 0 1-.72.682v1.47h3.942c.499 0 .925.176 1.278.53.353.352.53.778.53 1.277v4.077h.192c.499 0 .925.177 1.278.53.353.353.53.779.53 1.278v4.884a.852.852 0 0 1-.259.626.852.852 0 0 1-.626.259H4.365ZM7 13.923h10V9.846a.3.3 0 0 0-.087-.221.3.3 0 0 0-.22-.087H7.307a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.221v4.077ZM5 20h14v-4.27a.3.3 0 0 0-.087-.22.3.3 0 0 0-.22-.087H5.307a.3.3 0 0 0-.221.086.3.3 0 0 0-.087.222V20Z" })
265
+ );
266
+ var CakeIcon = IconWrapper(SvgCakeIcon);
267
+
261
268
  const SvgCalendarDayIcon = (props) => React__namespace.default.createElement(
262
269
  "svg",
263
270
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -492,6 +499,13 @@ const SvgFlagIcon = (props) => React__namespace.default.createElement(
492
499
  );
493
500
  var FlagIcon = IconWrapper(SvgFlagIcon);
494
501
 
502
+ const SvgFolderIcon = (props) => React__namespace.default.createElement(
503
+ "svg",
504
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
505
+ React__namespace.default.createElement("path", { fill: "currentColor", d: "M4.308 19.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V6.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525H9.05c.241 0 .473.047.695.14.223.094.416.223.58.387L11.798 6.5h7.894c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v9.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H4.308Zm0-1.5h15.384a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V8.307a.3.3 0 0 0-.087-.222.3.3 0 0 0-.22-.086h-8.509L9.271 6.087A.281.281 0 0 0 9.06 6H4.308a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22v11.385a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087Z" })
506
+ );
507
+ var FolderIcon = IconWrapper(SvgFolderIcon);
508
+
495
509
  const SvgForwardIcon = (props) => React__namespace.default.createElement(
496
510
  "svg",
497
511
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -555,6 +569,13 @@ const SvgHomeIcon = (props) => React__namespace.default.createElement(
555
569
  );
556
570
  var HomeIcon = IconWrapper(SvgHomeIcon);
557
571
 
572
+ const SvgIdBadgeIcon = (props) => React__namespace.default.createElement(
573
+ "svg",
574
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
575
+ React__namespace.default.createElement("path", { fill: "currentColor", d: "M6.154 17.712h5.692v-.297c0-.255-.07-.491-.212-.709a1.403 1.403 0 0 0-.592-.506A4.996 4.996 0 0 0 9 15.77a4.996 4.996 0 0 0-2.042.43c-.253.12-.45.289-.592.506a1.274 1.274 0 0 0-.212.71v.296Zm8.442-1.52h2.808a.579.579 0 0 0 .596-.595.58.58 0 0 0-.596-.597h-2.808a.58.58 0 0 0-.596.596.58.58 0 0 0 .596.596ZM8.998 15c.373 0 .691-.13.954-.392.263-.261.394-.579.394-.952s-.13-.691-.392-.954a1.293 1.293 0 0 0-.952-.394c-.373 0-.691.13-.954.392a1.292 1.292 0 0 0-.394.952c0 .373.13.69.392.954.261.263.578.394.952.394Zm5.598-1.5h2.808a.579.579 0 0 0 .596-.596.58.58 0 0 0-.596-.596h-2.808a.579.579 0 0 0-.596.595.58.58 0 0 0 .596.597Zm-10.288 8c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V9.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525H9.5V4c0-.413.147-.766.44-1.06A1.45 1.45 0 0 1 11 2.5h2c.412 0 .766.147 1.06.44.293.294.44.647.44 1.06v3.5h5.192c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v10.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H4.308Zm0-1.5h15.384a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V9.307a.3.3 0 0 0-.087-.222.3.3 0 0 0-.22-.086H14.5v.385c0 .409-.148.76-.443 1.056a1.443 1.443 0 0 1-1.057.443h-2c-.409 0-.761-.147-1.057-.443A1.443 1.443 0 0 1 9.5 9.385V9H4.308a.3.3 0 0 0-.221.086.3.3 0 0 0-.087.222v10.384a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087ZM11 9.385h2V4h-2v5.385Z" })
576
+ );
577
+ var IdBadgeIcon = IconWrapper(SvgIdBadgeIcon);
578
+
558
579
  const SvgImageIcon = (props) => React__namespace.default.createElement(
559
580
  "svg",
560
581
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -646,6 +667,13 @@ const SvgNoteIcon = (props) => React__namespace.default.createElement(
646
667
  );
647
668
  var NoteIcon = IconWrapper(SvgNoteIcon);
648
669
 
670
+ const SvgPageIcon = (props) => React__namespace.default.createElement(
671
+ "svg",
672
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
673
+ React__namespace.default.createElement("path", { fill: "currentColor", d: "M9 17.75h6a.725.725 0 0 0 .534-.215.725.725 0 0 0 .216-.535.725.725 0 0 0-.216-.535.725.725 0 0 0-.534-.215H9a.725.725 0 0 0-.534.215.725.725 0 0 0-.216.535c0 .213.072.391.216.535A.725.725 0 0 0 9 17.75Zm0-4h6a.725.725 0 0 0 .534-.216.725.725 0 0 0 .216-.534.725.725 0 0 0-.216-.534.725.725 0 0 0-.534-.216H9a.725.725 0 0 0-.534.216.725.725 0 0 0-.216.534c0 .213.072.391.216.534A.725.725 0 0 0 9 13.75ZM6.308 21.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V4.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h7.194c.241 0 .473.047.695.14.223.094.416.223.58.387l4.196 4.196c.164.164.293.357.387.58.093.222.14.454.14.695v11.194c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H6.308ZM13.5 7.596V4H6.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212v15.384c0 .077.032.148.096.212a.294.294 0 0 0 .212.096h11.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V8.5h-3.596a.875.875 0 0 1-.645-.259.875.875 0 0 1-.259-.645Z" })
674
+ );
675
+ var PageIcon = IconWrapper(SvgPageIcon);
676
+
649
677
  const SvgPageViewIcon = (props) => React__namespace.default.createElement(
650
678
  "svg",
651
679
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -674,6 +702,13 @@ const SvgPencilIcon = (props) => React__namespace.default.createElement(
674
702
  );
675
703
  var PencilIcon = IconWrapper(SvgPencilIcon);
676
704
 
705
+ const SvgPersonIcon = (props) => React__namespace.default.createElement(
706
+ "svg",
707
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
708
+ React__namespace.default.createElement("path", { fill: "currentColor", d: "M12 11.692c-.963 0-1.786-.342-2.472-1.028C8.843 9.98 8.5 9.154 8.5 8.192s.343-1.786 1.028-2.471c.686-.686 1.51-1.029 2.472-1.029.963 0 1.786.343 2.472 1.029.685.685 1.028 1.509 1.028 2.471 0 .963-.343 1.787-1.028 2.472-.686.686-1.51 1.028-2.472 1.028ZM4.5 17.79v-.704c0-.49.133-.944.399-1.36a2.664 2.664 0 0 1 1.066-.963 14.507 14.507 0 0 1 2.992-1.09 12.945 12.945 0 0 1 6.086 0c1.006.242 2.003.605 2.992 1.09.445.224.8.545 1.066.962.266.418.399.871.399 1.36v.705c0 .421-.148.78-.443 1.076a1.465 1.465 0 0 1-1.076.443H6.019c-.422 0-.78-.148-1.076-.443A1.465 1.465 0 0 1 4.5 17.79Zm1.5.019h12v-.723a.98.98 0 0 0-.176-.563 1.334 1.334 0 0 0-.478-.422 12.863 12.863 0 0 0-2.635-.964 11.395 11.395 0 0 0-5.422 0 12.83 12.83 0 0 0-2.635.964c-.201.11-.36.25-.478.422a.98.98 0 0 0-.176.563v.723Zm6-7.616c.55 0 1.02-.195 1.412-.587.392-.392.588-.863.588-1.413s-.196-1.02-.588-1.412A1.926 1.926 0 0 0 12 6.192c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 10 8.192c0 .55.196 1.021.588 1.413.391.392.862.587 1.412.587Z" })
709
+ );
710
+ var PersonIcon = IconWrapper(SvgPersonIcon);
711
+
677
712
  const SvgPhoneIcon = (props) => React__namespace.default.createElement(
678
713
  "svg",
679
714
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -843,6 +878,7 @@ var Icons = /*#__PURE__*/Object.freeze({
843
878
  BellIconSlashed: BellIconSlashed,
844
879
  BluetoothIcon: BluetoothIcon,
845
880
  BrushIcon: BrushIcon,
881
+ CakeIcon: CakeIcon,
846
882
  CalendarDayIcon: CalendarDayIcon,
847
883
  CalendarMonthIcon: CalendarMonthIcon,
848
884
  CalendarRepeatIcon: CalendarRepeatIcon,
@@ -885,6 +921,7 @@ var Icons = /*#__PURE__*/Object.freeze({
885
921
  FireIcon: FireIcon,
886
922
  FirstAidKitIcon: FirstAidKitIcon,
887
923
  FlagIcon: FlagIcon,
924
+ FolderIcon: FolderIcon,
888
925
  ForwardIcon: ForwardIcon,
889
926
  GearColoredIcon: GearColoredIcon,
890
927
  GearIcon: CogwheelIcon,
@@ -897,6 +934,7 @@ var Icons = /*#__PURE__*/Object.freeze({
897
934
  HeartIcon: HeartIcon,
898
935
  HeartMinusIcon: HeartMinusIcon,
899
936
  HomeIcon: HomeIcon,
937
+ IdBadgeIcon: IdBadgeIcon,
900
938
  ImageIcon: ImageIcon,
901
939
  InfoIcon: InfoIcon,
902
940
  LeftArrowIcon: LeftArrowIcon,
@@ -913,10 +951,12 @@ var Icons = /*#__PURE__*/Object.freeze({
913
951
  MouseIcon: MouseIcon,
914
952
  NoteIcon: NoteIcon,
915
953
  NotesIcon: NoteIcon,
954
+ PageIcon: PageIcon,
916
955
  PageViewIcon: PageViewIcon,
917
956
  PaperclipIcon: PaperclipIcon,
918
957
  PatientIcon: PatientIcon,
919
958
  PencilIcon: PencilIcon,
959
+ PersonIcon: PersonIcon,
920
960
  PhoneIcon: PhoneIcon,
921
961
  PieChartIcon: PieChartIcon,
922
962
  PinIcon: PinIcon,
@@ -6742,6 +6782,7 @@ exports.Box = Box;
6742
6782
  exports.Breadcrumbs = Breadcrumbs;
6743
6783
  exports.BrushIcon = BrushIcon;
6744
6784
  exports.CRUDPage = CRUDPage;
6785
+ exports.CakeIcon = CakeIcon;
6745
6786
  exports.CalendarDayIcon = CalendarDayIcon;
6746
6787
  exports.CalendarMonthIcon = CalendarMonthIcon;
6747
6788
  exports.CalendarRepeatIcon = CalendarRepeatIcon;
@@ -6807,6 +6848,7 @@ exports.FlagIcon = FlagIcon;
6807
6848
  exports.FlexColumn = FlexColumn;
6808
6849
  exports.FlexRow = FlexRow;
6809
6850
  exports.FlyOutMenu = FlyOutMenu;
6851
+ exports.FolderIcon = FolderIcon;
6810
6852
  exports.ForwardIcon = ForwardIcon;
6811
6853
  exports.FullPageModal = FullPageModal;
6812
6854
  exports.GearColoredIcon = GearColoredIcon;
@@ -6822,6 +6864,7 @@ exports.HeartMinusIcon = HeartMinusIcon;
6822
6864
  exports.HomeIcon = HomeIcon;
6823
6865
  exports.HoverIndicatorControl = HoverIndicatorControl;
6824
6866
  exports.Icon = Icon;
6867
+ exports.IdBadgeIcon = IdBadgeIcon;
6825
6868
  exports.Image = Image$2;
6826
6869
  exports.ImageIcon = ImageIcon;
6827
6870
  exports.InfoField = InfoField;
@@ -6855,12 +6898,14 @@ exports.NotesIcon = NoteIcon;
6855
6898
  exports.NotificationBanner = NotificationBanner;
6856
6899
  exports.Page = Page;
6857
6900
  exports.PageHeader = PageHeader;
6901
+ exports.PageIcon = PageIcon;
6858
6902
  exports.PageTitle = PageTitle;
6859
6903
  exports.PageViewIcon = PageViewIcon;
6860
6904
  exports.PaginationMenu = PaginationMenu;
6861
6905
  exports.PaperclipIcon = PaperclipIcon;
6862
6906
  exports.PatientIcon = PatientIcon;
6863
6907
  exports.PencilIcon = PencilIcon;
6908
+ exports.PersonIcon = PersonIcon;
6864
6909
  exports.PhoneIcon = PhoneIcon;
6865
6910
  exports.PieChartIcon = PieChartIcon;
6866
6911
  exports.PinIcon = PinIcon;