@thecb/components 7.7.5 → 7.7.6

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 (42) hide show
  1. package/dist/index.cjs.js +775 -0
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +140 -1
  4. package/dist/index.esm.js +760 -1
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/components/atoms/icons/ArrowDownCircleIconSmall.d.ts +12 -0
  8. package/src/components/atoms/icons/ArrowDownCircleIconSmall.js +50 -0
  9. package/src/components/atoms/icons/ArrowLeftCircleIconMedium.d.ts +12 -0
  10. package/src/components/atoms/icons/ArrowLeftCircleIconMedium.js +50 -0
  11. package/src/components/atoms/icons/ArrowLeftCircleIconSmall.d.ts +12 -0
  12. package/src/components/atoms/icons/ArrowLeftCircleIconSmall.js +49 -0
  13. package/src/components/atoms/icons/ArrowRightCircleIconSmall.d.ts +12 -0
  14. package/src/components/atoms/icons/ArrowRightCircleIconSmall.js +42 -0
  15. package/src/components/atoms/icons/ArrowUpCircleIconSmall.d.ts +12 -0
  16. package/src/components/atoms/icons/ArrowUpCircleIconSmall.js +50 -0
  17. package/src/components/atoms/icons/BankIconLarge.d.ts +9 -0
  18. package/src/components/atoms/icons/BankIconLarge.js +34 -0
  19. package/src/components/atoms/icons/ChargebackIconMedium.d.ts +10 -0
  20. package/src/components/atoms/icons/ChargebackIconMedium.js +37 -0
  21. package/src/components/atoms/icons/ChargebackIconSmall.d.ts +10 -0
  22. package/src/components/atoms/icons/ChargebackIconSmall.js +37 -0
  23. package/src/components/atoms/icons/ChargebackReversalIconMedium.d.ts +12 -0
  24. package/src/components/atoms/icons/ChargebackReversalIconMedium.js +37 -0
  25. package/src/components/atoms/icons/ChargebackReversalIconSmall.d.ts +12 -0
  26. package/src/components/atoms/icons/ChargebackReversalIconSmall.js +37 -0
  27. package/src/components/atoms/icons/RefundIconMedium.d.ts +10 -0
  28. package/src/components/atoms/icons/RefundIconMedium.js +43 -0
  29. package/src/components/atoms/icons/RefundIconSmall.d.ts +10 -0
  30. package/src/components/atoms/icons/RefundIconSmall.js +43 -0
  31. package/src/components/atoms/icons/SuccessfulIconMedium.d.ts +9 -0
  32. package/src/components/atoms/icons/SuccessfulIconMedium.js +56 -0
  33. package/src/components/atoms/icons/SuccessfulIconSmall.d.ts +9 -0
  34. package/src/components/atoms/icons/SuccessfulIconSmall.js +64 -0
  35. package/src/components/atoms/icons/XCircleIconMedium.d.ts +10 -0
  36. package/src/components/atoms/icons/XCircleIconMedium.js +43 -0
  37. package/src/components/atoms/icons/XCircleIconSmall.d.ts +10 -0
  38. package/src/components/atoms/icons/XCircleIconSmall.js +43 -0
  39. package/src/components/atoms/icons/index.d.ts +16 -0
  40. package/src/components/atoms/icons/index.js +33 -1
  41. package/src/components/.DS_Store +0 -0
  42. package/src/components/molecules/.DS_Store +0 -0
package/dist/index.cjs.js CHANGED
@@ -13807,6 +13807,35 @@ var BankIcon = function BankIcon() {
13807
13807
  }));
13808
13808
  };
13809
13809
 
13810
+ var BankIconLarge = function BankIconLarge(_ref) {
13811
+ var _ref$iconIndex = _ref.iconIndex,
13812
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
13813
+ var id = "BankIconLarge-".concat(iconIndex);
13814
+ return /*#__PURE__*/React__default.createElement("svg", {
13815
+ width: "36",
13816
+ height: "24",
13817
+ viewBox: "0 0 36 24",
13818
+ fill: "none",
13819
+ xmlns: "http://www.w3.org/2000/svg"
13820
+ }, /*#__PURE__*/React__default.createElement("g", {
13821
+ clipPath: "url(#".concat(id, ")")
13822
+ }, /*#__PURE__*/React__default.createElement("path", {
13823
+ d: "M0 3C0 1.34315 1.34315 0 3 0H33C34.6569 0 36 1.34315 36 3V21C36 22.6569 34.6569 24 33 24H3C1.34315 24 0 22.6569 0 21V3Z",
13824
+ fill: "#E4F4FD"
13825
+ }), /*#__PURE__*/React__default.createElement("path", {
13826
+ fillRule: "evenodd",
13827
+ clipRule: "evenodd",
13828
+ d: "M33 1.5H3C2.17157 1.5 1.5 2.17157 1.5 3V21C1.5 21.8284 2.17157 22.5 3 22.5H33C33.8284 22.5 34.5 21.8284 34.5 21V3C34.5 2.17157 33.8284 1.5 33 1.5ZM3 0C1.34315 0 0 1.34315 0 3V21C0 22.6569 1.34315 24 3 24H33C34.6569 24 36 22.6569 36 21V3C36 1.34315 34.6569 0 33 0H3ZM23.7544 14.8335C23.6706 14.9563 23.6209 15.1293 23.6209 15.3332C23.6209 15.5465 23.5436 15.7411 23.4165 15.8885C23.349 15.9671 23.2696 16.0296 23.1834 16.0752C23.0922 16.1237 22.9909 16.1546 22.8836 16.1637C22.6961 16.1799 22.5022 16.1282 22.3391 16.0029C21.4102 15.2896 20.6945 14.8834 20.1572 14.6767C19.6165 14.4687 19.3143 14.4844 19.17 14.5249C18.988 14.576 18.7994 14.7857 18.7994 15.3332C18.7994 15.7935 18.4397 16.1665 17.9959 16.1665C17.5521 16.1665 17.1923 15.7935 17.1923 15.3332C17.1923 14.5422 17.4859 13.2709 18.7503 12.9161C19.3292 12.7536 19.9913 12.8352 20.7162 13.1141C21.2068 13.3028 21.7532 13.592 22.3632 13.9954C22.3882 13.9532 22.4147 13.9115 22.4428 13.8703C22.7715 13.3891 23.2775 13.0439 23.9432 12.9038C25.2058 12.6381 27.0336 13.1058 29.636 14.6047C30.024 14.8281 30.1638 15.3354 29.9483 15.7378C29.7329 16.1401 29.2437 16.2852 28.8557 16.0617C26.3153 14.5986 24.9289 14.397 24.2629 14.5371C23.9643 14.5999 23.8275 14.7265 23.7544 14.8335ZM26.8351 8.66659C26.8351 9.12683 26.4754 9.49992 26.0316 9.49992H17.996C17.5522 9.49992 17.1924 9.12683 17.1924 8.66659C17.1924 8.20636 17.5522 7.83327 17.996 7.83327H26.0316C26.4754 7.83327 26.8351 8.20636 26.8351 8.66659ZM8.81666 5.33333H10.8382C10.9311 5.33333 11.0201 5.37159 11.0858 5.43968C11.1514 5.50777 11.1883 5.60012 11.1883 5.69642V6.76975C11.9563 6.96326 12.6887 7.3019 13.3469 7.77398C13.4195 7.83002 13.4679 7.91348 13.4816 8.00627C13.4953 8.09906 13.4731 8.1937 13.42 8.26967L12.4001 9.76307C12.3498 9.84051 12.2725 9.89466 12.1844 9.9141C12.0964 9.93354 12.0045 9.91674 11.9282 9.86726C11.166 9.34181 10.2765 9.04965 9.36164 9.02426C8.67662 9.02426 8.34171 9.31157 8.34171 9.70308V9.73465C8.34171 10.2177 8.69184 10.4293 10.1167 10.7608C12.4427 11.288 13.898 12.071 13.898 14.0475V14.0759C13.898 15.789 12.8604 16.9502 11.1944 17.3552V18.3508C11.1944 18.3931 11.1862 18.4349 11.1704 18.4739C11.1545 18.5128 11.1312 18.548 11.102 18.5775C11.0728 18.6069 11.0381 18.63 11.0001 18.6453C10.9621 18.6606 10.9215 18.6678 10.8808 18.6665H8.77705C8.6963 18.6665 8.61885 18.6333 8.56175 18.5741C8.50466 18.5148 8.4726 18.4345 8.4726 18.3508V17.4163C7.31992 17.2199 6.22353 16.7352 5.28198 15.9955C5.24358 15.966 5.21155 15.9285 5.18791 15.8854C5.16427 15.8423 5.14954 15.7946 5.14467 15.7453C5.1398 15.696 5.1449 15.6462 5.15963 15.599C5.17436 15.5519 5.1984 15.5084 5.23023 15.4714L6.36278 14.0728C6.41845 14.0015 6.49805 13.9548 6.58558 13.9419C6.67311 13.929 6.76211 13.9509 6.83469 14.0033C7.71463 14.685 8.78089 15.0588 9.87921 15.0704C10.6495 15.0704 11.0544 14.7989 11.0544 14.3474V14.3159C11.0544 13.8644 10.7225 13.637 9.32511 13.2929C7.16045 12.7783 5.489 12.1468 5.489 9.99039V9.95881C5.489 8.27314 6.59751 6.98782 8.46654 6.66335V5.69642C8.46654 5.60012 8.50342 5.50777 8.56908 5.43968C8.63474 5.37159 8.7238 5.33333 8.81666 5.33333Z",
13829
+ fill: "#15749D"
13830
+ })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
13831
+ id: id
13832
+ }, /*#__PURE__*/React__default.createElement("rect", {
13833
+ width: "36",
13834
+ height: "24",
13835
+ fill: "white"
13836
+ }))));
13837
+ };
13838
+
13810
13839
  var GenericCard = function GenericCard() {
13811
13840
  return /*#__PURE__*/React__default.createElement("svg", {
13812
13841
  width: "28",
@@ -16499,6 +16528,736 @@ var HistoryIconSmall = function HistoryIconSmall(_ref) {
16499
16528
 
16500
16529
  var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16501
16530
 
16531
+ var ChargebackIconSmall = function ChargebackIconSmall(_ref) {
16532
+ var _ref$color = _ref.color,
16533
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16534
+ _ref$iconIndex = _ref.iconIndex,
16535
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16536
+ var id = "ChargebackIconSmall-".concat(iconIndex);
16537
+ return /*#__PURE__*/React__default.createElement("svg", {
16538
+ width: "20",
16539
+ height: "20",
16540
+ viewBox: "0 0 20 20",
16541
+ fill: "none",
16542
+ xmlns: "http://www.w3.org/2000/svg"
16543
+ }, /*#__PURE__*/React__default.createElement("circle", {
16544
+ cx: "10",
16545
+ cy: "10",
16546
+ r: "10",
16547
+ fill: color
16548
+ }), /*#__PURE__*/React__default.createElement("mask", {
16549
+ id: id,
16550
+ style: {
16551
+ maskType: "luminance"
16552
+ },
16553
+ maskUnits: "userSpaceOnUse",
16554
+ x: "2",
16555
+ y: "5",
16556
+ width: "15",
16557
+ height: "10"
16558
+ }, /*#__PURE__*/React__default.createElement("path", {
16559
+ fillRule: "evenodd",
16560
+ clipRule: "evenodd",
16561
+ d: "M6.6667 6.83325C6.6667 6.28097 7.11441 5.83325 7.6667 5.83325H15.6667C16.219 5.83325 16.6667 6.28097 16.6667 6.83325V8.33325V9.99992V13.1666C16.6667 13.7189 16.219 14.1666 15.6667 14.1666H7.6667C7.11441 14.1666 6.6667 13.7189 6.6667 13.1666V9.99992V8.33325V6.83325ZM16.0417 6.5277V8.33325H7.2917V8.26381V6.5277H16.0417ZM7.2917 13.4721V9.99992H16.0417V13.4721H7.2917ZM4.8275 8.70703C4.8275 8.26157 4.28893 8.03849 3.97395 8.35347L2.68105 9.64636C2.48579 9.84163 2.48579 10.1582 2.68105 10.3535L3.97395 11.6464C4.28893 11.9613 4.8275 11.7383 4.8275 11.2928V8.70703ZM13.4896 11.6666C13.2595 11.6666 13.0729 11.8531 13.0729 12.0833C13.0729 12.3134 13.2595 12.4999 13.4896 12.4999H14.5313C14.7614 12.4999 14.9479 12.3134 14.9479 12.0833C14.9479 11.8531 14.7614 11.6666 14.5313 11.6666H13.4896Z",
16562
+ fill: "white"
16563
+ })), /*#__PURE__*/React__default.createElement("g", {
16564
+ mask: "url(#".concat(id, ")")
16565
+ }, /*#__PURE__*/React__default.createElement("rect", {
16566
+ x: "2.5",
16567
+ y: "2.5",
16568
+ width: "15",
16569
+ height: "15",
16570
+ fill: "white"
16571
+ })));
16572
+ };
16573
+
16574
+ var ChargebackReversalIconSmall = function ChargebackReversalIconSmall(_ref) {
16575
+ var _ref$color = _ref.color,
16576
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16577
+ _ref$iconIndex = _ref.iconIndex,
16578
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16579
+ var id = "ChargebackReversalIconSmall-".concat(iconIndex);
16580
+ return /*#__PURE__*/React__default.createElement("svg", {
16581
+ width: "20",
16582
+ height: "20",
16583
+ viewBox: "0 0 20 20",
16584
+ fill: "none",
16585
+ xmlns: "http://www.w3.org/2000/svg"
16586
+ }, /*#__PURE__*/React__default.createElement("circle", {
16587
+ cx: "10",
16588
+ cy: "10",
16589
+ r: "10",
16590
+ fill: color
16591
+ }), /*#__PURE__*/React__default.createElement("mask", {
16592
+ id: id,
16593
+ style: {
16594
+ maskType: "luminance"
16595
+ },
16596
+ maskUnits: "userSpaceOnUse",
16597
+ x: "4",
16598
+ y: "5",
16599
+ width: "14",
16600
+ height: "10"
16601
+ }, /*#__PURE__*/React__default.createElement("path", {
16602
+ fillRule: "evenodd",
16603
+ clipRule: "evenodd",
16604
+ d: "M4.16669 6.83325C4.16669 6.28097 4.6144 5.83325 5.16669 5.83325H13.1667C13.719 5.83325 14.1667 6.28097 14.1667 6.83325V8.33325V9.99992V13.1666C14.1667 13.7189 13.719 14.1666 13.1667 14.1666H5.16669C4.6144 14.1666 4.16669 13.7189 4.16669 13.1666V9.99992V8.33325V6.83325ZM13.5417 6.5277V8.33325H4.79169V8.26381V6.5277H13.5417ZM4.79169 13.4721V9.99992H13.5417V13.4721H4.79169ZM15 11.2928C15 11.7383 15.5386 11.9613 15.8536 11.6464L17.1465 10.3535C17.3417 10.1582 17.3417 9.84163 17.1465 9.64636L15.8536 8.35347C15.5386 8.03849 15 8.26157 15 8.70703V11.2928ZM10.9896 11.6666C10.7595 11.6666 10.5729 11.8531 10.5729 12.0833C10.5729 12.3134 10.7595 12.4999 10.9896 12.4999H12.0313C12.2614 12.4999 12.4479 12.3134 12.4479 12.0833C12.4479 11.8531 12.2614 11.6666 12.0313 11.6666H10.9896Z",
16605
+ fill: "white"
16606
+ })), /*#__PURE__*/React__default.createElement("g", {
16607
+ mask: "url(#".concat(id, ")")
16608
+ }, /*#__PURE__*/React__default.createElement("rect", {
16609
+ x: "2.5",
16610
+ y: "2.5",
16611
+ width: "15",
16612
+ height: "15",
16613
+ fill: "white"
16614
+ })));
16615
+ };
16616
+
16617
+ var RefundIconSmall = function RefundIconSmall(_ref) {
16618
+ var _ref$color = _ref.color,
16619
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16620
+ _ref$iconIndex = _ref.iconIndex,
16621
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16622
+ var id = "RefundIconSmall-".concat(iconIndex);
16623
+ return /*#__PURE__*/React__default.createElement("svg", {
16624
+ width: "20",
16625
+ height: "20",
16626
+ viewBox: "0 0 20 20",
16627
+ fill: "none",
16628
+ xmlns: "http://www.w3.org/2000/svg"
16629
+ }, /*#__PURE__*/React__default.createElement("circle", {
16630
+ cx: "10",
16631
+ cy: "10",
16632
+ r: "10",
16633
+ fill: color
16634
+ }), /*#__PURE__*/React__default.createElement("path", {
16635
+ fillRule: "evenodd",
16636
+ clipRule: "evenodd",
16637
+ d: "M12.5812 14.0293V15H11.1768V14.0347C9.64976 13.8666 8.66331 13.1291 8.51283 11.757L10.2071 11.7245C10.3798 12.4403 11.004 12.82 11.8957 12.82C12.6983 12.82 13.2723 12.4024 13.2723 11.8438C13.2723 11.2636 12.8989 11.0249 12.1131 10.8514L10.7923 10.5748C9.56059 10.3308 8.7692 9.63124 8.75248 8.42733C8.74133 7.14751 9.76679 6.28525 11.2047 6.07375V5H12.6147V6.07918C14.0191 6.31779 14.8718 7.25054 14.8551 8.3731L13.211 8.40022C13.1107 7.70607 12.7875 7.28308 11.9292 7.28308C11.043 7.28308 10.4969 7.67354 10.4969 8.24295C10.4969 8.69848 10.7532 8.92625 11.6282 9.14859L12.9268 9.4577C14.3925 9.79935 15 10.6562 15 11.833C15 13.0152 14.0693 13.8395 12.5812 14.0293ZM7.5 11.3438C7.5 11.7558 7.02962 11.991 6.7 11.7438L4.7 10.2438C4.43333 10.0438 4.43333 9.64375 4.7 9.44375L6.7 7.94375C7.02962 7.69654 7.5 7.93173 7.5 8.34375V11.3438Z",
16638
+ fill: "white"
16639
+ }), /*#__PURE__*/React__default.createElement("mask", {
16640
+ id: id,
16641
+ style: {
16642
+ maskType: "luminance"
16643
+ },
16644
+ maskUnits: "userSpaceOnUse",
16645
+ x: "4",
16646
+ y: "5",
16647
+ width: "11",
16648
+ height: "10"
16649
+ }, /*#__PURE__*/React__default.createElement("path", {
16650
+ fillRule: "evenodd",
16651
+ clipRule: "evenodd",
16652
+ d: "M12.5812 14.0293V15H11.1768V14.0347C9.64976 13.8666 8.66331 13.1291 8.51283 11.757L10.2071 11.7245C10.3798 12.4403 11.004 12.82 11.8957 12.82C12.6983 12.82 13.2723 12.4024 13.2723 11.8438C13.2723 11.2636 12.8989 11.0249 12.1131 10.8514L10.7923 10.5748C9.56059 10.3308 8.7692 9.63124 8.75248 8.42733C8.74133 7.14751 9.76679 6.28525 11.2047 6.07375V5H12.6147V6.07918C14.0191 6.31779 14.8718 7.25054 14.8551 8.3731L13.211 8.40022C13.1107 7.70607 12.7875 7.28308 11.9292 7.28308C11.043 7.28308 10.4969 7.67354 10.4969 8.24295C10.4969 8.69848 10.7532 8.92625 11.6282 9.14859L12.9268 9.4577C14.3925 9.79935 15 10.6562 15 11.833C15 13.0152 14.0693 13.8395 12.5812 14.0293ZM7.5 11.3438C7.5 11.7558 7.02962 11.991 6.7 11.7438L4.7 10.2438C4.43333 10.0438 4.43333 9.64375 4.7 9.44375L6.7 7.94375C7.02962 7.69654 7.5 7.93173 7.5 8.34375V11.3438Z",
16653
+ fill: "white"
16654
+ })), /*#__PURE__*/React__default.createElement("g", {
16655
+ mask: "url(#".concat(id, ")")
16656
+ }, /*#__PURE__*/React__default.createElement("rect", {
16657
+ x: "2.5",
16658
+ y: "2.5",
16659
+ width: "15",
16660
+ height: "15",
16661
+ fill: "white"
16662
+ })));
16663
+ };
16664
+
16665
+ var XCircleIconSmall = function XCircleIconSmall(_ref) {
16666
+ var _ref$color = _ref.color,
16667
+ color = _ref$color === void 0 ? "#D11053" : _ref$color,
16668
+ _ref$iconIndex = _ref.iconIndex,
16669
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16670
+ var id = "XCircleIconSmall-".concat(iconIndex);
16671
+ return /*#__PURE__*/React__default.createElement("svg", {
16672
+ width: "21",
16673
+ height: "20",
16674
+ viewBox: "0 0 21 20",
16675
+ fill: "none",
16676
+ xmlns: "http://www.w3.org/2000/svg"
16677
+ }, /*#__PURE__*/React__default.createElement("circle", {
16678
+ cx: "10.5",
16679
+ cy: "10",
16680
+ r: "10",
16681
+ fill: color
16682
+ }), /*#__PURE__*/React__default.createElement("path", {
16683
+ fillRule: "evenodd",
16684
+ clipRule: "evenodd",
16685
+ d: "M13.8298 6.18691C13.6345 5.99165 13.3179 5.99165 13.1227 6.18691L10.5 8.80955L7.87739 6.18691C7.68213 5.99165 7.36554 5.99165 7.17028 6.18691L6.68691 6.67028C6.49165 6.86554 6.49165 7.18213 6.68691 7.37739L9.30955 10L6.68691 12.6227C6.49165 12.8179 6.49165 13.1345 6.68691 13.3298L7.17028 13.8131C7.36554 14.0084 7.68213 14.0084 7.87739 13.8131L10.5 11.1905L13.1227 13.8131C13.3179 14.0084 13.6345 14.0084 13.8298 13.8131L14.3131 13.3298C14.5084 13.1345 14.5084 12.8179 14.3131 12.6227L11.6905 10L14.3131 7.37739C14.5084 7.18213 14.5084 6.86554 14.3131 6.67028L13.8298 6.18691Z",
16686
+ fill: "white"
16687
+ }), /*#__PURE__*/React__default.createElement("mask", {
16688
+ id: id,
16689
+ style: {
16690
+ maskType: "luminance"
16691
+ },
16692
+ maskUnits: "userSpaceOnUse",
16693
+ x: "6",
16694
+ y: "6",
16695
+ width: "9",
16696
+ height: "8"
16697
+ }, /*#__PURE__*/React__default.createElement("path", {
16698
+ fillRule: "evenodd",
16699
+ clipRule: "evenodd",
16700
+ d: "M13.8298 6.18691C13.6345 5.99165 13.3179 5.99165 13.1227 6.18691L10.5 8.80955L7.87739 6.18691C7.68213 5.99165 7.36554 5.99165 7.17028 6.18691L6.68691 6.67028C6.49165 6.86554 6.49165 7.18213 6.68691 7.37739L9.30955 10L6.68691 12.6227C6.49165 12.8179 6.49165 13.1345 6.68691 13.3298L7.17028 13.8131C7.36554 14.0084 7.68213 14.0084 7.87739 13.8131L10.5 11.1905L13.1227 13.8131C13.3179 14.0084 13.6345 14.0084 13.8298 13.8131L14.3131 13.3298C14.5084 13.1345 14.5084 12.8179 14.3131 12.6227L11.6905 10L14.3131 7.37739C14.5084 7.18213 14.5084 6.86554 14.3131 6.67028L13.8298 6.18691Z",
16701
+ fill: "white"
16702
+ })), /*#__PURE__*/React__default.createElement("g", {
16703
+ mask: "url(#".concat(id, ")")
16704
+ }, /*#__PURE__*/React__default.createElement("path", {
16705
+ d: "M0.5 0H20.5V20H0.5V0Z",
16706
+ fill: "white"
16707
+ })));
16708
+ };
16709
+
16710
+ var SuccessfulIconSmall = function SuccessfulIconSmall(_ref) {
16711
+ var _ref$iconIndex = _ref.iconIndex,
16712
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16713
+ var mask0ID = "SuccessfulIconSmall-mask0-".concat(iconIndex);
16714
+ var mask1ID = "SuccessfulIconSmall-mask1-".concat(iconIndex);
16715
+ return /*#__PURE__*/React__default.createElement("svg", {
16716
+ width: "20",
16717
+ height: "20",
16718
+ viewBox: "0 0 20 20",
16719
+ fill: "none",
16720
+ xmlns: "http://www.w3.org/2000/svg"
16721
+ }, /*#__PURE__*/React__default.createElement("circle", {
16722
+ cx: "10",
16723
+ cy: "10",
16724
+ r: "10",
16725
+ fill: "#317D4F"
16726
+ }), /*#__PURE__*/React__default.createElement("mask", {
16727
+ id: mask0ID,
16728
+ style: {
16729
+ maskType: "luminance"
16730
+ },
16731
+ maskUnits: "userSpaceOnUse",
16732
+ x: "0",
16733
+ y: "0",
16734
+ width: "20",
16735
+ height: "20"
16736
+ }, /*#__PURE__*/React__default.createElement("circle", {
16737
+ cx: "10",
16738
+ cy: "10",
16739
+ r: "10",
16740
+ fill: "white"
16741
+ })), /*#__PURE__*/React__default.createElement("g", {
16742
+ mask: "url(#".concat(mask0ID, ")")
16743
+ }, /*#__PURE__*/React__default.createElement("path", {
16744
+ fillRule: "evenodd",
16745
+ clipRule: "evenodd",
16746
+ d: "M14.7817 6.18688C14.5864 5.99162 14.2698 5.99162 14.0746 6.18688L8.53558 11.7259L6.53211 9.72242C6.33685 9.52715 6.02027 9.52715 5.825 9.72242L5.3536 10.1938C5.15834 10.3891 5.15834 10.7057 5.3536 10.9009L7.71062 13.2579L8.18203 13.7294C8.37729 13.9246 8.69387 13.9246 8.88913 13.7294L9.36054 13.258C9.36068 13.2578 9.36082 13.2577 9.36096 13.2575L15.2531 7.36539C15.4484 7.17013 15.4484 6.85355 15.2531 6.65829L14.7817 6.18688Z",
16747
+ fill: "white"
16748
+ }), /*#__PURE__*/React__default.createElement("mask", {
16749
+ id: mask1ID,
16750
+ style: {
16751
+ maskType: "luminance"
16752
+ },
16753
+ maskUnits: "userSpaceOnUse",
16754
+ x: "5",
16755
+ y: "6",
16756
+ width: "11",
16757
+ height: "8"
16758
+ }, /*#__PURE__*/React__default.createElement("path", {
16759
+ fillRule: "evenodd",
16760
+ clipRule: "evenodd",
16761
+ d: "M14.7817 6.18688C14.5864 5.99162 14.2698 5.99162 14.0746 6.18688L8.53558 11.7259L6.53211 9.72242C6.33685 9.52715 6.02027 9.52715 5.825 9.72242L5.3536 10.1938C5.15834 10.3891 5.15834 10.7057 5.3536 10.9009L7.71062 13.2579L8.18203 13.7294C8.37729 13.9246 8.69387 13.9246 8.88913 13.7294L9.36054 13.258C9.36068 13.2578 9.36082 13.2577 9.36096 13.2575L15.2531 7.36539C15.4484 7.17013 15.4484 6.85355 15.2531 6.65829L14.7817 6.18688Z",
16762
+ fill: "white"
16763
+ })), /*#__PURE__*/React__default.createElement("g", {
16764
+ mask: "url(#".concat(mask1ID, ")")
16765
+ }, /*#__PURE__*/React__default.createElement("rect", {
16766
+ x: "1.66669",
16767
+ y: "1.66666",
16768
+ width: "16.6667",
16769
+ height: "16.6667",
16770
+ fill: "white"
16771
+ }))));
16772
+ };
16773
+
16774
+ var ArrowLeftCircleIconSmall = function ArrowLeftCircleIconSmall(_ref) {
16775
+ var _ref$color = _ref.color,
16776
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16777
+ _ref$iconIndex = _ref.iconIndex,
16778
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16779
+ var id = "ArrowLeftCircleIconSmall-".concat(iconIndex);
16780
+ return /*#__PURE__*/React__default.createElement("svg", {
16781
+ width: "20",
16782
+ height: "20",
16783
+ viewBox: "0 0 20 20",
16784
+ fill: "none",
16785
+ xmlns: "http://www.w3.org/2000/svg"
16786
+ }, /*#__PURE__*/React__default.createElement("circle", {
16787
+ cx: "10",
16788
+ cy: "10",
16789
+ r: "10",
16790
+ fill: color
16791
+ }), /*#__PURE__*/React__default.createElement("path", {
16792
+ fillRule: "evenodd",
16793
+ clipRule: "evenodd",
16794
+ d: "M10.528 14.472C10.7232 14.2768 10.7233 13.9605 10.5283 13.7652L7.39375 10.625H14.5C14.7761 10.625 15 10.4011 15 10.125V9.875C15 9.59886 14.7761 9.375 14.5 9.375H7.39375L10.5283 6.2348C10.7233 6.03949 10.7232 5.72315 10.528 5.52801L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L10.528 14.472Z",
16795
+ fill: "white"
16796
+ }), /*#__PURE__*/React__default.createElement("mask", {
16797
+ id: id,
16798
+ style: {
16799
+ maskType: "luminance"
16800
+ },
16801
+ maskUnits: "userSpaceOnUse",
16802
+ x: "5",
16803
+ y: "5",
16804
+ width: "10",
16805
+ height: "10"
16806
+ }, /*#__PURE__*/React__default.createElement("path", {
16807
+ fillRule: "evenodd",
16808
+ clipRule: "evenodd",
16809
+ d: "M10.528 14.472C10.7232 14.2768 10.7233 13.9605 10.5283 13.7652L7.39375 10.625H14.5C14.7761 10.625 15 10.4011 15 10.125V9.875C15 9.59886 14.7761 9.375 14.5 9.375H7.39375L10.5283 6.2348C10.7233 6.03949 10.7232 5.72315 10.528 5.52801L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L10.528 14.472Z",
16810
+ fill: "white"
16811
+ })), /*#__PURE__*/React__default.createElement("g", {
16812
+ mask: "url(#".concat(id, ")")
16813
+ }, /*#__PURE__*/React__default.createElement("rect", {
16814
+ x: "17.5",
16815
+ y: "17.5",
16816
+ width: "15",
16817
+ height: "15",
16818
+ transform: "rotate(180 17.5 17.5)",
16819
+ fill: "white"
16820
+ })));
16821
+ };
16822
+
16823
+ var ArrowRightCircleIconSmall = function ArrowRightCircleIconSmall(_ref) {
16824
+ var _ref$color = _ref.color,
16825
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16826
+ _ref$iconIndex = _ref.iconIndex,
16827
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16828
+ var id = "ArrowRightCircleIconSmall-".concat(iconIndex);
16829
+ return /*#__PURE__*/React__default.createElement("svg", {
16830
+ width: "20",
16831
+ height: "20",
16832
+ viewBox: "0 0 20 20",
16833
+ fill: "none",
16834
+ xmlns: "http://www.w3.org/2000/svg"
16835
+ }, /*#__PURE__*/React__default.createElement("circle", {
16836
+ cx: "10",
16837
+ cy: "10",
16838
+ r: "10",
16839
+ fill: color
16840
+ }), /*#__PURE__*/React__default.createElement("path", {
16841
+ fillRule: "evenodd",
16842
+ clipRule: "evenodd",
16843
+ d: "M9.47199 5.52801C9.27685 5.72315 9.27671 6.03949 9.47167 6.2348L12.6062 9.375H5.5C5.22386 9.375 5 9.59886 5 9.875V10.125C5 10.4011 5.22386 10.625 5.5 10.625H12.6062L9.47167 13.7652C9.27671 13.9605 9.27685 14.2768 9.47199 14.472L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L9.47199 5.52801Z",
16844
+ fill: "white"
16845
+ }), /*#__PURE__*/React__default.createElement("mask", {
16846
+ id: id,
16847
+ style: {
16848
+ maskType: "luminance"
16849
+ },
16850
+ maskUnits: "userSpaceOnUse",
16851
+ x: "5",
16852
+ y: "5",
16853
+ width: "10",
16854
+ height: "10"
16855
+ }, /*#__PURE__*/React__default.createElement("path", {
16856
+ fillRule: "evenodd",
16857
+ clipRule: "evenodd",
16858
+ d: "M9.47199 5.52801C9.27685 5.72315 9.27671 6.03949 9.47167 6.2348L12.6062 9.375H5.5C5.22386 9.375 5 9.59886 5 9.875V10.125C5 10.4011 5.22386 10.625 5.5 10.625H12.6062L9.47167 13.7652C9.27671 13.9605 9.27685 14.2768 9.47199 14.472L9.64645 14.6464C9.84171 14.8417 10.1583 14.8417 10.3536 14.6464L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L9.47199 5.52801Z",
16859
+ fill: "white"
16860
+ })), /*#__PURE__*/React__default.createElement("g", {
16861
+ mask: "url(#".concat(id, ")")
16862
+ }, /*#__PURE__*/React__default.createElement("rect", {
16863
+ x: "2.5",
16864
+ y: "2.5",
16865
+ width: "15",
16866
+ height: "15",
16867
+ fill: "white"
16868
+ })));
16869
+ };
16870
+
16871
+ var ArrowUpCircleIconSmall = function ArrowUpCircleIconSmall(_ref) {
16872
+ var _ref$color = _ref.color,
16873
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16874
+ _ref$iconIndex = _ref.iconIndex,
16875
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16876
+ var id = "ArrowUpCircleIconSmall-".concat(iconIndex);
16877
+ return /*#__PURE__*/React__default.createElement("svg", {
16878
+ width: "20",
16879
+ height: "20",
16880
+ viewBox: "0 0 20 20",
16881
+ fill: "none",
16882
+ xmlns: "http://www.w3.org/2000/svg"
16883
+ }, /*#__PURE__*/React__default.createElement("circle", {
16884
+ cx: "10",
16885
+ cy: "10",
16886
+ r: "10",
16887
+ fill: color
16888
+ }), /*#__PURE__*/React__default.createElement("path", {
16889
+ fillRule: "evenodd",
16890
+ clipRule: "evenodd",
16891
+ d: "M5.52801 10.528C5.72315 10.7232 6.03949 10.7233 6.2348 10.5283L9.375 7.39375L9.375 14.5C9.375 14.7761 9.59886 15 9.875 15H10.125C10.4011 15 10.625 14.7761 10.625 14.5L10.625 7.39375L13.7652 10.5283C13.9605 10.7233 14.2768 10.7232 14.472 10.528L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L5.52801 10.528Z",
16892
+ fill: "white"
16893
+ }), /*#__PURE__*/React__default.createElement("mask", {
16894
+ id: id,
16895
+ style: {
16896
+ maskType: "luminance"
16897
+ },
16898
+ maskUnits: "userSpaceOnUse",
16899
+ x: "5",
16900
+ y: "5",
16901
+ width: "10",
16902
+ height: "10"
16903
+ }, /*#__PURE__*/React__default.createElement("path", {
16904
+ fillRule: "evenodd",
16905
+ clipRule: "evenodd",
16906
+ d: "M5.52801 10.528C5.72315 10.7232 6.03949 10.7233 6.2348 10.5283L9.375 7.39375L9.375 14.5C9.375 14.7761 9.59886 15 9.875 15H10.125C10.4011 15 10.625 14.7761 10.625 14.5L10.625 7.39375L13.7652 10.5283C13.9605 10.7233 14.2768 10.7232 14.472 10.528L14.6464 10.3536C14.8417 10.1583 14.8417 9.84171 14.6464 9.64645L10.3536 5.35355C10.1583 5.15829 9.84171 5.15829 9.64645 5.35355L5.35355 9.64645C5.15829 9.84171 5.15829 10.1583 5.35355 10.3536L5.52801 10.528Z",
16907
+ fill: "white"
16908
+ })), /*#__PURE__*/React__default.createElement("g", {
16909
+ mask: "url(#".concat(id, ")")
16910
+ }, /*#__PURE__*/React__default.createElement("rect", {
16911
+ x: "2.5",
16912
+ y: "17.5",
16913
+ width: "15",
16914
+ height: "15",
16915
+ transform: "rotate(-90 2.5 17.5)",
16916
+ fill: "white"
16917
+ })));
16918
+ };
16919
+
16920
+ var ArrowDownCircleIconSmall = function ArrowDownCircleIconSmall(_ref) {
16921
+ var _ref$color = _ref.color,
16922
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
16923
+ _ref$iconIndex = _ref.iconIndex,
16924
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16925
+ var id = "ArrowDownCircleIconSmall-".concat(iconIndex);
16926
+ return /*#__PURE__*/React__default.createElement("svg", {
16927
+ width: "20",
16928
+ height: "20",
16929
+ viewBox: "0 0 20 20",
16930
+ fill: "none",
16931
+ xmlns: "http://www.w3.org/2000/svg"
16932
+ }, /*#__PURE__*/React__default.createElement("circle", {
16933
+ cx: "10",
16934
+ cy: "10",
16935
+ r: "10",
16936
+ fill: color
16937
+ }), /*#__PURE__*/React__default.createElement("path", {
16938
+ fillRule: "evenodd",
16939
+ clipRule: "evenodd",
16940
+ d: "M14.6696 9.47199C14.4745 9.27685 14.1581 9.27671 13.9628 9.47167L10.8226 12.6062V5.5C10.8226 5.22386 10.5988 5 10.3226 5H10.0726C9.79649 5 9.57263 5.22386 9.57263 5.5V12.6062L6.43244 9.47167C6.23712 9.27671 5.92078 9.27685 5.72564 9.47199L5.55119 9.64645C5.35592 9.84171 5.35592 10.1583 5.55119 10.3536L9.84408 14.6464C10.0393 14.8417 10.3559 14.8417 10.5512 14.6464L14.8441 10.3536C15.0393 10.1583 15.0393 9.84171 14.8441 9.64645L14.6696 9.47199Z",
16941
+ fill: "white"
16942
+ }), /*#__PURE__*/React__default.createElement("mask", {
16943
+ id: id,
16944
+ style: {
16945
+ maskType: "luminance"
16946
+ },
16947
+ maskUnits: "userSpaceOnUse",
16948
+ x: "5",
16949
+ y: "5",
16950
+ width: "10",
16951
+ height: "10"
16952
+ }, /*#__PURE__*/React__default.createElement("path", {
16953
+ fillRule: "evenodd",
16954
+ clipRule: "evenodd",
16955
+ d: "M14.6696 9.47199C14.4745 9.27685 14.1581 9.27671 13.9628 9.47167L10.8226 12.6062V5.5C10.8226 5.22386 10.5988 5 10.3226 5H10.0726C9.79649 5 9.57263 5.22386 9.57263 5.5V12.6062L6.43244 9.47167C6.23712 9.27671 5.92078 9.27685 5.72564 9.47199L5.55119 9.64645C5.35592 9.84171 5.35592 10.1583 5.55119 10.3536L9.84408 14.6464C10.0393 14.8417 10.3559 14.8417 10.5512 14.6464L14.8441 10.3536C15.0393 10.1583 15.0393 9.84171 14.8441 9.64645L14.6696 9.47199Z",
16956
+ fill: "white"
16957
+ })), /*#__PURE__*/React__default.createElement("g", {
16958
+ mask: "url(#".concat(id, ")")
16959
+ }, /*#__PURE__*/React__default.createElement("rect", {
16960
+ x: "17.6976",
16961
+ y: "2.5",
16962
+ width: "15",
16963
+ height: "15",
16964
+ transform: "rotate(90 17.6976 2.5)",
16965
+ fill: "white"
16966
+ })));
16967
+ };
16968
+
16969
+ var SuccessfulIconMedium = function SuccessfulIconMedium(_ref) {
16970
+ var _ref$iconIndex = _ref.iconIndex,
16971
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
16972
+ var mask0ID = "SuccessfulIconMedium-mask0-".concat(iconIndex);
16973
+ var mask1ID = "SuccessfulIconMedium-mask1-".concat(iconIndex);
16974
+ return /*#__PURE__*/React__default.createElement("svg", {
16975
+ width: "24",
16976
+ height: "24",
16977
+ viewBox: "0 0 24 24",
16978
+ fill: "none",
16979
+ xmlns: "http://www.w3.org/2000/svg"
16980
+ }, /*#__PURE__*/React__default.createElement("circle", {
16981
+ cx: "12",
16982
+ cy: "12",
16983
+ r: "12",
16984
+ fill: "#317D4F"
16985
+ }), /*#__PURE__*/React__default.createElement("mask", {
16986
+ id: mask0ID,
16987
+ style: {
16988
+ maskType: "luminance"
16989
+ },
16990
+ maskUnits: "userSpaceOnUse",
16991
+ x: "0",
16992
+ y: "0",
16993
+ width: "24",
16994
+ height: "24"
16995
+ }, /*#__PURE__*/React__default.createElement("circle", {
16996
+ cx: "12",
16997
+ cy: "12",
16998
+ r: "12",
16999
+ fill: "white"
17000
+ })), /*#__PURE__*/React__default.createElement("g", {
17001
+ mask: "url(#".concat(mask0ID, ")")
17002
+ }, /*#__PURE__*/React__default.createElement("path", {
17003
+ fillRule: "evenodd",
17004
+ clipRule: "evenodd",
17005
+ d: "M17.6672 7.35354C17.472 7.15828 17.1554 7.15828 16.9601 7.35354L10.2426 14.0711L7.76775 11.5962C7.57249 11.4009 7.25591 11.4009 7.06065 11.5962L6.35354 12.3033C6.15828 12.4985 6.15828 12.8151 6.35354 13.0104L9.18167 15.8385C9.18177 15.8386 9.18187 15.8387 9.18197 15.8388L9.88907 16.5459C10.0843 16.7412 10.4009 16.7412 10.5962 16.5459L11.3033 15.8388C11.3034 15.8387 11.3036 15.8386 11.3037 15.8384L18.3744 8.76775C18.5696 8.57249 18.5696 8.25591 18.3744 8.06065L17.6672 7.35354Z",
17006
+ fill: "white"
17007
+ }), /*#__PURE__*/React__default.createElement("mask", {
17008
+ id: mask1ID,
17009
+ style: {
17010
+ maskType: "luminance"
17011
+ },
17012
+ maskUnits: "userSpaceOnUse",
17013
+ x: "6",
17014
+ y: "7",
17015
+ width: "13",
17016
+ height: "10"
17017
+ }, /*#__PURE__*/React__default.createElement("path", {
17018
+ fillRule: "evenodd",
17019
+ clipRule: "evenodd",
17020
+ d: "M17.6672 7.35354C17.472 7.15828 17.1554 7.15828 16.9601 7.35354L10.2426 14.0711L7.76775 11.5962C7.57249 11.4009 7.25591 11.4009 7.06065 11.5962L6.35354 12.3033C6.15828 12.4985 6.15828 12.8151 6.35354 13.0104L9.18167 15.8385C9.18177 15.8386 9.18187 15.8387 9.18197 15.8388L9.88907 16.5459C10.0843 16.7412 10.4009 16.7412 10.5962 16.5459L11.3033 15.8388C11.3034 15.8387 11.3036 15.8386 11.3037 15.8384L18.3744 8.76775C18.5696 8.57249 18.5696 8.25591 18.3744 8.06065L17.6672 7.35354Z",
17021
+ fill: "white"
17022
+ })), /*#__PURE__*/React__default.createElement("g", {
17023
+ mask: "url(#".concat(mask1ID, ")")
17024
+ }, /*#__PURE__*/React__default.createElement("rect", {
17025
+ x: "2",
17026
+ y: "2",
17027
+ width: "20",
17028
+ height: "20",
17029
+ fill: "white"
17030
+ }))));
17031
+ };
17032
+
17033
+ var XCircleIconMedium = function XCircleIconMedium(_ref) {
17034
+ var _ref$color = _ref.color,
17035
+ color = _ref$color === void 0 ? "#D11053" : _ref$color,
17036
+ _ref$iconIndex = _ref.iconIndex,
17037
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17038
+ var id = "XCircleIconMedium-".concat(iconIndex);
17039
+ return /*#__PURE__*/React__default.createElement("svg", {
17040
+ width: "24",
17041
+ height: "24",
17042
+ viewBox: "0 0 24 24",
17043
+ fill: "none",
17044
+ xmlns: "http://www.w3.org/2000/svg"
17045
+ }, /*#__PURE__*/React__default.createElement("circle", {
17046
+ cx: "12",
17047
+ cy: "12",
17048
+ r: "12",
17049
+ fill: color
17050
+ }), /*#__PURE__*/React__default.createElement("path", {
17051
+ fillRule: "evenodd",
17052
+ clipRule: "evenodd",
17053
+ d: "M7.35355 8.07502C7.15829 8.27028 7.15829 8.58686 7.35355 8.78212L10.5714 12L7.35355 15.2179C7.15829 15.4131 7.15829 15.7297 7.35355 15.925L8.07502 16.6464C8.27028 16.8417 8.58686 16.8417 8.78212 16.6464L12 13.4286L15.2179 16.6464C15.4131 16.8417 15.7297 16.8417 15.925 16.6464L16.6464 15.925C16.8417 15.7297 16.8417 15.4131 16.6464 15.2179L13.4286 12L16.6464 8.78212C16.8417 8.58686 16.8417 8.27028 16.6464 8.07502L15.925 7.35355C15.7297 7.15829 15.4131 7.15829 15.2179 7.35355L12 10.5714L8.78212 7.35355C8.58686 7.15829 8.27028 7.15829 8.07502 7.35355L7.35355 8.07502Z",
17054
+ fill: "white"
17055
+ }), /*#__PURE__*/React__default.createElement("mask", {
17056
+ id: id,
17057
+ style: {
17058
+ maskType: "luminance"
17059
+ },
17060
+ maskUnits: "userSpaceOnUse",
17061
+ x: "7",
17062
+ y: "7",
17063
+ width: "10",
17064
+ height: "10"
17065
+ }, /*#__PURE__*/React__default.createElement("path", {
17066
+ fillRule: "evenodd",
17067
+ clipRule: "evenodd",
17068
+ d: "M7.35355 8.07502C7.15829 8.27028 7.15829 8.58686 7.35355 8.78212L10.5714 12L7.35355 15.2179C7.15829 15.4131 7.15829 15.7297 7.35355 15.925L8.07502 16.6464C8.27028 16.8417 8.58686 16.8417 8.78212 16.6464L12 13.4286L15.2179 16.6464C15.4131 16.8417 15.7297 16.8417 15.925 16.6464L16.6464 15.925C16.8417 15.7297 16.8417 15.4131 16.6464 15.2179L13.4286 12L16.6464 8.78212C16.8417 8.58686 16.8417 8.27028 16.6464 8.07502L15.925 7.35355C15.7297 7.15829 15.4131 7.15829 15.2179 7.35355L12 10.5714L8.78212 7.35355C8.58686 7.15829 8.27028 7.15829 8.07502 7.35355L7.35355 8.07502Z",
17069
+ fill: "white"
17070
+ })), /*#__PURE__*/React__default.createElement("g", {
17071
+ mask: "url(#".concat(id, ")")
17072
+ }, /*#__PURE__*/React__default.createElement("path", {
17073
+ d: "M0 0H24V24H0V0Z",
17074
+ fill: "white"
17075
+ })));
17076
+ };
17077
+
17078
+ var RefundIconMedium = function RefundIconMedium(_ref) {
17079
+ var _ref$color = _ref.color,
17080
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
17081
+ _ref$iconIndex = _ref.iconIndex,
17082
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17083
+ var id = "RefundIconMedium-".concat(iconIndex);
17084
+ return /*#__PURE__*/React__default.createElement("svg", {
17085
+ width: "24",
17086
+ height: "24",
17087
+ viewBox: "0 0 24 24",
17088
+ fill: "none",
17089
+ xmlns: "http://www.w3.org/2000/svg"
17090
+ }, /*#__PURE__*/React__default.createElement("circle", {
17091
+ cx: "12",
17092
+ cy: "12",
17093
+ r: "12",
17094
+ fill: color
17095
+ }), /*#__PURE__*/React__default.createElement("path", {
17096
+ fillRule: "evenodd",
17097
+ clipRule: "evenodd",
17098
+ d: "M15.0975 16.8351V18H13.4122V16.8416C11.5797 16.6399 10.396 15.7549 10.2154 14.1085L12.2485 14.0694C12.4558 14.9284 13.2049 15.3839 14.2749 15.3839C15.2379 15.3839 15.9268 14.8829 15.9268 14.2126C15.9268 13.5163 15.4787 13.2299 14.5357 13.0217L12.9507 12.6898C11.4727 12.397 10.523 11.5575 10.503 10.1128C10.4896 8.57701 11.7202 7.5423 13.4456 7.2885V6H15.1376V7.29501C16.823 7.58134 17.8462 8.70065 17.8261 10.0477L15.8532 10.0803C15.7328 9.24729 15.345 8.7397 14.315 8.7397C13.2517 8.7397 12.5963 9.20824 12.5963 9.89154C12.5963 10.4382 12.9039 10.7115 13.9539 10.9783L15.5121 11.3492C17.271 11.7592 18 12.7874 18 14.1996C18 15.6182 16.8831 16.6074 15.0975 16.8351ZM9.00001 13.8125C9.00001 14.2245 8.52963 14.4597 8.20001 14.2125L5.53334 12.2125C5.26668 12.0125 5.26668 11.6125 5.53334 11.4125L8.20001 9.4125C8.52963 9.16529 9.00001 9.40048 9.00001 9.8125V13.8125Z",
17099
+ fill: "white"
17100
+ }), /*#__PURE__*/React__default.createElement("mask", {
17101
+ id: id,
17102
+ style: {
17103
+ maskType: "luminance"
17104
+ },
17105
+ maskUnits: "userSpaceOnUse",
17106
+ x: "5",
17107
+ y: "6",
17108
+ width: "13",
17109
+ height: "12"
17110
+ }, /*#__PURE__*/React__default.createElement("path", {
17111
+ fillRule: "evenodd",
17112
+ clipRule: "evenodd",
17113
+ d: "M15.0975 16.8351V18H13.4122V16.8416C11.5797 16.6399 10.396 15.7549 10.2154 14.1085L12.2485 14.0694C12.4558 14.9284 13.2049 15.3839 14.2749 15.3839C15.2379 15.3839 15.9268 14.8829 15.9268 14.2126C15.9268 13.5163 15.4787 13.2299 14.5357 13.0217L12.9507 12.6898C11.4727 12.397 10.523 11.5575 10.503 10.1128C10.4896 8.57701 11.7202 7.5423 13.4456 7.2885V6H15.1376V7.29501C16.823 7.58134 17.8462 8.70065 17.8261 10.0477L15.8532 10.0803C15.7328 9.24729 15.345 8.7397 14.315 8.7397C13.2517 8.7397 12.5963 9.20824 12.5963 9.89154C12.5963 10.4382 12.9039 10.7115 13.9539 10.9783L15.5121 11.3492C17.271 11.7592 18 12.7874 18 14.1996C18 15.6182 16.8831 16.6074 15.0975 16.8351ZM9.00001 13.8125C9.00001 14.2245 8.52963 14.4597 8.20001 14.2125L5.53334 12.2125C5.26668 12.0125 5.26668 11.6125 5.53334 11.4125L8.20001 9.4125C8.52963 9.16529 9.00001 9.40048 9.00001 9.8125V13.8125Z",
17114
+ fill: "white"
17115
+ })), /*#__PURE__*/React__default.createElement("g", {
17116
+ mask: "url(#".concat(id, ")")
17117
+ }, /*#__PURE__*/React__default.createElement("rect", {
17118
+ x: "3",
17119
+ y: "3",
17120
+ width: "18",
17121
+ height: "18",
17122
+ fill: "white"
17123
+ })));
17124
+ };
17125
+
17126
+ var ArrowLeftCircleIconMedium = function ArrowLeftCircleIconMedium(_ref) {
17127
+ var _ref$color = _ref.color,
17128
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
17129
+ _ref$iconIndex = _ref.iconIndex,
17130
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17131
+ var id = "ArrowLeftCircleIconMedium-".concat(iconIndex);
17132
+ return /*#__PURE__*/React__default.createElement("svg", {
17133
+ width: "24",
17134
+ height: "24",
17135
+ viewBox: "0 0 24 24",
17136
+ fill: "none",
17137
+ xmlns: "http://www.w3.org/2000/svg"
17138
+ }, /*#__PURE__*/React__default.createElement("circle", {
17139
+ cx: "12",
17140
+ cy: "12",
17141
+ r: "12",
17142
+ fill: color
17143
+ }), /*#__PURE__*/React__default.createElement("path", {
17144
+ fillRule: "evenodd",
17145
+ clipRule: "evenodd",
17146
+ d: "M12.7043 17.2957C12.8994 17.1006 12.8995 16.7843 12.7046 16.5889L8.8725 12.75H17.5C17.7761 12.75 18 12.5261 18 12.25V11.75C18 11.4739 17.7761 11.25 17.5 11.25H8.8725L12.7046 7.41105C12.8995 7.21574 12.8994 6.8994 12.7043 6.70426L12.3536 6.35355C12.1583 6.15829 11.8417 6.15829 11.6464 6.35355L6.35355 11.6464C6.15829 11.8417 6.15829 12.1583 6.35355 12.3536L11.6464 17.6464C11.8417 17.8417 12.1583 17.8417 12.3536 17.6464L12.7043 17.2957Z",
17147
+ fill: "white"
17148
+ }), /*#__PURE__*/React__default.createElement("mask", {
17149
+ id: id,
17150
+ style: {
17151
+ maskType: "luminance"
17152
+ },
17153
+ maskUnits: "userSpaceOnUse",
17154
+ x: "6",
17155
+ y: "6",
17156
+ width: "12",
17157
+ height: "12"
17158
+ }, /*#__PURE__*/React__default.createElement("path", {
17159
+ fillRule: "evenodd",
17160
+ clipRule: "evenodd",
17161
+ d: "M12.7043 17.2957C12.8994 17.1006 12.8995 16.7843 12.7046 16.5889L8.8725 12.75H17.5C17.7761 12.75 18 12.5261 18 12.25V11.75C18 11.4739 17.7761 11.25 17.5 11.25H8.8725L12.7046 7.41105C12.8995 7.21574 12.8994 6.8994 12.7043 6.70426L12.3536 6.35355C12.1583 6.15829 11.8417 6.15829 11.6464 6.35355L6.35355 11.6464C6.15829 11.8417 6.15829 12.1583 6.35355 12.3536L11.6464 17.6464C11.8417 17.8417 12.1583 17.8417 12.3536 17.6464L12.7043 17.2957Z",
17162
+ fill: "white"
17163
+ })), /*#__PURE__*/React__default.createElement("g", {
17164
+ mask: "url(#".concat(id, ")")
17165
+ }, /*#__PURE__*/React__default.createElement("rect", {
17166
+ x: "21",
17167
+ y: "21",
17168
+ width: "18",
17169
+ height: "18",
17170
+ transform: "rotate(180 21 21)",
17171
+ fill: "white"
17172
+ })));
17173
+ };
17174
+
17175
+ var ChargebackIconMedium = function ChargebackIconMedium(_ref) {
17176
+ var _ref$color = _ref.color,
17177
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
17178
+ _ref$iconIndex = _ref.iconIndex,
17179
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17180
+ var id = "ChargebackIconMedium-".concat(iconIndex);
17181
+ return /*#__PURE__*/React__default.createElement("svg", {
17182
+ width: "24",
17183
+ height: "24",
17184
+ viewBox: "0 0 24 24",
17185
+ fill: "none",
17186
+ xmlns: "http://www.w3.org/2000/svg"
17187
+ }, /*#__PURE__*/React__default.createElement("circle", {
17188
+ cx: "12",
17189
+ cy: "12",
17190
+ r: "12",
17191
+ fill: color
17192
+ }), /*#__PURE__*/React__default.createElement("mask", {
17193
+ id: id,
17194
+ style: {
17195
+ maskType: "luminance"
17196
+ },
17197
+ maskUnits: "userSpaceOnUse",
17198
+ x: "3",
17199
+ y: "7",
17200
+ width: "17",
17201
+ height: "10"
17202
+ }, /*#__PURE__*/React__default.createElement("path", {
17203
+ fillRule: "evenodd",
17204
+ clipRule: "evenodd",
17205
+ d: "M7.99999 8C7.99999 7.44772 8.4477 7 8.99999 7H19C19.5523 7 20 7.44772 20 8V10V12V16C20 16.5523 19.5523 17 19 17H8.99999C8.4477 17 7.99999 16.5523 7.99999 16V12V10V8ZM19.25 7.83333V10H8.74999V9.91667V7.83333H19.25ZM8.74999 16.1667V12H19.25V16.1667H8.74999ZM5.79295 10.2071C5.79295 9.76165 5.25438 9.53857 4.9394 9.85355L3.14651 11.6464C2.95125 11.8417 2.95125 12.1583 3.14651 12.3536L4.9394 14.1464C5.25438 14.4614 5.79295 14.2383 5.79295 13.7929V10.2071ZM16.1875 14C15.9113 14 15.6875 14.2239 15.6875 14.5C15.6875 14.7761 15.9113 15 16.1875 15H17.4375C17.7136 15 17.9375 14.7761 17.9375 14.5C17.9375 14.2239 17.7136 14 17.4375 14H16.1875Z",
17206
+ fill: "white"
17207
+ })), /*#__PURE__*/React__default.createElement("g", {
17208
+ mask: "url(#".concat(id, ")")
17209
+ }, /*#__PURE__*/React__default.createElement("rect", {
17210
+ x: "3",
17211
+ y: "3",
17212
+ width: "18",
17213
+ height: "18",
17214
+ fill: "white"
17215
+ })));
17216
+ };
17217
+
17218
+ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
17219
+ var _ref$color = _ref.color,
17220
+ color = _ref$color === void 0 ? "#15749D" : _ref$color,
17221
+ _ref$iconIndex = _ref.iconIndex,
17222
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17223
+ var id = "ChargebackReversalIconMedium-".concat(iconIndex);
17224
+ return /*#__PURE__*/React__default.createElement("svg", {
17225
+ width: "24",
17226
+ height: "24",
17227
+ viewBox: "0 0 24 24",
17228
+ fill: "none",
17229
+ xmlns: "http://www.w3.org/2000/svg"
17230
+ }, /*#__PURE__*/React__default.createElement("circle", {
17231
+ cx: "12",
17232
+ cy: "12",
17233
+ r: "12",
17234
+ fill: color
17235
+ }), /*#__PURE__*/React__default.createElement("mask", {
17236
+ id: id,
17237
+ style: {
17238
+ maskType: "luminance"
17239
+ },
17240
+ maskUnits: "userSpaceOnUse",
17241
+ x: "5",
17242
+ y: "7",
17243
+ width: "16",
17244
+ height: "10"
17245
+ }, /*#__PURE__*/React__default.createElement("path", {
17246
+ fillRule: "evenodd",
17247
+ clipRule: "evenodd",
17248
+ d: "M5 8C5 7.44772 5.44772 7 6 7H16C16.5523 7 17 7.44772 17 8V10V12V16C17 16.5523 16.5523 17 16 17H6C5.44772 17 5 16.5523 5 16V12V10V8ZM16.25 7.83333V10H5.75V9.91667V7.83333H16.25ZM5.75 16.1667V12H16.25V16.1667H5.75ZM18 13.7929C18 14.2383 18.5386 14.4614 18.8536 14.1464L20.6464 12.3536C20.8417 12.1583 20.8417 11.8417 20.6464 11.6464L18.8536 9.85355C18.5386 9.53857 18 9.76165 18 10.2071V13.7929ZM13.1875 14C12.9114 14 12.6875 14.2239 12.6875 14.5C12.6875 14.7761 12.9114 15 13.1875 15H14.4375C14.7136 15 14.9375 14.7761 14.9375 14.5C14.9375 14.2239 14.7136 14 14.4375 14H13.1875Z",
17249
+ fill: "white"
17250
+ })), /*#__PURE__*/React__default.createElement("g", {
17251
+ mask: "url(#".concat(id, ")")
17252
+ }, /*#__PURE__*/React__default.createElement("rect", {
17253
+ x: "3",
17254
+ y: "3",
17255
+ width: "18",
17256
+ height: "18",
17257
+ fill: "white"
17258
+ })));
17259
+ };
17260
+
16502
17261
  var color$2 = "#15749D";
16503
17262
  var hoverColor$1 = "#116285";
16504
17263
  var activeColor$1 = "#0E506D";
@@ -48054,8 +48813,14 @@ exports.AddressForm = AddressForm;
48054
48813
  exports.Alert = Alert$1;
48055
48814
  exports.AllocatedIcon = AllocatedIcon;
48056
48815
  exports.AmountCallout = AmountCallout$1;
48816
+ exports.ArrowDownCircleIconSmall = ArrowDownCircleIconSmall;
48817
+ exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
48818
+ exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
48819
+ exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
48820
+ exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
48057
48821
  exports.AutopayOnIcon = AutopayOnIcon;
48058
48822
  exports.BankIcon = BankIcon;
48823
+ exports.BankIconLarge = BankIconLarge;
48059
48824
  exports.Banner = Banner$1;
48060
48825
  exports.Box = Box;
48061
48826
  exports.BoxWithShadow = BoxWithShadow$1;
@@ -48071,7 +48836,11 @@ exports.CenterSingle = CenterSingle$1;
48071
48836
  exports.CenterStack = CenterStack$1;
48072
48837
  exports.ChangePasswordForm = ChangePasswordForm;
48073
48838
  exports.ChargebackIcon = ChargebackIcon;
48839
+ exports.ChargebackIconMedium = ChargebackIconMedium;
48840
+ exports.ChargebackIconSmall = ChargebackIconSmall;
48074
48841
  exports.ChargebackReversalIcon = ChargebackReversalIcon;
48842
+ exports.ChargebackReversalIconMedium = ChargebackReversalIconMedium;
48843
+ exports.ChargebackReversalIconSmall = ChargebackReversalIconSmall;
48075
48844
  exports.CheckIcon = CheckIcon;
48076
48845
  exports.Checkbox = Checkbox$1;
48077
48846
  exports.CheckboxList = CheckboxList$1;
@@ -48174,6 +48943,8 @@ exports.RadioGroup = RadioGroup;
48174
48943
  exports.RadioSection = RadioSection$1;
48175
48944
  exports.Reel = Reel;
48176
48945
  exports.RefundIcon = RefundIcon;
48946
+ exports.RefundIconMedium = RefundIconMedium;
48947
+ exports.RefundIconSmall = RefundIconSmall;
48177
48948
  exports.RegistrationForm = RegistrationForm;
48178
48949
  exports.RejectedIcon = RejectedIcon;
48179
48950
  exports.RejectedVelocityIcon = RejectedVelocityIcon;
@@ -48197,6 +48968,8 @@ exports.StandardCheckoutImage = StandardCheckoutImage;
48197
48968
  exports.StateProvinceDropdown = FormStateDropdown;
48198
48969
  exports.StatusUnknownIcon = StatusUnknownIcon;
48199
48970
  exports.SuccessfulIcon = SuccessfulIcon;
48971
+ exports.SuccessfulIconMedium = SuccessfulIconMedium;
48972
+ exports.SuccessfulIconSmall = SuccessfulIconSmall;
48200
48973
  exports.Switcher = Switcher;
48201
48974
  exports.TabSidebar = TabSidebar$1;
48202
48975
  exports.Table = Table_styled;
@@ -48224,6 +48997,8 @@ exports.WalletIconSmall = WalletIconSmall$1;
48224
48997
  exports.WarningIconXS = WarningIconXS;
48225
48998
  exports.WelcomeModule = WelcomeModule$1;
48226
48999
  exports.WorkflowTile = WorkflowTile;
49000
+ exports.XCircleIconMedium = XCircleIconMedium;
49001
+ exports.XCircleIconSmall = XCircleIconSmall;
48227
49002
  exports.cardRegistry = cardRegistry;
48228
49003
  exports.constants = index$5;
48229
49004
  exports.createPartialAmountFormState = createPartialAmountFormState;