@karrotmarket/react-multicolor-icon 1.11.0 → 1.12.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.
package/lib/index.cjs CHANGED
@@ -1249,7 +1249,7 @@ var require_react_development = __commonJS({
1249
1249
  }
1250
1250
  return lazyType;
1251
1251
  }
1252
- function forwardRef73(render) {
1252
+ function forwardRef74(render) {
1253
1253
  {
1254
1254
  if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
1255
1255
  error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
@@ -2147,7 +2147,7 @@ var require_react_development = __commonJS({
2147
2147
  exports.createElement = createElement$1;
2148
2148
  exports.createFactory = createFactory;
2149
2149
  exports.createRef = createRef;
2150
- exports.forwardRef = forwardRef73;
2150
+ exports.forwardRef = forwardRef74;
2151
2151
  exports.isValidElement = isValidElement;
2152
2152
  exports.lazy = lazy;
2153
2153
  exports.memo = memo;
@@ -3097,11 +3097,11 @@ var require_react_jsx_runtime_development = __commonJS({
3097
3097
  return jsxWithValidation(type, props, key, false);
3098
3098
  }
3099
3099
  }
3100
- var jsx73 = jsxWithValidationDynamic;
3101
- var jsxs73 = jsxWithValidationStatic;
3100
+ var jsx74 = jsxWithValidationDynamic;
3101
+ var jsxs74 = jsxWithValidationStatic;
3102
3102
  exports.Fragment = REACT_FRAGMENT_TYPE;
3103
- exports.jsx = jsx73;
3104
- exports.jsxs = jsxs73;
3103
+ exports.jsx = jsx74;
3104
+ exports.jsxs = jsxs74;
3105
3105
  })();
3106
3106
  }
3107
3107
  }
@@ -3139,6 +3139,7 @@ __export(src_exports, {
3139
3139
  IconCheckmarkCalendar: () => IconCheckmarkCalendar_default,
3140
3140
  IconClover4: () => IconClover4_default,
3141
3141
  IconCupHeatwave: () => IconCupHeatwave_default,
3142
+ IconCupTakeout: () => IconCupTakeout_default,
3142
3143
  IconDiamond: () => IconDiamond_default,
3143
3144
  IconDocumentSeal: () => IconDocumentSeal_default,
3144
3145
  IconDomePillar3: () => IconDomePillar3_default,
@@ -4551,7 +4552,7 @@ var Icon26 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4551
4552
  var IconCupHeatwave = (0, import_react26.forwardRef)(Icon26);
4552
4553
  var IconCupHeatwave_default = IconCupHeatwave;
4553
4554
 
4554
- // src/IconTruck.tsx
4555
+ // src/IconCupTakeout.tsx
4555
4556
  var import_react27 = __toESM(require_react(), 1);
4556
4557
  var import_jsx_runtime27 = __toESM(require_jsx_runtime(), 1);
4557
4558
  var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
@@ -4567,35 +4568,71 @@ var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4567
4568
  ...props,
4568
4569
  children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { children: [
4569
4570
  /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4571
+ "path",
4572
+ {
4573
+ d: "M3.11133 6.99997H4L4.83887 3.6445C4.93659 3.25396 5.25931 2.95963 5.65723 2.89841L17.166 1.1279C17.6477 1.0538 18.1125 1.33842 18.2666 1.80075L20 6.99997H20.8887C21.5023 6.99997 22 7.44769 22 7.99997V9.99997C22 10.5522 21.5023 11 20.8887 11H3.11133C2.49769 11 2.00002 10.5522 2 9.99997V7.99997C2 7.44769 2.49768 6.99997 3.11133 6.99997Z",
4574
+ fill: "#E68507"
4575
+ }
4576
+ ),
4577
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4578
+ "path",
4579
+ {
4580
+ d: "M18.1309 22.1523C18.0557 22.6401 17.6351 23 17.1416 23H6.8584C6.3649 23 5.94428 22.6401 5.86914 22.1523L4.1543 11H19.8457L18.1309 22.1523Z",
4581
+ fill: "#FFCB64"
4582
+ }
4583
+ ),
4584
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M18.46 20L19.46 13.5H4.54004L5.54004 20H18.46Z", fill: "#FF9F30" })
4585
+ ] })
4586
+ }
4587
+ );
4588
+ var IconCupTakeout = (0, import_react27.forwardRef)(Icon27);
4589
+ var IconCupTakeout_default = IconCupTakeout;
4590
+
4591
+ // src/IconTruck.tsx
4592
+ var import_react28 = __toESM(require_react(), 1);
4593
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime(), 1);
4594
+ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4595
+ "svg",
4596
+ {
4597
+ viewBox: "0 0 24 24",
4598
+ fill: "none",
4599
+ xmlns: "http://www.w3.org/2000/svg",
4600
+ "data-seed-icon": "true",
4601
+ width: size,
4602
+ height: size,
4603
+ ref,
4604
+ ...props,
4605
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { children: [
4606
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4570
4607
  "path",
4571
4608
  {
4572
4609
  d: "M8.5 2.49994C6.40046 2.49994 4.96576 2.80885 3.77612 3.12123C3.18115 3.27746 2.71481 3.43475 2.39249 3.55521C2.2313 3.61546 2.106 3.66654 2.01851 3.70373C1.97476 3.72233 1.94045 3.73747 1.91582 3.74855L1.88615 3.76206L1.87682 3.7664L1.87353 3.76795L1.87117 3.76906C1.87117 3.76906 1.87337 3.77369 2.24007 4.54721L1.87117 3.76906C1.57055 3.91158 1.37891 4.21452 1.37891 4.54721V17.2695C1.37891 17.6585 1.63978 17.9993 2.01537 18.1008L4.80206 18.854C4.87532 18.8738 4.95088 18.8839 5.02677 18.8839H19.5622C19.6573 18.8839 19.7517 18.8681 19.8416 18.8373L22.0381 18.0841C22.3862 17.9647 22.6199 17.6374 22.6199 17.2695V12.9143C22.6199 12.4809 22.5458 12.0498 22.3997 11.6414L20.5649 6.99994C20.4424 6.65736 20.1178 6.49994 19.754 6.49994H15V4.54721C15 4.31739 14.9081 4.0971 14.7449 3.93537L14.1389 4.54717C14.7449 3.93537 14.7438 3.93436 14.7438 3.93436L14.7428 3.93333L14.7406 3.93118L14.7359 3.92658L14.7249 3.91618C14.717 3.90872 14.7077 3.90023 14.6971 3.89079C14.6759 3.87189 14.6493 3.8492 14.6169 3.82331C14.552 3.77148 14.4641 3.70706 14.3502 3.63475C14.122 3.48995 13.7914 3.31497 13.3346 3.14629C12.4207 2.80889 10.5993 2.49994 8.5 2.49994Z",
4573
4610
  fill: "#AFC1DA"
4574
4611
  }
4575
4612
  ),
4576
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4613
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4577
4614
  "path",
4578
4615
  {
4579
4616
  d: "M15.3046 5.93854C14.829 5.93854 14.4434 6.3241 14.4434 6.7997V12.0527L2.24007 12.0528C1.76446 12.0528 1.37891 12.4384 1.37891 12.914V17.3854C1.37891 17.7745 1.63978 18.1152 2.01537 18.2168L4.80206 18.97C4.87532 18.9898 4.95088 18.9998 5.02677 18.9998H19.5622C19.6573 18.9998 19.7517 18.9841 19.8416 18.9533L22.0381 18.2C22.3862 18.0807 22.6199 17.7534 22.6199 17.3854V12.914C22.6199 12.4806 22.5458 12.0494 22.3997 11.6411L20.5649 6.50975C20.4424 6.16717 20.1178 5.93854 19.754 5.93854H15.3046Z",
4580
4617
  fill: "#5074E9"
4581
4618
  }
4582
4619
  ),
4583
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4620
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4584
4621
  "path",
4585
4622
  {
4586
4623
  d: "M19.5778 12.1031L17.0287 12.1199C16.7183 12.121 16.4662 11.863 16.4662 11.5429V8.69693C16.4662 8.3779 16.7163 8.11993 17.0256 8.11993H18.6457C18.8979 8.11993 19.1184 8.29366 19.1847 8.54426L20.1137 11.3734C20.2117 11.7398 19.9452 12.102 19.5767 12.1041L19.5778 12.1031Z",
4587
4624
  fill: "white"
4588
4625
  }
4589
4626
  ),
4590
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("g", { children: [
4591
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4627
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { children: [
4628
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4592
4629
  "path",
4593
4630
  {
4594
4631
  d: "M7.21578 16C5.63042 16 4.34521 17.2852 4.34521 18.8705C4.34521 20.4559 5.63042 21.7411 7.21578 21.7411C8.80115 21.7411 10.0863 20.4559 10.0863 18.8705C10.0863 17.2852 8.80115 16 7.21578 16Z",
4595
4632
  fill: "#556175"
4596
4633
  }
4597
4634
  ),
4598
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4635
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4599
4636
  "path",
4600
4637
  {
4601
4638
  d: "M16.7844 16C15.199 16 13.9138 17.2852 13.9138 18.8705C13.9138 20.4559 15.199 21.7411 16.7844 21.7411C18.3698 21.7411 19.655 20.4559 19.655 18.8705C19.655 17.2852 18.3698 16 16.7844 16Z",
@@ -4606,13 +4643,13 @@ var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4606
4643
  ] })
4607
4644
  }
4608
4645
  );
4609
- var IconTruck = (0, import_react27.forwardRef)(Icon27);
4646
+ var IconTruck = (0, import_react28.forwardRef)(Icon28);
4610
4647
  var IconTruck_default = IconTruck;
4611
4648
 
4612
4649
  // src/IconPencil.tsx
4613
- var import_react28 = __toESM(require_react(), 1);
4614
- var import_jsx_runtime28 = __toESM(require_jsx_runtime(), 1);
4615
- var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4650
+ var import_react29 = __toESM(require_react(), 1);
4651
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime(), 1);
4652
+ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4616
4653
  "svg",
4617
4654
  {
4618
4655
  viewBox: "0 0 24 24",
@@ -4623,15 +4660,15 @@ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4623
4660
  height: size,
4624
4661
  ref,
4625
4662
  ...props,
4626
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("g", { children: [
4627
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4663
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
4664
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4628
4665
  "path",
4629
4666
  {
4630
4667
  d: "M12 5L2.812 14.3021C2.29213 14.8211 2 15.5256 2 16.2602V21.1312C2 21.639 2.41168 22.0507 2.91952 22.0507H7.78595C8.52017 22.0507 9.22428 21.7589 9.74322 21.2395L19 12L12 5Z",
4631
4668
  fill: "#55A7FF"
4632
4669
  }
4633
4670
  ),
4634
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4671
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4635
4672
  "path",
4636
4673
  {
4637
4674
  d: "M14.1528 2.79408C14.8575 2.09052 15.9777 1.74597 17.0105 2.21583C19.0162 3.12835 20.523 4.678 21.5572 6.77886C22.0745 7.82976 22.2528 8.74655 21.5 9.5L19 12L12 5L14.1528 2.79408Z",
@@ -4641,13 +4678,13 @@ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4641
4678
  ] })
4642
4679
  }
4643
4680
  );
4644
- var IconPencil = (0, import_react28.forwardRef)(Icon28);
4681
+ var IconPencil = (0, import_react29.forwardRef)(Icon29);
4645
4682
  var IconPencil_default = IconPencil;
4646
4683
 
4647
4684
  // src/IconScissors.tsx
4648
- var import_react29 = __toESM(require_react(), 1);
4649
- var import_jsx_runtime29 = __toESM(require_jsx_runtime(), 1);
4650
- var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4685
+ var import_react30 = __toESM(require_react(), 1);
4686
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
4687
+ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4651
4688
  "svg",
4652
4689
  {
4653
4690
  viewBox: "0 0 24 24",
@@ -4658,23 +4695,23 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4658
4695
  height: size,
4659
4696
  ref,
4660
4697
  ...props,
4661
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
4662
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4698
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { children: [
4699
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4663
4700
  "path",
4664
4701
  {
4665
4702
  d: "M15.2297 20.9453C15.1996 21.1682 15.0315 21.3461 14.8115 21.3877C14.5915 21.4292 14.3684 21.3254 14.2564 21.1293L5.55386 5.88882C4.85707 4.66854 5.25673 3.12046 6.45242 2.40833L7.01544 2.07301C7.13535 2.00159 7.2791 1.98156 7.41469 2.01738C7.55027 2.05319 7.66643 2.14189 7.73729 2.2637L15.7743 16.0801C15.8338 16.1823 15.8575 16.3014 15.8417 16.4181L15.2297 20.9453Z",
4666
4703
  fill: "#A5ACE1"
4667
4704
  }
4668
4705
  ),
4669
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4706
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4670
4707
  "path",
4671
4708
  {
4672
4709
  d: "M8.77045 20.9453C8.8006 21.1682 8.96871 21.3461 9.18868 21.3877C9.40866 21.4292 9.63177 21.3254 9.74374 21.1293L18.4463 5.88882C19.1431 4.66854 18.7434 3.12046 17.5477 2.40833L16.9847 2.07301C16.8648 2.00159 16.7211 1.98156 16.5855 2.01738C16.4499 2.05319 16.3337 2.14188 16.2629 2.2637L8.22587 16.0801C8.1664 16.1823 8.14266 16.3014 8.15845 16.4181L8.77045 20.9453Z",
4673
4710
  fill: "#C2C3EC"
4674
4711
  }
4675
4712
  ),
4676
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("g", { children: [
4677
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4713
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { children: [
4714
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4678
4715
  "path",
4679
4716
  {
4680
4717
  fillRule: "evenodd",
@@ -4683,7 +4720,7 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4683
4720
  fill: "#8465FF"
4684
4721
  }
4685
4722
  ),
4686
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4723
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4687
4724
  "path",
4688
4725
  {
4689
4726
  fillRule: "evenodd",
@@ -4696,13 +4733,13 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4696
4733
  ] })
4697
4734
  }
4698
4735
  );
4699
- var IconScissors = (0, import_react29.forwardRef)(Icon29);
4736
+ var IconScissors = (0, import_react30.forwardRef)(Icon30);
4700
4737
  var IconScissors_default = IconScissors;
4701
4738
 
4702
4739
  // src/IconPalette.tsx
4703
- var import_react30 = __toESM(require_react(), 1);
4704
- var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
4705
- var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4740
+ var import_react31 = __toESM(require_react(), 1);
4741
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime(), 1);
4742
+ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4706
4743
  "svg",
4707
4744
  {
4708
4745
  viewBox: "0 0 24 24",
@@ -4713,37 +4750,37 @@ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4713
4750
  height: size,
4714
4751
  ref,
4715
4752
  ...props,
4716
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { children: [
4717
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4753
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { children: [
4754
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4718
4755
  "path",
4719
4756
  {
4720
4757
  d: "M12.0094 1.49377C6.36542 1.63289 1.49829 6.03847 1.49829 11.814C1.49829 17.7044 6.33856 22.5065 12.2863 22.5065C14.0429 22.5065 15.9332 22.0196 15.9332 20.6544C15.9332 19.5181 14.7018 19.1384 14.0334 18.4395C13.703 18.0969 13.7915 17.5144 14.272 17.3702C15.6102 17.0073 17.0461 17.2188 18.4058 16.9788C20.9739 16.5015 22.6828 14.0861 22.4823 11.2411C22.0909 5.78033 17.4893 1.49377 12.0094 1.49377Z",
4721
4758
  fill: "#527BFF"
4722
4759
  }
4723
4760
  ),
4724
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { children: [
4725
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4761
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { children: [
4762
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4726
4763
  "path",
4727
4764
  {
4728
4765
  d: "M4.73474 11.3557C4.73474 12.0813 5.32665 12.6732 6.05221 12.6732C6.77777 12.6732 7.36968 12.0813 7.36968 11.3557C7.36968 10.6301 6.77777 10.0382 6.05221 10.0382C5.32665 10.0382 4.73474 10.6301 4.73474 11.3557Z",
4729
4766
  fill: "white"
4730
4767
  }
4731
4768
  ),
4732
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4769
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4733
4770
  "path",
4734
4771
  {
4735
4772
  d: "M7.81839 6.57272C7.81839 7.29828 8.41029 7.89019 9.13586 7.89019C9.86142 7.89019 10.4533 7.29828 10.4533 6.57272C10.4533 5.84716 9.86142 5.25525 9.13586 5.25525C8.41029 5.25525 7.81839 5.84716 7.81839 6.57272Z",
4736
4773
  fill: "white"
4737
4774
  }
4738
4775
  ),
4739
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4776
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4740
4777
  "path",
4741
4778
  {
4742
4779
  d: "M13.5465 6.57272C13.5465 7.29828 14.1384 7.89019 14.864 7.89019C15.5896 7.89019 16.1815 7.29828 16.1815 6.57272C16.1815 5.84716 15.5896 5.25525 14.864 5.25525C14.1384 5.25525 13.5465 5.84716 13.5465 6.57272Z",
4743
4780
  fill: "white"
4744
4781
  }
4745
4782
  ),
4746
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4783
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4747
4784
  "path",
4748
4785
  {
4749
4786
  d: "M16.6015 11.3557C16.6015 12.0813 17.1934 12.6732 17.919 12.6732C18.6446 12.6732 19.2365 12.0813 19.2365 11.3557C19.2365 10.6301 18.6446 10.0382 17.919 10.0382C17.1934 10.0382 16.6015 10.6301 16.6015 11.3557Z",
@@ -4754,13 +4791,13 @@ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4754
4791
  ] })
4755
4792
  }
4756
4793
  );
4757
- var IconPalette = (0, import_react30.forwardRef)(Icon30);
4794
+ var IconPalette = (0, import_react31.forwardRef)(Icon31);
4758
4795
  var IconPalette_default = IconPalette;
4759
4796
 
4760
4797
  // src/IconFraction_1NUppercase.tsx
4761
- var import_react31 = __toESM(require_react(), 1);
4762
- var import_jsx_runtime31 = __toESM(require_jsx_runtime(), 1);
4763
- var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4798
+ var import_react32 = __toESM(require_react(), 1);
4799
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime(), 1);
4800
+ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4764
4801
  "svg",
4765
4802
  {
4766
4803
  viewBox: "0 0 24 24",
@@ -4771,16 +4808,16 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4771
4808
  height: size,
4772
4809
  ref,
4773
4810
  ...props,
4774
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { children: [
4775
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("g", { children: [
4776
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4811
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
4812
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
4813
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4777
4814
  "path",
4778
4815
  {
4779
4816
  d: "M8.12007 3.3001C8.12007 2.86811 7.88788 2.46947 7.51214 2.25633C7.1364 2.04319 6.6751 2.04846 6.30432 2.27012L4.46432 3.37012C3.89548 3.71019 3.71002 4.447 4.05009 5.01585C4.39016 5.58469 5.12697 5.77014 5.69581 5.43008L5.72007 5.41558V9.8001C5.72007 10.4628 6.25732 11.0001 6.92007 11.0001C7.58281 11.0001 8.12007 10.4628 8.12007 9.8001V3.3001Z",
4780
4817
  fill: "#126BE0"
4781
4818
  }
4782
4819
  ),
4783
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4820
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4784
4821
  "path",
4785
4822
  {
4786
4823
  d: "M16.4028 14.8094C16.0736 14.4334 15.5456 14.3008 15.0778 14.4767C14.6099 14.6526 14.3 15.1001 14.3 15.6V21.31C14.3 21.9727 14.8373 22.51 15.5 22.51C16.1628 22.51 16.7 21.9727 16.7 21.31V18.7919L19.5973 22.1005C19.9265 22.4765 20.4545 22.6091 20.9223 22.4332C21.3902 22.2573 21.7 21.8098 21.7 21.31V15.6C21.7 14.9372 21.1628 14.4 20.5 14.4C19.8373 14.4 19.3 14.9372 19.3 15.6V18.118L16.4028 14.8094Z",
@@ -4788,7 +4825,7 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4788
4825
  }
4789
4826
  )
4790
4827
  ] }),
4791
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4828
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4792
4829
  "path",
4793
4830
  {
4794
4831
  fillRule: "evenodd",
@@ -4800,13 +4837,13 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4800
4837
  ] })
4801
4838
  }
4802
4839
  );
4803
- var IconFraction_1NUppercase = (0, import_react31.forwardRef)(Icon31);
4840
+ var IconFraction_1NUppercase = (0, import_react32.forwardRef)(Icon32);
4804
4841
  var IconFraction_1NUppercase_default = IconFraction_1NUppercase;
4805
4842
 
4806
4843
  // src/IconShoppingbag2Stacked.tsx
4807
- var import_react32 = __toESM(require_react(), 1);
4808
- var import_jsx_runtime32 = __toESM(require_jsx_runtime(), 1);
4809
- var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4844
+ var import_react33 = __toESM(require_react(), 1);
4845
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
4846
+ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4810
4847
  "svg",
4811
4848
  {
4812
4849
  viewBox: "0 0 24 24",
@@ -4817,9 +4854,9 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4817
4854
  height: size,
4818
4855
  ref,
4819
4856
  ...props,
4820
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
4821
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { children: [
4822
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4857
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { children: [
4858
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { children: [
4859
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4823
4860
  "path",
4824
4861
  {
4825
4862
  fillRule: "evenodd",
@@ -4828,7 +4865,7 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4828
4865
  fill: "#FFAA00"
4829
4866
  }
4830
4867
  ),
4831
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4868
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4832
4869
  "path",
4833
4870
  {
4834
4871
  fillRule: "evenodd",
@@ -4838,7 +4875,7 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4838
4875
  }
4839
4876
  )
4840
4877
  ] }),
4841
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4878
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4842
4879
  "path",
4843
4880
  {
4844
4881
  fillRule: "evenodd",
@@ -4847,7 +4884,7 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4847
4884
  fill: "#FF6F0F"
4848
4885
  }
4849
4886
  ),
4850
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4887
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4851
4888
  "path",
4852
4889
  {
4853
4890
  fillRule: "evenodd",
@@ -4859,13 +4896,13 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4859
4896
  ] })
4860
4897
  }
4861
4898
  );
4862
- var IconShoppingbag2Stacked = (0, import_react32.forwardRef)(Icon32);
4899
+ var IconShoppingbag2Stacked = (0, import_react33.forwardRef)(Icon33);
4863
4900
  var IconShoppingbag2Stacked_default = IconShoppingbag2Stacked;
4864
4901
 
4865
4902
  // src/IconHospital.tsx
4866
- var import_react33 = __toESM(require_react(), 1);
4867
- var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
4868
- var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4903
+ var import_react34 = __toESM(require_react(), 1);
4904
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
4905
+ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4869
4906
  "svg",
4870
4907
  {
4871
4908
  viewBox: "0 0 24 24",
@@ -4876,22 +4913,22 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4876
4913
  height: size,
4877
4914
  ref,
4878
4915
  ...props,
4879
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { children: [
4880
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4916
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { children: [
4917
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4881
4918
  "path",
4882
4919
  {
4883
4920
  d: "M12 1C8.76 1 5.88 1.61972 4.06 2.57928C3.4 2.91913 3 3.60881 3 4.34848V6.73739V21.0009C3 22.1004 3.9 23 5 23H19C20.1 23 21 22.1004 21 21.0009V4.34848C21 3.60881 20.6 2.91913 19.94 2.57928C18.12 1.61972 15.24 1 12 1Z",
4884
4921
  fill: "#2CCA6F"
4885
4922
  }
4886
4923
  ),
4887
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4924
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4888
4925
  "path",
4889
4926
  {
4890
4927
  d: "M13.25 10.25V12C13.25 12.4142 12.9142 12.75 12.5 12.75H11.5C11.0858 12.75 10.75 12.4142 10.75 12V10.25H9C8.58579 10.25 8.25 9.91421 8.25 9.5V8.5C8.25 8.08579 8.58579 7.75 9 7.75H10.75V6C10.75 5.58579 11.0858 5.25 11.5 5.25H12.5C12.9142 5.25 13.25 5.58579 13.25 6V7.75H15C15.4142 7.75 15.75 8.08579 15.75 8.5V9.5C15.75 9.91421 15.4142 10.25 15 10.25H13.25Z",
4891
4928
  fill: "white"
4892
4929
  }
4893
4930
  ),
4894
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4931
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4895
4932
  "path",
4896
4933
  {
4897
4934
  d: "M12 16C13.66 16 15 17.34 15 19V23H9V19C9 17.34 10.34 16 12 16Z",
@@ -4901,13 +4938,13 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4901
4938
  ] })
4902
4939
  }
4903
4940
  );
4904
- var IconHospital = (0, import_react33.forwardRef)(Icon33);
4941
+ var IconHospital = (0, import_react34.forwardRef)(Icon34);
4905
4942
  var IconHospital_default = IconHospital;
4906
4943
 
4907
4944
  // src/IconAnimalFace.tsx
4908
- var import_react34 = __toESM(require_react(), 1);
4909
- var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
4910
- var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4945
+ var import_react35 = __toESM(require_react(), 1);
4946
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
4947
+ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4911
4948
  "svg",
4912
4949
  {
4913
4950
  viewBox: "0 0 24 24",
@@ -4918,16 +4955,16 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4918
4955
  height: size,
4919
4956
  ref,
4920
4957
  ...props,
4921
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { children: [
4922
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4958
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
4959
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4923
4960
  "path",
4924
4961
  {
4925
4962
  d: "M21.15 7.9999L20.16 2.3699C20.09 1.9699 19.8 1.6499 19.41 1.5499C19.02 1.4399 18.61 1.5799 18.35 1.8899L14.95 5.9499C12.85 5.6999 11.18 5.6999 9.08 5.9499L5.66 1.8899C5.4 1.5799 4.99 1.4499 4.6 1.5499C4.21 1.6499 3.92 1.9699 3.85 2.3699L1.3 16.8199C1.14 17.7499 1.38 18.7299 2.03 19.4199C4.37 21.9199 8.01 23.3799 12 23.3799C15.99 23.3799 19.63 21.9199 21.97 19.4199C22.62 18.7299 22.86 17.7499 22.7 16.8199L21.14 7.9999H21.15Z",
4926
4963
  fill: "#FFCB64"
4927
4964
  }
4928
4965
  ),
4929
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("g", { children: [
4930
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4966
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
4967
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4931
4968
  "path",
4932
4969
  {
4933
4970
  fillRule: "evenodd",
@@ -4936,7 +4973,7 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4936
4973
  fill: "#815A4F"
4937
4974
  }
4938
4975
  ),
4939
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4976
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4940
4977
  "path",
4941
4978
  {
4942
4979
  fillRule: "evenodd",
@@ -4946,7 +4983,7 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4946
4983
  }
4947
4984
  )
4948
4985
  ] }),
4949
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4986
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4950
4987
  "path",
4951
4988
  {
4952
4989
  d: "M10.25 16.6101C10.25 16.0601 10.7 15.6101 11.25 15.6101H12.75C13.3 15.6101 13.75 16.0601 13.75 16.6101C13.75 17.1601 13.3 17.6101 12.75 17.6101H11.25C10.7 17.6101 10.25 17.1601 10.25 16.6101Z",
@@ -4956,13 +4993,13 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4956
4993
  ] }) })
4957
4994
  }
4958
4995
  );
4959
- var IconAnimalFace = (0, import_react34.forwardRef)(Icon34);
4996
+ var IconAnimalFace = (0, import_react35.forwardRef)(Icon35);
4960
4997
  var IconAnimalFace_default = IconAnimalFace;
4961
4998
 
4962
4999
  // src/IconCard.tsx
4963
- var import_react35 = __toESM(require_react(), 1);
4964
- var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
4965
- var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5000
+ var import_react36 = __toESM(require_react(), 1);
5001
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
5002
+ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4966
5003
  "svg",
4967
5004
  {
4968
5005
  viewBox: "0 0 24 24",
@@ -4973,16 +5010,16 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4973
5010
  height: size,
4974
5011
  ref,
4975
5012
  ...props,
4976
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { children: [
4977
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5013
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
5014
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4978
5015
  "path",
4979
5016
  {
4980
5017
  d: "M20.2 3H3.8C2.2536 3 1 4.2536 1 5.8V18.2C1 19.7464 2.2536 21 3.8 21H20.2C21.7464 21 23 19.7464 23 18.2V5.8C23 4.2536 21.7464 3 20.2 3Z",
4981
5018
  fill: "#FF6F0F"
4982
5019
  }
4983
5020
  ),
4984
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M23 7.5H1V10.5H23V7.5Z", fill: "#FFAA00" }),
4985
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5021
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { d: "M23 7.5H1V10.5H23V7.5Z", fill: "#FFAA00" }),
5022
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4986
5023
  "path",
4987
5024
  {
4988
5025
  d: "M12 14.2H6C5.44772 14.2 5 14.6477 5 15.2C5 15.7522 5.44772 16.2 6 16.2H12C12.5523 16.2 13 15.7522 13 15.2C13 14.6477 12.5523 14.2 12 14.2Z",
@@ -4992,13 +5029,13 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4992
5029
  ] })
4993
5030
  }
4994
5031
  );
4995
- var IconCard = (0, import_react35.forwardRef)(Icon35);
5032
+ var IconCard = (0, import_react36.forwardRef)(Icon36);
4996
5033
  var IconCard_default = IconCard;
4997
5034
 
4998
5035
  // src/IconBuilding2.tsx
4999
- var import_react36 = __toESM(require_react(), 1);
5000
- var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
5001
- var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5036
+ var import_react37 = __toESM(require_react(), 1);
5037
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
5038
+ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5002
5039
  "svg",
5003
5040
  {
5004
5041
  viewBox: "0 0 24 24",
@@ -5009,8 +5046,8 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5009
5046
  height: size,
5010
5047
  ref,
5011
5048
  ...props,
5012
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
5013
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5049
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
5050
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5014
5051
  "path",
5015
5052
  {
5016
5053
  fillRule: "evenodd",
@@ -5019,7 +5056,7 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5019
5056
  fill: "#126BE0"
5020
5057
  }
5021
5058
  ),
5022
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5059
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5023
5060
  "path",
5024
5061
  {
5025
5062
  fillRule: "evenodd",
@@ -5028,29 +5065,29 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5028
5065
  fill: "#55A7FF"
5029
5066
  }
5030
5067
  ),
5031
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
5032
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5068
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
5069
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5033
5070
  "path",
5034
5071
  {
5035
5072
  d: "M8 6.5C8 5.95 7.55 5.5 7 5.5C6.45 5.5 6 5.95 6 6.5V8C6 8.55 6.45 9 7 9C7.55 9 8 8.55 8 8V6.5Z",
5036
5073
  fill: "white"
5037
5074
  }
5038
5075
  ),
5039
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5076
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5040
5077
  "path",
5041
5078
  {
5042
5079
  d: "M7 10.8999C7.55 10.8999 8 11.3499 8 11.8999V13.3999C8 13.9499 7.55 14.3999 7 14.3999C6.45 14.3999 6 13.9499 6 13.3999V11.8999C6 11.3499 6.45 10.8999 7 10.8999Z",
5043
5080
  fill: "white"
5044
5081
  }
5045
5082
  ),
5046
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5083
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5047
5084
  "path",
5048
5085
  {
5049
5086
  d: "M11 5.5C11.55 5.5 12 5.95 12 6.5V8C12 8.55 11.55 9 11 9C10.45 9 10 8.55 10 8V6.5C10 5.95 10.45 5.5 11 5.5Z",
5050
5087
  fill: "white"
5051
5088
  }
5052
5089
  ),
5053
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5090
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5054
5091
  "path",
5055
5092
  {
5056
5093
  d: "M11 10.8999C11.55 10.8999 12 11.3499 12 11.8999V13.3999C12 13.9499 11.55 14.3999 11 14.3999C10.45 14.3999 10 13.9499 10 13.3999V11.8999C10 11.3499 10.45 10.8999 11 10.8999Z",
@@ -5061,13 +5098,13 @@ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5061
5098
  ] })
5062
5099
  }
5063
5100
  );
5064
- var IconBuilding2 = (0, import_react36.forwardRef)(Icon36);
5101
+ var IconBuilding2 = (0, import_react37.forwardRef)(Icon37);
5065
5102
  var IconBuilding2_default = IconBuilding2;
5066
5103
 
5067
5104
  // src/IconCheckmarkCalendar.tsx
5068
- var import_react37 = __toESM(require_react(), 1);
5069
- var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
5070
- var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5105
+ var import_react38 = __toESM(require_react(), 1);
5106
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
5107
+ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5071
5108
  "svg",
5072
5109
  {
5073
5110
  viewBox: "0 0 24 24",
@@ -5078,22 +5115,22 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5078
5115
  height: size,
5079
5116
  ref,
5080
5117
  ...props,
5081
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
5082
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5118
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { children: [
5119
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5083
5120
  "path",
5084
5121
  {
5085
5122
  d: "M19.7 3.29993H4.3C2.7536 3.29993 1.5 4.55353 1.5 6.09993V19.9999C1.5 21.5463 2.7536 22.7999 4.3 22.7999H19.7C21.2464 22.7999 22.5 21.5463 22.5 19.9999V6.09993C22.5 4.55353 21.2464 3.29993 19.7 3.29993Z",
5086
5123
  fill: "#BAB2F0"
5087
5124
  }
5088
5125
  ),
5089
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5126
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5090
5127
  "path",
5091
5128
  {
5092
5129
  d: "M8.69999 3.29993V2.29998C8.69999 1.63998 8.15999 1.09998 7.49999 1.09998C6.83999 1.09998 6.29999 1.63998 6.29999 2.29998V3.29993H4.3C2.75 3.29993 1.5 4.54993 1.5 6.09993V8.89993H22.5V6.09993C22.5 4.54993 21.25 3.29993 19.7 3.29993H17.7V2.29998C17.7 1.63998 17.16 1.09998 16.5 1.09998C15.84 1.09998 15.3 1.63998 15.3 2.29998V3.29993H8.69999Z",
5093
5130
  fill: "#8465FF"
5094
5131
  }
5095
5132
  ),
5096
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5133
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5097
5134
  "path",
5098
5135
  {
5099
5136
  d: "M16.7099 13.51C17.0999 13.12 17.0999 12.49 16.7099 12.1C16.3199 11.71 15.6899 11.71 15.2999 12.1L10.9499 16.45L8.64994 14.54C8.22994 14.19 7.58994 14.24 7.23994 14.67C6.88994 15.09 6.93994 15.73 7.36994 16.08L10.3699 18.57C10.7699 18.9 11.3499 18.87 11.7199 18.51L16.7199 13.51H16.7099Z",
@@ -5103,13 +5140,13 @@ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5103
5140
  ] }) })
5104
5141
  }
5105
5142
  );
5106
- var IconCheckmarkCalendar = (0, import_react37.forwardRef)(Icon37);
5143
+ var IconCheckmarkCalendar = (0, import_react38.forwardRef)(Icon38);
5107
5144
  var IconCheckmarkCalendar_default = IconCheckmarkCalendar;
5108
5145
 
5109
5146
  // src/IconFigureWalk.tsx
5110
- var import_react38 = __toESM(require_react(), 1);
5111
- var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
5112
- var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5147
+ var import_react39 = __toESM(require_react(), 1);
5148
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
5149
+ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5113
5150
  "svg",
5114
5151
  {
5115
5152
  viewBox: "0 0 24 24",
@@ -5120,29 +5157,29 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5120
5157
  height: size,
5121
5158
  ref,
5122
5159
  ...props,
5123
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { children: [
5124
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5160
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
5161
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5125
5162
  "path",
5126
5163
  {
5127
5164
  d: "M12.5797 0.300049C11.0297 0.300049 9.76965 1.56005 9.76965 3.10005C9.76965 4.64005 11.0297 5.90005 12.5797 5.90005C14.1297 5.90005 15.3697 4.64005 15.3697 3.10005C15.3697 1.56005 14.1397 0.300049 12.5797 0.300049Z",
5128
5165
  fill: "#3CBAF9"
5129
5166
  }
5130
5167
  ),
5131
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5168
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5132
5169
  "path",
5133
5170
  {
5134
5171
  d: "M17.1596 11.6099L17.0496 11.5899C16.9396 11.5699 16.7596 11.5199 16.5496 11.4399C16.1696 11.2999 15.7996 11.0899 15.4696 10.8499C14.1796 9.77994 13.3896 8.05994 13.3796 8.03994L12.9996 7.18994L11.6096 10.6199V10.7299C11.8696 12.5299 14.5096 14.0099 15.0296 14.2799C15.1396 14.3399 15.2496 14.3799 15.4196 14.4399C15.7496 14.5699 16.0896 14.6599 16.4096 14.7299C16.5396 14.7499 16.6396 14.7699 16.7196 14.7799L16.8896 14.7999C16.8896 14.7999 16.9696 14.7999 17.0196 14.7999C17.8496 14.7999 18.5496 14.1599 18.6096 13.3299C18.6796 12.4599 18.0296 11.6899 17.1696 11.6099H17.1596Z",
5135
5172
  fill: "#1D7EDE"
5136
5173
  }
5137
5174
  ),
5138
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5175
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5139
5176
  "path",
5140
5177
  {
5141
5178
  d: "M12.1596 16.61L10.0296 12.78L8.90963 16.28L6.76963 21.65C6.45963 22.48 6.87963 23.4 7.70963 23.71C7.88963 23.78 8.07963 23.81 8.26963 23.81C8.91963 23.81 9.52963 23.41 9.76963 22.77L10.9396 19.64L12.1596 16.63V16.61Z",
5142
5179
  fill: "#1D7EDE"
5143
5180
  }
5144
5181
  ),
5145
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5182
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5146
5183
  "path",
5147
5184
  {
5148
5185
  d: "M16.2696 21.64L13.6096 14.51V8.10997C13.5796 7.58997 13.2996 7.11997 12.8596 6.83997C12.5996 6.67997 12.3096 6.58997 12.0096 6.58997C11.1296 6.58997 10.5696 6.71997 10.1296 6.84997C9.26961 7.09997 8.57961 7.40997 7.56961 8.24997C6.48961 9.14997 5.67961 10.38 5.38961 11.15C5.22961 11.57 5.13961 11.92 5.08961 12.14C5.05961 12.27 5.03961 12.37 5.02961 12.45L5.00961 12.62C4.91961 13.54 5.46961 14.27 6.31961 14.35C7.12961 14.43 7.81961 13.95 8.06961 13.11C8.13961 12.88 8.23961 12.55 8.34961 12.34C8.74961 11.6 9.12961 11.21 9.40961 10.99V13.51C9.40961 14.55 9.74961 15.17 10.3096 16.2C10.6796 16.87 11.1296 17.7 11.6696 18.97L13.2496 22.75C13.4896 23.39 14.0996 23.79 14.7496 23.79C14.9296 23.79 15.1196 23.76 15.3096 23.69C15.7096 23.54 16.0296 23.24 16.2096 22.86C16.3896 22.48 16.3996 22.04 16.2496 21.64H16.2696Z",
@@ -5152,13 +5189,13 @@ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5152
5189
  ] }) })
5153
5190
  }
5154
5191
  );
5155
- var IconFigureWalk = (0, import_react38.forwardRef)(Icon38);
5192
+ var IconFigureWalk = (0, import_react39.forwardRef)(Icon39);
5156
5193
  var IconFigureWalk_default = IconFigureWalk;
5157
5194
 
5158
5195
  // src/IconPlateCovered.tsx
5159
- var import_react39 = __toESM(require_react(), 1);
5160
- var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
5161
- var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5196
+ var import_react40 = __toESM(require_react(), 1);
5197
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
5198
+ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5162
5199
  "svg",
5163
5200
  {
5164
5201
  viewBox: "0 0 24 24",
@@ -5169,29 +5206,29 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5169
5206
  height: size,
5170
5207
  ref,
5171
5208
  ...props,
5172
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
5173
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5209
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
5210
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5174
5211
  "path",
5175
5212
  {
5176
5213
  d: "M13.5 3.11C13.5 2.88 13.35 2.67 13.12 2.62C12.76 2.54 12.39 2.5 12 2.5C11.61 2.5 11.23 2.54 10.88 2.62C10.66 2.67 10.5 2.88 10.5 3.11V7.2H13.5V3.11Z",
5177
5214
  fill: "#70819C"
5178
5215
  }
5179
5216
  ),
5180
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5217
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5181
5218
  "path",
5182
5219
  {
5183
5220
  d: "M12 4.5C6.2 4.5 1.5 9.2 1.5 15C1.5 16.83 1.97 18.55 2.79 20.04H21.21C22.03 18.54 22.5 16.82 22.5 15C22.5 9.2 17.8 4.5 12 4.5Z",
5184
5221
  fill: "#8998AF"
5185
5222
  }
5186
5223
  ),
5187
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5224
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5188
5225
  "path",
5189
5226
  {
5190
5227
  d: "M5.59006 13.82C5.46006 13.82 5.32006 13.79 5.19006 13.74C4.69006 13.52 4.45006 12.93 4.68006 12.42C5.41006 10.75 6.72006 9.36002 8.34006 8.52002C8.83006 8.27002 9.43006 8.46002 9.69006 8.95002C9.94006 9.44002 9.75006 10.04 9.26006 10.3C8.04006 10.93 7.06006 11.97 6.51006 13.22C6.34006 13.59 5.98006 13.82 5.59006 13.82Z",
5191
5228
  fill: "white"
5192
5229
  }
5193
5230
  ),
5194
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5231
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5195
5232
  "path",
5196
5233
  {
5197
5234
  d: "M1.5 18.7H22.5C22.78 18.7 23 18.92 23 19.2V19.2999C23 20.3999 22.1 21.2999 21 21.2999H3C1.9 21.2999 1 20.3999 1 19.2999V19.2C1 18.92 1.22 18.7 1.5 18.7Z",
@@ -5201,13 +5238,13 @@ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5201
5238
  ] }) })
5202
5239
  }
5203
5240
  );
5204
- var IconPlateCovered = (0, import_react39.forwardRef)(Icon39);
5241
+ var IconPlateCovered = (0, import_react40.forwardRef)(Icon40);
5205
5242
  var IconPlateCovered_default = IconPlateCovered;
5206
5243
 
5207
5244
  // src/IconWindow2StoreDoubleband.tsx
5208
- var import_react40 = __toESM(require_react(), 1);
5209
- var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
5210
- var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5245
+ var import_react41 = __toESM(require_react(), 1);
5246
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
5247
+ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5211
5248
  "svg",
5212
5249
  {
5213
5250
  viewBox: "0 0 24 24",
@@ -5218,46 +5255,46 @@ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5218
5255
  height: size,
5219
5256
  ref,
5220
5257
  ...props,
5221
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
5222
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5258
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
5259
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5223
5260
  "path",
5224
5261
  {
5225
5262
  d: "M3.6703 9.62996C3.6703 9.11996 3.26031 8.69995 2.74031 8.69995C2.22031 8.69995 1.82031 9.10996 1.82031 9.62996V19.6199C1.82031 21.2399 3.1403 22.55 4.7603 22.55C8.9103 22.55 10.7103 22.55 12.8903 22.55C14.4703 22.55 16.2403 22.55 19.2403 22.56C20.8503 22.56 22.1703 21.25 22.1703 19.64V9.63995C22.1703 9.12995 21.7603 8.70995 21.2403 8.70995C20.7203 8.70995 20.3203 9.11995 20.3203 9.63995H3.6703V9.62996Z",
5226
5263
  fill: "#2CCA6F"
5227
5264
  }
5228
5265
  ),
5229
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5266
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5230
5267
  "path",
5231
5268
  {
5232
5269
  d: "M8.7403 14.95C8.3603 14.95 8.04028 15.26 8.04028 15.64V16.75C8.04028 17.13 8.3503 17.44 8.7403 17.44H9.8503C10.2303 17.44 10.5503 17.13 10.5503 16.75V15.64C10.5503 15.26 10.2403 14.95 9.8503 14.95H8.7403Z",
5233
5270
  fill: "white"
5234
5271
  }
5235
5272
  ),
5236
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5273
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5237
5274
  "path",
5238
5275
  {
5239
5276
  d: "M14.1403 14.95C13.7603 14.95 13.4403 15.26 13.4403 15.64V16.75C13.4403 17.13 13.7503 17.44 14.1403 17.44H15.2503C15.6303 17.44 15.9503 17.13 15.9503 16.75V15.64C15.9503 15.26 15.6403 14.95 15.2503 14.95H14.1403Z",
5240
5277
  fill: "white"
5241
5278
  }
5242
5279
  ),
5243
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5280
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5244
5281
  "path",
5245
5282
  {
5246
5283
  d: "M22 2H2C1.44772 2 1 2.44772 1 3V11C1 11.5523 1.44772 12 2 12H22C22.5523 12 23 11.5523 23 11V3C23 2.44772 22.5523 2 22 2Z",
5247
5284
  fill: "#25A18E"
5248
5285
  }
5249
5286
  ),
5250
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M23 5H1V9H23V5Z", fill: "#4EDB7D" })
5287
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M23 5H1V9H23V5Z", fill: "#4EDB7D" })
5251
5288
  ] }) })
5252
5289
  }
5253
5290
  );
5254
- var IconWindow2StoreDoubleband = (0, import_react40.forwardRef)(Icon40);
5291
+ var IconWindow2StoreDoubleband = (0, import_react41.forwardRef)(Icon41);
5255
5292
  var IconWindow2StoreDoubleband_default = IconWindow2StoreDoubleband;
5256
5293
 
5257
5294
  // src/IconMonitor.tsx
5258
- var import_react41 = __toESM(require_react(), 1);
5259
- var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
5260
- var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5295
+ var import_react42 = __toESM(require_react(), 1);
5296
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
5297
+ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5261
5298
  "svg",
5262
5299
  {
5263
5300
  viewBox: "0 0 24 24",
@@ -5268,22 +5305,22 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5268
5305
  height: size,
5269
5306
  ref,
5270
5307
  ...props,
5271
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
5272
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5308
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
5309
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5273
5310
  "path",
5274
5311
  {
5275
5312
  d: "M20.5 2.5C21.6046 2.5 22.5 3.39543 22.5 4.5V15.5C22.5 16.6046 21.6046 17.5 20.5 17.5H16V19.5H8V17.5H3.5C2.39543 17.5 1.5 16.6046 1.5 15.5V4.5C1.5 3.39543 2.39543 2.5 3.5 2.5H20.5Z",
5276
5313
  fill: "#8998AF"
5277
5314
  }
5278
5315
  ),
5279
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5316
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5280
5317
  "path",
5281
5318
  {
5282
5319
  d: "M17 19.2H7C6.44772 19.2 6 19.6477 6 20.2V20.8C6 21.3522 6.44772 21.8 7 21.8H17C17.5523 21.8 18 21.3522 18 20.8V20.2C18 19.6477 17.5523 19.2 17 19.2Z",
5283
5320
  fill: "#70819C"
5284
5321
  }
5285
5322
  ),
5286
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5323
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5287
5324
  "path",
5288
5325
  {
5289
5326
  d: "M19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V14.5C3.5 15.0523 3.94772 15.5 4.5 15.5H19.5C20.0523 15.5 20.5 15.0523 20.5 14.5V5.5C20.5 4.94772 20.0523 4.5 19.5 4.5Z",
@@ -5293,13 +5330,13 @@ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5293
5330
  ] }) })
5294
5331
  }
5295
5332
  );
5296
- var IconMonitor = (0, import_react41.forwardRef)(Icon41);
5333
+ var IconMonitor = (0, import_react42.forwardRef)(Icon42);
5297
5334
  var IconMonitor_default = IconMonitor;
5298
5335
 
5299
5336
  // src/IconBoxFlap.tsx
5300
- var import_react42 = __toESM(require_react(), 1);
5301
- var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
5302
- var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5337
+ var import_react43 = __toESM(require_react(), 1);
5338
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
5339
+ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5303
5340
  "svg",
5304
5341
  {
5305
5342
  viewBox: "0 0 24 24",
@@ -5310,9 +5347,9 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5310
5347
  height: size,
5311
5348
  ref,
5312
5349
  ...props,
5313
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
5314
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { x: 1, y: 3, width: 22, height: 18, rx: 2, fill: "#E98400" }),
5315
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5350
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
5351
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { x: 1, y: 3, width: 22, height: 18, rx: 2, fill: "#E98400" }),
5352
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5316
5353
  "path",
5317
5354
  {
5318
5355
  d: "M8 3H16V10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10V3Z",
@@ -5322,13 +5359,13 @@ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5322
5359
  ] }) })
5323
5360
  }
5324
5361
  );
5325
- var IconBoxFlap = (0, import_react42.forwardRef)(Icon42);
5362
+ var IconBoxFlap = (0, import_react43.forwardRef)(Icon43);
5326
5363
  var IconBoxFlap_default = IconBoxFlap;
5327
5364
 
5328
5365
  // src/IconCartLoad.tsx
5329
- var import_react43 = __toESM(require_react(), 1);
5330
- var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
5331
- var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5366
+ var import_react44 = __toESM(require_react(), 1);
5367
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
5368
+ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5332
5369
  "svg",
5333
5370
  {
5334
5371
  viewBox: "0 0 24 24",
@@ -5339,30 +5376,30 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5339
5376
  height: size,
5340
5377
  ref,
5341
5378
  ...props,
5342
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
5343
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5379
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
5380
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5344
5381
  "path",
5345
5382
  {
5346
5383
  d: "M9 4C8.45 4 8 4.45 8 5L8.00003 16H21L21 5C21 4.45 20.55 4 20 4H9Z",
5347
5384
  fill: "#E98400"
5348
5385
  }
5349
5386
  ),
5350
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5387
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5351
5388
  "path",
5352
5389
  {
5353
5390
  d: "M1.01 2.2C1.01 1.54 1.55 1 2.21 1H2.72C4.4 1 5.83 2.22 6.11 3.88C6.12 3.94 6.13 4.01 6.13 4.08V15.22C6.24 15.68 6.66 16.01 7.13 16.01H21.71C22.37 16.01 22.91 16.55 22.91 17.21C22.91 17.87 22.37 18.41 21.71 18.41H7.12C5.44 18.41 4.01 17.19 3.73 15.53C3.72 15.47 3.71 15.4 3.71 15.33V4.19C3.6 3.73 3.18 3.4 2.71 3.4H2.2C1.54 3.4 1 2.86 1 2.2H1.01Z",
5354
5391
  fill: "#8998AF"
5355
5392
  }
5356
5393
  ),
5357
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
5358
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5394
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
5395
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5359
5396
  "path",
5360
5397
  {
5361
5398
  d: "M8.23999 19.1202C9.33999 19.1202 10.24 20.0202 10.24 21.1202C10.2399 22.2201 9.33991 23.1202 8.23999 23.1202C7.14007 23.1202 6.24012 22.2201 6.23999 21.1202C6.23999 20.0202 7.13999 19.1202 8.23999 19.1202Z",
5362
5399
  fill: "#667387"
5363
5400
  }
5364
5401
  ),
5365
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5402
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5366
5403
  "path",
5367
5404
  {
5368
5405
  d: "M19.24 19.1202C20.34 19.1202 21.24 20.0202 21.24 21.1202C21.2399 22.2201 20.3399 23.1202 19.24 23.1202C18.1401 23.1202 17.2401 22.2201 17.24 21.1202C17.24 20.0202 18.14 19.1202 19.24 19.1202Z",
@@ -5370,7 +5407,7 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5370
5407
  }
5371
5408
  )
5372
5409
  ] }),
5373
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5410
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5374
5411
  "path",
5375
5412
  {
5376
5413
  d: "M12 4H17V8.5C17 8.78 16.78 9 16.5 9H12.5C12.22 9 12 8.78 12 8.5L12 4Z",
@@ -5380,13 +5417,13 @@ var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5380
5417
  ] }) })
5381
5418
  }
5382
5419
  );
5383
- var IconCartLoad = (0, import_react43.forwardRef)(Icon43);
5420
+ var IconCartLoad = (0, import_react44.forwardRef)(Icon44);
5384
5421
  var IconCartLoad_default = IconCartLoad;
5385
5422
 
5386
5423
  // src/IconDonut.tsx
5387
- var import_react44 = __toESM(require_react(), 1);
5388
- var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
5389
- var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5424
+ var import_react45 = __toESM(require_react(), 1);
5425
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
5426
+ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5390
5427
  "svg",
5391
5428
  {
5392
5429
  viewBox: "0 0 24 24",
@@ -5397,15 +5434,15 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5397
5434
  height: size,
5398
5435
  ref,
5399
5436
  ...props,
5400
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { children: [
5401
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5437
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { children: [
5438
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5402
5439
  "path",
5403
5440
  {
5404
5441
  d: "M12 1C5.92 1 1 5.92 1 12C1 18.08 5.92 23 12 23C18.08 23 23 18.08 23 12C23 5.92 18.07 1 12 1ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16Z",
5405
5442
  fill: "#C9AF8D"
5406
5443
  }
5407
5444
  ),
5408
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5445
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5409
5446
  "path",
5410
5447
  {
5411
5448
  d: "M12 1C5.92 1 1 5.92 1 12C1 13.47 1.29 14.87 1.82 16.15C2.82 16.04 3.91 16.07 5.02 16.4C8.71 17.5 7.74 20.79 12.62 20.8C17.5 20.8 18.03 17.5 20.52 16.4C21 16.19 21.6 16.06 22.25 15.99C22.73 14.75 23 13.4 23 12C23 5.92 18.09 1.01 12.01 1.01L12 1ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16Z",
@@ -5415,13 +5452,13 @@ var Icon44 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5415
5452
  ] })
5416
5453
  }
5417
5454
  );
5418
- var IconDonut = (0, import_react44.forwardRef)(Icon44);
5455
+ var IconDonut = (0, import_react45.forwardRef)(Icon45);
5419
5456
  var IconDonut_default = IconDonut;
5420
5457
 
5421
5458
  // src/IconRoundmeatBottombone.tsx
5422
- var import_react45 = __toESM(require_react(), 1);
5423
- var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
5424
- var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5459
+ var import_react46 = __toESM(require_react(), 1);
5460
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
5461
+ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5425
5462
  "svg",
5426
5463
  {
5427
5464
  viewBox: "0 0 24 24",
@@ -5432,15 +5469,15 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5432
5469
  height: size,
5433
5470
  ref,
5434
5471
  ...props,
5435
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { children: [
5436
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5472
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
5473
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5437
5474
  "path",
5438
5475
  {
5439
5476
  d: "M16.32 3.97003C12.84 0.490028 7.17 0.550028 3.77 4.14003C0.369996 7.73003 0.659996 13.12 4.02 16.41C6.36 18.7 9.67 19.41 12.62 18.54C14.25 18.06 16.01 18.5 17.21 19.7C16.61 20.39 16.64 21.42 17.29 22.08C17.94 22.74 19.08 22.76 19.76 22.08C20.23 21.61 20.38 20.93 20.19 20.34C20.17 20.26 20.23 20.2 20.31 20.22C20.91 20.4 21.58 20.26 22.05 19.79C22.73 19.11 22.73 18 22.05 17.32C21.37 16.64 20.36 16.65 19.67 17.24C18.47 16.04 18.02 14.28 18.5 12.66C19.39 9.68003 18.65 6.32003 16.3 3.97003H16.32Z",
5440
5477
  fill: "#FFCB64"
5441
5478
  }
5442
5479
  ),
5443
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5480
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5444
5481
  "path",
5445
5482
  {
5446
5483
  d: "M3.76995 4.14C0.53995 7.55 0.65995 13.12 4.01995 16.41C6.35995 18.7 9.66995 19.41 12.62 18.54C13.68 18.23 14.7999 18.31 15.78 18.74C16.34 18.35 16.8799 17.9 17.3799 17.4C17.8799 16.9 18.33 16.36 18.7199 15.8C18.2899 14.82 18.2 13.71 18.52 12.65C19.41 9.67 18.67 6.31 16.32 3.96C12.84 0.489998 7.16995 0.549998 3.76995 4.14Z",
@@ -5450,13 +5487,13 @@ var Icon45 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5450
5487
  ] })
5451
5488
  }
5452
5489
  );
5453
- var IconRoundmeatBottombone = (0, import_react45.forwardRef)(Icon45);
5490
+ var IconRoundmeatBottombone = (0, import_react46.forwardRef)(Icon46);
5454
5491
  var IconRoundmeatBottombone_default = IconRoundmeatBottombone;
5455
5492
 
5456
5493
  // src/IconPizzaSlice.tsx
5457
- var import_react46 = __toESM(require_react(), 1);
5458
- var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
5459
- var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5494
+ var import_react47 = __toESM(require_react(), 1);
5495
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
5496
+ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5460
5497
  "svg",
5461
5498
  {
5462
5499
  viewBox: "0 0 24 24",
@@ -5467,36 +5504,36 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5467
5504
  height: size,
5468
5505
  ref,
5469
5506
  ...props,
5470
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { children: [
5471
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5507
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
5508
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5472
5509
  "path",
5473
5510
  {
5474
5511
  d: "M1.42004 6.74L11.16 21.92C11.55 22.53 12.45 22.53 12.84 21.92L22.58 6.74C19.53 4.77999 15.9 3.62 12 3.62C8.10004 3.62 4.47004 4.76999 1.42004 6.74Z",
5475
5512
  fill: "#FFAA00"
5476
5513
  }
5477
5514
  ),
5478
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5515
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5479
5516
  "path",
5480
5517
  {
5481
5518
  d: "M21.4999 8.42C18.6499 6.59 15.3599 5.62 11.9999 5.62C8.63994 5.62 5.34994 6.59 2.49994 8.42L0.889941 5.92C0.589941 5.45 0.719941 4.8 1.20994 4.52C4.49994 2.62 8.19994 1.62 11.9999 1.62C15.7999 1.62 19.4999 2.62 22.7899 4.52C23.2799 4.8 23.4199 5.45 23.1099 5.92L21.4999 8.42Z",
5482
5519
  fill: "#E98400"
5483
5520
  }
5484
5521
  ),
5485
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5522
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5486
5523
  "path",
5487
5524
  {
5488
5525
  d: "M8.64002 13C9.74458 13 10.64 12.1046 10.64 11C10.64 9.89543 9.74458 9 8.64002 9C7.53545 9 6.64001 9.89543 6.64001 11C6.64001 12.1046 7.53545 13 8.64002 13Z",
5489
5526
  fill: "#E9692C"
5490
5527
  }
5491
5528
  ),
5492
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5529
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5493
5530
  "path",
5494
5531
  {
5495
5532
  d: "M13 17.71C14.1046 17.71 15 16.8145 15 15.71C15 14.6054 14.1046 13.71 13 13.71C11.8954 13.71 11 14.6054 11 15.71C11 16.8145 11.8954 17.71 13 17.71Z",
5496
5533
  fill: "#E9692C"
5497
5534
  }
5498
5535
  ),
5499
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5536
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5500
5537
  "path",
5501
5538
  {
5502
5539
  d: "M15.14 11.47C15.8579 11.47 16.44 10.888 16.44 10.17C16.44 9.45203 15.8579 8.87 15.14 8.87C14.422 8.87 13.84 9.45203 13.84 10.17C13.84 10.888 14.422 11.47 15.14 11.47Z",
@@ -5506,13 +5543,13 @@ var Icon46 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5506
5543
  ] })
5507
5544
  }
5508
5545
  );
5509
- var IconPizzaSlice = (0, import_react46.forwardRef)(Icon46);
5546
+ var IconPizzaSlice = (0, import_react47.forwardRef)(Icon47);
5510
5547
  var IconPizzaSlice_default = IconPizzaSlice;
5511
5548
 
5512
5549
  // src/IconIcecreamcone.tsx
5513
- var import_react47 = __toESM(require_react(), 1);
5514
- var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
5515
- var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5550
+ var import_react48 = __toESM(require_react(), 1);
5551
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
5552
+ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5516
5553
  "svg",
5517
5554
  {
5518
5555
  viewBox: "0 0 24 24",
@@ -5523,15 +5560,15 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5523
5560
  height: size,
5524
5561
  ref,
5525
5562
  ...props,
5526
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { children: [
5527
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5563
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { children: [
5564
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5528
5565
  "path",
5529
5566
  {
5530
5567
  d: "M11.15 22.81L7 16.17H17L12.85 22.81C12.46 23.44 11.55 23.44 11.15 22.81Z",
5531
5568
  fill: "#E98400"
5532
5569
  }
5533
5570
  ),
5534
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5571
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5535
5572
  "path",
5536
5573
  {
5537
5574
  d: "M18.2 10.19C18.69 9.65998 19 8.94998 19 8.16998C19 6.50998 17.66 5.16998 16 5.16998H15.7C15.73 4.98998 15.74 4.80998 15.74 4.61998C15.74 2.71998 14.41 1.12998 12.63 0.72998C12.3 1.63998 11.44 2.13998 10 2.43998C8.66 2.71998 7.7 3.88998 7.81 5.19998C6.24 5.29998 5 6.58998 5 8.17998C5 8.95998 5.31 9.66998 5.8 10.2C4.24 10.31 3 11.59 3 13.18C3 14.77 4.34 16.18 6 16.18H18C19.66 16.18 21 14.84 21 13.18C21 11.52 19.76 10.31 18.2 10.2V10.19Z",
@@ -5541,13 +5578,13 @@ var Icon47 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5541
5578
  ] })
5542
5579
  }
5543
5580
  );
5544
- var IconIcecreamcone = (0, import_react47.forwardRef)(Icon47);
5581
+ var IconIcecreamcone = (0, import_react48.forwardRef)(Icon48);
5545
5582
  var IconIcecreamcone_default = IconIcecreamcone;
5546
5583
 
5547
5584
  // src/IconAsteriskHorizrectangleCoolwave3.tsx
5548
- var import_react48 = __toESM(require_react(), 1);
5549
- var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
5550
- var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5585
+ var import_react49 = __toESM(require_react(), 1);
5586
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
5587
+ var Icon49 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5551
5588
  "svg",
5552
5589
  {
5553
5590
  viewBox: "0 0 24 24",
@@ -5558,23 +5595,23 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5558
5595
  height: size,
5559
5596
  ref,
5560
5597
  ...props,
5561
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { children: [
5562
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { children: [
5563
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5598
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
5599
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
5600
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5564
5601
  "path",
5565
5602
  {
5566
5603
  d: "M15.0004 15.7002C15.4402 15.7004 15.8002 16.0601 15.8002 16.5C15.8002 18.76 17.0103 19.5898 17.3803 19.7998C17.7701 20.0098 17.9095 20.4997 17.6996 20.8896C17.5497 21.1595 17.2802 21.3094 17.0004 21.3096V21.2998C16.8704 21.2998 16.7395 21.2702 16.6195 21.2002C15.1097 20.3702 14.1996 18.6199 14.1996 16.5C14.1996 16.06 14.5604 15.7002 15.0004 15.7002Z",
5567
5604
  fill: "#1D7EDE"
5568
5605
  }
5569
5606
  ),
5570
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5607
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5571
5608
  "path",
5572
5609
  {
5573
5610
  d: "M9.00039 15.6895C9.44023 15.6897 9.8002 16.0504 9.8002 16.4902C9.80011 18.6101 8.90021 20.3705 7.38028 21.1904C7.2604 21.2604 7.13026 21.29 7.00039 21.29V21.2998C6.7204 21.2998 6.4402 21.1499 6.3002 20.8799C6.0902 20.4899 6.23051 20.01 6.62051 19.79C6.99089 19.5897 8.19951 18.7493 8.19961 16.4902C8.19961 16.0502 8.56039 15.6895 9.00039 15.6895Z",
5574
5611
  fill: "#1D7EDE"
5575
5612
  }
5576
5613
  ),
5577
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5614
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5578
5615
  "path",
5579
5616
  {
5580
5617
  d: "M12.0004 15.7002C12.4402 15.7004 12.8002 16.0601 12.8002 16.5V20.5C12.8002 20.9398 12.4402 21.2996 12.0004 21.2998C11.5604 21.2998 11.1996 20.94 11.1996 20.5V16.5C11.1996 16.06 11.5604 15.7002 12.0004 15.7002Z",
@@ -5582,14 +5619,14 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5582
5619
  }
5583
5620
  )
5584
5621
  ] }),
5585
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5622
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5586
5623
  "path",
5587
5624
  {
5588
5625
  d: "M21.5 3.5H2.5C1.4 3.5 0.5 4.4 0.5 5.5V12.5C0.5 13.6 1.4 14.5 2.5 14.5H21.5C22.6 14.5 23.5 13.6 23.5 12.5V5.5C23.5 4.4 22.6 3.5 21.5 3.5Z",
5589
5626
  fill: "#3CBAF9"
5590
5627
  }
5591
5628
  ),
5592
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5629
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5593
5630
  "path",
5594
5631
  {
5595
5632
  d: "M8.03419 9.55385C8.36881 9.75 8.48419 10.1654 8.28804 10.5C8.16112 10.7192 7.93035 10.8462 7.68804 10.8462C7.57265 10.8462 7.44573 10.8115 7.34188 10.7538L6.38419 10.2V11.3077C6.38419 11.6885 6.07265 12 5.69188 12C5.31112 12 4.99958 11.6885 4.99958 11.3077V10.2L4.04188 10.7538C3.93804 10.8115 3.81112 10.8462 3.69573 10.8462C3.45342 10.8462 3.22265 10.7192 3.09573 10.5C2.89958 10.1654 3.01496 9.75 3.34958 9.55385L4.30727 9L3.34958 8.44615C3.01496 8.25 2.89958 7.83461 3.09573 7.5C3.29188 7.16538 3.70727 7.05 4.04188 7.24615L4.99958 7.8V6.69231C4.99958 6.31154 5.31112 6 5.69188 6C6.07265 6 6.38419 6.31154 6.38419 6.69231V7.8L7.34188 7.24615C7.6765 7.05 8.09188 7.16538 8.28804 7.5C8.48419 7.83461 8.36881 8.25 8.03419 8.44615L7.0765 9L8.03419 9.55385Z",
@@ -5599,16 +5636,16 @@ var Icon48 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5599
5636
  ] })
5600
5637
  }
5601
5638
  );
5602
- var IconAsteriskHorizrectangleCoolwave3 = (0, import_react48.forwardRef)(Icon48);
5639
+ var IconAsteriskHorizrectangleCoolwave3 = (0, import_react49.forwardRef)(Icon49);
5603
5640
  var IconAsteriskHorizrectangleCoolwave3_default = IconAsteriskHorizrectangleCoolwave3;
5604
5641
 
5605
5642
  // src/IconSparkle2.tsx
5606
5643
  var React = __toESM(require_react(), 1);
5607
- var import_react49 = __toESM(require_react(), 1);
5608
- var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
5609
- var Icon49 = ({ size = 24, ...props }, ref) => {
5644
+ var import_react50 = __toESM(require_react(), 1);
5645
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
5646
+ var Icon50 = ({ size = 24, ...props }, ref) => {
5610
5647
  const id = React.useId();
5611
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5648
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5612
5649
  "svg",
5613
5650
  {
5614
5651
  viewBox: "0 0 24 24",
@@ -5620,15 +5657,15 @@ var Icon49 = ({ size = 24, ...props }, ref) => {
5620
5657
  ref,
5621
5658
  ...props,
5622
5659
  children: [
5623
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { children: [
5624
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5660
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
5661
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5625
5662
  "path",
5626
5663
  {
5627
5664
  d: "M18.4275 1.19023C18.2971 0.859844 17.9739 0.646359 17.6189 0.65608C17.2638 0.665801 16.9528 0.89665 16.8407 1.23367L16.1495 3.31161C15.9323 3.96474 15.4365 4.48783 14.7959 4.73974L12.6909 5.56756C12.3604 5.69754 12.1465 6.02046 12.1558 6.37551C12.1651 6.73056 12.3956 7.04185 12.7324 7.15437L14.8154 7.85008C15.4664 8.06752 15.9878 8.5618 16.2398 9.20024L17.0724 11.3102C17.2028 11.6406 17.526 11.8541 17.8811 11.8443C18.2361 11.8346 18.5471 11.6038 18.6592 11.2667L19.3504 9.18881C19.5677 8.53568 20.0635 8.01258 20.704 7.76067L22.809 6.93286C23.1395 6.80287 23.3534 6.47996 23.3441 6.12491C23.3348 5.76986 23.1044 5.45857 22.7675 5.34605L20.6846 4.65034C20.0336 4.4329 19.5121 3.93862 19.2601 3.30018L18.4275 1.19023Z",
5628
5665
  fill: `url(#${id}_paint_0)`
5629
5666
  }
5630
5667
  ),
5631
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5668
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5632
5669
  "path",
5633
5670
  {
5634
5671
  d: "M9.75971 7.13292C9.60531 6.74168 9.2226 6.48887 8.80215 6.50038C8.3817 6.51189 8.01339 6.78526 7.88064 7.18437L6.78927 10.4653C6.41504 11.5903 5.56103 12.4914 4.45767 12.9253L1.13402 14.2323C0.742603 14.3863 0.489341 14.7687 0.500345 15.1891C0.511349 15.6096 0.784266 15.9782 1.1832 16.1115L4.47203 17.2099C5.59338 17.5845 6.4916 18.4359 6.92558 19.5356L8.2403 22.8671C8.3947 23.2583 8.77741 23.5111 9.19786 23.4996C9.6183 23.4881 9.98661 23.2147 10.1194 22.8156L11.2107 19.5347C11.585 18.4097 12.439 17.5087 13.5423 17.0747L16.866 15.7677C17.2574 15.6137 17.5107 15.2313 17.4997 14.8109C17.4887 14.3904 17.2157 14.0218 16.8168 13.8886L13.528 12.7901C12.4066 12.4155 11.5084 11.5641 11.0744 10.4644L9.75971 7.13292Z",
@@ -5636,8 +5673,8 @@ var Icon49 = ({ size = 24, ...props }, ref) => {
5636
5673
  }
5637
5674
  )
5638
5675
  ] }) }),
5639
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("defs", { children: [
5640
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5676
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("defs", { children: [
5677
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5641
5678
  "linearGradient",
5642
5679
  {
5643
5680
  id: `${id}_paint_0`,
@@ -5647,12 +5684,12 @@ var Icon49 = ({ size = 24, ...props }, ref) => {
5647
5684
  y2: 0.73374,
5648
5685
  gradientUnits: "userSpaceOnUse",
5649
5686
  children: [
5650
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5651
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5687
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5688
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5652
5689
  ]
5653
5690
  }
5654
5691
  ),
5655
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5692
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5656
5693
  "linearGradient",
5657
5694
  {
5658
5695
  id: `${id}_paint_1`,
@@ -5662,24 +5699,24 @@ var Icon49 = ({ size = 24, ...props }, ref) => {
5662
5699
  y2: 0.73374,
5663
5700
  gradientUnits: "userSpaceOnUse",
5664
5701
  children: [
5665
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5666
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5702
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5703
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5667
5704
  ]
5668
5705
  }
5669
5706
  ),
5670
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
5707
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
5671
5708
  ] })
5672
5709
  ]
5673
5710
  }
5674
5711
  );
5675
5712
  };
5676
- var IconSparkle2 = (0, import_react49.forwardRef)(Icon49);
5713
+ var IconSparkle2 = (0, import_react50.forwardRef)(Icon50);
5677
5714
  var IconSparkle2_default = IconSparkle2;
5678
5715
 
5679
5716
  // src/IconPost.tsx
5680
- var import_react50 = __toESM(require_react(), 1);
5681
- var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
5682
- var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5717
+ var import_react51 = __toESM(require_react(), 1);
5718
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
5719
+ var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5683
5720
  "svg",
5684
5721
  {
5685
5722
  viewBox: "0 0 24 24",
@@ -5690,8 +5727,8 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5690
5727
  height: size,
5691
5728
  ref,
5692
5729
  ...props,
5693
- children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
5694
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5730
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
5731
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5695
5732
  "path",
5696
5733
  {
5697
5734
  fillRule: "evenodd",
@@ -5700,22 +5737,22 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5700
5737
  fill: "#3CBAF9"
5701
5738
  }
5702
5739
  ),
5703
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { children: [
5704
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5740
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
5741
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5705
5742
  "path",
5706
5743
  {
5707
5744
  d: "M6 4.99976C5.44772 4.99976 5 5.44747 5 5.99976V8.49976C5 9.05204 5.44772 9.49976 6 9.49976H8.5C9.05228 9.49976 9.5 9.05204 9.5 8.49976V5.99976C9.5 5.44747 9.05228 4.99976 8.5 4.99976H6Z",
5708
5745
  fill: "white"
5709
5746
  }
5710
5747
  ),
5711
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5748
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5712
5749
  "path",
5713
5750
  {
5714
5751
  d: "M5 13.4998C5 12.9475 5.44772 12.4998 6 12.4998H16C16.5523 12.4998 17 12.9475 17 13.4998C17 14.052 16.5523 14.4998 16 14.4998H6C5.44772 14.4998 5 14.052 5 13.4998Z",
5715
5752
  fill: "white"
5716
5753
  }
5717
5754
  ),
5718
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5755
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5719
5756
  "path",
5720
5757
  {
5721
5758
  d: "M5 17.9998C5 17.4475 5.44772 16.9998 6 16.9998H12C12.5523 16.9998 13 17.4475 13 17.9998C13 18.552 12.5523 18.9998 12 18.9998H6C5.44772 18.9998 5 18.552 5 17.9998Z",
@@ -5726,13 +5763,13 @@ var Icon50 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5726
5763
  ] })
5727
5764
  }
5728
5765
  );
5729
- var IconPost = (0, import_react50.forwardRef)(Icon50);
5766
+ var IconPost = (0, import_react51.forwardRef)(Icon51);
5730
5767
  var IconPost_default = IconPost;
5731
5768
 
5732
5769
  // src/IconGift.tsx
5733
- var import_react51 = __toESM(require_react(), 1);
5734
- var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
5735
- var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5770
+ var import_react52 = __toESM(require_react(), 1);
5771
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
5772
+ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5736
5773
  "svg",
5737
5774
  {
5738
5775
  viewBox: "0 0 24 24",
@@ -5743,15 +5780,15 @@ var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5743
5780
  height: size,
5744
5781
  ref,
5745
5782
  ...props,
5746
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { children: [
5747
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5783
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { children: [
5784
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5748
5785
  "path",
5749
5786
  {
5750
5787
  d: "M8.8682 1.13477C8.39034 0.656905 7.61557 0.656897 7.1377 1.13476C6.65983 1.61261 6.65983 2.38738 7.13769 2.86525L9.27239 5H3.0197C1.90425 5 1 5.90425 1 7.0197V8.9803C1 9.91677 1.63736 10.7044 2.50195 10.933V12L2.50202 19.2315C2.50203 20.4361 3.27064 21.5521 4.47874 21.9023C9.57003 23.3781 14.5992 23.353 19.5365 21.9044C20.7401 21.5512 21.502 20.4373 21.5019 19.2383L21.5019 12V10.932C22.3645 10.7021 23 9.91539 23 8.9803V7.0197C23 5.90425 22.0957 5 20.9803 5H14.7334L16.8682 2.86527C17.3461 2.38741 17.3461 1.61264 16.8682 1.13477C16.3903 0.656905 15.6156 0.656897 15.1377 1.13476L12.0029 4.26952L8.8682 1.13477Z",
5751
5788
  fill: "#FF6F0F"
5752
5789
  }
5753
5790
  ),
5754
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5791
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5755
5792
  "path",
5756
5793
  {
5757
5794
  d: "M15.1445 1.15243C15.6131 0.68411 16.3732 0.684213 16.8418 1.15243C17.3104 1.621 17.3102 2.38105 16.8418 2.84969L13 6.69149V11.0001H21.5V13.0001H13V23.0001H11V13.0001H2.5V11.0001H11V6.70125L7.14746 2.84969L7.06543 2.75887C6.68089 2.28754 6.70808 1.59181 7.14746 1.15243C7.58687 0.71321 8.28264 0.685874 8.75391 1.07039L8.84473 1.15243L11.9941 4.30282L15.1445 1.15243Z",
@@ -5761,13 +5798,13 @@ var Icon51 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5761
5798
  ] })
5762
5799
  }
5763
5800
  );
5764
- var IconGift = (0, import_react51.forwardRef)(Icon51);
5801
+ var IconGift = (0, import_react52.forwardRef)(Icon52);
5765
5802
  var IconGift_default = IconGift;
5766
5803
 
5767
5804
  // src/IconSneakerLiftedLeftside.tsx
5768
- var import_react52 = __toESM(require_react(), 1);
5769
- var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
5770
- var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5805
+ var import_react53 = __toESM(require_react(), 1);
5806
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
5807
+ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5771
5808
  "svg",
5772
5809
  {
5773
5810
  viewBox: "0 0 24 24",
@@ -5778,22 +5815,22 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5778
5815
  height: size,
5779
5816
  ref,
5780
5817
  ...props,
5781
- children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { children: [
5782
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5818
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { children: [
5819
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5783
5820
  "path",
5784
5821
  {
5785
5822
  d: "M20.584 7.22147C20.114 6.22147 18.91 5.75002 17.91 6.21002L17.05 6.61002C16.55 5.09002 15.68 3.78002 14.55 2.75002C14.1 2.35002 13.4 2.44002 13.06 2.94002L8.58 9.50002H6.5C3.19 9.50002 0.5 12.19 0.5 15.5V17.5H9.79L15 16.99L23.33 13.1L20.56 7.17002L20.584 7.22147Z",
5786
5823
  fill: "#FF6F0F"
5787
5824
  }
5788
5825
  ),
5789
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5826
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5790
5827
  "path",
5791
5828
  {
5792
5829
  d: "M23.31 13.0499L22.68 11.6899L10.83 17.2199C10.43 17.4099 10 17.4999 9.56 17.4999H0.5V18.9999C0.5 20.0999 1.4 20.9999 2.5 20.9999H10.33C10.77 20.9999 11.2 20.8999 11.6 20.7199L22.34 15.7099C23.34 15.2399 23.77 14.0499 23.31 13.0499Z",
5793
5830
  fill: "#FFAA00"
5794
5831
  }
5795
5832
  ),
5796
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5833
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5797
5834
  "path",
5798
5835
  {
5799
5836
  d: "M14.3698 9.98996L9.72984 7.82996L8.58984 9.49996L13.5298 11.8C14.0298 12.03 14.6298 11.82 14.8598 11.32C15.0898 10.82 14.8798 10.22 14.3798 9.98996H14.3698Z",
@@ -5803,13 +5840,13 @@ var Icon52 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5803
5840
  ] })
5804
5841
  }
5805
5842
  );
5806
- var IconSneakerLiftedLeftside = (0, import_react52.forwardRef)(Icon52);
5843
+ var IconSneakerLiftedLeftside = (0, import_react53.forwardRef)(Icon53);
5807
5844
  var IconSneakerLiftedLeftside_default = IconSneakerLiftedLeftside;
5808
5845
 
5809
5846
  // src/IconClover4.tsx
5810
- var import_react53 = __toESM(require_react(), 1);
5811
- var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
5812
- var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5847
+ var import_react54 = __toESM(require_react(), 1);
5848
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
5849
+ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5813
5850
  "svg",
5814
5851
  {
5815
5852
  viewBox: "0 0 24 24",
@@ -5820,8 +5857,8 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5820
5857
  height: size,
5821
5858
  ref,
5822
5859
  ...props,
5823
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { children: [
5824
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5860
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { children: [
5861
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5825
5862
  "path",
5826
5863
  {
5827
5864
  fillRule: "evenodd",
@@ -5830,7 +5867,7 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5830
5867
  fill: "#2CCA6F"
5831
5868
  }
5832
5869
  ),
5833
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5870
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5834
5871
  "path",
5835
5872
  {
5836
5873
  fillRule: "evenodd",
@@ -5842,13 +5879,13 @@ var Icon53 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5842
5879
  ] })
5843
5880
  }
5844
5881
  );
5845
- var IconClover4 = (0, import_react53.forwardRef)(Icon53);
5882
+ var IconClover4 = (0, import_react54.forwardRef)(Icon54);
5846
5883
  var IconClover4_default = IconClover4;
5847
5884
 
5848
5885
  // src/IconGamepad.tsx
5849
- var import_react54 = __toESM(require_react(), 1);
5850
- var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
5851
- var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5886
+ var import_react55 = __toESM(require_react(), 1);
5887
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
5888
+ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5852
5889
  "svg",
5853
5890
  {
5854
5891
  viewBox: "0 0 24 24",
@@ -5859,37 +5896,37 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5859
5896
  height: size,
5860
5897
  ref,
5861
5898
  ...props,
5862
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { children: [
5863
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5899
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
5900
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5864
5901
  "path",
5865
5902
  {
5866
5903
  d: "M12.0791 7C11.5291 7 11.0791 6.55 11.0791 6V2C11.0791 1.45 11.5291 1 12.0791 1C12.6291 1 13.0791 1.45 13.0791 2V6C13.0791 6.55 12.6291 7 12.0791 7Z",
5867
5904
  fill: "#70819C"
5868
5905
  }
5869
5906
  ),
5870
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5907
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5871
5908
  "path",
5872
5909
  {
5873
5910
  d: "M20.9911 8.02988C20.8311 7.39988 20.3811 6.89988 19.7911 6.64988C17.4811 5.67988 14.8211 5.12988 11.9911 5.12988C9.16109 5.12988 6.50109 5.68988 4.19109 6.64988C3.59109 6.89988 3.14109 7.39988 2.99109 8.02988L0.671093 17.3999C0.531093 17.9499 0.491093 18.5199 0.611093 19.0699C1.07109 21.0699 2.86109 22.5599 4.99109 22.5599C7.47109 22.5599 9.47109 20.5599 9.49109 18.0899H14.5011C14.5211 20.5599 16.5211 22.5599 19.0011 22.5599C21.1411 22.5599 22.9211 21.0699 23.3811 19.0699C23.5111 18.5199 23.4611 17.9399 23.3211 17.3999L21.0011 8.02988H20.9911Z",
5874
5911
  fill: "#8998AF"
5875
5912
  }
5876
5913
  ),
5877
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { children: [
5878
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5914
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
5915
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5879
5916
  "path",
5880
5917
  {
5881
5918
  d: "M8.29297 8.72949C8.73297 8.72949 9.09277 9.09027 9.09277 9.53027V10.9795H10.543C10.983 10.9795 11.3428 11.3403 11.3428 11.7803C11.3426 12.2201 10.9829 12.5801 10.543 12.5801H9.09277V14.0303C9.09261 14.4701 8.73287 14.8301 8.29297 14.8301C7.85316 14.83 7.49332 14.4701 7.49316 14.0303V12.5801H6.04297C5.60316 12.58 5.24332 12.2201 5.24316 11.7803C5.24316 11.3403 5.60306 10.9796 6.04297 10.9795H7.49316V9.53027C7.49316 9.09034 7.85306 8.7296 8.29297 8.72949Z",
5882
5919
  fill: "white"
5883
5920
  }
5884
5921
  ),
5885
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5922
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5886
5923
  "path",
5887
5924
  {
5888
5925
  d: "M14.5869 12.0303C15.2769 12.0303 15.8369 12.5903 15.8369 13.2803C15.8368 13.9702 15.2768 14.5303 14.5869 14.5303C13.897 14.5303 13.337 13.9702 13.3369 13.2803C13.3369 12.5903 13.8969 12.0303 14.5869 12.0303Z",
5889
5926
  fill: "white"
5890
5927
  }
5891
5928
  ),
5892
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5929
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5893
5930
  "path",
5894
5931
  {
5895
5932
  d: "M16.9932 9.03027C17.6832 9.03027 18.2432 9.59027 18.2432 10.2803C18.243 10.9702 17.6831 11.5303 16.9932 11.5303C16.3032 11.5303 15.7433 10.9702 15.7432 10.2803C15.7432 9.59027 16.3032 9.03027 16.9932 9.03027Z",
@@ -5900,13 +5937,13 @@ var Icon54 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5900
5937
  ] })
5901
5938
  }
5902
5939
  );
5903
- var IconGamepad = (0, import_react54.forwardRef)(Icon54);
5940
+ var IconGamepad = (0, import_react55.forwardRef)(Icon55);
5904
5941
  var IconGamepad_default = IconGamepad;
5905
5942
 
5906
5943
  // src/IconCamera.tsx
5907
- var import_react55 = __toESM(require_react(), 1);
5908
- var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
5909
- var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5944
+ var import_react56 = __toESM(require_react(), 1);
5945
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime(), 1);
5946
+ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5910
5947
  "svg",
5911
5948
  {
5912
5949
  viewBox: "0 0 24 24",
@@ -5917,29 +5954,29 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5917
5954
  height: size,
5918
5955
  ref,
5919
5956
  ...props,
5920
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { children: [
5921
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5957
+ children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("g", { children: [
5958
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5922
5959
  "path",
5923
5960
  {
5924
5961
  d: "M17.65 5.01L16.19 2.5C16.01 2.19 15.68 2 15.33 2H8.66C8.3 2 7.97 2.19 7.8 2.5L6.34 5.01H3.8C2.25 5.01 1 6.26 1 7.81V18.25C1 19.41 1.73 20.5 2.92 20.83C4.59 21.29 7.83 22 12 22C16.17 22 19.4 21.3 21.08 20.83C22.27 20.5 23 19.41 23 18.25V7.81C23 6.26 21.75 5.01 20.2 5.01H17.65Z",
5925
5962
  fill: "#3CBAF9"
5926
5963
  }
5927
5964
  ),
5928
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5965
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5929
5966
  "path",
5930
5967
  {
5931
5968
  d: "M16.9852 13.311C16.9852 10.5496 14.7467 8.31103 11.9852 8.31103C9.22381 8.31104 6.98523 10.5496 6.98523 13.311C6.98523 16.0725 9.22381 18.311 11.9852 18.311C14.7467 18.311 16.9852 16.0725 16.9852 13.311Z",
5932
5969
  fill: "white"
5933
5970
  }
5934
5971
  ),
5935
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5972
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5936
5973
  "path",
5937
5974
  {
5938
5975
  d: "M11.9766 16.3101C13.6366 16.3101 14.9766 14.9701 14.9766 13.3101C14.9766 11.6501 13.6366 10.3101 11.9766 10.3101C10.3166 10.3101 8.97656 11.6501 8.97656 13.3101C8.97656 14.9701 10.3166 16.3101 11.9766 16.3101Z",
5939
5976
  fill: "#318EFF"
5940
5977
  }
5941
5978
  ),
5942
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5979
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5943
5980
  "path",
5944
5981
  {
5945
5982
  d: "M19.3281 9.98999C19.8804 9.98999 20.3281 9.54227 20.3281 8.98999C20.3281 8.43771 19.8804 7.98999 19.3281 7.98999C18.7758 7.98999 18.3281 8.43771 18.3281 8.98999C18.3281 9.54227 18.7758 9.98999 19.3281 9.98999Z",
@@ -5949,13 +5986,13 @@ var Icon55 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5949
5986
  ] })
5950
5987
  }
5951
5988
  );
5952
- var IconCamera = (0, import_react55.forwardRef)(Icon55);
5989
+ var IconCamera = (0, import_react56.forwardRef)(Icon56);
5953
5990
  var IconCamera_default = IconCamera;
5954
5991
 
5955
5992
  // src/IconHorizlineViewfinder.tsx
5956
- var import_react56 = __toESM(require_react(), 1);
5957
- var import_jsx_runtime56 = __toESM(require_jsx_runtime(), 1);
5958
- var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5993
+ var import_react57 = __toESM(require_react(), 1);
5994
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime(), 1);
5995
+ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5959
5996
  "svg",
5960
5997
  {
5961
5998
  viewBox: "0 0 24 24",
@@ -5966,8 +6003,8 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5966
6003
  height: size,
5967
6004
  ref,
5968
6005
  ...props,
5969
- children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("g", { children: [
5970
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6006
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { children: [
6007
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5971
6008
  "path",
5972
6009
  {
5973
6010
  fillRule: "evenodd",
@@ -5976,7 +6013,7 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5976
6013
  fill: "#70819C"
5977
6014
  }
5978
6015
  ),
5979
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6016
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5980
6017
  "path",
5981
6018
  {
5982
6019
  fillRule: "evenodd",
@@ -5985,7 +6022,7 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5985
6022
  fill: "#70819C"
5986
6023
  }
5987
6024
  ),
5988
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6025
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5989
6026
  "path",
5990
6027
  {
5991
6028
  fillRule: "evenodd",
@@ -5994,7 +6031,7 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
5994
6031
  fill: "#70819C"
5995
6032
  }
5996
6033
  ),
5997
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6034
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5998
6035
  "path",
5999
6036
  {
6000
6037
  fillRule: "evenodd",
@@ -6003,7 +6040,7 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6003
6040
  fill: "#70819C"
6004
6041
  }
6005
6042
  ),
6006
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6043
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6007
6044
  "path",
6008
6045
  {
6009
6046
  fillRule: "evenodd",
@@ -6015,13 +6052,13 @@ var Icon56 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6015
6052
  ] }) })
6016
6053
  }
6017
6054
  );
6018
- var IconHorizlineViewfinder = (0, import_react56.forwardRef)(Icon56);
6055
+ var IconHorizlineViewfinder = (0, import_react57.forwardRef)(Icon57);
6019
6056
  var IconHorizlineViewfinder_default = IconHorizlineViewfinder;
6020
6057
 
6021
6058
  // src/IconWonShield.tsx
6022
- var import_react57 = __toESM(require_react(), 1);
6023
- var import_jsx_runtime57 = __toESM(require_jsx_runtime(), 1);
6024
- var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6059
+ var import_react58 = __toESM(require_react(), 1);
6060
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime(), 1);
6061
+ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6025
6062
  "svg",
6026
6063
  {
6027
6064
  viewBox: "0 0 24 24",
@@ -6032,8 +6069,8 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6032
6069
  height: size,
6033
6070
  ref,
6034
6071
  ...props,
6035
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { children: [
6036
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6072
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { children: [
6073
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6037
6074
  "path",
6038
6075
  {
6039
6076
  fillRule: "evenodd",
@@ -6042,7 +6079,7 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6042
6079
  fill: "#55A7FF"
6043
6080
  }
6044
6081
  ),
6045
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6082
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6046
6083
  "path",
6047
6084
  {
6048
6085
  fillRule: "evenodd",
@@ -6054,13 +6091,13 @@ var Icon57 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6054
6091
  ] })
6055
6092
  }
6056
6093
  );
6057
- var IconWonShield = (0, import_react57.forwardRef)(Icon57);
6094
+ var IconWonShield = (0, import_react58.forwardRef)(Icon58);
6058
6095
  var IconWonShield_default = IconWonShield;
6059
6096
 
6060
6097
  // src/IconMask2SmileStacked.tsx
6061
- var import_react58 = __toESM(require_react(), 1);
6062
- var import_jsx_runtime58 = __toESM(require_jsx_runtime(), 1);
6063
- var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6098
+ var import_react59 = __toESM(require_react(), 1);
6099
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime(), 1);
6100
+ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6064
6101
  "svg",
6065
6102
  {
6066
6103
  viewBox: "0 0 24 24",
@@ -6071,37 +6108,37 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6071
6108
  height: size,
6072
6109
  ref,
6073
6110
  ...props,
6074
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { children: [
6075
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6111
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
6112
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6076
6113
  "path",
6077
6114
  {
6078
6115
  d: "M15.58 2.80958C12.53 2.26958 9.94995 1.57958 8.87995 1.04958C8.59995 0.909585 8.26995 1.07958 8.21995 1.38958L6.89995 8.89958C6.17995 12.9796 8.89995 16.8696 12.9799 17.5896C17.0599 18.3096 20.95 15.5896 21.67 11.5096L22.99 3.99958C23.04 3.68958 22.7899 3.41958 22.4799 3.44958C21.2999 3.57959 18.64 3.34958 15.58 2.80958Z",
6079
6116
  fill: "#1D7EDE"
6080
6117
  }
6081
6118
  ),
6082
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6119
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6083
6120
  "path",
6084
6121
  {
6085
6122
  d: "M9 6.99961C5.69 6.99961 2.85 6.74961 1.64 6.38961C1.32 6.29961 1 6.52961 1 6.86961V14.9996C1 19.4196 4.58 22.9996 9 22.9996C13.42 22.9996 17 19.4196 17 14.9996V6.86961C17 6.53961 16.69 6.29961 16.36 6.38961C15.14 6.74961 12.3 6.99961 9 6.99961Z",
6086
6123
  fill: "#3CBAF9"
6087
6124
  }
6088
6125
  ),
6089
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { children: [
6090
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6126
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
6127
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6091
6128
  "path",
6092
6129
  {
6093
6130
  d: "M11.4395 16.7499C11.7593 16.7499 12.0094 17.0494 11.9297 17.3593C11.6397 18.6093 10.439 19.2499 8.99902 19.2499C7.55922 19.2497 6.35931 18.6091 6.06934 17.3593C5.99963 17.0494 6.2497 16.7499 6.55957 16.7499H11.4395Z",
6094
6131
  fill: "white"
6095
6132
  }
6096
6133
  ),
6097
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6134
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6098
6135
  "path",
6099
6136
  {
6100
6137
  d: "M6.01953 11.6698C6.57182 11.6698 7.01953 12.1175 7.01953 12.6698V13.6698C7.01947 14.222 6.57178 14.6698 6.01953 14.6698C5.46729 14.6698 5.0196 14.222 5.01953 13.6698V12.6698C5.01953 12.1175 5.46725 11.6698 6.01953 11.6698Z",
6101
6138
  fill: "white"
6102
6139
  }
6103
6140
  ),
6104
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6141
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6105
6142
  "path",
6106
6143
  {
6107
6144
  d: "M11.9199 11.6698C12.4722 11.6698 12.9199 12.1175 12.9199 12.6698V13.6698C12.9199 14.222 12.4722 14.6698 11.9199 14.6698C11.3677 14.6698 10.92 14.222 10.9199 13.6698V12.6698C10.9199 12.1175 11.3676 11.6698 11.9199 11.6698Z",
@@ -6112,13 +6149,13 @@ var Icon58 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6112
6149
  ] })
6113
6150
  }
6114
6151
  );
6115
- var IconMask2SmileStacked = (0, import_react58.forwardRef)(Icon58);
6152
+ var IconMask2SmileStacked = (0, import_react59.forwardRef)(Icon59);
6116
6153
  var IconMask2SmileStacked_default = IconMask2SmileStacked;
6117
6154
 
6118
6155
  // src/IconWonCircle.tsx
6119
- var import_react59 = __toESM(require_react(), 1);
6120
- var import_jsx_runtime59 = __toESM(require_jsx_runtime(), 1);
6121
- var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6156
+ var import_react60 = __toESM(require_react(), 1);
6157
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime(), 1);
6158
+ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6122
6159
  "svg",
6123
6160
  {
6124
6161
  viewBox: "0 0 24 24",
@@ -6129,8 +6166,8 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6129
6166
  height: size,
6130
6167
  ref,
6131
6168
  ...props,
6132
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { children: [
6133
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6169
+ children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
6170
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6134
6171
  "path",
6135
6172
  {
6136
6173
  fillRule: "evenodd",
@@ -6139,7 +6176,7 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6139
6176
  fill: "#FFCB64"
6140
6177
  }
6141
6178
  ),
6142
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6179
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6143
6180
  "path",
6144
6181
  {
6145
6182
  d: "M8.34339 9.0295C8.15917 8.50885 7.58776 8.23612 7.0671 8.42034C6.54645 8.60456 6.27371 9.17597 6.45794 9.69663L7.13558 11.6118H6.25C5.69772 11.6118 5.25 12.0595 5.25 12.6118C5.25 13.1641 5.69772 13.6118 6.25 13.6118H7.84323L8.75781 16.1966C8.89741 16.5912 9.26792 16.857 9.68639 16.863C10.1049 16.8689 10.4827 16.6136 10.6334 16.2232L12.0004 12.6818L13.3674 16.2232C13.5181 16.6136 13.896 16.8689 14.3144 16.863C14.7329 16.857 15.1034 16.5912 15.243 16.1966L16.1576 13.6118H17.7491C18.3014 13.6118 18.7491 13.1641 18.7491 12.6118C18.7491 12.0595 18.3014 11.6118 17.7491 11.6118H16.8652L17.5429 9.69663C17.7271 9.17597 17.4544 8.60456 16.9337 8.42034C16.4131 8.23612 15.8416 8.50885 15.6574 9.0295L14.2595 12.9804L12.9333 9.54463C12.7845 9.15903 12.4137 8.90473 12.0004 8.90473C11.5871 8.90473 11.2163 9.15903 11.0675 9.54463L9.74132 12.9804L8.34339 9.0295Z",
@@ -6149,13 +6186,13 @@ var Icon59 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6149
6186
  ] })
6150
6187
  }
6151
6188
  );
6152
- var IconWonCircle = (0, import_react59.forwardRef)(Icon59);
6189
+ var IconWonCircle = (0, import_react60.forwardRef)(Icon60);
6153
6190
  var IconWonCircle_default = IconWonCircle;
6154
6191
 
6155
6192
  // src/IconDiamond.tsx
6156
- var import_react60 = __toESM(require_react(), 1);
6157
- var import_jsx_runtime60 = __toESM(require_jsx_runtime(), 1);
6158
- var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6193
+ var import_react61 = __toESM(require_react(), 1);
6194
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime(), 1);
6195
+ var Icon61 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6159
6196
  "svg",
6160
6197
  {
6161
6198
  viewBox: "0 0 24 24",
@@ -6166,23 +6203,23 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6166
6203
  height: size,
6167
6204
  ref,
6168
6205
  ...props,
6169
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
6170
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6206
+ children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
6207
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6171
6208
  "path",
6172
6209
  {
6173
6210
  d: "M1.0632 11.5877C0.735195 11.2454 0.692576 10.7199 0.961142 10.3292L5.40398 3.86694C5.77709 3.32423 6.39347 3 7.05206 3H16.9479C17.6065 3 18.2229 3.32423 18.596 3.86694L23.0389 10.3292C23.3074 10.7199 23.2648 11.2454 22.9368 11.5877L12.722 22.2466C12.3283 22.6574 11.6717 22.6574 11.278 22.2466L1.0632 11.5877Z",
6174
6211
  fill: "#97BAFF"
6175
6212
  }
6176
6213
  ),
6177
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
6178
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6214
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
6215
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6179
6216
  "path",
6180
6217
  {
6181
6218
  d: "M12 22.5547C11.7376 22.5547 11.4751 22.4522 11.2783 22.2471L1.06348 11.5879C0.905251 11.4228 0.814503 11.2147 0.791992 11H12V22.5547Z",
6182
6219
  fill: "#7B9EFF"
6183
6220
  }
6184
6221
  ),
6185
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6222
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6186
6223
  "path",
6187
6224
  {
6188
6225
  d: "M16.9482 3C17.6067 3.0001 18.2226 3.32456 18.5957 3.86719L23.0391 10.3291C23.1781 10.5313 23.2322 10.7696 23.208 11H12V3H16.9482Z",
@@ -6190,29 +6227,29 @@ var Icon60 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6190
6227
  }
6191
6228
  )
6192
6229
  ] }),
6193
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { children: [
6194
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6230
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { children: [
6231
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6195
6232
  "path",
6196
6233
  {
6197
6234
  d: "M23.208 11C23.1855 11.2147 23.0947 11.4228 22.9365 11.5879L12.7217 22.2471C12.5249 22.4522 12.2624 22.5547 12 22.5547V11H23.208Z",
6198
6235
  fill: "#527BFF"
6199
6236
  }
6200
6237
  ),
6201
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M12 11L7 3H17L12 11Z", fill: "#527BFF" })
6238
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M12 11L7 3H17L12 11Z", fill: "#527BFF" })
6202
6239
  ] })
6203
6240
  ] })
6204
6241
  }
6205
6242
  );
6206
- var IconDiamond = (0, import_react60.forwardRef)(Icon60);
6243
+ var IconDiamond = (0, import_react61.forwardRef)(Icon61);
6207
6244
  var IconDiamond_default = IconDiamond;
6208
6245
 
6209
6246
  // src/IconMagnifyingglass.tsx
6210
6247
  var React2 = __toESM(require_react(), 1);
6211
- var import_react61 = __toESM(require_react(), 1);
6212
- var import_jsx_runtime61 = __toESM(require_jsx_runtime(), 1);
6213
- var Icon61 = ({ size = 24, ...props }, ref) => {
6248
+ var import_react62 = __toESM(require_react(), 1);
6249
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime(), 1);
6250
+ var Icon62 = ({ size = 24, ...props }, ref) => {
6214
6251
  const id = React2.useId();
6215
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6252
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6216
6253
  "svg",
6217
6254
  {
6218
6255
  viewBox: "0 0 24 24",
@@ -6224,15 +6261,15 @@ var Icon61 = ({ size = 24, ...props }, ref) => {
6224
6261
  ref,
6225
6262
  ...props,
6226
6263
  children: [
6227
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
6228
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6264
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
6265
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6229
6266
  "path",
6230
6267
  {
6231
6268
  d: "M21.3598 23.352C20.8558 23.352 20.3278 23.16 19.9438 22.776L15.9358 18.768C15.1438 17.976 15.1438 16.728 15.9358 15.936C16.7278 15.144 17.9758 15.144 18.7678 15.936L22.7758 19.944C23.5678 20.736 23.5678 21.984 22.7758 22.776C21.9838 23.568 21.8638 23.352 21.3598 23.352Z",
6232
6269
  fill: "#667387"
6233
6270
  }
6234
6271
  ),
6235
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6272
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6236
6273
  "path",
6237
6274
  {
6238
6275
  d: "M10.4404 3.04795C14.5204 3.04795 17.8324 6.35995 17.8324 10.4399C17.8324 14.5199 14.5204 17.832 10.4404 17.832C6.36044 17.832 3.04844 14.5199 3.04844 10.4399C3.04844 6.35995 6.36044 3.04795 10.4404 3.04795ZM10.4404 0.647949C5.04044 0.647949 0.648438 5.03995 0.648438 10.4399C0.648438 15.8399 5.04044 20.232 10.4404 20.232C15.8404 20.232 20.2324 15.8399 20.2324 10.4399C20.2324 5.03995 15.8644 0.647949 10.4404 0.647949Z",
@@ -6240,18 +6277,18 @@ var Icon61 = ({ size = 24, ...props }, ref) => {
6240
6277
  }
6241
6278
  )
6242
6279
  ] }),
6243
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
6280
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
6244
6281
  ]
6245
6282
  }
6246
6283
  );
6247
6284
  };
6248
- var IconMagnifyingglass = (0, import_react61.forwardRef)(Icon61);
6285
+ var IconMagnifyingglass = (0, import_react62.forwardRef)(Icon62);
6249
6286
  var IconMagnifyingglass_default = IconMagnifyingglass;
6250
6287
 
6251
6288
  // src/IconWarninglight.tsx
6252
- var import_react62 = __toESM(require_react(), 1);
6253
- var import_jsx_runtime62 = __toESM(require_jsx_runtime(), 1);
6254
- var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6289
+ var import_react63 = __toESM(require_react(), 1);
6290
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime(), 1);
6291
+ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6255
6292
  "svg",
6256
6293
  {
6257
6294
  viewBox: "0 0 24 24",
@@ -6262,37 +6299,37 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6262
6299
  height: size,
6263
6300
  ref,
6264
6301
  ...props,
6265
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
6266
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6302
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
6303
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6267
6304
  "path",
6268
6305
  {
6269
6306
  d: "M21.2004 19.9H2.7996C2.08185 19.9 1.5 20.4819 1.5 21.1996V21.2008C1.5 21.9186 2.08185 22.5004 2.7996 22.5004H21.2004C21.9181 22.5004 22.5 21.9186 22.5 21.2008V21.1996C22.5 20.4819 21.9181 19.9 21.2004 19.9Z",
6270
6307
  fill: "#667387"
6271
6308
  }
6272
6309
  ),
6273
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { children: [
6274
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6310
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
6311
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6275
6312
  "path",
6276
6313
  {
6277
6314
  d: "M11.999 6.90002C13.9608 6.90005 15.8158 7.30808 17.4824 8.02795C18.104 8.29795 18.5523 8.86076 18.6699 9.52795L20.498 19.901H3.49902L5.32812 9.52795C5.44574 8.85964 5.89195 8.29677 6.51465 8.02795C8.18145 7.30795 10.037 6.90002 11.999 6.90002Z",
6278
6315
  fill: "#FB4162"
6279
6316
  }
6280
6317
  ),
6281
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6318
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6282
6319
  "path",
6283
6320
  {
6284
6321
  d: "M5.20703 3.09241C5.59747 2.70222 6.23062 2.70227 6.62109 3.09241L8.03516 4.50745C8.42563 4.89797 8.42566 5.531 8.03516 5.92151C7.64463 6.31174 7.01153 6.31189 6.62109 5.92151L5.20703 4.50745C4.81654 4.11693 4.81654 3.48293 5.20703 3.09241Z",
6285
6322
  fill: "#FB4162"
6286
6323
  }
6287
6324
  ),
6288
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6325
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6289
6326
  "path",
6290
6327
  {
6291
6328
  d: "M17.457 3.09241C17.8475 2.7023 18.4807 2.70219 18.8711 3.09241C19.2616 3.48293 19.2616 4.11692 18.8711 4.50745L17.457 5.92151C17.0666 6.3119 16.4335 6.3117 16.043 5.92151C15.6525 5.53099 15.6525 4.89796 16.043 4.50745L17.457 3.09241Z",
6292
6329
  fill: "#FB4162"
6293
6330
  }
6294
6331
  ),
6295
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6332
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6296
6333
  "path",
6297
6334
  {
6298
6335
  d: "M12 1.40002C12.5522 1.40007 13 1.84776 13 2.40002V4.40002C13 4.95228 12.5522 5.39998 12 5.40002C11.4477 5.4 11 4.95229 11 4.40002V2.40002C11 1.84776 11.4477 1.40005 12 1.40002Z",
@@ -6303,13 +6340,13 @@ var Icon62 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6303
6340
  ] })
6304
6341
  }
6305
6342
  );
6306
- var IconWarninglight = (0, import_react62.forwardRef)(Icon62);
6343
+ var IconWarninglight = (0, import_react63.forwardRef)(Icon63);
6307
6344
  var IconWarninglight_default = IconWarninglight;
6308
6345
 
6309
6346
  // src/IconDomePillar3.tsx
6310
- var import_react63 = __toESM(require_react(), 1);
6311
- var import_jsx_runtime63 = __toESM(require_jsx_runtime(), 1);
6312
- var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6347
+ var import_react64 = __toESM(require_react(), 1);
6348
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime(), 1);
6349
+ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6313
6350
  "svg",
6314
6351
  {
6315
6352
  viewBox: "0 0 24 24",
@@ -6320,21 +6357,21 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6320
6357
  height: size,
6321
6358
  ref,
6322
6359
  ...props,
6323
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
6324
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
6325
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M7 20.5H4V10.5H7V20.5Z", fill: "#667387" }),
6326
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M13.5 20.5H10.5V10.5H13.5V20.5Z", fill: "#667387" }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M20 20.5H17V10.5H20V20.5Z", fill: "#667387" })
6360
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
6361
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
6362
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M7 20.5H4V10.5H7V20.5Z", fill: "#667387" }),
6363
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M13.5 20.5H10.5V10.5H13.5V20.5Z", fill: "#667387" }),
6364
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M20 20.5H17V10.5H20V20.5Z", fill: "#667387" })
6328
6365
  ] }),
6329
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { children: [
6330
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6366
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
6367
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6331
6368
  "path",
6332
6369
  {
6333
6370
  d: "M22 19.5C22.5523 19.5 23 19.9477 23 20.5V21.5C23 22.0523 22.5523 22.5 22 22.5H2C1.44772 22.5 1 22.0523 1 21.5V20.5C1 19.9477 1.44772 19.5 2 19.5H22Z",
6334
6371
  fill: "#8998AF"
6335
6372
  }
6336
6373
  ),
6337
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6374
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6338
6375
  "path",
6339
6376
  {
6340
6377
  d: "M12 1.5C16.283 1.5 19.8648 4.4923 20.7744 8.5H22C22.5523 8.5 23 8.94772 23 9.5V10.5C23 11.0523 22.5523 11.5 22 11.5H2C1.44772 11.5 1 11.0523 1 10.5V9.5C1 8.94772 1.44772 8.5 2 8.5H3.22559C4.13525 4.4923 7.71702 1.5 12 1.5Z",
@@ -6345,13 +6382,13 @@ var Icon63 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6345
6382
  ] })
6346
6383
  }
6347
6384
  );
6348
- var IconDomePillar3 = (0, import_react63.forwardRef)(Icon63);
6385
+ var IconDomePillar3 = (0, import_react64.forwardRef)(Icon64);
6349
6386
  var IconDomePillar3_default = IconDomePillar3;
6350
6387
 
6351
6388
  // src/IconBuilding2Twosize.tsx
6352
- var import_react64 = __toESM(require_react(), 1);
6353
- var import_jsx_runtime64 = __toESM(require_jsx_runtime(), 1);
6354
- var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6389
+ var import_react65 = __toESM(require_react(), 1);
6390
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime(), 1);
6391
+ var Icon65 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6355
6392
  "svg",
6356
6393
  {
6357
6394
  viewBox: "0 0 24 24",
@@ -6362,30 +6399,30 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6362
6399
  height: size,
6363
6400
  ref,
6364
6401
  ...props,
6365
- children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
6366
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6402
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
6403
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6367
6404
  "path",
6368
6405
  {
6369
6406
  d: "M8 7.10274C8 6.45845 8.3359 5.86076 8.88625 5.52576L15.02 1.79214C15.3149 1.6127 15.6851 1.6127 15.98 1.79214L22.1137 5.52576C22.6641 5.86076 23 6.45845 23 7.10274V20.6538C23 21.6734 22.1734 22.5 21.1538 22.5H8V7.10274Z",
6370
6407
  fill: "#1D7EDE"
6371
6408
  }
6372
6409
  ),
6373
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6410
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6374
6411
  "path",
6375
6412
  {
6376
6413
  d: "M1 15.6276C1 14.9632 1.33002 14.3421 1.88068 13.9702L7.94034 9.87795C8.2785 9.64958 8.7215 9.64958 9.05966 9.87795L15.1193 13.9702C15.67 14.3421 16 14.9632 16 15.6276V20.6538C16 21.6734 15.1734 22.5 14.1538 22.5H2.84615C1.82655 22.5 1 21.6734 1 20.6538V15.6276Z",
6377
6414
  fill: "#3CBAF9"
6378
6415
  }
6379
6416
  ),
6380
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { children: [
6381
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6417
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
6418
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6382
6419
  "path",
6383
6420
  {
6384
6421
  d: "M9.31738 15.5C9.61639 15.5002 9.8584 15.7429 9.8584 16.042V17.667C9.85822 17.9659 9.61628 18.2078 9.31738 18.208H7.69238C7.39334 18.208 7.15057 17.966 7.15039 17.667V16.042C7.15039 15.7428 7.39323 15.5 7.69238 15.5H9.31738Z",
6385
6422
  fill: "white"
6386
6423
  }
6387
6424
  ),
6388
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6425
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6389
6426
  "path",
6390
6427
  {
6391
6428
  d: "M16.417 8C16.716 8.00018 16.958 8.24295 16.958 8.54199V10.167C16.9578 10.4659 16.7159 10.7078 16.417 10.708H14.792C14.4929 10.708 14.2502 10.466 14.25 10.167V8.54199C14.25 8.24284 14.4928 8 14.792 8H16.417Z",
@@ -6396,16 +6433,16 @@ var Icon64 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6396
6433
  ] })
6397
6434
  }
6398
6435
  );
6399
- var IconBuilding2Twosize = (0, import_react64.forwardRef)(Icon64);
6436
+ var IconBuilding2Twosize = (0, import_react65.forwardRef)(Icon65);
6400
6437
  var IconBuilding2Twosize_default = IconBuilding2Twosize;
6401
6438
 
6402
6439
  // src/IconCart.tsx
6403
6440
  var React3 = __toESM(require_react(), 1);
6404
- var import_react65 = __toESM(require_react(), 1);
6405
- var import_jsx_runtime65 = __toESM(require_jsx_runtime(), 1);
6406
- var Icon65 = ({ size = 24, ...props }, ref) => {
6441
+ var import_react66 = __toESM(require_react(), 1);
6442
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime(), 1);
6443
+ var Icon66 = ({ size = 24, ...props }, ref) => {
6407
6444
  const id = React3.useId();
6408
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6445
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
6409
6446
  "svg",
6410
6447
  {
6411
6448
  viewBox: "0 0 24 24",
@@ -6417,30 +6454,30 @@ var Icon65 = ({ size = 24, ...props }, ref) => {
6417
6454
  ref,
6418
6455
  ...props,
6419
6456
  children: [
6420
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
6421
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6457
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: `url(#${id}_clip_0)`, children: [
6458
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6422
6459
  "path",
6423
6460
  {
6424
6461
  d: "M7.48809 14.136H18.9601C20.5201 14.136 21.8641 13.008 22.1521 11.472C22.1521 11.472 22.1521 11.472 22.1521 11.448L23.0881 5.15998C23.1361 4.87198 23.0401 4.58398 22.8481 4.36798C22.6561 4.15198 22.3921 4.03198 22.0801 4.03198H5.49609L7.48809 14.16V14.136Z",
6425
6462
  fill: "#AFC1DA"
6426
6463
  }
6427
6464
  ),
6428
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { children: [
6429
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6465
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { children: [
6466
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6430
6467
  "path",
6431
6468
  {
6432
6469
  d: "M8.08789 19.1045C9.1917 19.1046 10.0799 19.9919 10.0801 21.0957C10.0801 22.1996 9.1918 23.0878 8.08789 23.0879C6.98389 23.0879 6.0957 22.1997 6.0957 21.0957C6.09586 19.9918 6.98399 19.1045 8.08789 19.1045Z",
6433
6470
  fill: "#8998AF"
6434
6471
  }
6435
6472
  ),
6436
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6473
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6437
6474
  "path",
6438
6475
  {
6439
6476
  d: "M19.0801 19.1045C20.1839 19.1046 21.0721 19.9919 21.0723 21.0957C21.0723 22.1996 20.184 23.0878 19.0801 23.0879C17.9761 23.0879 17.0879 22.1997 17.0879 21.0957C17.0881 19.9918 17.9762 19.1045 19.0801 19.1045Z",
6440
6477
  fill: "#8998AF"
6441
6478
  }
6442
6479
  ),
6443
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6480
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6444
6481
  "path",
6445
6482
  {
6446
6483
  d: "M2.59277 0.912109C4.27259 0.912158 5.6884 2.11183 5.97656 3.76758L6.02441 3.98438L7.87305 14.1123L8.04102 15.0244C8.13717 15.528 8.5686 15.8875 9.07227 15.8877H19.8486C20.5206 15.8877 21.0488 16.4159 21.0488 17.0879C21.0488 17.7599 20.5206 18.2881 19.8486 18.2881H9.07227C7.39244 18.2879 5.97645 17.0875 5.68848 15.4316L3.625 4.17578C3.52895 3.67189 3.09668 3.31157 2.59277 3.31152H2.08887C1.41697 3.31152 0.888838 2.78415 0.888672 2.1123C0.888672 1.4403 1.41687 0.912109 2.08887 0.912109H2.59277Z",
@@ -6449,18 +6486,18 @@ var Icon65 = ({ size = 24, ...props }, ref) => {
6449
6486
  )
6450
6487
  ] })
6451
6488
  ] }),
6452
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
6489
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: 24, height: 24, fill: "white" }) }) })
6453
6490
  ]
6454
6491
  }
6455
6492
  );
6456
6493
  };
6457
- var IconCart = (0, import_react65.forwardRef)(Icon65);
6494
+ var IconCart = (0, import_react66.forwardRef)(Icon66);
6458
6495
  var IconCart_default = IconCart;
6459
6496
 
6460
6497
  // src/IconEnvelope.tsx
6461
- var import_react66 = __toESM(require_react(), 1);
6462
- var import_jsx_runtime66 = __toESM(require_jsx_runtime(), 1);
6463
- var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6498
+ var import_react67 = __toESM(require_react(), 1);
6499
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime(), 1);
6500
+ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6464
6501
  "svg",
6465
6502
  {
6466
6503
  viewBox: "0 0 24 24",
@@ -6471,15 +6508,15 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6471
6508
  height: size,
6472
6509
  ref,
6473
6510
  ...props,
6474
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { children: [
6475
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6511
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
6512
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6476
6513
  "path",
6477
6514
  {
6478
6515
  d: "M20.992 3H2.992C1.888 3 1 3.888 1 4.992V17.352C1 18.384 1.6 19.44 2.704 19.8C4.216 20.28 7.216 21 11.992 21C16.768 21 19.768 20.304 21.28 19.8C22.384 19.44 23.008 18.384 23.008 17.352V4.992C23.008 3.888 22.12 3 21.016 3H20.992Z",
6479
6516
  fill: "#FFCB64"
6480
6517
  }
6481
6518
  ),
6482
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6519
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6483
6520
  "path",
6484
6521
  {
6485
6522
  d: "M20.992 3H2.992C1.936 3 1.096 3.816 1 4.824L1.984 5.664L10.792 13.56C11.128 13.848 11.56 14.016 11.992 14.016C12.424 14.016 12.856 13.848 13.192 13.56L22 5.64L22.984 4.752C22.864 3.768 22.024 3 21.016 3H20.992Z",
@@ -6489,13 +6526,13 @@ var Icon66 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6489
6526
  ] })
6490
6527
  }
6491
6528
  );
6492
- var IconEnvelope = (0, import_react66.forwardRef)(Icon66);
6529
+ var IconEnvelope = (0, import_react67.forwardRef)(Icon67);
6493
6530
  var IconEnvelope_default = IconEnvelope;
6494
6531
 
6495
6532
  // src/IconFaceSmileCircle.tsx
6496
- var import_react67 = __toESM(require_react(), 1);
6497
- var import_jsx_runtime67 = __toESM(require_jsx_runtime(), 1);
6498
- var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6533
+ var import_react68 = __toESM(require_react(), 1);
6534
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime(), 1);
6535
+ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6499
6536
  "svg",
6500
6537
  {
6501
6538
  viewBox: "0 0 24 24",
@@ -6506,10 +6543,10 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6506
6543
  height: size,
6507
6544
  ref,
6508
6545
  ...props,
6509
- children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
6510
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("circle", { cx: 12, cy: 12, r: 11, fill: "#FFCB64" }),
6511
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { children: [
6512
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6546
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
6547
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("circle", { cx: 12, cy: 12, r: 11, fill: "#FFCB64" }),
6548
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
6549
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6513
6550
  "path",
6514
6551
  {
6515
6552
  fillRule: "evenodd",
@@ -6518,7 +6555,7 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6518
6555
  fill: "#815A4F"
6519
6556
  }
6520
6557
  ),
6521
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6558
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6522
6559
  "path",
6523
6560
  {
6524
6561
  fillRule: "evenodd",
@@ -6528,7 +6565,7 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6528
6565
  }
6529
6566
  )
6530
6567
  ] }),
6531
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6568
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6532
6569
  "path",
6533
6570
  {
6534
6571
  fillRule: "evenodd",
@@ -6540,13 +6577,13 @@ var Icon67 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6540
6577
  ] })
6541
6578
  }
6542
6579
  );
6543
- var IconFaceSmileCircle = (0, import_react67.forwardRef)(Icon67);
6580
+ var IconFaceSmileCircle = (0, import_react68.forwardRef)(Icon68);
6544
6581
  var IconFaceSmileCircle_default = IconFaceSmileCircle;
6545
6582
 
6546
6583
  // src/IconTree.tsx
6547
- var import_react68 = __toESM(require_react(), 1);
6548
- var import_jsx_runtime68 = __toESM(require_jsx_runtime(), 1);
6549
- var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6584
+ var import_react69 = __toESM(require_react(), 1);
6585
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime(), 1);
6586
+ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6550
6587
  "svg",
6551
6588
  {
6552
6589
  viewBox: "0 0 24 24",
@@ -6557,9 +6594,9 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6557
6594
  height: size,
6558
6595
  ref,
6559
6596
  ...props,
6560
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", { children: [
6561
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
6562
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6597
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", { children: [
6598
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("rect", { x: 10, y: 18, width: 4, height: 5, rx: 0.5, fill: "#70819C" }),
6599
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6563
6600
  "path",
6564
6601
  {
6565
6602
  d: "M12 1C13.815 1 15.306 2.3816 15.4814 4.15039C15.8037 4.05252 16.1457 4 16.5 4C18.433 4 20 5.567 20 7.5C20 7.85653 19.9458 8.20032 19.8467 8.52441C21.7105 9.40499 23 11.3019 23 13.5C23 16.5376 20.5376 19 17.5 19H6.5C3.46243 19 1 16.5376 1 13.5C1 11.3022 2.28898 9.40516 4.15234 8.52441C4.05332 8.2004 4 7.85643 4 7.5C4 5.567 5.567 4 7.5 4C7.85394 4 8.19556 4.05269 8.51758 4.15039C8.69302 2.38156 10.185 1 12 1Z",
@@ -6569,13 +6606,13 @@ var Icon68 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6569
6606
  ] })
6570
6607
  }
6571
6608
  );
6572
- var IconTree = (0, import_react68.forwardRef)(Icon68);
6609
+ var IconTree = (0, import_react69.forwardRef)(Icon69);
6573
6610
  var IconTree_default = IconTree;
6574
6611
 
6575
6612
  // src/IconDuckLeftside.tsx
6576
- var import_react69 = __toESM(require_react(), 1);
6577
- var import_jsx_runtime69 = __toESM(require_jsx_runtime(), 1);
6578
- var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6613
+ var import_react70 = __toESM(require_react(), 1);
6614
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime(), 1);
6615
+ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6579
6616
  "svg",
6580
6617
  {
6581
6618
  viewBox: "0 0 24 24",
@@ -6586,15 +6623,15 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6586
6623
  height: size,
6587
6624
  ref,
6588
6625
  ...props,
6589
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", { children: [
6590
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6626
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
6627
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6591
6628
  "path",
6592
6629
  {
6593
6630
  d: "M9.91211 1.6804C10.7041 1.72842 11.472 1.94445 12.168 2.30443C12.8879 2.66441 13.4882 3.1678 13.9922 3.79173C14.4961 4.41566 14.8563 5.11173 15.0723 5.87962C15.2882 6.62356 15.3358 7.41582 15.2158 8.20775C15.0958 8.99962 14.8083 9.74384 14.4004 10.4158C16.0321 9.98374 17.496 9.09603 18.6719 7.89622C18.7439 7.80022 18.8644 7.72826 18.9844 7.72826C19.1043 7.7283 19.2244 7.75203 19.3203 7.82396H19.3438C20.3037 8.59196 21.096 9.55199 21.624 10.656C22.176 11.7599 22.4404 12.9838 22.4404 14.2077C22.4404 18.5516 19.1522 21.7919 14.7363 22.3201C7.38631 23.1819 4.50232 19.5536 4.48828 19.5359C3.81631 18.8639 3.33627 18.024 3.07227 17.112C2.80831 16.2002 2.7841 15.2403 3 14.3044C3.28799 12.9845 4.05619 11.8083 5.16016 11.0163C4.53616 10.2723 4.12755 9.38398 3.93555 8.44798C3.35971 8.18398 2.8556 7.77553 2.47168 7.29564C2.08783 6.79175 1.80022 6.23979 1.65625 5.61595V5.37572C1.68028 5.27987 1.72842 5.20784 1.77637 5.1599C1.8243 5.08813 1.89596 5.04035 1.96777 5.01634C2.03977 4.99234 2.13601 4.99193 2.20801 4.99193L4.27246 5.1599C4.56045 4.44003 5.01591 3.79189 5.5918 3.23997C6.16776 2.71201 6.84004 2.28035 7.58398 2.01634C8.32798 1.75234 9.12011 1.6324 9.91211 1.6804Z",
6594
6631
  fill: "#FFCB64"
6595
6632
  }
6596
6633
  ),
6597
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6634
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6598
6635
  "path",
6599
6636
  {
6600
6637
  d: "M8.23237 8.13601C7.99237 8.13601 7.75237 8.06401 7.53637 7.92001C7.32037 7.77601 7.17637 7.58401 7.08037 7.36801C6.98437 7.15201 6.96038 6.88801 7.00838 6.64801C7.05638 6.40801 7.17637 6.19201 7.34437 6.00001C7.51237 5.83201 7.72838 5.71201 7.96838 5.66401C8.20838 5.61601 8.44838 5.64001 8.68838 5.73601C8.90438 5.83201 9.12037 6.00001 9.24038 6.19201C9.38438 6.40801 9.45638 6.64801 9.45638 6.88801C9.45638 7.22401 9.33638 7.53601 9.09638 7.75201C8.85638 7.99201 8.54437 8.11201 8.23237 8.11201V8.13601Z",
@@ -6604,13 +6641,13 @@ var Icon69 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6604
6641
  ] })
6605
6642
  }
6606
6643
  );
6607
- var IconDuckLeftside = (0, import_react69.forwardRef)(Icon69);
6644
+ var IconDuckLeftside = (0, import_react70.forwardRef)(Icon70);
6608
6645
  var IconDuckLeftside_default = IconDuckLeftside;
6609
6646
 
6610
6647
  // src/IconSofa.tsx
6611
- var import_react70 = __toESM(require_react(), 1);
6612
- var import_jsx_runtime70 = __toESM(require_jsx_runtime(), 1);
6613
- var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6648
+ var import_react71 = __toESM(require_react(), 1);
6649
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime(), 1);
6650
+ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6614
6651
  "svg",
6615
6652
  {
6616
6653
  viewBox: "0 0 24 24",
@@ -6621,16 +6658,16 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6621
6658
  height: size,
6622
6659
  ref,
6623
6660
  ...props,
6624
- children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
6625
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { children: [
6626
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6661
+ children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
6662
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
6663
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6627
6664
  "path",
6628
6665
  {
6629
6666
  d: "M3.5 21V18.5C3.5 17.9477 3.94772 17.5 4.5 17.5C5.05228 17.5 5.5 17.9477 5.5 18.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21Z",
6630
6667
  fill: "#E98400"
6631
6668
  }
6632
6669
  ),
6633
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6670
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6634
6671
  "path",
6635
6672
  {
6636
6673
  d: "M18.5 21V18.5C18.5 17.9477 18.9477 17.5 19.5 17.5C20.0523 17.5 20.5 17.9477 20.5 18.5V21C20.5 21.5523 20.0523 22 19.5 22C18.9477 22 18.5 21.5523 18.5 21Z",
@@ -6638,14 +6675,14 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6638
6675
  }
6639
6676
  )
6640
6677
  ] }),
6641
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6678
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6642
6679
  "path",
6643
6680
  {
6644
6681
  d: "M12 2C16.6544 2 18.8402 3.59805 19.6211 4.37891C20.1837 4.94151 20.5 5.70435 20.5 6.5V14C20.5 14.5523 20.0523 15 19.5 15H4.5C3.94772 15 3.5 14.5523 3.5 14V6.5C3.5 5.71841 3.8065 4.96973 4.35059 4.41016L4.34863 4.40918C5.21151 3.469 7.37697 2 12 2Z",
6645
6682
  fill: "#FFCB64"
6646
6683
  }
6647
6684
  ),
6648
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6685
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6649
6686
  "path",
6650
6687
  {
6651
6688
  d: "M20 8.5C20.7957 8.5 21.5585 8.8163 22.1211 9.37891C22.6837 9.94151 23 10.7043 23 11.5V16.5C23 17.2957 22.6837 18.0585 22.1211 18.6211C21.5585 19.1837 20.7957 19.5 20 19.5H4C3.20435 19.5 2.44151 19.1837 1.87891 18.6211C1.3163 18.0585 1 17.2956 1 16.5V11.5C1 10.7044 1.3163 9.94152 1.87891 9.37891C2.44151 8.8163 3.20435 8.5 4 8.5C4.64452 8.5 5.26778 8.70717 5.78027 9.08496C6.11525 9.33193 6.31532 9.65049 6.43848 9.88281L7.82617 12.5H16.1719L17.4414 10.0684C17.5723 9.81779 17.768 9.52017 18.0713 9.27637C18.5144 8.92029 19.232 8.5 20 8.5Z",
@@ -6655,13 +6692,13 @@ var Icon70 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6655
6692
  ] })
6656
6693
  }
6657
6694
  );
6658
- var IconSofa = (0, import_react70.forwardRef)(Icon70);
6695
+ var IconSofa = (0, import_react71.forwardRef)(Icon71);
6659
6696
  var IconSofa_default = IconSofa;
6660
6697
 
6661
6698
  // src/IconFishWave2.tsx
6662
- var import_react71 = __toESM(require_react(), 1);
6663
- var import_jsx_runtime71 = __toESM(require_jsx_runtime(), 1);
6664
- var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6699
+ var import_react72 = __toESM(require_react(), 1);
6700
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
6701
+ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6665
6702
  "svg",
6666
6703
  {
6667
6704
  viewBox: "0 0 24 24",
@@ -6672,16 +6709,16 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6672
6709
  height: size,
6673
6710
  ref,
6674
6711
  ...props,
6675
- children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { children: [
6676
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6712
+ children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
6713
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6677
6714
  "path",
6678
6715
  {
6679
6716
  d: "M8.12109 3.94409C9.02632 2.58634 10.8507 2.20096 12.2275 3.07691L16 5.5C16.8652 6.05068 17 6.47442 17 7.5V8C17.5 8.5 18 8.99976 19 8.99976C19.3103 8.99976 20.16 8.73034 21.1426 7.8562C21.7555 7.31092 22.9999 7.69215 23 8.51245V17.488C22.9996 18.308 21.8058 18.6535 21.2158 18.0837C20.36 17.2571 19.6063 16.9998 19 16.9998C17.0001 16.9998 16.4999 17.9998 15 18.9998C13.5018 19.9986 12.0036 20.9964 9.01074 20.9988C9.00781 20.9988 9.00488 20.9998 9.00195 20.9998L9.00098 20.9988L9 20.9998C4.58262 20.9987 1.00196 17.4174 1.00195 12.9998C1.00211 9.16789 3.6965 5.96586 7.29395 5.18335L8.12109 3.94409Z",
6680
6717
  fill: "#FFAA00"
6681
6718
  }
6682
6719
  ),
6683
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
6684
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6720
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("ellipse", { cx: 6.26758, cy: 12.143, rx: 1.25, ry: 1.25002, fill: "#815A4F" }),
6721
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6685
6722
  "path",
6686
6723
  {
6687
6724
  fillRule: "evenodd",
@@ -6695,13 +6732,13 @@ var Icon71 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6695
6732
  ] })
6696
6733
  }
6697
6734
  );
6698
- var IconFishWave2 = (0, import_react71.forwardRef)(Icon71);
6735
+ var IconFishWave2 = (0, import_react72.forwardRef)(Icon72);
6699
6736
  var IconFishWave2_default = IconFishWave2;
6700
6737
 
6701
6738
  // src/IconDocumentSeal.tsx
6702
- var import_react72 = __toESM(require_react(), 1);
6703
- var import_jsx_runtime72 = __toESM(require_jsx_runtime(), 1);
6704
- var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6739
+ var import_react73 = __toESM(require_react(), 1);
6740
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime(), 1);
6741
+ var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6705
6742
  "svg",
6706
6743
  {
6707
6744
  viewBox: "0 0 24 24",
@@ -6712,30 +6749,30 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6712
6749
  height: size,
6713
6750
  ref,
6714
6751
  ...props,
6715
- children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
6716
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6752
+ children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { children: [
6753
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6717
6754
  "path",
6718
6755
  {
6719
6756
  d: "M2.5 3.5C2.5 1.84315 3.84315 0.5 5.5 0.5H17.5C19.1569 0.5 20.5 1.84315 20.5 3.5V19C20.5 20.6569 19.1569 22 17.5 22H5.5C3.84315 22 2.5 20.6569 2.5 19V3.5Z",
6720
6757
  fill: "#FFCB64"
6721
6758
  }
6722
6759
  ),
6723
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6760
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6724
6761
  "path",
6725
6762
  {
6726
6763
  d: "M18.5759 13.1795C18.7717 12.866 19.2283 12.866 19.4241 13.1795L20.5091 14.9169C20.5972 15.0579 20.7496 15.146 20.9159 15.1517L22.963 15.2227C23.3324 15.2355 23.5607 15.6309 23.3871 15.9572L22.4249 17.7655C22.3468 17.9124 22.3468 18.0884 22.4249 18.2352L23.3871 20.0436C23.5607 20.3699 23.3324 20.7653 22.963 20.7781L20.9159 20.8491C20.7496 20.8548 20.5972 20.9429 20.5091 21.0839L19.4241 22.8213C19.2283 23.1348 18.7717 23.1348 18.5759 22.8213L17.4909 21.0839C17.4028 20.9429 17.2503 20.8548 17.0841 20.8491L15.037 20.7781C14.6676 20.7653 14.4393 20.3699 14.6129 20.0436L15.575 18.2352C15.6532 18.0884 15.6532 17.9124 15.575 17.7655L14.6129 15.9572C14.4393 15.6309 14.6676 15.2355 15.037 15.2227L17.0841 15.1517C17.2503 15.146 17.4028 15.0579 17.4909 14.9169L18.5759 13.1795Z",
6727
6764
  fill: "#CA7302"
6728
6765
  }
6729
6766
  ),
6730
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { children: [
6731
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6767
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { children: [
6768
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6732
6769
  "path",
6733
6770
  {
6734
6771
  d: "M11.25 10.5C11.8023 10.5 12.25 10.9477 12.25 11.5C12.25 12.0523 11.8023 12.5 11.25 12.5H7.75C7.19772 12.5 6.75 12.0523 6.75 11.5C6.75 10.9477 7.19772 10.5 7.75 10.5H11.25Z",
6735
6772
  fill: "white"
6736
6773
  }
6737
6774
  ),
6738
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6775
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6739
6776
  "path",
6740
6777
  {
6741
6778
  d: "M15.25 5C15.8023 5 16.25 5.44772 16.25 6C16.25 6.55228 15.8023 7 15.25 7H7.75C7.19772 7 6.75 6.55228 6.75 6C6.75 5.44772 7.19772 5 7.75 5H15.25Z",
@@ -6746,7 +6783,7 @@ var Icon72 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6746
6783
  ] })
6747
6784
  }
6748
6785
  );
6749
- var IconDocumentSeal = (0, import_react72.forwardRef)(Icon72);
6786
+ var IconDocumentSeal = (0, import_react73.forwardRef)(Icon73);
6750
6787
  var IconDocumentSeal_default = IconDocumentSeal;
6751
6788
  /*! Bundled license information:
6752
6789