@ctlyst.id/icons 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2.js CHANGED
@@ -46,6 +46,7 @@ __export(v2_exports, {
46
46
  Close: () => close_default,
47
47
  CloseLarge: () => close_large_default,
48
48
  ContactBook: () => contact_book_default,
49
+ Copy: () => copy_default,
49
50
  Delivered: () => delivered_default,
50
51
  Direction: () => direction_default,
51
52
  Edit: () => edit_default,
@@ -87,6 +88,7 @@ __export(v2_exports, {
87
88
  Share: () => share_default,
88
89
  Sort: () => sort_default,
89
90
  StoreComplete: () => store_complete_default,
91
+ SuccessSolid: () => success_solid_default,
90
92
  TermConditions: () => term_conditions_default,
91
93
  Trash: () => trash_default,
92
94
  TrashSolid: () => trash_solid_default,
@@ -671,11 +673,54 @@ var ContactBook = (props) => {
671
673
  };
672
674
  var contact_book_default = ContactBook;
673
675
 
674
- // src/icons/v2/outline/delivered.tsx
676
+ // src/icons/v2/outline/copy.tsx
675
677
  var import_jsx_runtime23 = require("react/jsx-runtime");
678
+ var Copy = (props) => {
679
+ const { color, ...svgProps } = use_icon_props_default(props);
680
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
681
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
682
+ "path",
683
+ {
684
+ 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",
685
+ fill: color
686
+ }
687
+ ),
688
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
689
+ "path",
690
+ {
691
+ fillRule: "evenodd",
692
+ clipRule: "evenodd",
693
+ d: "M3.896 10.9258C3.896 11.9383 4.71681 12.7592 5.72933 12.7592L12.1702 12.7592C13.1827 12.7592 14.0036 11.9383 14.0036 10.9258L14.0036 5.85829C14.0036 5.41415 13.8423 4.98512 13.5498 4.6509L11.1975 1.96295C10.8493 1.56517 10.3465 1.337 9.81784 1.337L5.72933 1.337C4.71681 1.337 3.896 2.15781 3.896 3.17033L3.896 10.9258ZM5.72933 11.7592C5.26909 11.7592 4.896 11.3861 4.896 10.9258L4.896 3.17033C4.896 2.7101 5.26909 2.337 5.72933 2.337L9.81784 2.337C10.0581 2.337 10.2867 2.44071 10.4449 2.62152L12.7973 5.30948C12.9303 5.46139 13.0036 5.65641 13.0036 5.85829L13.0036 10.9258C13.0036 11.3861 12.6305 11.7592 12.1702 11.7592L5.72933 11.7592Z",
694
+ fill: color
695
+ }
696
+ ),
697
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
698
+ "path",
699
+ {
700
+ fillRule: "evenodd",
701
+ clipRule: "evenodd",
702
+ d: "M6.20947 7.33331C6.20947 7.05717 6.43333 6.83331 6.70947 6.83331H10C10.2762 6.83331 10.5 7.05717 10.5 7.33331C10.5 7.60946 10.2762 7.83331 10 7.83331H6.70947C6.43333 7.83331 6.20947 7.60946 6.20947 7.33331Z",
703
+ fill: color
704
+ }
705
+ ),
706
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
707
+ "path",
708
+ {
709
+ fillRule: "evenodd",
710
+ clipRule: "evenodd",
711
+ d: "M6.20947 9.59332C6.20947 9.31718 6.43333 9.09332 6.70947 9.09332H11.1904C11.4665 9.09332 11.6904 9.31718 11.6904 9.59332C11.6904 9.86947 11.4665 10.0933 11.1904 10.0933H6.70947C6.43333 10.0933 6.20947 9.86947 6.20947 9.59332Z",
712
+ fill: color
713
+ }
714
+ )
715
+ ] });
716
+ };
717
+ var copy_default = Copy;
718
+
719
+ // src/icons/v2/outline/delivered.tsx
720
+ var import_jsx_runtime24 = require("react/jsx-runtime");
676
721
  var Delivered = (props) => {
677
722
  const { color, ...svgProps } = use_icon_props_default(props);
678
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
723
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
679
724
  "path",
680
725
  {
681
726
  fillRule: "evenodd",
@@ -688,10 +733,10 @@ var Delivered = (props) => {
688
733
  var delivered_default = Delivered;
689
734
 
690
735
  // src/icons/v2/outline/edit.tsx
691
- var import_jsx_runtime24 = require("react/jsx-runtime");
736
+ var import_jsx_runtime25 = require("react/jsx-runtime");
692
737
  var Edit = (props) => {
693
738
  const { color, ...svgProps } = use_icon_props_default(props);
694
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
739
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
695
740
  "path",
696
741
  {
697
742
  fillRule: "evenodd",
@@ -704,10 +749,10 @@ var Edit = (props) => {
704
749
  var edit_default = Edit;
705
750
 
706
751
  // src/icons/v2/outline/enveloped.tsx
707
- var import_jsx_runtime25 = require("react/jsx-runtime");
752
+ var import_jsx_runtime26 = require("react/jsx-runtime");
708
753
  var Enveloped = (props) => {
709
754
  const { color, ...svgProps } = use_icon_props_default(props);
710
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
755
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
711
756
  "path",
712
757
  {
713
758
  fillRule: "evenodd",
@@ -720,11 +765,11 @@ var Enveloped = (props) => {
720
765
  var enveloped_default = Enveloped;
721
766
 
722
767
  // src/icons/v2/outline/eye-close.tsx
723
- var import_jsx_runtime26 = require("react/jsx-runtime");
768
+ var import_jsx_runtime27 = require("react/jsx-runtime");
724
769
  var EyeClose = (props) => {
725
770
  const { color, ...svgProps } = use_icon_props_default(props);
726
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
727
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
771
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
772
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
728
773
  "path",
729
774
  {
730
775
  fillRule: "evenodd",
@@ -733,7 +778,7 @@ var EyeClose = (props) => {
733
778
  fill: color
734
779
  }
735
780
  ),
736
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
781
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
737
782
  "path",
738
783
  {
739
784
  fillRule: "evenodd",
@@ -742,7 +787,7 @@ var EyeClose = (props) => {
742
787
  fill: color
743
788
  }
744
789
  ),
745
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
790
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
746
791
  "path",
747
792
  {
748
793
  fillRule: "evenodd",
@@ -756,11 +801,11 @@ var EyeClose = (props) => {
756
801
  var eye_close_default = EyeClose;
757
802
 
758
803
  // src/icons/v2/outline/eye-open.tsx
759
- var import_jsx_runtime27 = require("react/jsx-runtime");
804
+ var import_jsx_runtime28 = require("react/jsx-runtime");
760
805
  var EyeOpen = (props) => {
761
806
  const { color, ...svgProps } = use_icon_props_default(props);
762
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
763
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
807
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
808
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
764
809
  "path",
765
810
  {
766
811
  fillRule: "evenodd",
@@ -769,7 +814,7 @@ var EyeOpen = (props) => {
769
814
  fill: color
770
815
  }
771
816
  ),
772
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
817
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
773
818
  "path",
774
819
  {
775
820
  fillRule: "evenodd",
@@ -783,11 +828,11 @@ var EyeOpen = (props) => {
783
828
  var eye_open_default = EyeOpen;
784
829
 
785
830
  // src/icons/v2/outline/filter.tsx
786
- var import_jsx_runtime28 = require("react/jsx-runtime");
831
+ var import_jsx_runtime29 = require("react/jsx-runtime");
787
832
  var Filter = (props) => {
788
833
  const { color, ...svgProps } = use_icon_props_default(props);
789
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
790
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
834
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
835
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
791
836
  "path",
792
837
  {
793
838
  fillRule: "evenodd",
@@ -796,7 +841,7 @@ var Filter = (props) => {
796
841
  fill: color
797
842
  }
798
843
  ),
799
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
844
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
800
845
  "path",
801
846
  {
802
847
  fillRule: "evenodd",
@@ -805,7 +850,7 @@ var Filter = (props) => {
805
850
  fill: color
806
851
  }
807
852
  ),
808
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
853
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
809
854
  "path",
810
855
  {
811
856
  fillRule: "evenodd",
@@ -819,10 +864,10 @@ var Filter = (props) => {
819
864
  var filter_default = Filter;
820
865
 
821
866
  // src/icons/v2/outline/gps.tsx
822
- var import_jsx_runtime29 = require("react/jsx-runtime");
867
+ var import_jsx_runtime30 = require("react/jsx-runtime");
823
868
  var Gps = (props) => {
824
869
  const { color, ...svgProps } = use_icon_props_default(props);
825
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
870
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
826
871
  "path",
827
872
  {
828
873
  fillRule: "evenodd",
@@ -835,25 +880,25 @@ var Gps = (props) => {
835
880
  var gps_default = Gps;
836
881
 
837
882
  // src/icons/v2/outline/handphone.tsx
838
- var import_jsx_runtime30 = require("react/jsx-runtime");
883
+ var import_jsx_runtime31 = require("react/jsx-runtime");
839
884
  var Handphone = (props) => {
840
885
  const { color, ...svgProps } = use_icon_props_default(props);
841
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
842
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
886
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
887
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
843
888
  "path",
844
889
  {
845
890
  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",
846
891
  fill: color
847
892
  }
848
893
  ),
849
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
894
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
850
895
  "path",
851
896
  {
852
897
  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",
853
898
  fill: color
854
899
  }
855
900
  ),
856
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
901
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
857
902
  "path",
858
903
  {
859
904
  fillRule: "evenodd",
@@ -867,11 +912,11 @@ var Handphone = (props) => {
867
912
  var handphone_default = Handphone;
868
913
 
869
914
  // src/icons/v2/outline/heart.tsx
870
- var import_jsx_runtime31 = require("react/jsx-runtime");
915
+ var import_jsx_runtime32 = require("react/jsx-runtime");
871
916
  var Heart = (props) => {
872
917
  const { color, ...svgProps } = use_icon_props_default(props);
873
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
874
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
918
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
919
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
875
920
  "path",
876
921
  {
877
922
  fillRule: "evenodd",
@@ -880,18 +925,18 @@ var Heart = (props) => {
880
925
  fill: color
881
926
  }
882
927
  ) }),
883
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
928
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
884
929
  ] });
885
930
  };
886
931
  var heart_default = Heart;
887
932
 
888
933
  // src/icons/v2/outline/home.tsx
889
- var import_jsx_runtime32 = require("react/jsx-runtime");
934
+ var import_jsx_runtime33 = require("react/jsx-runtime");
890
935
  var Home = (props) => {
891
936
  const { color, ...svgProps } = use_icon_props_default(props);
892
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
893
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
894
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
937
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
938
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
939
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
895
940
  "path",
896
941
  {
897
942
  fillRule: "evenodd",
@@ -900,7 +945,7 @@ var Home = (props) => {
900
945
  fill: color
901
946
  }
902
947
  ),
903
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
948
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
904
949
  "path",
905
950
  {
906
951
  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",
@@ -908,24 +953,24 @@ var Home = (props) => {
908
953
  }
909
954
  )
910
955
  ] }),
911
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
956
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
912
957
  ] });
913
958
  };
914
959
  var home_default = Home;
915
960
 
916
961
  // src/icons/v2/outline/info.tsx
917
- var import_jsx_runtime33 = require("react/jsx-runtime");
962
+ var import_jsx_runtime34 = require("react/jsx-runtime");
918
963
  var Info = (props) => {
919
964
  const { color, ...svgProps } = use_icon_props_default(props);
920
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
921
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
965
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
966
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
922
967
  "path",
923
968
  {
924
969
  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",
925
970
  fill: color
926
971
  }
927
972
  ),
928
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
973
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
929
974
  "path",
930
975
  {
931
976
  fillRule: "evenodd",
@@ -934,7 +979,7 @@ var Info = (props) => {
934
979
  fill: color
935
980
  }
936
981
  ),
937
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
982
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
938
983
  "path",
939
984
  {
940
985
  fillRule: "evenodd",
@@ -948,25 +993,25 @@ var Info = (props) => {
948
993
  var info_default = Info;
949
994
 
950
995
  // src/icons/v2/outline/kebab-menu.tsx
951
- var import_jsx_runtime34 = require("react/jsx-runtime");
996
+ var import_jsx_runtime35 = require("react/jsx-runtime");
952
997
  var KebabMenu = (props) => {
953
998
  const { color, ...svgProps } = use_icon_props_default(props);
954
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
955
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
999
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1000
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
956
1001
  "path",
957
1002
  {
958
1003
  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",
959
1004
  fill: color
960
1005
  }
961
1006
  ),
962
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1007
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
963
1008
  "path",
964
1009
  {
965
1010
  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",
966
1011
  fill: color
967
1012
  }
968
1013
  ),
969
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1014
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
970
1015
  "path",
971
1016
  {
972
1017
  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",
@@ -978,12 +1023,12 @@ var KebabMenu = (props) => {
978
1023
  var kebab_menu_default = KebabMenu;
979
1024
 
980
1025
  // src/icons/v2/outline/logout.tsx
981
- var import_jsx_runtime35 = require("react/jsx-runtime");
1026
+ var import_jsx_runtime36 = require("react/jsx-runtime");
982
1027
  var Logout = (props) => {
983
1028
  const { color, ...svgProps } = use_icon_props_default(props);
984
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
985
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
986
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1029
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1030
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1031
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
987
1032
  "path",
988
1033
  {
989
1034
  fillRule: "evenodd",
@@ -992,7 +1037,7 @@ var Logout = (props) => {
992
1037
  fill: color
993
1038
  }
994
1039
  ),
995
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1040
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
996
1041
  "path",
997
1042
  {
998
1043
  fillRule: "evenodd",
@@ -1001,7 +1046,7 @@ var Logout = (props) => {
1001
1046
  fill: color
1002
1047
  }
1003
1048
  ),
1004
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1049
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1005
1050
  "path",
1006
1051
  {
1007
1052
  fillRule: "evenodd",
@@ -1011,18 +1056,18 @@ var Logout = (props) => {
1011
1056
  }
1012
1057
  )
1013
1058
  ] }),
1014
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1059
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1015
1060
  ] });
1016
1061
  };
1017
1062
  var logout_default = Logout;
1018
1063
 
1019
1064
  // src/icons/v2/outline/map-marker.tsx
1020
- var import_jsx_runtime36 = require("react/jsx-runtime");
1065
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1021
1066
  var MapMarker = (props) => {
1022
1067
  const { color, ...svgProps } = use_icon_props_default(props);
1023
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1024
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1025
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1068
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1069
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1070
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1026
1071
  "path",
1027
1072
  {
1028
1073
  fillRule: "evenodd",
@@ -1031,7 +1076,7 @@ var MapMarker = (props) => {
1031
1076
  fill: color
1032
1077
  }
1033
1078
  ),
1034
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1079
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1035
1080
  "path",
1036
1081
  {
1037
1082
  fillRule: "evenodd",
@@ -1041,17 +1086,17 @@ var MapMarker = (props) => {
1041
1086
  }
1042
1087
  )
1043
1088
  ] }),
1044
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1089
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1045
1090
  ] });
1046
1091
  };
1047
1092
  var map_marker_default = MapMarker;
1048
1093
 
1049
1094
  // src/icons/v2/outline/minus.tsx
1050
- var import_jsx_runtime37 = require("react/jsx-runtime");
1095
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1051
1096
  var Minus = (props) => {
1052
1097
  const { color, ...svgProps } = use_icon_props_default(props);
1053
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1054
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1098
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1099
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1055
1100
  "path",
1056
1101
  {
1057
1102
  fillRule: "evenodd",
@@ -1060,16 +1105,16 @@ var Minus = (props) => {
1060
1105
  fill: color
1061
1106
  }
1062
1107
  ) }),
1063
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1108
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1064
1109
  ] });
1065
1110
  };
1066
1111
  var minus_default = Minus;
1067
1112
 
1068
1113
  // src/icons/v2/outline/minus-large.tsx
1069
- var import_jsx_runtime38 = require("react/jsx-runtime");
1114
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1070
1115
  var MinusLarge = (props) => {
1071
1116
  const { color, ...svgProps } = use_icon_props_default(props);
1072
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1117
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1073
1118
  "path",
1074
1119
  {
1075
1120
  fillRule: "evenodd",
@@ -1082,10 +1127,10 @@ var MinusLarge = (props) => {
1082
1127
  var minus_large_default = MinusLarge;
1083
1128
 
1084
1129
  // src/icons/v2/outline/no-gps.tsx
1085
- var import_jsx_runtime39 = require("react/jsx-runtime");
1130
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1086
1131
  var NoGps = (props) => {
1087
1132
  const { color, ...svgProps } = use_icon_props_default(props);
1088
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1133
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1089
1134
  "path",
1090
1135
  {
1091
1136
  fillRule: "evenodd",
@@ -1098,11 +1143,11 @@ var NoGps = (props) => {
1098
1143
  var no_gps_default = NoGps;
1099
1144
 
1100
1145
  // src/icons/v2/outline/order-history.tsx
1101
- var import_jsx_runtime40 = require("react/jsx-runtime");
1146
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1102
1147
  var OrderHistory = (props) => {
1103
1148
  const { color, ...svgProps } = use_icon_props_default(props);
1104
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1105
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1149
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1150
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1106
1151
  "path",
1107
1152
  {
1108
1153
  fillRule: "evenodd",
@@ -1111,7 +1156,7 @@ var OrderHistory = (props) => {
1111
1156
  fill: color
1112
1157
  }
1113
1158
  ),
1114
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1159
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1115
1160
  "path",
1116
1161
  {
1117
1162
  fillRule: "evenodd",
@@ -1125,11 +1170,11 @@ var OrderHistory = (props) => {
1125
1170
  var order_history_default = OrderHistory;
1126
1171
 
1127
1172
  // src/icons/v2/outline/otp.tsx
1128
- var import_jsx_runtime41 = require("react/jsx-runtime");
1173
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1129
1174
  var Otp = (props) => {
1130
1175
  const { color, ...svgProps } = use_icon_props_default(props);
1131
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1132
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1176
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1177
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1133
1178
  "path",
1134
1179
  {
1135
1180
  fillRule: "evenodd",
@@ -1138,7 +1183,7 @@ var Otp = (props) => {
1138
1183
  fill: color
1139
1184
  }
1140
1185
  ),
1141
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1186
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1142
1187
  "path",
1143
1188
  {
1144
1189
  fillRule: "evenodd",
@@ -1147,7 +1192,7 @@ var Otp = (props) => {
1147
1192
  fill: color
1148
1193
  }
1149
1194
  ),
1150
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1195
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1151
1196
  "path",
1152
1197
  {
1153
1198
  fillRule: "evenodd",
@@ -1156,7 +1201,7 @@ var Otp = (props) => {
1156
1201
  fill: color
1157
1202
  }
1158
1203
  ),
1159
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1204
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1160
1205
  "path",
1161
1206
  {
1162
1207
  fillRule: "evenodd",
@@ -1165,7 +1210,7 @@ var Otp = (props) => {
1165
1210
  fill: color
1166
1211
  }
1167
1212
  ),
1168
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1213
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1169
1214
  "path",
1170
1215
  {
1171
1216
  fillRule: "evenodd",
@@ -1174,7 +1219,7 @@ var Otp = (props) => {
1174
1219
  fill: color
1175
1220
  }
1176
1221
  ),
1177
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1222
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1178
1223
  "path",
1179
1224
  {
1180
1225
  fillRule: "evenodd",
@@ -1188,11 +1233,11 @@ var Otp = (props) => {
1188
1233
  var otp_default = Otp;
1189
1234
 
1190
1235
  // src/icons/v2/outline/plus.tsx
1191
- var import_jsx_runtime42 = require("react/jsx-runtime");
1236
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1192
1237
  var Plus = (props) => {
1193
1238
  const { color, ...svgProps } = use_icon_props_default(props);
1194
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1195
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1239
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1240
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1196
1241
  "path",
1197
1242
  {
1198
1243
  fillRule: "evenodd",
@@ -1201,24 +1246,24 @@ var Plus = (props) => {
1201
1246
  fill: color
1202
1247
  }
1203
1248
  ) }),
1204
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1249
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1205
1250
  ] });
1206
1251
  };
1207
1252
  var plus_default = Plus;
1208
1253
 
1209
1254
  // src/icons/v2/outline/plus-large.tsx
1210
- var import_jsx_runtime43 = require("react/jsx-runtime");
1255
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1211
1256
  var PlusLarge = (props) => {
1212
1257
  const { color, ...svgProps } = use_icon_props_default(props);
1213
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1214
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1258
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1259
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1215
1260
  "path",
1216
1261
  {
1217
1262
  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",
1218
1263
  fill: color
1219
1264
  }
1220
1265
  ),
1221
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1266
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1222
1267
  "path",
1223
1268
  {
1224
1269
  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",
@@ -1230,12 +1275,12 @@ var PlusLarge = (props) => {
1230
1275
  var plus_large_default = PlusLarge;
1231
1276
 
1232
1277
  // src/icons/v2/outline/privacy-policy.tsx
1233
- var import_jsx_runtime44 = require("react/jsx-runtime");
1278
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1234
1279
  var PrivacyPolicy = (props) => {
1235
1280
  const { color, ...svgProps } = use_icon_props_default(props);
1236
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1237
- /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1238
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1281
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1282
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1283
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1239
1284
  "path",
1240
1285
  {
1241
1286
  fillRule: "evenodd",
@@ -1244,7 +1289,7 @@ var PrivacyPolicy = (props) => {
1244
1289
  fill: color
1245
1290
  }
1246
1291
  ),
1247
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1292
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1248
1293
  "path",
1249
1294
  {
1250
1295
  fillRule: "evenodd",
@@ -1253,7 +1298,7 @@ var PrivacyPolicy = (props) => {
1253
1298
  fill: color
1254
1299
  }
1255
1300
  ),
1256
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1301
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1257
1302
  "path",
1258
1303
  {
1259
1304
  fillRule: "evenodd",
@@ -1262,7 +1307,7 @@ var PrivacyPolicy = (props) => {
1262
1307
  fill: color
1263
1308
  }
1264
1309
  ),
1265
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1310
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1266
1311
  "path",
1267
1312
  {
1268
1313
  fillRule: "evenodd",
@@ -1271,7 +1316,7 @@ var PrivacyPolicy = (props) => {
1271
1316
  fill: color
1272
1317
  }
1273
1318
  ),
1274
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1319
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1275
1320
  "path",
1276
1321
  {
1277
1322
  fillRule: "evenodd",
@@ -1280,7 +1325,7 @@ var PrivacyPolicy = (props) => {
1280
1325
  fill: color
1281
1326
  }
1282
1327
  ),
1283
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1328
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1284
1329
  "path",
1285
1330
  {
1286
1331
  fillRule: "evenodd",
@@ -1290,18 +1335,18 @@ var PrivacyPolicy = (props) => {
1290
1335
  }
1291
1336
  )
1292
1337
  ] }),
1293
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1338
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1294
1339
  ] });
1295
1340
  };
1296
1341
  var privacy_policy_default = PrivacyPolicy;
1297
1342
 
1298
1343
  // src/icons/v2/outline/profile.tsx
1299
- var import_jsx_runtime45 = require("react/jsx-runtime");
1344
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1300
1345
  var Profile = (props) => {
1301
1346
  const { color, ...svgProps } = use_icon_props_default(props);
1302
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1303
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1304
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1347
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1348
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1349
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1305
1350
  "path",
1306
1351
  {
1307
1352
  fillRule: "evenodd",
@@ -1310,7 +1355,7 @@ var Profile = (props) => {
1310
1355
  fill: color
1311
1356
  }
1312
1357
  ),
1313
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1358
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1314
1359
  "path",
1315
1360
  {
1316
1361
  fillRule: "evenodd",
@@ -1320,17 +1365,17 @@ var Profile = (props) => {
1320
1365
  }
1321
1366
  )
1322
1367
  ] }),
1323
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1368
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1324
1369
  ] });
1325
1370
  };
1326
1371
  var profile_default = Profile;
1327
1372
 
1328
1373
  // src/icons/v2/outline/qr-code.tsx
1329
- var import_jsx_runtime46 = require("react/jsx-runtime");
1374
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1330
1375
  var QRCode = (props) => {
1331
1376
  const { color, ...svgProps } = use_icon_props_default(props);
1332
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1333
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1377
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1378
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1334
1379
  "path",
1335
1380
  {
1336
1381
  fillRule: "evenodd",
@@ -1339,7 +1384,7 @@ var QRCode = (props) => {
1339
1384
  fill: color
1340
1385
  }
1341
1386
  ),
1342
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1387
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1343
1388
  "path",
1344
1389
  {
1345
1390
  fillRule: "evenodd",
@@ -1348,7 +1393,7 @@ var QRCode = (props) => {
1348
1393
  fill: color
1349
1394
  }
1350
1395
  ),
1351
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1396
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1352
1397
  "path",
1353
1398
  {
1354
1399
  fillRule: "evenodd",
@@ -1357,7 +1402,7 @@ var QRCode = (props) => {
1357
1402
  fill: color
1358
1403
  }
1359
1404
  ),
1360
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1405
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1361
1406
  "path",
1362
1407
  {
1363
1408
  fillRule: "evenodd",
@@ -1366,7 +1411,7 @@ var QRCode = (props) => {
1366
1411
  fill: color
1367
1412
  }
1368
1413
  ),
1369
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1414
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1370
1415
  "path",
1371
1416
  {
1372
1417
  fillRule: "evenodd",
@@ -1375,7 +1420,7 @@ var QRCode = (props) => {
1375
1420
  fill: color
1376
1421
  }
1377
1422
  ),
1378
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1423
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1379
1424
  "path",
1380
1425
  {
1381
1426
  fillRule: "evenodd",
@@ -1384,7 +1429,7 @@ var QRCode = (props) => {
1384
1429
  fill: color
1385
1430
  }
1386
1431
  ),
1387
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1432
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1388
1433
  "path",
1389
1434
  {
1390
1435
  fillRule: "evenodd",
@@ -1393,7 +1438,7 @@ var QRCode = (props) => {
1393
1438
  fill: color
1394
1439
  }
1395
1440
  ),
1396
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1441
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1397
1442
  "path",
1398
1443
  {
1399
1444
  fillRule: "evenodd",
@@ -1402,7 +1447,7 @@ var QRCode = (props) => {
1402
1447
  fill: color
1403
1448
  }
1404
1449
  ),
1405
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1450
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1406
1451
  "path",
1407
1452
  {
1408
1453
  fillRule: "evenodd",
@@ -1411,7 +1456,7 @@ var QRCode = (props) => {
1411
1456
  fill: color
1412
1457
  }
1413
1458
  ),
1414
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1459
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1415
1460
  "path",
1416
1461
  {
1417
1462
  fillRule: "evenodd",
@@ -1425,10 +1470,10 @@ var QRCode = (props) => {
1425
1470
  var qr_code_default = QRCode;
1426
1471
 
1427
1472
  // src/icons/v2/outline/qr-code-base.tsx
1428
- var import_jsx_runtime47 = require("react/jsx-runtime");
1473
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1429
1474
  var QRCodeBase = (props) => {
1430
1475
  const { color, ...svgProps } = use_icon_props_default(props);
1431
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1476
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1432
1477
  "path",
1433
1478
  {
1434
1479
  fillRule: "evenodd",
@@ -1441,11 +1486,11 @@ var QRCodeBase = (props) => {
1441
1486
  var qr_code_base_default = QRCodeBase;
1442
1487
 
1443
1488
  // src/icons/v2/outline/search.tsx
1444
- var import_jsx_runtime48 = require("react/jsx-runtime");
1489
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1445
1490
  var Search = (props) => {
1446
1491
  const { color, ...svgProps } = use_icon_props_default(props);
1447
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1448
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1492
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1493
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1449
1494
  "path",
1450
1495
  {
1451
1496
  fillRule: "evenodd",
@@ -1454,7 +1499,7 @@ var Search = (props) => {
1454
1499
  fill: color
1455
1500
  }
1456
1501
  ),
1457
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1502
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1458
1503
  "path",
1459
1504
  {
1460
1505
  fillRule: "evenodd",
@@ -1468,10 +1513,10 @@ var Search = (props) => {
1468
1513
  var search_default = Search;
1469
1514
 
1470
1515
  // src/icons/v2/outline/setting.tsx
1471
- var import_jsx_runtime49 = require("react/jsx-runtime");
1516
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1472
1517
  var Setting = (props) => {
1473
1518
  const { color, ...svgProps } = use_icon_props_default(props);
1474
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1519
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1475
1520
  "path",
1476
1521
  {
1477
1522
  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",
@@ -1482,11 +1527,11 @@ var Setting = (props) => {
1482
1527
  var setting_default = Setting;
1483
1528
 
1484
1529
  // src/icons/v2/outline/share.tsx
1485
- var import_jsx_runtime50 = require("react/jsx-runtime");
1530
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1486
1531
  var Bag2 = (props) => {
1487
1532
  const { color, ...svgProps } = use_icon_props_default(props);
1488
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1489
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1533
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1534
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1490
1535
  "path",
1491
1536
  {
1492
1537
  fillRule: "evenodd",
@@ -1495,7 +1540,7 @@ var Bag2 = (props) => {
1495
1540
  fill: color
1496
1541
  }
1497
1542
  ),
1498
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1543
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1499
1544
  "path",
1500
1545
  {
1501
1546
  fillRule: "evenodd",
@@ -1504,7 +1549,7 @@ var Bag2 = (props) => {
1504
1549
  fill: color
1505
1550
  }
1506
1551
  ),
1507
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1552
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1508
1553
  "path",
1509
1554
  {
1510
1555
  fillRule: "evenodd",
@@ -1518,11 +1563,11 @@ var Bag2 = (props) => {
1518
1563
  var share_default = Bag2;
1519
1564
 
1520
1565
  // src/icons/v2/outline/sort.tsx
1521
- var import_jsx_runtime51 = require("react/jsx-runtime");
1566
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1522
1567
  var Sort = (props) => {
1523
1568
  const { color, ...svgProps } = use_icon_props_default(props);
1524
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1525
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1569
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1570
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1526
1571
  "path",
1527
1572
  {
1528
1573
  fillRule: "evenodd",
@@ -1531,7 +1576,7 @@ var Sort = (props) => {
1531
1576
  fill: color
1532
1577
  }
1533
1578
  ),
1534
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1579
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1535
1580
  "path",
1536
1581
  {
1537
1582
  fillRule: "evenodd",
@@ -1545,25 +1590,25 @@ var Sort = (props) => {
1545
1590
  var sort_default = Sort;
1546
1591
 
1547
1592
  // src/icons/v2/outline/store-complete.tsx
1548
- var import_jsx_runtime52 = require("react/jsx-runtime");
1593
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1549
1594
  var StoreComplete = (props) => {
1550
1595
  const { color, ...svgProps } = use_icon_props_default(props);
1551
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1552
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1596
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1597
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1553
1598
  "path",
1554
1599
  {
1555
1600
  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",
1556
1601
  fill: color
1557
1602
  }
1558
1603
  ),
1559
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1604
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1560
1605
  "path",
1561
1606
  {
1562
1607
  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",
1563
1608
  fill: color
1564
1609
  }
1565
1610
  ),
1566
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1611
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1567
1612
  "path",
1568
1613
  {
1569
1614
  fillRule: "evenodd",
@@ -1577,12 +1622,12 @@ var StoreComplete = (props) => {
1577
1622
  var store_complete_default = StoreComplete;
1578
1623
 
1579
1624
  // src/icons/v2/outline/term-conditions.tsx
1580
- var import_jsx_runtime53 = require("react/jsx-runtime");
1625
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1581
1626
  var TermConditions = (props) => {
1582
1627
  const { color, ...svgProps } = use_icon_props_default(props);
1583
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1584
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
1585
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1628
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1629
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
1630
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1586
1631
  "path",
1587
1632
  {
1588
1633
  fillRule: "evenodd",
@@ -1591,7 +1636,7 @@ var TermConditions = (props) => {
1591
1636
  fill: color
1592
1637
  }
1593
1638
  ),
1594
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1639
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1595
1640
  "path",
1596
1641
  {
1597
1642
  fillRule: "evenodd",
@@ -1600,7 +1645,7 @@ var TermConditions = (props) => {
1600
1645
  fill: color
1601
1646
  }
1602
1647
  ),
1603
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1648
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1604
1649
  "path",
1605
1650
  {
1606
1651
  fillRule: "evenodd",
@@ -1609,7 +1654,7 @@ var TermConditions = (props) => {
1609
1654
  fill: color
1610
1655
  }
1611
1656
  ),
1612
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1657
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1613
1658
  "path",
1614
1659
  {
1615
1660
  fillRule: "evenodd",
@@ -1618,7 +1663,7 @@ var TermConditions = (props) => {
1618
1663
  fill: color
1619
1664
  }
1620
1665
  ),
1621
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1666
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1622
1667
  "path",
1623
1668
  {
1624
1669
  fillRule: "evenodd",
@@ -1627,7 +1672,7 @@ var TermConditions = (props) => {
1627
1672
  fill: color
1628
1673
  }
1629
1674
  ),
1630
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1675
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1631
1676
  "path",
1632
1677
  {
1633
1678
  fillRule: "evenodd",
@@ -1637,18 +1682,18 @@ var TermConditions = (props) => {
1637
1682
  }
1638
1683
  )
1639
1684
  ] }),
1640
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1685
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1641
1686
  ] });
1642
1687
  };
1643
1688
  var term_conditions_default = TermConditions;
1644
1689
 
1645
1690
  // src/icons/v2/outline/trash.tsx
1646
- var import_jsx_runtime54 = require("react/jsx-runtime");
1691
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1647
1692
  var Trash = (props) => {
1648
1693
  const { color, ...svgProps } = use_icon_props_default(props);
1649
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1650
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
1651
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1694
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1695
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
1696
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1652
1697
  "path",
1653
1698
  {
1654
1699
  fillRule: "evenodd",
@@ -1657,7 +1702,7 @@ var Trash = (props) => {
1657
1702
  fill: color
1658
1703
  }
1659
1704
  ),
1660
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1705
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1661
1706
  "path",
1662
1707
  {
1663
1708
  fillRule: "evenodd",
@@ -1666,7 +1711,7 @@ var Trash = (props) => {
1666
1711
  fill: color
1667
1712
  }
1668
1713
  ),
1669
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1714
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1670
1715
  "path",
1671
1716
  {
1672
1717
  fillRule: "evenodd",
@@ -1675,7 +1720,7 @@ var Trash = (props) => {
1675
1720
  fill: color
1676
1721
  }
1677
1722
  ),
1678
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1723
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1679
1724
  "path",
1680
1725
  {
1681
1726
  fillRule: "evenodd",
@@ -1685,17 +1730,17 @@ var Trash = (props) => {
1685
1730
  }
1686
1731
  )
1687
1732
  ] }),
1688
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1733
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1689
1734
  ] });
1690
1735
  };
1691
1736
  var trash_default = Trash;
1692
1737
 
1693
1738
  // src/icons/v2/outline/truck.tsx
1694
- var import_jsx_runtime55 = require("react/jsx-runtime");
1739
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1695
1740
  var Truck = (props) => {
1696
1741
  const { color, ...svgProps } = use_icon_props_default(props);
1697
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1698
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1742
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1743
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1699
1744
  "path",
1700
1745
  {
1701
1746
  fillRule: "evenodd",
@@ -1704,18 +1749,18 @@ var Truck = (props) => {
1704
1749
  fill: color
1705
1750
  }
1706
1751
  ) }),
1707
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1752
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1708
1753
  ] });
1709
1754
  };
1710
1755
  var truck_default = Truck;
1711
1756
 
1712
1757
  // src/icons/v2/solid/add-bag-solid.tsx
1713
- var import_jsx_runtime56 = require("react/jsx-runtime");
1758
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1714
1759
  var AddBagSolid = (props) => {
1715
1760
  const { color, ...svgProps } = use_icon_props_default(props);
1716
1761
  const fillColor = color || "#12784A";
1717
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1718
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1762
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1763
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1719
1764
  "path",
1720
1765
  {
1721
1766
  fillRule: "evenodd",
@@ -1724,7 +1769,7 @@ var AddBagSolid = (props) => {
1724
1769
  fill: fillColor
1725
1770
  }
1726
1771
  ),
1727
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1772
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1728
1773
  "path",
1729
1774
  {
1730
1775
  fillRule: "evenodd",
@@ -1738,10 +1783,10 @@ var AddBagSolid = (props) => {
1738
1783
  var add_bag_solid_default = AddBagSolid;
1739
1784
 
1740
1785
  // src/icons/v2/solid/bag-solid.tsx
1741
- var import_jsx_runtime57 = require("react/jsx-runtime");
1786
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1742
1787
  var BagSolid = (props) => {
1743
1788
  const { color, ...svgProps } = use_icon_props_default(props);
1744
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1789
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1745
1790
  "path",
1746
1791
  {
1747
1792
  fillRule: "evenodd",
@@ -1754,32 +1799,32 @@ var BagSolid = (props) => {
1754
1799
  var bag_solid_default = BagSolid;
1755
1800
 
1756
1801
  // src/icons/v2/solid/category-solid.tsx
1757
- var import_jsx_runtime58 = require("react/jsx-runtime");
1802
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1758
1803
  var CategorySolid = (props) => {
1759
1804
  const { color, ...svgProps } = use_icon_props_default(props);
1760
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1761
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1805
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1806
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1762
1807
  "path",
1763
1808
  {
1764
1809
  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",
1765
1810
  fill: color
1766
1811
  }
1767
1812
  ),
1768
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1813
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1769
1814
  "path",
1770
1815
  {
1771
1816
  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",
1772
1817
  fill: color
1773
1818
  }
1774
1819
  ),
1775
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1820
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1776
1821
  "path",
1777
1822
  {
1778
1823
  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",
1779
1824
  fill: color
1780
1825
  }
1781
1826
  ),
1782
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1827
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1783
1828
  "path",
1784
1829
  {
1785
1830
  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",
@@ -1791,10 +1836,10 @@ var CategorySolid = (props) => {
1791
1836
  var category_solid_default = CategorySolid;
1792
1837
 
1793
1838
  // src/icons/v2/solid/chat-cs-solid.tsx
1794
- var import_jsx_runtime59 = require("react/jsx-runtime");
1839
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1795
1840
  var ChatCsSolid = (props) => {
1796
1841
  const { color, ...svgProps } = use_icon_props_default(props);
1797
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1842
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1798
1843
  "path",
1799
1844
  {
1800
1845
  fillRule: "evenodd",
@@ -1807,13 +1852,13 @@ var ChatCsSolid = (props) => {
1807
1852
  var chat_cs_solid_default = ChatCsSolid;
1808
1853
 
1809
1854
  // src/icons/v2/solid/direction.tsx
1810
- var import_jsx_runtime60 = require("react/jsx-runtime");
1855
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1811
1856
  var Direction = (props) => {
1812
1857
  const { color, ...svgProps } = use_icon_props_default(props);
1813
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1814
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { clipPath: "url(#direction)", children: [
1815
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
1816
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1858
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1859
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { clipPath: "url(#direction)", children: [
1860
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
1861
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1817
1862
  "path",
1818
1863
  {
1819
1864
  fillRule: "evenodd",
@@ -1823,16 +1868,16 @@ var Direction = (props) => {
1823
1868
  }
1824
1869
  )
1825
1870
  ] }),
1826
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1871
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1827
1872
  ] });
1828
1873
  };
1829
1874
  var direction_default = Direction;
1830
1875
 
1831
1876
  // src/icons/v2/solid/enveloped-solid.tsx
1832
- var import_jsx_runtime61 = require("react/jsx-runtime");
1877
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1833
1878
  var EnvelopedSolid = (props) => {
1834
1879
  const { color, ...svgProps } = use_icon_props_default(props);
1835
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1880
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1836
1881
  "path",
1837
1882
  {
1838
1883
  fillRule: "evenodd",
@@ -1845,10 +1890,10 @@ var EnvelopedSolid = (props) => {
1845
1890
  var enveloped_solid_default = EnvelopedSolid;
1846
1891
 
1847
1892
  // src/icons/v2/solid/hand.tsx
1848
- var import_jsx_runtime62 = require("react/jsx-runtime");
1893
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1849
1894
  var Hand = (props) => {
1850
1895
  const { color, ...svgProps } = use_icon_props_default(props);
1851
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1896
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1852
1897
  "path",
1853
1898
  {
1854
1899
  id: "Vector 650",
@@ -1860,10 +1905,10 @@ var Hand = (props) => {
1860
1905
  var hand_default = Hand;
1861
1906
 
1862
1907
  // src/icons/v2/solid/handphone-solid.tsx
1863
- var import_jsx_runtime63 = require("react/jsx-runtime");
1908
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1864
1909
  var HandphoneSolid = (props) => {
1865
1910
  const { color, ...svgProps } = use_icon_props_default(props);
1866
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1911
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1867
1912
  "path",
1868
1913
  {
1869
1914
  fillRule: "evenodd",
@@ -1876,10 +1921,10 @@ var HandphoneSolid = (props) => {
1876
1921
  var handphone_solid_default = HandphoneSolid;
1877
1922
 
1878
1923
  // src/icons/v2/solid/heart-solid.tsx
1879
- var import_jsx_runtime64 = require("react/jsx-runtime");
1924
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1880
1925
  var HeartSolid = (props) => {
1881
1926
  const { color, ...svgProps } = use_icon_props_default(props);
1882
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1927
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1883
1928
  "path",
1884
1929
  {
1885
1930
  d: "M7.20462 3.5C5.39384 3.5 4.14221 4.37618 3.34541 5.43938C2.57995 6.46075 2.22083 7.66404 2.116 8.49343C1.76363 10.1208 2.361 13.8065 6.47489 17.5459C7.15011 18.1878 9.07394 19.8084 11.6021 21.3911C11.8455 21.5435 12.1546 21.5435 12.398 21.3911C14.9261 19.8084 16.8499 18.188 17.5251 17.5461C21.639 13.8067 22.2364 10.1209 21.884 8.49357C21.7792 7.66418 21.4201 6.4609 20.6546 5.43954C19.8578 4.37634 18.6062 3.50016 16.7954 3.50016C14.3637 3.50016 12.8356 4.75586 12 5.97304C11.1645 4.75581 9.63638 3.5 7.20462 3.5Z",
@@ -1890,10 +1935,10 @@ var HeartSolid = (props) => {
1890
1935
  var heart_solid_default = HeartSolid;
1891
1936
 
1892
1937
  // src/icons/v2/solid/home-solid.tsx
1893
- var import_jsx_runtime65 = require("react/jsx-runtime");
1938
+ var import_jsx_runtime66 = require("react/jsx-runtime");
1894
1939
  var HomeSolid = (props) => {
1895
1940
  const { color, ...svgProps } = use_icon_props_default(props);
1896
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1941
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1897
1942
  "path",
1898
1943
  {
1899
1944
  fillRule: "evenodd",
@@ -1906,10 +1951,10 @@ var HomeSolid = (props) => {
1906
1951
  var home_solid_default = HomeSolid;
1907
1952
 
1908
1953
  // src/icons/v2/solid/info-solid.tsx
1909
- var import_jsx_runtime66 = require("react/jsx-runtime");
1954
+ var import_jsx_runtime67 = require("react/jsx-runtime");
1910
1955
  var InfoSolid = (props) => {
1911
1956
  const { color, ...svgProps } = use_icon_props_default(props);
1912
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1957
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1913
1958
  "path",
1914
1959
  {
1915
1960
  fillRule: "evenodd",
@@ -1922,18 +1967,18 @@ var InfoSolid = (props) => {
1922
1967
  var info_solid_default = InfoSolid;
1923
1968
 
1924
1969
  // src/icons/v2/solid/map-marker-solid.tsx
1925
- var import_jsx_runtime67 = require("react/jsx-runtime");
1970
+ var import_jsx_runtime68 = require("react/jsx-runtime");
1926
1971
  var MapMarkerSolid = (props) => {
1927
1972
  const { color, ...svgProps } = use_icon_props_default(props);
1928
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1929
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1973
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1974
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1930
1975
  "path",
1931
1976
  {
1932
1977
  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",
1933
1978
  fill: color
1934
1979
  }
1935
1980
  ),
1936
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1981
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1937
1982
  "path",
1938
1983
  {
1939
1984
  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",
@@ -1945,18 +1990,18 @@ var MapMarkerSolid = (props) => {
1945
1990
  var map_marker_solid_default = MapMarkerSolid;
1946
1991
 
1947
1992
  // src/icons/v2/solid/profile-solid.tsx
1948
- var import_jsx_runtime68 = require("react/jsx-runtime");
1993
+ var import_jsx_runtime69 = require("react/jsx-runtime");
1949
1994
  var ProfileSolid = (props) => {
1950
1995
  const { color, ...svgProps } = use_icon_props_default(props);
1951
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1952
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1996
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1997
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1953
1998
  "path",
1954
1999
  {
1955
2000
  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",
1956
2001
  fill: color
1957
2002
  }
1958
2003
  ),
1959
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2004
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1960
2005
  "path",
1961
2006
  {
1962
2007
  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",
@@ -1968,10 +2013,10 @@ var ProfileSolid = (props) => {
1968
2013
  var profile_solid_default = ProfileSolid;
1969
2014
 
1970
2015
  // src/icons/v2/solid/search-solid.tsx
1971
- var import_jsx_runtime69 = require("react/jsx-runtime");
2016
+ var import_jsx_runtime70 = require("react/jsx-runtime");
1972
2017
  var SearchSolid = (props) => {
1973
2018
  const { color, ...svgProps } = use_icon_props_default(props);
1974
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2019
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1975
2020
  "path",
1976
2021
  {
1977
2022
  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",
@@ -1982,18 +2027,18 @@ var SearchSolid = (props) => {
1982
2027
  var search_solid_default = SearchSolid;
1983
2028
 
1984
2029
  // src/icons/v2/solid/setting-solid.tsx
1985
- var import_jsx_runtime70 = require("react/jsx-runtime");
2030
+ var import_jsx_runtime71 = require("react/jsx-runtime");
1986
2031
  var SettingSolid = (props) => {
1987
2032
  const { color, ...svgProps } = use_icon_props_default(props);
1988
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1989
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2033
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2034
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1990
2035
  "path",
1991
2036
  {
1992
2037
  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",
1993
2038
  fill: "#999999"
1994
2039
  }
1995
2040
  ),
1996
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2041
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1997
2042
  "path",
1998
2043
  {
1999
2044
  fillRule: "evenodd",
@@ -2006,12 +2051,26 @@ var SettingSolid = (props) => {
2006
2051
  };
2007
2052
  var setting_solid_default = SettingSolid;
2008
2053
 
2054
+ // src/icons/v2/solid/success-solid.tsx
2055
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2056
+ var SuccessSolid = (props) => {
2057
+ const { color, ...svgProps } = use_icon_props_default(props);
2058
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2059
+ "path",
2060
+ {
2061
+ 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",
2062
+ fill: color
2063
+ }
2064
+ ) });
2065
+ };
2066
+ var success_solid_default = SuccessSolid;
2067
+
2009
2068
  // src/icons/v2/solid/trash-solid.tsx
2010
- var import_jsx_runtime71 = require("react/jsx-runtime");
2069
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2011
2070
  var TrashSolid = (props) => {
2012
2071
  const { color, ...svgProps } = use_icon_props_default(props);
2013
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2014
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2072
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2073
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2015
2074
  "path",
2016
2075
  {
2017
2076
  fillRule: "evenodd",
@@ -2020,7 +2079,7 @@ var TrashSolid = (props) => {
2020
2079
  fill: color
2021
2080
  }
2022
2081
  ),
2023
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2082
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2024
2083
  "path",
2025
2084
  {
2026
2085
  fillRule: "evenodd",
@@ -2034,11 +2093,11 @@ var TrashSolid = (props) => {
2034
2093
  var trash_solid_default = TrashSolid;
2035
2094
 
2036
2095
  // src/icons/v2/solid/trend-up.tsx
2037
- var import_jsx_runtime72 = require("react/jsx-runtime");
2096
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2038
2097
  var TrendUp = (props) => {
2039
2098
  const { color, ...svgProps } = use_icon_props_default(props);
2040
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { id: "Vector", children: [
2041
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2099
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { id: "Vector", children: [
2100
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2042
2101
  "path",
2043
2102
  {
2044
2103
  fillRule: "evenodd",
@@ -2047,14 +2106,14 @@ var TrendUp = (props) => {
2047
2106
  fill: color
2048
2107
  }
2049
2108
  ),
2050
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2109
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2051
2110
  "path",
2052
2111
  {
2053
2112
  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",
2054
2113
  fill: color
2055
2114
  }
2056
2115
  ),
2057
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2116
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2058
2117
  "path",
2059
2118
  {
2060
2119
  fillRule: "evenodd",
@@ -2068,10 +2127,10 @@ var TrendUp = (props) => {
2068
2127
  var trend_up_default = TrendUp;
2069
2128
 
2070
2129
  // src/icons/v2/solid/voucher.tsx
2071
- var import_jsx_runtime73 = require("react/jsx-runtime");
2130
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2072
2131
  var Voucher = (props) => {
2073
2132
  const { color, ...svgProps } = use_icon_props_default(props);
2074
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2133
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2075
2134
  "path",
2076
2135
  {
2077
2136
  fillRule: "evenodd",
@@ -2084,10 +2143,10 @@ var Voucher = (props) => {
2084
2143
  var voucher_default = Voucher;
2085
2144
 
2086
2145
  // src/icons/v2/solid/wallet.tsx
2087
- var import_jsx_runtime74 = require("react/jsx-runtime");
2146
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2088
2147
  var Wallet = (props) => {
2089
2148
  const { color, ...svgProps } = use_icon_props_default(props);
2090
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2149
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2091
2150
  "path",
2092
2151
  {
2093
2152
  id: "Subtract",
@@ -2127,6 +2186,7 @@ var wallet_default = Wallet;
2127
2186
  Close,
2128
2187
  CloseLarge,
2129
2188
  ContactBook,
2189
+ Copy,
2130
2190
  Delivered,
2131
2191
  Direction,
2132
2192
  Edit,
@@ -2168,6 +2228,7 @@ var wallet_default = Wallet;
2168
2228
  Share,
2169
2229
  Sort,
2170
2230
  StoreComplete,
2231
+ SuccessSolid,
2171
2232
  TermConditions,
2172
2233
  Trash,
2173
2234
  TrashSolid,