@7shifts/sous-chef 2.15.8 → 2.16.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.
Files changed (183) hide show
  1. package/dist/actions/Button/Button.d.ts +1 -0
  2. package/dist/actions/PaginationControls/PaginationControls.d.ts +1 -0
  3. package/dist/actions/Toggle/Toggle.d.ts +1 -0
  4. package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +2 -1
  5. package/dist/core/DataTable/DataTable.d.ts +3 -1
  6. package/dist/core/DataTableEditableCell/DataTableEditableCell.d.ts +2 -1
  7. package/dist/core/DataTableRow/DataTableRow.d.ts +1 -1
  8. package/dist/core/Flex/Flex.d.ts +1 -0
  9. package/dist/core/Inline/Inline.d.ts +1 -0
  10. package/dist/core/Stack/Stack.d.ts +1 -0
  11. package/dist/feedback/InlineBanner/InlineBanner.d.ts +1 -0
  12. package/dist/feedback/Spinner/Spinner.d.ts +1 -0
  13. package/dist/forms/CheckboxField/CheckboxField.d.ts +2 -0
  14. package/dist/forms/CurrencyField/CurrencyField.d.ts +1 -1
  15. package/dist/forms/DateField/DateField.d.ts +1 -0
  16. package/dist/forms/DatePickerCalendar/DatePickerCalendar.d.ts +1 -0
  17. package/dist/forms/DateRangeField/DateRangeField.d.ts +1 -0
  18. package/dist/forms/Field/Field.d.ts +1 -0
  19. package/dist/forms/Form/Form.d.ts +1 -0
  20. package/dist/forms/FormRow/FormRow.d.ts +1 -0
  21. package/dist/forms/MultiSelectField/MultiSelectField.d.ts +2 -1
  22. package/dist/forms/PasswordField/PasswordField.d.ts +1 -0
  23. package/dist/forms/PercentageField/PercentageField.d.ts +1 -1
  24. package/dist/forms/PillSelectField/PillSelectField.d.ts +3 -1
  25. package/dist/forms/RadioGroupField/RadioGroupField.d.ts +2 -0
  26. package/dist/forms/RadioGroupOption/RadioGroupOption.d.ts +1 -0
  27. package/dist/forms/SelectField/SelectField.d.ts +2 -0
  28. package/dist/forms/SelectField/useSelectField.d.ts +1 -1
  29. package/dist/forms/TextAreaField/TextAreaField.d.ts +1 -0
  30. package/dist/forms/TextField/TextField.d.ts +1 -0
  31. package/dist/forms/TextField/useTextField.d.ts +1 -1
  32. package/dist/forms/TimeField/TimeField.d.ts +1 -1
  33. package/dist/forms/WeekField/WeekField.d.ts +1 -0
  34. package/dist/foundation/colors.d.ts +2 -8
  35. package/dist/icons/components/IconAnalytics.d.ts +2 -1
  36. package/dist/icons/components/IconArrowDown.d.ts +2 -1
  37. package/dist/icons/components/IconArrowLeft.d.ts +2 -1
  38. package/dist/icons/components/IconArrowRight.d.ts +2 -1
  39. package/dist/icons/components/IconArrowToTop.d.ts +2 -1
  40. package/dist/icons/components/IconArrowUp.d.ts +2 -1
  41. package/dist/icons/components/IconAward.d.ts +2 -1
  42. package/dist/icons/components/IconBalanceScale.d.ts +2 -1
  43. package/dist/icons/components/IconBalanceScaleLeft.d.ts +2 -1
  44. package/dist/icons/components/IconBan.d.ts +2 -1
  45. package/dist/icons/components/IconBarsH.d.ts +2 -1
  46. package/dist/icons/components/IconBarsV.d.ts +2 -1
  47. package/dist/icons/components/IconBell.d.ts +2 -1
  48. package/dist/icons/components/IconBirthdayCake.d.ts +2 -1
  49. package/dist/icons/components/IconBold.d.ts +2 -1
  50. package/dist/icons/components/IconBolt.d.ts +2 -1
  51. package/dist/icons/components/IconBook.d.ts +2 -1
  52. package/dist/icons/components/IconBriefcase.d.ts +2 -1
  53. package/dist/icons/components/IconBullseyeArrow.d.ts +2 -1
  54. package/dist/icons/components/IconCalculator.d.ts +2 -1
  55. package/dist/icons/components/IconCalendar.d.ts +2 -1
  56. package/dist/icons/components/IconCalendarAlt.d.ts +2 -1
  57. package/dist/icons/components/IconCalendarCheck.d.ts +2 -1
  58. package/dist/icons/components/IconCalendarDay.d.ts +2 -1
  59. package/dist/icons/components/IconCalendarExclamation.d.ts +2 -1
  60. package/dist/icons/components/IconCalendarStar.d.ts +2 -1
  61. package/dist/icons/components/IconCalendarTomorrow.d.ts +2 -1
  62. package/dist/icons/components/IconCamera.d.ts +2 -1
  63. package/dist/icons/components/IconCameraSlash.d.ts +2 -1
  64. package/dist/icons/components/IconCashRegister.d.ts +2 -1
  65. package/dist/icons/components/IconChartBar.d.ts +2 -1
  66. package/dist/icons/components/IconCheck.d.ts +2 -1
  67. package/dist/icons/components/IconChevronDown.d.ts +2 -1
  68. package/dist/icons/components/IconChevronLeft.d.ts +2 -1
  69. package/dist/icons/components/IconChevronRight.d.ts +2 -1
  70. package/dist/icons/components/IconChevronUp.d.ts +2 -1
  71. package/dist/icons/components/IconClipboardList.d.ts +2 -1
  72. package/dist/icons/components/IconClock.d.ts +2 -1
  73. package/dist/icons/components/IconCog.d.ts +2 -1
  74. package/dist/icons/components/IconComment.d.ts +2 -1
  75. package/dist/icons/components/IconCommentLines.d.ts +2 -1
  76. package/dist/icons/components/IconCopy.d.ts +2 -1
  77. package/dist/icons/components/IconCreditCard.d.ts +2 -1
  78. package/dist/icons/components/IconCreditCardPlus.d.ts +2 -1
  79. package/dist/icons/components/IconDownload.d.ts +2 -1
  80. package/dist/icons/components/IconEdit.d.ts +2 -1
  81. package/dist/icons/components/IconEllipsisV.d.ts +2 -1
  82. package/dist/icons/components/IconEnvelope.d.ts +2 -1
  83. package/dist/icons/components/IconExclaimation.d.ts +2 -1
  84. package/dist/icons/components/IconExclaimationTriangle.d.ts +2 -1
  85. package/dist/icons/components/IconExpand.d.ts +2 -1
  86. package/dist/icons/components/IconExternalLink.d.ts +2 -1
  87. package/dist/icons/components/IconEye.d.ts +2 -1
  88. package/dist/icons/components/IconEyeSlash.d.ts +2 -1
  89. package/dist/icons/components/IconFile.d.ts +2 -1
  90. package/dist/icons/components/IconFilePdf.d.ts +2 -1
  91. package/dist/icons/components/IconFlag.d.ts +2 -1
  92. package/dist/icons/components/IconFourDotsCircle.d.ts +2 -1
  93. package/dist/icons/components/IconFourSquares.d.ts +2 -1
  94. package/dist/icons/components/IconGavel.d.ts +2 -1
  95. package/dist/icons/components/IconGif.d.ts +2 -1
  96. package/dist/icons/components/IconGift.d.ts +2 -1
  97. package/dist/icons/components/IconGrinBeam.d.ts +2 -1
  98. package/dist/icons/components/IconGripVertical.d.ts +2 -1
  99. package/dist/icons/components/IconHandshake.d.ts +2 -1
  100. package/dist/icons/components/IconImage.d.ts +2 -1
  101. package/dist/icons/components/IconInfoCircle.d.ts +2 -1
  102. package/dist/icons/components/IconIslandTropical.d.ts +2 -1
  103. package/dist/icons/components/IconItalic.d.ts +2 -1
  104. package/dist/icons/components/IconLaptopSearch.d.ts +2 -1
  105. package/dist/icons/components/IconLink.d.ts +2 -1
  106. package/dist/icons/components/IconList.d.ts +2 -1
  107. package/dist/icons/components/IconListOI.d.ts +2 -1
  108. package/dist/icons/components/IconLock.d.ts +2 -1
  109. package/dist/icons/components/IconMagicSolid.d.ts +2 -1
  110. package/dist/icons/components/IconMapMarker.d.ts +2 -1
  111. package/dist/icons/components/IconMegaphone.d.ts +2 -1
  112. package/dist/icons/components/IconMinus.d.ts +2 -1
  113. package/dist/icons/components/IconMinusCircle.d.ts +2 -1
  114. package/dist/icons/components/IconMoneyBill.d.ts +2 -1
  115. package/dist/icons/components/IconNotesMedical.d.ts +2 -1
  116. package/dist/icons/components/IconOvertime.d.ts +2 -1
  117. package/dist/icons/components/IconPaperPlane.d.ts +2 -1
  118. package/dist/icons/components/IconPaperPlaneClock.d.ts +2 -1
  119. package/dist/icons/components/IconPaperclip.d.ts +2 -1
  120. package/dist/icons/components/IconPencil.d.ts +2 -1
  121. package/dist/icons/components/IconPercentage.d.ts +2 -1
  122. package/dist/icons/components/IconPhone.d.ts +2 -1
  123. package/dist/icons/components/IconPlug.d.ts +2 -1
  124. package/dist/icons/components/IconPlus.d.ts +2 -1
  125. package/dist/icons/components/IconPrint.d.ts +2 -1
  126. package/dist/icons/components/IconQuestionCircle.d.ts +2 -1
  127. package/dist/icons/components/IconRepeat.d.ts +2 -1
  128. package/dist/icons/components/IconReply.d.ts +2 -1
  129. package/dist/icons/components/IconSearch.d.ts +2 -1
  130. package/dist/icons/components/IconSignOut.d.ts +2 -1
  131. package/dist/icons/components/IconSitemap.d.ts +2 -1
  132. package/dist/icons/components/IconSlidersH.d.ts +2 -1
  133. package/dist/icons/components/IconSort.d.ts +2 -1
  134. package/dist/icons/components/IconStar.d.ts +2 -1
  135. package/dist/icons/components/IconStarSolid.d.ts +2 -1
  136. package/dist/icons/components/IconStickyNoteLines.d.ts +2 -1
  137. package/dist/icons/components/IconStopwatch.d.ts +2 -1
  138. package/dist/icons/components/IconStrikethrough.d.ts +2 -1
  139. package/dist/icons/components/IconSync.d.ts +2 -1
  140. package/dist/icons/components/IconSyncExclaimation.d.ts +2 -1
  141. package/dist/icons/components/IconTachometer.d.ts +2 -1
  142. package/dist/icons/components/IconTimes.d.ts +2 -1
  143. package/dist/icons/components/IconTimesOctagon.d.ts +2 -1
  144. package/dist/icons/components/IconTrash.d.ts +2 -1
  145. package/dist/icons/components/IconUnderline.d.ts +2 -1
  146. package/dist/icons/components/IconUndo.d.ts +2 -1
  147. package/dist/icons/components/IconUniversity.d.ts +2 -1
  148. package/dist/icons/components/IconUserComputer.d.ts +2 -1
  149. package/dist/icons/components/IconUserFriends.d.ts +2 -1
  150. package/dist/icons/components/IconUserLight.d.ts +2 -1
  151. package/dist/icons/components/IconUserPlus.d.ts +2 -1
  152. package/dist/icons/components/IconUserSlash.d.ts +2 -1
  153. package/dist/icons/components/IconUserSolid.d.ts +2 -1
  154. package/dist/icons/components/IconUserTag.d.ts +2 -1
  155. package/dist/icons/components/IconUserTie.d.ts +2 -1
  156. package/dist/icons/components/IconUsers.d.ts +2 -1
  157. package/dist/icons/components/IconVideo.d.ts +2 -1
  158. package/dist/icons/components/IconVolume.d.ts +2 -1
  159. package/dist/icons/components/IconVolumeMute.d.ts +2 -1
  160. package/dist/icons/components/IconWrench.d.ts +2 -1
  161. package/dist/index.css +126 -37
  162. package/dist/index.js +1351 -469
  163. package/dist/index.js.map +1 -1
  164. package/dist/index.modern.js +1350 -470
  165. package/dist/index.modern.js.map +1 -1
  166. package/dist/media/Avatar/Avatar.d.ts +1 -0
  167. package/dist/media/Badge/Badge.d.ts +1 -0
  168. package/dist/media/Chip/Chip.d.ts +11 -0
  169. package/dist/media/Chip/constants.d.ts +8 -0
  170. package/dist/media/Chip/index.d.ts +1 -0
  171. package/dist/media/Chip/types.d.ts +1 -0
  172. package/dist/media/Pill/Pill.d.ts +10 -0
  173. package/dist/media/Pill/constants.d.ts +7 -0
  174. package/dist/media/Pill/index.d.ts +1 -0
  175. package/dist/media/Pill/types.d.ts +1 -0
  176. package/dist/media/index.d.ts +3 -1
  177. package/dist/overlay/Calendar/Calendar.d.ts +1 -0
  178. package/dist/overlay/Modal/Modal.d.ts +2 -1
  179. package/dist/overlay/Modal/ModalBody/ModalBody.d.ts +2 -1
  180. package/dist/overlay/Modal/ModalFooter/ModalFooter.d.ts +2 -1
  181. package/dist/overlay/Tooltip/Tooltip.d.ts +1 -0
  182. package/dist/overlay/Tooltip/TooltipOverlay/TooltipOverlay.d.ts +1 -0
  183. package/package.json +4 -2
@@ -132,7 +132,8 @@ var Flex = function Flex(_ref) {
132
132
  _ref$flexItems = _ref.flexItems,
133
133
  flexItems = _ref$flexItems === void 0 ? false : _ref$flexItems,
134
134
  _ref$flexWrap = _ref.flexWrap,
135
- flexWrap = _ref$flexWrap === void 0 ? 'nowrap' : _ref$flexWrap;
135
+ flexWrap = _ref$flexWrap === void 0 ? 'nowrap' : _ref$flexWrap,
136
+ testId = _ref.testId;
136
137
  var className = classnames(styles$1['flex'], (_classNames = {}, _classNames[styles$1['align-start']] = alignItems === 'flex-start', _classNames[styles$1['align-end']] = alignItems === 'flex-end', _classNames[styles$1['align-center']] = alignItems === 'center', _classNames[styles$1['justify-start']] = justifyContent === 'start', _classNames[styles$1['justify-end']] = justifyContent === 'end', _classNames[styles$1['justify-center']] = justifyContent === 'center', _classNames[styles$1['justify-space-between']] = justifyContent === 'space-between', _classNames[styles$1['inline-flex']] = inlineFlex, _classNames));
137
138
  var items = React__default.Children.toArray(children).filter(Boolean);
138
139
  var lastItemIndex = items.length - 1;
@@ -142,7 +143,7 @@ var Flex = function Flex(_ref) {
142
143
  flexDirection: direction,
143
144
  flexWrap: flexWrap
144
145
  },
145
- "data-testid": "flex-" + direction
146
+ "data-testid": testId || "flex-" + direction
146
147
  }, items.map(function (child, i) {
147
148
  return React__default.createElement("div", {
148
149
  key: i,
@@ -173,7 +174,9 @@ var Spinner = function Spinner(_ref) {
173
174
  _ref$theme = _ref.theme,
174
175
  theme = _ref$theme === void 0 ? 'mint' : _ref$theme,
175
176
  _ref$block = _ref.block,
176
- block = _ref$block === void 0 ? false : _ref$block;
177
+ block = _ref$block === void 0 ? false : _ref$block,
178
+ _ref$testId = _ref.testId,
179
+ testId = _ref$testId === void 0 ? 'spinner' : _ref$testId;
177
180
  return React__default.createElement("div", {
178
181
  className: classnames((_classnames = {}, _classnames[styles$2['spinner--block']] = block, _classnames))
179
182
  }, React__default.createElement("svg", {
@@ -182,7 +185,7 @@ var Spinner = function Spinner(_ref) {
182
185
  width: size,
183
186
  height: size,
184
187
  viewBox: "0 0 66 66",
185
- "data-testid": "spinner"
188
+ "data-testid": testId
186
189
  }, React__default.createElement("defs", null, React__default.createElement("linearGradient", {
187
190
  id: "prideGradient"
188
191
  }, React__default.createElement("stop", {
@@ -440,7 +443,8 @@ var TooltipOverlay = function TooltipOverlay(_ref) {
440
443
  onClose = _ref.onClose,
441
444
  onFocusIn = _ref.onFocusIn,
442
445
  onFocusOut = _ref.onFocusOut,
443
- extraClass = _ref.extraClass;
446
+ extraClass = _ref.extraClass,
447
+ testId = _ref.testId;
444
448
 
445
449
  var _useState = useState(false),
446
450
  isVisible = _useState[0],
@@ -462,7 +466,8 @@ var TooltipOverlay = function TooltipOverlay(_ref) {
462
466
  var tooltipRectPosition = tooltipRef === null || tooltipRef === void 0 ? void 0 : (_tooltipRef$current = tooltipRef.current) === null || _tooltipRef$current === void 0 ? void 0 : _tooltipRef$current.getBoundingClientRect();
463
467
  var position = calculatePosition(placement, anchorPosition, tooltipRectPosition);
464
468
  return React__default.createElement(Portal, null, React__default.createElement("div", {
465
- role: "tooltip"
469
+ role: "tooltip",
470
+ "data-testid": testId
466
471
  }, React__default.createElement("div", {
467
472
  ref: tooltipRef,
468
473
  style: _extends({}, position.overlay, {
@@ -500,7 +505,8 @@ var Tooltip = function Tooltip(_ref, forwardedRef) {
500
505
  extraClass = _ref.extraClass,
501
506
  onClose = _ref.onClose,
502
507
  onVisibleChange = _ref.onVisibleChange,
503
- children = _ref.children;
508
+ children = _ref.children,
509
+ testId = _ref.testId;
504
510
  var checkIsMounted = useIsMounted();
505
511
  var internalRef = useRef(null);
506
512
  var containerRef = forwardedRef || internalRef;
@@ -587,7 +593,8 @@ var Tooltip = function Tooltip(_ref, forwardedRef) {
587
593
  isFocusingOnTooltip.current = false;
588
594
  closeTooltip();
589
595
  },
590
- extraClass: extraClass
596
+ extraClass: extraClass,
597
+ testId: testId
591
598
  }, theme === TOOLTIP_THEME.BLACK && !header ? null : overlay) : null;
592
599
  };
593
600
 
@@ -636,7 +643,8 @@ var Button = function Button(_ref, ref) {
636
643
  title = _ref.title,
637
644
  href = _ref.href,
638
645
  _ref$target = _ref.target,
639
- target = _ref$target === void 0 ? '_self' : _ref$target;
646
+ target = _ref$target === void 0 ? '_self' : _ref$target,
647
+ testId = _ref.testId;
640
648
  var contrastSpinner = ['primary', 'danger', 'upsell', 'marketing', 'link-contrast'];
641
649
  var childrenArr = Children.toArray(children);
642
650
  var isIconOnly = childrenArr.length === 1 && typeof childrenArr[0] != 'string';
@@ -650,7 +658,8 @@ var Button = function Button(_ref, ref) {
650
658
  disabled: disabled || loading,
651
659
  href: href,
652
660
  ref: ref,
653
- target: target
661
+ target: target,
662
+ "data-testid": testId
654
663
  }, React__default.createElement(Inline, {
655
664
  space: 8,
656
665
  alignItems: "center"
@@ -800,13 +809,19 @@ var getIconStyles = function getIconStyles(_ref) {
800
809
  }, styles);
801
810
  };
802
811
 
803
- var IconInfoCircle = function IconInfoCircle(props) {
812
+ var _excluded$2 = ["testId"];
813
+
814
+ var IconInfoCircle = function IconInfoCircle(_ref) {
815
+ var _ref$testId = _ref.testId,
816
+ testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
817
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
818
+
804
819
  return React__default.createElement("svg", Object.assign({
805
820
  viewBox: "0 0 20 20",
806
821
  fill: "none",
807
822
  xmlns: "http://www.w3.org/2000/svg",
808
- "data-testid": "icon-info-circle",
809
- style: getIconStyles(props)
823
+ style: getIconStyles(props),
824
+ "data-testid": testId
810
825
  }, props), React__default.createElement("path", {
811
826
  fillRule: "evenodd",
812
827
  clipRule: "evenodd",
@@ -817,13 +832,19 @@ var IconInfoCircle = function IconInfoCircle(props) {
817
832
 
818
833
  IconInfoCircle.displayName = 'IconInfoCircle';
819
834
 
820
- var IconAnalytics = function IconAnalytics(props) {
835
+ var _excluded$3 = ["testId"];
836
+
837
+ var IconAnalytics = function IconAnalytics(_ref) {
838
+ var _ref$testId = _ref.testId,
839
+ testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
840
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
841
+
821
842
  return React__default.createElement("svg", Object.assign({
822
843
  viewBox: "0 0 20 20",
823
844
  fill: "none",
824
845
  xmlns: "http://www.w3.org/2000/svg",
825
- "data-testid": "icon-analytics",
826
- style: getIconStyles(props)
846
+ style: getIconStyles(props),
847
+ "data-testid": testId
827
848
  }, props), React__default.createElement("path", {
828
849
  fillRule: "evenodd",
829
850
  clipRule: "evenodd",
@@ -834,13 +855,19 @@ var IconAnalytics = function IconAnalytics(props) {
834
855
 
835
856
  IconAnalytics.displayName = 'IconAnalytics';
836
857
 
837
- var IconArrowDown = function IconArrowDown(props) {
858
+ var _excluded$4 = ["testId"];
859
+
860
+ var IconArrowDown = function IconArrowDown(_ref) {
861
+ var _ref$testId = _ref.testId,
862
+ testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
863
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
864
+
838
865
  return React__default.createElement("svg", Object.assign({
839
866
  viewBox: "0 0 20 20",
840
867
  fill: "none",
841
868
  xmlns: "http://www.w3.org/2000/svg",
842
- "data-testid": "icon-arrow-down",
843
- style: getIconStyles(props)
869
+ style: getIconStyles(props),
870
+ "data-testid": testId
844
871
  }, props), React__default.createElement("path", {
845
872
  fillRule: "evenodd",
846
873
  clipRule: "evenodd",
@@ -851,13 +878,19 @@ var IconArrowDown = function IconArrowDown(props) {
851
878
 
852
879
  IconArrowDown.displayName = 'IconArrowDown';
853
880
 
854
- var IconArrowLeft = function IconArrowLeft(props) {
881
+ var _excluded$5 = ["testId"];
882
+
883
+ var IconArrowLeft = function IconArrowLeft(_ref) {
884
+ var _ref$testId = _ref.testId,
885
+ testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
886
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
887
+
855
888
  return React__default.createElement("svg", Object.assign({
856
889
  viewBox: "0 0 20 20",
857
890
  fill: "none",
858
891
  xmlns: "http://www.w3.org/2000/svg",
859
- "data-testid": "icon-arrow-left",
860
- style: getIconStyles(props)
892
+ style: getIconStyles(props),
893
+ "data-testid": testId
861
894
  }, props), React__default.createElement("path", {
862
895
  fillRule: "evenodd",
863
896
  clipRule: "evenodd",
@@ -868,13 +901,19 @@ var IconArrowLeft = function IconArrowLeft(props) {
868
901
 
869
902
  IconArrowLeft.displayName = 'IconArrowLeft';
870
903
 
871
- var IconArrowRight = function IconArrowRight(props) {
904
+ var _excluded$6 = ["testId"];
905
+
906
+ var IconArrowRight = function IconArrowRight(_ref) {
907
+ var _ref$testId = _ref.testId,
908
+ testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
910
+
872
911
  return React__default.createElement("svg", Object.assign({
873
912
  viewBox: "0 0 20 20",
874
913
  fill: "none",
875
914
  xmlns: "http://www.w3.org/2000/svg",
876
- "data-testid": "icon-arrow-right",
877
- style: getIconStyles(props)
915
+ style: getIconStyles(props),
916
+ "data-testid": testId
878
917
  }, props), React__default.createElement("path", {
879
918
  fillRule: "evenodd",
880
919
  clipRule: "evenodd",
@@ -885,13 +924,19 @@ var IconArrowRight = function IconArrowRight(props) {
885
924
 
886
925
  IconArrowRight.displayName = 'IconArrowRight';
887
926
 
888
- var IconArrowToTop = function IconArrowToTop(props) {
927
+ var _excluded$7 = ["testId"];
928
+
929
+ var IconArrowToTop = function IconArrowToTop(_ref) {
930
+ var _ref$testId = _ref.testId,
931
+ testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
932
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
933
+
889
934
  return React__default.createElement("svg", Object.assign({
890
935
  viewBox: "0 0 20 20",
891
936
  fill: "none",
892
937
  xmlns: "http://www.w3.org/2000/svg",
893
- "data-testid": "icon-arrow-to-top",
894
- style: getIconStyles(props)
938
+ style: getIconStyles(props),
939
+ "data-testid": testId
895
940
  }, props), React__default.createElement("path", {
896
941
  d: "m3.887 9.688 5.781-5.801a.47.47 0 0 1 .664 0l5.781 5.8a.47.47 0 0 1 0 .665l-.277.277a.47.47 0 0 1-.664 0l-4.508-4.531V18.28a.47.47 0 0 1-.469.469h-.39a.47.47 0 0 1-.47-.469V6.098l-4.507 4.527a.47.47 0 0 1-.664 0l-.277-.277a.465.465 0 0 1 0-.66ZM2.5 1.718v.313c0 .258.21.469.469.469H17.03a.47.47 0 0 0 .469-.469V1.72a.47.47 0 0 0-.469-.469H2.97a.47.47 0 0 0-.469.469Z",
897
942
  fill: "currentColor"
@@ -900,13 +945,19 @@ var IconArrowToTop = function IconArrowToTop(props) {
900
945
 
901
946
  IconArrowToTop.displayName = 'IconArrowToTop';
902
947
 
903
- var IconArrowUp = function IconArrowUp(props) {
948
+ var _excluded$8 = ["testId"];
949
+
950
+ var IconArrowUp = function IconArrowUp(_ref) {
951
+ var _ref$testId = _ref.testId,
952
+ testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
953
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
954
+
904
955
  return React__default.createElement("svg", Object.assign({
905
956
  viewBox: "0 0 20 20",
906
957
  fill: "none",
907
958
  xmlns: "http://www.w3.org/2000/svg",
908
- "data-testid": "icon-arrow-up",
909
- style: getIconStyles(props)
959
+ style: getIconStyles(props),
960
+ "data-testid": testId
910
961
  }, props), React__default.createElement("path", {
911
962
  fillRule: "evenodd",
912
963
  clipRule: "evenodd",
@@ -917,13 +968,19 @@ var IconArrowUp = function IconArrowUp(props) {
917
968
 
918
969
  IconArrowUp.displayName = 'IconArrowUp';
919
970
 
920
- var IconAward = function IconAward(props) {
971
+ var _excluded$9 = ["testId"];
972
+
973
+ var IconAward = function IconAward(_ref) {
974
+ var _ref$testId = _ref.testId,
975
+ testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
976
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
977
+
921
978
  return React__default.createElement("svg", Object.assign({
922
979
  viewBox: "0 0 20 20",
923
980
  fill: "none",
924
981
  xmlns: "http://www.w3.org/2000/svg",
925
- "data-testid": "icon-award",
926
- style: getIconStyles(props)
982
+ style: getIconStyles(props),
983
+ "data-testid": testId
927
984
  }, props), React__default.createElement("path", {
928
985
  fillRule: "evenodd",
929
986
  clipRule: "evenodd",
@@ -934,13 +991,19 @@ var IconAward = function IconAward(props) {
934
991
 
935
992
  IconAward.displayName = 'IconAward';
936
993
 
937
- var IconBalanceScaleLeft = function IconBalanceScaleLeft(props) {
994
+ var _excluded$a = ["testId"];
995
+
996
+ var IconBalanceScaleLeft = function IconBalanceScaleLeft(_ref) {
997
+ var _ref$testId = _ref.testId,
998
+ testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
999
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
1000
+
938
1001
  return React__default.createElement("svg", Object.assign({
939
1002
  viewBox: "0 0 20 20",
940
1003
  fill: "none",
941
1004
  xmlns: "http://www.w3.org/2000/svg",
942
- "data-testid": "icon-balance-scale-left",
943
- style: getIconStyles(props)
1005
+ style: getIconStyles(props),
1006
+ "data-testid": testId
944
1007
  }, props), React__default.createElement("g", {
945
1008
  clipPath: "url(#icon-balance-scale-left_svg__a)"
946
1009
  }, React__default.createElement("path", {
@@ -956,13 +1019,19 @@ var IconBalanceScaleLeft = function IconBalanceScaleLeft(props) {
956
1019
 
957
1020
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
958
1021
 
959
- var IconBalanceScale = function IconBalanceScale(props) {
1022
+ var _excluded$b = ["testId"];
1023
+
1024
+ var IconBalanceScale = function IconBalanceScale(_ref) {
1025
+ var _ref$testId = _ref.testId,
1026
+ testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
1028
+
960
1029
  return React__default.createElement("svg", Object.assign({
961
1030
  viewBox: "0 0 20 20",
962
1031
  fill: "none",
963
1032
  xmlns: "http://www.w3.org/2000/svg",
964
- "data-testid": "icon-balance-scale",
965
- style: getIconStyles(props)
1033
+ style: getIconStyles(props),
1034
+ "data-testid": testId
966
1035
  }, props), React__default.createElement("g", {
967
1036
  clipPath: "url(#icon-balance-scale_svg__a)"
968
1037
  }, React__default.createElement("path", {
@@ -978,13 +1047,19 @@ var IconBalanceScale = function IconBalanceScale(props) {
978
1047
 
979
1048
  IconBalanceScale.displayName = 'IconBalanceScale';
980
1049
 
981
- var IconBan = function IconBan(props) {
1050
+ var _excluded$c = ["testId"];
1051
+
1052
+ var IconBan = function IconBan(_ref) {
1053
+ var _ref$testId = _ref.testId,
1054
+ testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1055
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
1056
+
982
1057
  return React__default.createElement("svg", Object.assign({
983
1058
  viewBox: "0 0 20 20",
984
1059
  fill: "none",
985
1060
  xmlns: "http://www.w3.org/2000/svg",
986
- "data-testid": "icon-ban",
987
- style: getIconStyles(props)
1061
+ style: getIconStyles(props),
1062
+ "data-testid": testId
988
1063
  }, props), React__default.createElement("path", {
989
1064
  d: "M10 .313C4.65.313.312 4.65.312 10S4.65 19.688 10 19.688c5.35 0 9.688-4.338 9.688-9.688C19.688 4.65 15.35.312 10 .312ZM4.034 15.966a8.437 8.437 0 0 1-.426-11.474l11.9 11.9a8.437 8.437 0 0 1-11.474-.426Zm12.358-.458-11.9-11.9a8.437 8.437 0 0 1 11.474.426 8.437 8.437 0 0 1 .426 11.474Z",
990
1065
  fill: "currentColor"
@@ -993,13 +1068,19 @@ var IconBan = function IconBan(props) {
993
1068
 
994
1069
  IconBan.displayName = 'IconBan';
995
1070
 
996
- var IconBarsH = function IconBarsH(props) {
1071
+ var _excluded$d = ["testId"];
1072
+
1073
+ var IconBarsH = function IconBarsH(_ref) {
1074
+ var _ref$testId = _ref.testId,
1075
+ testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1076
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
1077
+
997
1078
  return React__default.createElement("svg", Object.assign({
998
1079
  viewBox: "0 0 20 20",
999
1080
  fill: "none",
1000
1081
  xmlns: "http://www.w3.org/2000/svg",
1001
- "data-testid": "icon-bars-h",
1002
- style: getIconStyles(props)
1082
+ style: getIconStyles(props),
1083
+ "data-testid": testId
1003
1084
  }, props), React__default.createElement("path", {
1004
1085
  fillRule: "evenodd",
1005
1086
  clipRule: "evenodd",
@@ -1010,13 +1091,19 @@ var IconBarsH = function IconBarsH(props) {
1010
1091
 
1011
1092
  IconBarsH.displayName = 'IconBarsH';
1012
1093
 
1013
- var IconBarsV = function IconBarsV(props) {
1094
+ var _excluded$e = ["testId"];
1095
+
1096
+ var IconBarsV = function IconBarsV(_ref) {
1097
+ var _ref$testId = _ref.testId,
1098
+ testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1099
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
1100
+
1014
1101
  return React__default.createElement("svg", Object.assign({
1015
1102
  viewBox: "0 0 20 20",
1016
1103
  fill: "none",
1017
1104
  xmlns: "http://www.w3.org/2000/svg",
1018
- "data-testid": "icon-bars-v",
1019
- style: getIconStyles(props)
1105
+ style: getIconStyles(props),
1106
+ "data-testid": testId
1020
1107
  }, props), React__default.createElement("path", {
1021
1108
  d: "M4.762 2.381a2.38 2.38 0 1 0-4.762 0v15.238a2.381 2.381 0 1 0 4.762 0V2.381ZM12.381 12.857a2.38 2.38 0 1 0-4.762 0v4.762a2.381 2.381 0 1 0 4.762 0v-4.762ZM20 6.19a2.381 2.381 0 0 0-4.762 0v11.43a2.38 2.38 0 1 0 4.762 0V6.19Z",
1022
1109
  fill: "currentColor"
@@ -1025,13 +1112,19 @@ var IconBarsV = function IconBarsV(props) {
1025
1112
 
1026
1113
  IconBarsV.displayName = 'IconBarsV';
1027
1114
 
1028
- var IconBell = function IconBell(props) {
1115
+ var _excluded$f = ["testId"];
1116
+
1117
+ var IconBell = function IconBell(_ref) {
1118
+ var _ref$testId = _ref.testId,
1119
+ testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1120
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
1121
+
1029
1122
  return React__default.createElement("svg", Object.assign({
1030
1123
  viewBox: "0 0 20 20",
1031
1124
  fill: "none",
1032
1125
  xmlns: "http://www.w3.org/2000/svg",
1033
- "data-testid": "icon-bell",
1034
- style: getIconStyles(props)
1126
+ style: getIconStyles(props),
1127
+ "data-testid": testId
1035
1128
  }, props), React__default.createElement("path", {
1036
1129
  fillRule: "evenodd",
1037
1130
  clipRule: "evenodd",
@@ -1042,13 +1135,19 @@ var IconBell = function IconBell(props) {
1042
1135
 
1043
1136
  IconBell.displayName = 'IconBell';
1044
1137
 
1045
- var IconBirthdayCake = function IconBirthdayCake(props) {
1138
+ var _excluded$g = ["testId"];
1139
+
1140
+ var IconBirthdayCake = function IconBirthdayCake(_ref) {
1141
+ var _ref$testId = _ref.testId,
1142
+ testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1143
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
1144
+
1046
1145
  return React__default.createElement("svg", Object.assign({
1047
1146
  viewBox: "0 0 20 20",
1048
1147
  fill: "none",
1049
1148
  xmlns: "http://www.w3.org/2000/svg",
1050
- "data-testid": "icon-birthday-cake",
1051
- style: getIconStyles(props)
1149
+ style: getIconStyles(props),
1150
+ "data-testid": testId
1052
1151
  }, props), React__default.createElement("path", {
1053
1152
  d: "M5 3.75c-.693 0-1.25-.557-1.25-1.25C3.75 1.29 5 1.602 5 0c.469 0 1.25 1.152 1.25 2.188C6.25 3.223 5.693 3.75 5 3.75Zm5 0c-.693 0-1.25-.557-1.25-1.25C8.75 1.29 10 1.602 10 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562Zm5 0c-.693 0-1.25-.557-1.25-1.25C13.75 1.29 15 1.602 15 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562ZM16.875 10h-1.25V4.375h-1.25V10h-3.75V4.375h-1.25V10h-3.75V4.375h-1.25V10h-1.25c-1.035 0-1.875.84-1.875 1.875V20h17.5v-8.125c0-1.035-.84-1.875-1.875-1.875Zm.625 8.75h-15v-2.814c.634-.37.935-.936 1.67-.936 1.092 0 1.22 1.25 2.92 1.25C8.763 16.25 8.934 15 10 15c1.1 0 1.219 1.25 2.92 1.25 1.694 0 1.827-1.25 2.92-1.25.722 0 1.025.565 1.66.936v2.814Zm0-4.39c-.376-.307-.829-.61-1.66-.61-1.697 0-1.83 1.25-2.92 1.25-1.082 0-1.229-1.25-2.92-1.25-1.674 0-1.844 1.25-2.91 1.25-1.1 0-1.219-1.25-2.92-1.25-.838 0-1.293.304-1.67.612v-2.487c0-.345.28-.625.625-.625h13.75c.345 0 .625.28.625.625v2.485Z",
1054
1153
  fill: "currentColor"
@@ -1057,13 +1156,19 @@ var IconBirthdayCake = function IconBirthdayCake(props) {
1057
1156
 
1058
1157
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1059
1158
 
1060
- var IconBold = function IconBold(props) {
1159
+ var _excluded$h = ["testId"];
1160
+
1161
+ var IconBold = function IconBold(_ref) {
1162
+ var _ref$testId = _ref.testId,
1163
+ testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1164
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
1165
+
1061
1166
  return React__default.createElement("svg", Object.assign({
1062
1167
  viewBox: "0 0 20 20",
1063
1168
  fill: "none",
1064
1169
  xmlns: "http://www.w3.org/2000/svg",
1065
- "data-testid": "icon-bold",
1066
- style: getIconStyles(props)
1170
+ style: getIconStyles(props),
1171
+ "data-testid": testId
1067
1172
  }, props), React__default.createElement("path", {
1068
1173
  d: "M13.828 9.145a4.36 4.36 0 0 0 .516-6.614A4.375 4.375 0 0 0 11.25 1.25H3.437a.312.312 0 0 0-.312.313v.625a.312.312 0 0 0 .313.312h.937v15h-.938a.312.312 0 0 0-.312.313v.625a.313.313 0 0 0 .313.312h8.437a5 5 0 0 0 1.953-9.605ZM5.625 2.5h5.625a3.125 3.125 0 1 1 0 6.25H5.625V2.5Zm6.25 15h-6.25V10h6.25a3.75 3.75 0 1 1 0 7.5Z",
1069
1174
  fill: "currentColor"
@@ -1072,13 +1177,19 @@ var IconBold = function IconBold(props) {
1072
1177
 
1073
1178
  IconBold.displayName = 'IconBold';
1074
1179
 
1075
- var IconBolt = function IconBolt(props) {
1180
+ var _excluded$i = ["testId"];
1181
+
1182
+ var IconBolt = function IconBolt(_ref) {
1183
+ var _ref$testId = _ref.testId,
1184
+ testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1185
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
1186
+
1076
1187
  return React__default.createElement("svg", Object.assign({
1077
1188
  viewBox: "0 0 20 20",
1078
1189
  fill: "none",
1079
1190
  xmlns: "http://www.w3.org/2000/svg",
1080
- "data-testid": "icon-bolt",
1081
- style: getIconStyles(props)
1191
+ style: getIconStyles(props),
1192
+ "data-testid": testId
1082
1193
  }, props), React__default.createElement("g", {
1083
1194
  clipPath: "url(#icon-bolt_svg__a)"
1084
1195
  }, React__default.createElement("path", {
@@ -1094,13 +1205,19 @@ var IconBolt = function IconBolt(props) {
1094
1205
 
1095
1206
  IconBolt.displayName = 'IconBolt';
1096
1207
 
1097
- var IconBook = function IconBook(props) {
1208
+ var _excluded$j = ["testId"];
1209
+
1210
+ var IconBook = function IconBook(_ref) {
1211
+ var _ref$testId = _ref.testId,
1212
+ testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1213
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
1214
+
1098
1215
  return React__default.createElement("svg", Object.assign({
1099
1216
  viewBox: "0 0 20 20",
1100
1217
  fill: "none",
1101
1218
  xmlns: "http://www.w3.org/2000/svg",
1102
- "data-testid": "icon-book",
1103
- style: getIconStyles(props)
1219
+ style: getIconStyles(props),
1220
+ "data-testid": testId
1104
1221
  }, props), React__default.createElement("path", {
1105
1222
  fillRule: "evenodd",
1106
1223
  clipRule: "evenodd",
@@ -1111,13 +1228,19 @@ var IconBook = function IconBook(props) {
1111
1228
 
1112
1229
  IconBook.displayName = 'IconBook';
1113
1230
 
1114
- var IconBriefcase = function IconBriefcase(props) {
1231
+ var _excluded$k = ["testId"];
1232
+
1233
+ var IconBriefcase = function IconBriefcase(_ref) {
1234
+ var _ref$testId = _ref.testId,
1235
+ testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1236
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
1237
+
1115
1238
  return React__default.createElement("svg", Object.assign({
1116
1239
  viewBox: "0 0 20 20",
1117
1240
  fill: "none",
1118
1241
  xmlns: "http://www.w3.org/2000/svg",
1119
- "data-testid": "icon-briefcase",
1120
- style: getIconStyles(props)
1242
+ style: getIconStyles(props),
1243
+ "data-testid": testId
1121
1244
  }, props), React__default.createElement("path", {
1122
1245
  d: "M18.125 5H13.75V2.187a.937.937 0 0 0-.938-.937H7.189a.937.937 0 0 0-.938.938V5H1.875C.839 5 0 5.84 0 6.875v10c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875v-10C20 5.839 19.16 5 18.125 5ZM7.5 2.5h5V5h-5V2.5Zm11.25 14.375c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V11.25H7.5v1.563c0 .517.42.937.938.937h3.124c.518 0 .938-.42.938-.938V11.25h6.25v5.625Zm-10-4.375v-1.25h2.5v1.25h-2.5Zm10-2.5H1.25V6.875c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625V10Z",
1123
1246
  fill: "currentColor"
@@ -1126,13 +1249,19 @@ var IconBriefcase = function IconBriefcase(props) {
1126
1249
 
1127
1250
  IconBriefcase.displayName = 'IconBriefcase';
1128
1251
 
1129
- var IconBullseyeArrow = function IconBullseyeArrow(props) {
1252
+ var _excluded$l = ["testId"];
1253
+
1254
+ var IconBullseyeArrow = function IconBullseyeArrow(_ref) {
1255
+ var _ref$testId = _ref.testId,
1256
+ testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1257
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
1258
+
1130
1259
  return React__default.createElement("svg", Object.assign({
1131
1260
  viewBox: "0 0 20 20",
1132
1261
  fill: "none",
1133
1262
  xmlns: "http://www.w3.org/2000/svg",
1134
- "data-testid": "icon-bullseye-arrow",
1135
- style: getIconStyles(props)
1263
+ style: getIconStyles(props),
1264
+ "data-testid": testId
1136
1265
  }, props), React__default.createElement("path", {
1137
1266
  fillRule: "evenodd",
1138
1267
  clipRule: "evenodd",
@@ -1143,13 +1272,19 @@ var IconBullseyeArrow = function IconBullseyeArrow(props) {
1143
1272
 
1144
1273
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1145
1274
 
1146
- var IconCalculator = function IconCalculator(props) {
1275
+ var _excluded$m = ["testId"];
1276
+
1277
+ var IconCalculator = function IconCalculator(_ref) {
1278
+ var _ref$testId = _ref.testId,
1279
+ testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1280
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
1281
+
1147
1282
  return React__default.createElement("svg", Object.assign({
1148
1283
  viewBox: "0 0 20 20",
1149
1284
  fill: "none",
1150
1285
  xmlns: "http://www.w3.org/2000/svg",
1151
- "data-testid": "icon-calculator",
1152
- style: getIconStyles(props)
1286
+ style: getIconStyles(props),
1287
+ "data-testid": testId
1153
1288
  }, props), React__default.createElement("path", {
1154
1289
  fillRule: "evenodd",
1155
1290
  clipRule: "evenodd",
@@ -1160,13 +1295,19 @@ var IconCalculator = function IconCalculator(props) {
1160
1295
 
1161
1296
  IconCalculator.displayName = 'IconCalculator';
1162
1297
 
1163
- var IconCalendarAlt = function IconCalendarAlt(props) {
1298
+ var _excluded$n = ["testId"];
1299
+
1300
+ var IconCalendarAlt = function IconCalendarAlt(_ref) {
1301
+ var _ref$testId = _ref.testId,
1302
+ testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
1304
+
1164
1305
  return React__default.createElement("svg", Object.assign({
1165
1306
  viewBox: "0 0 20 20",
1166
1307
  fill: "none",
1167
1308
  xmlns: "http://www.w3.org/2000/svg",
1168
- "data-testid": "icon-calendar-alt",
1169
- style: getIconStyles(props)
1309
+ style: getIconStyles(props),
1310
+ "data-testid": testId
1170
1311
  }, props), React__default.createElement("path", {
1171
1312
  fillRule: "evenodd",
1172
1313
  clipRule: "evenodd",
@@ -1177,13 +1318,19 @@ var IconCalendarAlt = function IconCalendarAlt(props) {
1177
1318
 
1178
1319
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1179
1320
 
1180
- var IconCalendarCheck = function IconCalendarCheck(props) {
1321
+ var _excluded$o = ["testId"];
1322
+
1323
+ var IconCalendarCheck = function IconCalendarCheck(_ref) {
1324
+ var _ref$testId = _ref.testId,
1325
+ testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1326
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
1327
+
1181
1328
  return React__default.createElement("svg", Object.assign({
1182
1329
  viewBox: "0 0 20 20",
1183
1330
  fill: "none",
1184
1331
  xmlns: "http://www.w3.org/2000/svg",
1185
- "data-testid": "icon-calendar-check",
1186
- style: getIconStyles(props)
1332
+ style: getIconStyles(props),
1333
+ "data-testid": testId
1187
1334
  }, props), React__default.createElement("path", {
1188
1335
  fillRule: "evenodd",
1189
1336
  clipRule: "evenodd",
@@ -1194,13 +1341,19 @@ var IconCalendarCheck = function IconCalendarCheck(props) {
1194
1341
 
1195
1342
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1196
1343
 
1197
- var IconCalendarDay = function IconCalendarDay(props) {
1344
+ var _excluded$p = ["testId"];
1345
+
1346
+ var IconCalendarDay = function IconCalendarDay(_ref) {
1347
+ var _ref$testId = _ref.testId,
1348
+ testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
1349
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
1350
+
1198
1351
  return React__default.createElement("svg", Object.assign({
1199
1352
  viewBox: "0 0 20 20",
1200
1353
  fill: "none",
1201
1354
  xmlns: "http://www.w3.org/2000/svg",
1202
- "data-testid": "icon-calendar-day",
1203
- style: getIconStyles(props)
1355
+ style: getIconStyles(props),
1356
+ "data-testid": testId
1204
1357
  }, props), React__default.createElement("g", {
1205
1358
  clipPath: "url(#icon-calendar-day_svg__a)"
1206
1359
  }, React__default.createElement("path", {
@@ -1217,13 +1370,19 @@ var IconCalendarDay = function IconCalendarDay(props) {
1217
1370
 
1218
1371
  IconCalendarDay.displayName = 'IconCalendarDay';
1219
1372
 
1220
- var IconCalendarExclamation = function IconCalendarExclamation(props) {
1373
+ var _excluded$q = ["testId"];
1374
+
1375
+ var IconCalendarExclamation = function IconCalendarExclamation(_ref) {
1376
+ var _ref$testId = _ref.testId,
1377
+ testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
1378
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
1379
+
1221
1380
  return React__default.createElement("svg", Object.assign({
1222
1381
  viewBox: "0 0 20 20",
1223
1382
  fill: "none",
1224
1383
  xmlns: "http://www.w3.org/2000/svg",
1225
- "data-testid": "icon-calendar-exclamation",
1226
- style: getIconStyles(props)
1384
+ style: getIconStyles(props),
1385
+ "data-testid": testId
1227
1386
  }, props), React__default.createElement("path", {
1228
1387
  d: "M17.857 2.5h-2.143V.469c0-.258-.24-.469-.535-.469h-.358c-.294 0-.535.21-.535.469V2.5H5.714V.469C5.714.21 5.474 0 5.18 0H4.82c-.294 0-.535.21-.535.469V2.5H2.143C.96 2.5 0 3.34 0 4.375v13.75C0 19.16.96 20 2.143 20h15.714C19.04 20 20 19.16 20 18.125V4.375C20 3.34 19.04 2.5 17.857 2.5ZM2.143 3.75h15.714c.393 0 .714.281.714.625V6.25H1.43V4.375c0-.344.321-.625.714-.625Zm15.714 15H2.143c-.393 0-.714-.281-.714-.625V7.5H18.57v10.625c0 .344-.321.625-.714.625Zm-8.361-10h1.008c.309 0 .554.227.536.496l-.299 4.688c-.018.25-.25.441-.536.441H9.79c-.286 0-.518-.195-.536-.441l-.299-4.688c-.013-.27.232-.496.54-.496Zm1.754 7.5c0 .605-.558 1.094-1.25 1.094s-1.25-.489-1.25-1.094c0-.605.558-1.094 1.25-1.094s1.25.489 1.25 1.094Z",
1229
1388
  fill: "currentColor"
@@ -1232,13 +1391,19 @@ var IconCalendarExclamation = function IconCalendarExclamation(props) {
1232
1391
 
1233
1392
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
1234
1393
 
1235
- var IconCalendarStar = function IconCalendarStar(props) {
1394
+ var _excluded$r = ["testId"];
1395
+
1396
+ var IconCalendarStar = function IconCalendarStar(_ref) {
1397
+ var _ref$testId = _ref.testId,
1398
+ testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
1399
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1400
+
1236
1401
  return React__default.createElement("svg", Object.assign({
1237
1402
  viewBox: "0 0 20 20",
1238
1403
  fill: "none",
1239
1404
  xmlns: "http://www.w3.org/2000/svg",
1240
- "data-testid": "icon-calendar-star",
1241
- style: getIconStyles(props)
1405
+ style: getIconStyles(props),
1406
+ "data-testid": testId
1242
1407
  }, props), React__default.createElement("path", {
1243
1408
  d: "m6.952 14.406-.325 1.808c-.074.414.103.824.461 1.07a1.186 1.186 0 0 0 1.211.082l1.71-.851 1.71.85a1.2 1.2 0 0 0 1.215-.081c.358-.246.536-.656.461-1.07l-.325-1.808 1.38-1.276c.317-.293.428-.723.292-1.12a1.127 1.127 0 0 0-.93-.743l-1.912-.265-.853-1.644a1.166 1.166 0 0 0-1.038-.613c-.44 0-.836.235-1.03.61l-.853 1.643-1.911.266a1.127 1.127 0 0 0-.931.741c-.136.398-.025.828.292 1.12l1.376 1.281Zm2.044-2.268 1.013-1.948 1.014 1.948 2.265.312-1.64 1.52.388 2.139-2.027-1.008-2.027 1.011.387-2.139-1.64-1.519 2.267-.316Zm8.263-9.64h-1.977V.313a.322.322 0 0 0-.33-.312h-.659c-.18 0-.33.14-.33.312V2.5H6.055V.312A.322.322 0 0 0 5.724 0h-.658c-.182 0-.33.14-.33.312V2.5H2.759C1.667 2.499.78 3.338.78 4.373v13.742c0 1.035.886 1.874 1.978 1.874h14.5c1.092 0 1.978-.84 1.978-1.874V4.373c0-1.035-.886-1.874-1.977-1.874Zm.66 15.617c0 .344-.297.625-.66.625H2.76c-.363 0-.66-.281-.66-.625V7.496h15.82v10.62Zm0-11.868H2.099V4.373c0-.344.297-.625.66-.625h14.5c.363 0 .66.281.66.625v1.874Z",
1244
1409
  fill: "currentColor"
@@ -1247,13 +1412,19 @@ var IconCalendarStar = function IconCalendarStar(props) {
1247
1412
 
1248
1413
  IconCalendarStar.displayName = 'IconCalendarStar';
1249
1414
 
1250
- var IconCalendarTomorrow = function IconCalendarTomorrow(props) {
1415
+ var _excluded$s = ["testId"];
1416
+
1417
+ var IconCalendarTomorrow = function IconCalendarTomorrow(_ref) {
1418
+ var _ref$testId = _ref.testId,
1419
+ testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
1420
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1421
+
1251
1422
  return React__default.createElement("svg", Object.assign({
1252
1423
  viewBox: "0 0 20 20",
1253
1424
  fill: "none",
1254
1425
  xmlns: "http://www.w3.org/2000/svg",
1255
- "data-testid": "icon-calendar-tomorrow",
1256
- style: getIconStyles(props)
1426
+ style: getIconStyles(props),
1427
+ "data-testid": testId
1257
1428
  }, props), React__default.createElement("g", {
1258
1429
  clipPath: "url(#icon-calendar-tomorrow_svg__a)",
1259
1430
  fill: "currentColor"
@@ -1272,13 +1443,19 @@ var IconCalendarTomorrow = function IconCalendarTomorrow(props) {
1272
1443
 
1273
1444
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
1274
1445
 
1275
- var IconCalendar = function IconCalendar(props) {
1446
+ var _excluded$t = ["testId"];
1447
+
1448
+ var IconCalendar = function IconCalendar(_ref) {
1449
+ var _ref$testId = _ref.testId,
1450
+ testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
1451
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1452
+
1276
1453
  return React__default.createElement("svg", Object.assign({
1277
1454
  viewBox: "0 0 20 20",
1278
1455
  fill: "none",
1279
1456
  xmlns: "http://www.w3.org/2000/svg",
1280
- "data-testid": "icon-calendar",
1281
- style: getIconStyles(props)
1457
+ style: getIconStyles(props),
1458
+ "data-testid": testId
1282
1459
  }, props), React__default.createElement("path", {
1283
1460
  fillRule: "evenodd",
1284
1461
  clipRule: "evenodd",
@@ -1289,13 +1466,19 @@ var IconCalendar = function IconCalendar(props) {
1289
1466
 
1290
1467
  IconCalendar.displayName = 'IconCalendar';
1291
1468
 
1292
- var IconCameraSlash = function IconCameraSlash(props) {
1469
+ var _excluded$u = ["testId"];
1470
+
1471
+ var IconCameraSlash = function IconCameraSlash(_ref) {
1472
+ var _ref$testId = _ref.testId,
1473
+ testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
1474
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1475
+
1293
1476
  return React__default.createElement("svg", Object.assign({
1294
1477
  viewBox: "0 0 20 20",
1295
1478
  fill: "none",
1296
1479
  xmlns: "http://www.w3.org/2000/svg",
1297
- "data-testid": "icon-camera-slash",
1298
- style: getIconStyles(props)
1480
+ style: getIconStyles(props),
1481
+ "data-testid": testId
1299
1482
  }, props), React__default.createElement("path", {
1300
1483
  d: "m19.905 17.838-1.975-1.702V5.766c0-.906-.671-1.641-1.5-1.641h-2.75l-.446-1.3c-.182-.536-.647-.888-1.17-.888H7.972c-.625 0-1.184.424-1.403 1.063L6.18 4.125H3.984L.718 1.312a.232.232 0 0 0-.35.04l-.313.428a.289.289 0 0 0 .038.383L7.009 8.12c-.004.003-.004.006-.007.006l.788.677c.003-.003.003-.007.006-.007l4.319 3.72c-.003.003-.003.006-.006.006l.787.677c.003-.003.003-.007.006-.007l6.382 5.496c.109.096.265.076.35-.04l.312-.428a.29.29 0 0 0-.04-.383ZM8.572 8.073c.4-.253.866-.397 1.36-.397 1.515 0 2.75 1.35 2.75 3.008 0 .29-.038.571-.11.834l-4-3.445Zm1.36-1.487c-.82 0-1.576.287-2.191.772l-2.485-2.14h1.622l.628-1.832a.505.505 0 0 1 .47-.355h4.093c.103 0 .197.072.234.178l.691 2.01h3.44c.276 0 .5.246.5.547v9.509l-3.527-3.039a4.437 4.437 0 0 0 .278-1.548c-.003-2.263-1.685-4.102-3.754-4.102ZM3.43 16.153c-.274 0-.5-.246-.5-.547V6.005l-1-.79v10.388c0 .906.673 1.64 1.5 1.64h12.55l-1.268-1.093H3.431v.003Z",
1301
1484
  fill: "currentColor"
@@ -1307,13 +1490,19 @@ var IconCameraSlash = function IconCameraSlash(props) {
1307
1490
 
1308
1491
  IconCameraSlash.displayName = 'IconCameraSlash';
1309
1492
 
1310
- var IconCamera = function IconCamera(props) {
1493
+ var _excluded$v = ["testId"];
1494
+
1495
+ var IconCamera = function IconCamera(_ref) {
1496
+ var _ref$testId = _ref.testId,
1497
+ testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
1498
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1499
+
1311
1500
  return React__default.createElement("svg", Object.assign({
1312
1501
  viewBox: "0 0 20 20",
1313
1502
  fill: "none",
1314
1503
  xmlns: "http://www.w3.org/2000/svg",
1315
- "data-testid": "icon-camera",
1316
- style: getIconStyles(props)
1504
+ style: getIconStyles(props),
1505
+ "data-testid": testId
1317
1506
  }, props), React__default.createElement("path", {
1318
1507
  d: "M12.668 2.5c.129 0 .246.082.293.203L13.824 5h4.301c.344 0 .625.281.625.625v11.25a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V5.625c0-.344.281-.625.625-.625H6.18l.785-2.094A.626.626 0 0 1 7.55 2.5h5.117Zm0-1.25H7.551c-.781 0-1.48.484-1.754 1.215L5.313 3.75H1.874C.84 3.75 0 4.59 0 5.625v11.25c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.035-.84-1.875-1.875-1.875h-3.438l-.558-1.484a1.553 1.553 0 0 0-1.461-1.016ZM10 15.938a4.691 4.691 0 0 1-4.688-4.688A4.691 4.691 0 0 1 10 6.562a4.691 4.691 0 0 1 4.688 4.688A4.691 4.691 0 0 1 10 15.938Zm0-8.126a3.443 3.443 0 0 0-3.438 3.438A3.443 3.443 0 0 0 10 14.688a3.443 3.443 0 0 0 3.438-3.438A3.443 3.443 0 0 0 10 7.812Z",
1319
1508
  fill: "currentColor"
@@ -1322,13 +1511,19 @@ var IconCamera = function IconCamera(props) {
1322
1511
 
1323
1512
  IconCamera.displayName = 'IconCamera';
1324
1513
 
1325
- var IconCashRegister = function IconCashRegister(props) {
1514
+ var _excluded$w = ["testId"];
1515
+
1516
+ var IconCashRegister = function IconCashRegister(_ref) {
1517
+ var _ref$testId = _ref.testId,
1518
+ testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
1519
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1520
+
1326
1521
  return React__default.createElement("svg", Object.assign({
1327
1522
  viewBox: "0 0 20 20",
1328
1523
  fill: "none",
1329
1524
  xmlns: "http://www.w3.org/2000/svg",
1330
- "data-testid": "icon-cash-register",
1331
- style: getIconStyles(props)
1525
+ style: getIconStyles(props),
1526
+ "data-testid": testId
1332
1527
  }, props), React__default.createElement("path", {
1333
1528
  d: "M9.063 9.688a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .624-.626v-.624Zm-3.75 0a.627.627 0 0 0-.625-.626h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.624.626h.625a.627.627 0 0 0 .625-.626v-.624Zm1.25 1.874h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .625-.626v-.624a.627.627 0 0 0-.625-.626Zm3.75 0h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Zm2.5-1.874a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624Zm7.164 5.136L18.98 7.86a1.876 1.876 0 0 0-1.855-1.609H7.5v-2.5h3.125a.627.627 0 0 0 .625-.625v-2.5A.627.627 0 0 0 10.625 0h-7.5A.627.627 0 0 0 2.5.625v2.5c0 .344.281.625.625.625H6.25v2.5H2.875c-.934 0-1.723.688-1.855 1.61l-.997 6.964A2.673 2.673 0 0 0 0 15.18v2.945C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125v-2.95c0-.116-.008-.234-.023-.35ZM3.75 2.5V1.25H10V2.5H3.75ZM2.258 8.035a.626.626 0 0 1 .617-.535h14.246c.309 0 .574.23.617.535l1 6.965H1.262l.996-6.965Zm16.492 10.09a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V16.25h17.5v1.875Zm-2.813-9.063h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624a.627.627 0 0 0-.625-.626Zm-1.874 2.5h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Z",
1334
1529
  fill: "currentColor"
@@ -1337,13 +1532,19 @@ var IconCashRegister = function IconCashRegister(props) {
1337
1532
 
1338
1533
  IconCashRegister.displayName = 'IconCashRegister';
1339
1534
 
1340
- var IconChartBar = function IconChartBar(props) {
1535
+ var _excluded$x = ["testId"];
1536
+
1537
+ var IconChartBar = function IconChartBar(_ref) {
1538
+ var _ref$testId = _ref.testId,
1539
+ testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
1540
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1541
+
1341
1542
  return React__default.createElement("svg", Object.assign({
1342
1543
  viewBox: "0 0 20 20",
1343
1544
  fill: "none",
1344
1545
  xmlns: "http://www.w3.org/2000/svg",
1345
- "data-testid": "icon-chart-bar",
1346
- style: getIconStyles(props)
1546
+ style: getIconStyles(props),
1547
+ "data-testid": testId
1347
1548
  }, props), React__default.createElement("path", {
1348
1549
  fillRule: "evenodd",
1349
1550
  clipRule: "evenodd",
@@ -1354,13 +1555,19 @@ var IconChartBar = function IconChartBar(props) {
1354
1555
 
1355
1556
  IconChartBar.displayName = 'IconChartBar';
1356
1557
 
1357
- var IconCheck = function IconCheck(props) {
1558
+ var _excluded$y = ["testId"];
1559
+
1560
+ var IconCheck = function IconCheck(_ref) {
1561
+ var _ref$testId = _ref.testId,
1562
+ testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
1563
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1564
+
1358
1565
  return React__default.createElement("svg", Object.assign({
1359
1566
  viewBox: "0 0 20 20",
1360
1567
  fill: "none",
1361
1568
  xmlns: "http://www.w3.org/2000/svg",
1362
- "data-testid": "icon-check",
1363
- style: getIconStyles(props)
1569
+ style: getIconStyles(props),
1570
+ "data-testid": testId
1364
1571
  }, props), React__default.createElement("path", {
1365
1572
  fillRule: "evenodd",
1366
1573
  clipRule: "evenodd",
@@ -1371,13 +1578,19 @@ var IconCheck = function IconCheck(props) {
1371
1578
 
1372
1579
  IconCheck.displayName = 'IconCheck';
1373
1580
 
1374
- var IconChevronDown = function IconChevronDown(props) {
1581
+ var _excluded$z = ["testId"];
1582
+
1583
+ var IconChevronDown = function IconChevronDown(_ref) {
1584
+ var _ref$testId = _ref.testId,
1585
+ testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
1586
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1587
+
1375
1588
  return React__default.createElement("svg", Object.assign({
1376
1589
  viewBox: "0 0 20 20",
1377
1590
  fill: "none",
1378
1591
  xmlns: "http://www.w3.org/2000/svg",
1379
- "data-testid": "icon-chevron-down",
1380
- style: getIconStyles(props)
1592
+ style: getIconStyles(props),
1593
+ "data-testid": testId
1381
1594
  }, props), React__default.createElement("path", {
1382
1595
  fillRule: "evenodd",
1383
1596
  clipRule: "evenodd",
@@ -1388,13 +1601,19 @@ var IconChevronDown = function IconChevronDown(props) {
1388
1601
 
1389
1602
  IconChevronDown.displayName = 'IconChevronDown';
1390
1603
 
1391
- var IconChevronLeft = function IconChevronLeft(props) {
1604
+ var _excluded$A = ["testId"];
1605
+
1606
+ var IconChevronLeft = function IconChevronLeft(_ref) {
1607
+ var _ref$testId = _ref.testId,
1608
+ testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
1609
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1610
+
1392
1611
  return React__default.createElement("svg", Object.assign({
1393
1612
  viewBox: "0 0 20 20",
1394
1613
  fill: "none",
1395
1614
  xmlns: "http://www.w3.org/2000/svg",
1396
- "data-testid": "icon-chevron-left",
1397
- style: getIconStyles(props)
1615
+ style: getIconStyles(props),
1616
+ "data-testid": testId
1398
1617
  }, props), React__default.createElement("path", {
1399
1618
  fillRule: "evenodd",
1400
1619
  clipRule: "evenodd",
@@ -1405,13 +1624,19 @@ var IconChevronLeft = function IconChevronLeft(props) {
1405
1624
 
1406
1625
  IconChevronLeft.displayName = 'IconChevronLeft';
1407
1626
 
1408
- var IconChevronRight = function IconChevronRight(props) {
1627
+ var _excluded$B = ["testId"];
1628
+
1629
+ var IconChevronRight = function IconChevronRight(_ref) {
1630
+ var _ref$testId = _ref.testId,
1631
+ testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
1632
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1633
+
1409
1634
  return React__default.createElement("svg", Object.assign({
1410
1635
  viewBox: "0 0 20 20",
1411
1636
  fill: "none",
1412
1637
  xmlns: "http://www.w3.org/2000/svg",
1413
- "data-testid": "icon-chevron-right",
1414
- style: getIconStyles(props)
1638
+ style: getIconStyles(props),
1639
+ "data-testid": testId
1415
1640
  }, props), React__default.createElement("path", {
1416
1641
  fillRule: "evenodd",
1417
1642
  clipRule: "evenodd",
@@ -1422,13 +1647,19 @@ var IconChevronRight = function IconChevronRight(props) {
1422
1647
 
1423
1648
  IconChevronRight.displayName = 'IconChevronRight';
1424
1649
 
1425
- var IconChevronUp = function IconChevronUp(props) {
1650
+ var _excluded$C = ["testId"];
1651
+
1652
+ var IconChevronUp = function IconChevronUp(_ref) {
1653
+ var _ref$testId = _ref.testId,
1654
+ testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
1655
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1656
+
1426
1657
  return React__default.createElement("svg", Object.assign({
1427
1658
  viewBox: "0 0 20 20",
1428
1659
  fill: "none",
1429
1660
  xmlns: "http://www.w3.org/2000/svg",
1430
- "data-testid": "icon-chevron-up",
1431
- style: getIconStyles(props)
1661
+ style: getIconStyles(props),
1662
+ "data-testid": testId
1432
1663
  }, props), React__default.createElement("path", {
1433
1664
  fillRule: "evenodd",
1434
1665
  clipRule: "evenodd",
@@ -1439,13 +1670,19 @@ var IconChevronUp = function IconChevronUp(props) {
1439
1670
 
1440
1671
  IconChevronUp.displayName = 'IconChevronUp';
1441
1672
 
1442
- var IconClipboardList = function IconClipboardList(props) {
1673
+ var _excluded$D = ["testId"];
1674
+
1675
+ var IconClipboardList = function IconClipboardList(_ref) {
1676
+ var _ref$testId = _ref.testId,
1677
+ testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
1678
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
1679
+
1443
1680
  return React__default.createElement("svg", Object.assign({
1444
1681
  viewBox: "0 0 20 20",
1445
1682
  fill: "none",
1446
1683
  xmlns: "http://www.w3.org/2000/svg",
1447
- "data-testid": "icon-clipboard-list",
1448
- style: getIconStyles(props)
1684
+ style: getIconStyles(props),
1685
+ "data-testid": testId
1449
1686
  }, props), React__default.createElement("path", {
1450
1687
  fillRule: "evenodd",
1451
1688
  clipRule: "evenodd",
@@ -1456,13 +1693,19 @@ var IconClipboardList = function IconClipboardList(props) {
1456
1693
 
1457
1694
  IconClipboardList.displayName = 'IconClipboardList';
1458
1695
 
1459
- var IconClock = function IconClock(props) {
1696
+ var _excluded$E = ["testId"];
1697
+
1698
+ var IconClock = function IconClock(_ref) {
1699
+ var _ref$testId = _ref.testId,
1700
+ testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
1701
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1702
+
1460
1703
  return React__default.createElement("svg", Object.assign({
1461
1704
  viewBox: "0 0 20 20",
1462
1705
  fill: "none",
1463
1706
  xmlns: "http://www.w3.org/2000/svg",
1464
- "data-testid": "icon-clock",
1465
- style: getIconStyles(props)
1707
+ style: getIconStyles(props),
1708
+ "data-testid": testId
1466
1709
  }, props), React__default.createElement("path", {
1467
1710
  d: "M10 .313A9.686 9.686 0 0 0 .312 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .312ZM18.438 10c0 4.637-3.754 8.438-8.438 8.438-4.637 0-8.438-3.754-8.438-8.438 0-4.637 3.754-8.438 8.438-8.438 4.637 0 8.438 3.754 8.438 8.438Zm-5.817 3.45L9.45 11.144a.472.472 0 0 1-.191-.38V4.532a.47.47 0 0 1 .469-.468h.546a.47.47 0 0 1 .47.468v5.715l2.753 2.004c.211.152.254.445.102.656l-.32.442a.472.472 0 0 1-.657.101Z",
1468
1711
  fill: "currentColor"
@@ -1471,13 +1714,19 @@ var IconClock = function IconClock(props) {
1471
1714
 
1472
1715
  IconClock.displayName = 'IconClock';
1473
1716
 
1474
- var IconCog = function IconCog(props) {
1717
+ var _excluded$F = ["testId"];
1718
+
1719
+ var IconCog = function IconCog(_ref) {
1720
+ var _ref$testId = _ref.testId,
1721
+ testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
1722
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1723
+
1475
1724
  return React__default.createElement("svg", Object.assign({
1476
1725
  viewBox: "0 0 20 20",
1477
1726
  fill: "none",
1478
1727
  xmlns: "http://www.w3.org/2000/svg",
1479
- "data-testid": "icon-cog",
1480
- style: getIconStyles(props)
1728
+ style: getIconStyles(props),
1729
+ "data-testid": testId
1481
1730
  }, props), React__default.createElement("path", {
1482
1731
  d: "m18.855 11.69-1.274-.735a7.63 7.63 0 0 0 0-1.91l1.274-.736a.935.935 0 0 0 .432-1.074 9.672 9.672 0 0 0-2.248-3.89.938.938 0 0 0-1.15-.167l-1.271.734a7.584 7.584 0 0 0-1.654-.956v-1.47a.938.938 0 0 0-.722-.912 9.756 9.756 0 0 0-4.484 0 .938.938 0 0 0-.722.912v1.47a7.582 7.582 0 0 0-1.654.956l-1.271-.734a.938.938 0 0 0-1.15.167 9.671 9.671 0 0 0-2.248 3.89.935.935 0 0 0 .432 1.074l1.273.736a7.624 7.624 0 0 0 0 1.91l-1.273.736a.935.935 0 0 0-.432 1.074 9.671 9.671 0 0 0 2.248 3.89.938.938 0 0 0 1.15.168l1.271-.735a7.58 7.58 0 0 0 1.654.956v1.47c0 .434.3.812.722.912a9.754 9.754 0 0 0 4.484 0 .938.938 0 0 0 .722-.912v-1.47a7.59 7.59 0 0 0 1.653-.956l1.272.735a.938.938 0 0 0 1.15-.168 9.672 9.672 0 0 0 2.248-3.89.935.935 0 0 0-.432-1.075Zm-2.558 3.925L14.49 14.57c-1.055.901-1.429 1.128-2.775 1.604v2.09a8.482 8.482 0 0 1-3.428 0v-2.09c-1.313-.464-1.693-.68-2.775-1.604l-1.809 1.045a8.437 8.437 0 0 1-1.716-2.967l1.81-1.045c-.255-1.383-.255-1.822 0-3.206l-1.81-1.045a8.444 8.444 0 0 1 1.716-2.967l1.81 1.045c1.069-.915 1.447-1.135 2.774-1.604v-2.09a8.468 8.468 0 0 1 3.428 0v2.09c1.327.469 1.705.689 2.775 1.604l1.808-1.045a8.444 8.444 0 0 1 1.716 2.967l-1.81 1.045c.256 1.384.256 1.822 0 3.206l1.81 1.045a8.438 8.438 0 0 1-1.716 2.967ZM10 6.25A3.754 3.754 0 0 0 6.25 10 3.754 3.754 0 0 0 10 13.75 3.754 3.754 0 0 0 13.75 10 3.754 3.754 0 0 0 10 6.25Zm0 6.25A2.503 2.503 0 0 1 7.5 10c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5Z",
1483
1732
  fill: "currentColor"
@@ -1486,13 +1735,19 @@ var IconCog = function IconCog(props) {
1486
1735
 
1487
1736
  IconCog.displayName = 'IconCog';
1488
1737
 
1489
- var IconCommentLines = function IconCommentLines(props) {
1738
+ var _excluded$G = ["testId"];
1739
+
1740
+ var IconCommentLines = function IconCommentLines(_ref) {
1741
+ var _ref$testId = _ref.testId,
1742
+ testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
1743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1744
+
1490
1745
  return React__default.createElement("svg", Object.assign({
1491
1746
  viewBox: "0 0 20 20",
1492
1747
  fill: "none",
1493
1748
  xmlns: "http://www.w3.org/2000/svg",
1494
- "data-testid": "icon-comment-lines",
1495
- style: getIconStyles(props)
1749
+ style: getIconStyles(props),
1750
+ "data-testid": testId
1496
1751
  }, props), React__default.createElement("path", {
1497
1752
  fillRule: "evenodd",
1498
1753
  clipRule: "evenodd",
@@ -1506,13 +1761,19 @@ var IconCommentLines = function IconCommentLines(props) {
1506
1761
 
1507
1762
  IconCommentLines.displayName = 'IconCommentLines';
1508
1763
 
1509
- var IconComment = function IconComment(props) {
1764
+ var _excluded$H = ["testId"];
1765
+
1766
+ var IconComment = function IconComment(_ref) {
1767
+ var _ref$testId = _ref.testId,
1768
+ testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
1769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1770
+
1510
1771
  return React__default.createElement("svg", Object.assign({
1511
1772
  viewBox: "0 0 20 20",
1512
1773
  fill: "none",
1513
1774
  xmlns: "http://www.w3.org/2000/svg",
1514
- "data-testid": "icon-comment",
1515
- style: getIconStyles(props)
1775
+ style: getIconStyles(props),
1776
+ "data-testid": testId
1516
1777
  }, props), React__default.createElement("path", {
1517
1778
  fillRule: "evenodd",
1518
1779
  clipRule: "evenodd",
@@ -1523,13 +1784,19 @@ var IconComment = function IconComment(props) {
1523
1784
 
1524
1785
  IconComment.displayName = 'IconComment';
1525
1786
 
1526
- var IconCopy = function IconCopy(props) {
1787
+ var _excluded$I = ["testId"];
1788
+
1789
+ var IconCopy = function IconCopy(_ref) {
1790
+ var _ref$testId = _ref.testId,
1791
+ testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
1792
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1793
+
1527
1794
  return React__default.createElement("svg", Object.assign({
1528
1795
  viewBox: "0 0 20 20",
1529
1796
  fill: "none",
1530
1797
  xmlns: "http://www.w3.org/2000/svg",
1531
- "data-testid": "icon-copy",
1532
- style: getIconStyles(props)
1798
+ style: getIconStyles(props),
1799
+ "data-testid": testId
1533
1800
  }, props), React__default.createElement("g", {
1534
1801
  clipPath: "url(#icon-copy_svg__a)"
1535
1802
  }, React__default.createElement("path", {
@@ -1545,13 +1812,19 @@ var IconCopy = function IconCopy(props) {
1545
1812
 
1546
1813
  IconCopy.displayName = 'IconCopy';
1547
1814
 
1548
- var IconCreditCardPlus = function IconCreditCardPlus(props) {
1815
+ var _excluded$J = ["testId"];
1816
+
1817
+ var IconCreditCardPlus = function IconCreditCardPlus(_ref) {
1818
+ var _ref$testId = _ref.testId,
1819
+ testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
1820
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1821
+
1549
1822
  return React__default.createElement("svg", Object.assign({
1550
1823
  viewBox: "0 0 20 20",
1551
1824
  fill: "none",
1552
1825
  xmlns: "http://www.w3.org/2000/svg",
1553
- "data-testid": "icon-credit-card-plus",
1554
- style: getIconStyles(props)
1826
+ style: getIconStyles(props),
1827
+ "data-testid": testId
1555
1828
  }, props), React__default.createElement("g", {
1556
1829
  clipPath: "url(#icon-credit-card-plus_svg__a)"
1557
1830
  }, React__default.createElement("path", {
@@ -1569,13 +1842,19 @@ var IconCreditCardPlus = function IconCreditCardPlus(props) {
1569
1842
 
1570
1843
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
1571
1844
 
1572
- var IconCreditCard = function IconCreditCard(props) {
1845
+ var _excluded$K = ["testId"];
1846
+
1847
+ var IconCreditCard = function IconCreditCard(_ref) {
1848
+ var _ref$testId = _ref.testId,
1849
+ testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
1850
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1851
+
1573
1852
  return React__default.createElement("svg", Object.assign({
1574
1853
  viewBox: "0 0 20 20",
1575
1854
  fill: "none",
1576
1855
  xmlns: "http://www.w3.org/2000/svg",
1577
- "data-testid": "icon-credit-card",
1578
- style: getIconStyles(props)
1856
+ style: getIconStyles(props),
1857
+ "data-testid": testId
1579
1858
  }, props), React__default.createElement("g", {
1580
1859
  clipPath: "url(#icon-credit-card_svg__a)"
1581
1860
  }, React__default.createElement("path", {
@@ -1591,13 +1870,19 @@ var IconCreditCard = function IconCreditCard(props) {
1591
1870
 
1592
1871
  IconCreditCard.displayName = 'IconCreditCard';
1593
1872
 
1594
- var IconDownload = function IconDownload(props) {
1873
+ var _excluded$L = ["testId"];
1874
+
1875
+ var IconDownload = function IconDownload(_ref) {
1876
+ var _ref$testId = _ref.testId,
1877
+ testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
1878
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1879
+
1595
1880
  return React__default.createElement("svg", Object.assign({
1596
1881
  viewBox: "0 0 20 20",
1597
1882
  fill: "none",
1598
1883
  xmlns: "http://www.w3.org/2000/svg",
1599
- "data-testid": "icon-download",
1600
- style: getIconStyles(props)
1884
+ style: getIconStyles(props),
1885
+ "data-testid": testId
1601
1886
  }, props), React__default.createElement("path", {
1602
1887
  fillRule: "evenodd",
1603
1888
  clipRule: "evenodd",
@@ -1608,13 +1893,19 @@ var IconDownload = function IconDownload(props) {
1608
1893
 
1609
1894
  IconDownload.displayName = 'IconDownload';
1610
1895
 
1611
- var IconEdit = function IconEdit(props) {
1896
+ var _excluded$M = ["testId"];
1897
+
1898
+ var IconEdit = function IconEdit(_ref) {
1899
+ var _ref$testId = _ref.testId,
1900
+ testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
1901
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1902
+
1612
1903
  return React__default.createElement("svg", Object.assign({
1613
1904
  viewBox: "0 0 20 20",
1614
1905
  fill: "none",
1615
1906
  xmlns: "http://www.w3.org/2000/svg",
1616
- "data-testid": "icon-edit",
1617
- style: getIconStyles(props)
1907
+ style: getIconStyles(props),
1908
+ "data-testid": testId
1618
1909
  }, props), React__default.createElement("path", {
1619
1910
  d: "m14.507 12.092.694-.703a.207.207 0 0 1 .355.147v5.777c0 .931-.747 1.687-1.667 1.687H1.667C.747 19 0 18.244 0 17.312V4.938C0 4.006.747 3.25 1.667 3.25h10.149c.184 0 .278.229.146.359l-.695.703a.213.213 0 0 1-.146.063H1.667a.56.56 0 0 0-.556.563v12.375c0 .309.25.562.556.562h12.222a.56.56 0 0 0 .555-.563V12.24c0-.056.021-.109.063-.147Zm5.066-6.722L8.723 16.356l-3.47.39a.733.733 0 0 1-.805-.815l.385-3.512L15.684 1.432a1.446 1.446 0 0 1 2.063 0l1.826 1.85a1.49 1.49 0 0 1 0 2.088Zm-3.25 1.701-2.316-2.344-8.111 8.208-.288 2.64 2.607-.291 8.108-8.213Zm2.465-2.995-1.826-1.849a.343.343 0 0 0-.49 0l-1.68 1.702 2.316 2.344 1.68-1.701a.353.353 0 0 0 0-.496Z",
1620
1911
  fill: "currentColor"
@@ -1623,13 +1914,19 @@ var IconEdit = function IconEdit(props) {
1623
1914
 
1624
1915
  IconEdit.displayName = 'IconEdit';
1625
1916
 
1626
- var IconEllipsisV = function IconEllipsisV(props) {
1917
+ var _excluded$N = ["testId"];
1918
+
1919
+ var IconEllipsisV = function IconEllipsisV(_ref) {
1920
+ var _ref$testId = _ref.testId,
1921
+ testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
1922
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1923
+
1627
1924
  return React__default.createElement("svg", Object.assign({
1628
1925
  viewBox: "0 0 20 20",
1629
1926
  fill: "none",
1630
1927
  xmlns: "http://www.w3.org/2000/svg",
1631
- "data-testid": "icon-ellipsis-v",
1632
- style: getIconStyles(props)
1928
+ style: getIconStyles(props),
1929
+ "data-testid": testId
1633
1930
  }, props), React__default.createElement("path", {
1634
1931
  fillRule: "evenodd",
1635
1932
  clipRule: "evenodd",
@@ -1640,13 +1937,19 @@ var IconEllipsisV = function IconEllipsisV(props) {
1640
1937
 
1641
1938
  IconEllipsisV.displayName = 'IconEllipsisV';
1642
1939
 
1643
- var IconEnvelope = function IconEnvelope(props) {
1940
+ var _excluded$O = ["testId"];
1941
+
1942
+ var IconEnvelope = function IconEnvelope(_ref) {
1943
+ var _ref$testId = _ref.testId,
1944
+ testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
1945
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1946
+
1644
1947
  return React__default.createElement("svg", Object.assign({
1645
1948
  viewBox: "0 0 20 20",
1646
1949
  fill: "none",
1647
1950
  xmlns: "http://www.w3.org/2000/svg",
1648
- "data-testid": "icon-envelope",
1649
- style: getIconStyles(props)
1951
+ style: getIconStyles(props),
1952
+ "data-testid": testId
1650
1953
  }, props), React__default.createElement("path", {
1651
1954
  d: "M18.125 2.5H1.875C.84 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375C20 3.34 19.16 2.5 18.125 2.5ZM1.875 3.75h16.25c.344 0 .625.281.625.625v1.617c-.855.723-2.078 1.719-5.883 4.738-.66.524-1.96 1.786-2.867 1.77-.906.016-2.21-1.246-2.867-1.77C3.328 7.71 2.105 6.715 1.25 5.992V4.375c0-.344.281-.625.625-.625Zm16.25 12.5H1.875a.627.627 0 0 1-.625-.625V7.617c.89.73 2.297 1.86 5.105 4.09.801.64 2.215 2.05 3.645 2.043 1.422.012 2.824-1.387 3.645-2.043 2.808-2.23 4.214-3.36 5.105-4.09v8.008a.627.627 0 0 1-.625.625Z",
1652
1955
  fill: "currentColor"
@@ -1655,13 +1958,19 @@ var IconEnvelope = function IconEnvelope(props) {
1655
1958
 
1656
1959
  IconEnvelope.displayName = 'IconEnvelope';
1657
1960
 
1658
- var IconExclaimationTriangle = function IconExclaimationTriangle(props) {
1961
+ var _excluded$P = ["testId"];
1962
+
1963
+ var IconExclaimationTriangle = function IconExclaimationTriangle(_ref) {
1964
+ var _ref$testId = _ref.testId,
1965
+ testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
1966
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
1967
+
1659
1968
  return React__default.createElement("svg", Object.assign({
1660
1969
  viewBox: "0 0 20 20",
1661
1970
  fill: "none",
1662
1971
  xmlns: "http://www.w3.org/2000/svg",
1663
- "data-testid": "icon-exclaimation-triangle",
1664
- style: getIconStyles(props)
1972
+ style: getIconStyles(props),
1973
+ "data-testid": testId
1665
1974
  }, props), React__default.createElement("path", {
1666
1975
  fillRule: "evenodd",
1667
1976
  clipRule: "evenodd",
@@ -1672,13 +1981,19 @@ var IconExclaimationTriangle = function IconExclaimationTriangle(props) {
1672
1981
 
1673
1982
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
1674
1983
 
1675
- var IconExclaimation = function IconExclaimation(props) {
1984
+ var _excluded$Q = ["testId"];
1985
+
1986
+ var IconExclaimation = function IconExclaimation(_ref) {
1987
+ var _ref$testId = _ref.testId,
1988
+ testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
1989
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
1990
+
1676
1991
  return React__default.createElement("svg", Object.assign({
1677
1992
  viewBox: "0 0 20 20",
1678
1993
  fill: "none",
1679
1994
  xmlns: "http://www.w3.org/2000/svg",
1680
- "data-testid": "icon-exclaimation",
1681
- style: getIconStyles(props)
1995
+ style: getIconStyles(props),
1996
+ "data-testid": testId
1682
1997
  }, props), React__default.createElement("path", {
1683
1998
  d: "M9.15 0h1.714c.51 0 .916.424.895.933l-.523 12.537a.895.895 0 0 1-.895.858h-.67a.896.896 0 0 1-.894-.858L8.254.933A.896.896 0 0 1 9.15 0Zm.857 15.82a2.09 2.09 0 1 0 0 4.18 2.09 2.09 0 0 0 0-4.18Z",
1684
1999
  fill: "currentColor"
@@ -1687,13 +2002,19 @@ var IconExclaimation = function IconExclaimation(props) {
1687
2002
 
1688
2003
  IconExclaimation.displayName = 'IconExclaimation';
1689
2004
 
1690
- var IconExpand = function IconExpand(props) {
2005
+ var _excluded$R = ["testId"];
2006
+
2007
+ var IconExpand = function IconExpand(_ref) {
2008
+ var _ref$testId = _ref.testId,
2009
+ testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
2010
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2011
+
1691
2012
  return React__default.createElement("svg", Object.assign({
1692
2013
  viewBox: "0 0 20 20",
1693
2014
  fill: "none",
1694
2015
  xmlns: "http://www.w3.org/2000/svg",
1695
- "data-testid": "icon-expand",
1696
- style: getIconStyles(props)
2016
+ style: getIconStyles(props),
2017
+ "data-testid": testId
1697
2018
  }, props), React__default.createElement("path", {
1698
2019
  d: "m9.017 10.762.22.221a.469.469 0 0 1 0 .663L3.385 17.5H5.78c.26 0 .469.21.469.469v.312c0 .26-.21.469-.469.469H1.72a.469.469 0 0 1-.469-.469V14.22c0-.26.21-.469.469-.469h.312c.26 0 .469.21.469.469v2.397l5.854-5.854a.469.469 0 0 1 .663 0ZM18.28 1.25H14.22a.469.469 0 0 0-.469.469v.312c0 .26.21.469.469.469h2.397l-5.854 5.854a.469.469 0 0 0 0 .663l.221.22c.183.184.48.184.663 0L17.5 3.385V5.78c0 .26.21.469.469.469h.312c.26 0 .469-.21.469-.469V1.72a.469.469 0 0 0-.469-.469Z",
1699
2020
  fill: "currentColor"
@@ -1702,13 +2023,19 @@ var IconExpand = function IconExpand(props) {
1702
2023
 
1703
2024
  IconExpand.displayName = 'IconExpand';
1704
2025
 
1705
- var IconExternalLink = function IconExternalLink(props) {
2026
+ var _excluded$S = ["testId"];
2027
+
2028
+ var IconExternalLink = function IconExternalLink(_ref) {
2029
+ var _ref$testId = _ref.testId,
2030
+ testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
2031
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2032
+
1706
2033
  return React__default.createElement("svg", Object.assign({
1707
2034
  viewBox: "0 0 20 20",
1708
2035
  fill: "none",
1709
2036
  xmlns: "http://www.w3.org/2000/svg",
1710
- "data-testid": "icon-external-link",
1711
- style: getIconStyles(props)
2037
+ style: getIconStyles(props),
2038
+ "data-testid": testId
1712
2039
  }, props), React__default.createElement("path", {
1713
2040
  fillRule: "evenodd",
1714
2041
  clipRule: "evenodd",
@@ -1719,13 +2046,19 @@ var IconExternalLink = function IconExternalLink(props) {
1719
2046
 
1720
2047
  IconExternalLink.displayName = 'IconExternalLink';
1721
2048
 
1722
- var IconEyeSlash = function IconEyeSlash(props) {
2049
+ var _excluded$T = ["testId"];
2050
+
2051
+ var IconEyeSlash = function IconEyeSlash(_ref) {
2052
+ var _ref$testId = _ref.testId,
2053
+ testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
2054
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2055
+
1723
2056
  return React__default.createElement("svg", Object.assign({
1724
2057
  viewBox: "0 0 20 20",
1725
2058
  fill: "none",
1726
2059
  xmlns: "http://www.w3.org/2000/svg",
1727
- "data-testid": "icon-eye-slash",
1728
- style: getIconStyles(props)
2060
+ style: getIconStyles(props),
2061
+ "data-testid": testId
1729
2062
  }, props), React__default.createElement("g", {
1730
2063
  clipPath: "url(#icon-eye-slash_svg__a)"
1731
2064
  }, React__default.createElement("g", {
@@ -1749,13 +2082,19 @@ var IconEyeSlash = function IconEyeSlash(props) {
1749
2082
 
1750
2083
  IconEyeSlash.displayName = 'IconEyeSlash';
1751
2084
 
1752
- var IconEye = function IconEye(props) {
2085
+ var _excluded$U = ["testId"];
2086
+
2087
+ var IconEye = function IconEye(_ref) {
2088
+ var _ref$testId = _ref.testId,
2089
+ testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
2090
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2091
+
1753
2092
  return React__default.createElement("svg", Object.assign({
1754
2093
  viewBox: "0 0 20 20",
1755
2094
  fill: "none",
1756
2095
  xmlns: "http://www.w3.org/2000/svg",
1757
- "data-testid": "icon-eye",
1758
- style: getIconStyles(props)
2096
+ style: getIconStyles(props),
2097
+ "data-testid": testId
1759
2098
  }, props), React__default.createElement("g", {
1760
2099
  clipPath: "url(#icon-eye_svg__a)"
1761
2100
  }, React__default.createElement("path", {
@@ -1772,13 +2111,19 @@ var IconEye = function IconEye(props) {
1772
2111
 
1773
2112
  IconEye.displayName = 'IconEye';
1774
2113
 
1775
- var IconFilePdf = function IconFilePdf(props) {
2114
+ var _excluded$V = ["testId"];
2115
+
2116
+ var IconFilePdf = function IconFilePdf(_ref) {
2117
+ var _ref$testId = _ref.testId,
2118
+ testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
2119
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2120
+
1776
2121
  return React__default.createElement("svg", Object.assign({
1777
2122
  viewBox: "0 0 20 20",
1778
2123
  fill: "none",
1779
2124
  xmlns: "http://www.w3.org/2000/svg",
1780
- "data-testid": "icon-file-pdf",
1781
- style: getIconStyles(props)
2125
+ style: getIconStyles(props),
2126
+ "data-testid": testId
1782
2127
  }, props), React__default.createElement("g", {
1783
2128
  clipPath: "url(#icon-file-pdf_svg__a)"
1784
2129
  }, React__default.createElement("path", {
@@ -1794,13 +2139,19 @@ var IconFilePdf = function IconFilePdf(props) {
1794
2139
 
1795
2140
  IconFilePdf.displayName = 'IconFilePdf';
1796
2141
 
1797
- var IconFile = function IconFile(props) {
2142
+ var _excluded$W = ["testId"];
2143
+
2144
+ var IconFile = function IconFile(_ref) {
2145
+ var _ref$testId = _ref.testId,
2146
+ testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
2147
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2148
+
1798
2149
  return React__default.createElement("svg", Object.assign({
1799
2150
  viewBox: "0 0 20 20",
1800
2151
  fill: "none",
1801
2152
  xmlns: "http://www.w3.org/2000/svg",
1802
- "data-testid": "icon-file",
1803
- style: getIconStyles(props)
2153
+ style: getIconStyles(props),
2154
+ "data-testid": testId
1804
2155
  }, props), React__default.createElement("g", {
1805
2156
  clipPath: "url(#icon-file_svg__a)"
1806
2157
  }, React__default.createElement("path", {
@@ -1816,13 +2167,19 @@ var IconFile = function IconFile(props) {
1816
2167
 
1817
2168
  IconFile.displayName = 'IconFile';
1818
2169
 
1819
- var IconFlag = function IconFlag(props) {
2170
+ var _excluded$X = ["testId"];
2171
+
2172
+ var IconFlag = function IconFlag(_ref) {
2173
+ var _ref$testId = _ref.testId,
2174
+ testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
2175
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2176
+
1820
2177
  return React__default.createElement("svg", Object.assign({
1821
2178
  viewBox: "0 0 20 20",
1822
2179
  fill: "none",
1823
2180
  xmlns: "http://www.w3.org/2000/svg",
1824
- "data-testid": "icon-flag",
1825
- style: getIconStyles(props)
2181
+ style: getIconStyles(props),
2182
+ "data-testid": testId
1826
2183
  }, props), React__default.createElement("g", {
1827
2184
  clipPath: "url(#icon-flag_svg__a)"
1828
2185
  }, React__default.createElement("path", {
@@ -1838,13 +2195,19 @@ var IconFlag = function IconFlag(props) {
1838
2195
 
1839
2196
  IconFlag.displayName = 'IconFlag';
1840
2197
 
1841
- var IconFourDotsCircle = function IconFourDotsCircle(props) {
2198
+ var _excluded$Y = ["testId"];
2199
+
2200
+ var IconFourDotsCircle = function IconFourDotsCircle(_ref) {
2201
+ var _ref$testId = _ref.testId,
2202
+ testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
2203
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2204
+
1842
2205
  return React__default.createElement("svg", Object.assign({
1843
2206
  viewBox: "0 0 20 20",
1844
2207
  fill: "none",
1845
2208
  xmlns: "http://www.w3.org/2000/svg",
1846
- "data-testid": "icon-four-dots-circle",
1847
- style: getIconStyles(props)
2209
+ style: getIconStyles(props),
2210
+ "data-testid": testId
1848
2211
  }, props), React__default.createElement("path", {
1849
2212
  fillRule: "evenodd",
1850
2213
  clipRule: "evenodd",
@@ -1855,13 +2218,19 @@ var IconFourDotsCircle = function IconFourDotsCircle(props) {
1855
2218
 
1856
2219
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
1857
2220
 
1858
- var IconFourSquares = function IconFourSquares(props) {
2221
+ var _excluded$Z = ["testId"];
2222
+
2223
+ var IconFourSquares = function IconFourSquares(_ref) {
2224
+ var _ref$testId = _ref.testId,
2225
+ testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
2226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2227
+
1859
2228
  return React__default.createElement("svg", Object.assign({
1860
2229
  viewBox: "0 0 20 20",
1861
2230
  fill: "none",
1862
2231
  xmlns: "http://www.w3.org/2000/svg",
1863
- "data-testid": "icon-four-squares",
1864
- style: getIconStyles(props)
2232
+ style: getIconStyles(props),
2233
+ "data-testid": testId
1865
2234
  }, props), React__default.createElement("rect", {
1866
2235
  x: 0.833,
1867
2236
  y: 10.573,
@@ -1896,13 +2265,19 @@ var IconFourSquares = function IconFourSquares(props) {
1896
2265
 
1897
2266
  IconFourSquares.displayName = 'IconFourSquares';
1898
2267
 
1899
- var IconGavel = function IconGavel(props) {
2268
+ var _excluded$_ = ["testId"];
2269
+
2270
+ var IconGavel = function IconGavel(_ref) {
2271
+ var _ref$testId = _ref.testId,
2272
+ testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
2273
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2274
+
1900
2275
  return React__default.createElement("svg", Object.assign({
1901
2276
  viewBox: "0 0 60 60",
1902
2277
  fill: "none",
1903
2278
  xmlns: "http://www.w3.org/2000/svg",
1904
- "data-testid": "icon-gavel",
1905
- style: getIconStyles(props)
2279
+ style: getIconStyles(props),
2280
+ "data-testid": testId
1906
2281
  }, props), React__default.createElement("path", {
1907
2282
  d: "m58.698 21.863-2.418-2.42a4.442 4.442 0 0 0-5.476-.638l-9.61-9.609a4.442 4.442 0 0 0-.638-5.476l-2.418-2.418a4.438 4.438 0 0 0-6.28 0L18.551 14.605a4.446 4.446 0 0 0 0 6.28l2.42 2.42a4.448 4.448 0 0 0 5.475.637l3.48 3.48-6.891 6.89-.947-.946a5.095 5.095 0 0 0-7.198 0l-13.403 13.4a5.095 5.095 0 0 0 0 7.198l4.548 4.548a5.095 5.095 0 0 0 7.197 0l13.401-13.403a5.095 5.095 0 0 0 0-7.198l-.947-.947 6.891-6.89 3.48 3.479a4.449 4.449 0 0 0 .637 5.476l2.42 2.419a4.446 4.446 0 0 0 6.28 0l13.303-13.305a4.439 4.439 0 0 0 0-6.28ZM23.983 42.457l-13.401 13.4a1.34 1.34 0 0 1-1.894 0l-4.546-4.545a1.34 1.34 0 0 1 0-1.894l13.401-13.4a1.34 1.34 0 0 1 1.894 0l4.546 4.545a1.341 1.341 0 0 1 0 1.894Zm32.065-16.966L42.743 38.796a.69.69 0 0 1-.977 0l-2.42-2.42a.691.691 0 0 1 0-.976l1.932-1.93L26.53 18.721l-1.93 1.931a.692.692 0 0 1-.978 0l-2.419-2.419a.692.692 0 0 1 0-.977L34.51 3.952a.691.691 0 0 1 .977 0l2.419 2.42a.691.691 0 0 1 0 .976l-1.93 1.931L50.72 24.026l1.931-1.93a.69.69 0 0 1 .977 0l2.419 2.418a.692.692 0 0 1 0 .977Z",
1908
2283
  fill: "currentColor"
@@ -1911,12 +2286,18 @@ var IconGavel = function IconGavel(props) {
1911
2286
 
1912
2287
  IconGavel.displayName = 'IconGavel';
1913
2288
 
1914
- var IconGif = function IconGif(props) {
2289
+ var _excluded$$ = ["testId"];
2290
+
2291
+ var IconGif = function IconGif(_ref) {
2292
+ var _ref$testId = _ref.testId,
2293
+ testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
2294
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2295
+
1915
2296
  return React__default.createElement("svg", Object.assign({
1916
2297
  viewBox: "0 0 20 20",
1917
2298
  xmlns: "http://www.w3.org/2000/svg",
1918
- "data-testid": "icon-gif",
1919
- style: getIconStyles(props)
2299
+ style: getIconStyles(props),
2300
+ "data-testid": testId
1920
2301
  }, props), React__default.createElement("path", {
1921
2302
  d: "M18.096 2.85H1.906c-.79 0-1.43.64-1.43 1.429v11.428c0 .79.64 1.429 1.43 1.429h16.19c.789 0 1.428-.64 1.428-1.429V4.28c0-.79-.64-1.429-1.428-1.429Z",
1922
2303
  stroke: "currentColor",
@@ -1930,13 +2311,19 @@ var IconGif = function IconGif(props) {
1930
2311
 
1931
2312
  IconGif.displayName = 'IconGif';
1932
2313
 
1933
- var IconGift = function IconGift(props) {
2314
+ var _excluded$10 = ["testId"];
2315
+
2316
+ var IconGift = function IconGift(_ref) {
2317
+ var _ref$testId = _ref.testId,
2318
+ testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
2319
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2320
+
1934
2321
  return React__default.createElement("svg", Object.assign({
1935
2322
  viewBox: "0 0 20 20",
1936
2323
  fill: "none",
1937
2324
  xmlns: "http://www.w3.org/2000/svg",
1938
- "data-testid": "icon-gift",
1939
- style: getIconStyles(props)
2325
+ style: getIconStyles(props),
2326
+ "data-testid": testId
1940
2327
  }, props), React__default.createElement("path", {
1941
2328
  d: "M18.125 6H16.59a3.229 3.229 0 0 0 .598-1.875c0-1.723-1.305-3.125-2.91-3.125-1.653 0-2.61.992-4.278 3.742C8.332 1.992 7.375 1 5.723 1c-1.606 0-2.91 1.402-2.91 3.125 0 .707.226 1.352.597 1.875H1.875C.84 6 0 6.84 0 7.875v3.75c0 .344.281.625.625.625h.625v5.625c0 1.035.84 1.875 1.875 1.875h13.75c1.035 0 1.875-.84 1.875-1.875V12.25h.625a.627.627 0 0 0 .625-.625v-3.75C20 6.84 19.16 6 18.125 6Zm-7.336-.14c1.934-3.255 2.578-3.61 3.488-3.61.914 0 1.66.84 1.66 1.875 0 1.035-.746 1.875-1.66 1.875h-3.574l.086-.14ZM5.723 2.25c.914 0 1.554.355 3.488 3.61l.082.14H5.719c-.914 0-1.66-.84-1.66-1.875.003-1.035.75-1.875 1.664-1.875ZM7.5 18.5H3.125a.627.627 0 0 1-.625-.625V12.25h5v6.25Zm0-7.5H1.25V7.875c0-.344.281-.625.625-.625H7.5V11Zm3.75 7.5h-2.5V7.25h2.5V18.5Zm6.25-.625a.627.627 0 0 1-.625.625H12.5v-6.25h5v5.625ZM18.75 11H12.5V7.25h5.625c.344 0 .625.281.625.625V11Z",
1942
2329
  fill: "currentColor"
@@ -1945,13 +2332,19 @@ var IconGift = function IconGift(props) {
1945
2332
 
1946
2333
  IconGift.displayName = 'IconGift';
1947
2334
 
1948
- var IconGrinBeam = function IconGrinBeam(props) {
2335
+ var _excluded$11 = ["testId"];
2336
+
2337
+ var IconGrinBeam = function IconGrinBeam(_ref) {
2338
+ var _ref$testId = _ref.testId,
2339
+ testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
2340
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2341
+
1949
2342
  return React__default.createElement("svg", Object.assign({
1950
2343
  viewBox: "0 0 20 20",
1951
2344
  fill: "none",
1952
2345
  xmlns: "http://www.w3.org/2000/svg",
1953
- "data-testid": "icon-grin-beam",
1954
- style: getIconStyles(props)
2346
+ style: getIconStyles(props),
2347
+ "data-testid": testId
1955
2348
  }, props), React__default.createElement("path", {
1956
2349
  d: "M4.746 9.676a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.298-2.79-2.258-2.79S4.65 7.707 4.516 9.352a.317.317 0 0 0 .23.324Zm6.452 0a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.299-2.79-2.258-2.79-.96 0-2.125 1.145-2.258 2.79a.317.317 0 0 0 .23.324Zm3.766 2.855c-1.218.38-3.029.594-4.964.594-1.935 0-3.746-.215-4.964-.594a.662.662 0 0 0-.617.121.62.62 0 0 0-.213.579c.37 2.148 3.354 3.644 5.798 3.644s5.423-1.496 5.798-3.645a.624.624 0 0 0-.213-.578.66.66 0 0 0-.625-.12ZM10 15.625c-1.411 0-3.105-.637-3.972-1.574 2.319.422 5.63.422 7.948 0-.871.937-2.565 1.574-3.976 1.574ZM10 .312C4.476.313 0 4.649 0 10s4.476 9.688 10 9.688S20 15.351 20 10 15.524.312 10 .312Zm0 18.125c-4.802 0-8.71-3.785-8.71-8.437 0-4.652 3.908-8.438 8.71-8.438 4.802 0 8.71 3.786 8.71 8.438 0 4.652-3.908 8.438-8.71 8.438Z",
1957
2350
  fill: "currentColor"
@@ -1960,13 +2353,19 @@ var IconGrinBeam = function IconGrinBeam(props) {
1960
2353
 
1961
2354
  IconGrinBeam.displayName = 'IconGrinBeam';
1962
2355
 
1963
- var IconGripVertical = function IconGripVertical(props) {
2356
+ var _excluded$12 = ["testId"];
2357
+
2358
+ var IconGripVertical = function IconGripVertical(_ref) {
2359
+ var _ref$testId = _ref.testId,
2360
+ testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
2361
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2362
+
1964
2363
  return React__default.createElement("svg", Object.assign({
1965
2364
  viewBox: "0 0 20 20",
1966
2365
  fill: "none",
1967
2366
  xmlns: "http://www.w3.org/2000/svg",
1968
- "data-testid": "icon-grip-vertical",
1969
- style: getIconStyles(props)
2367
+ style: getIconStyles(props),
2368
+ "data-testid": testId
1970
2369
  }, props), React__default.createElement("circle", {
1971
2370
  cx: 6.667,
1972
2371
  cy: 3.333,
@@ -2002,13 +2401,19 @@ var IconGripVertical = function IconGripVertical(props) {
2002
2401
 
2003
2402
  IconGripVertical.displayName = 'IconGripVertical';
2004
2403
 
2005
- var IconHandshake = function IconHandshake(props) {
2404
+ var _excluded$13 = ["testId"];
2405
+
2406
+ var IconHandshake = function IconHandshake(_ref) {
2407
+ var _ref$testId = _ref.testId,
2408
+ testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
2409
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2410
+
2006
2411
  return React__default.createElement("svg", Object.assign({
2007
2412
  viewBox: "0 0 20 20",
2008
2413
  fill: "none",
2009
2414
  xmlns: "http://www.w3.org/2000/svg",
2010
- "data-testid": "icon-handshake",
2011
- style: getIconStyles(props)
2415
+ style: getIconStyles(props),
2416
+ "data-testid": testId
2012
2417
  }, props), React__default.createElement("g", {
2013
2418
  clipPath: "url(#icon-handshake_svg__a)"
2014
2419
  }, React__default.createElement("path", {
@@ -2025,13 +2430,19 @@ var IconHandshake = function IconHandshake(props) {
2025
2430
 
2026
2431
  IconHandshake.displayName = 'IconHandshake';
2027
2432
 
2028
- var IconImage = function IconImage(props) {
2433
+ var _excluded$14 = ["testId"];
2434
+
2435
+ var IconImage = function IconImage(_ref) {
2436
+ var _ref$testId = _ref.testId,
2437
+ testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
2438
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2439
+
2029
2440
  return React__default.createElement("svg", Object.assign({
2030
2441
  viewBox: "0 0 20 20",
2031
2442
  fill: "none",
2032
2443
  xmlns: "http://www.w3.org/2000/svg",
2033
- "data-testid": "icon-image",
2034
- style: getIconStyles(props)
2444
+ style: getIconStyles(props),
2445
+ "data-testid": testId
2035
2446
  }, props), React__default.createElement("g", {
2036
2447
  clipPath: "url(#icon-image_svg__a)"
2037
2448
  }, React__default.createElement("path", {
@@ -2047,13 +2458,19 @@ var IconImage = function IconImage(props) {
2047
2458
 
2048
2459
  IconImage.displayName = 'IconImage';
2049
2460
 
2050
- var IconIslandTropical = function IconIslandTropical(props) {
2461
+ var _excluded$15 = ["testId"];
2462
+
2463
+ var IconIslandTropical = function IconIslandTropical(_ref) {
2464
+ var _ref$testId = _ref.testId,
2465
+ testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
2466
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2467
+
2051
2468
  return React__default.createElement("svg", Object.assign({
2052
2469
  viewBox: "0 0 20 20",
2053
2470
  fill: "none",
2054
2471
  xmlns: "http://www.w3.org/2000/svg",
2055
- "data-testid": "icon-island-tropical",
2056
- style: getIconStyles(props)
2472
+ style: getIconStyles(props),
2473
+ "data-testid": testId
2057
2474
  }, props), React__default.createElement("path", {
2058
2475
  fillRule: "evenodd",
2059
2476
  clipRule: "evenodd",
@@ -2064,13 +2481,19 @@ var IconIslandTropical = function IconIslandTropical(props) {
2064
2481
 
2065
2482
  IconIslandTropical.displayName = 'IconIslandTropical';
2066
2483
 
2067
- var IconItalic = function IconItalic(props) {
2484
+ var _excluded$16 = ["testId"];
2485
+
2486
+ var IconItalic = function IconItalic(_ref) {
2487
+ var _ref$testId = _ref.testId,
2488
+ testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
2489
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2490
+
2068
2491
  return React__default.createElement("svg", Object.assign({
2069
2492
  viewBox: "0 0 20 20",
2070
2493
  fill: "none",
2071
2494
  xmlns: "http://www.w3.org/2000/svg",
2072
- "data-testid": "icon-italic",
2073
- style: getIconStyles(props)
2495
+ style: getIconStyles(props),
2496
+ "data-testid": testId
2074
2497
  }, props), React__default.createElement("path", {
2075
2498
  d: "M16.75 1.563v.625a.312.312 0 0 1-.313.312H13.02l-3.75 15h3.418a.313.313 0 0 1 .313.313v.625a.313.313 0 0 1-.313.312H4.563a.312.312 0 0 1-.313-.313v-.625a.313.313 0 0 1 .313-.312H7.98l3.75-15H8.313A.312.312 0 0 1 8 2.187v-.624a.312.312 0 0 1 .313-.313h8.124a.313.313 0 0 1 .313.313Z",
2076
2499
  fill: "currentColor"
@@ -2079,13 +2502,19 @@ var IconItalic = function IconItalic(props) {
2079
2502
 
2080
2503
  IconItalic.displayName = 'IconItalic';
2081
2504
 
2082
- var IconLaptopSearch = function IconLaptopSearch(props) {
2505
+ var _excluded$17 = ["testId"];
2506
+
2507
+ var IconLaptopSearch = function IconLaptopSearch(_ref) {
2508
+ var _ref$testId = _ref.testId,
2509
+ testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
2510
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2511
+
2083
2512
  return React__default.createElement("svg", Object.assign({
2084
2513
  viewBox: "0 0 20 20",
2085
2514
  fill: "none",
2086
2515
  xmlns: "http://www.w3.org/2000/svg",
2087
- "data-testid": "icon-laptop-search",
2088
- style: getIconStyles(props)
2516
+ style: getIconStyles(props),
2517
+ "data-testid": testId
2089
2518
  }, props), React__default.createElement("g", {
2090
2519
  clipPath: "url(#icon-laptop-search_svg__a)"
2091
2520
  }, React__default.createElement("path", {
@@ -2103,13 +2532,19 @@ var IconLaptopSearch = function IconLaptopSearch(props) {
2103
2532
 
2104
2533
  IconLaptopSearch.displayName = 'IconLaptopSearch';
2105
2534
 
2106
- var IconLink = function IconLink(props) {
2535
+ var _excluded$18 = ["testId"];
2536
+
2537
+ var IconLink = function IconLink(_ref) {
2538
+ var _ref$testId = _ref.testId,
2539
+ testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
2540
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2541
+
2107
2542
  return React__default.createElement("svg", Object.assign({
2108
2543
  viewBox: "0 0 20 20",
2109
2544
  fill: "none",
2110
2545
  xmlns: "http://www.w3.org/2000/svg",
2111
- "data-testid": "icon-link",
2112
- style: getIconStyles(props)
2546
+ style: getIconStyles(props),
2547
+ "data-testid": testId
2113
2548
  }, props), React__default.createElement("g", {
2114
2549
  clipPath: "url(#icon-link_svg__a)"
2115
2550
  }, React__default.createElement("path", {
@@ -2125,13 +2560,19 @@ var IconLink = function IconLink(props) {
2125
2560
 
2126
2561
  IconLink.displayName = 'IconLink';
2127
2562
 
2128
- var IconListOI = function IconListOI(props) {
2563
+ var _excluded$19 = ["testId"];
2564
+
2565
+ var IconListOI = function IconListOI(_ref) {
2566
+ var _ref$testId = _ref.testId,
2567
+ testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
2568
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2569
+
2129
2570
  return React__default.createElement("svg", Object.assign({
2130
2571
  viewBox: "0 0 20 20",
2131
2572
  fill: "none",
2132
2573
  xmlns: "http://www.w3.org/2000/svg",
2133
- "data-testid": "icon-list-o-i",
2134
- style: getIconStyles(props)
2574
+ style: getIconStyles(props),
2575
+ "data-testid": testId
2135
2576
  }, props), React__default.createElement("g", {
2136
2577
  clipPath: "url(#icon-list-o-i_svg__a)"
2137
2578
  }, React__default.createElement("path", {
@@ -2147,13 +2588,19 @@ var IconListOI = function IconListOI(props) {
2147
2588
 
2148
2589
  IconListOI.displayName = 'IconListOI';
2149
2590
 
2150
- var IconList = function IconList(props) {
2591
+ var _excluded$1a = ["testId"];
2592
+
2593
+ var IconList = function IconList(_ref) {
2594
+ var _ref$testId = _ref.testId,
2595
+ testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
2596
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2597
+
2151
2598
  return React__default.createElement("svg", Object.assign({
2152
2599
  viewBox: "0 0 20 20",
2153
2600
  fill: "none",
2154
2601
  xmlns: "http://www.w3.org/2000/svg",
2155
- "data-testid": "icon-list",
2156
- style: getIconStyles(props)
2602
+ style: getIconStyles(props),
2603
+ "data-testid": testId
2157
2604
  }, props), React__default.createElement("path", {
2158
2605
  d: "M3.438 2.188H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V2.813a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V9.063a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625v-1.875a.625.625 0 0 0-.625-.625Zm16.25.937H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.312.312 0 0 0-.313-.313Zm0-12.5H6.563a.313.313 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312h13.125A.313.313 0 0 0 20 4.063v-.625a.313.313 0 0 0-.313-.313Zm0 6.25H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.313.313 0 0 0-.313-.313Z",
2159
2606
  fill: "currentColor"
@@ -2162,13 +2609,19 @@ var IconList = function IconList(props) {
2162
2609
 
2163
2610
  IconList.displayName = 'IconList';
2164
2611
 
2165
- var IconLock = function IconLock(props) {
2612
+ var _excluded$1b = ["testId"];
2613
+
2614
+ var IconLock = function IconLock(_ref) {
2615
+ var _ref$testId = _ref.testId,
2616
+ testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
2617
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2618
+
2166
2619
  return React__default.createElement("svg", Object.assign({
2167
2620
  viewBox: "0 0 20 20",
2168
2621
  fill: "none",
2169
2622
  xmlns: "http://www.w3.org/2000/svg",
2170
- "data-testid": "icon-lock",
2171
- style: getIconStyles(props)
2623
+ style: getIconStyles(props),
2624
+ "data-testid": testId
2172
2625
  }, props), React__default.createElement("path", {
2173
2626
  d: "M16.865 8.75h-.937V5.937A5.945 5.945 0 0 0 9.99 0a5.945 5.945 0 0 0-5.937 5.938V8.75h-.938c-1.035 0-1.875.84-1.875 1.875v7.5C1.24 19.16 2.08 20 3.115 20h13.75c1.035 0 1.875-.84 1.875-1.875v-7.5c0-1.035-.84-1.875-1.875-1.875Zm-4.062 0H7.178V5.937A2.816 2.816 0 0 1 9.99 3.126a2.816 2.816 0 0 1 2.813 2.813V8.75Z",
2174
2627
  fill: "currentColor"
@@ -2177,13 +2630,19 @@ var IconLock = function IconLock(props) {
2177
2630
 
2178
2631
  IconLock.displayName = 'IconLock';
2179
2632
 
2180
- var IconMagicSolid = function IconMagicSolid(props) {
2633
+ var _excluded$1c = ["testId"];
2634
+
2635
+ var IconMagicSolid = function IconMagicSolid(_ref) {
2636
+ var _ref$testId = _ref.testId,
2637
+ testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
2638
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2639
+
2181
2640
  return React__default.createElement("svg", Object.assign({
2182
2641
  viewBox: "0 0 20 20",
2183
2642
  fill: "none",
2184
2643
  xmlns: "http://www.w3.org/2000/svg",
2185
- "data-testid": "icon-magic-solid",
2186
- style: getIconStyles(props)
2644
+ style: getIconStyles(props),
2645
+ "data-testid": testId
2187
2646
  }, props), React__default.createElement("path", {
2188
2647
  fillRule: "evenodd",
2189
2648
  clipRule: "evenodd",
@@ -2194,13 +2653,19 @@ var IconMagicSolid = function IconMagicSolid(props) {
2194
2653
 
2195
2654
  IconMagicSolid.displayName = 'IconMagicSolid';
2196
2655
 
2197
- var IconMapMarker = function IconMapMarker(props) {
2656
+ var _excluded$1d = ["testId"];
2657
+
2658
+ var IconMapMarker = function IconMapMarker(_ref) {
2659
+ var _ref$testId = _ref.testId,
2660
+ testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
2661
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2662
+
2198
2663
  return React__default.createElement("svg", Object.assign({
2199
2664
  viewBox: "0 0 20 20",
2200
2665
  fill: "none",
2201
2666
  xmlns: "http://www.w3.org/2000/svg",
2202
- "data-testid": "icon-map-marker",
2203
- style: getIconStyles(props)
2667
+ style: getIconStyles(props),
2668
+ "data-testid": testId
2204
2669
  }, props), React__default.createElement("path", {
2205
2670
  fillRule: "evenodd",
2206
2671
  clipRule: "evenodd",
@@ -2211,13 +2676,19 @@ var IconMapMarker = function IconMapMarker(props) {
2211
2676
 
2212
2677
  IconMapMarker.displayName = 'IconMapMarker';
2213
2678
 
2214
- var IconMegaphone = function IconMegaphone(props) {
2679
+ var _excluded$1e = ["testId"];
2680
+
2681
+ var IconMegaphone = function IconMegaphone(_ref) {
2682
+ var _ref$testId = _ref.testId,
2683
+ testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
2684
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2685
+
2215
2686
  return React__default.createElement("svg", Object.assign({
2216
2687
  viewBox: "0 0 20 20",
2217
2688
  fill: "none",
2218
2689
  xmlns: "http://www.w3.org/2000/svg",
2219
- "data-testid": "icon-megaphone",
2220
- style: getIconStyles(props)
2690
+ style: getIconStyles(props),
2691
+ "data-testid": testId
2221
2692
  }, props), React__default.createElement("path", {
2222
2693
  fillRule: "evenodd",
2223
2694
  clipRule: "evenodd",
@@ -2228,13 +2699,19 @@ var IconMegaphone = function IconMegaphone(props) {
2228
2699
 
2229
2700
  IconMegaphone.displayName = 'IconMegaphone';
2230
2701
 
2231
- var IconMinusCircle = function IconMinusCircle(props) {
2702
+ var _excluded$1f = ["testId"];
2703
+
2704
+ var IconMinusCircle = function IconMinusCircle(_ref) {
2705
+ var _ref$testId = _ref.testId,
2706
+ testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
2707
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2708
+
2232
2709
  return React__default.createElement("svg", Object.assign({
2233
2710
  viewBox: "0 0 20 20",
2234
2711
  fill: "none",
2235
2712
  xmlns: "http://www.w3.org/2000/svg",
2236
- "data-testid": "icon-minus-circle",
2237
- style: getIconStyles(props)
2713
+ style: getIconStyles(props),
2714
+ "data-testid": testId
2238
2715
  }, props), React__default.createElement("path", {
2239
2716
  d: "M5.469 10.703A.47.47 0 0 1 5 10.234v-.468a.47.47 0 0 1 .469-.47h9.062a.47.47 0 0 1 .469.47v.468a.47.47 0 0 1-.469.47H5.47ZM19.687 10A9.686 9.686 0 0 1 10 19.688 9.686 9.686 0 0 1 .312 10 9.686 9.686 0 0 1 10 .312 9.686 9.686 0 0 1 19.688 10Zm-1.25 0c0-4.684-3.8-8.438-8.437-8.438-4.684 0-8.438 3.801-8.438 8.438 0 4.684 3.801 8.438 8.438 8.438 4.684 0 8.438-3.801 8.438-8.438Z",
2240
2717
  fill: "currentColor"
@@ -2243,13 +2720,19 @@ var IconMinusCircle = function IconMinusCircle(props) {
2243
2720
 
2244
2721
  IconMinusCircle.displayName = 'IconMinusCircle';
2245
2722
 
2246
- var IconMinus = function IconMinus(props) {
2723
+ var _excluded$1g = ["testId"];
2724
+
2725
+ var IconMinus = function IconMinus(_ref) {
2726
+ var _ref$testId = _ref.testId,
2727
+ testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
2728
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2729
+
2247
2730
  return React__default.createElement("svg", Object.assign({
2248
2731
  viewBox: "0 0 20 20",
2249
2732
  fill: "none",
2250
2733
  xmlns: "http://www.w3.org/2000/svg",
2251
- "data-testid": "icon-minus",
2252
- style: getIconStyles(props)
2734
+ style: getIconStyles(props),
2735
+ "data-testid": testId
2253
2736
  }, props), React__default.createElement("path", {
2254
2737
  d: "M17.188 9.063H2.813a.312.312 0 0 0-.313.312v1.25c0 .173.14.313.313.313h14.374c.173 0 .313-.14.313-.313v-1.25a.312.312 0 0 0-.313-.313Z",
2255
2738
  fill: "currentColor"
@@ -2258,13 +2741,19 @@ var IconMinus = function IconMinus(props) {
2258
2741
 
2259
2742
  IconMinus.displayName = 'IconMinus';
2260
2743
 
2261
- var IconMoneyBill = function IconMoneyBill(props) {
2744
+ var _excluded$1h = ["testId"];
2745
+
2746
+ var IconMoneyBill = function IconMoneyBill(_ref) {
2747
+ var _ref$testId = _ref.testId,
2748
+ testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
2749
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2750
+
2262
2751
  return React__default.createElement("svg", Object.assign({
2263
2752
  viewBox: "0 0 20 20",
2264
2753
  fill: "none",
2265
2754
  xmlns: "http://www.w3.org/2000/svg",
2266
- "data-testid": "icon-money-bill",
2267
- style: getIconStyles(props)
2755
+ style: getIconStyles(props),
2756
+ "data-testid": testId
2268
2757
  }, props), React__default.createElement("path", {
2269
2758
  d: "M10 5.25c-1.657 0-3 1.79-3 4 0 2.209 1.343 4 3 4 1.656 0 3-1.79 3-4s-1.343-4-3-4Zm0 6.857c-1.103 0-2-1.282-2-2.857 0-1.575.897-2.857 2-2.857s2 1.282 2 2.857c0 1.575-.897 2.857-2 2.857Zm9.411-10.055c-1.212-.58-2.425-.802-3.638-.802-3.849 0-7.697 2.226-11.546 2.226-2.029 0-2.761-.547-3.22-.547C.47 2.929 0 3.404 0 4.065v11.33c0 .451.226.879.589 1.053 1.212.58 2.425.802 3.638.802 3.849 0 7.697-2.227 11.546-2.227 2.029 0 2.761.548 3.22.548.537 0 1.007-.475 1.007-1.136V3.105c0-.452-.226-.879-.589-1.053ZM1.03 4.081c.632.229 1.282.376 1.958.46-.061 1.193-.913 2.144-1.965 2.158l.007-2.618ZM1 15.395l.004-1.519c1.05.003 1.903.94 1.98 2.123A6.94 6.94 0 0 1 1 15.395Zm17.97-.976a8.933 8.933 0 0 0-1.952-.46c.09-1.16.928-2.076 1.96-2.09l-.008 2.55Zm.01-3.698c-1.563.013-2.83 1.405-2.956 3.165-2.21-.051-4.287.565-6.268 1.138-2.346.679-3.955 1.115-5.763 1.067-.039-1.858-1.359-3.358-2.986-3.362l.013-4.881c1.583-.012 2.866-1.44 2.962-3.233 2.204.05 4.281-.565 6.262-1.138 2.337-.677 3.953-1.115 5.757-1.068.006 1.89 1.344 3.427 2.992 3.431l-.013 4.881Zm.016-6.028c-1.07-.003-1.939-.977-1.987-2.192A6.938 6.938 0 0 1 19 3.105l-.004 1.588Z",
2270
2759
  fill: "currentColor"
@@ -2273,13 +2762,19 @@ var IconMoneyBill = function IconMoneyBill(props) {
2273
2762
 
2274
2763
  IconMoneyBill.displayName = 'IconMoneyBill';
2275
2764
 
2276
- var IconNotesMedical = function IconNotesMedical(props) {
2765
+ var _excluded$1i = ["testId"];
2766
+
2767
+ var IconNotesMedical = function IconNotesMedical(_ref) {
2768
+ var _ref$testId = _ref.testId,
2769
+ testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
2770
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2771
+
2277
2772
  return React__default.createElement("svg", Object.assign({
2278
2773
  viewBox: "0 0 20 20",
2279
2774
  fill: "none",
2280
2775
  xmlns: "http://www.w3.org/2000/svg",
2281
- "data-testid": "icon-notes-medical",
2282
- style: getIconStyles(props)
2776
+ style: getIconStyles(props),
2777
+ "data-testid": testId
2283
2778
  }, props), React__default.createElement("path", {
2284
2779
  d: "M15.625 2.5h-3.46A2.189 2.189 0 0 0 10 0a2.189 2.189 0 0 0-2.165 2.5H4.375C3.34 2.5 2.5 3.34 2.5 4.375v13.75C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875ZM10 1.25c.52 0 .938.418.938.938 0 .519-.418.937-.938.937a.935.935 0 0 1-.938-.938c0-.519.418-.937.938-.937Zm6.25 16.875a.627.627 0 0 1-.625.625H4.375a.627.627 0 0 1-.625-.625V4.375c0-.344.281-.625.625-.625H6.25v.781c0 .258.21.469.469.469h6.562a.47.47 0 0 0 .469-.469V3.75h1.875c.344 0 .625.281.625.625v13.75Zm-2.813-6.875H11.25V9.062a.313.313 0 0 0-.313-.312H9.063a.313.313 0 0 0-.313.313v2.187H6.562a.313.313 0 0 0-.312.313v1.874c0 .172.14.313.313.313H8.75v2.188c0 .171.14.312.313.312h1.874c.172 0 .313-.14.313-.313V13.75h2.188c.171 0 .312-.14.312-.313v-1.874a.313.313 0 0 0-.313-.313Z",
2285
2780
  fill: "currentColor"
@@ -2288,13 +2783,19 @@ var IconNotesMedical = function IconNotesMedical(props) {
2288
2783
 
2289
2784
  IconNotesMedical.displayName = 'IconNotesMedical';
2290
2785
 
2291
- var IconOvertime = function IconOvertime(props) {
2786
+ var _excluded$1j = ["testId"];
2787
+
2788
+ var IconOvertime = function IconOvertime(_ref) {
2789
+ var _ref$testId = _ref.testId,
2790
+ testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
2791
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2792
+
2292
2793
  return React__default.createElement("svg", Object.assign({
2293
2794
  viewBox: "0 0 21 20",
2294
2795
  fill: "none",
2295
2796
  xmlns: "http://www.w3.org/2000/svg",
2296
- "data-testid": "icon-overtime",
2297
- style: getIconStyles(props)
2797
+ style: getIconStyles(props),
2798
+ "data-testid": testId
2298
2799
  }, props), React__default.createElement("g", {
2299
2800
  clipPath: "url(#icon-overtime_svg__a)"
2300
2801
  }, React__default.createElement("path", {
@@ -2311,13 +2812,19 @@ var IconOvertime = function IconOvertime(props) {
2311
2812
 
2312
2813
  IconOvertime.displayName = 'IconOvertime';
2313
2814
 
2314
- var IconPaperPlaneClock = function IconPaperPlaneClock(props) {
2815
+ var _excluded$1k = ["testId"];
2816
+
2817
+ var IconPaperPlaneClock = function IconPaperPlaneClock(_ref) {
2818
+ var _ref$testId = _ref.testId,
2819
+ testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
2820
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2821
+
2315
2822
  return React__default.createElement("svg", Object.assign({
2316
2823
  viewBox: "0 0 20 20",
2317
2824
  fill: "none",
2318
2825
  xmlns: "http://www.w3.org/2000/svg",
2319
- "data-testid": "icon-paper-plane-clock",
2320
- style: getIconStyles(props)
2826
+ style: getIconStyles(props),
2827
+ "data-testid": testId
2321
2828
  }, props), React__default.createElement("g", {
2322
2829
  clipPath: "url(#icon-paper-plane-clock_svg__a)",
2323
2830
  fill: "currentColor"
@@ -2338,13 +2845,19 @@ var IconPaperPlaneClock = function IconPaperPlaneClock(props) {
2338
2845
 
2339
2846
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
2340
2847
 
2341
- var IconPaperPlane = function IconPaperPlane(props) {
2848
+ var _excluded$1l = ["testId"];
2849
+
2850
+ var IconPaperPlane = function IconPaperPlane(_ref) {
2851
+ var _ref$testId = _ref.testId,
2852
+ testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
2853
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2854
+
2342
2855
  return React__default.createElement("svg", Object.assign({
2343
2856
  viewBox: "0 0 19 20",
2344
2857
  fill: "none",
2345
2858
  xmlns: "http://www.w3.org/2000/svg",
2346
- "data-testid": "icon-paper-plane",
2347
- style: getIconStyles(props)
2859
+ style: getIconStyles(props),
2860
+ "data-testid": testId
2348
2861
  }, props), React__default.createElement("path", {
2349
2862
  fillRule: "evenodd",
2350
2863
  clipRule: "evenodd",
@@ -2355,13 +2868,19 @@ var IconPaperPlane = function IconPaperPlane(props) {
2355
2868
 
2356
2869
  IconPaperPlane.displayName = 'IconPaperPlane';
2357
2870
 
2358
- var IconPaperclip = function IconPaperclip(props) {
2871
+ var _excluded$1m = ["testId"];
2872
+
2873
+ var IconPaperclip = function IconPaperclip(_ref) {
2874
+ var _ref$testId = _ref.testId,
2875
+ testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
2876
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2877
+
2359
2878
  return React__default.createElement("svg", Object.assign({
2360
2879
  viewBox: "0 0 20 20",
2361
2880
  fill: "none",
2362
2881
  xmlns: "http://www.w3.org/2000/svg",
2363
- "data-testid": "icon-paperclip",
2364
- style: getIconStyles(props)
2882
+ style: getIconStyles(props),
2883
+ "data-testid": testId
2365
2884
  }, props), React__default.createElement("g", {
2366
2885
  clipPath: "url(#icon-paperclip_svg__a)"
2367
2886
  }, React__default.createElement("path", {
@@ -2377,13 +2896,19 @@ var IconPaperclip = function IconPaperclip(props) {
2377
2896
 
2378
2897
  IconPaperclip.displayName = 'IconPaperclip';
2379
2898
 
2380
- var IconPencil = function IconPencil(props) {
2899
+ var _excluded$1n = ["testId"];
2900
+
2901
+ var IconPencil = function IconPencil(_ref) {
2902
+ var _ref$testId = _ref.testId,
2903
+ testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
2904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2905
+
2381
2906
  return React__default.createElement("svg", Object.assign({
2382
2907
  viewBox: "0 0 20 20",
2383
2908
  fill: "none",
2384
2909
  xmlns: "http://www.w3.org/2000/svg",
2385
- "data-testid": "icon-pencil",
2386
- style: getIconStyles(props)
2910
+ style: getIconStyles(props),
2911
+ "data-testid": testId
2387
2912
  }, props), React__default.createElement("path", {
2388
2913
  fillRule: "evenodd",
2389
2914
  clipRule: "evenodd",
@@ -2394,13 +2919,19 @@ var IconPencil = function IconPencil(props) {
2394
2919
 
2395
2920
  IconPencil.displayName = 'IconPencil';
2396
2921
 
2397
- var IconPercentage = function IconPercentage(props) {
2922
+ var _excluded$1o = ["testId"];
2923
+
2924
+ var IconPercentage = function IconPercentage(_ref) {
2925
+ var _ref$testId = _ref.testId,
2926
+ testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
2927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
2928
+
2398
2929
  return React__default.createElement("svg", Object.assign({
2399
2930
  viewBox: "0 0 20 20",
2400
2931
  fill: "none",
2401
2932
  xmlns: "http://www.w3.org/2000/svg",
2402
- "data-testid": "icon-percentage",
2403
- style: getIconStyles(props)
2933
+ style: getIconStyles(props),
2934
+ "data-testid": testId
2404
2935
  }, props), React__default.createElement("path", {
2405
2936
  d: "M16.843 4.63a.347.347 0 0 0 0-.49l-.982-.983a.347.347 0 0 0-.491 0L3.157 15.37a.347.347 0 0 0 0 .49l.983.983a.347.347 0 0 0 .49 0L15.925 5.549l.918-.919ZM5.833 8.611a2.778 2.778 0 1 0-.001-5.555 2.778 2.778 0 0 0 .002 5.555Zm-.981-3.76a1.38 1.38 0 0 1 .982-.406 1.39 1.39 0 0 1 0 2.778 1.39 1.39 0 0 1-.982-2.371Zm9.315 6.538a2.778 2.778 0 1 0 0 5.556 2.778 2.778 0 0 0 0-5.556Zm.982 3.76a1.38 1.38 0 0 1-.982.407 1.39 1.39 0 0 1 0-2.778 1.39 1.39 0 0 1 .982 2.371Z",
2406
2937
  fill: "currentColor"
@@ -2409,12 +2940,18 @@ var IconPercentage = function IconPercentage(props) {
2409
2940
 
2410
2941
  IconPercentage.displayName = 'IconPercentage';
2411
2942
 
2412
- var IconPhone = function IconPhone(props) {
2943
+ var _excluded$1p = ["testId"];
2944
+
2945
+ var IconPhone = function IconPhone(_ref) {
2946
+ var _ref$testId = _ref.testId,
2947
+ testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
2948
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
2949
+
2413
2950
  return React__default.createElement("svg", Object.assign({
2414
2951
  viewBox: "0 0 20 20",
2415
2952
  xmlns: "http://www.w3.org/2000/svg",
2416
- "data-testid": "icon-phone",
2417
- style: getIconStyles(props)
2953
+ style: getIconStyles(props),
2954
+ "data-testid": testId
2418
2955
  }, props), React__default.createElement("path", {
2419
2956
  fill: "currentColor",
2420
2957
  fillRule: "evenodd",
@@ -2424,13 +2961,19 @@ var IconPhone = function IconPhone(props) {
2424
2961
 
2425
2962
  IconPhone.displayName = 'IconPhone';
2426
2963
 
2427
- var IconPlug = function IconPlug(props) {
2964
+ var _excluded$1q = ["testId"];
2965
+
2966
+ var IconPlug = function IconPlug(_ref) {
2967
+ var _ref$testId = _ref.testId,
2968
+ testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
2969
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
2970
+
2428
2971
  return React__default.createElement("svg", Object.assign({
2429
2972
  viewBox: "0 0 20 20",
2430
2973
  fill: "none",
2431
2974
  xmlns: "http://www.w3.org/2000/svg",
2432
- "data-testid": "icon-plug",
2433
- style: getIconStyles(props)
2975
+ style: getIconStyles(props),
2976
+ "data-testid": testId
2434
2977
  }, props), React__default.createElement("path", {
2435
2978
  fillRule: "evenodd",
2436
2979
  clipRule: "evenodd",
@@ -2441,13 +2984,19 @@ var IconPlug = function IconPlug(props) {
2441
2984
 
2442
2985
  IconPlug.displayName = 'IconPlug';
2443
2986
 
2444
- var IconPlus = function IconPlus(props) {
2987
+ var _excluded$1r = ["testId"];
2988
+
2989
+ var IconPlus = function IconPlus(_ref) {
2990
+ var _ref$testId = _ref.testId,
2991
+ testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
2992
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
2993
+
2445
2994
  return React__default.createElement("svg", Object.assign({
2446
2995
  viewBox: "0 0 20 20",
2447
2996
  fill: "none",
2448
2997
  xmlns: "http://www.w3.org/2000/svg",
2449
- "data-testid": "icon-plus",
2450
- style: getIconStyles(props)
2998
+ style: getIconStyles(props),
2999
+ "data-testid": testId
2451
3000
  }, props), React__default.createElement("path", {
2452
3001
  fillRule: "evenodd",
2453
3002
  clipRule: "evenodd",
@@ -2458,13 +3007,19 @@ var IconPlus = function IconPlus(props) {
2458
3007
 
2459
3008
  IconPlus.displayName = 'IconPlus';
2460
3009
 
2461
- var IconPrint = function IconPrint(props) {
3010
+ var _excluded$1s = ["testId"];
3011
+
3012
+ var IconPrint = function IconPrint(_ref) {
3013
+ var _ref$testId = _ref.testId,
3014
+ testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
3015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3016
+
2462
3017
  return React__default.createElement("svg", Object.assign({
2463
3018
  viewBox: "0 0 20 20",
2464
3019
  fill: "none",
2465
3020
  xmlns: "http://www.w3.org/2000/svg",
2466
- "data-testid": "icon-print",
2467
- style: getIconStyles(props)
3021
+ style: getIconStyles(props),
3022
+ "data-testid": testId
2468
3023
  }, props), React__default.createElement("path", {
2469
3024
  fillRule: "evenodd",
2470
3025
  clipRule: "evenodd",
@@ -2475,13 +3030,19 @@ var IconPrint = function IconPrint(props) {
2475
3030
 
2476
3031
  IconPrint.displayName = 'IconPrint';
2477
3032
 
2478
- var IconQuestionCircle = function IconQuestionCircle(props) {
3033
+ var _excluded$1t = ["testId"];
3034
+
3035
+ var IconQuestionCircle = function IconQuestionCircle(_ref) {
3036
+ var _ref$testId = _ref.testId,
3037
+ testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
3038
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3039
+
2479
3040
  return React__default.createElement("svg", Object.assign({
2480
3041
  viewBox: "0 0 20 20",
2481
3042
  fill: "none",
2482
3043
  xmlns: "http://www.w3.org/2000/svg",
2483
- "data-testid": "icon-question-circle",
2484
- style: getIconStyles(props)
3044
+ style: getIconStyles(props),
3045
+ "data-testid": testId
2485
3046
  }, props), React__default.createElement("path", {
2486
3047
  d: "M10 13.281a1.094 1.094 0 1 0 0 2.188 1.094 1.094 0 0 0 0-2.188Zm.3-.937h-.625a.469.469 0 0 1-.47-.469v-.015c0-2.748 3.026-2.485 3.026-4.196 0-.781-.694-1.57-2.244-1.57-1.138 0-1.729.377-2.313 1.12a.467.467 0 0 1-.635.093l-.513-.357a.468.468 0 0 1-.103-.671c.83-1.064 1.813-1.748 3.564-1.748 2.044 0 3.806 1.162 3.806 3.133 0 2.634-3.025 2.495-3.025 4.196v.015c0 .259-.21.469-.468.469ZM10 1.563c4.634 0 8.438 3.752 8.438 8.437A8.435 8.435 0 0 1 10 18.438 8.435 8.435 0 0 1 1.562 10 8.437 8.437 0 0 1 10 1.562Zm0-1.25a9.687 9.687 0 1 0 0 19.375A9.687 9.687 0 0 0 19.688 10C19.688 4.652 15.35.312 10 .312Z",
2487
3048
  fill: "currentColor"
@@ -2490,13 +3051,19 @@ var IconQuestionCircle = function IconQuestionCircle(props) {
2490
3051
 
2491
3052
  IconQuestionCircle.displayName = 'IconQuestionCircle';
2492
3053
 
2493
- var IconRepeat = function IconRepeat(props) {
3054
+ var _excluded$1u = ["testId"];
3055
+
3056
+ var IconRepeat = function IconRepeat(_ref) {
3057
+ var _ref$testId = _ref.testId,
3058
+ testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
3059
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3060
+
2494
3061
  return React__default.createElement("svg", Object.assign({
2495
3062
  viewBox: "0 0 20 20",
2496
3063
  fill: "none",
2497
3064
  xmlns: "http://www.w3.org/2000/svg",
2498
- "data-testid": "icon-repeat",
2499
- style: getIconStyles(props)
3065
+ style: getIconStyles(props),
3066
+ "data-testid": testId
2500
3067
  }, props), React__default.createElement("path", {
2501
3068
  d: "M0 10c0 3.469 2.804 6.29 6.25 6.29h9.429l-2.665 2.682a.474.474 0 0 0 0 .667l.221.223c.184.184.48.184.663 0l3.842-3.867a.474.474 0 0 0 0-.667l-3.842-3.867a.467.467 0 0 0-.663 0l-.22.223a.474.474 0 0 0 0 .667l2.664 2.682H6.25c-2.757 0-5-2.258-5-5.033 0-1.123.367-2.16.987-2.999a.475.475 0 0 0-.043-.616L1.97 6.16a.467.467 0 0 0-.706.05A6.284 6.284 0 0 0 0 10Zm17.763 2.999c.62-.838.987-1.876.987-2.999 0-2.775-2.243-5.033-5-5.033H4.321L6.986 7.65a.474.474 0 0 1 0 .667l-.221.223a.467.467 0 0 1-.663 0L2.26 4.672a.474.474 0 0 1 0-.667L6.102.138a.467.467 0 0 1 .663 0l.22.223a.474.474 0 0 1 0 .667L4.321 3.709h9.429C17.196 3.71 20 6.531 20 10a6.285 6.285 0 0 1-1.265 3.79.468.468 0 0 1-.706.05l-.223-.225a.475.475 0 0 1-.043-.616Z",
2502
3069
  fill: "currentColor"
@@ -2505,13 +3072,19 @@ var IconRepeat = function IconRepeat(props) {
2505
3072
 
2506
3073
  IconRepeat.displayName = 'IconRepeat';
2507
3074
 
2508
- var IconReply = function IconReply(props) {
3075
+ var _excluded$1v = ["testId"];
3076
+
3077
+ var IconReply = function IconReply(_ref) {
3078
+ var _ref$testId = _ref.testId,
3079
+ testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
3080
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3081
+
2509
3082
  return React__default.createElement("svg", Object.assign({
2510
3083
  viewBox: "0 0 20 20",
2511
3084
  fill: "none",
2512
3085
  xmlns: "http://www.w3.org/2000/svg",
2513
- "data-testid": "icon-reply",
2514
- style: getIconStyles(props)
3086
+ style: getIconStyles(props),
3087
+ "data-testid": testId
2515
3088
  }, props), React__default.createElement("path", {
2516
3089
  d: "m.788 9.854 5.893 6.161c.828.866 2.307.288 2.307-.926v-2.94c5.17.06 7.335.56 6.067 5.058-.28.988.852 1.749 1.663 1.156 1.115-.815 2.985-2.665 2.985-5.845 0-5.729-5.175-6.731-10.715-6.798V2.77c0-1.215-1.48-1.79-2.307-.926L.788 8.003a1.34 1.34 0 0 0 0 1.851Zm.775-1.11 5.893-6.161a.268.268 0 0 1 .461.185v4.018c5.26 0 10.714.374 10.714 5.732 0 2.49-1.339 4.09-2.545 4.972 1.719-6.093-2.43-6.418-8.169-6.418v4.017a.268.268 0 0 1-.461.186L1.563 9.114a.267.267 0 0 1 0-.37Z",
2517
3090
  fill: "currentColor"
@@ -2520,13 +3093,19 @@ var IconReply = function IconReply(props) {
2520
3093
 
2521
3094
  IconReply.displayName = 'IconReply';
2522
3095
 
2523
- var IconSearch = function IconSearch(props) {
3096
+ var _excluded$1w = ["testId"];
3097
+
3098
+ var IconSearch = function IconSearch(_ref) {
3099
+ var _ref$testId = _ref.testId,
3100
+ testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
3101
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3102
+
2524
3103
  return React__default.createElement("svg", Object.assign({
2525
3104
  viewBox: "0 0 20 20",
2526
3105
  fill: "none",
2527
3106
  xmlns: "http://www.w3.org/2000/svg",
2528
- "data-testid": "icon-search",
2529
- style: getIconStyles(props)
3107
+ style: getIconStyles(props),
3108
+ "data-testid": testId
2530
3109
  }, props), React__default.createElement("path", {
2531
3110
  fillRule: "evenodd",
2532
3111
  clipRule: "evenodd",
@@ -2537,13 +3116,19 @@ var IconSearch = function IconSearch(props) {
2537
3116
 
2538
3117
  IconSearch.displayName = 'IconSearch';
2539
3118
 
2540
- var IconSignOut = function IconSignOut(props) {
3119
+ var _excluded$1x = ["testId"];
3120
+
3121
+ var IconSignOut = function IconSignOut(_ref) {
3122
+ var _ref$testId = _ref.testId,
3123
+ testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
3124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3125
+
2541
3126
  return React__default.createElement("svg", Object.assign({
2542
3127
  viewBox: "0 0 20 20",
2543
3128
  fill: "none",
2544
3129
  xmlns: "http://www.w3.org/2000/svg",
2545
- "data-testid": "icon-sign-out",
2546
- style: getIconStyles(props)
3130
+ style: getIconStyles(props),
3131
+ "data-testid": testId
2547
3132
  }, props), React__default.createElement("path", {
2548
3133
  d: "M6.25 9.314c0-.344.281-.625.625-.625H12.5V5.02c0-.278.336-.418.531-.223l5.531 5.59a.625.625 0 0 1 0 .887l-5.53 5.59a.311.311 0 0 1-.532-.223v-3.668H6.875a.627.627 0 0 1-.625-.625V9.314Zm-1.25 0v3.035c0 1.035.84 1.875 1.875 1.875h4.375v2.418c0 1.387 1.68 2.09 2.664 1.105l5.535-5.586a1.877 1.877 0 0 0 0-2.656l-5.535-5.59c-.98-.98-2.664-.285-2.664 1.106v2.418H6.875A1.878 1.878 0 0 0 5 9.314ZM0 5.208v11.25c0 1.035.84 1.875 1.875 1.875h5.156a.47.47 0 0 0 .469-.468v-.313a.47.47 0 0 0-.469-.469H1.875a.627.627 0 0 1-.625-.625V5.208c0-.344.281-.625.625-.625h5.156a.47.47 0 0 0 .469-.469v-.312a.47.47 0 0 0-.469-.469H1.875C.84 3.333 0 4.173 0 5.208Z",
2549
3134
  fill: "currentColor"
@@ -2552,13 +3137,19 @@ var IconSignOut = function IconSignOut(props) {
2552
3137
 
2553
3138
  IconSignOut.displayName = 'IconSignOut';
2554
3139
 
2555
- var IconSitemap = function IconSitemap(props) {
3140
+ var _excluded$1y = ["testId"];
3141
+
3142
+ var IconSitemap = function IconSitemap(_ref) {
3143
+ var _ref$testId = _ref.testId,
3144
+ testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
3145
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3146
+
2556
3147
  return React__default.createElement("svg", Object.assign({
2557
3148
  viewBox: "0 0 20 20",
2558
3149
  fill: "none",
2559
3150
  xmlns: "http://www.w3.org/2000/svg",
2560
- "data-testid": "icon-sitemap",
2561
- style: getIconStyles(props)
3151
+ style: getIconStyles(props),
3152
+ "data-testid": testId
2562
3153
  }, props), React__default.createElement("path", {
2563
3154
  fillRule: "evenodd",
2564
3155
  clipRule: "evenodd",
@@ -2569,13 +3160,19 @@ var IconSitemap = function IconSitemap(props) {
2569
3160
 
2570
3161
  IconSitemap.displayName = 'IconSitemap';
2571
3162
 
2572
- var IconSlidersH = function IconSlidersH(props) {
3163
+ var _excluded$1z = ["testId"];
3164
+
3165
+ var IconSlidersH = function IconSlidersH(_ref) {
3166
+ var _ref$testId = _ref.testId,
3167
+ testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
3168
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3169
+
2573
3170
  return React__default.createElement("svg", Object.assign({
2574
3171
  viewBox: "0 0 20 20",
2575
3172
  fill: "none",
2576
3173
  xmlns: "http://www.w3.org/2000/svg",
2577
- "data-testid": "icon-sliders-h",
2578
- style: getIconStyles(props)
3174
+ style: getIconStyles(props),
3175
+ "data-testid": testId
2579
3176
  }, props), React__default.createElement("g", {
2580
3177
  clipPath: "url(#icon-sliders-h_svg__a)"
2581
3178
  }, React__default.createElement("path", {
@@ -2591,13 +3188,19 @@ var IconSlidersH = function IconSlidersH(props) {
2591
3188
 
2592
3189
  IconSlidersH.displayName = 'IconSlidersH';
2593
3190
 
2594
- var IconSort = function IconSort(props) {
3191
+ var _excluded$1A = ["testId"];
3192
+
3193
+ var IconSort = function IconSort(_ref) {
3194
+ var _ref$testId = _ref.testId,
3195
+ testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
3196
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3197
+
2595
3198
  return React__default.createElement("svg", Object.assign({
2596
3199
  viewBox: "0 0 20 20",
2597
3200
  fill: "none",
2598
3201
  xmlns: "http://www.w3.org/2000/svg",
2599
- "data-testid": "icon-sort",
2600
- style: getIconStyles(props)
3202
+ style: getIconStyles(props),
3203
+ "data-testid": testId
2601
3204
  }, props), React__default.createElement("path", {
2602
3205
  d: "m16.74 4.602-3.284-3.215a.466.466 0 0 0-.66 0l-3.28 3.216a.469.469 0 0 0-.004.664l.22.222a.466.466 0 0 0 .66.003l2.11-2.057v15.002a.313.313 0 0 0 .312.313h.625a.312.312 0 0 0 .312-.313V3.441l2.107 2.045a.469.469 0 0 0 .661 0l.22-.222a.469.469 0 0 0 0-.662Zm-6.468 9.912a.464.464 0 0 0-.66-.003l-2.11 2.057V1.562a.312.312 0 0 0-.313-.312h-.625a.312.312 0 0 0-.313.313v14.996l-2.107-2.045a.468.468 0 0 0-.66 0l-.221.222a.47.47 0 0 0 0 .664l3.283 3.214a.467.467 0 0 0 .66 0l3.28-3.215a.468.468 0 0 0 .004-.664l-.218-.22Z",
2603
3206
  fill: "currentColor"
@@ -2606,13 +3209,19 @@ var IconSort = function IconSort(props) {
2606
3209
 
2607
3210
  IconSort.displayName = 'IconSort';
2608
3211
 
2609
- var IconStarSolid = function IconStarSolid(props) {
3212
+ var _excluded$1B = ["testId"];
3213
+
3214
+ var IconStarSolid = function IconStarSolid(_ref) {
3215
+ var _ref$testId = _ref.testId,
3216
+ testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
3217
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3218
+
2610
3219
  return React__default.createElement("svg", Object.assign({
2611
3220
  viewBox: "0 0 20 20",
2612
3221
  fill: "none",
2613
3222
  xmlns: "http://www.w3.org/2000/svg",
2614
- "data-testid": "icon-star-solid",
2615
- style: getIconStyles(props)
3223
+ style: getIconStyles(props),
3224
+ "data-testid": testId
2616
3225
  }, props), React__default.createElement("path", {
2617
3226
  d: "M8.944 1.591 6.602 6.34l-5.239.763C.423 7.24.047 8.398.73 9.06l3.79 3.694-.897 5.217c-.16.943.832 1.65 1.664 1.209l4.687-2.464 4.686 2.463c.832.438 1.826-.265 1.664-1.208l-.896-5.217 3.79-3.694c.681-.663.305-1.821-.635-1.958l-5.239-.763-2.341-4.748c-.42-.846-1.635-.857-2.058 0Z",
2618
3227
  fill: "currentColor"
@@ -2621,13 +3230,19 @@ var IconStarSolid = function IconStarSolid(props) {
2621
3230
 
2622
3231
  IconStarSolid.displayName = 'IconStarSolid';
2623
3232
 
2624
- var IconStar = function IconStar(props) {
3233
+ var _excluded$1C = ["testId"];
3234
+
3235
+ var IconStar = function IconStar(_ref) {
3236
+ var _ref$testId = _ref.testId,
3237
+ testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
3238
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3239
+
2625
3240
  return React__default.createElement("svg", Object.assign({
2626
3241
  viewBox: "0 0 20 20",
2627
3242
  fill: "none",
2628
3243
  xmlns: "http://www.w3.org/2000/svg",
2629
- "data-testid": "icon-star",
2630
- style: getIconStyles(props)
3244
+ style: getIconStyles(props),
3245
+ "data-testid": testId
2631
3246
  }, props), React__default.createElement("path", {
2632
3247
  d: "m18.976 6.699-5.462-.832L11.073.696a1.175 1.175 0 0 0-2.146 0L6.486 5.867l-5.462.832c-.98.148-1.372 1.41-.661 2.132l3.951 4.023-.935 5.683c-.168 1.027.868 1.797 1.735 1.317L10 17.17l4.886 2.683c.867.477 1.903-.289 1.735-1.316l-.935-5.683 3.951-4.023c.71-.722.318-1.984-.661-2.132Zm-4.572 5.718 1.039 6.327L10 15.76l-5.44 2.988 1.04-6.327-4.404-4.488 6.083-.922L10 1.251l2.722 5.76 6.082.922-4.4 4.484Z",
2633
3248
  fill: "currentColor"
@@ -2636,13 +3251,19 @@ var IconStar = function IconStar(props) {
2636
3251
 
2637
3252
  IconStar.displayName = 'IconStar';
2638
3253
 
2639
- var IconStickyNoteLines = function IconStickyNoteLines(props) {
3254
+ var _excluded$1D = ["testId"];
3255
+
3256
+ var IconStickyNoteLines = function IconStickyNoteLines(_ref) {
3257
+ var _ref$testId = _ref.testId,
3258
+ testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
3259
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3260
+
2640
3261
  return React__default.createElement("svg", Object.assign({
2641
3262
  viewBox: "0 0 20 20",
2642
3263
  fill: "none",
2643
3264
  xmlns: "http://www.w3.org/2000/svg",
2644
- "data-testid": "icon-sticky-note-lines",
2645
- style: getIconStyles(props)
3265
+ style: getIconStyles(props),
3266
+ "data-testid": testId
2646
3267
  }, props), React__default.createElement("path", {
2647
3268
  d: "M20 14.112V2.142C20 .96 19.04 0 17.857 0H2.143C.959 0 0 .96 0 2.143v15.714C0 19.041.96 20 2.143 20h11.97c.568 0 1.113-.226 1.515-.628l3.744-3.745c.402-.401.628-.946.628-1.515Zm-5.383 4.25a.71.71 0 0 1-.331.188v-4.264h4.263a.708.708 0 0 1-.187.331l-3.744 3.745Zm3.954-16.22v10.715H13.93c-.592 0-1.072.48-1.072 1.071v4.643H2.143a.714.714 0 0 1-.714-.714V2.143c0-.395.32-.714.714-.714h15.714c.395 0 .714.32.714.714Z",
2648
3269
  fill: "currentColor"
@@ -2654,13 +3275,19 @@ var IconStickyNoteLines = function IconStickyNoteLines(props) {
2654
3275
 
2655
3276
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
2656
3277
 
2657
- var IconStopwatch = function IconStopwatch(props) {
3278
+ var _excluded$1E = ["testId"];
3279
+
3280
+ var IconStopwatch = function IconStopwatch(_ref) {
3281
+ var _ref$testId = _ref.testId,
3282
+ testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
3283
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3284
+
2658
3285
  return React__default.createElement("svg", Object.assign({
2659
3286
  viewBox: "0 0 20 20",
2660
3287
  fill: "none",
2661
3288
  xmlns: "http://www.w3.org/2000/svg",
2662
- "data-testid": "icon-stopwatch",
2663
- style: getIconStyles(props)
3289
+ style: getIconStyles(props),
3290
+ "data-testid": testId
2664
3291
  }, props), React__default.createElement("path", {
2665
3292
  fillRule: "evenodd",
2666
3293
  clipRule: "evenodd",
@@ -2671,13 +3298,19 @@ var IconStopwatch = function IconStopwatch(props) {
2671
3298
 
2672
3299
  IconStopwatch.displayName = 'IconStopwatch';
2673
3300
 
2674
- var IconStrikethrough = function IconStrikethrough(props) {
3301
+ var _excluded$1F = ["testId"];
3302
+
3303
+ var IconStrikethrough = function IconStrikethrough(_ref) {
3304
+ var _ref$testId = _ref.testId,
3305
+ testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
3306
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3307
+
2675
3308
  return React__default.createElement("svg", Object.assign({
2676
3309
  viewBox: "0 0 20 20",
2677
3310
  fill: "none",
2678
3311
  xmlns: "http://www.w3.org/2000/svg",
2679
- "data-testid": "icon-strikethrough",
2680
- style: getIconStyles(props)
3312
+ style: getIconStyles(props),
3313
+ "data-testid": testId
2681
3314
  }, props), React__default.createElement("g", {
2682
3315
  clipPath: "url(#icon-strikethrough_svg__a)"
2683
3316
  }, React__default.createElement("path", {
@@ -2693,12 +3326,18 @@ var IconStrikethrough = function IconStrikethrough(props) {
2693
3326
 
2694
3327
  IconStrikethrough.displayName = 'IconStrikethrough';
2695
3328
 
2696
- var IconSyncExclaimation = function IconSyncExclaimation(props) {
3329
+ var _excluded$1G = ["testId"];
3330
+
3331
+ var IconSyncExclaimation = function IconSyncExclaimation(_ref) {
3332
+ var _ref$testId = _ref.testId,
3333
+ testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
3334
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3335
+
2697
3336
  return React__default.createElement("svg", Object.assign({
2698
3337
  viewBox: "0 0 20 20",
2699
3338
  xmlns: "http://www.w3.org/2000/svg",
2700
- "data-testid": "icon-sync-exclaimation",
2701
- style: getIconStyles(props)
3339
+ style: getIconStyles(props),
3340
+ "data-testid": testId
2702
3341
  }, props), React__default.createElement("path", {
2703
3342
  d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM10 0v2c-4.41 0-8 3.589-8 8a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0Zm.084 12.334a.915.915 0 1 1 0 1.833.915.915 0 0 1-.917-.917c0-.507.41-.916.917-.916ZM10.769 5c.13 0 .235.09.231.2l-.29 6.335c-.003.103-.107.187-.23.187h-.792c-.123 0-.228-.08-.231-.187L9.167 5.2c-.004-.11.1-.2.232-.2h1.37Z",
2704
3343
  fill: "currentColor",
@@ -2708,12 +3347,18 @@ var IconSyncExclaimation = function IconSyncExclaimation(props) {
2708
3347
 
2709
3348
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
2710
3349
 
2711
- var IconSync = function IconSync(props) {
3350
+ var _excluded$1H = ["testId"];
3351
+
3352
+ var IconSync = function IconSync(_ref) {
3353
+ var _ref$testId = _ref.testId,
3354
+ testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
3355
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3356
+
2712
3357
  return React__default.createElement("svg", Object.assign({
2713
3358
  viewBox: "0 0 20 20",
2714
3359
  xmlns: "http://www.w3.org/2000/svg",
2715
- "data-testid": "icon-sync",
2716
- style: getIconStyles(props)
3360
+ style: getIconStyles(props),
3361
+ "data-testid": testId
2717
3362
  }, props), React__default.createElement("path", {
2718
3363
  d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM2 10a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0v2c-4.41 0-8 3.589-8 8Z",
2719
3364
  fill: "currentColor",
@@ -2723,11 +3368,17 @@ var IconSync = function IconSync(props) {
2723
3368
 
2724
3369
  IconSync.displayName = 'IconSync';
2725
3370
 
2726
- var IconTachometer = function IconTachometer(props) {
3371
+ var _excluded$1I = ["testId"];
3372
+
3373
+ var IconTachometer = function IconTachometer(_ref) {
3374
+ var _ref$testId = _ref.testId,
3375
+ testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
3376
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3377
+
2727
3378
  return React__default.createElement("svg", Object.assign({
2728
3379
  xmlns: "http://www.w3.org/2000/svg",
2729
- "data-testid": "icon-tachometer",
2730
- style: getIconStyles(props)
3380
+ style: getIconStyles(props),
3381
+ "data-testid": testId
2731
3382
  }, props), React__default.createElement("path", {
2732
3383
  fill: "currentColor",
2733
3384
  fillRule: "evenodd",
@@ -2737,13 +3388,19 @@ var IconTachometer = function IconTachometer(props) {
2737
3388
 
2738
3389
  IconTachometer.displayName = 'IconTachometer';
2739
3390
 
2740
- var IconTimesOctagon = function IconTimesOctagon(props) {
3391
+ var _excluded$1J = ["testId"];
3392
+
3393
+ var IconTimesOctagon = function IconTimesOctagon(_ref) {
3394
+ var _ref$testId = _ref.testId,
3395
+ testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
3396
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3397
+
2741
3398
  return React__default.createElement("svg", Object.assign({
2742
3399
  viewBox: "0 0 20 20",
2743
3400
  fill: "none",
2744
3401
  xmlns: "http://www.w3.org/2000/svg",
2745
- "data-testid": "icon-times-octagon",
2746
- style: getIconStyles(props)
3402
+ style: getIconStyles(props),
3403
+ "data-testid": testId
2747
3404
  }, props), React__default.createElement("path", {
2748
3405
  fillRule: "evenodd",
2749
3406
  clipRule: "evenodd",
@@ -2754,13 +3411,19 @@ var IconTimesOctagon = function IconTimesOctagon(props) {
2754
3411
 
2755
3412
  IconTimesOctagon.displayName = 'IconTimesOctagon';
2756
3413
 
2757
- var IconTimes = function IconTimes(props) {
3414
+ var _excluded$1K = ["testId"];
3415
+
3416
+ var IconTimes = function IconTimes(_ref) {
3417
+ var _ref$testId = _ref.testId,
3418
+ testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
3419
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3420
+
2758
3421
  return React__default.createElement("svg", Object.assign({
2759
3422
  viewBox: "0 0 20 20",
2760
3423
  fill: "none",
2761
3424
  xmlns: "http://www.w3.org/2000/svg",
2762
- "data-testid": "icon-times",
2763
- style: getIconStyles(props)
3425
+ style: getIconStyles(props),
3426
+ "data-testid": testId
2764
3427
  }, props), React__default.createElement("path", {
2765
3428
  fillRule: "evenodd",
2766
3429
  clipRule: "evenodd",
@@ -2771,13 +3434,19 @@ var IconTimes = function IconTimes(props) {
2771
3434
 
2772
3435
  IconTimes.displayName = 'IconTimes';
2773
3436
 
2774
- var IconTrash = function IconTrash(props) {
3437
+ var _excluded$1L = ["testId"];
3438
+
3439
+ var IconTrash = function IconTrash(_ref) {
3440
+ var _ref$testId = _ref.testId,
3441
+ testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
3442
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3443
+
2775
3444
  return React__default.createElement("svg", Object.assign({
2776
3445
  viewBox: "0 0 20 20",
2777
3446
  fill: "none",
2778
3447
  xmlns: "http://www.w3.org/2000/svg",
2779
- "data-testid": "icon-trash",
2780
- style: getIconStyles(props)
3448
+ style: getIconStyles(props),
3449
+ "data-testid": testId
2781
3450
  }, props), React__default.createElement("path", {
2782
3451
  fillRule: "evenodd",
2783
3452
  clipRule: "evenodd",
@@ -2788,13 +3457,19 @@ var IconTrash = function IconTrash(props) {
2788
3457
 
2789
3458
  IconTrash.displayName = 'IconTrash';
2790
3459
 
2791
- var IconUnderline = function IconUnderline(props) {
3460
+ var _excluded$1M = ["testId"];
3461
+
3462
+ var IconUnderline = function IconUnderline(_ref) {
3463
+ var _ref$testId = _ref.testId,
3464
+ testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
3465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3466
+
2792
3467
  return React__default.createElement("svg", Object.assign({
2793
3468
  viewBox: "0 0 20 20",
2794
3469
  fill: "none",
2795
3470
  xmlns: "http://www.w3.org/2000/svg",
2796
- "data-testid": "icon-underline",
2797
- style: getIconStyles(props)
3471
+ style: getIconStyles(props),
3472
+ "data-testid": testId
2798
3473
  }, props), React__default.createElement("path", {
2799
3474
  d: "M18.196.29h-5.464a.303.303 0 0 0-.303.304V1.2a.304.304 0 0 0 .303.303h2.125v8.5a4.857 4.857 0 1 1-9.714 0v-8.5h2.125a.304.304 0 0 0 .303-.303V.594A.304.304 0 0 0 7.268.29H1.804A.304.304 0 0 0 1.5.594V1.2a.304.304 0 0 0 .304.303h2.125v8.5A6.079 6.079 0 0 0 10 16.076a6.079 6.079 0 0 0 6.071-6.072v-8.5h2.125a.304.304 0 0 0 .304-.303V.594a.304.304 0 0 0-.304-.304Zm0 18.214H1.804a.304.304 0 0 0-.304.304v.607a.303.303 0 0 0 .304.304h16.392a.304.304 0 0 0 .304-.304v-.607a.304.304 0 0 0-.304-.304Z",
2800
3475
  fill: "currentColor"
@@ -2803,13 +3478,19 @@ var IconUnderline = function IconUnderline(props) {
2803
3478
 
2804
3479
  IconUnderline.displayName = 'IconUnderline';
2805
3480
 
2806
- var IconUndo = function IconUndo(props) {
3481
+ var _excluded$1N = ["testId"];
3482
+
3483
+ var IconUndo = function IconUndo(_ref) {
3484
+ var _ref$testId = _ref.testId,
3485
+ testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
3486
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3487
+
2807
3488
  return React__default.createElement("svg", Object.assign({
2808
3489
  viewBox: "0 0 20 20",
2809
3490
  fill: "none",
2810
3491
  xmlns: "http://www.w3.org/2000/svg",
2811
- "data-testid": "icon-undo",
2812
- style: getIconStyles(props)
3492
+ style: getIconStyles(props),
3493
+ "data-testid": testId
2813
3494
  }, props), React__default.createElement("path", {
2814
3495
  d: "M.781.313h.39c.26 0 .47.21.47.468v4.322a9.682 9.682 0 0 1 8.39-4.79c5.328.016 9.665 4.375 9.656 9.702-.008 5.344-4.342 9.672-9.687 9.672a9.652 9.652 0 0 1-6.491-2.496.47.47 0 0 1-.02-.68l.277-.277a.468.468 0 0 1 .644-.018A8.327 8.327 0 0 0 10 18.36c4.6 0 8.36-3.724 8.36-8.359 0-4.6-3.724-8.36-8.36-8.36a8.357 8.357 0 0 0-7.433 4.532H7.03c.26 0 .469.21.469.469v.39c0 .26-.21.469-.469.469H.781a.469.469 0 0 1-.469-.469V.781c0-.259.21-.468.47-.468Z",
2815
3496
  fill: "currentColor"
@@ -2818,13 +3499,19 @@ var IconUndo = function IconUndo(props) {
2818
3499
 
2819
3500
  IconUndo.displayName = 'IconUndo';
2820
3501
 
2821
- var IconUniversity = function IconUniversity(props) {
3502
+ var _excluded$1O = ["testId"];
3503
+
3504
+ var IconUniversity = function IconUniversity(_ref) {
3505
+ var _ref$testId = _ref.testId,
3506
+ testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
3507
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3508
+
2822
3509
  return React__default.createElement("svg", Object.assign({
2823
3510
  viewBox: "0 0 20 20",
2824
3511
  fill: "none",
2825
3512
  xmlns: "http://www.w3.org/2000/svg",
2826
- "data-testid": "icon-university",
2827
- style: getIconStyles(props)
3513
+ style: getIconStyles(props),
3514
+ "data-testid": testId
2828
3515
  }, props), React__default.createElement("g", {
2829
3516
  clipPath: "url(#icon-university_svg__a)"
2830
3517
  }, React__default.createElement("path", {
@@ -2840,13 +3527,19 @@ var IconUniversity = function IconUniversity(props) {
2840
3527
 
2841
3528
  IconUniversity.displayName = 'IconUniversity';
2842
3529
 
2843
- var IconUserComputer = function IconUserComputer(props) {
3530
+ var _excluded$1P = ["testId"];
3531
+
3532
+ var IconUserComputer = function IconUserComputer(_ref) {
3533
+ var _ref$testId = _ref.testId,
3534
+ testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
3535
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3536
+
2844
3537
  return React__default.createElement("svg", Object.assign({
2845
3538
  viewBox: "0 0 20 20",
2846
3539
  fill: "none",
2847
3540
  xmlns: "http://www.w3.org/2000/svg",
2848
- "data-testid": "icon-user-computer",
2849
- style: getIconStyles(props)
3541
+ style: getIconStyles(props),
3542
+ "data-testid": testId
2850
3543
  }, props), React__default.createElement("path", {
2851
3544
  d: "M18.958 2.5H6.25c-.575 0-1.042.466-1.042 1.042v1.172a3.125 3.125 0 1 0 3.125 3.125A3.116 3.116 0 0 0 6.25 4.905V3.542h12.708v9.505H9.94c-.019-.03-.033-.064-.053-.094-.562-.834-1.52-1.273-2.504-1.273-.904 0-1.131.325-2.174.325-1.04 0-1.268-.325-2.174-.325-.984 0-1.942.44-2.503 1.273A3.11 3.11 0 0 0 0 14.696v1.216c0 .719.583 1.301 1.302 1.301h7.813c.719 0 1.302-.582 1.302-1.302v-1.215c0-.208-.028-.41-.067-.607h8.608c.576 0 1.042-.467 1.042-1.042V3.542c0-.576-.466-1.042-1.042-1.042ZM7.292 7.839a2.086 2.086 0 0 1-2.084 2.083 2.086 2.086 0 0 1-2.083-2.083c0-1.15.935-2.084 2.083-2.084 1.15 0 2.084.935 2.084 2.084Zm2.083 8.072a.26.26 0 0 1-.26.26H1.302a.26.26 0 0 1-.26-.26v-1.215c0-.416.122-.818.353-1.16.343-.51.955-.814 1.64-.814.709 0 .975.325 2.173.325s1.465-.325 2.174-.325c.684 0 1.297.304 1.64.813.23.343.353.745.353 1.161v1.216Z",
2852
3545
  fill: "currentColor"
@@ -2866,13 +3559,19 @@ var IconUserComputer = function IconUserComputer(props) {
2866
3559
 
2867
3560
  IconUserComputer.displayName = 'IconUserComputer';
2868
3561
 
2869
- var IconUserFriends = function IconUserFriends(props) {
3562
+ var _excluded$1Q = ["testId"];
3563
+
3564
+ var IconUserFriends = function IconUserFriends(_ref) {
3565
+ var _ref$testId = _ref.testId,
3566
+ testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
3567
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3568
+
2870
3569
  return React__default.createElement("svg", Object.assign({
2871
3570
  viewBox: "0 0 20 20",
2872
3571
  fill: "none",
2873
3572
  xmlns: "http://www.w3.org/2000/svg",
2874
- "data-testid": "icon-user-friends",
2875
- style: getIconStyles(props)
3573
+ style: getIconStyles(props),
3574
+ "data-testid": testId
2876
3575
  }, props), React__default.createElement("path", {
2877
3576
  d: "M15 10a3 3 0 1 0-.002-6.002A3 3 0 0 0 15 10Zm0-5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm-9 5c1.934 0 3.5-1.566 3.5-3.5S7.934 3 6 3a3.498 3.498 0 0 0-3.5 3.5C2.5 8.434 4.066 10 6 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S7.378 9 6 9a2.503 2.503 0 0 1-2.5-2.5C3.5 5.122 4.622 4 6 4Zm2.503 6.625C7.46 10.625 7.2 11 6 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 0 14.1v1.4A1.5 1.5 0 0 0 1.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM11 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H11Zm8.49-3.59c-.54-.8-1.459-1.223-2.402-1.223-.87 0-1.088.313-2.088.313s-1.219-.313-2.088-.313a3.05 3.05 0 0 0-1.19.254c.475.48.578.737.631.83a2.05 2.05 0 0 1 .56-.08c.68 0 .937.312 2.087.312 1.15 0 1.406-.312 2.087-.312.657 0 1.244.29 1.576.78.221.329.34.716.34 1.117v1.162a.25.25 0 0 1-.25.25H13c0 .553.01.703-.05 1h5.8c.69 0 1.25-.56 1.25-1.25v-1.166c0-.621-.188-1.197-.51-1.675Z",
2878
3577
  fill: "currentColor"
@@ -2881,13 +3580,19 @@ var IconUserFriends = function IconUserFriends(props) {
2881
3580
 
2882
3581
  IconUserFriends.displayName = 'IconUserFriends';
2883
3582
 
2884
- var IconUserLight = function IconUserLight(props) {
3583
+ var _excluded$1R = ["testId"];
3584
+
3585
+ var IconUserLight = function IconUserLight(_ref) {
3586
+ var _ref$testId = _ref.testId,
3587
+ testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
3588
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3589
+
2885
3590
  return React__default.createElement("svg", Object.assign({
2886
3591
  viewBox: "0 0 20 20",
2887
3592
  fill: "none",
2888
3593
  xmlns: "http://www.w3.org/2000/svg",
2889
- "data-testid": "icon-user-light",
2890
- style: getIconStyles(props)
3594
+ style: getIconStyles(props),
3595
+ "data-testid": testId
2891
3596
  }, props), React__default.createElement("path", {
2892
3597
  fillRule: "evenodd",
2893
3598
  clipRule: "evenodd",
@@ -2898,13 +3603,19 @@ var IconUserLight = function IconUserLight(props) {
2898
3603
 
2899
3604
  IconUserLight.displayName = 'IconUserLight';
2900
3605
 
2901
- var IconUserPlus = function IconUserPlus(props) {
3606
+ var _excluded$1S = ["testId"];
3607
+
3608
+ var IconUserPlus = function IconUserPlus(_ref) {
3609
+ var _ref$testId = _ref.testId,
3610
+ testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
3611
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3612
+
2902
3613
  return React__default.createElement("svg", Object.assign({
2903
3614
  viewBox: "0 0 20 20",
2904
3615
  fill: "none",
2905
3616
  xmlns: "http://www.w3.org/2000/svg",
2906
- "data-testid": "icon-user-plus",
2907
- style: getIconStyles(props)
3617
+ style: getIconStyles(props),
3618
+ "data-testid": testId
2908
3619
  }, props), React__default.createElement("path", {
2909
3620
  d: "M19.77 9.063h-2.52V6.483a.232.232 0 0 0-.23-.234h-.458a.232.232 0 0 0-.229.234v2.579h-2.52a.232.232 0 0 0-.23.234v.469c0 .129.103.234.23.234h2.52v2.578c0 .129.103.235.23.235h.457c.127 0 .23-.106.23-.235V10h2.52c.127 0 .23-.105.23-.234v-.47a.232.232 0 0 0-.23-.233ZM6.667 10c2.104 0 3.81-1.865 3.81-4.167 0-2.301-1.706-4.166-3.81-4.166s-3.81 1.865-3.81 4.166C2.857 8.135 4.562 10 6.667 10Zm2.666 1.042h-.497c-.66.332-1.396.52-2.17.52a4.825 4.825 0 0 1-2.169-.52H4c-2.208 0-4 1.96-4 4.375v1.354c0 .863.64 1.562 1.429 1.562h10.476c.789 0 1.428-.7 1.428-1.562v-1.354c0-2.416-1.791-4.375-4-4.375Z",
2910
3621
  fill: "currentColor"
@@ -2913,13 +3624,19 @@ var IconUserPlus = function IconUserPlus(props) {
2913
3624
 
2914
3625
  IconUserPlus.displayName = 'IconUserPlus';
2915
3626
 
2916
- var IconUserSlash = function IconUserSlash(props) {
3627
+ var _excluded$1T = ["testId"];
3628
+
3629
+ var IconUserSlash = function IconUserSlash(_ref) {
3630
+ var _ref$testId = _ref.testId,
3631
+ testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
3632
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3633
+
2917
3634
  return React__default.createElement("svg", Object.assign({
2918
3635
  viewBox: "0 0 20 20",
2919
3636
  fill: "none",
2920
3637
  xmlns: "http://www.w3.org/2000/svg",
2921
- "data-testid": "icon-user-slash",
2922
- style: getIconStyles(props)
3638
+ style: getIconStyles(props),
3639
+ "data-testid": testId
2923
3640
  }, props), React__default.createElement("g", {
2924
3641
  clipPath: "url(#icon-user-slash_svg__a)"
2925
3642
  }, React__default.createElement("path", {
@@ -2935,13 +3652,19 @@ var IconUserSlash = function IconUserSlash(props) {
2935
3652
 
2936
3653
  IconUserSlash.displayName = 'IconUserSlash';
2937
3654
 
2938
- var IconUserSolid = function IconUserSolid(props) {
3655
+ var _excluded$1U = ["testId"];
3656
+
3657
+ var IconUserSolid = function IconUserSolid(_ref) {
3658
+ var _ref$testId = _ref.testId,
3659
+ testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
3660
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3661
+
2939
3662
  return React__default.createElement("svg", Object.assign({
2940
3663
  viewBox: "0 0 20 20",
2941
3664
  fill: "none",
2942
3665
  xmlns: "http://www.w3.org/2000/svg",
2943
- "data-testid": "icon-user-solid",
2944
- style: getIconStyles(props)
3666
+ style: getIconStyles(props),
3667
+ "data-testid": testId
2945
3668
  }, props), React__default.createElement("path", {
2946
3669
  d: "M10 10c2.63 0 4.762-2.238 4.762-5S12.63 0 10 0C7.37 0 5.238 2.238 5.238 5S7.37 10 10 10Zm3.334 1.25h-.622a6.226 6.226 0 0 1-2.712.625 6.238 6.238 0 0 1-2.712-.625h-.621c-2.76 0-5 2.352-5 5.25v1.625c0 1.035.8 1.875 1.786 1.875h13.095c.986 0 1.786-.84 1.786-1.875V16.5c0-2.898-2.24-5.25-5-5.25Z",
2947
3670
  fill: "currentColor"
@@ -2950,13 +3673,19 @@ var IconUserSolid = function IconUserSolid(props) {
2950
3673
 
2951
3674
  IconUserSolid.displayName = 'IconUserSolid';
2952
3675
 
2953
- var IconUserTag = function IconUserTag(props) {
3676
+ var _excluded$1V = ["testId"];
3677
+
3678
+ var IconUserTag = function IconUserTag(_ref) {
3679
+ var _ref$testId = _ref.testId,
3680
+ testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
3681
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3682
+
2954
3683
  return React__default.createElement("svg", Object.assign({
2955
3684
  viewBox: "0 0 20 20",
2956
3685
  fill: "none",
2957
3686
  xmlns: "http://www.w3.org/2000/svg",
2958
- "data-testid": "icon-user-tag",
2959
- style: getIconStyles(props)
3687
+ style: getIconStyles(props),
3688
+ "data-testid": testId
2960
3689
  }, props), React__default.createElement("path", {
2961
3690
  fillRule: "evenodd",
2962
3691
  clipRule: "evenodd",
@@ -2967,13 +3696,19 @@ var IconUserTag = function IconUserTag(props) {
2967
3696
 
2968
3697
  IconUserTag.displayName = 'IconUserTag';
2969
3698
 
2970
- var IconUserTie = function IconUserTie(props) {
3699
+ var _excluded$1W = ["testId"];
3700
+
3701
+ var IconUserTie = function IconUserTie(_ref) {
3702
+ var _ref$testId = _ref.testId,
3703
+ testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
3704
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3705
+
2971
3706
  return React__default.createElement("svg", Object.assign({
2972
3707
  viewBox: "0 0 20 20",
2973
3708
  fill: "none",
2974
3709
  xmlns: "http://www.w3.org/2000/svg",
2975
- "data-testid": "icon-user-tie",
2976
- style: getIconStyles(props)
3710
+ style: getIconStyles(props),
3711
+ "data-testid": testId
2977
3712
  }, props), React__default.createElement("path", {
2978
3713
  d: "M10 10a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm3.742 1.273-1.867 7.477-1.25-5.313 1.25-2.187h-3.75l1.25 2.188-1.25 5.312-1.867-7.477c-2.785.133-5.008 2.41-5.008 5.227v1.625C1.25 19.16 2.09 20 3.125 20h13.75c1.035 0 1.875-.84 1.875-1.875V16.5c0-2.816-2.223-5.094-5.008-5.227Z",
2979
3714
  fill: "currentColor"
@@ -2982,13 +3717,19 @@ var IconUserTie = function IconUserTie(props) {
2982
3717
 
2983
3718
  IconUserTie.displayName = 'IconUserTie';
2984
3719
 
2985
- var IconUsers = function IconUsers(props) {
3720
+ var _excluded$1X = ["testId"];
3721
+
3722
+ var IconUsers = function IconUsers(_ref) {
3723
+ var _ref$testId = _ref.testId,
3724
+ testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
3725
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3726
+
2986
3727
  return React__default.createElement("svg", Object.assign({
2987
3728
  viewBox: "0 0 20 20",
2988
3729
  fill: "none",
2989
3730
  xmlns: "http://www.w3.org/2000/svg",
2990
- "data-testid": "icon-users",
2991
- style: getIconStyles(props)
3731
+ style: getIconStyles(props),
3732
+ "data-testid": testId
2992
3733
  }, props), React__default.createElement("path", {
2993
3734
  d: "M17 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 17 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-7 5c1.934 0 3.5-1.566 3.5-3.5S11.934 3 10 3a3.498 3.498 0 0 0-3.5 3.5C6.5 8.434 8.066 10 10 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S11.378 9 10 9a2.503 2.503 0 0 1-2.5-2.5C7.5 5.122 8.622 4 10 4Zm7.625 6h-1.25c-.475 0-.916.15-1.284.403.293.2.559.434.793.7.154-.066.32-.103.491-.103h1.25c.756 0 1.375.672 1.375 1.5 0 .275.225.5.5.5s.5-.225.5-.5c0-1.378-1.066-2.5-2.375-2.5ZM3 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 3 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9.503 5.625C11.46 10.625 11.2 11 10 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 4 14.1v1.4A1.5 1.5 0 0 0 5.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM15 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H15ZM4.91 10.403A2.276 2.276 0 0 0 3.624 10h-1.25C1.065 10 0 11.122 0 12.5c0 .275.225.5.5.5s.5-.225.5-.5c0-.828.619-1.5 1.375-1.5h1.25c.172 0 .337.037.49.103.235-.265.504-.5.794-.7Z",
2994
3735
  fill: "currentColor"
@@ -2997,13 +3738,19 @@ var IconUsers = function IconUsers(props) {
2997
3738
 
2998
3739
  IconUsers.displayName = 'IconUsers';
2999
3740
 
3000
- var IconVideo = function IconVideo(props) {
3741
+ var _excluded$1Y = ["testId"];
3742
+
3743
+ var IconVideo = function IconVideo(_ref) {
3744
+ var _ref$testId = _ref.testId,
3745
+ testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
3746
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3747
+
3001
3748
  return React__default.createElement("svg", Object.assign({
3002
3749
  viewBox: "0 0 20 20",
3003
3750
  fill: "none",
3004
3751
  xmlns: "http://www.w3.org/2000/svg",
3005
- "data-testid": "icon-video",
3006
- style: getIconStyles(props)
3752
+ style: getIconStyles(props),
3753
+ "data-testid": testId
3007
3754
  }, props), React__default.createElement("path", {
3008
3755
  d: "M18.885 4.555c-.215 0-.434.063-.632.198L14.444 7.18V5.104c0-.917-.805-1.66-1.798-1.66H1.799C.806 3.444 0 4.187 0 5.104v10.014c0 .917.806 1.66 1.799 1.66h10.847c.993 0 1.798-.743 1.798-1.66v-2.076l3.806 2.427c.198.139.42.198.632.198.576 0 1.114-.452 1.114-1.094V5.649c.004-.642-.534-1.094-1.11-1.094Zm-5.552 10.563c0 .299-.316.549-.687.549H1.799c-.372 0-.688-.25-.688-.55V5.105c0-.299.316-.549.688-.549h10.847c.371 0 .687.25.687.55v10.013Zm5.556-.545-.042-.045-4.403-2.806V8.496l4.445-2.83v8.907Z",
3009
3756
  fill: "currentColor"
@@ -3012,13 +3759,19 @@ var IconVideo = function IconVideo(props) {
3012
3759
 
3013
3760
  IconVideo.displayName = 'IconVideo';
3014
3761
 
3015
- var IconVolumeMute = function IconVolumeMute(props) {
3762
+ var _excluded$1Z = ["testId"];
3763
+
3764
+ var IconVolumeMute = function IconVolumeMute(_ref) {
3765
+ var _ref$testId = _ref.testId,
3766
+ testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
3767
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3768
+
3016
3769
  return React__default.createElement("svg", Object.assign({
3017
3770
  viewBox: "0 0 20 20",
3018
3771
  fill: "none",
3019
3772
  xmlns: "http://www.w3.org/2000/svg",
3020
- "data-testid": "icon-volume-mute",
3021
- style: getIconStyles(props)
3773
+ style: getIconStyles(props),
3774
+ "data-testid": testId
3022
3775
  }, props), React__default.createElement("path", {
3023
3776
  d: "m17.759 10 2.15-2.15a.313.313 0 0 0 0-.442l-.442-.441a.313.313 0 0 0-.442 0l-2.15 2.149-2.15-2.15a.313.313 0 0 0-.441 0l-.442.442a.313.313 0 0 0 0 .442L15.99 10l-2.15 2.15a.313.313 0 0 0 0 .441l.442.442c.122.122.32.122.442 0l2.15-2.15 2.15 2.15c.122.122.32.122.441 0l.442-.441a.313.313 0 0 0 0-.442L17.76 10ZM9.055 2.5a.916.916 0 0 0-.655.275L4.924 6.25H.937A.937.937 0 0 0 0 7.187v5.625c0 .518.42.938.938.938h3.986L8.4 17.224a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.945-.938ZM8.75 15.807l-2.942-2.941-.366-.366H1.25v-5h4.192l.366-.366L8.75 4.192v11.615Z",
3024
3777
  fill: "currentColor"
@@ -3027,13 +3780,19 @@ var IconVolumeMute = function IconVolumeMute(props) {
3027
3780
 
3028
3781
  IconVolumeMute.displayName = 'IconVolumeMute';
3029
3782
 
3030
- var IconVolume = function IconVolume(props) {
3783
+ var _excluded$1_ = ["testId"];
3784
+
3785
+ var IconVolume = function IconVolume(_ref) {
3786
+ var _ref$testId = _ref.testId,
3787
+ testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
3788
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3789
+
3031
3790
  return React__default.createElement("svg", Object.assign({
3032
3791
  viewBox: "0 0 20 20",
3033
3792
  fill: "none",
3034
3793
  xmlns: "http://www.w3.org/2000/svg",
3035
- "data-testid": "icon-volume",
3036
- style: getIconStyles(props)
3794
+ style: getIconStyles(props),
3795
+ "data-testid": testId
3037
3796
  }, props), React__default.createElement("path", {
3038
3797
  d: "M13.995 7.561a.625.625 0 1 0-.54 1.127c.552.265.895.767.895 1.312 0 .544-.343 1.047-.895 1.312a.625.625 0 0 0 .54 1.126c.99-.474 1.605-1.408 1.605-2.438 0-1.03-.616-1.964-1.605-2.439ZM9.655 2.5a.916.916 0 0 0-.656.275L5.524 6.25H1.537a.937.937 0 0 0-.937.938v5.625c0 .517.42.937.937.937h3.987l3.475 3.475a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.944-.938ZM9.35 15.807 6.04 12.5H1.85v-5H6.04L9.35 4.193v11.614Zm10-5.807c0-2.583-1.33-4.946-3.47-6.167a.635.635 0 0 0-.86.23c-.174.3-.07.681.232.854 1.75.998 2.837 2.945 2.837 5.083 0 2.137-1.088 4.085-2.837 5.082a.623.623 0 0 0-.232.854c.168.289.549.408.86.23 2.14-1.22 3.47-3.583 3.47-6.166Z",
3039
3798
  fill: "currentColor"
@@ -3042,13 +3801,19 @@ var IconVolume = function IconVolume(props) {
3042
3801
 
3043
3802
  IconVolume.displayName = 'IconVolume';
3044
3803
 
3045
- var IconWrench = function IconWrench(props) {
3804
+ var _excluded$1$ = ["testId"];
3805
+
3806
+ var IconWrench = function IconWrench(_ref) {
3807
+ var _ref$testId = _ref.testId,
3808
+ testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
3809
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3810
+
3046
3811
  return React__default.createElement("svg", Object.assign({
3047
3812
  viewBox: "0 0 20 20",
3048
3813
  fill: "none",
3049
3814
  xmlns: "http://www.w3.org/2000/svg",
3050
- "data-testid": "icon-wrench",
3051
- style: getIconStyles(props)
3815
+ style: getIconStyles(props),
3816
+ "data-testid": testId
3052
3817
  }, props), React__default.createElement("path", {
3053
3818
  d: "M19.002 4.933a.974.974 0 0 0-1.636-.452l-2.287 2.287-1.585-.264-.264-1.584 2.287-2.287A.976.976 0 0 0 15.06.995 5.376 5.376 0 0 0 9.933 2.42C8.578 3.776 8.063 5.732 8.55 7.6l-6.922 6.922a2.726 2.726 0 0 0 0 3.847 2.704 2.704 0 0 0 1.924.798 2.7 2.7 0 0 0 1.924-.798l6.915-6.914a5.364 5.364 0 0 0 5.188-1.39 5.366 5.366 0 0 0 1.423-5.132ZM16.77 9.255c-1.14 1.139-2.808 1.526-4.36 1.01l-.336-.112-7.407 7.407c-.596.595-1.633.595-2.228 0a1.579 1.579 0 0 1 0-2.228L9.85 7.921l-.11-.335c-.513-1.556-.128-3.225 1.003-4.356a4.225 4.225 0 0 1 3.743-1.186l-2.482 2.483.494 2.973 2.975.495 2.48-2.483a4.225 4.225 0 0 1-1.184 3.743ZM3.698 15.729a.573.573 0 1 0 0 1.146.573.573 0 0 0 0-1.146Z",
3054
3819
  fill: "currentColor"
@@ -3111,10 +3876,10 @@ var WHITE = '#ffffff';
3111
3876
  var EGGPLANT200 = '#d3dbf4';
3112
3877
  var EGGPLANT300 = '#a7b7ea';
3113
3878
  var EGGPLANT400 = '#6d87dd';
3114
- var EGGPLANT700 = '#32295c';
3879
+ var EGGPLANT600 = '#415184';
3115
3880
  var RADISH400 = '#e76767';
3116
3881
  var GREY100 = '#F3F3F3';
3117
- var GREY200 = '#C8C8C8';
3882
+ var GREY200 = '#D5D5D5';
3118
3883
  var GREY300 = '#949494';
3119
3884
  var GREY400 = '#767676';
3120
3885
  var GREY500 = '#464646';
@@ -3261,9 +4026,11 @@ var PaginationControls = function PaginationControls(_ref) {
3261
4026
  _ref$hasNext = _ref.hasNext,
3262
4027
  hasNext = _ref$hasNext === void 0 ? true : _ref$hasNext,
3263
4028
  onPreviousClick = _ref.onPreviousClick,
3264
- onNextClick = _ref.onNextClick;
4029
+ onNextClick = _ref.onNextClick,
4030
+ testId = _ref.testId;
3265
4031
  return React__default.createElement("div", {
3266
- className: styles$8['pagination-controls']
4032
+ className: styles$8['pagination-controls'],
4033
+ "data-testid": testId
3267
4034
  }, React__default.createElement(Button$1, {
3268
4035
  disabled: !hasPrevious,
3269
4036
  onClick: onPreviousClick,
@@ -3385,18 +4152,20 @@ var Toggle = function Toggle(_ref) {
3385
4152
  onChange = _ref.onChange,
3386
4153
  _ref$disabled = _ref.disabled,
3387
4154
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
3388
- id = _ref.id;
4155
+ id = _ref.id,
4156
+ _ref$testId = _ref.testId,
4157
+ testId = _ref$testId === void 0 ? 'toggle' : _ref$testId;
3389
4158
  return React__default.createElement(Stack, {
3390
4159
  space: 8
3391
4160
  }, React__default.createElement("label", {
3392
4161
  className: styles$a['toggle']
3393
4162
  }, React__default.createElement("input", {
3394
- "data-testid": "toggle",
3395
4163
  type: "checkbox",
3396
4164
  checked: checked,
3397
4165
  onChange: onChange,
3398
4166
  disabled: disabled,
3399
- id: id
4167
+ id: id,
4168
+ "data-testid": testId
3400
4169
  }), React__default.createElement("span", {
3401
4170
  className: styles$a['toggle__switch']
3402
4171
  }), label && React__default.createElement("span", {
@@ -3431,7 +4200,7 @@ var ActionsCell = function ActionsCell(_ref) {
3431
4200
  }))));
3432
4201
  };
3433
4202
 
3434
- var _excluded$2 = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding"];
4203
+ var _excluded$20 = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding"];
3435
4204
 
3436
4205
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
3437
4206
  var _classnames;
@@ -3444,7 +4213,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
3444
4213
  actions = _ref$actions === void 0 ? [] : _ref$actions,
3445
4214
  _ref$hasDefaultPaddin = _ref.hasDefaultPadding,
3446
4215
  hasDefaultPadding = _ref$hasDefaultPaddin === void 0 ? true : _ref$hasDefaultPaddin,
3447
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2);
4216
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3448
4217
 
3449
4218
  var _useDataTableContext = useDataTableContext(),
3450
4219
  columns = _useDataTableContext.columns,
@@ -3598,7 +4367,8 @@ var DataTable = function DataTable(_ref) {
3598
4367
  showActionMenu = _ref$showActionMenu === void 0 ? false : _ref$showActionMenu,
3599
4368
  footerComponent = _ref.footerComponent,
3600
4369
  _ref$hasVerticalBorde = _ref.hasVerticalBorders,
3601
- hasVerticalBorders = _ref$hasVerticalBorde === void 0 ? false : _ref$hasVerticalBorde;
4370
+ hasVerticalBorders = _ref$hasVerticalBorde === void 0 ? false : _ref$hasVerticalBorde,
4371
+ testId = _ref.testId;
3602
4372
  var RowItem = itemComponent || DefaultItemComponent$1;
3603
4373
  var conditionalStyles = {};
3604
4374
 
@@ -3624,7 +4394,8 @@ var DataTable = function DataTable(_ref) {
3624
4394
  }), React__default.createElement("div", {
3625
4395
  className: styles$b['body'],
3626
4396
  style: conditionalStyles,
3627
- role: "table"
4397
+ role: "table",
4398
+ "data-testid": testId
3628
4399
  }, isLoading && React__default.createElement(Spinner, {
3629
4400
  block: true
3630
4401
  }), !isLoading && items.map(function (item, index) {
@@ -3832,7 +4603,8 @@ var Modal = function Modal(_ref) {
3832
4603
  height = _ref.height,
3833
4604
  maxWidth = _ref.maxWidth,
3834
4605
  _ref$shouldReturnFocu = _ref.shouldReturnFocusAfterClose,
3835
- shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu;
4606
+ shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu,
4607
+ testId = _ref.testId;
3836
4608
  var style = {
3837
4609
  content: {
3838
4610
  width: width,
@@ -3845,6 +4617,7 @@ var Modal = function Modal(_ref) {
3845
4617
  };
3846
4618
  return React__default.createElement(ReactModal, {
3847
4619
  isOpen: true,
4620
+ testId: testId,
3848
4621
  shouldCloseOnEsc: true,
3849
4622
  shouldCloseOnOverlayClick: false,
3850
4623
  shouldReturnFocusAfterClose: shouldReturnFocusAfterClose,
@@ -3904,7 +4677,8 @@ var styles$f = {"modal-body":"_2J-ku","modal-body--with-scroll-shadow":"_2ErCP"}
3904
4677
  var ModalBody = function ModalBody(_ref) {
3905
4678
  var _classNames;
3906
4679
 
3907
- var children = _ref.children;
4680
+ var children = _ref.children,
4681
+ testId = _ref.testId;
3908
4682
 
3909
4683
  var _useScrollShadow = useScrollShadow(),
3910
4684
  ref = _useScrollShadow.ref,
@@ -3912,7 +4686,8 @@ var ModalBody = function ModalBody(_ref) {
3912
4686
 
3913
4687
  return React__default.createElement("div", {
3914
4688
  className: classnames(styles$f['modal-body'], (_classNames = {}, _classNames[styles$f['modal-body--with-scroll-shadow']] = showScrollShadow, _classNames)),
3915
- ref: ref
4689
+ ref: ref,
4690
+ "data-testid": testId
3916
4691
  }, children);
3917
4692
  };
3918
4693
 
@@ -3920,7 +4695,8 @@ var styles$g = {"modal-footer":"_LKOr5","tertiary-container":"_Qktd-"};
3920
4695
 
3921
4696
  var ModalFooter = function ModalFooter(_ref) {
3922
4697
  var children = _ref.children,
3923
- actions = _ref.actions;
4698
+ actions = _ref.actions,
4699
+ testId = _ref.testId;
3924
4700
 
3925
4701
  if (actions) {
3926
4702
  var _actions$primary, _actions$secondary, _actions$tertiary, _classnames;
@@ -3934,7 +4710,9 @@ var ModalFooter = function ModalFooter(_ref) {
3934
4710
  var tertiaryButton = updateButtonProps(actions.tertiary, {
3935
4711
  theme: (actions === null || actions === void 0 ? void 0 : (_actions$tertiary = actions.tertiary) === null || _actions$tertiary === void 0 ? void 0 : _actions$tertiary.props.theme) || 'link-primary'
3936
4712
  });
3937
- return React__default.createElement(FooterContainer, null, React__default.createElement(Inline, {
4713
+ return React__default.createElement(FooterContainer, {
4714
+ testId: testId
4715
+ }, React__default.createElement(Inline, {
3938
4716
  justifyContent: "space-between"
3939
4717
  }, React__default.createElement("div", {
3940
4718
  className: classnames((_classnames = {}, _classnames[styles$g['tertiary-container']] = tertiaryButton && tertiaryButton.props.theme.startsWith('link'), _classnames))
@@ -3961,11 +4739,13 @@ var updateButtonProps = function updateButtonProps(button, newProps) {
3961
4739
  };
3962
4740
 
3963
4741
  var FooterContainer = function FooterContainer(_ref2) {
3964
- var children = _ref2.children;
4742
+ var children = _ref2.children,
4743
+ testId = _ref2.testId;
3965
4744
  var childrenItens = React__default.Children.toArray(children);
3966
4745
  var hasCustomAlignment = childrenItens.length === 1 && childrenItens[0].type === Inline;
3967
4746
  return React__default.createElement("div", {
3968
- className: styles$g['modal-footer']
4747
+ className: styles$g['modal-footer'],
4748
+ "data-testid": testId
3969
4749
  }, React__default.createElement(Inline, {
3970
4750
  justifyContent: "end",
3971
4751
  space: 12,
@@ -4091,7 +4871,8 @@ var Calendar = function Calendar(_ref) {
4091
4871
  onSelect = _ref.onSelect,
4092
4872
  onClickOutside = _ref.onClickOutside,
4093
4873
  disabledDays = _ref.disabledDays,
4094
- anchorRef = _ref.anchorRef;
4874
+ anchorRef = _ref.anchorRef,
4875
+ testId = _ref.testId;
4095
4876
 
4096
4877
  var _useState = useState(null),
4097
4878
  calendarRef = _useState[0],
@@ -4145,7 +4926,8 @@ var Calendar = function Calendar(_ref) {
4145
4926
  },
4146
4927
  style: _extends({}, calendarPosition, {
4147
4928
  zIndex: Z_INDEX_LAYERS.MODAL
4148
- })
4929
+ }),
4930
+ "data-testid": testId
4149
4931
  }, React__default.createElement(DayPicker, {
4150
4932
  format: "MM/dd/yyyy",
4151
4933
  classNames: style,
@@ -4360,7 +5142,8 @@ var DataTableEditableCell = function DataTableEditableCell(_ref) {
4360
5142
  suffix = _ref.suffix,
4361
5143
  defaultValue = _ref.defaultValue,
4362
5144
  _ref$type = _ref.type,
4363
- type = _ref$type === void 0 ? 'text' : _ref$type;
5145
+ type = _ref$type === void 0 ? 'text' : _ref$type,
5146
+ testId = _ref.testId;
4364
5147
 
4365
5148
  var _useDataTableContext = useDataTableContext(),
4366
5149
  columns = _useDataTableContext.columns,
@@ -4388,7 +5171,8 @@ var DataTableEditableCell = function DataTableEditableCell(_ref) {
4388
5171
  id: controllers.id
4389
5172
  };
4390
5173
  return React__default.createElement("div", {
4391
- className: classnames((_classnames = {}, _classnames[styles$n['data-table-editable-cell--currency']] = type === 'currency', _classnames), styles$n['data-table-editable-cell'])
5174
+ className: classnames((_classnames = {}, _classnames[styles$n['data-table-editable-cell--currency']] = type === 'currency', _classnames), styles$n['data-table-editable-cell']),
5175
+ "data-testid": testId
4392
5176
  }, React__default.createElement(Field, Object.assign({}, fieldProps), React__default.createElement(AffixContainer, {
4393
5177
  prefix: prefix,
4394
5178
  suffix: suffix
@@ -4565,7 +5349,8 @@ var ToolbarSelect = function ToolbarSelect(_ref) {
4565
5349
  onBlur = _ref.onBlur,
4566
5350
  placeholder = _ref.placeholder,
4567
5351
  disabled = _ref.disabled,
4568
- prefix = _ref.prefix;
5352
+ prefix = _ref.prefix,
5353
+ testId = _ref.testId;
4569
5354
  var controllers = useSelectFieldControllers({
4570
5355
  name: name,
4571
5356
  value: value,
@@ -4587,7 +5372,8 @@ var ToolbarSelect = function ToolbarSelect(_ref) {
4587
5372
  components: {
4588
5373
  Option: components.Option,
4589
5374
  Control: components.Control
4590
- }
5375
+ },
5376
+ testId: testId
4591
5377
  }));
4592
5378
  };
4593
5379
 
@@ -4602,7 +5388,9 @@ var Form = function Form(_ref) {
4602
5388
  wide = _ref$wide === void 0 ? false : _ref$wide,
4603
5389
  formik = _ref.formik,
4604
5390
  _ref$stackContent = _ref.stackContent,
4605
- stackContent = _ref$stackContent === void 0 ? true : _ref$stackContent;
5391
+ stackContent = _ref$stackContent === void 0 ? true : _ref$stackContent,
5392
+ _ref$testId = _ref.testId,
5393
+ testId = _ref$testId === void 0 ? 'form' : _ref$testId;
4606
5394
 
4607
5395
  var handleSubmit = function handleSubmit(e) {
4608
5396
  e.preventDefault();
@@ -4616,7 +5404,7 @@ var Form = function Form(_ref) {
4616
5404
  }, React__default.createElement("form", {
4617
5405
  onSubmit: onSubmit ? handleSubmit : formik === null || formik === void 0 ? void 0 : formik.handleSubmit,
4618
5406
  className: classnames((_classnames = {}, _classnames[styles$o['form--standard-size']] = !wide, _classnames)),
4619
- "data-testid": "form"
5407
+ "data-testid": testId
4620
5408
  }, stackContent ? React__default.createElement(Stack, null, children) : children));
4621
5409
  };
4622
5410
 
@@ -4629,7 +5417,8 @@ var SIZE_75_PERCENT = '75%';
4629
5417
  var FormRow = function FormRow(_ref) {
4630
5418
  var children = _ref.children,
4631
5419
  columns = _ref.columns,
4632
- sizes = _ref.sizes;
5420
+ sizes = _ref.sizes,
5421
+ testId = _ref.testId;
4633
5422
  var items = React__default.Children.toArray(children).filter(Boolean);
4634
5423
  var additionalColumns = [];
4635
5424
 
@@ -4645,7 +5434,8 @@ var FormRow = function FormRow(_ref) {
4645
5434
  flex: [].concat(items, additionalColumns).map(function (_, index) {
4646
5435
  return (sizes === null || sizes === void 0 ? void 0 : sizes[index]) || 1;
4647
5436
  }),
4648
- space: 20
5437
+ space: 20,
5438
+ testId: testId
4649
5439
  }, children, additionalColumns.map(function (_, index) {
4650
5440
  return React__default.createElement("span", {
4651
5441
  key: index,
@@ -4699,7 +5489,8 @@ var TextAreaField = function TextAreaField(_ref) {
4699
5489
  minHeight = _ref$minHeight === void 0 ? 40 : _ref$minHeight,
4700
5490
  _ref$maxHeight = _ref.maxHeight,
4701
5491
  maxHeight = _ref$maxHeight === void 0 ? 320 : _ref$maxHeight,
4702
- toolbar = _ref.toolbar;
5492
+ toolbar = _ref.toolbar,
5493
+ testId = _ref.testId;
4703
5494
  var containerRef = useRef(null);
4704
5495
  var toolbarRef = useRef(null);
4705
5496
 
@@ -4741,7 +5532,7 @@ var TextAreaField = function TextAreaField(_ref) {
4741
5532
  }, React__default.createElement("textarea", {
4742
5533
  name: name,
4743
5534
  id: controllers.id,
4744
- "data-testid": "text-field-" + name,
5535
+ "data-testid": testId || "text-field-" + name,
4745
5536
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
4746
5537
  "aria-invalid": hasError,
4747
5538
  disabled: disabled,
@@ -4795,7 +5586,8 @@ var useTextField = function useTextField(_ref) {
4795
5586
  onKeyDown = _ref.onKeyDown,
4796
5587
  placeholder = _ref.placeholder,
4797
5588
  value = _ref.value,
4798
- ref = _ref.ref;
5589
+ ref = _ref.ref,
5590
+ testId = _ref.testId;
4799
5591
  var controllers = useFieldControllers({
4800
5592
  error: error,
4801
5593
  id: id,
@@ -4813,7 +5605,7 @@ var useTextField = function useTextField(_ref) {
4813
5605
  autoComplete: autoComplete,
4814
5606
  autoFocus: autoFocus,
4815
5607
  className: classnames(styles$q['text-field'], (_classnames = {}, _classnames[styles$q['text-field--invalid']] = hasError, _classnames)),
4816
- 'data-testid': "text-field-" + name,
5608
+ 'data-testid': testId || "text-field-" + name,
4817
5609
  disabled: disabled,
4818
5610
  defaultValue: defaultValue,
4819
5611
  id: controllers.id,
@@ -4842,12 +5634,12 @@ var useTextField = function useTextField(_ref) {
4842
5634
  };
4843
5635
  };
4844
5636
 
4845
- var _excluded$3 = ["prefix", "suffix"];
5637
+ var _excluded$21 = ["prefix", "suffix"];
4846
5638
 
4847
5639
  var TextFieldElement = function TextFieldElement(_ref, ref) {
4848
5640
  var prefix = _ref.prefix,
4849
5641
  suffix = _ref.suffix,
4850
- props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
5642
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
4851
5643
 
4852
5644
  var _useTextField = useTextField(_extends({}, props, {
4853
5645
  ref: ref
@@ -4920,7 +5712,8 @@ var CheckboxField = function CheckboxField(_ref) {
4920
5712
  label = _ref.label,
4921
5713
  caption = _ref.caption,
4922
5714
  error = _ref.error,
4923
- disabled = _ref.disabled;
5715
+ disabled = _ref.disabled,
5716
+ testId = _ref.testId;
4924
5717
  var controllers = useCheckBoxFieldControllers({
4925
5718
  name: name,
4926
5719
  id: inputId,
@@ -4941,7 +5734,7 @@ var CheckboxField = function CheckboxField(_ref) {
4941
5734
  name: name,
4942
5735
  id: controllers.id,
4943
5736
  type: "checkbox",
4944
- "data-testid": "check-box-field-" + name,
5737
+ "data-testid": testId || "check-box-field-" + name,
4945
5738
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
4946
5739
  "aria-invalid": hasError,
4947
5740
  disabled: disabled,
@@ -5024,7 +5817,8 @@ var PillSelectField = function PillSelectField(_ref) {
5024
5817
  label = _ref.label,
5025
5818
  caption = _ref.caption,
5026
5819
  error = _ref.error,
5027
- disabled = _ref.disabled;
5820
+ disabled = _ref.disabled,
5821
+ testId = _ref.testId;
5028
5822
  var controllers = useMultiSelectFieldControllers({
5029
5823
  name: name,
5030
5824
  id: inputId,
@@ -5057,7 +5851,7 @@ var PillSelectField = function PillSelectField(_ref) {
5057
5851
  name: name + "-" + itemIdentifier,
5058
5852
  id: itemId,
5059
5853
  type: "checkbox",
5060
- "data-testid": "pill-select-field-" + name + "-" + itemIdentifier,
5854
+ "data-testid": testId || "pill-select-field-" + name + "-" + itemIdentifier,
5061
5855
  "aria-describedby": hasError ? itemId + "-error-message" : itemId + "-describer",
5062
5856
  "aria-invalid": hasError,
5063
5857
  disabled: option.isDisabled || disabled,
@@ -5134,7 +5928,8 @@ var RadioGroupField = function RadioGroupField(_ref) {
5134
5928
  inline = _ref$inline === void 0 ? false : _ref$inline,
5135
5929
  _ref$disabled = _ref.disabled,
5136
5930
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
5137
- children = _ref.children;
5931
+ children = _ref.children,
5932
+ testId = _ref.testId;
5138
5933
  var controllers = useRadioGroupFieldControllers({
5139
5934
  name: name,
5140
5935
  value: value,
@@ -5158,13 +5953,17 @@ var RadioGroupField = function RadioGroupField(_ref) {
5158
5953
  className: styles$t['radio-group-field__label']
5159
5954
  }, label), React__default.createElement(Stack, {
5160
5955
  space: 8
5161
- }, inline ? React__default.createElement(InlineOptions, null, children) : React__default.createElement(Stack, {
5162
- space: 12
5956
+ }, inline ? React__default.createElement(InlineOptions, {
5957
+ testId: testId
5958
+ }, children) : React__default.createElement(Stack, {
5959
+ space: 12,
5960
+ testId: testId
5163
5961
  }, children), controllers.error && React__default.createElement(ErrorMessage, null, controllers.error))));
5164
5962
  };
5165
5963
 
5166
5964
  var InlineOptions = function InlineOptions(_ref2) {
5167
- var children = _ref2.children;
5965
+ var children = _ref2.children,
5966
+ testId = _ref2.testId;
5168
5967
  var MAX_OPTIONS_PER_ROW = 4;
5169
5968
  var numberOfElements = React__default.Children.count(children);
5170
5969
 
@@ -5177,7 +5976,8 @@ var InlineOptions = function InlineOptions(_ref2) {
5177
5976
  }
5178
5977
 
5179
5978
  return React__default.createElement(Stack, {
5180
- space: 12
5979
+ space: 12,
5980
+ testId: testId
5181
5981
  }, rows.map(function (row, rowIndex) {
5182
5982
  return React__default.createElement(FormRow, {
5183
5983
  key: rowIndex,
@@ -5186,7 +5986,9 @@ var InlineOptions = function InlineOptions(_ref2) {
5186
5986
  }));
5187
5987
  }
5188
5988
 
5189
- return React__default.createElement(FormRow, null, children);
5989
+ return React__default.createElement(FormRow, {
5990
+ testId: testId
5991
+ }, children);
5190
5992
  };
5191
5993
 
5192
5994
  var styles$u = {"radio-group-option":"_1Clmp","radio-group-option__caption":"_3UmWA","radio-group-option__custom-input":"_1tMq-"};
@@ -5195,7 +5997,8 @@ var RadioGroupOption = function RadioGroupOption(_ref) {
5195
5997
  var value = _ref.value,
5196
5998
  inputId = _ref.id,
5197
5999
  label = _ref.label,
5198
- caption = _ref.caption;
6000
+ caption = _ref.caption,
6001
+ testId = _ref.testId;
5199
6002
  var radioGroupContext = useRadioGroupFieldContext();
5200
6003
  var id = useFieldId({
5201
6004
  name: radioGroupContext.name,
@@ -5210,6 +6013,7 @@ var RadioGroupOption = function RadioGroupOption(_ref) {
5210
6013
  className: styles$u['radio-group-option']
5211
6014
  }, React__default.createElement("input", {
5212
6015
  type: "radio",
6016
+ "data-testid": testId,
5213
6017
  id: id,
5214
6018
  name: radioGroupContext.name,
5215
6019
  value: value,
@@ -5293,7 +6097,8 @@ var PasswordField = function PasswordField(_ref) {
5293
6097
  disabled = _ref.disabled,
5294
6098
  defaultValue = _ref.defaultValue,
5295
6099
  _ref$criterias = _ref.criterias,
5296
- criterias = _ref$criterias === void 0 ? [] : _ref$criterias;
6100
+ criterias = _ref$criterias === void 0 ? [] : _ref$criterias,
6101
+ testId = _ref.testId;
5297
6102
 
5298
6103
  var _useState = useState('password'),
5299
6104
  type = _useState[0],
@@ -5327,7 +6132,7 @@ var PasswordField = function PasswordField(_ref) {
5327
6132
  id: controllers.id,
5328
6133
  className: classnames(styles$v['text-field'], (_classnames = {}, _classnames[styles$v['text-field--invalid']] = hasError, _classnames)),
5329
6134
  type: type,
5330
- "data-testid": "text-field-" + name,
6135
+ "data-testid": testId || "text-field-" + name,
5331
6136
  "aria-describedby": hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
5332
6137
  "aria-invalid": hasError,
5333
6138
  disabled: disabled,
@@ -5439,7 +6244,7 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
5439
6244
  option: function option(base, state) {
5440
6245
  return Object.assign({}, base, {
5441
6246
  backgroundColor: state.isDisabled ? null : state.isSelected ? EGGPLANT200 : state.isFocused ? GREY100 : WHITE,
5442
- color: state.isDisabled ? GREY400 : state.isSelected ? EGGPLANT700 : GREY500,
6247
+ color: state.isDisabled ? GREY400 : state.isSelected ? EGGPLANT600 : GREY500,
5443
6248
  cursor: 'pointer',
5444
6249
  fontFamily: FONT_FAMILY,
5445
6250
  fontSize: '14px',
@@ -5480,12 +6285,12 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
5480
6285
  };
5481
6286
  };
5482
6287
 
5483
- var _excluded$4 = ["children", "CustomComponent"];
6288
+ var _excluded$22 = ["children", "CustomComponent"];
5484
6289
 
5485
6290
  function CustomOption(_ref) {
5486
6291
  var children = _ref.children,
5487
6292
  CustomComponent = _ref.CustomComponent,
5488
- props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
6293
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
5489
6294
 
5490
6295
  return React__default.createElement(components.Option, Object.assign({}, props), React__default.createElement(CustomComponent, Object.assign({}, props), children));
5491
6296
  }
@@ -5529,7 +6334,8 @@ var MultiSelectField = function MultiSelectField(_ref) {
5529
6334
  _ref$closeOnSelect = _ref.closeOnSelect,
5530
6335
  closeOnSelect = _ref$closeOnSelect === void 0 ? false : _ref$closeOnSelect,
5531
6336
  _ref$menuShouldScroll = _ref.menuShouldScrollIntoView,
5532
- menuShouldScrollIntoView = _ref$menuShouldScroll === void 0 ? true : _ref$menuShouldScroll;
6337
+ menuShouldScrollIntoView = _ref$menuShouldScroll === void 0 ? true : _ref$menuShouldScroll,
6338
+ testId = _ref.testId;
5533
6339
  var controllers = useMultiSelectFieldControllers({
5534
6340
  name: name,
5535
6341
  id: inputId,
@@ -5566,6 +6372,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
5566
6372
  isMulti: true,
5567
6373
  closeMenuOnSelect: closeOnSelect,
5568
6374
  components: {
6375
+ SelectContainer: function SelectContainer(props) {
6376
+ return React__default.createElement(components.SelectContainer, Object.assign({}, props, {
6377
+ innerProps: Object.assign({}, props.innerProps, {
6378
+ 'data-testid': testId
6379
+ })
6380
+ }));
6381
+ },
5569
6382
  Option: UserCustomOption ? function (props) {
5570
6383
  return React__default.createElement(CustomOption, Object.assign({
5571
6384
  CustomComponent: UserCustomOption
@@ -5587,14 +6400,14 @@ var MultiSelectField = function MultiSelectField(_ref) {
5587
6400
 
5588
6401
  var styles$x = {"custom-control":"_1cDCR"};
5589
6402
 
5590
- var _excluded$5 = ["children", "CustomPrefixComponent"];
6403
+ var _excluded$23 = ["children", "CustomPrefixComponent"];
5591
6404
 
5592
6405
  function CustomControl(_ref) {
5593
6406
  var _props$getValue;
5594
6407
 
5595
6408
  var children = _ref.children,
5596
6409
  CustomPrefixComponent = _ref.CustomPrefixComponent,
5597
- props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
6410
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
5598
6411
 
5599
6412
  var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
5600
6413
  return React__default.createElement(components.Control, Object.assign({}, props), CustomPrefixComponent && selectedOption ? React__default.createElement("div", {
@@ -5611,12 +6424,12 @@ function CustomControl(_ref) {
5611
6424
  }, props)), children)) : children);
5612
6425
  }
5613
6426
 
5614
- var _excluded$6 = ["children", "CustomComponent"];
6427
+ var _excluded$24 = ["children", "CustomComponent"];
5615
6428
 
5616
6429
  function CustomOption$1(_ref) {
5617
6430
  var children = _ref.children,
5618
6431
  CustomComponent = _ref.CustomComponent,
5619
- props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
6432
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
5620
6433
 
5621
6434
  return React__default.createElement(components.Option, Object.assign({}, props), React__default.createElement(CustomComponent, Object.assign({}, props), children));
5622
6435
  }
@@ -5642,7 +6455,8 @@ var useSelectField = function useSelectField(_ref) {
5642
6455
  value = _ref.value,
5643
6456
  defaultValue = _ref.defaultValue,
5644
6457
  UserCustomOption = _ref.CustomOption,
5645
- SelectedOptionPrefix = _ref.SelectedOptionPrefix;
6458
+ SelectedOptionPrefix = _ref.SelectedOptionPrefix,
6459
+ testId = _ref.testId;
5646
6460
  var controllers = useSelectFieldControllers({
5647
6461
  error: error,
5648
6462
  id: id,
@@ -5664,6 +6478,13 @@ var useSelectField = function useSelectField(_ref) {
5664
6478
  return !isScrollingTheSelectMenu(e.target);
5665
6479
  },
5666
6480
  components: {
6481
+ SelectContainer: function SelectContainer(props) {
6482
+ return React__default.createElement(components.SelectContainer, Object.assign({}, props, {
6483
+ innerProps: Object.assign({}, props.innerProps, {
6484
+ 'data-testid': testId
6485
+ })
6486
+ }));
6487
+ },
5667
6488
  Option: UserCustomOption ? function (props) {
5668
6489
  return React__default.createElement(CustomOption$1, Object.assign({
5669
6490
  CustomComponent: UserCustomOption
@@ -5719,13 +6540,13 @@ var SelectField = function SelectField(props) {
5719
6540
 
5720
6541
  var styles$y = {"custom-list":"_uC4zU"};
5721
6542
 
5722
- var _excluded$7 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
6543
+ var _excluded$25 = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
5723
6544
 
5724
6545
  var CustomList = function CustomList(_ref) {
5725
6546
  var children = _ref.children,
5726
6547
  hasMoreOptions = _ref.hasMoreOptions,
5727
6548
  hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
5728
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
6549
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
5729
6550
 
5730
6551
  var showFooter = hasMoreOptions;
5731
6552
 
@@ -5740,11 +6561,11 @@ var CustomList = function CustomList(_ref) {
5740
6561
  }, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
5741
6562
  };
5742
6563
 
5743
- var _excluded$8 = ["loadOptions"];
6564
+ var _excluded$26 = ["loadOptions"];
5744
6565
 
5745
6566
  var AsyncSelectField = function AsyncSelectField(_ref) {
5746
6567
  var loadOptions = _ref.loadOptions,
5747
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
6568
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
5748
6569
 
5749
6570
  var _useState = useState(false),
5750
6571
  hasMoreOptions = _useState[0],
@@ -5891,7 +6712,8 @@ var DatePickerCalendar = function DatePickerCalendar(_ref) {
5891
6712
  onFocus = _ref.onFocus,
5892
6713
  tabIndex = _ref.tabIndex,
5893
6714
  showCalendar = _ref.showCalendar,
5894
- onClickOutside = _ref.onClickOutside;
6715
+ onClickOutside = _ref.onClickOutside,
6716
+ testId = _ref.testId;
5895
6717
  var inputPosition = inputNode.getBoundingClientRect();
5896
6718
  var calendarRef = useRef(null);
5897
6719
  useOnClickOutside(calendarRef, onClickOutside);
@@ -5910,7 +6732,8 @@ var DatePickerCalendar = function DatePickerCalendar(_ref) {
5910
6732
  left: inputPosition.left,
5911
6733
  top: inputPosition.top + window.scrollY + inputPosition.height + 3
5912
6734
  },
5913
- ref: calendarRef
6735
+ ref: calendarRef,
6736
+ "data-testid": testId
5914
6737
  }, React__default.createElement("div", {
5915
6738
  className: classNames.overlay
5916
6739
  }, children)));
@@ -5938,7 +6761,8 @@ var DateField = function DateField(_ref) {
5938
6761
  defaultValue = _ref.defaultValue,
5939
6762
  _ref$readOnly = _ref.readOnly,
5940
6763
  readOnly = _ref$readOnly === void 0 ? false : _ref$readOnly,
5941
- onMonthChange = _ref.onMonthChange;
6764
+ onMonthChange = _ref.onMonthChange,
6765
+ testId = _ref.testId;
5942
6766
  var inputRef = useRef();
5943
6767
 
5944
6768
  var _useState = useState(false),
@@ -6005,7 +6829,7 @@ var DateField = function DateField(_ref) {
6005
6829
  name: name,
6006
6830
  id: controllers.id,
6007
6831
  className: classnames(inputStyles['date-field'], (_classnames = {}, _classnames[inputStyles['date-field--invalid']] = hasError, _classnames)),
6008
- 'data-testid': "date-field-" + name,
6832
+ 'data-testid': testId || "date-field-" + name,
6009
6833
  'aria-describedby': hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
6010
6834
  'aria-invalid': hasError,
6011
6835
  autoComplete: 'off',
@@ -6308,7 +7132,8 @@ var DateRangeField = function DateRangeField(_ref) {
6308
7132
  _ref$readOnly = _ref.readOnly,
6309
7133
  readOnly = _ref$readOnly === void 0 ? true : _ref$readOnly,
6310
7134
  _ref$weekStart = _ref.weekStart,
6311
- weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart;
7135
+ weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart,
7136
+ testId = _ref.testId;
6312
7137
  var toInputRef = useRef(null);
6313
7138
  var controllers = useRangeFieldControllers({
6314
7139
  name: name,
@@ -6330,7 +7155,8 @@ var DateRangeField = function DateRangeField(_ref) {
6330
7155
  start = _controllers$value.start,
6331
7156
  end = _controllers$value.end;
6332
7157
  return React__default.createElement(Field, Object.assign({}, fieldProps), React__default.createElement("div", {
6333
- className: classnames(styles$z['date-range-field'], (_classnames = {}, _classnames[styles$z['date-range-field--invalid']] = hasError, _classnames[styles$z['date-range-field--disabled']] = disabled, _classnames))
7158
+ className: classnames(styles$z['date-range-field'], (_classnames = {}, _classnames[styles$z['date-range-field--invalid']] = hasError, _classnames[styles$z['date-range-field--disabled']] = disabled, _classnames)),
7159
+ "data-testid": testId
6334
7160
  }, React__default.createElement(IconCalendarAlt, {
6335
7161
  size: "medium",
6336
7162
  color: GREY400
@@ -6401,7 +7227,8 @@ var WeekField = function WeekField(_ref) {
6401
7227
  _ref$readOnly = _ref.readOnly,
6402
7228
  readOnly = _ref$readOnly === void 0 ? true : _ref$readOnly,
6403
7229
  _ref$weekStart = _ref.weekStart,
6404
- weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart;
7230
+ weekStart = _ref$weekStart === void 0 ? 0 : _ref$weekStart,
7231
+ testId = _ref.testId;
6405
7232
 
6406
7233
  var _useState = useState(null),
6407
7234
  hoverDate = _useState[0],
@@ -6505,7 +7332,7 @@ var WeekField = function WeekField(_ref) {
6505
7332
  name: name,
6506
7333
  id: controllers.id,
6507
7334
  className: classnames(inputStyles['date-field'], (_classnames = {}, _classnames[inputStyles['date-field--invalid']] = hasError, _classnames)),
6508
- 'data-testid': "week-field-" + name,
7335
+ 'data-testid': testId || "week-field-" + name,
6509
7336
  'aria-describedby': hasError ? controllers.id + "-error-message" : controllers.id + "-describer",
6510
7337
  'aria-invalid': hasError,
6511
7338
  autoComplete: 'off',
@@ -6522,14 +7349,14 @@ var WeekField = function WeekField(_ref) {
6522
7349
  })));
6523
7350
  };
6524
7351
 
6525
- var _excluded$9 = ["placeholder", "autoComplete"];
7352
+ var _excluded$27 = ["placeholder", "autoComplete"];
6526
7353
 
6527
7354
  var TimeFieldElement = function TimeFieldElement(_ref, ref) {
6528
7355
  var _ref$placeholder = _ref.placeholder,
6529
7356
  placeholder = _ref$placeholder === void 0 ? '9am' : _ref$placeholder,
6530
7357
  _ref$autoComplete = _ref.autoComplete,
6531
7358
  autoComplete = _ref$autoComplete === void 0 ? 'off' : _ref$autoComplete,
6532
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
7359
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$27);
6533
7360
 
6534
7361
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6535
7362
  placeholder: placeholder,
@@ -6550,12 +7377,12 @@ var TimeFieldElement = function TimeFieldElement(_ref, ref) {
6550
7377
 
6551
7378
  var TimeField = forwardRef(TimeFieldElement);
6552
7379
 
6553
- var _excluded$a = ["currencySymbol"];
7380
+ var _excluded$28 = ["currencySymbol"];
6554
7381
 
6555
7382
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
6556
7383
  var _ref$currencySymbol = _ref.currencySymbol,
6557
7384
  currencySymbol = _ref$currencySymbol === void 0 ? "$" : _ref$currencySymbol,
6558
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$a);
7385
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$28);
6559
7386
 
6560
7387
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6561
7388
  ref: ref
@@ -6588,7 +7415,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
6588
7415
 
6589
7416
  var CurrencyField = forwardRef(CurrencyFieldElement);
6590
7417
 
6591
- var _excluded$b = ["max", "min", "precision", "stepSize"];
7418
+ var _excluded$29 = ["max", "min", "precision", "stepSize"];
6592
7419
 
6593
7420
  var PercentageElement = function PercentageElement(_ref, ref) {
6594
7421
  var _ref$max = _ref.max,
@@ -6599,7 +7426,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
6599
7426
  precision = _ref$precision === void 0 ? 0 : _ref$precision,
6600
7427
  _ref$stepSize = _ref.stepSize,
6601
7428
  stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
6602
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$b);
7429
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$29);
6603
7430
 
6604
7431
  var _useTextField = useTextField(_extends({}, allOtherProps, {
6605
7432
  ref: ref
@@ -6779,12 +7606,14 @@ var InlineBanner = function InlineBanner(_ref) {
6779
7606
  onClose = _ref.onClose,
6780
7607
  caption = _ref.caption,
6781
7608
  primaryButton = _ref.primaryButton,
6782
- secondaryButton = _ref.secondaryButton;
7609
+ secondaryButton = _ref.secondaryButton,
7610
+ _ref$testId = _ref.testId,
7611
+ testId = _ref$testId === void 0 ? 'inline_banner' : _ref$testId;
6783
7612
  var multiLine = !!title;
6784
7613
  var dismissable = !!onClose;
6785
7614
  var Layout = multiLine ? Stack : Inline;
6786
7615
  return React__default.createElement("div", {
6787
- "data-testid": "inline_banner",
7616
+ "data-testid": testId,
6788
7617
  className: classnames(styles$A['banner'], (_classnames = {}, _classnames[styles$A['banner--info']] = theme === BANNER_THEME.INFO, _classnames[styles$A['banner--warning']] = theme === BANNER_THEME.WARNING, _classnames[styles$A['banner--success']] = theme === BANNER_THEME.SUCCESS, _classnames[styles$A['banner--danger']] = theme === BANNER_THEME.DANGER, _classnames[styles$A['banner--upsell']] = theme === BANNER_THEME.UPSELL, _classnames[styles$A['banner--single-line']] = !multiLine, _classnames))
6789
7618
  }, React__default.createElement(Inline, {
6790
7619
  alignItems: multiLine ? undefined : 'center',
@@ -6820,7 +7649,7 @@ var InlineBanner = function InlineBanner(_ref) {
6820
7649
 
6821
7650
  var styles$C = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
6822
7651
 
6823
- var _excluded$c = ["children", "theme", "title"];
7652
+ var _excluded$2a = ["children", "theme", "title", "testId"];
6824
7653
 
6825
7654
  var Badge = function Badge(_ref, forwardedRef) {
6826
7655
  var _classnames;
@@ -6828,7 +7657,8 @@ var Badge = function Badge(_ref, forwardedRef) {
6828
7657
  var children = _ref.children,
6829
7658
  theme = _ref.theme,
6830
7659
  title = _ref.title,
6831
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$c);
7660
+ testId = _ref.testId,
7661
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
6832
7662
 
6833
7663
  var internalRef = useRef(null);
6834
7664
  var ref = forwardedRef || internalRef;
@@ -6842,7 +7672,8 @@ var Badge = function Badge(_ref, forwardedRef) {
6842
7672
  ref: ref
6843
7673
  }, React__default.createElement("div", Object.assign({
6844
7674
  className: classnames(styles$C['badge'], (_classnames = {}, _classnames[styles$C['badge--success']] = theme === 'success', _classnames[styles$C['badge--danger']] = theme === 'danger', _classnames[styles$C['badge--info']] = theme === 'info', _classnames[styles$C['badge--warning']] = theme === 'warning', _classnames)),
6845
- ref: ref
7675
+ ref: ref,
7676
+ "data-testid": testId
6846
7677
  }, otherProps), children));
6847
7678
  };
6848
7679
 
@@ -6930,7 +7761,8 @@ var Avatar = function Avatar(_ref) {
6930
7761
  size = _ref$size === void 0 ? 'medium' : _ref$size,
6931
7762
  url = _ref.url,
6932
7763
  badge = _ref.badge,
6933
- alt = _ref.alt;
7764
+ alt = _ref.alt,
7765
+ testId = _ref.testId;
6934
7766
 
6935
7767
  var _useState = useState(false),
6936
7768
  showIconInsteadOfImage = _useState[0],
@@ -6946,7 +7778,8 @@ var Avatar = function Avatar(_ref) {
6946
7778
  className: classnames(styles$D['avatar'], (_classnames = {}, _classnames[styles$D['avatar--small']] = size === 'small', _classnames[styles$D['avatar--medium']] = size === 'medium', _classnames[styles$D['avatar--large']] = size === 'large', _classnames[styles$D['avatar--extra-large']] = size === 'extra-large', _classnames)),
6947
7779
  style: {
6948
7780
  backgroundColor: children || url && !showIconInsteadOfImage ? backgroundColor : defaultProfilePictureColors.backgroundColor
6949
- }
7781
+ },
7782
+ "data-testid": testId
6950
7783
  }, children || React__default.createElement(AvatarImage, {
6951
7784
  url: url,
6952
7785
  color: defaultProfilePictureColors.avatarColor,
@@ -6959,5 +7792,52 @@ var Avatar = function Avatar(_ref) {
6959
7792
  }, badge));
6960
7793
  };
6961
7794
 
6962
- export { AsyncSelectField, Avatar, Badge$1 as Badge, Button$1 as Button, Calendar, CheckboxField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateRangeField, Form, FormRow, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowUp, IconAward, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMinus, IconMinusCircle, IconMoneyBill, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Modal, ModalBody, ModalFooter, MultiSelectField, PaginationControls, PasswordField, PercentageField, PillSelectField, RadioGroupField, RadioGroupOption, ResourceTable, ResourceTableRow, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SelectField, Spinner, Stack, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, WeekField };
7795
+ var CHIP_THEME = {
7796
+ MARKETING: 'marketing',
7797
+ SUCCESS: 'success',
7798
+ UPSELL: 'upsell',
7799
+ WARNING: 'warning',
7800
+ INFO: 'info',
7801
+ DANGER: 'danger'
7802
+ };
7803
+
7804
+ var styles$F = {"chip":"_1fIeV","chip--marketing":"_V4byU","chip--success":"_37gN9","chip--upsell":"_Tw7tp","chip--warning":"_t94VZ","chip--info":"_3SmeO","chip--danger":"_2eoX0"};
7805
+
7806
+ var Chip = function Chip(_ref) {
7807
+ var _classnames;
7808
+
7809
+ var children = _ref.children,
7810
+ _ref$theme = _ref.theme,
7811
+ theme = _ref$theme === void 0 ? CHIP_THEME.MARKETING : _ref$theme,
7812
+ testId = _ref.testId;
7813
+ return React__default.createElement("div", {
7814
+ "data-testid": testId,
7815
+ className: classnames(styles$F['chip'], (_classnames = {}, _classnames[styles$F['chip--marketing']] = theme === CHIP_THEME.MARKETING, _classnames[styles$F['chip--success']] = theme === CHIP_THEME.SUCCESS, _classnames[styles$F['chip--upsell']] = theme === CHIP_THEME.UPSELL, _classnames[styles$F['chip--warning']] = theme === CHIP_THEME.WARNING, _classnames[styles$F['chip--info']] = theme === CHIP_THEME.INFO, _classnames[styles$F['chip--danger']] = theme === CHIP_THEME.DANGER, _classnames))
7816
+ }, children);
7817
+ };
7818
+
7819
+ var styles$G = {"pill":"_23q4Y","pill--default":"_niDEM","pill--success":"_IwDRB","pill--danger":"_MPji-","pill--warning":"_3S2m8","pill--info":"_2G3ML"};
7820
+
7821
+ var PILL_THEME = {
7822
+ INFO: 'info',
7823
+ SUCCESS: 'success',
7824
+ DANGER: 'danger',
7825
+ WARNING: 'warning',
7826
+ DEFAULT: 'default'
7827
+ };
7828
+
7829
+ var Pill = function Pill(_ref) {
7830
+ var _classnames;
7831
+
7832
+ var children = _ref.children,
7833
+ _ref$theme = _ref.theme,
7834
+ theme = _ref$theme === void 0 ? PILL_THEME.DEFAULT : _ref$theme,
7835
+ testId = _ref.testId;
7836
+ return React__default.createElement("div", {
7837
+ "data-testid": testId,
7838
+ className: classnames(styles$G['pill'], (_classnames = {}, _classnames[styles$G['pill--default']] = theme === PILL_THEME.DEFAULT, _classnames[styles$G['pill--warning']] = theme === PILL_THEME.WARNING, _classnames[styles$G['pill--success']] = theme === PILL_THEME.SUCCESS, _classnames[styles$G['pill--danger']] = theme === PILL_THEME.DANGER, _classnames[styles$G['pill--info']] = theme === PILL_THEME.INFO, _classnames))
7839
+ }, children);
7840
+ };
7841
+
7842
+ export { AsyncSelectField, Avatar, Badge$1 as Badge, Button$1 as Button, Calendar, CheckboxField, Chip, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateRangeField, Form, FormRow, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowUp, IconAward, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMinus, IconMinusCircle, IconMoneyBill, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Modal, ModalBody, ModalFooter, MultiSelectField, PaginationControls, PasswordField, PercentageField, Pill, PillSelectField, RadioGroupField, RadioGroupOption, ResourceTable, ResourceTableRow, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SelectField, Spinner, Stack, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, WeekField };
6963
7843
  //# sourceMappingURL=index.modern.js.map