@ctlyst.id/icons 2.8.19 → 2.8.21

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/dist/v2.mjs CHANGED
@@ -625,12 +625,26 @@ var CloseLarge = (props) => {
625
625
  };
626
626
  var close_large_default = CloseLarge;
627
627
 
628
+ // src/icons/v2/outline/complaint-outline.tsx
629
+ import { jsx as jsx28 } from "react/jsx-runtime";
630
+ var ComplaintOutline = (props) => {
631
+ const { color, ...svgProps } = use_icon_props_default(props);
632
+ return /* @__PURE__ */ jsx28("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx28(
633
+ "path",
634
+ {
635
+ d: "M11.9951 2.03613C17.498 2.03613 21.9597 6.49703 21.96 12C21.9597 17.5029 17.4981 21.9648 11.9951 21.9648C10.0409 21.9647 8.2168 21.3999 6.67773 20.4268L3.74707 21.2139C3.48842 21.2832 3.21194 21.2087 3.02246 21.0195C2.83315 20.8302 2.75906 20.5536 2.82812 20.2949L3.6084 17.3799C2.61111 15.8282 2.03135 13.9807 2.03125 12C2.03152 6.49725 6.49237 2.0364 11.9951 2.03613ZM11.9951 3.53613C7.32077 3.53638 3.5315 7.32565 3.53125 12C3.53135 13.7912 4.0883 15.4508 5.03711 16.8184C5.16263 16.9995 5.20249 17.2276 5.14551 17.4404L4.61328 19.4277L6.61328 18.8916C6.82444 18.835 7.0499 18.8738 7.23047 18.9971C8.58742 19.9231 10.2271 20.4647 11.9951 20.4648C16.6697 20.4648 20.4597 16.6745 20.46 12C20.4597 7.32555 16.6697 3.53613 11.9951 3.53613ZM11.9951 15C12.8235 15 13.4951 15.6716 13.4951 16.5C13.4951 17.3284 12.8235 18 11.9951 18C11.1667 18 10.4951 17.3284 10.4951 16.5C10.4951 15.6716 11.1667 15 11.9951 15ZM11.9951 6C12.5474 6 12.9951 6.44772 12.9951 7V13C12.9951 13.5523 12.5474 14 11.9951 14C11.4428 14 10.9951 13.5523 10.9951 13V7C10.9951 6.44772 11.4428 6 11.9951 6Z",
636
+ fill: color
637
+ }
638
+ ) });
639
+ };
640
+ var complaint_outline_default = ComplaintOutline;
641
+
628
642
  // src/icons/v2/outline/complete-order.tsx
629
- import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
643
+ import { jsx as jsx29, jsxs as jsxs20 } from "react/jsx-runtime";
630
644
  var CompletedOrder = (props) => {
631
645
  const { color, ...svgProps } = use_icon_props_default(props);
632
646
  return /* @__PURE__ */ jsxs20("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
633
- /* @__PURE__ */ jsx28(
647
+ /* @__PURE__ */ jsx29(
634
648
  "path",
635
649
  {
636
650
  fillRule: "evenodd",
@@ -639,7 +653,7 @@ var CompletedOrder = (props) => {
639
653
  fill: color
640
654
  }
641
655
  ),
642
- /* @__PURE__ */ jsx28(
656
+ /* @__PURE__ */ jsx29(
643
657
  "path",
644
658
  {
645
659
  fillRule: "evenodd",
@@ -653,11 +667,11 @@ var CompletedOrder = (props) => {
653
667
  var complete_order_default = CompletedOrder;
654
668
 
655
669
  // src/icons/v2/outline/contact-book.tsx
656
- import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
670
+ import { jsx as jsx30, jsxs as jsxs21 } from "react/jsx-runtime";
657
671
  var ContactBook = (props) => {
658
672
  const { color, ...svgProps } = use_icon_props_default(props);
659
673
  return /* @__PURE__ */ jsxs21("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
660
- /* @__PURE__ */ jsx29(
674
+ /* @__PURE__ */ jsx30(
661
675
  "path",
662
676
  {
663
677
  fillRule: "evenodd",
@@ -666,7 +680,7 @@ var ContactBook = (props) => {
666
680
  fill: color
667
681
  }
668
682
  ),
669
- /* @__PURE__ */ jsx29(
683
+ /* @__PURE__ */ jsx30(
670
684
  "path",
671
685
  {
672
686
  fillRule: "evenodd",
@@ -675,7 +689,7 @@ var ContactBook = (props) => {
675
689
  fill: color
676
690
  }
677
691
  ),
678
- /* @__PURE__ */ jsx29(
692
+ /* @__PURE__ */ jsx30(
679
693
  "path",
680
694
  {
681
695
  fillRule: "evenodd",
@@ -684,7 +698,7 @@ var ContactBook = (props) => {
684
698
  fill: color
685
699
  }
686
700
  ),
687
- /* @__PURE__ */ jsx29(
701
+ /* @__PURE__ */ jsx30(
688
702
  "path",
689
703
  {
690
704
  fillRule: "evenodd",
@@ -693,7 +707,7 @@ var ContactBook = (props) => {
693
707
  fill: color
694
708
  }
695
709
  ),
696
- /* @__PURE__ */ jsx29(
710
+ /* @__PURE__ */ jsx30(
697
711
  "path",
698
712
  {
699
713
  fillRule: "evenodd",
@@ -702,7 +716,7 @@ var ContactBook = (props) => {
702
716
  fill: color
703
717
  }
704
718
  ),
705
- /* @__PURE__ */ jsx29(
719
+ /* @__PURE__ */ jsx30(
706
720
  "path",
707
721
  {
708
722
  fillRule: "evenodd",
@@ -716,18 +730,18 @@ var ContactBook = (props) => {
716
730
  var contact_book_default = ContactBook;
717
731
 
718
732
  // src/icons/v2/outline/copy.tsx
719
- import { jsx as jsx30, jsxs as jsxs22 } from "react/jsx-runtime";
733
+ import { jsx as jsx31, jsxs as jsxs22 } from "react/jsx-runtime";
720
734
  var Copy = (props) => {
721
735
  const { color, ...svgProps } = use_icon_props_default(props);
722
736
  return /* @__PURE__ */ jsxs22("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
723
- /* @__PURE__ */ jsx30(
737
+ /* @__PURE__ */ jsx31(
724
738
  "path",
725
739
  {
726
740
  d: "M4.39624 4.24683H3.83081C3.37057 4.24683 2.99683 4.62057 2.99683 5.08081V12.8357C2.99683 13.2959 3.37057 13.6697 3.83081 13.6697H10.2712C10.7315 13.6697 11.1052 13.2959 11.1052 12.8357V12.2595H12.1052V12.8357C12.1052 13.8482 11.2838 14.6697 10.2712 14.6697H3.83081C2.81829 14.6697 1.99683 13.8482 1.99683 12.8357V5.08081C1.99683 4.06829 2.81829 3.24683 3.83081 3.24683H4.39624V4.24683Z",
727
741
  fill: color
728
742
  }
729
743
  ),
730
- /* @__PURE__ */ jsx30(
744
+ /* @__PURE__ */ jsx31(
731
745
  "path",
732
746
  {
733
747
  fillRule: "evenodd",
@@ -736,7 +750,7 @@ var Copy = (props) => {
736
750
  fill: color
737
751
  }
738
752
  ),
739
- /* @__PURE__ */ jsx30(
753
+ /* @__PURE__ */ jsx31(
740
754
  "path",
741
755
  {
742
756
  fillRule: "evenodd",
@@ -745,7 +759,7 @@ var Copy = (props) => {
745
759
  fill: color
746
760
  }
747
761
  ),
748
- /* @__PURE__ */ jsx30(
762
+ /* @__PURE__ */ jsx31(
749
763
  "path",
750
764
  {
751
765
  fillRule: "evenodd",
@@ -759,11 +773,11 @@ var Copy = (props) => {
759
773
  var copy_default = Copy;
760
774
 
761
775
  // src/icons/v2/outline/cvv.tsx
762
- import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
776
+ import { jsx as jsx32, jsxs as jsxs23 } from "react/jsx-runtime";
763
777
  var Cvv = (props) => {
764
778
  const { color, ...svgProps } = use_icon_props_default(props);
765
779
  return /* @__PURE__ */ jsxs23("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
766
- /* @__PURE__ */ jsx31(
780
+ /* @__PURE__ */ jsx32(
767
781
  "path",
768
782
  {
769
783
  fillRule: "evenodd",
@@ -772,35 +786,35 @@ var Cvv = (props) => {
772
786
  fill: color
773
787
  }
774
788
  ),
775
- /* @__PURE__ */ jsx31(
789
+ /* @__PURE__ */ jsx32(
776
790
  "path",
777
791
  {
778
792
  d: "M29 20C29 23.3137 26.3137 26 23 26C19.6863 26 17 23.3137 17 20C17 16.6863 19.6863 14 23 14C26.3137 14 29 16.6863 29 20Z",
779
793
  fill: "white"
780
794
  }
781
795
  ),
782
- /* @__PURE__ */ jsx31(
796
+ /* @__PURE__ */ jsx32(
783
797
  "path",
784
798
  {
785
799
  d: "M22 20C22 20.5523 22.4477 21 23 21C23.5523 21 24 20.5523 24 20C24 19.4477 23.5523 19 23 19C22.4477 19 22 19.4477 22 20Z",
786
800
  fill: color
787
801
  }
788
802
  ),
789
- /* @__PURE__ */ jsx31(
803
+ /* @__PURE__ */ jsx32(
790
804
  "path",
791
805
  {
792
806
  d: "M25 20C25 20.5523 25.4477 21 26 21C26.5523 21 27 20.5523 27 20C27 19.4477 26.5523 19 26 19C25.4477 19 25 19.4477 25 20Z",
793
807
  fill: color
794
808
  }
795
809
  ),
796
- /* @__PURE__ */ jsx31(
810
+ /* @__PURE__ */ jsx32(
797
811
  "path",
798
812
  {
799
813
  d: "M19 20C19 20.5523 19.4477 21 20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19C19.4477 19 19 19.4477 19 20Z",
800
814
  fill: color
801
815
  }
802
816
  ),
803
- /* @__PURE__ */ jsx31(
817
+ /* @__PURE__ */ jsx32(
804
818
  "path",
805
819
  {
806
820
  fillRule: "evenodd",
@@ -814,10 +828,10 @@ var Cvv = (props) => {
814
828
  var cvv_default = Cvv;
815
829
 
816
830
  // src/icons/v2/outline/delivered.tsx
817
- import { jsx as jsx32 } from "react/jsx-runtime";
831
+ import { jsx as jsx33 } from "react/jsx-runtime";
818
832
  var Delivered = (props) => {
819
833
  const { color, ...svgProps } = use_icon_props_default(props);
820
- return /* @__PURE__ */ jsx32("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx32(
834
+ return /* @__PURE__ */ jsx33("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx33(
821
835
  "path",
822
836
  {
823
837
  fillRule: "evenodd",
@@ -830,10 +844,10 @@ var Delivered = (props) => {
830
844
  var delivered_default = Delivered;
831
845
 
832
846
  // src/icons/v2/outline/delivered-rounded.tsx
833
- import { jsx as jsx33 } from "react/jsx-runtime";
847
+ import { jsx as jsx34 } from "react/jsx-runtime";
834
848
  var DeliveredRounded = (props) => {
835
849
  const { color, ...svgProps } = use_icon_props_default(props);
836
- return /* @__PURE__ */ jsx33("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx33(
850
+ return /* @__PURE__ */ jsx34("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx34(
837
851
  "path",
838
852
  {
839
853
  d: "M7.18372 2C9.08406 2.00033 10.673 3.33047 11.0724 5.11035H13.0001C13.2761 5.11048 13.5 5.3344 13.5001 5.61035C13.5001 5.88641 13.2762 6.11022 13.0001 6.11035H11.1671C11.1201 7.65583 10.1934 8.97932 8.87122 9.59863C10.4664 9.98941 11.6505 11.428 11.6505 13.1436V15.0352H12.1368C12.0824 14.8714 12.0519 14.6966 12.0519 14.5146V7.9043C12.0519 6.99303 12.791 6.25391 13.7023 6.25391H20.3605C21.2717 6.25397 22.0109 6.99307 22.0109 7.9043V14.5146C22.0107 15.4258 21.2716 16.165 20.3605 16.165H16.382C16.5461 16.4688 16.6398 16.8162 16.6398 17.1855C16.6395 18.3727 15.6766 19.335 14.4894 19.335H11.6505V21.2988C11.6505 21.6578 11.3591 21.9492 11.0001 21.9492H3.60754C3.24856 21.9492 2.95715 21.6578 2.95715 21.2988V13.1436C2.95715 11.4827 4.06684 10.0809 5.58508 9.63867C4.17925 9.02257 3.1966 7.62034 3.19641 5.9873C3.19641 3.78544 4.98185 2 7.18372 2ZM6.60754 10.793C5.30967 10.793 4.25696 11.8457 4.25696 13.1436V20.6494H10.3497V19.335H9.70813C8.41307 19.3348 7.21474 18.6485 6.55969 17.5312L5.4386 15.6201C5.25711 15.3106 5.36166 14.9122 5.67102 14.7305C5.98066 14.549 6.37909 14.6523 6.56067 14.9619L7.18469 16.0273L8.82532 14.9092L7.41907 12.3379C7.24698 12.023 7.36317 11.6274 7.67786 11.4551C7.99272 11.2831 8.38745 11.3992 8.55969 11.7139L9.99133 14.333C10.0819 14.4986 10.2055 14.6392 10.3497 14.751V13.1436C10.3497 11.8457 9.29796 10.793 8.00012 10.793H6.60754ZM7.69153 16.8916C8.11546 17.6004 8.88128 18.035 9.70813 18.0352H14.4894C14.9586 18.0352 15.3397 17.6547 15.34 17.1855C15.34 16.7161 14.9588 16.335 14.4894 16.335H11.1759C10.5317 16.3349 9.9224 16.0999 9.44934 15.6934L7.69153 16.8916ZM13.7023 7.55371C13.509 7.55371 13.3517 7.711 13.3517 7.9043V14.5146C13.3518 14.7078 13.5091 14.8643 13.7023 14.8643H20.3605C20.5536 14.8642 20.7109 14.7078 20.7111 14.5146V7.9043C20.7111 7.71104 20.5537 7.55378 20.3605 7.55371H18.9972V9.81836C18.9968 10.3703 18.5491 10.8182 17.9972 10.8184H16.0509C15.4991 10.8181 15.0522 10.3702 15.0519 9.81836V7.55371H13.7023ZM16.0509 9.81836H17.9972V7.68066H16.0519L16.0509 9.81836ZM4.50208 6.11035C4.5667 7.53685 5.74127 8.67383 7.18372 8.67383C8.62584 8.67345 9.79977 7.53661 9.86438 6.11035H4.50208ZM7.18372 3.2998C6.00709 3.2998 5.00931 4.05734 4.64563 5.11035H9.72083C9.35724 4.05752 8.36005 3.30011 7.18372 3.2998Z",
@@ -844,10 +858,10 @@ var DeliveredRounded = (props) => {
844
858
  var delivered_rounded_default = DeliveredRounded;
845
859
 
846
860
  // src/icons/v2/outline/edit.tsx
847
- import { jsx as jsx34 } from "react/jsx-runtime";
861
+ import { jsx as jsx35 } from "react/jsx-runtime";
848
862
  var Edit = (props) => {
849
863
  const { color, ...svgProps } = use_icon_props_default(props);
850
- return /* @__PURE__ */ jsx34("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx34(
864
+ return /* @__PURE__ */ jsx35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx35(
851
865
  "path",
852
866
  {
853
867
  fillRule: "evenodd",
@@ -860,10 +874,10 @@ var Edit = (props) => {
860
874
  var edit_default = Edit;
861
875
 
862
876
  // src/icons/v2/outline/enveloped.tsx
863
- import { jsx as jsx35 } from "react/jsx-runtime";
877
+ import { jsx as jsx36 } from "react/jsx-runtime";
864
878
  var Enveloped = (props) => {
865
879
  const { color, ...svgProps } = use_icon_props_default(props);
866
- return /* @__PURE__ */ jsx35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx35(
880
+ return /* @__PURE__ */ jsx36("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx36(
867
881
  "path",
868
882
  {
869
883
  fillRule: "evenodd",
@@ -876,11 +890,11 @@ var Enveloped = (props) => {
876
890
  var enveloped_default = Enveloped;
877
891
 
878
892
  // src/icons/v2/outline/eye-close.tsx
879
- import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
893
+ import { jsx as jsx37, jsxs as jsxs24 } from "react/jsx-runtime";
880
894
  var EyeClose = (props) => {
881
895
  const { color, ...svgProps } = use_icon_props_default(props);
882
896
  return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
883
- /* @__PURE__ */ jsx36(
897
+ /* @__PURE__ */ jsx37(
884
898
  "path",
885
899
  {
886
900
  fillRule: "evenodd",
@@ -889,7 +903,7 @@ var EyeClose = (props) => {
889
903
  fill: color
890
904
  }
891
905
  ),
892
- /* @__PURE__ */ jsx36(
906
+ /* @__PURE__ */ jsx37(
893
907
  "path",
894
908
  {
895
909
  fillRule: "evenodd",
@@ -898,7 +912,7 @@ var EyeClose = (props) => {
898
912
  fill: color
899
913
  }
900
914
  ),
901
- /* @__PURE__ */ jsx36(
915
+ /* @__PURE__ */ jsx37(
902
916
  "path",
903
917
  {
904
918
  fillRule: "evenodd",
@@ -912,11 +926,11 @@ var EyeClose = (props) => {
912
926
  var eye_close_default = EyeClose;
913
927
 
914
928
  // src/icons/v2/outline/eye-open.tsx
915
- import { jsx as jsx37, jsxs as jsxs25 } from "react/jsx-runtime";
929
+ import { jsx as jsx38, jsxs as jsxs25 } from "react/jsx-runtime";
916
930
  var EyeOpen = (props) => {
917
931
  const { color, ...svgProps } = use_icon_props_default(props);
918
932
  return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
919
- /* @__PURE__ */ jsx37(
933
+ /* @__PURE__ */ jsx38(
920
934
  "path",
921
935
  {
922
936
  fillRule: "evenodd",
@@ -925,7 +939,7 @@ var EyeOpen = (props) => {
925
939
  fill: color
926
940
  }
927
941
  ),
928
- /* @__PURE__ */ jsx37(
942
+ /* @__PURE__ */ jsx38(
929
943
  "path",
930
944
  {
931
945
  fillRule: "evenodd",
@@ -939,11 +953,11 @@ var EyeOpen = (props) => {
939
953
  var eye_open_default = EyeOpen;
940
954
 
941
955
  // src/icons/v2/outline/filter.tsx
942
- import { jsx as jsx38, jsxs as jsxs26 } from "react/jsx-runtime";
956
+ import { jsx as jsx39, jsxs as jsxs26 } from "react/jsx-runtime";
943
957
  var Filter = (props) => {
944
958
  const { color, ...svgProps } = use_icon_props_default(props);
945
959
  return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
946
- /* @__PURE__ */ jsx38(
960
+ /* @__PURE__ */ jsx39(
947
961
  "path",
948
962
  {
949
963
  fillRule: "evenodd",
@@ -952,7 +966,7 @@ var Filter = (props) => {
952
966
  fill: color
953
967
  }
954
968
  ),
955
- /* @__PURE__ */ jsx38(
969
+ /* @__PURE__ */ jsx39(
956
970
  "path",
957
971
  {
958
972
  fillRule: "evenodd",
@@ -961,7 +975,7 @@ var Filter = (props) => {
961
975
  fill: color
962
976
  }
963
977
  ),
964
- /* @__PURE__ */ jsx38(
978
+ /* @__PURE__ */ jsx39(
965
979
  "path",
966
980
  {
967
981
  fillRule: "evenodd",
@@ -975,11 +989,11 @@ var Filter = (props) => {
975
989
  var filter_default = Filter;
976
990
 
977
991
  // src/icons/v2/outline/gift-card-check-rounded.tsx
978
- import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
992
+ import { jsx as jsx40, jsxs as jsxs27 } from "react/jsx-runtime";
979
993
  var GiftCardCheckRounded = (props) => {
980
994
  const { color, ...svgProps } = use_icon_props_default(props);
981
995
  return /* @__PURE__ */ jsxs27("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
982
- /* @__PURE__ */ jsx39(
996
+ /* @__PURE__ */ jsx40(
983
997
  "path",
984
998
  {
985
999
  fillRule: "evenodd",
@@ -988,7 +1002,7 @@ var GiftCardCheckRounded = (props) => {
988
1002
  fill: color
989
1003
  }
990
1004
  ),
991
- /* @__PURE__ */ jsx39(
1005
+ /* @__PURE__ */ jsx40(
992
1006
  "path",
993
1007
  {
994
1008
  fillRule: "evenodd",
@@ -1002,11 +1016,11 @@ var GiftCardCheckRounded = (props) => {
1002
1016
  var gift_card_check_rounded_default = GiftCardCheckRounded;
1003
1017
 
1004
1018
  // src/icons/v2/outline/gift-card-failed-rounded.tsx
1005
- import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
1019
+ import { jsx as jsx41, jsxs as jsxs28 } from "react/jsx-runtime";
1006
1020
  var GiftCardFailedRounded = (props) => {
1007
1021
  const { color, ...svgProps } = use_icon_props_default(props);
1008
1022
  return /* @__PURE__ */ jsxs28("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1009
- /* @__PURE__ */ jsx40(
1023
+ /* @__PURE__ */ jsx41(
1010
1024
  "path",
1011
1025
  {
1012
1026
  fillRule: "evenodd",
@@ -1015,7 +1029,7 @@ var GiftCardFailedRounded = (props) => {
1015
1029
  fill: color
1016
1030
  }
1017
1031
  ),
1018
- /* @__PURE__ */ jsx40(
1032
+ /* @__PURE__ */ jsx41(
1019
1033
  "path",
1020
1034
  {
1021
1035
  fillRule: "evenodd",
@@ -1029,10 +1043,10 @@ var GiftCardFailedRounded = (props) => {
1029
1043
  var gift_card_failed_rounded_default = GiftCardFailedRounded;
1030
1044
 
1031
1045
  // src/icons/v2/outline/gps.tsx
1032
- import { jsx as jsx41 } from "react/jsx-runtime";
1046
+ import { jsx as jsx42 } from "react/jsx-runtime";
1033
1047
  var Gps = (props) => {
1034
1048
  const { color, ...svgProps } = use_icon_props_default(props);
1035
- return /* @__PURE__ */ jsx41("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx41(
1049
+ return /* @__PURE__ */ jsx42("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx42(
1036
1050
  "path",
1037
1051
  {
1038
1052
  fillRule: "evenodd",
@@ -1045,25 +1059,25 @@ var Gps = (props) => {
1045
1059
  var gps_default = Gps;
1046
1060
 
1047
1061
  // src/icons/v2/outline/handphone.tsx
1048
- import { jsx as jsx42, jsxs as jsxs29 } from "react/jsx-runtime";
1062
+ import { jsx as jsx43, jsxs as jsxs29 } from "react/jsx-runtime";
1049
1063
  var Handphone = (props) => {
1050
1064
  const { color, ...svgProps } = use_icon_props_default(props);
1051
1065
  return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1052
- /* @__PURE__ */ jsx42(
1066
+ /* @__PURE__ */ jsx43(
1053
1067
  "path",
1054
1068
  {
1055
1069
  d: "M9.92627 5.80112C9.92627 5.44214 10.2173 5.15112 10.5763 5.15112H13.4337C13.7927 5.15112 14.0837 5.44214 14.0837 5.80112C14.0837 6.16011 13.7927 6.45112 13.4337 6.45112H10.5763C10.2173 6.45112 9.92627 6.16011 9.92627 5.80112Z",
1056
1070
  fill: color
1057
1071
  }
1058
1072
  ),
1059
- /* @__PURE__ */ jsx42(
1073
+ /* @__PURE__ */ jsx43(
1060
1074
  "path",
1061
1075
  {
1062
1076
  d: "M12.005 20.1746C12.3995 20.1746 12.7194 19.8547 12.7194 19.4602C12.7194 19.0657 12.3995 18.7458 12.005 18.7458C11.6105 18.7458 11.2906 19.0657 11.2906 19.4602C11.2906 19.8547 11.6105 20.1746 12.005 20.1746Z",
1063
1077
  fill: color
1064
1078
  }
1065
1079
  ),
1066
- /* @__PURE__ */ jsx42(
1080
+ /* @__PURE__ */ jsx43(
1067
1081
  "path",
1068
1082
  {
1069
1083
  fillRule: "evenodd",
@@ -1077,11 +1091,11 @@ var Handphone = (props) => {
1077
1091
  var handphone_default = Handphone;
1078
1092
 
1079
1093
  // src/icons/v2/outline/heart.tsx
1080
- import { jsx as jsx43, jsxs as jsxs30 } from "react/jsx-runtime";
1094
+ import { jsx as jsx44, jsxs as jsxs30 } from "react/jsx-runtime";
1081
1095
  var Heart = (props) => {
1082
1096
  const { color, ...svgProps } = use_icon_props_default(props);
1083
1097
  return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1084
- /* @__PURE__ */ jsx43("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx43(
1098
+ /* @__PURE__ */ jsx44("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx44(
1085
1099
  "path",
1086
1100
  {
1087
1101
  fillRule: "evenodd",
@@ -1090,18 +1104,18 @@ var Heart = (props) => {
1090
1104
  fill: color
1091
1105
  }
1092
1106
  ) }),
1093
- /* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1107
+ /* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx44("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1094
1108
  ] });
1095
1109
  };
1096
1110
  var heart_default = Heart;
1097
1111
 
1098
1112
  // src/icons/v2/outline/help.tsx
1099
- import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
1113
+ import { jsx as jsx45, jsxs as jsxs31 } from "react/jsx-runtime";
1100
1114
  var Help = (props) => {
1101
1115
  const { color, ...svgProps } = use_icon_props_default(props);
1102
1116
  return /* @__PURE__ */ jsxs31("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1103
1117
  /* @__PURE__ */ jsxs31("g", { clipPath: "url(#clip0_6779_7486)", children: [
1104
- /* @__PURE__ */ jsx44(
1118
+ /* @__PURE__ */ jsx45(
1105
1119
  "path",
1106
1120
  {
1107
1121
  fillRule: "evenodd",
@@ -1110,14 +1124,14 @@ var Help = (props) => {
1110
1124
  fill: color
1111
1125
  }
1112
1126
  ),
1113
- /* @__PURE__ */ jsx44(
1127
+ /* @__PURE__ */ jsx45(
1114
1128
  "path",
1115
1129
  {
1116
1130
  d: "M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z",
1117
1131
  fill: color
1118
1132
  }
1119
1133
  ),
1120
- /* @__PURE__ */ jsx44(
1134
+ /* @__PURE__ */ jsx45(
1121
1135
  "path",
1122
1136
  {
1123
1137
  fillRule: "evenodd",
@@ -1127,18 +1141,18 @@ var Help = (props) => {
1127
1141
  }
1128
1142
  )
1129
1143
  ] }),
1130
- /* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ jsx44("rect", { width: "24", height: "24", fill: "white" }) }) })
1144
+ /* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: "white" }) }) })
1131
1145
  ] });
1132
1146
  };
1133
1147
  var help_default = Help;
1134
1148
 
1135
1149
  // src/icons/v2/outline/home.tsx
1136
- import { jsx as jsx45, jsxs as jsxs32 } from "react/jsx-runtime";
1150
+ import { jsx as jsx46, jsxs as jsxs32 } from "react/jsx-runtime";
1137
1151
  var Home = (props) => {
1138
1152
  const { color, ...svgProps } = use_icon_props_default(props);
1139
1153
  return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1140
1154
  /* @__PURE__ */ jsxs32("g", { clipPath: "url(#clip0_5761_9490)", children: [
1141
- /* @__PURE__ */ jsx45(
1155
+ /* @__PURE__ */ jsx46(
1142
1156
  "path",
1143
1157
  {
1144
1158
  fillRule: "evenodd",
@@ -1147,7 +1161,7 @@ var Home = (props) => {
1147
1161
  fill: color
1148
1162
  }
1149
1163
  ),
1150
- /* @__PURE__ */ jsx45(
1164
+ /* @__PURE__ */ jsx46(
1151
1165
  "path",
1152
1166
  {
1153
1167
  d: "M11.8961 17.2611C11.9676 17.2611 12.0316 17.2611 12.1038 17.2611C12.1204 17.2187 12.1392 17.1756 12.1542 17.1317C12.4522 16.2495 12.7487 15.3682 13.0467 14.486C13.514 13.1012 13.9813 11.7165 14.4494 10.3317C14.466 10.2831 14.4803 10.2321 14.5051 10.1882C14.5706 10.069 14.6691 10.0016 14.8038 10.0016C15.0409 10.0008 15.2779 10 15.515 10.0016C15.7806 10.0039 15.9431 10.2407 15.8528 10.5011C15.7558 10.7818 15.6504 11.0594 15.5481 11.3377C14.7466 13.5231 13.946 15.7077 13.1438 17.8931C13.1197 17.9597 13.0911 18.0256 13.0535 18.0852C12.9737 18.2114 12.8608 18.2867 12.7141 18.3016C12.672 18.3055 12.6306 18.3103 12.5884 18.3103C12.1986 18.311 11.8088 18.3103 11.419 18.311C11.2941 18.311 11.176 18.2899 11.0714 18.213C10.9705 18.1385 10.9096 18.0366 10.8667 17.9182C10.5898 17.1599 10.3106 16.4017 10.0329 15.6442C9.41207 13.9528 8.792 12.2622 8.17192 10.5716C8.13656 10.4744 8.10344 10.3787 8.1343 10.2705C8.1802 10.1113 8.30136 10.0039 8.46014 10.0024C8.71223 9.99922 8.96432 9.99922 9.21641 10.0024C9.37218 10.0039 9.48431 10.0925 9.54075 10.2564C9.67846 10.6571 9.81316 11.0586 9.94936 11.4601C10.4332 12.8935 10.9178 14.3269 11.4002 15.761C11.5545 16.219 11.702 16.6793 11.8525 17.138C11.8668 17.1787 11.8818 17.2187 11.8961 17.2611Z",
@@ -1155,16 +1169,16 @@ var Home = (props) => {
1155
1169
  }
1156
1170
  )
1157
1171
  ] }),
1158
- /* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1172
+ /* @__PURE__ */ jsx46("defs", { children: /* @__PURE__ */ jsx46("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx46("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1159
1173
  ] });
1160
1174
  };
1161
1175
  var home_default = Home;
1162
1176
 
1163
1177
  // src/icons/v2/outline/incoming.tsx
1164
- import { jsx as jsx46 } from "react/jsx-runtime";
1178
+ import { jsx as jsx47 } from "react/jsx-runtime";
1165
1179
  var Incoming = (props) => {
1166
1180
  const { color, ...svgProps } = use_icon_props_default(props);
1167
- return /* @__PURE__ */ jsx46("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx46(
1181
+ return /* @__PURE__ */ jsx47("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx47(
1168
1182
  "path",
1169
1183
  {
1170
1184
  d: "M6.99969 1.17285C8.51708 1.17285 9.74774 2.40351 9.74774 3.9209H9.74677C9.74685 3.92447 9.74774 3.92804 9.74774 3.93164V4.10352H9.89911C10.695 4.10365 11.3704 4.68719 11.486 5.47461L12.2106 10.4189C12.3526 11.3872 11.6023 12.2558 10.6237 12.2559H6.99384C6.75236 12.2557 6.55635 12.0599 6.55634 11.8184C6.55649 11.577 6.75245 11.381 6.99384 11.3809H10.6237C11.0685 11.3808 11.4099 10.986 11.3454 10.5459L10.6198 5.60156C10.5672 5.24373 10.2608 4.97865 9.89911 4.97852H9.74774V5.25C9.74759 5.49141 9.55166 5.68737 9.31024 5.6875C9.06871 5.6875 8.8729 5.49149 8.87274 5.25V4.97852H5.10419V5.25C5.10403 5.49149 4.90822 5.6875 4.66669 5.6875C4.42516 5.6875 4.22934 5.49149 4.22919 5.25V4.97852H4.09735C3.73599 4.97855 3.42967 5.24315 3.37665 5.60059L3.15985 7.06348C3.1245 7.30242 2.90171 7.46783 2.66278 7.43262C2.42412 7.39717 2.2587 7.1752 2.29364 6.93652L2.51044 5.47266C2.62683 4.68597 3.30211 4.10355 4.09735 4.10352H4.22919V3.93164C4.22923 3.87544 4.24011 3.82181 4.25946 3.77246C4.33645 2.32409 5.53218 1.17302 6.99969 1.17285ZM5.8327 10.1201C6.04211 10.1201 6.21259 10.2906 6.21259 10.5C6.21254 10.7094 6.04208 10.8789 5.8327 10.8789H3.26141C3.05216 10.8788 2.88255 10.7093 2.88251 10.5C2.88251 10.2907 3.05213 10.1203 3.26141 10.1201H5.8327ZM5.83368 8.21094C6.04291 8.21115 6.21259 8.38057 6.21259 8.58984C6.21259 8.79912 6.04291 8.96951 5.83368 8.96973H2.13348C1.92427 8.9695 1.75458 8.79911 1.75458 8.58984C1.75458 8.38058 1.92427 8.21116 2.13348 8.21094H5.83368ZM6.99969 2.04785C5.9657 2.04803 5.12762 2.88687 5.12762 3.9209H5.10321C5.1033 3.92448 5.10418 3.92804 5.10419 3.93164V4.10352H8.87274V3.93164C8.87274 3.92804 8.87363 3.92448 8.87372 3.9209H8.87274C8.87274 2.88676 8.03384 2.04785 6.99969 2.04785Z",
@@ -1175,18 +1189,18 @@ var Incoming = (props) => {
1175
1189
  var incoming_default = Incoming;
1176
1190
 
1177
1191
  // src/icons/v2/outline/info.tsx
1178
- import { jsx as jsx47, jsxs as jsxs33 } from "react/jsx-runtime";
1192
+ import { jsx as jsx48, jsxs as jsxs33 } from "react/jsx-runtime";
1179
1193
  var Info = (props) => {
1180
1194
  const { color, ...svgProps } = use_icon_props_default(props);
1181
1195
  return /* @__PURE__ */ jsxs33("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1182
- /* @__PURE__ */ jsx47(
1196
+ /* @__PURE__ */ jsx48(
1183
1197
  "path",
1184
1198
  {
1185
1199
  d: "M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z",
1186
1200
  fill: color
1187
1201
  }
1188
1202
  ),
1189
- /* @__PURE__ */ jsx47(
1203
+ /* @__PURE__ */ jsx48(
1190
1204
  "path",
1191
1205
  {
1192
1206
  fillRule: "evenodd",
@@ -1195,7 +1209,7 @@ var Info = (props) => {
1195
1209
  fill: color
1196
1210
  }
1197
1211
  ),
1198
- /* @__PURE__ */ jsx47(
1212
+ /* @__PURE__ */ jsx48(
1199
1213
  "path",
1200
1214
  {
1201
1215
  fillRule: "evenodd",
@@ -1209,10 +1223,10 @@ var Info = (props) => {
1209
1223
  var info_default = Info;
1210
1224
 
1211
1225
  // src/icons/v2/outline/installment-rounded.tsx
1212
- import { jsx as jsx48 } from "react/jsx-runtime";
1226
+ import { jsx as jsx49 } from "react/jsx-runtime";
1213
1227
  var InstallmentRounded = (props) => {
1214
1228
  const { color, ...svgProps } = use_icon_props_default(props);
1215
- return /* @__PURE__ */ jsx48("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx48(
1229
+ return /* @__PURE__ */ jsx49("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx49(
1216
1230
  "path",
1217
1231
  {
1218
1232
  fillRule: "evenodd",
@@ -1225,25 +1239,25 @@ var InstallmentRounded = (props) => {
1225
1239
  var installment_rounded_default = InstallmentRounded;
1226
1240
 
1227
1241
  // src/icons/v2/outline/kebab-menu.tsx
1228
- import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
1242
+ import { jsx as jsx50, jsxs as jsxs34 } from "react/jsx-runtime";
1229
1243
  var KebabMenu = (props) => {
1230
1244
  const { color, ...svgProps } = use_icon_props_default(props);
1231
1245
  return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1232
- /* @__PURE__ */ jsx49(
1246
+ /* @__PURE__ */ jsx50(
1233
1247
  "path",
1234
1248
  {
1235
1249
  d: "M11.6 6.1C11.6 6.98366 10.8836 7.7 9.99999 7.7C9.11634 7.7 8.39999 6.98366 8.39999 6.1C8.39999 5.21634 9.11634 4.5 9.99999 4.5C10.8836 4.5 11.6 5.21634 11.6 6.1Z",
1236
1250
  fill: color
1237
1251
  }
1238
1252
  ),
1239
- /* @__PURE__ */ jsx49(
1253
+ /* @__PURE__ */ jsx50(
1240
1254
  "path",
1241
1255
  {
1242
1256
  d: "M11.6 12.5C11.6 13.3837 10.8836 14.1 9.99999 14.1C9.11634 14.1 8.39999 13.3837 8.39999 12.5C8.39999 11.6163 9.11634 10.9 9.99999 10.9C10.8836 10.9 11.6 11.6163 11.6 12.5Z",
1243
1257
  fill: color
1244
1258
  }
1245
1259
  ),
1246
- /* @__PURE__ */ jsx49(
1260
+ /* @__PURE__ */ jsx50(
1247
1261
  "path",
1248
1262
  {
1249
1263
  d: "M11.6 18.9C11.6 19.7837 10.8836 20.5 9.99999 20.5C9.11634 20.5 8.39999 19.7837 8.39999 18.9C8.39999 18.0163 9.11634 17.3 9.99999 17.3C10.8836 17.3 11.6 18.0163 11.6 18.9Z",
@@ -1255,12 +1269,12 @@ var KebabMenu = (props) => {
1255
1269
  var kebab_menu_default = KebabMenu;
1256
1270
 
1257
1271
  // src/icons/v2/outline/logout.tsx
1258
- import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
1272
+ import { jsx as jsx51, jsxs as jsxs35 } from "react/jsx-runtime";
1259
1273
  var Logout = (props) => {
1260
1274
  const { color, ...svgProps } = use_icon_props_default(props);
1261
1275
  return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1262
1276
  /* @__PURE__ */ jsxs35("g", { clipPath: "url(#icon-outline-logout)", children: [
1263
- /* @__PURE__ */ jsx50(
1277
+ /* @__PURE__ */ jsx51(
1264
1278
  "path",
1265
1279
  {
1266
1280
  fillRule: "evenodd",
@@ -1269,7 +1283,7 @@ var Logout = (props) => {
1269
1283
  fill: color
1270
1284
  }
1271
1285
  ),
1272
- /* @__PURE__ */ jsx50(
1286
+ /* @__PURE__ */ jsx51(
1273
1287
  "path",
1274
1288
  {
1275
1289
  fillRule: "evenodd",
@@ -1278,7 +1292,7 @@ var Logout = (props) => {
1278
1292
  fill: color
1279
1293
  }
1280
1294
  ),
1281
- /* @__PURE__ */ jsx50(
1295
+ /* @__PURE__ */ jsx51(
1282
1296
  "path",
1283
1297
  {
1284
1298
  fillRule: "evenodd",
@@ -1288,18 +1302,18 @@ var Logout = (props) => {
1288
1302
  }
1289
1303
  )
1290
1304
  ] }),
1291
- /* @__PURE__ */ jsx50("defs", { children: /* @__PURE__ */ jsx50("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx50("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1305
+ /* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx51("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1292
1306
  ] });
1293
1307
  };
1294
1308
  var logout_default = Logout;
1295
1309
 
1296
1310
  // src/icons/v2/outline/map-marker.tsx
1297
- import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
1311
+ import { jsx as jsx52, jsxs as jsxs36 } from "react/jsx-runtime";
1298
1312
  var MapMarker = (props) => {
1299
1313
  const { color, ...svgProps } = use_icon_props_default(props);
1300
1314
  return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1301
1315
  /* @__PURE__ */ jsxs36("g", { clipPath: "url(#map-marker)", children: [
1302
- /* @__PURE__ */ jsx51(
1316
+ /* @__PURE__ */ jsx52(
1303
1317
  "path",
1304
1318
  {
1305
1319
  fillRule: "evenodd",
@@ -1308,7 +1322,7 @@ var MapMarker = (props) => {
1308
1322
  fill: color
1309
1323
  }
1310
1324
  ),
1311
- /* @__PURE__ */ jsx51(
1325
+ /* @__PURE__ */ jsx52(
1312
1326
  "path",
1313
1327
  {
1314
1328
  fillRule: "evenodd",
@@ -1318,17 +1332,17 @@ var MapMarker = (props) => {
1318
1332
  }
1319
1333
  )
1320
1334
  ] }),
1321
- /* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx51("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1335
+ /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1322
1336
  ] });
1323
1337
  };
1324
1338
  var map_marker_default = MapMarker;
1325
1339
 
1326
1340
  // src/icons/v2/outline/minus.tsx
1327
- import { jsx as jsx52, jsxs as jsxs37 } from "react/jsx-runtime";
1341
+ import { jsx as jsx53, jsxs as jsxs37 } from "react/jsx-runtime";
1328
1342
  var Minus = (props) => {
1329
1343
  const { color, ...svgProps } = use_icon_props_default(props);
1330
1344
  return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1331
- /* @__PURE__ */ jsx52("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx52(
1345
+ /* @__PURE__ */ jsx53("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx53(
1332
1346
  "path",
1333
1347
  {
1334
1348
  fillRule: "evenodd",
@@ -1337,16 +1351,16 @@ var Minus = (props) => {
1337
1351
  fill: color
1338
1352
  }
1339
1353
  ) }),
1340
- /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1354
+ /* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx53("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1341
1355
  ] });
1342
1356
  };
1343
1357
  var minus_default = Minus;
1344
1358
 
1345
1359
  // src/icons/v2/outline/minus-large.tsx
1346
- import { jsx as jsx53 } from "react/jsx-runtime";
1360
+ import { jsx as jsx54 } from "react/jsx-runtime";
1347
1361
  var MinusLarge = (props) => {
1348
1362
  const { color, ...svgProps } = use_icon_props_default(props);
1349
- return /* @__PURE__ */ jsx53("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx53(
1363
+ return /* @__PURE__ */ jsx54("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
1350
1364
  "path",
1351
1365
  {
1352
1366
  fillRule: "evenodd",
@@ -1359,10 +1373,10 @@ var MinusLarge = (props) => {
1359
1373
  var minus_large_default = MinusLarge;
1360
1374
 
1361
1375
  // src/icons/v2/outline/minus-rounded.tsx
1362
- import { jsx as jsx54 } from "react/jsx-runtime";
1376
+ import { jsx as jsx55 } from "react/jsx-runtime";
1363
1377
  var MinusRounded = (props) => {
1364
1378
  const { color, ...svgProps } = use_icon_props_default(props);
1365
- return /* @__PURE__ */ jsx54("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
1379
+ return /* @__PURE__ */ jsx55("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx55(
1366
1380
  "path",
1367
1381
  {
1368
1382
  fillRule: "evenodd",
@@ -1375,10 +1389,10 @@ var MinusRounded = (props) => {
1375
1389
  var minus_rounded_default = MinusRounded;
1376
1390
 
1377
1391
  // src/icons/v2/outline/no-gps.tsx
1378
- import { jsx as jsx55 } from "react/jsx-runtime";
1392
+ import { jsx as jsx56 } from "react/jsx-runtime";
1379
1393
  var NoGps = (props) => {
1380
1394
  const { color, ...svgProps } = use_icon_props_default(props);
1381
- return /* @__PURE__ */ jsx55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx55(
1395
+ return /* @__PURE__ */ jsx56("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx56(
1382
1396
  "path",
1383
1397
  {
1384
1398
  fillRule: "evenodd",
@@ -1391,11 +1405,11 @@ var NoGps = (props) => {
1391
1405
  var no_gps_default = NoGps;
1392
1406
 
1393
1407
  // src/icons/v2/outline/note.tsx
1394
- import { jsx as jsx56, jsxs as jsxs38 } from "react/jsx-runtime";
1408
+ import { jsx as jsx57, jsxs as jsxs38 } from "react/jsx-runtime";
1395
1409
  var Note = (props) => {
1396
1410
  const { color, ...svgProps } = use_icon_props_default(props);
1397
1411
  return /* @__PURE__ */ jsxs38("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1398
- /* @__PURE__ */ jsx56(
1412
+ /* @__PURE__ */ jsx57(
1399
1413
  "path",
1400
1414
  {
1401
1415
  fillRule: "evenodd",
@@ -1404,7 +1418,7 @@ var Note = (props) => {
1404
1418
  fill: color
1405
1419
  }
1406
1420
  ),
1407
- /* @__PURE__ */ jsx56(
1421
+ /* @__PURE__ */ jsx57(
1408
1422
  "path",
1409
1423
  {
1410
1424
  fillRule: "evenodd",
@@ -1413,7 +1427,7 @@ var Note = (props) => {
1413
1427
  fill: color
1414
1428
  }
1415
1429
  ),
1416
- /* @__PURE__ */ jsx56(
1430
+ /* @__PURE__ */ jsx57(
1417
1431
  "path",
1418
1432
  {
1419
1433
  d: "M11.4941 2.00391C11.8125 2.00391 12.1122 2.08481 12.373 2.22754L11.5537 3.00586C11.5342 3.00449 11.514 3.00391 11.4941 3.00391H7.06738C6.81964 3.00401 6.58501 3.11406 6.42676 3.30469L3.86914 6.38574C3.74503 6.53531 3.67676 6.72361 3.67676 6.91797V12.8154C3.67701 13.2755 4.05066 13.6484 4.51074 13.6484H11.4941C11.9542 13.6484 12.3279 13.2755 12.3281 12.8154V5.08496L13.3281 4.23535V12.8154C13.3279 13.8277 12.5065 14.6484 11.4941 14.6484H4.51074C3.49838 14.6484 2.67701 13.8277 2.67676 12.8154V6.91797C2.67676 6.49036 2.82653 6.07612 3.09961 5.74707L5.65723 2.66602C6.00546 2.24648 6.52216 2.00401 7.06738 2.00391H11.4941Z",
@@ -1425,11 +1439,11 @@ var Note = (props) => {
1425
1439
  var note_default = Note;
1426
1440
 
1427
1441
  // src/icons/v2/outline/order-failed-rounded.tsx
1428
- import { jsx as jsx57, jsxs as jsxs39 } from "react/jsx-runtime";
1442
+ import { jsx as jsx58, jsxs as jsxs39 } from "react/jsx-runtime";
1429
1443
  var OrderFailedRounded = (props) => {
1430
1444
  const { color, ...svgProps } = use_icon_props_default(props);
1431
1445
  return /* @__PURE__ */ jsxs39("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1432
- /* @__PURE__ */ jsx57(
1446
+ /* @__PURE__ */ jsx58(
1433
1447
  "path",
1434
1448
  {
1435
1449
  fillRule: "evenodd",
@@ -1438,7 +1452,7 @@ var OrderFailedRounded = (props) => {
1438
1452
  fill: color
1439
1453
  }
1440
1454
  ),
1441
- /* @__PURE__ */ jsx57(
1455
+ /* @__PURE__ */ jsx58(
1442
1456
  "path",
1443
1457
  {
1444
1458
  fillRule: "evenodd",
@@ -1452,11 +1466,11 @@ var OrderFailedRounded = (props) => {
1452
1466
  var order_failed_rounded_default = OrderFailedRounded;
1453
1467
 
1454
1468
  // src/icons/v2/outline/order-history.tsx
1455
- import { jsx as jsx58, jsxs as jsxs40 } from "react/jsx-runtime";
1469
+ import { jsx as jsx59, jsxs as jsxs40 } from "react/jsx-runtime";
1456
1470
  var OrderHistory = (props) => {
1457
1471
  const { color, ...svgProps } = use_icon_props_default(props);
1458
1472
  return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1459
- /* @__PURE__ */ jsx58(
1473
+ /* @__PURE__ */ jsx59(
1460
1474
  "path",
1461
1475
  {
1462
1476
  fillRule: "evenodd",
@@ -1465,7 +1479,7 @@ var OrderHistory = (props) => {
1465
1479
  fill: color
1466
1480
  }
1467
1481
  ),
1468
- /* @__PURE__ */ jsx58(
1482
+ /* @__PURE__ */ jsx59(
1469
1483
  "path",
1470
1484
  {
1471
1485
  fillRule: "evenodd",
@@ -1479,11 +1493,11 @@ var OrderHistory = (props) => {
1479
1493
  var order_history_default = OrderHistory;
1480
1494
 
1481
1495
  // src/icons/v2/outline/order-processed-rounded.tsx
1482
- import { jsx as jsx59, jsxs as jsxs41 } from "react/jsx-runtime";
1496
+ import { jsx as jsx60, jsxs as jsxs41 } from "react/jsx-runtime";
1483
1497
  var OrderProcessedRounded = (props) => {
1484
1498
  const { color, ...svgProps } = use_icon_props_default(props);
1485
1499
  return /* @__PURE__ */ jsxs41("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1486
- /* @__PURE__ */ jsx59(
1500
+ /* @__PURE__ */ jsx60(
1487
1501
  "path",
1488
1502
  {
1489
1503
  fillRule: "evenodd",
@@ -1492,7 +1506,7 @@ var OrderProcessedRounded = (props) => {
1492
1506
  fill: color
1493
1507
  }
1494
1508
  ),
1495
- /* @__PURE__ */ jsx59(
1509
+ /* @__PURE__ */ jsx60(
1496
1510
  "path",
1497
1511
  {
1498
1512
  fillRule: "evenodd",
@@ -1506,11 +1520,11 @@ var OrderProcessedRounded = (props) => {
1506
1520
  var order_processed_rounded_default = OrderProcessedRounded;
1507
1521
 
1508
1522
  // src/icons/v2/outline/otp.tsx
1509
- import { jsx as jsx60, jsxs as jsxs42 } from "react/jsx-runtime";
1523
+ import { jsx as jsx61, jsxs as jsxs42 } from "react/jsx-runtime";
1510
1524
  var Otp = (props) => {
1511
1525
  const { color, ...svgProps } = use_icon_props_default(props);
1512
1526
  return /* @__PURE__ */ jsxs42("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1513
- /* @__PURE__ */ jsx60(
1527
+ /* @__PURE__ */ jsx61(
1514
1528
  "path",
1515
1529
  {
1516
1530
  fillRule: "evenodd",
@@ -1519,7 +1533,7 @@ var Otp = (props) => {
1519
1533
  fill: color
1520
1534
  }
1521
1535
  ),
1522
- /* @__PURE__ */ jsx60(
1536
+ /* @__PURE__ */ jsx61(
1523
1537
  "path",
1524
1538
  {
1525
1539
  fillRule: "evenodd",
@@ -1528,7 +1542,7 @@ var Otp = (props) => {
1528
1542
  fill: color
1529
1543
  }
1530
1544
  ),
1531
- /* @__PURE__ */ jsx60(
1545
+ /* @__PURE__ */ jsx61(
1532
1546
  "path",
1533
1547
  {
1534
1548
  fillRule: "evenodd",
@@ -1537,7 +1551,7 @@ var Otp = (props) => {
1537
1551
  fill: color
1538
1552
  }
1539
1553
  ),
1540
- /* @__PURE__ */ jsx60(
1554
+ /* @__PURE__ */ jsx61(
1541
1555
  "path",
1542
1556
  {
1543
1557
  fillRule: "evenodd",
@@ -1546,7 +1560,7 @@ var Otp = (props) => {
1546
1560
  fill: color
1547
1561
  }
1548
1562
  ),
1549
- /* @__PURE__ */ jsx60(
1563
+ /* @__PURE__ */ jsx61(
1550
1564
  "path",
1551
1565
  {
1552
1566
  fillRule: "evenodd",
@@ -1555,7 +1569,7 @@ var Otp = (props) => {
1555
1569
  fill: color
1556
1570
  }
1557
1571
  ),
1558
- /* @__PURE__ */ jsx60(
1572
+ /* @__PURE__ */ jsx61(
1559
1573
  "path",
1560
1574
  {
1561
1575
  fillRule: "evenodd",
@@ -1569,10 +1583,10 @@ var Otp = (props) => {
1569
1583
  var otp_default = Otp;
1570
1584
 
1571
1585
  // src/icons/v2/outline/paylater.tsx
1572
- import { jsx as jsx61 } from "react/jsx-runtime";
1586
+ import { jsx as jsx62 } from "react/jsx-runtime";
1573
1587
  var Paylater = (props) => {
1574
1588
  const { color, ...svgProps } = use_icon_props_default(props);
1575
- return /* @__PURE__ */ jsx61("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx61(
1589
+ return /* @__PURE__ */ jsx62("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx62(
1576
1590
  "path",
1577
1591
  {
1578
1592
  fillRule: "evenodd",
@@ -1585,11 +1599,11 @@ var Paylater = (props) => {
1585
1599
  var paylater_default = Paylater;
1586
1600
 
1587
1601
  // src/icons/v2/outline/payment-failed-rounded.tsx
1588
- import { jsx as jsx62, jsxs as jsxs43 } from "react/jsx-runtime";
1602
+ import { jsx as jsx63, jsxs as jsxs43 } from "react/jsx-runtime";
1589
1603
  var PaymentFailedRounded = (props) => {
1590
1604
  const { color, ...svgProps } = use_icon_props_default(props);
1591
1605
  return /* @__PURE__ */ jsxs43("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1592
- /* @__PURE__ */ jsx62(
1606
+ /* @__PURE__ */ jsx63(
1593
1607
  "path",
1594
1608
  {
1595
1609
  fillRule: "evenodd",
@@ -1598,7 +1612,7 @@ var PaymentFailedRounded = (props) => {
1598
1612
  fill: color
1599
1613
  }
1600
1614
  ),
1601
- /* @__PURE__ */ jsx62(
1615
+ /* @__PURE__ */ jsx63(
1602
1616
  "path",
1603
1617
  {
1604
1618
  fillRule: "evenodd",
@@ -1607,7 +1621,7 @@ var PaymentFailedRounded = (props) => {
1607
1621
  fill: color
1608
1622
  }
1609
1623
  ),
1610
- /* @__PURE__ */ jsx62(
1624
+ /* @__PURE__ */ jsx63(
1611
1625
  "path",
1612
1626
  {
1613
1627
  fillRule: "evenodd",
@@ -1621,11 +1635,11 @@ var PaymentFailedRounded = (props) => {
1621
1635
  var payment_failed_rounded_default = PaymentFailedRounded;
1622
1636
 
1623
1637
  // src/icons/v2/outline/payment-verification-rounded.tsx
1624
- import { jsx as jsx63, jsxs as jsxs44 } from "react/jsx-runtime";
1638
+ import { jsx as jsx64, jsxs as jsxs44 } from "react/jsx-runtime";
1625
1639
  var PaymentVerificationRounded = (props) => {
1626
1640
  const { color, ...svgProps } = use_icon_props_default(props);
1627
1641
  return /* @__PURE__ */ jsxs44("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1628
- /* @__PURE__ */ jsx63(
1642
+ /* @__PURE__ */ jsx64(
1629
1643
  "path",
1630
1644
  {
1631
1645
  fillRule: "evenodd",
@@ -1634,7 +1648,7 @@ var PaymentVerificationRounded = (props) => {
1634
1648
  fill: color
1635
1649
  }
1636
1650
  ),
1637
- /* @__PURE__ */ jsx63(
1651
+ /* @__PURE__ */ jsx64(
1638
1652
  "path",
1639
1653
  {
1640
1654
  fillRule: "evenodd",
@@ -1643,7 +1657,7 @@ var PaymentVerificationRounded = (props) => {
1643
1657
  fill: color
1644
1658
  }
1645
1659
  ),
1646
- /* @__PURE__ */ jsx63(
1660
+ /* @__PURE__ */ jsx64(
1647
1661
  "path",
1648
1662
  {
1649
1663
  fillRule: "evenodd",
@@ -1652,7 +1666,7 @@ var PaymentVerificationRounded = (props) => {
1652
1666
  fill: color
1653
1667
  }
1654
1668
  ),
1655
- /* @__PURE__ */ jsx63(
1669
+ /* @__PURE__ */ jsx64(
1656
1670
  "path",
1657
1671
  {
1658
1672
  fillRule: "evenodd",
@@ -1661,7 +1675,7 @@ var PaymentVerificationRounded = (props) => {
1661
1675
  fill: color
1662
1676
  }
1663
1677
  ),
1664
- /* @__PURE__ */ jsx63(
1678
+ /* @__PURE__ */ jsx64(
1665
1679
  "path",
1666
1680
  {
1667
1681
  fillRule: "evenodd",
@@ -1675,11 +1689,11 @@ var PaymentVerificationRounded = (props) => {
1675
1689
  var payment_verification_rounded_default = PaymentVerificationRounded;
1676
1690
 
1677
1691
  // src/icons/v2/outline/plus.tsx
1678
- import { jsx as jsx64, jsxs as jsxs45 } from "react/jsx-runtime";
1692
+ import { jsx as jsx65, jsxs as jsxs45 } from "react/jsx-runtime";
1679
1693
  var Plus = (props) => {
1680
1694
  const { color, ...svgProps } = use_icon_props_default(props);
1681
1695
  return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1682
- /* @__PURE__ */ jsx64("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx64(
1696
+ /* @__PURE__ */ jsx65("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx65(
1683
1697
  "path",
1684
1698
  {
1685
1699
  fillRule: "evenodd",
@@ -1688,24 +1702,24 @@ var Plus = (props) => {
1688
1702
  fill: color
1689
1703
  }
1690
1704
  ) }),
1691
- /* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1705
+ /* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1692
1706
  ] });
1693
1707
  };
1694
1708
  var plus_default = Plus;
1695
1709
 
1696
1710
  // src/icons/v2/outline/plus-large.tsx
1697
- import { jsx as jsx65, jsxs as jsxs46 } from "react/jsx-runtime";
1711
+ import { jsx as jsx66, jsxs as jsxs46 } from "react/jsx-runtime";
1698
1712
  var PlusLarge = (props) => {
1699
1713
  const { color, ...svgProps } = use_icon_props_default(props);
1700
1714
  return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1701
- /* @__PURE__ */ jsx65(
1715
+ /* @__PURE__ */ jsx66(
1702
1716
  "path",
1703
1717
  {
1704
1718
  d: "M3.7731 12.0058C3.7731 11.4535 4.22081 11.0058 4.7731 11.0058L19.2582 11.0058C19.8104 11.0058 20.2582 11.4535 20.2582 12.0058C20.2582 12.558 19.8104 13.0058 19.2582 13.0058L4.7731 13.0058C4.22082 13.0058 3.7731 12.5581 3.7731 12.0058Z",
1705
1719
  fill: color
1706
1720
  }
1707
1721
  ),
1708
- /* @__PURE__ */ jsx65(
1722
+ /* @__PURE__ */ jsx66(
1709
1723
  "path",
1710
1724
  {
1711
1725
  d: "M12.0156 3.76321C12.5679 3.76321 13.0156 4.21092 13.0156 4.76321L13.0157 19.2483C13.0157 19.8006 12.568 20.2483 12.0157 20.2483C11.4634 20.2483 11.0157 19.8006 11.0157 19.2483L11.0156 4.76322C11.0156 4.21093 11.4633 3.76321 12.0156 3.76321Z",
@@ -1717,12 +1731,12 @@ var PlusLarge = (props) => {
1717
1731
  var plus_large_default = PlusLarge;
1718
1732
 
1719
1733
  // src/icons/v2/outline/privacy-policy.tsx
1720
- import { jsx as jsx66, jsxs as jsxs47 } from "react/jsx-runtime";
1734
+ import { jsx as jsx67, jsxs as jsxs47 } from "react/jsx-runtime";
1721
1735
  var PrivacyPolicy = (props) => {
1722
1736
  const { color, ...svgProps } = use_icon_props_default(props);
1723
1737
  return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1724
1738
  /* @__PURE__ */ jsxs47("g", { clipPath: "url(#clip0_6322_13346)", children: [
1725
- /* @__PURE__ */ jsx66(
1739
+ /* @__PURE__ */ jsx67(
1726
1740
  "path",
1727
1741
  {
1728
1742
  fillRule: "evenodd",
@@ -1731,7 +1745,7 @@ var PrivacyPolicy = (props) => {
1731
1745
  fill: color
1732
1746
  }
1733
1747
  ),
1734
- /* @__PURE__ */ jsx66(
1748
+ /* @__PURE__ */ jsx67(
1735
1749
  "path",
1736
1750
  {
1737
1751
  fillRule: "evenodd",
@@ -1740,7 +1754,7 @@ var PrivacyPolicy = (props) => {
1740
1754
  fill: color
1741
1755
  }
1742
1756
  ),
1743
- /* @__PURE__ */ jsx66(
1757
+ /* @__PURE__ */ jsx67(
1744
1758
  "path",
1745
1759
  {
1746
1760
  fillRule: "evenodd",
@@ -1749,7 +1763,7 @@ var PrivacyPolicy = (props) => {
1749
1763
  fill: color
1750
1764
  }
1751
1765
  ),
1752
- /* @__PURE__ */ jsx66(
1766
+ /* @__PURE__ */ jsx67(
1753
1767
  "path",
1754
1768
  {
1755
1769
  fillRule: "evenodd",
@@ -1758,7 +1772,7 @@ var PrivacyPolicy = (props) => {
1758
1772
  fill: color
1759
1773
  }
1760
1774
  ),
1761
- /* @__PURE__ */ jsx66(
1775
+ /* @__PURE__ */ jsx67(
1762
1776
  "path",
1763
1777
  {
1764
1778
  fillRule: "evenodd",
@@ -1767,7 +1781,7 @@ var PrivacyPolicy = (props) => {
1767
1781
  fill: color
1768
1782
  }
1769
1783
  ),
1770
- /* @__PURE__ */ jsx66(
1784
+ /* @__PURE__ */ jsx67(
1771
1785
  "path",
1772
1786
  {
1773
1787
  fillRule: "evenodd",
@@ -1777,18 +1791,18 @@ var PrivacyPolicy = (props) => {
1777
1791
  }
1778
1792
  )
1779
1793
  ] }),
1780
- /* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx66("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1794
+ /* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx67("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1781
1795
  ] });
1782
1796
  };
1783
1797
  var privacy_policy_default = PrivacyPolicy;
1784
1798
 
1785
1799
  // src/icons/v2/outline/profile.tsx
1786
- import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
1800
+ import { jsx as jsx68, jsxs as jsxs48 } from "react/jsx-runtime";
1787
1801
  var Profile = (props) => {
1788
1802
  const { color, ...svgProps } = use_icon_props_default(props);
1789
1803
  return /* @__PURE__ */ jsxs48("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1790
1804
  /* @__PURE__ */ jsxs48("g", { clipPath: "url(#icon-outline-profile)", children: [
1791
- /* @__PURE__ */ jsx67(
1805
+ /* @__PURE__ */ jsx68(
1792
1806
  "path",
1793
1807
  {
1794
1808
  fillRule: "evenodd",
@@ -1797,7 +1811,7 @@ var Profile = (props) => {
1797
1811
  fill: color
1798
1812
  }
1799
1813
  ),
1800
- /* @__PURE__ */ jsx67(
1814
+ /* @__PURE__ */ jsx68(
1801
1815
  "path",
1802
1816
  {
1803
1817
  fillRule: "evenodd",
@@ -1807,17 +1821,17 @@ var Profile = (props) => {
1807
1821
  }
1808
1822
  )
1809
1823
  ] }),
1810
- /* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx67("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1824
+ /* @__PURE__ */ jsx68("defs", { children: /* @__PURE__ */ jsx68("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx68("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1811
1825
  ] });
1812
1826
  };
1813
1827
  var profile_default = Profile;
1814
1828
 
1815
1829
  // src/icons/v2/outline/qr-code.tsx
1816
- import { jsx as jsx68, jsxs as jsxs49 } from "react/jsx-runtime";
1830
+ import { jsx as jsx69, jsxs as jsxs49 } from "react/jsx-runtime";
1817
1831
  var QRCode = (props) => {
1818
1832
  const { color, ...svgProps } = use_icon_props_default(props);
1819
1833
  return /* @__PURE__ */ jsxs49("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1820
- /* @__PURE__ */ jsx68(
1834
+ /* @__PURE__ */ jsx69(
1821
1835
  "path",
1822
1836
  {
1823
1837
  fillRule: "evenodd",
@@ -1826,7 +1840,7 @@ var QRCode = (props) => {
1826
1840
  fill: color
1827
1841
  }
1828
1842
  ),
1829
- /* @__PURE__ */ jsx68(
1843
+ /* @__PURE__ */ jsx69(
1830
1844
  "path",
1831
1845
  {
1832
1846
  fillRule: "evenodd",
@@ -1835,7 +1849,7 @@ var QRCode = (props) => {
1835
1849
  fill: color
1836
1850
  }
1837
1851
  ),
1838
- /* @__PURE__ */ jsx68(
1852
+ /* @__PURE__ */ jsx69(
1839
1853
  "path",
1840
1854
  {
1841
1855
  fillRule: "evenodd",
@@ -1844,7 +1858,7 @@ var QRCode = (props) => {
1844
1858
  fill: color
1845
1859
  }
1846
1860
  ),
1847
- /* @__PURE__ */ jsx68(
1861
+ /* @__PURE__ */ jsx69(
1848
1862
  "path",
1849
1863
  {
1850
1864
  fillRule: "evenodd",
@@ -1853,7 +1867,7 @@ var QRCode = (props) => {
1853
1867
  fill: color
1854
1868
  }
1855
1869
  ),
1856
- /* @__PURE__ */ jsx68(
1870
+ /* @__PURE__ */ jsx69(
1857
1871
  "path",
1858
1872
  {
1859
1873
  fillRule: "evenodd",
@@ -1862,7 +1876,7 @@ var QRCode = (props) => {
1862
1876
  fill: color
1863
1877
  }
1864
1878
  ),
1865
- /* @__PURE__ */ jsx68(
1879
+ /* @__PURE__ */ jsx69(
1866
1880
  "path",
1867
1881
  {
1868
1882
  fillRule: "evenodd",
@@ -1871,7 +1885,7 @@ var QRCode = (props) => {
1871
1885
  fill: color
1872
1886
  }
1873
1887
  ),
1874
- /* @__PURE__ */ jsx68(
1888
+ /* @__PURE__ */ jsx69(
1875
1889
  "path",
1876
1890
  {
1877
1891
  fillRule: "evenodd",
@@ -1880,7 +1894,7 @@ var QRCode = (props) => {
1880
1894
  fill: color
1881
1895
  }
1882
1896
  ),
1883
- /* @__PURE__ */ jsx68(
1897
+ /* @__PURE__ */ jsx69(
1884
1898
  "path",
1885
1899
  {
1886
1900
  fillRule: "evenodd",
@@ -1889,7 +1903,7 @@ var QRCode = (props) => {
1889
1903
  fill: color
1890
1904
  }
1891
1905
  ),
1892
- /* @__PURE__ */ jsx68(
1906
+ /* @__PURE__ */ jsx69(
1893
1907
  "path",
1894
1908
  {
1895
1909
  fillRule: "evenodd",
@@ -1898,7 +1912,7 @@ var QRCode = (props) => {
1898
1912
  fill: color
1899
1913
  }
1900
1914
  ),
1901
- /* @__PURE__ */ jsx68(
1915
+ /* @__PURE__ */ jsx69(
1902
1916
  "path",
1903
1917
  {
1904
1918
  fillRule: "evenodd",
@@ -1912,10 +1926,10 @@ var QRCode = (props) => {
1912
1926
  var qr_code_default = QRCode;
1913
1927
 
1914
1928
  // src/icons/v2/outline/qr-code-base.tsx
1915
- import { jsx as jsx69 } from "react/jsx-runtime";
1929
+ import { jsx as jsx70 } from "react/jsx-runtime";
1916
1930
  var QRCodeBase = (props) => {
1917
1931
  const { color, ...svgProps } = use_icon_props_default(props);
1918
- return /* @__PURE__ */ jsx69("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx69(
1932
+ return /* @__PURE__ */ jsx70("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
1919
1933
  "path",
1920
1934
  {
1921
1935
  fillRule: "evenodd",
@@ -1928,11 +1942,11 @@ var QRCodeBase = (props) => {
1928
1942
  var qr_code_base_default = QRCodeBase;
1929
1943
 
1930
1944
  // src/icons/v2/outline/search.tsx
1931
- import { jsx as jsx70, jsxs as jsxs50 } from "react/jsx-runtime";
1945
+ import { jsx as jsx71, jsxs as jsxs50 } from "react/jsx-runtime";
1932
1946
  var Search = (props) => {
1933
1947
  const { color, ...svgProps } = use_icon_props_default(props);
1934
1948
  return /* @__PURE__ */ jsxs50("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1935
- /* @__PURE__ */ jsx70(
1949
+ /* @__PURE__ */ jsx71(
1936
1950
  "path",
1937
1951
  {
1938
1952
  fillRule: "evenodd",
@@ -1941,7 +1955,7 @@ var Search = (props) => {
1941
1955
  fill: color
1942
1956
  }
1943
1957
  ),
1944
- /* @__PURE__ */ jsx70(
1958
+ /* @__PURE__ */ jsx71(
1945
1959
  "path",
1946
1960
  {
1947
1961
  fillRule: "evenodd",
@@ -1955,10 +1969,10 @@ var Search = (props) => {
1955
1969
  var search_default = Search;
1956
1970
 
1957
1971
  // src/icons/v2/outline/setting.tsx
1958
- import { jsx as jsx71 } from "react/jsx-runtime";
1972
+ import { jsx as jsx72 } from "react/jsx-runtime";
1959
1973
  var Setting = (props) => {
1960
1974
  const { color, ...svgProps } = use_icon_props_default(props);
1961
- return /* @__PURE__ */ jsx71("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx71(
1975
+ return /* @__PURE__ */ jsx72("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
1962
1976
  "path",
1963
1977
  {
1964
1978
  d: "M15.2339 21.5C14.798 21.5 14.362 21.3549 13.9987 21.1011C13.0723 20.4303 11.9642 20.4303 11.0196 21.1011C10.4565 21.5 9.72984 21.6087 9.07589 21.3731C7.98597 20.9742 6.98688 20.3941 6.09678 19.6507C5.56998 19.2156 5.2975 18.5267 5.37017 17.8378C5.42466 17.2757 5.31567 16.7318 5.06136 16.2967C4.80704 15.8616 4.38924 15.499 3.88061 15.2633C3.24483 14.9733 2.79069 14.3931 2.66354 13.7042C2.46372 12.562 2.46372 11.4198 2.66354 10.2776C2.79069 9.58871 3.24483 9.00856 3.88061 8.71848C4.40741 8.4828 4.80704 8.13833 5.06136 7.68509C5.31567 7.24997 5.42466 6.72421 5.37017 6.14406C5.2975 5.45512 5.56998 4.78432 6.09678 4.33108C6.98688 3.58776 7.98597 3.00761 9.07589 2.60875C9.72984 2.37306 10.4746 2.48184 11.0377 2.8807C11.9642 3.53337 13.0723 3.5515 13.9987 2.8807C14.5436 2.49997 15.2703 2.39119 15.9424 2.62688C17.0323 3.02574 18.0314 3.60589 18.9215 4.34921C19.4483 4.80245 19.7389 5.49138 19.6481 6.18031C19.5936 6.74234 19.7026 7.2681 19.9569 7.72134C20.2112 8.15646 20.629 8.51905 21.1377 8.75474C21.7734 9.02669 22.2276 9.60684 22.3547 10.2958C22.5545 11.4379 22.5545 12.5983 22.3547 13.7223C22.2457 14.3931 21.7916 14.9733 21.1377 15.2633C20.6109 15.499 20.2112 15.8616 19.9569 16.2967C19.7026 16.7318 19.5936 17.2576 19.6481 17.8378C19.7208 18.5267 19.4483 19.2156 18.9215 19.6507C18.0314 20.3941 17.0323 20.9742 15.9424 21.3731C15.7062 21.4637 15.4701 21.5 15.2339 21.5ZM12.5091 19.1975C13.3084 19.1975 14.1077 19.4694 14.8161 19.9771C14.8888 20.0315 15.1613 20.1946 15.4701 20.0858C16.4147 19.7414 17.2684 19.2519 18.0314 18.5992C18.2857 18.3816 18.2857 18.0734 18.2675 17.9828C18.1767 17.1126 18.3402 16.2967 18.758 15.6078C19.1576 14.9189 19.7934 14.3568 20.5745 14.0124C20.6472 13.9761 20.9378 13.8311 20.9923 13.4866C21.174 12.5076 21.174 11.5105 20.9923 10.5315C20.956 10.2958 20.7925 10.1145 20.5745 10.0057C19.7753 9.6431 19.1576 9.09921 18.758 8.39215C18.3584 7.70322 18.1949 6.88738 18.2857 6.01715C18.3039 5.78146 18.213 5.54577 18.0314 5.40073C17.2684 4.76619 16.3965 4.25856 15.4701 3.91409C15.2521 3.84157 15.0159 3.87783 14.8161 4.00474C13.3811 5.02001 11.619 5.02001 10.2021 4.00474C10.0023 3.8597 9.76617 3.82344 9.54819 3.91409C8.62176 4.25856 7.74982 4.74806 6.98688 5.40073C6.80523 5.54577 6.7144 5.78146 6.75073 6.01715C6.84156 6.88738 6.67807 7.70322 6.27843 8.39215C5.87879 9.08108 5.24301 9.6431 4.4619 9.98757C4.24392 10.0782 4.08043 10.2776 4.0441 10.5133C3.88061 11.4923 3.88061 12.4895 4.0441 13.4685C4.09859 13.8129 4.37107 13.958 4.4619 13.9942C5.24301 14.3387 5.87879 14.9007 6.27843 15.5897C6.67807 16.2786 6.84156 17.1126 6.75073 17.9647C6.75073 18.0553 6.73256 18.3635 6.98688 18.5811C7.74982 19.2156 8.62176 19.7233 9.54819 20.0677C9.76617 20.1402 10.0023 20.104 10.2021 19.9771C10.9106 19.4694 11.7099 19.1975 12.5091 19.1975ZM12.5091 15.4809C10.5836 15.4809 9.02139 13.9217 9.02139 12C9.02139 10.0782 10.5836 8.51906 12.5091 8.51906C14.4347 8.51906 15.9969 10.0782 15.9969 12C15.9969 13.9217 14.4347 15.4809 12.5091 15.4809ZM12.5091 9.91505C11.3466 9.91505 10.4201 10.8578 10.4201 12C10.4201 13.1603 11.3647 14.0849 12.5091 14.0849C13.6717 14.0849 14.5981 13.1421 14.5981 12C14.5981 10.8578 13.6535 9.91505 12.5091 9.91505Z",
@@ -1969,11 +1983,11 @@ var Setting = (props) => {
1969
1983
  var setting_default = Setting;
1970
1984
 
1971
1985
  // src/icons/v2/outline/share.tsx
1972
- import { jsx as jsx72, jsxs as jsxs51 } from "react/jsx-runtime";
1986
+ import { jsx as jsx73, jsxs as jsxs51 } from "react/jsx-runtime";
1973
1987
  var Bag2 = (props) => {
1974
1988
  const { color, ...svgProps } = use_icon_props_default(props);
1975
1989
  return /* @__PURE__ */ jsxs51("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1976
- /* @__PURE__ */ jsx72(
1990
+ /* @__PURE__ */ jsx73(
1977
1991
  "path",
1978
1992
  {
1979
1993
  fillRule: "evenodd",
@@ -1982,7 +1996,7 @@ var Bag2 = (props) => {
1982
1996
  fill: color
1983
1997
  }
1984
1998
  ),
1985
- /* @__PURE__ */ jsx72(
1999
+ /* @__PURE__ */ jsx73(
1986
2000
  "path",
1987
2001
  {
1988
2002
  fillRule: "evenodd",
@@ -1991,7 +2005,7 @@ var Bag2 = (props) => {
1991
2005
  fill: color
1992
2006
  }
1993
2007
  ),
1994
- /* @__PURE__ */ jsx72(
2008
+ /* @__PURE__ */ jsx73(
1995
2009
  "path",
1996
2010
  {
1997
2011
  fillRule: "evenodd",
@@ -2005,10 +2019,10 @@ var Bag2 = (props) => {
2005
2019
  var share_default = Bag2;
2006
2020
 
2007
2021
  // src/icons/v2/outline/shield-rounded.tsx
2008
- import { jsx as jsx73 } from "react/jsx-runtime";
2022
+ import { jsx as jsx74 } from "react/jsx-runtime";
2009
2023
  var ShieldRounded = (props) => {
2010
2024
  const { color, ...svgProps } = use_icon_props_default(props);
2011
- return /* @__PURE__ */ jsx73("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx73(
2025
+ return /* @__PURE__ */ jsx74("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74(
2012
2026
  "path",
2013
2027
  {
2014
2028
  d: "M9.23438 2.63778C9.73261 2.45993 10.2772 2.45993 10.7754 2.63778L15.1445 4.19736C16.0567 4.52305 16.666 5.38701 16.666 6.35556V9.96982C16.666 12.9409 15.044 14.8309 13.4668 15.9522C11.9041 17.0632 10.3394 17.4581 10.2773 17.4737L10.125 16.8683L10.2676 17.4767C10.0949 17.5172 9.91491 17.5172 9.74219 17.4767L9.88477 16.8683L9.73242 17.4737C9.66867 17.4577 8.10479 17.0626 6.54297 15.9522C4.96579 14.8309 3.34475 12.9409 3.34473 9.96982V6.35556C3.34473 5.38705 3.95317 4.52308 4.86523 4.19736L9.23438 2.63778ZM13.1484 8.03134C12.9044 7.78726 12.5087 7.78726 12.2646 8.03134L9.5127 10.7823L7.94238 9.212C7.6983 8.96793 7.30169 8.96792 7.05762 9.212C6.81375 9.45595 6.81398 9.8517 7.05762 10.0958L9.07031 12.1085C9.31437 12.3525 9.71002 12.3525 9.9541 12.1085L13.1484 8.91513C13.3924 8.67116 13.3922 8.27544 13.1484 8.03134Z",
@@ -2019,11 +2033,11 @@ var ShieldRounded = (props) => {
2019
2033
  var shield_rounded_default = ShieldRounded;
2020
2034
 
2021
2035
  // src/icons/v2/outline/shipped-rounded.tsx
2022
- import { jsx as jsx74, jsxs as jsxs52 } from "react/jsx-runtime";
2036
+ import { jsx as jsx75, jsxs as jsxs52 } from "react/jsx-runtime";
2023
2037
  var ShippedRounded = (props) => {
2024
2038
  const { color, ...svgProps } = use_icon_props_default(props);
2025
2039
  return /* @__PURE__ */ jsxs52("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2026
- /* @__PURE__ */ jsx74(
2040
+ /* @__PURE__ */ jsx75(
2027
2041
  "path",
2028
2042
  {
2029
2043
  fillRule: "evenodd",
@@ -2032,7 +2046,7 @@ var ShippedRounded = (props) => {
2032
2046
  fill: color
2033
2047
  }
2034
2048
  ),
2035
- /* @__PURE__ */ jsx74(
2049
+ /* @__PURE__ */ jsx75(
2036
2050
  "path",
2037
2051
  {
2038
2052
  fillRule: "evenodd",
@@ -2041,7 +2055,7 @@ var ShippedRounded = (props) => {
2041
2055
  fill: color
2042
2056
  }
2043
2057
  ),
2044
- /* @__PURE__ */ jsx74(
2058
+ /* @__PURE__ */ jsx75(
2045
2059
  "path",
2046
2060
  {
2047
2061
  fillRule: "evenodd",
@@ -2055,11 +2069,11 @@ var ShippedRounded = (props) => {
2055
2069
  var shipped_rounded_default = ShippedRounded;
2056
2070
 
2057
2071
  // src/icons/v2/outline/size-chart-rounded.tsx
2058
- import { jsx as jsx75, jsxs as jsxs53 } from "react/jsx-runtime";
2072
+ import { jsx as jsx76, jsxs as jsxs53 } from "react/jsx-runtime";
2059
2073
  var SizeChartRounded = (props) => {
2060
2074
  const { color, ...svgProps } = use_icon_props_default(props);
2061
2075
  return /* @__PURE__ */ jsxs53("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2062
- /* @__PURE__ */ jsx75(
2076
+ /* @__PURE__ */ jsx76(
2063
2077
  "path",
2064
2078
  {
2065
2079
  fillRule: "evenodd",
@@ -2068,7 +2082,7 @@ var SizeChartRounded = (props) => {
2068
2082
  fill: color
2069
2083
  }
2070
2084
  ),
2071
- /* @__PURE__ */ jsx75(
2085
+ /* @__PURE__ */ jsx76(
2072
2086
  "path",
2073
2087
  {
2074
2088
  fillRule: "evenodd",
@@ -2077,7 +2091,7 @@ var SizeChartRounded = (props) => {
2077
2091
  fill: color
2078
2092
  }
2079
2093
  ),
2080
- /* @__PURE__ */ jsx75(
2094
+ /* @__PURE__ */ jsx76(
2081
2095
  "path",
2082
2096
  {
2083
2097
  fillRule: "evenodd",
@@ -2086,7 +2100,7 @@ var SizeChartRounded = (props) => {
2086
2100
  fill: color
2087
2101
  }
2088
2102
  ),
2089
- /* @__PURE__ */ jsx75(
2103
+ /* @__PURE__ */ jsx76(
2090
2104
  "path",
2091
2105
  {
2092
2106
  fillRule: "evenodd",
@@ -2095,7 +2109,7 @@ var SizeChartRounded = (props) => {
2095
2109
  fill: color
2096
2110
  }
2097
2111
  ),
2098
- /* @__PURE__ */ jsx75(
2112
+ /* @__PURE__ */ jsx76(
2099
2113
  "path",
2100
2114
  {
2101
2115
  fillRule: "evenodd",
@@ -2104,7 +2118,7 @@ var SizeChartRounded = (props) => {
2104
2118
  fill: color
2105
2119
  }
2106
2120
  ),
2107
- /* @__PURE__ */ jsx75(
2121
+ /* @__PURE__ */ jsx76(
2108
2122
  "path",
2109
2123
  {
2110
2124
  fillRule: "evenodd",
@@ -2113,7 +2127,7 @@ var SizeChartRounded = (props) => {
2113
2127
  fill: color
2114
2128
  }
2115
2129
  ),
2116
- /* @__PURE__ */ jsx75(
2130
+ /* @__PURE__ */ jsx76(
2117
2131
  "path",
2118
2132
  {
2119
2133
  fillRule: "evenodd",
@@ -2127,11 +2141,11 @@ var SizeChartRounded = (props) => {
2127
2141
  var size_chart_rounded_default = SizeChartRounded;
2128
2142
 
2129
2143
  // src/icons/v2/outline/sort.tsx
2130
- import { jsx as jsx76, jsxs as jsxs54 } from "react/jsx-runtime";
2144
+ import { jsx as jsx77, jsxs as jsxs54 } from "react/jsx-runtime";
2131
2145
  var Sort = (props) => {
2132
2146
  const { color, ...svgProps } = use_icon_props_default(props);
2133
2147
  return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2134
- /* @__PURE__ */ jsx76(
2148
+ /* @__PURE__ */ jsx77(
2135
2149
  "path",
2136
2150
  {
2137
2151
  fillRule: "evenodd",
@@ -2140,7 +2154,7 @@ var Sort = (props) => {
2140
2154
  fill: color
2141
2155
  }
2142
2156
  ),
2143
- /* @__PURE__ */ jsx76(
2157
+ /* @__PURE__ */ jsx77(
2144
2158
  "path",
2145
2159
  {
2146
2160
  fillRule: "evenodd",
@@ -2154,25 +2168,25 @@ var Sort = (props) => {
2154
2168
  var sort_default = Sort;
2155
2169
 
2156
2170
  // src/icons/v2/outline/store-complete.tsx
2157
- import { jsx as jsx77, jsxs as jsxs55 } from "react/jsx-runtime";
2171
+ import { jsx as jsx78, jsxs as jsxs55 } from "react/jsx-runtime";
2158
2172
  var StoreComplete = (props) => {
2159
2173
  const { color, ...svgProps } = use_icon_props_default(props);
2160
2174
  return /* @__PURE__ */ jsxs55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2161
- /* @__PURE__ */ jsx77(
2175
+ /* @__PURE__ */ jsx78(
2162
2176
  "path",
2163
2177
  {
2164
2178
  d: "M4.41675 3C4.00253 3 3.66675 3.33579 3.66675 3.75C3.66675 4.16421 4.00253 4.5 4.41675 4.5H19.5833C19.9975 4.5 20.3333 4.16421 20.3333 3.75C20.3333 3.33579 19.9975 3 19.5833 3H4.41675Z",
2165
2179
  fill: color
2166
2180
  }
2167
2181
  ),
2168
- /* @__PURE__ */ jsx77(
2182
+ /* @__PURE__ */ jsx78(
2169
2183
  "path",
2170
2184
  {
2171
2185
  d: "M19.0898 16.5493C19.3437 16.8032 19.3437 17.2147 19.0898 17.4686L17.0898 19.4686C16.836 19.7224 16.4244 19.7224 16.1706 19.4686L14.9104 18.2084C14.6565 17.9545 14.6565 17.543 14.9103 17.2891C15.1642 17.0353 15.5757 17.0353 15.8296 17.2891L16.6302 18.0897L18.1706 16.5493C18.4244 16.2955 18.836 16.2955 19.0898 16.5493Z",
2172
2186
  fill: color
2173
2187
  }
2174
2188
  ),
2175
- /* @__PURE__ */ jsx77(
2189
+ /* @__PURE__ */ jsx78(
2176
2190
  "path",
2177
2191
  {
2178
2192
  fillRule: "evenodd",
@@ -2186,12 +2200,12 @@ var StoreComplete = (props) => {
2186
2200
  var store_complete_default = StoreComplete;
2187
2201
 
2188
2202
  // src/icons/v2/outline/term-conditions.tsx
2189
- import { jsx as jsx78, jsxs as jsxs56 } from "react/jsx-runtime";
2203
+ import { jsx as jsx79, jsxs as jsxs56 } from "react/jsx-runtime";
2190
2204
  var TermConditions = (props) => {
2191
2205
  const { color, ...svgProps } = use_icon_props_default(props);
2192
2206
  return /* @__PURE__ */ jsxs56("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2193
2207
  /* @__PURE__ */ jsxs56("g", { clipPath: "url(#clip0_6322_13347)", children: [
2194
- /* @__PURE__ */ jsx78(
2208
+ /* @__PURE__ */ jsx79(
2195
2209
  "path",
2196
2210
  {
2197
2211
  fillRule: "evenodd",
@@ -2200,7 +2214,7 @@ var TermConditions = (props) => {
2200
2214
  fill: color
2201
2215
  }
2202
2216
  ),
2203
- /* @__PURE__ */ jsx78(
2217
+ /* @__PURE__ */ jsx79(
2204
2218
  "path",
2205
2219
  {
2206
2220
  fillRule: "evenodd",
@@ -2209,7 +2223,7 @@ var TermConditions = (props) => {
2209
2223
  fill: color
2210
2224
  }
2211
2225
  ),
2212
- /* @__PURE__ */ jsx78(
2226
+ /* @__PURE__ */ jsx79(
2213
2227
  "path",
2214
2228
  {
2215
2229
  fillRule: "evenodd",
@@ -2218,7 +2232,7 @@ var TermConditions = (props) => {
2218
2232
  fill: color
2219
2233
  }
2220
2234
  ),
2221
- /* @__PURE__ */ jsx78(
2235
+ /* @__PURE__ */ jsx79(
2222
2236
  "path",
2223
2237
  {
2224
2238
  fillRule: "evenodd",
@@ -2227,7 +2241,7 @@ var TermConditions = (props) => {
2227
2241
  fill: color
2228
2242
  }
2229
2243
  ),
2230
- /* @__PURE__ */ jsx78(
2244
+ /* @__PURE__ */ jsx79(
2231
2245
  "path",
2232
2246
  {
2233
2247
  fillRule: "evenodd",
@@ -2236,7 +2250,7 @@ var TermConditions = (props) => {
2236
2250
  fill: color
2237
2251
  }
2238
2252
  ),
2239
- /* @__PURE__ */ jsx78(
2253
+ /* @__PURE__ */ jsx79(
2240
2254
  "path",
2241
2255
  {
2242
2256
  fillRule: "evenodd",
@@ -2246,16 +2260,16 @@ var TermConditions = (props) => {
2246
2260
  }
2247
2261
  )
2248
2262
  ] }),
2249
- /* @__PURE__ */ jsx78("defs", { children: /* @__PURE__ */ jsx78("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx78("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2263
+ /* @__PURE__ */ jsx79("defs", { children: /* @__PURE__ */ jsx79("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx79("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2250
2264
  ] });
2251
2265
  };
2252
2266
  var term_conditions_default = TermConditions;
2253
2267
 
2254
2268
  // src/icons/v2/outline/tips-measurement.tsx
2255
- import { jsx as jsx79 } from "react/jsx-runtime";
2269
+ import { jsx as jsx80 } from "react/jsx-runtime";
2256
2270
  var TipsMeasurement = (props) => {
2257
2271
  const { color, ...svgProps } = use_icon_props_default(props);
2258
- return /* @__PURE__ */ jsx79("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx79(
2272
+ return /* @__PURE__ */ jsx80("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx80(
2259
2273
  "path",
2260
2274
  {
2261
2275
  d: "M10.0085 1.68457C10.4642 1.22897 11.2033 1.22896 11.6589 1.68457L14.3376 4.3623C14.7932 4.81786 14.7931 5.55707 14.3376 6.0127L6.00659 14.3428C5.5794 14.77 4.90331 14.7968 4.44507 14.4229L4.35718 14.3428L1.67847 11.665C1.22285 11.2094 1.22286 10.4703 1.67847 10.0146L10.0085 1.68457ZM10.9519 2.3916C10.8869 2.32657 10.7817 2.32669 10.7166 2.3916L9.58667 3.51953L10.3933 4.32617C10.5623 4.4953 10.5621 4.76928 10.3933 4.93848C10.2241 5.10764 9.94927 5.1085 9.78003 4.93945L8.97339 4.13281L6.85718 6.25L7.91382 7.30664C8.0827 7.47589 8.08195 7.74983 7.91284 7.91895C7.74373 8.08806 7.46979 8.08881 7.30054 7.91992L6.2439 6.86328L4.34741 8.75977L5.24878 9.66113C5.41783 9.83037 5.41697 10.1052 5.2478 10.2744C5.07861 10.4433 4.80463 10.4434 4.6355 10.2744L3.73413 9.37305L2.3855 10.7217C2.32041 10.7868 2.32041 10.8929 2.3855 10.958L5.06421 13.6357L5.0896 13.6582C5.15428 13.7008 5.24265 13.6927 5.29956 13.6357L13.6306 5.30566C13.6955 5.24056 13.6956 5.13436 13.6306 5.06934L10.9519 2.3916ZM3.72534 2.66309C3.75403 2.67238 3.7773 2.69285 3.79077 2.71875L4.10229 3.50488C4.2215 3.81045 4.45915 4.06057 4.76636 4.20312L5.31519 4.45703C5.33365 4.46568 5.34922 4.47943 5.36011 4.49609C5.37104 4.51287 5.37679 4.53297 5.37671 4.55273C5.37642 4.57198 5.36997 4.59118 5.35913 4.60742C5.34832 4.62344 5.33316 4.63623 5.31519 4.64453L4.76636 4.90039C4.45903 5.04289 4.22095 5.29312 4.10132 5.59863L3.79077 6.38574C3.77985 6.41379 3.75659 6.43621 3.72729 6.44727C3.70007 6.45686 3.66976 6.45574 3.64331 6.44434C3.61683 6.43288 3.5961 6.41165 3.58569 6.38574L3.27515 5.59863C3.15503 5.29388 2.91709 5.04427 2.61011 4.90234L2.06226 4.64746C2.04028 4.63694 2.02247 4.61962 2.01147 4.59863C1.99892 4.57376 1.9972 4.54564 2.00659 4.51953C2.01612 4.49328 2.03608 4.47114 2.06226 4.45898L2.61011 4.2041C2.9176 4.06177 3.15568 3.8115 3.27515 3.50586L3.58569 2.71875C3.59665 2.69723 3.61593 2.6794 3.63843 2.66895C3.66554 2.65634 3.69677 2.65386 3.72534 2.66309ZM6.04272 2.45703C6.05886 2.46236 6.07226 2.47367 6.07983 2.48828L6.19409 2.7793C6.23646 2.88715 6.32087 2.97513 6.42944 3.02539L6.63159 3.12012C6.64401 3.12575 6.6547 3.13556 6.66089 3.14746C6.66432 3.15433 6.66627 3.16232 6.66675 3.16992C6.66717 3.17755 6.66547 3.18516 6.66284 3.19238C6.66021 3.19957 6.65639 3.20619 6.65112 3.21191C6.64569 3.21773 6.63895 3.22318 6.63159 3.22656L6.42944 3.32031C6.321 3.37051 6.23658 3.45875 6.19409 3.56641L6.07983 3.85742C6.07332 3.87333 6.06029 3.88665 6.0437 3.89258C6.0361 3.89533 6.02741 3.89574 6.01929 3.89551C6.01127 3.89524 6.00316 3.89377 5.99585 3.89062C5.98853 3.88744 5.98183 3.88255 5.97632 3.87695C5.97088 3.87135 5.96645 3.86457 5.96362 3.85742L5.84839 3.56641C5.806 3.45881 5.72241 3.3704 5.61401 3.32031L5.41089 3.22656C5.39855 3.22089 5.38846 3.21103 5.38257 3.19922C5.37902 3.19226 5.37721 3.18449 5.37671 3.17676C5.37622 3.16917 5.37711 3.16151 5.37964 3.1543C5.38228 3.14694 5.38694 3.13962 5.39233 3.13379C5.39758 3.12817 5.40384 3.12348 5.41089 3.12012L5.61401 3.02539C5.72247 2.97521 5.80617 2.88707 5.84839 2.7793L5.96362 2.48828C5.96987 2.47606 5.98017 2.46604 5.99292 2.45996C6.00836 2.45283 6.0265 2.45171 6.04272 2.45703Z",
@@ -2266,12 +2280,12 @@ var TipsMeasurement = (props) => {
2266
2280
  var tips_measurement_default = TipsMeasurement;
2267
2281
 
2268
2282
  // src/icons/v2/outline/trash.tsx
2269
- import { jsx as jsx80, jsxs as jsxs57 } from "react/jsx-runtime";
2283
+ import { jsx as jsx81, jsxs as jsxs57 } from "react/jsx-runtime";
2270
2284
  var Trash = (props) => {
2271
2285
  const { color, ...svgProps } = use_icon_props_default(props);
2272
2286
  return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2273
2287
  /* @__PURE__ */ jsxs57("g", { clipPath: "url(#clip0_5761_9499)", children: [
2274
- /* @__PURE__ */ jsx80(
2288
+ /* @__PURE__ */ jsx81(
2275
2289
  "path",
2276
2290
  {
2277
2291
  fillRule: "evenodd",
@@ -2280,7 +2294,7 @@ var Trash = (props) => {
2280
2294
  fill: color
2281
2295
  }
2282
2296
  ),
2283
- /* @__PURE__ */ jsx80(
2297
+ /* @__PURE__ */ jsx81(
2284
2298
  "path",
2285
2299
  {
2286
2300
  fillRule: "evenodd",
@@ -2289,7 +2303,7 @@ var Trash = (props) => {
2289
2303
  fill: color
2290
2304
  }
2291
2305
  ),
2292
- /* @__PURE__ */ jsx80(
2306
+ /* @__PURE__ */ jsx81(
2293
2307
  "path",
2294
2308
  {
2295
2309
  fillRule: "evenodd",
@@ -2298,7 +2312,7 @@ var Trash = (props) => {
2298
2312
  fill: color
2299
2313
  }
2300
2314
  ),
2301
- /* @__PURE__ */ jsx80(
2315
+ /* @__PURE__ */ jsx81(
2302
2316
  "path",
2303
2317
  {
2304
2318
  fillRule: "evenodd",
@@ -2308,17 +2322,17 @@ var Trash = (props) => {
2308
2322
  }
2309
2323
  )
2310
2324
  ] }),
2311
- /* @__PURE__ */ jsx80("defs", { children: /* @__PURE__ */ jsx80("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx80("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2325
+ /* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx81("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2312
2326
  ] });
2313
2327
  };
2314
2328
  var trash_default = Trash;
2315
2329
 
2316
2330
  // src/icons/v2/outline/truck.tsx
2317
- import { jsx as jsx81, jsxs as jsxs58 } from "react/jsx-runtime";
2331
+ import { jsx as jsx82, jsxs as jsxs58 } from "react/jsx-runtime";
2318
2332
  var Truck = (props) => {
2319
2333
  const { color, ...svgProps } = use_icon_props_default(props);
2320
2334
  return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2321
- /* @__PURE__ */ jsx81("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx81(
2335
+ /* @__PURE__ */ jsx82("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx82(
2322
2336
  "path",
2323
2337
  {
2324
2338
  fillRule: "evenodd",
@@ -2327,38 +2341,38 @@ var Truck = (props) => {
2327
2341
  fill: color
2328
2342
  }
2329
2343
  ) }),
2330
- /* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "truck", children: /* @__PURE__ */ jsx81("rect", { width: "24", height: "24", fill: "white" }) }) })
2344
+ /* @__PURE__ */ jsx82("defs", { children: /* @__PURE__ */ jsx82("clipPath", { id: "truck", children: /* @__PURE__ */ jsx82("rect", { width: "24", height: "24", fill: "white" }) }) })
2331
2345
  ] });
2332
2346
  };
2333
2347
  var truck_default = Truck;
2334
2348
 
2335
2349
  // src/icons/v2/outline/truck-discount.tsx
2336
- import { jsx as jsx82, jsxs as jsxs59 } from "react/jsx-runtime";
2350
+ import { jsx as jsx83, jsxs as jsxs59 } from "react/jsx-runtime";
2337
2351
  var TruckDiscount = (props) => {
2338
2352
  const { color, ...svgProps } = use_icon_props_default(props);
2339
2353
  return /* @__PURE__ */ jsxs59("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2340
- /* @__PURE__ */ jsx82(
2354
+ /* @__PURE__ */ jsx83(
2341
2355
  "path",
2342
2356
  {
2343
2357
  d: "M7.53159 6.71973C7.66828 6.5832 7.89007 6.58309 8.0267 6.71973C8.16285 6.85631 8.16286 7.07729 8.0267 7.21387L5.39584 9.84473L5.34116 9.88965C5.20548 9.9791 5.02126 9.96389 4.9017 9.84473C4.76502 9.70804 4.76502 9.48629 4.9017 9.34961L7.53159 6.71973Z",
2344
2358
  fill: color
2345
2359
  }
2346
2360
  ),
2347
- /* @__PURE__ */ jsx82(
2361
+ /* @__PURE__ */ jsx83(
2348
2362
  "path",
2349
2363
  {
2350
2364
  d: "M7.39194 8.75977C7.66062 8.75993 7.87903 8.97742 7.87924 9.24609C7.87924 9.51495 7.66075 9.73323 7.39194 9.7334C7.12311 9.73326 6.90561 9.51496 6.90561 9.24609C6.90582 8.97741 7.12323 8.75991 7.39194 8.75977Z",
2351
2365
  fill: color
2352
2366
  }
2353
2367
  ),
2354
- /* @__PURE__ */ jsx82(
2368
+ /* @__PURE__ */ jsx83(
2355
2369
  "path",
2356
2370
  {
2357
2371
  d: "M5.47592 6.86719C5.74453 6.86748 5.96308 7.08487 5.96323 7.35352C5.96323 7.62229 5.74462 7.84052 5.47592 7.84082C5.20709 7.84068 4.98959 7.62238 4.98959 7.35352C4.98974 7.08477 5.20718 6.86733 5.47592 6.86719Z",
2358
2372
  fill: color
2359
2373
  }
2360
2374
  ),
2361
- /* @__PURE__ */ jsx82(
2375
+ /* @__PURE__ */ jsx83(
2362
2376
  "path",
2363
2377
  {
2364
2378
  fillRule: "evenodd",
@@ -2372,11 +2386,11 @@ var TruckDiscount = (props) => {
2372
2386
  var truck_discount_default = TruckDiscount;
2373
2387
 
2374
2388
  // src/icons/v2/outline/truck-rounded.tsx
2375
- import { jsx as jsx83, jsxs as jsxs60 } from "react/jsx-runtime";
2389
+ import { jsx as jsx84, jsxs as jsxs60 } from "react/jsx-runtime";
2376
2390
  var TruckRounded = (props) => {
2377
2391
  const { color, ...svgProps } = use_icon_props_default(props);
2378
2392
  return /* @__PURE__ */ jsxs60("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2379
- /* @__PURE__ */ jsx83("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ jsx83(
2393
+ /* @__PURE__ */ jsx84("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ jsx84(
2380
2394
  "path",
2381
2395
  {
2382
2396
  fillRule: "evenodd",
@@ -2385,18 +2399,18 @@ var TruckRounded = (props) => {
2385
2399
  fill: color
2386
2400
  }
2387
2401
  ) }),
2388
- /* @__PURE__ */ jsx83("defs", { children: /* @__PURE__ */ jsx83("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ jsx83("rect", { width: "24", height: "24", fill: "white" }) }) })
2402
+ /* @__PURE__ */ jsx84("defs", { children: /* @__PURE__ */ jsx84("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ jsx84("rect", { width: "24", height: "24", fill: "white" }) }) })
2389
2403
  ] });
2390
2404
  };
2391
2405
  var truck_rounded_default = TruckRounded;
2392
2406
 
2393
2407
  // src/icons/v2/outline/virtual-wallet.tsx
2394
- import { jsx as jsx84, jsxs as jsxs61 } from "react/jsx-runtime";
2408
+ import { jsx as jsx85, jsxs as jsxs61 } from "react/jsx-runtime";
2395
2409
  var VirtualWallet = (props) => {
2396
2410
  const { color, ...svgProps } = use_icon_props_default(props);
2397
2411
  return /* @__PURE__ */ jsxs61("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2398
2412
  /* @__PURE__ */ jsxs61("g", { clipPath: "url(#clip0_2092_1618)", children: [
2399
- /* @__PURE__ */ jsx84(
2413
+ /* @__PURE__ */ jsx85(
2400
2414
  "path",
2401
2415
  {
2402
2416
  fillRule: "evenodd",
@@ -2405,7 +2419,7 @@ var VirtualWallet = (props) => {
2405
2419
  fill: color
2406
2420
  }
2407
2421
  ),
2408
- /* @__PURE__ */ jsx84(
2422
+ /* @__PURE__ */ jsx85(
2409
2423
  "path",
2410
2424
  {
2411
2425
  fillRule: "evenodd",
@@ -2414,7 +2428,7 @@ var VirtualWallet = (props) => {
2414
2428
  fill: color
2415
2429
  }
2416
2430
  ),
2417
- /* @__PURE__ */ jsx84(
2431
+ /* @__PURE__ */ jsx85(
2418
2432
  "path",
2419
2433
  {
2420
2434
  fillRule: "evenodd",
@@ -2423,14 +2437,14 @@ var VirtualWallet = (props) => {
2423
2437
  fill: color
2424
2438
  }
2425
2439
  ),
2426
- /* @__PURE__ */ jsx84(
2440
+ /* @__PURE__ */ jsx85(
2427
2441
  "path",
2428
2442
  {
2429
2443
  d: "M18 14.5039C18 15.3323 17.3284 16.0039 16.5 16.0039C15.6716 16.0039 15 15.3323 15 14.5039C15 13.6755 15.6716 13.0039 16.5 13.0039C17.3284 13.0039 18 13.6755 18 14.5039Z",
2430
2444
  fill: color
2431
2445
  }
2432
2446
  ),
2433
- /* @__PURE__ */ jsx84(
2447
+ /* @__PURE__ */ jsx85(
2434
2448
  "path",
2435
2449
  {
2436
2450
  fillRule: "evenodd",
@@ -2439,7 +2453,7 @@ var VirtualWallet = (props) => {
2439
2453
  fill: color
2440
2454
  }
2441
2455
  ),
2442
- /* @__PURE__ */ jsx84(
2456
+ /* @__PURE__ */ jsx85(
2443
2457
  "path",
2444
2458
  {
2445
2459
  fillRule: "evenodd",
@@ -2449,17 +2463,17 @@ var VirtualWallet = (props) => {
2449
2463
  }
2450
2464
  )
2451
2465
  ] }),
2452
- /* @__PURE__ */ jsx84("defs", { children: /* @__PURE__ */ jsx84("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx84("rect", { width: "24", height: "24", fill: "white" }) }) })
2466
+ /* @__PURE__ */ jsx85("defs", { children: /* @__PURE__ */ jsx85("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx85("rect", { width: "24", height: "24", fill: "white" }) }) })
2453
2467
  ] });
2454
2468
  };
2455
2469
  var virtual_wallet_default = VirtualWallet;
2456
2470
 
2457
2471
  // src/icons/v2/outline/voucher-applied.tsx
2458
- import { jsx as jsx85, jsxs as jsxs62 } from "react/jsx-runtime";
2472
+ import { jsx as jsx86, jsxs as jsxs62 } from "react/jsx-runtime";
2459
2473
  var VoucherApplied = (props) => {
2460
2474
  const { color, ...svgProps } = use_icon_props_default(props);
2461
2475
  return /* @__PURE__ */ jsxs62("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2462
- /* @__PURE__ */ jsx85(
2476
+ /* @__PURE__ */ jsx86(
2463
2477
  "path",
2464
2478
  {
2465
2479
  fillRule: "evenodd",
@@ -2468,7 +2482,7 @@ var VoucherApplied = (props) => {
2468
2482
  fill: color
2469
2483
  }
2470
2484
  ),
2471
- /* @__PURE__ */ jsx85(
2485
+ /* @__PURE__ */ jsx86(
2472
2486
  "path",
2473
2487
  {
2474
2488
  fillRule: "evenodd",
@@ -2477,7 +2491,7 @@ var VoucherApplied = (props) => {
2477
2491
  fill: color
2478
2492
  }
2479
2493
  ),
2480
- /* @__PURE__ */ jsx85(
2494
+ /* @__PURE__ */ jsx86(
2481
2495
  "path",
2482
2496
  {
2483
2497
  fillRule: "evenodd",
@@ -2486,7 +2500,7 @@ var VoucherApplied = (props) => {
2486
2500
  fill: color
2487
2501
  }
2488
2502
  ),
2489
- /* @__PURE__ */ jsx85(
2503
+ /* @__PURE__ */ jsx86(
2490
2504
  "path",
2491
2505
  {
2492
2506
  fillRule: "evenodd",
@@ -2500,25 +2514,25 @@ var VoucherApplied = (props) => {
2500
2514
  var voucher_applied_default = VoucherApplied;
2501
2515
 
2502
2516
  // src/icons/v2/outline/voucher-outline.tsx
2503
- import { jsx as jsx86, jsxs as jsxs63 } from "react/jsx-runtime";
2517
+ import { jsx as jsx87, jsxs as jsxs63 } from "react/jsx-runtime";
2504
2518
  var VoucherOutline = (props) => {
2505
2519
  const { color, ...svgProps } = use_icon_props_default(props);
2506
2520
  return /* @__PURE__ */ jsxs63("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2507
- /* @__PURE__ */ jsx86(
2521
+ /* @__PURE__ */ jsx87(
2508
2522
  "path",
2509
2523
  {
2510
2524
  d: "M10 12.541C10.359 12.541 10.6504 12.8324 10.6504 13.1914V15.5762C10.6502 15.935 10.3589 16.2256 10 16.2256C9.6411 16.2256 9.34975 15.935 9.34961 15.5762V13.1914C9.34961 12.8324 9.64102 12.541 10 12.541Z",
2511
2525
  fill: color
2512
2526
  }
2513
2527
  ),
2514
- /* @__PURE__ */ jsx86(
2528
+ /* @__PURE__ */ jsx87(
2515
2529
  "path",
2516
2530
  {
2517
2531
  d: "M10 7.77246C10.3589 7.77247 10.6503 8.06301 10.6504 8.42188V10.8066C10.6504 11.1656 10.359 11.457 10 11.457C9.64102 11.457 9.34961 11.1656 9.34961 10.8066V8.42188C9.34974 8.063 9.64109 7.77246 10 7.77246Z",
2518
2532
  fill: color
2519
2533
  }
2520
2534
  ),
2521
- /* @__PURE__ */ jsx86(
2535
+ /* @__PURE__ */ jsx87(
2522
2536
  "path",
2523
2537
  {
2524
2538
  fillRule: "evenodd",
@@ -2532,11 +2546,11 @@ var VoucherOutline = (props) => {
2532
2546
  var voucher_outline_default = VoucherOutline;
2533
2547
 
2534
2548
  // src/icons/v2/outline/waiting-item-rounded.tsx
2535
- import { jsx as jsx87, jsxs as jsxs64 } from "react/jsx-runtime";
2549
+ import { jsx as jsx88, jsxs as jsxs64 } from "react/jsx-runtime";
2536
2550
  var WaitingItemRounded = (props) => {
2537
2551
  const { color, ...svgProps } = use_icon_props_default(props);
2538
2552
  return /* @__PURE__ */ jsxs64("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2539
- /* @__PURE__ */ jsx87(
2553
+ /* @__PURE__ */ jsx88(
2540
2554
  "path",
2541
2555
  {
2542
2556
  fillRule: "evenodd",
@@ -2545,7 +2559,7 @@ var WaitingItemRounded = (props) => {
2545
2559
  fill: color
2546
2560
  }
2547
2561
  ),
2548
- /* @__PURE__ */ jsx87(
2562
+ /* @__PURE__ */ jsx88(
2549
2563
  "path",
2550
2564
  {
2551
2565
  fillRule: "evenodd",
@@ -2559,11 +2573,11 @@ var WaitingItemRounded = (props) => {
2559
2573
  var waiting_item_rounded_default = WaitingItemRounded;
2560
2574
 
2561
2575
  // src/icons/v2/outline/waiting-payment-rounded.tsx
2562
- import { jsx as jsx88, jsxs as jsxs65 } from "react/jsx-runtime";
2576
+ import { jsx as jsx89, jsxs as jsxs65 } from "react/jsx-runtime";
2563
2577
  var WaitingPaymentRounded = (props) => {
2564
2578
  const { color, ...svgProps } = use_icon_props_default(props);
2565
2579
  return /* @__PURE__ */ jsxs65("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2566
- /* @__PURE__ */ jsx88(
2580
+ /* @__PURE__ */ jsx89(
2567
2581
  "path",
2568
2582
  {
2569
2583
  fillRule: "evenodd",
@@ -2572,7 +2586,7 @@ var WaitingPaymentRounded = (props) => {
2572
2586
  fill: color
2573
2587
  }
2574
2588
  ),
2575
- /* @__PURE__ */ jsx88(
2589
+ /* @__PURE__ */ jsx89(
2576
2590
  "path",
2577
2591
  {
2578
2592
  fillRule: "evenodd",
@@ -2581,7 +2595,7 @@ var WaitingPaymentRounded = (props) => {
2581
2595
  fill: color
2582
2596
  }
2583
2597
  ),
2584
- /* @__PURE__ */ jsx88(
2598
+ /* @__PURE__ */ jsx89(
2585
2599
  "path",
2586
2600
  {
2587
2601
  fillRule: "evenodd",
@@ -2595,11 +2609,11 @@ var WaitingPaymentRounded = (props) => {
2595
2609
  var waiting_payment_rounded_default = WaitingPaymentRounded;
2596
2610
 
2597
2611
  // src/icons/v2/outline/zoom-rounded.tsx
2598
- import { jsx as jsx89, jsxs as jsxs66 } from "react/jsx-runtime";
2612
+ import { jsx as jsx90, jsxs as jsxs66 } from "react/jsx-runtime";
2599
2613
  var ZoomRounded = (props) => {
2600
2614
  const { color, ...svgProps } = use_icon_props_default(props);
2601
2615
  return /* @__PURE__ */ jsxs66("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2602
- /* @__PURE__ */ jsx89(
2616
+ /* @__PURE__ */ jsx90(
2603
2617
  "path",
2604
2618
  {
2605
2619
  fillRule: "evenodd",
@@ -2608,7 +2622,7 @@ var ZoomRounded = (props) => {
2608
2622
  fill: color
2609
2623
  }
2610
2624
  ),
2611
- /* @__PURE__ */ jsx89(
2625
+ /* @__PURE__ */ jsx90(
2612
2626
  "path",
2613
2627
  {
2614
2628
  fillRule: "evenodd",
@@ -2622,12 +2636,12 @@ var ZoomRounded = (props) => {
2622
2636
  var zoom_rounded_default = ZoomRounded;
2623
2637
 
2624
2638
  // src/icons/v2/solid/add-bag-solid.tsx
2625
- import { jsx as jsx90, jsxs as jsxs67 } from "react/jsx-runtime";
2639
+ import { jsx as jsx91, jsxs as jsxs67 } from "react/jsx-runtime";
2626
2640
  var AddBagSolid = (props) => {
2627
2641
  const { color, ...svgProps } = use_icon_props_default(props);
2628
2642
  const fillColor = color || "#12784A";
2629
2643
  return /* @__PURE__ */ jsxs67("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2630
- /* @__PURE__ */ jsx90(
2644
+ /* @__PURE__ */ jsx91(
2631
2645
  "path",
2632
2646
  {
2633
2647
  fillRule: "evenodd",
@@ -2636,7 +2650,7 @@ var AddBagSolid = (props) => {
2636
2650
  fill: fillColor
2637
2651
  }
2638
2652
  ),
2639
- /* @__PURE__ */ jsx90(
2653
+ /* @__PURE__ */ jsx91(
2640
2654
  "path",
2641
2655
  {
2642
2656
  fillRule: "evenodd",
@@ -2650,10 +2664,10 @@ var AddBagSolid = (props) => {
2650
2664
  var add_bag_solid_default = AddBagSolid;
2651
2665
 
2652
2666
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2653
- import { jsx as jsx91 } from "react/jsx-runtime";
2667
+ import { jsx as jsx92 } from "react/jsx-runtime";
2654
2668
  var ArrowDownCircleSolid = (props) => {
2655
2669
  const { color, ...svgProps } = use_icon_props_default(props);
2656
- return /* @__PURE__ */ jsx91("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx91(
2670
+ return /* @__PURE__ */ jsx92("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx92(
2657
2671
  "path",
2658
2672
  {
2659
2673
  d: "M11 6C11 4.54131 10.4205 3.14237 9.38909 2.11091C8.35764 1.07946 6.95869 0.500001 5.5 0.500001C4.04131 0.500001 2.64236 1.07946 1.61091 2.11092C0.579463 3.14237 0 4.54131 0 6C0 7.45869 0.579463 8.85764 1.61091 9.88909C2.64236 10.9205 4.04131 11.5 5.5 11.5C6.95869 11.5 8.35764 10.9205 9.38909 9.88909C10.4205 8.85764 11 7.45869 11 6ZM5.071 8.87956L5.06733 8.87589L2.62289 6.43145C2.5083 6.3167 2.44399 6.16112 2.4441 5.99896C2.44422 5.83679 2.50875 5.68131 2.6235 5.56672C2.73825 5.45213 2.89382 5.38782 3.05599 5.38794C3.21815 5.38805 3.37363 5.45258 3.48822 5.56733L4.88889 6.96922L4.88889 3.55556C4.88889 3.39348 4.95327 3.23804 5.06788 3.12344C5.18248 3.00883 5.33792 2.94445 5.5 2.94445C5.66208 2.94445 5.81751 3.00883 5.93212 3.12344C6.04673 3.23804 6.11111 3.39348 6.11111 3.55556L6.11111 6.96922L7.51178 5.56733C7.62653 5.45258 7.78216 5.38812 7.94444 5.38812C8.10672 5.38812 8.26236 5.45258 8.37711 5.56733C8.49186 5.68208 8.55633 5.83772 8.55633 6C8.55633 6.16228 8.49186 6.31792 8.37711 6.43267L5.93267 8.87711C5.81874 8.99076 5.66458 9.05488 5.50367 9.05556L5.49633 9.05556C5.33703 9.05457 5.18442 8.99142 5.071 8.87956Z",
@@ -2664,10 +2678,10 @@ var ArrowDownCircleSolid = (props) => {
2664
2678
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2665
2679
 
2666
2680
  // src/icons/v2/solid/bag-solid.tsx
2667
- import { jsx as jsx92 } from "react/jsx-runtime";
2681
+ import { jsx as jsx93 } from "react/jsx-runtime";
2668
2682
  var BagSolid = (props) => {
2669
2683
  const { color, ...svgProps } = use_icon_props_default(props);
2670
- return /* @__PURE__ */ jsx92("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx92(
2684
+ return /* @__PURE__ */ jsx93("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx93(
2671
2685
  "path",
2672
2686
  {
2673
2687
  fillRule: "evenodd",
@@ -2680,32 +2694,32 @@ var BagSolid = (props) => {
2680
2694
  var bag_solid_default = BagSolid;
2681
2695
 
2682
2696
  // src/icons/v2/solid/category-solid.tsx
2683
- import { jsx as jsx93, jsxs as jsxs68 } from "react/jsx-runtime";
2697
+ import { jsx as jsx94, jsxs as jsxs68 } from "react/jsx-runtime";
2684
2698
  var CategorySolid = (props) => {
2685
2699
  const { color, ...svgProps } = use_icon_props_default(props);
2686
2700
  return /* @__PURE__ */ jsxs68("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2687
- /* @__PURE__ */ jsx93(
2701
+ /* @__PURE__ */ jsx94(
2688
2702
  "path",
2689
2703
  {
2690
2704
  d: "M14.9842 3.5C14.0726 3.5 13.4336 3.94874 13.0372 4.47764C12.6717 4.96527 12.5008 5.52881 12.4471 5.92986C12.2689 6.80014 12.6164 8.45961 14.3831 10.0673C14.6868 10.3553 15.503 11.0402 16.5681 11.707C16.8115 11.8594 17.1206 11.8594 17.364 11.707C18.4292 11.0402 19.2453 10.3553 19.549 10.0673C21.3157 8.45967 21.6632 6.80022 21.485 5.92993C21.4313 5.52888 21.2604 4.96533 20.8949 4.47771C20.4986 3.94881 19.8595 3.50006 18.9479 3.50006C18.0522 3.50006 17.406 3.851 16.9661 4.28201C16.5261 3.85097 15.8799 3.5 14.9842 3.5Z",
2691
2705
  fill: color
2692
2706
  }
2693
2707
  ),
2694
- /* @__PURE__ */ jsx93(
2708
+ /* @__PURE__ */ jsx94(
2695
2709
  "path",
2696
2710
  {
2697
2711
  d: "M4.75 3.52539C3.7835 3.52539 3 4.30889 3 5.27539V10.2754C3 11.2419 3.7835 12.0254 4.75 12.0254H9.75C10.7165 12.0254 11.5 11.2419 11.5 10.2754V5.27539C11.5 4.30889 10.7165 3.52539 9.75 3.52539H4.75Z",
2698
2712
  fill: color
2699
2713
  }
2700
2714
  ),
2701
- /* @__PURE__ */ jsx93(
2715
+ /* @__PURE__ */ jsx94(
2702
2716
  "path",
2703
2717
  {
2704
2718
  d: "M4.75012 12.9817C3.78362 12.9817 3.00012 13.7652 3.00012 14.7317V19.7317C3.00012 20.6982 3.78362 21.4817 4.75012 21.4817H9.75012C10.7166 21.4817 11.5001 20.6982 11.5001 19.7317V14.7317C11.5001 13.7652 10.7166 12.9817 9.75012 12.9817H4.75012Z",
2705
2719
  fill: color
2706
2720
  }
2707
2721
  ),
2708
- /* @__PURE__ */ jsx93(
2722
+ /* @__PURE__ */ jsx94(
2709
2723
  "path",
2710
2724
  {
2711
2725
  d: "M14.2046 12.9819C13.2381 12.9819 12.4546 13.7654 12.4546 14.7319V19.7319C12.4546 20.6984 13.2381 21.4819 14.2046 21.4819H19.2046C20.1711 21.4819 20.9546 20.6984 20.9546 19.7319V14.7319C20.9546 13.7654 20.1711 12.9819 19.2046 12.9819H14.2046Z",
@@ -2717,10 +2731,10 @@ var CategorySolid = (props) => {
2717
2731
  var category_solid_default = CategorySolid;
2718
2732
 
2719
2733
  // src/icons/v2/solid/chat-cs-solid.tsx
2720
- import { jsx as jsx94 } from "react/jsx-runtime";
2734
+ import { jsx as jsx95 } from "react/jsx-runtime";
2721
2735
  var ChatCsSolid = (props) => {
2722
2736
  const { color, ...svgProps } = use_icon_props_default(props);
2723
- return /* @__PURE__ */ jsx94("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx94(
2737
+ return /* @__PURE__ */ jsx95("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx95(
2724
2738
  "path",
2725
2739
  {
2726
2740
  fillRule: "evenodd",
@@ -2733,10 +2747,10 @@ var ChatCsSolid = (props) => {
2733
2747
  var chat_cs_solid_default = ChatCsSolid;
2734
2748
 
2735
2749
  // src/icons/v2/solid/check-shield.tsx
2736
- import { jsx as jsx95 } from "react/jsx-runtime";
2750
+ import { jsx as jsx96 } from "react/jsx-runtime";
2737
2751
  var CheckShield2 = (props) => {
2738
2752
  const { color, ...svgProps } = use_icon_props_default(props);
2739
- return /* @__PURE__ */ jsx95("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx95(
2753
+ return /* @__PURE__ */ jsx96("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx96(
2740
2754
  "path",
2741
2755
  {
2742
2756
  fillRule: "evenodd",
@@ -2748,14 +2762,28 @@ var CheckShield2 = (props) => {
2748
2762
  };
2749
2763
  var check_shield_default2 = CheckShield2;
2750
2764
 
2765
+ // src/icons/v2/solid/complaint-solid.tsx
2766
+ import { jsx as jsx97 } from "react/jsx-runtime";
2767
+ var ComplaintSolid = (props) => {
2768
+ const { color, ...svgProps } = use_icon_props_default(props);
2769
+ return /* @__PURE__ */ jsx97("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx97(
2770
+ "path",
2771
+ {
2772
+ d: "M7.99805 1.35742C11.6667 1.35742 14.6414 4.33135 14.6416 8C14.6414 11.6686 11.6667 14.6426 7.99805 14.6426C6.69515 14.6425 5.4792 14.266 4.45312 13.6172L2.49902 14.1426C2.32667 14.1887 2.14285 14.1388 2.0166 14.0127C1.89032 13.8864 1.84054 13.7018 1.88672 13.5293L2.40723 11.5859C1.7424 10.5515 1.35553 9.32046 1.35547 8C1.35565 4.3315 4.32955 1.3576 7.99805 1.35742ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10ZM7.99707 4C7.62903 4.00018 7.33105 4.29891 7.33105 4.66699V8.66699C7.33124 9.03491 7.62915 9.33283 7.99707 9.33301C8.36514 9.33301 8.66388 9.03502 8.66406 8.66699V4.66699C8.66406 4.2988 8.36526 4 7.99707 4Z",
2773
+ fill: color
2774
+ }
2775
+ ) });
2776
+ };
2777
+ var complaint_solid_default = ComplaintSolid;
2778
+
2751
2779
  // src/icons/v2/solid/direction.tsx
2752
- import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
2780
+ import { jsx as jsx98, jsxs as jsxs69 } from "react/jsx-runtime";
2753
2781
  var Direction = (props) => {
2754
2782
  const { color, ...svgProps } = use_icon_props_default(props);
2755
2783
  return /* @__PURE__ */ jsxs69("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2756
2784
  /* @__PURE__ */ jsxs69("g", { clipPath: "url(#direction)", children: [
2757
- /* @__PURE__ */ jsx96("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2758
- /* @__PURE__ */ jsx96(
2785
+ /* @__PURE__ */ jsx98("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2786
+ /* @__PURE__ */ jsx98(
2759
2787
  "path",
2760
2788
  {
2761
2789
  fillRule: "evenodd",
@@ -2765,16 +2793,16 @@ var Direction = (props) => {
2765
2793
  }
2766
2794
  )
2767
2795
  ] }),
2768
- /* @__PURE__ */ jsx96("defs", { children: /* @__PURE__ */ jsx96("clipPath", { id: "direction", children: /* @__PURE__ */ jsx96("rect", { width: "16", height: "16", fill: "white" }) }) })
2796
+ /* @__PURE__ */ jsx98("defs", { children: /* @__PURE__ */ jsx98("clipPath", { id: "direction", children: /* @__PURE__ */ jsx98("rect", { width: "16", height: "16", fill: "white" }) }) })
2769
2797
  ] });
2770
2798
  };
2771
2799
  var direction_default = Direction;
2772
2800
 
2773
2801
  // src/icons/v2/solid/enveloped-solid.tsx
2774
- import { jsx as jsx97 } from "react/jsx-runtime";
2802
+ import { jsx as jsx99 } from "react/jsx-runtime";
2775
2803
  var EnvelopedSolid = (props) => {
2776
2804
  const { color, ...svgProps } = use_icon_props_default(props);
2777
- return /* @__PURE__ */ jsx97("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx97(
2805
+ return /* @__PURE__ */ jsx99("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx99(
2778
2806
  "path",
2779
2807
  {
2780
2808
  fillRule: "evenodd",
@@ -2787,12 +2815,12 @@ var EnvelopedSolid = (props) => {
2787
2815
  var enveloped_solid_default = EnvelopedSolid;
2788
2816
 
2789
2817
  // src/icons/v2/solid/fast-truck-solid.tsx
2790
- import { jsx as jsx98, jsxs as jsxs70 } from "react/jsx-runtime";
2818
+ import { jsx as jsx100, jsxs as jsxs70 } from "react/jsx-runtime";
2791
2819
  var FastTruckSolid = (props) => {
2792
2820
  const { color, ...svgProps } = use_icon_props_default(props);
2793
2821
  const fillColor = color || "#12784A";
2794
2822
  return /* @__PURE__ */ jsxs70("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2795
- /* @__PURE__ */ jsx98(
2823
+ /* @__PURE__ */ jsx100(
2796
2824
  "path",
2797
2825
  {
2798
2826
  fillRule: "evenodd",
@@ -2801,14 +2829,14 @@ var FastTruckSolid = (props) => {
2801
2829
  fill: fillColor
2802
2830
  }
2803
2831
  ),
2804
- /* @__PURE__ */ jsx98(
2832
+ /* @__PURE__ */ jsx100(
2805
2833
  "path",
2806
2834
  {
2807
2835
  d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
2808
2836
  fill: fillColor
2809
2837
  }
2810
2838
  ),
2811
- /* @__PURE__ */ jsx98(
2839
+ /* @__PURE__ */ jsx100(
2812
2840
  "path",
2813
2841
  {
2814
2842
  d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
@@ -2820,10 +2848,10 @@ var FastTruckSolid = (props) => {
2820
2848
  var fast_truck_solid_default = FastTruckSolid;
2821
2849
 
2822
2850
  // src/icons/v2/solid/hand.tsx
2823
- import { jsx as jsx99 } from "react/jsx-runtime";
2851
+ import { jsx as jsx101 } from "react/jsx-runtime";
2824
2852
  var Hand = (props) => {
2825
2853
  const { color, ...svgProps } = use_icon_props_default(props);
2826
- return /* @__PURE__ */ jsx99("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx99("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx99(
2854
+ return /* @__PURE__ */ jsx101("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx101("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx101(
2827
2855
  "path",
2828
2856
  {
2829
2857
  id: "Vector 650",
@@ -2835,10 +2863,10 @@ var Hand = (props) => {
2835
2863
  var hand_default = Hand;
2836
2864
 
2837
2865
  // src/icons/v2/solid/handphone-solid.tsx
2838
- import { jsx as jsx100 } from "react/jsx-runtime";
2866
+ import { jsx as jsx102 } from "react/jsx-runtime";
2839
2867
  var HandphoneSolid = (props) => {
2840
2868
  const { color, ...svgProps } = use_icon_props_default(props);
2841
- return /* @__PURE__ */ jsx100("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx100(
2869
+ return /* @__PURE__ */ jsx102("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx102(
2842
2870
  "path",
2843
2871
  {
2844
2872
  fillRule: "evenodd",
@@ -2851,10 +2879,10 @@ var HandphoneSolid = (props) => {
2851
2879
  var handphone_solid_default = HandphoneSolid;
2852
2880
 
2853
2881
  // src/icons/v2/solid/heart-solid.tsx
2854
- import { jsx as jsx101 } from "react/jsx-runtime";
2882
+ import { jsx as jsx103 } from "react/jsx-runtime";
2855
2883
  var HeartSolid = (props) => {
2856
2884
  const { color, ...svgProps } = use_icon_props_default(props);
2857
- return /* @__PURE__ */ jsx101("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx101(
2885
+ return /* @__PURE__ */ jsx103("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx103(
2858
2886
  "path",
2859
2887
  {
2860
2888
  d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
@@ -2865,10 +2893,10 @@ var HeartSolid = (props) => {
2865
2893
  var heart_solid_default = HeartSolid;
2866
2894
 
2867
2895
  // src/icons/v2/solid/home-solid.tsx
2868
- import { jsx as jsx102 } from "react/jsx-runtime";
2896
+ import { jsx as jsx104 } from "react/jsx-runtime";
2869
2897
  var HomeSolid = (props) => {
2870
2898
  const { color, ...svgProps } = use_icon_props_default(props);
2871
- return /* @__PURE__ */ jsx102("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx102(
2899
+ return /* @__PURE__ */ jsx104("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx104(
2872
2900
  "path",
2873
2901
  {
2874
2902
  fillRule: "evenodd",
@@ -2881,10 +2909,10 @@ var HomeSolid = (props) => {
2881
2909
  var home_solid_default = HomeSolid;
2882
2910
 
2883
2911
  // src/icons/v2/solid/info-solid.tsx
2884
- import { jsx as jsx103 } from "react/jsx-runtime";
2912
+ import { jsx as jsx105 } from "react/jsx-runtime";
2885
2913
  var InfoSolid = (props) => {
2886
2914
  const { color, ...svgProps } = use_icon_props_default(props);
2887
- return /* @__PURE__ */ jsx103("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx103(
2915
+ return /* @__PURE__ */ jsx105("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx105(
2888
2916
  "path",
2889
2917
  {
2890
2918
  fillRule: "evenodd",
@@ -2897,11 +2925,11 @@ var InfoSolid = (props) => {
2897
2925
  var info_solid_default = InfoSolid;
2898
2926
 
2899
2927
  // src/icons/v2/solid/lock-solid.tsx
2900
- import { jsx as jsx104, jsxs as jsxs71 } from "react/jsx-runtime";
2928
+ import { jsx as jsx106, jsxs as jsxs71 } from "react/jsx-runtime";
2901
2929
  var InfoSolid2 = (props) => {
2902
2930
  const { color, ...svgProps } = use_icon_props_default(props);
2903
2931
  return /* @__PURE__ */ jsxs71("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2904
- /* @__PURE__ */ jsx104("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx104(
2932
+ /* @__PURE__ */ jsx106("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx106(
2905
2933
  "path",
2906
2934
  {
2907
2935
  fillRule: "evenodd",
@@ -2910,24 +2938,24 @@ var InfoSolid2 = (props) => {
2910
2938
  fill: color
2911
2939
  }
2912
2940
  ) }),
2913
- /* @__PURE__ */ jsx104("defs", { children: /* @__PURE__ */ jsx104("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx104("rect", { width: "20", height: "20", fill: "white" }) }) })
2941
+ /* @__PURE__ */ jsx106("defs", { children: /* @__PURE__ */ jsx106("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx106("rect", { width: "20", height: "20", fill: "white" }) }) })
2914
2942
  ] });
2915
2943
  };
2916
2944
  var lock_solid_default = InfoSolid2;
2917
2945
 
2918
2946
  // src/icons/v2/solid/map-marker-solid.tsx
2919
- import { jsx as jsx105, jsxs as jsxs72 } from "react/jsx-runtime";
2947
+ import { jsx as jsx107, jsxs as jsxs72 } from "react/jsx-runtime";
2920
2948
  var MapMarkerSolid = (props) => {
2921
2949
  const { color, ...svgProps } = use_icon_props_default(props);
2922
2950
  return /* @__PURE__ */ jsxs72("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2923
- /* @__PURE__ */ jsx105(
2951
+ /* @__PURE__ */ jsx107(
2924
2952
  "path",
2925
2953
  {
2926
2954
  d: "M12 7.78C10.74 7.78 9.72 8.8 9.72 10.06C9.72 11.32 10.74 12.34 12 12.34C13.26 12.34 14.28 11.32 14.28 10.06C14.28 8.8 13.26 7.78 12 7.78Z",
2927
2955
  fill: color
2928
2956
  }
2929
2957
  ),
2930
- /* @__PURE__ */ jsx105(
2958
+ /* @__PURE__ */ jsx107(
2931
2959
  "path",
2932
2960
  {
2933
2961
  d: "M17.66 4.38C16.16 2.86 14.12 2 12 2C9.88 2 7.84 2.86 6.34 4.38C4.84 5.9 4 7.96 4 10.1C4 14.68 7.9 19.08 10.26 21.3C11.24 22.24 12.74 22.24 13.74 21.3C16.1 19.06 20 14.68 20 10.1C20 7.96 19.16 5.9 17.66 4.38ZM12 13.82C9.92 13.82 8.22 12.14 8.22 10.04C8.22 7.96 9.9 6.26 12 6.26C14.1 6.26 15.78 7.94 15.78 10.04C15.78 12.14 14.08 13.82 12 13.82Z",
@@ -2939,18 +2967,18 @@ var MapMarkerSolid = (props) => {
2939
2967
  var map_marker_solid_default = MapMarkerSolid;
2940
2968
 
2941
2969
  // src/icons/v2/solid/profile-solid.tsx
2942
- import { jsx as jsx106, jsxs as jsxs73 } from "react/jsx-runtime";
2970
+ import { jsx as jsx108, jsxs as jsxs73 } from "react/jsx-runtime";
2943
2971
  var ProfileSolid = (props) => {
2944
2972
  const { color, ...svgProps } = use_icon_props_default(props);
2945
2973
  return /* @__PURE__ */ jsxs73("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2946
- /* @__PURE__ */ jsx106(
2974
+ /* @__PURE__ */ jsx108(
2947
2975
  "path",
2948
2976
  {
2949
2977
  d: "M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z",
2950
2978
  fill: color
2951
2979
  }
2952
2980
  ),
2953
- /* @__PURE__ */ jsx106(
2981
+ /* @__PURE__ */ jsx108(
2954
2982
  "path",
2955
2983
  {
2956
2984
  d: "M4.0556 19.5212C4.95811 16.06 8.17325 13.5 12.0011 13.5C15.829 13.5 19.0441 16.06 19.9467 19.5212C20.2254 20.59 19.3039 21.5 18.1994 21.5H5.80289C4.69832 21.5 3.77691 20.59 4.0556 19.5212Z",
@@ -2962,25 +2990,25 @@ var ProfileSolid = (props) => {
2962
2990
  var profile_solid_default = ProfileSolid;
2963
2991
 
2964
2992
  // src/icons/v2/solid/purchase-history.tsx
2965
- import { jsx as jsx107, jsxs as jsxs74 } from "react/jsx-runtime";
2993
+ import { jsx as jsx109, jsxs as jsxs74 } from "react/jsx-runtime";
2966
2994
  var PurchaseHistory = (props) => {
2967
2995
  const { color, ...svgProps } = use_icon_props_default(props);
2968
2996
  return /* @__PURE__ */ jsxs74("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
2969
- /* @__PURE__ */ jsx107(
2997
+ /* @__PURE__ */ jsx109(
2970
2998
  "path",
2971
2999
  {
2972
3000
  d: "M17.252 2.01562C18.7707 2.01563 20.002 3.24684 20.002 4.76562V9.00098C19.166 8.37243 18.1265 8 17 8C14.2386 8 12 10.2386 12 13C12 15.7614 14.2386 18 17 18C18.1267 18 19.1659 17.6268 20.002 16.998V19.2402C20.0018 20.7589 18.7707 21.9902 17.252 21.9902H6.74902C5.23056 21.99 3.99916 20.7587 3.99902 19.2402V9.69727C3.99908 9.08117 4.20628 8.48248 4.58691 7.99805L8.46484 3.06543C8.98617 2.40241 9.78352 2.0157 10.627 2.01562H17.252ZM7.49902 13.8496C7.14009 13.8497 6.84863 14.1411 6.84863 14.5C6.84863 14.8589 7.14009 15.1503 7.49902 15.1504H10.999C11.358 15.1504 11.6494 14.859 11.6494 14.5C11.6494 14.141 11.358 13.8496 10.999 13.8496H7.49902ZM7.49902 10.8496C7.14009 10.8497 6.84863 11.1411 6.84863 11.5C6.84863 11.8589 7.14009 12.1503 7.49902 12.1504H11C11.3589 12.1503 11.6494 11.8589 11.6494 11.5C11.6494 11.1411 11.3589 10.8497 11 10.8496H7.49902Z",
2973
3001
  fill: color
2974
3002
  }
2975
3003
  ),
2976
- /* @__PURE__ */ jsx107(
3004
+ /* @__PURE__ */ jsx109(
2977
3005
  "path",
2978
3006
  {
2979
3007
  d: "M20.7002 13C20.7002 10.9565 19.0435 9.2998 17 9.2998C14.9565 9.2998 13.2998 10.9565 13.2998 13C13.2998 15.0435 14.9565 16.7002 17 16.7002V18C14.2386 18 12 15.7614 12 13C12 10.2386 14.2386 8 17 8C19.7614 8 22 10.2386 22 13C22 15.7614 19.7614 18 17 18V16.7002C19.0435 16.7002 20.7002 15.0435 20.7002 13Z",
2980
3008
  fill: color
2981
3009
  }
2982
3010
  ),
2983
- /* @__PURE__ */ jsx107(
3011
+ /* @__PURE__ */ jsx109(
2984
3012
  "path",
2985
3013
  {
2986
3014
  d: "M16.0372 11.2329C16.0372 10.8739 16.3286 10.5825 16.6876 10.5825C17.0465 10.5825 17.338 10.8739 17.338 11.2329V12.9429H18.6876C19.0464 12.9429 19.3378 13.2335 19.338 13.5923C19.338 13.9513 19.0465 14.2427 18.6876 14.2427H16.6876C16.3286 14.2427 16.0372 13.9513 16.0372 13.5923V11.2329Z",
@@ -2992,10 +3020,10 @@ var PurchaseHistory = (props) => {
2992
3020
  var purchase_history_default = PurchaseHistory;
2993
3021
 
2994
3022
  // src/icons/v2/solid/redeem-point-solid.tsx
2995
- import { jsx as jsx108 } from "react/jsx-runtime";
3023
+ import { jsx as jsx110 } from "react/jsx-runtime";
2996
3024
  var RedeemPointSolid = (props) => {
2997
3025
  const { color, ...svgProps } = use_icon_props_default(props);
2998
- return /* @__PURE__ */ jsx108("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx108(
3026
+ return /* @__PURE__ */ jsx110("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx110(
2999
3027
  "path",
3000
3028
  {
3001
3029
  d: "M5.97211 0C7.70607 0.000206476 9.11171 1.40565 9.11176 3.13965H9.11078C9.1109 3.14404 9.11176 3.14891 9.11176 3.15332V3.32617H9.66352L9.78754 3.33105C9.84627 3.33649 9.90397 3.34653 9.96039 3.35938C9.97965 3.36376 9.99906 3.36784 10.018 3.37305C10.0732 3.38825 10.1269 3.40777 10.1791 3.42969C10.1974 3.43736 10.216 3.44467 10.2338 3.45312C10.291 3.48018 10.3455 3.51223 10.3979 3.54688C10.4041 3.55099 10.4103 3.55535 10.4164 3.55957C10.4405 3.57603 10.4639 3.59336 10.4868 3.61133C10.4953 3.61803 10.5038 3.62492 10.5121 3.63184C10.526 3.6433 10.5398 3.65498 10.5532 3.66699C10.5712 3.68312 10.5888 3.69971 10.6059 3.7168C10.6176 3.7285 10.6288 3.74079 10.6401 3.75293C10.6518 3.76557 10.664 3.77792 10.6752 3.79102C10.6883 3.80627 10.7009 3.82204 10.7133 3.83789C10.729 3.85785 10.7437 3.87854 10.7582 3.89941C10.7633 3.90666 10.769 3.91354 10.7739 3.9209C10.7909 3.94649 10.8064 3.97316 10.8217 4C10.8258 4.00721 10.8304 4.01419 10.8344 4.02148C10.8476 4.04558 10.8589 4.07069 10.8705 4.0957C10.8763 4.10808 10.8827 4.12022 10.8881 4.13281C10.896 4.15104 10.9026 4.16982 10.9096 4.18848C10.9161 4.20578 10.9243 4.22258 10.9301 4.24023C10.948 4.29425 10.9611 4.35019 10.9721 4.40723C10.9762 4.42857 10.9807 4.44995 10.9838 4.47168L11.2407 6.28906C12.0959 7.02267 12.6381 8.11101 12.6381 9.32617C12.6379 11.5351 10.8471 13.3262 8.63813 13.3262C7.82063 13.3261 7.06055 13.0802 6.42719 12.6592H1.33344L1.18402 12.6504C1.11046 12.6422 1.03937 12.626 0.970156 12.6064C0.94858 12.6003 0.9268 12.595 0.905703 12.5879C0.89086 12.5829 0.876351 12.5768 0.861758 12.5713C0.835727 12.5614 0.809806 12.5514 0.78461 12.54C0.762278 12.5299 0.740813 12.5181 0.71918 12.5068C0.700168 12.4969 0.680987 12.4873 0.662539 12.4766C0.640125 12.4635 0.618646 12.4489 0.59711 12.4346C0.58321 12.4253 0.568639 12.417 0.555117 12.4072C0.529727 12.3889 0.505857 12.3687 0.481875 12.3486C0.471766 12.3402 0.461451 12.332 0.451602 12.3232C0.429688 12.3038 0.4087 12.2835 0.388125 12.2627C0.374834 12.2493 0.361773 12.2356 0.349063 12.2217C0.335706 12.207 0.322694 12.192 0.31 12.1768C0.292035 12.1552 0.27483 12.133 0.258242 12.1104C0.247531 12.0957 0.236133 12.0815 0.226016 12.0664C0.212183 12.0458 0.199637 12.0243 0.186953 12.0029C0.176112 11.9846 0.165676 11.9661 0.155703 11.9473C0.143164 11.9236 0.131669 11.8994 0.120547 11.875C0.113794 11.8601 0.107231 11.8452 0.101016 11.8301C0.0912309 11.8063 0.0820871 11.7822 0.0736721 11.7578C0.0656501 11.7345 0.0569707 11.7113 0.0502346 11.6875C0.0437831 11.6647 0.0388702 11.6414 0.033633 11.6182C0.0295508 11.6 0.0252397 11.5819 0.0219142 11.5635C-0.00284927 11.4266 -0.007804 11.2831 0.0131252 11.1367L0.967227 4.46973C0.978934 4.38809 0.998381 4.30919 1.02387 4.2334C1.02794 4.22128 1.03216 4.20921 1.03656 4.19727C1.04594 4.17183 1.05599 4.14672 1.06684 4.12207C1.07235 4.10953 1.07853 4.09728 1.08441 4.08496C1.09157 4.06997 1.09821 4.0547 1.1059 4.04004L1.11957 4.01465C1.12648 4.00214 1.13376 3.98979 1.14105 3.97754C1.15025 3.96209 1.15958 3.94667 1.16938 3.93164C1.18062 3.91439 1.19253 3.89753 1.20453 3.88086C1.21457 3.86691 1.22523 3.85337 1.23578 3.83984C1.24901 3.82288 1.26279 3.80631 1.2768 3.79004C1.28702 3.77817 1.29742 3.76638 1.30805 3.75488C1.32398 3.73764 1.34007 3.72047 1.35688 3.7041C1.36544 3.69577 1.37446 3.68779 1.38324 3.67969C1.40051 3.66375 1.41789 3.64782 1.43598 3.63281C1.45059 3.6207 1.46578 3.60914 1.4809 3.59766C1.49404 3.58767 1.50743 3.57786 1.52094 3.56836C1.54048 3.55463 1.56023 3.541 1.58051 3.52832C1.59112 3.52168 1.60193 3.51514 1.61273 3.50879C1.63692 3.4946 1.66185 3.48142 1.68695 3.46875C1.6964 3.46398 1.7057 3.45865 1.71527 3.4541C1.73536 3.44456 1.75619 3.43628 1.7768 3.42773C1.79304 3.42099 1.80908 3.41333 1.82563 3.40723C1.84862 3.39875 1.8724 3.39199 1.89594 3.38477C1.90798 3.38106 1.91989 3.37641 1.93207 3.37305C1.95419 3.36695 1.97691 3.36239 1.99945 3.35742C2.05308 3.3456 2.10783 3.3362 2.16352 3.33105L2.28754 3.32617H2.83148V3.15332C2.83148 3.14891 2.83235 3.14403 2.83246 3.13965H2.83148C2.83153 1.40553 4.23798 9.53327e-06 5.97211 0ZM8.63813 6.19238C6.90777 6.19255 5.50531 7.59578 5.50531 9.32617C5.50558 11.0563 6.90793 12.4588 8.63813 12.459C10.3685 12.459 11.7717 11.0564 11.7719 9.32617C11.7719 7.59568 10.3686 6.19238 8.63813 6.19238ZM9.55805 7.9834C9.66518 7.76958 9.92515 7.68306 10.1391 7.79004C10.3529 7.89715 10.4393 8.15717 10.3325 8.37109L8.99945 11.0381C8.92601 11.1847 8.77578 11.2773 8.61176 11.2773C8.44773 11.2773 8.29752 11.1847 8.22406 11.0381L6.89105 8.37109C6.78415 8.15715 6.87061 7.89714 7.08441 7.79004C7.29838 7.68305 7.55836 7.76953 7.66547 7.9834L8.61176 9.875L9.55805 7.9834ZM5.97211 1C4.79027 1.00001 3.83153 1.95782 3.83148 3.13965H3.83051C3.83062 3.14404 3.83148 3.1489 3.83148 3.15332V3.32617H8.11176V3.15332C8.11176 3.14891 8.11262 3.14404 8.11273 3.13965H8.11176C8.11171 1.95794 7.15378 1.00021 5.97211 1Z",
@@ -3006,10 +3034,10 @@ var RedeemPointSolid = (props) => {
3006
3034
  var redeem_point_solid_default = RedeemPointSolid;
3007
3035
 
3008
3036
  // src/icons/v2/solid/search-solid.tsx
3009
- import { jsx as jsx109 } from "react/jsx-runtime";
3037
+ import { jsx as jsx111 } from "react/jsx-runtime";
3010
3038
  var SearchSolid = (props) => {
3011
3039
  const { color, ...svgProps } = use_icon_props_default(props);
3012
- return /* @__PURE__ */ jsx109("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx109(
3040
+ return /* @__PURE__ */ jsx111("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx111(
3013
3041
  "path",
3014
3042
  {
3015
3043
  d: "M20.7876 20.2156L16.2978 15.7258C17.355 14.4323 17.9893 12.7782 17.9893 10.9872C17.9893 6.85805 14.6312 3.5 10.4896 3.5C6.36048 3.5 2.98999 6.85805 2.98999 10.9872C2.98999 15.1164 6.34805 18.4744 10.4896 18.4744C12.2806 18.4744 13.9347 17.8401 15.2282 16.783L19.7305 21.2728C19.8797 21.422 20.0663 21.4967 20.2529 21.4967C20.4394 21.4967 20.6384 21.422 20.7752 21.2728C21.0862 20.9867 21.0861 20.5141 20.7876 20.2156ZM10.4896 16.982C7.18134 16.982 4.49488 14.2955 4.49488 10.9872C4.49488 7.67891 7.18134 4.99247 10.4896 4.99247C13.7979 4.99247 16.4844 7.67891 16.4844 10.9872C16.4844 14.2955 13.7979 16.982 10.4896 16.982Z",
@@ -3020,18 +3048,18 @@ var SearchSolid = (props) => {
3020
3048
  var search_solid_default = SearchSolid;
3021
3049
 
3022
3050
  // src/icons/v2/solid/setting-solid.tsx
3023
- import { jsx as jsx110, jsxs as jsxs75 } from "react/jsx-runtime";
3051
+ import { jsx as jsx112, jsxs as jsxs75 } from "react/jsx-runtime";
3024
3052
  var SettingSolid = (props) => {
3025
3053
  const { color, ...svgProps } = use_icon_props_default(props);
3026
3054
  return /* @__PURE__ */ jsxs75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3027
- /* @__PURE__ */ jsx110(
3055
+ /* @__PURE__ */ jsx112(
3028
3056
  "path",
3029
3057
  {
3030
3058
  d: "M9.91663 13.0145C9.91663 11.8715 10.8433 10.9448 11.9863 10.9448C13.1294 10.9448 14.056 11.8715 14.056 13.0145C14.056 14.1576 13.1294 15.0842 11.9863 15.0842C10.8433 15.0842 9.91663 14.1576 9.91663 13.0145Z",
3031
3059
  fill: "#999999"
3032
3060
  }
3033
3061
  ),
3034
- /* @__PURE__ */ jsx110(
3062
+ /* @__PURE__ */ jsx112(
3035
3063
  "path",
3036
3064
  {
3037
3065
  fillRule: "evenodd",
@@ -3045,10 +3073,10 @@ var SettingSolid = (props) => {
3045
3073
  var setting_solid_default = SettingSolid;
3046
3074
 
3047
3075
  // src/icons/v2/solid/start-solid-rounded.tsx
3048
- import { jsx as jsx111 } from "react/jsx-runtime";
3076
+ import { jsx as jsx113 } from "react/jsx-runtime";
3049
3077
  var StarSolidRounded = (props) => {
3050
3078
  const { color, ...svgProps } = use_icon_props_default(props);
3051
- return /* @__PURE__ */ jsx111("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx111(
3079
+ return /* @__PURE__ */ jsx113("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx113(
3052
3080
  "path",
3053
3081
  {
3054
3082
  d: "M13.113 5.69333C13.313 5.52 13.3797 5.24 13.2997 4.98667C13.2197 4.73333 12.993 4.56 12.7263 4.53333L9.193 4.21333C8.93967 4.18667 8.72634 4.02667 8.633 3.8L7.273 0.413333C7.16634 0.16 6.92634 0 6.65967 0C6.37967 0 6.13967 0.16 6.04634 0.413333L4.68634 3.8C4.593 4.04 4.37967 4.2 4.12634 4.21333L0.606337 4.53333C0.33967 4.56 0.113003 4.73333 0.0330031 4.98667C-0.046997 5.24 0.0196689 5.50667 0.219669 5.69333L2.953 8.2C3.12634 8.36 3.20634 8.6 3.153 8.84L2.33967 12.5333C2.28634 12.8 2.393 13.0667 2.60634 13.2267C2.72634 13.3067 2.85967 13.3467 2.993 13.3467C3.113 13.3467 3.24634 13.3067 3.353 13.24L6.29967 11.3333C6.513 11.2 6.80634 11.2 7.01967 11.3333L9.97967 13.2267C10.2063 13.3733 10.4997 13.3733 10.7263 13.2133C10.953 13.0533 11.0597 12.7867 10.993 12.52L10.1797 8.82667C10.1263 8.6 10.2063 8.34667 10.3797 8.18667L13.113 5.69333Z",
@@ -3059,10 +3087,10 @@ var StarSolidRounded = (props) => {
3059
3087
  var start_solid_rounded_default = StarSolidRounded;
3060
3088
 
3061
3089
  // src/icons/v2/solid/success-solid.tsx
3062
- import { jsx as jsx112 } from "react/jsx-runtime";
3090
+ import { jsx as jsx114 } from "react/jsx-runtime";
3063
3091
  var SuccessSolid = (props) => {
3064
3092
  const { color, ...svgProps } = use_icon_props_default(props);
3065
- return /* @__PURE__ */ jsx112("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx112(
3093
+ return /* @__PURE__ */ jsx114("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx114(
3066
3094
  "path",
3067
3095
  {
3068
3096
  d: "M10 0.5C15.5228 0.5 20 4.97715 20 10.5C20 16.0228 15.5228 20.5 10 20.5C4.47715 20.5 0 16.0228 0 10.5C0 4.97715 4.47715 0.5 10 0.5ZM14.4805 7.76953C14.1213 7.41038 13.5388 7.41038 13.1797 7.76953L9.13086 11.8184L6.82031 9.50781C6.46117 9.14867 5.87868 9.14868 5.51953 9.50781C5.16039 9.86696 5.16038 10.4494 5.51953 10.8086L8.48047 13.7695C8.83962 14.1287 9.4221 14.1287 9.78125 13.7695L14.4805 9.07031C14.8396 8.71116 14.8396 8.12868 14.4805 7.76953Z",
@@ -3073,11 +3101,11 @@ var SuccessSolid = (props) => {
3073
3101
  var success_solid_default = SuccessSolid;
3074
3102
 
3075
3103
  // src/icons/v2/solid/trash-solid.tsx
3076
- import { jsx as jsx113, jsxs as jsxs76 } from "react/jsx-runtime";
3104
+ import { jsx as jsx115, jsxs as jsxs76 } from "react/jsx-runtime";
3077
3105
  var TrashSolid = (props) => {
3078
3106
  const { color, ...svgProps } = use_icon_props_default(props);
3079
3107
  return /* @__PURE__ */ jsxs76("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3080
- /* @__PURE__ */ jsx113(
3108
+ /* @__PURE__ */ jsx115(
3081
3109
  "path",
3082
3110
  {
3083
3111
  fillRule: "evenodd",
@@ -3086,7 +3114,7 @@ var TrashSolid = (props) => {
3086
3114
  fill: color
3087
3115
  }
3088
3116
  ),
3089
- /* @__PURE__ */ jsx113(
3117
+ /* @__PURE__ */ jsx115(
3090
3118
  "path",
3091
3119
  {
3092
3120
  fillRule: "evenodd",
@@ -3100,11 +3128,11 @@ var TrashSolid = (props) => {
3100
3128
  var trash_solid_default = TrashSolid;
3101
3129
 
3102
3130
  // src/icons/v2/solid/trend-up.tsx
3103
- import { jsx as jsx114, jsxs as jsxs77 } from "react/jsx-runtime";
3131
+ import { jsx as jsx116, jsxs as jsxs77 } from "react/jsx-runtime";
3104
3132
  var TrendUp = (props) => {
3105
3133
  const { color, ...svgProps } = use_icon_props_default(props);
3106
- return /* @__PURE__ */ jsx114("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx114("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs77("g", { id: "Vector", children: [
3107
- /* @__PURE__ */ jsx114(
3134
+ return /* @__PURE__ */ jsx116("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx116("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs77("g", { id: "Vector", children: [
3135
+ /* @__PURE__ */ jsx116(
3108
3136
  "path",
3109
3137
  {
3110
3138
  fillRule: "evenodd",
@@ -3113,14 +3141,14 @@ var TrendUp = (props) => {
3113
3141
  fill: color
3114
3142
  }
3115
3143
  ),
3116
- /* @__PURE__ */ jsx114(
3144
+ /* @__PURE__ */ jsx116(
3117
3145
  "path",
3118
3146
  {
3119
3147
  d: "M16.0599 20.2002C16.4686 20.2002 16.7999 19.8689 16.7999 19.4602C16.7999 19.0515 16.4686 18.7202 16.0599 18.7202C15.6513 18.7202 15.3199 19.0515 15.3199 19.4602C15.3199 19.8689 15.6513 20.2002 16.0599 20.2002Z",
3120
3148
  fill: color
3121
3149
  }
3122
3150
  ),
3123
- /* @__PURE__ */ jsx114(
3151
+ /* @__PURE__ */ jsx116(
3124
3152
  "path",
3125
3153
  {
3126
3154
  fillRule: "evenodd",
@@ -3134,32 +3162,32 @@ var TrendUp = (props) => {
3134
3162
  var trend_up_default = TrendUp;
3135
3163
 
3136
3164
  // src/icons/v2/solid/voila-point-base.tsx
3137
- import { jsx as jsx115, jsxs as jsxs78 } from "react/jsx-runtime";
3165
+ import { jsx as jsx117, jsxs as jsxs78 } from "react/jsx-runtime";
3138
3166
  var VoilaPointBase = (props) => {
3139
3167
  const { color, ...svgProps } = use_icon_props_default(props);
3140
3168
  return /* @__PURE__ */ jsxs78("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3141
- /* @__PURE__ */ jsx115(
3169
+ /* @__PURE__ */ jsx117(
3142
3170
  "path",
3143
3171
  {
3144
3172
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3145
3173
  fill: "#8F8F8F"
3146
3174
  }
3147
3175
  ),
3148
- /* @__PURE__ */ jsx115(
3176
+ /* @__PURE__ */ jsx117(
3149
3177
  "path",
3150
3178
  {
3151
3179
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3152
3180
  fill: "url(#paint0_linear_1327_167461)"
3153
3181
  }
3154
3182
  ),
3155
- /* @__PURE__ */ jsx115(
3183
+ /* @__PURE__ */ jsx117(
3156
3184
  "path",
3157
3185
  {
3158
3186
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3159
3187
  stroke: "white"
3160
3188
  }
3161
3189
  ),
3162
- /* @__PURE__ */ jsx115(
3190
+ /* @__PURE__ */ jsx117(
3163
3191
  "path",
3164
3192
  {
3165
3193
  fillRule: "evenodd",
@@ -3168,7 +3196,7 @@ var VoilaPointBase = (props) => {
3168
3196
  fill: "url(#paint1_linear_1327_167461)"
3169
3197
  }
3170
3198
  ),
3171
- /* @__PURE__ */ jsx115(
3199
+ /* @__PURE__ */ jsx117(
3172
3200
  "path",
3173
3201
  {
3174
3202
  d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
@@ -3186,8 +3214,8 @@ var VoilaPointBase = (props) => {
3186
3214
  y2: "2.51294",
3187
3215
  gradientUnits: "userSpaceOnUse",
3188
3216
  children: [
3189
- /* @__PURE__ */ jsx115("stop", { stopColor: "#E6E6E6" }),
3190
- /* @__PURE__ */ jsx115("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3217
+ /* @__PURE__ */ jsx117("stop", { stopColor: "#E6E6E6" }),
3218
+ /* @__PURE__ */ jsx117("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3191
3219
  ]
3192
3220
  }
3193
3221
  ),
@@ -3201,9 +3229,9 @@ var VoilaPointBase = (props) => {
3201
3229
  y2: "19.984",
3202
3230
  gradientUnits: "userSpaceOnUse",
3203
3231
  children: [
3204
- /* @__PURE__ */ jsx115("stop", { stopColor: "#E6E6E6" }),
3205
- /* @__PURE__ */ jsx115("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3206
- /* @__PURE__ */ jsx115("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
3232
+ /* @__PURE__ */ jsx117("stop", { stopColor: "#E6E6E6" }),
3233
+ /* @__PURE__ */ jsx117("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3234
+ /* @__PURE__ */ jsx117("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
3207
3235
  ]
3208
3236
  }
3209
3237
  )
@@ -3213,10 +3241,10 @@ var VoilaPointBase = (props) => {
3213
3241
  var voila_point_base_default = VoilaPointBase;
3214
3242
 
3215
3243
  // src/icons/v2/solid/voucher.tsx
3216
- import { jsx as jsx116 } from "react/jsx-runtime";
3244
+ import { jsx as jsx118 } from "react/jsx-runtime";
3217
3245
  var Voucher = (props) => {
3218
3246
  const { color, ...svgProps } = use_icon_props_default(props);
3219
- return /* @__PURE__ */ jsx116("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx116(
3247
+ return /* @__PURE__ */ jsx118("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx118(
3220
3248
  "path",
3221
3249
  {
3222
3250
  fillRule: "evenodd",
@@ -3229,10 +3257,10 @@ var Voucher = (props) => {
3229
3257
  var voucher_default = Voucher;
3230
3258
 
3231
3259
  // src/icons/v2/solid/wallet.tsx
3232
- import { jsx as jsx117 } from "react/jsx-runtime";
3260
+ import { jsx as jsx119 } from "react/jsx-runtime";
3233
3261
  var Wallet = (props) => {
3234
3262
  const { color, ...svgProps } = use_icon_props_default(props);
3235
- return /* @__PURE__ */ jsx117("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx117("g", { id: "24x24", children: /* @__PURE__ */ jsx117(
3263
+ return /* @__PURE__ */ jsx119("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx119("g", { id: "24x24", children: /* @__PURE__ */ jsx119(
3236
3264
  "path",
3237
3265
  {
3238
3266
  id: "Subtract",
@@ -3280,6 +3308,8 @@ export {
3280
3308
  clock_default as Clock,
3281
3309
  close_default as Close,
3282
3310
  close_large_default as CloseLarge,
3311
+ complaint_outline_default as ComplaintOutline,
3312
+ complaint_solid_default as ComplaintSolid,
3283
3313
  complete_order_default as CompleteOrder,
3284
3314
  contact_book_default as ContactBook,
3285
3315
  copy_default as Copy,