@ctlyst.id/icons 2.6.0 → 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
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/icons/v2/index.ts
21
21
  var v2_exports = {};
22
22
  __export(v2_exports, {
23
+ AddBagSolid: () => add_bag_solid_default,
23
24
  ArrowLeft: () => arrow_left_default,
24
25
  ArrowLeftLarge: () => arrow_left_large_default,
25
26
  ArrowRight: () => arrow_right_default,
@@ -45,6 +46,7 @@ __export(v2_exports, {
45
46
  Close: () => close_default,
46
47
  CloseLarge: () => close_large_default,
47
48
  ContactBook: () => contact_book_default,
49
+ Copy: () => copy_default,
48
50
  Delivered: () => delivered_default,
49
51
  Direction: () => direction_default,
50
52
  Edit: () => edit_default,
@@ -86,6 +88,7 @@ __export(v2_exports, {
86
88
  Share: () => share_default,
87
89
  Sort: () => sort_default,
88
90
  StoreComplete: () => store_complete_default,
91
+ SuccessSolid: () => success_solid_default,
89
92
  TermConditions: () => term_conditions_default,
90
93
  Trash: () => trash_default,
91
94
  TrashSolid: () => trash_solid_default,
@@ -670,11 +673,54 @@ var ContactBook = (props) => {
670
673
  };
671
674
  var contact_book_default = ContactBook;
672
675
 
673
- // src/icons/v2/outline/delivered.tsx
676
+ // src/icons/v2/outline/copy.tsx
674
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");
675
721
  var Delivered = (props) => {
676
722
  const { color, ...svgProps } = use_icon_props_default(props);
677
- 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)(
678
724
  "path",
679
725
  {
680
726
  fillRule: "evenodd",
@@ -687,10 +733,10 @@ var Delivered = (props) => {
687
733
  var delivered_default = Delivered;
688
734
 
689
735
  // src/icons/v2/outline/edit.tsx
690
- var import_jsx_runtime24 = require("react/jsx-runtime");
736
+ var import_jsx_runtime25 = require("react/jsx-runtime");
691
737
  var Edit = (props) => {
692
738
  const { color, ...svgProps } = use_icon_props_default(props);
693
- 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)(
694
740
  "path",
695
741
  {
696
742
  fillRule: "evenodd",
@@ -703,10 +749,10 @@ var Edit = (props) => {
703
749
  var edit_default = Edit;
704
750
 
705
751
  // src/icons/v2/outline/enveloped.tsx
706
- var import_jsx_runtime25 = require("react/jsx-runtime");
752
+ var import_jsx_runtime26 = require("react/jsx-runtime");
707
753
  var Enveloped = (props) => {
708
754
  const { color, ...svgProps } = use_icon_props_default(props);
709
- 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)(
710
756
  "path",
711
757
  {
712
758
  fillRule: "evenodd",
@@ -719,11 +765,11 @@ var Enveloped = (props) => {
719
765
  var enveloped_default = Enveloped;
720
766
 
721
767
  // src/icons/v2/outline/eye-close.tsx
722
- var import_jsx_runtime26 = require("react/jsx-runtime");
768
+ var import_jsx_runtime27 = require("react/jsx-runtime");
723
769
  var EyeClose = (props) => {
724
770
  const { color, ...svgProps } = use_icon_props_default(props);
725
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
726
- /* @__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)(
727
773
  "path",
728
774
  {
729
775
  fillRule: "evenodd",
@@ -732,7 +778,7 @@ var EyeClose = (props) => {
732
778
  fill: color
733
779
  }
734
780
  ),
735
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
781
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
736
782
  "path",
737
783
  {
738
784
  fillRule: "evenodd",
@@ -741,7 +787,7 @@ var EyeClose = (props) => {
741
787
  fill: color
742
788
  }
743
789
  ),
744
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
790
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
745
791
  "path",
746
792
  {
747
793
  fillRule: "evenodd",
@@ -755,11 +801,11 @@ var EyeClose = (props) => {
755
801
  var eye_close_default = EyeClose;
756
802
 
757
803
  // src/icons/v2/outline/eye-open.tsx
758
- var import_jsx_runtime27 = require("react/jsx-runtime");
804
+ var import_jsx_runtime28 = require("react/jsx-runtime");
759
805
  var EyeOpen = (props) => {
760
806
  const { color, ...svgProps } = use_icon_props_default(props);
761
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
762
- /* @__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)(
763
809
  "path",
764
810
  {
765
811
  fillRule: "evenodd",
@@ -768,7 +814,7 @@ var EyeOpen = (props) => {
768
814
  fill: color
769
815
  }
770
816
  ),
771
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
817
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
772
818
  "path",
773
819
  {
774
820
  fillRule: "evenodd",
@@ -782,11 +828,11 @@ var EyeOpen = (props) => {
782
828
  var eye_open_default = EyeOpen;
783
829
 
784
830
  // src/icons/v2/outline/filter.tsx
785
- var import_jsx_runtime28 = require("react/jsx-runtime");
831
+ var import_jsx_runtime29 = require("react/jsx-runtime");
786
832
  var Filter = (props) => {
787
833
  const { color, ...svgProps } = use_icon_props_default(props);
788
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
789
- /* @__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)(
790
836
  "path",
791
837
  {
792
838
  fillRule: "evenodd",
@@ -795,7 +841,7 @@ var Filter = (props) => {
795
841
  fill: color
796
842
  }
797
843
  ),
798
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
844
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
799
845
  "path",
800
846
  {
801
847
  fillRule: "evenodd",
@@ -804,7 +850,7 @@ var Filter = (props) => {
804
850
  fill: color
805
851
  }
806
852
  ),
807
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
853
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
808
854
  "path",
809
855
  {
810
856
  fillRule: "evenodd",
@@ -818,10 +864,10 @@ var Filter = (props) => {
818
864
  var filter_default = Filter;
819
865
 
820
866
  // src/icons/v2/outline/gps.tsx
821
- var import_jsx_runtime29 = require("react/jsx-runtime");
867
+ var import_jsx_runtime30 = require("react/jsx-runtime");
822
868
  var Gps = (props) => {
823
869
  const { color, ...svgProps } = use_icon_props_default(props);
824
- 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)(
825
871
  "path",
826
872
  {
827
873
  fillRule: "evenodd",
@@ -834,25 +880,25 @@ var Gps = (props) => {
834
880
  var gps_default = Gps;
835
881
 
836
882
  // src/icons/v2/outline/handphone.tsx
837
- var import_jsx_runtime30 = require("react/jsx-runtime");
883
+ var import_jsx_runtime31 = require("react/jsx-runtime");
838
884
  var Handphone = (props) => {
839
885
  const { color, ...svgProps } = use_icon_props_default(props);
840
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
841
- /* @__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)(
842
888
  "path",
843
889
  {
844
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",
845
891
  fill: color
846
892
  }
847
893
  ),
848
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
894
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
849
895
  "path",
850
896
  {
851
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",
852
898
  fill: color
853
899
  }
854
900
  ),
855
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
901
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
856
902
  "path",
857
903
  {
858
904
  fillRule: "evenodd",
@@ -866,11 +912,11 @@ var Handphone = (props) => {
866
912
  var handphone_default = Handphone;
867
913
 
868
914
  // src/icons/v2/outline/heart.tsx
869
- var import_jsx_runtime31 = require("react/jsx-runtime");
915
+ var import_jsx_runtime32 = require("react/jsx-runtime");
870
916
  var Heart = (props) => {
871
917
  const { color, ...svgProps } = use_icon_props_default(props);
872
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
873
- /* @__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)(
874
920
  "path",
875
921
  {
876
922
  fillRule: "evenodd",
@@ -879,18 +925,18 @@ var Heart = (props) => {
879
925
  fill: color
880
926
  }
881
927
  ) }),
882
- /* @__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)" }) }) })
883
929
  ] });
884
930
  };
885
931
  var heart_default = Heart;
886
932
 
887
933
  // src/icons/v2/outline/home.tsx
888
- var import_jsx_runtime32 = require("react/jsx-runtime");
934
+ var import_jsx_runtime33 = require("react/jsx-runtime");
889
935
  var Home = (props) => {
890
936
  const { color, ...svgProps } = use_icon_props_default(props);
891
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
892
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
893
- /* @__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)(
894
940
  "path",
895
941
  {
896
942
  fillRule: "evenodd",
@@ -899,7 +945,7 @@ var Home = (props) => {
899
945
  fill: color
900
946
  }
901
947
  ),
902
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
948
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
903
949
  "path",
904
950
  {
905
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",
@@ -907,24 +953,24 @@ var Home = (props) => {
907
953
  }
908
954
  )
909
955
  ] }),
910
- /* @__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)" }) }) })
911
957
  ] });
912
958
  };
913
959
  var home_default = Home;
914
960
 
915
961
  // src/icons/v2/outline/info.tsx
916
- var import_jsx_runtime33 = require("react/jsx-runtime");
962
+ var import_jsx_runtime34 = require("react/jsx-runtime");
917
963
  var Info = (props) => {
918
964
  const { color, ...svgProps } = use_icon_props_default(props);
919
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
920
- /* @__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)(
921
967
  "path",
922
968
  {
923
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",
924
970
  fill: color
925
971
  }
926
972
  ),
927
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
973
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
928
974
  "path",
929
975
  {
930
976
  fillRule: "evenodd",
@@ -933,7 +979,7 @@ var Info = (props) => {
933
979
  fill: color
934
980
  }
935
981
  ),
936
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
982
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
937
983
  "path",
938
984
  {
939
985
  fillRule: "evenodd",
@@ -947,25 +993,25 @@ var Info = (props) => {
947
993
  var info_default = Info;
948
994
 
949
995
  // src/icons/v2/outline/kebab-menu.tsx
950
- var import_jsx_runtime34 = require("react/jsx-runtime");
996
+ var import_jsx_runtime35 = require("react/jsx-runtime");
951
997
  var KebabMenu = (props) => {
952
998
  const { color, ...svgProps } = use_icon_props_default(props);
953
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
954
- /* @__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)(
955
1001
  "path",
956
1002
  {
957
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",
958
1004
  fill: color
959
1005
  }
960
1006
  ),
961
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1007
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
962
1008
  "path",
963
1009
  {
964
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",
965
1011
  fill: color
966
1012
  }
967
1013
  ),
968
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1014
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
969
1015
  "path",
970
1016
  {
971
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",
@@ -977,12 +1023,12 @@ var KebabMenu = (props) => {
977
1023
  var kebab_menu_default = KebabMenu;
978
1024
 
979
1025
  // src/icons/v2/outline/logout.tsx
980
- var import_jsx_runtime35 = require("react/jsx-runtime");
1026
+ var import_jsx_runtime36 = require("react/jsx-runtime");
981
1027
  var Logout = (props) => {
982
1028
  const { color, ...svgProps } = use_icon_props_default(props);
983
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
984
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
985
- /* @__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)(
986
1032
  "path",
987
1033
  {
988
1034
  fillRule: "evenodd",
@@ -991,7 +1037,7 @@ var Logout = (props) => {
991
1037
  fill: color
992
1038
  }
993
1039
  ),
994
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1040
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
995
1041
  "path",
996
1042
  {
997
1043
  fillRule: "evenodd",
@@ -1000,7 +1046,7 @@ var Logout = (props) => {
1000
1046
  fill: color
1001
1047
  }
1002
1048
  ),
1003
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1049
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1004
1050
  "path",
1005
1051
  {
1006
1052
  fillRule: "evenodd",
@@ -1010,18 +1056,18 @@ var Logout = (props) => {
1010
1056
  }
1011
1057
  )
1012
1058
  ] }),
1013
- /* @__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)" }) }) })
1014
1060
  ] });
1015
1061
  };
1016
1062
  var logout_default = Logout;
1017
1063
 
1018
1064
  // src/icons/v2/outline/map-marker.tsx
1019
- var import_jsx_runtime36 = require("react/jsx-runtime");
1065
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1020
1066
  var MapMarker = (props) => {
1021
1067
  const { color, ...svgProps } = use_icon_props_default(props);
1022
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1023
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1024
- /* @__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)(
1025
1071
  "path",
1026
1072
  {
1027
1073
  fillRule: "evenodd",
@@ -1030,7 +1076,7 @@ var MapMarker = (props) => {
1030
1076
  fill: color
1031
1077
  }
1032
1078
  ),
1033
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1079
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1034
1080
  "path",
1035
1081
  {
1036
1082
  fillRule: "evenodd",
@@ -1040,17 +1086,17 @@ var MapMarker = (props) => {
1040
1086
  }
1041
1087
  )
1042
1088
  ] }),
1043
- /* @__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)" }) }) })
1044
1090
  ] });
1045
1091
  };
1046
1092
  var map_marker_default = MapMarker;
1047
1093
 
1048
1094
  // src/icons/v2/outline/minus.tsx
1049
- var import_jsx_runtime37 = require("react/jsx-runtime");
1095
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1050
1096
  var Minus = (props) => {
1051
1097
  const { color, ...svgProps } = use_icon_props_default(props);
1052
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1053
- /* @__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)(
1054
1100
  "path",
1055
1101
  {
1056
1102
  fillRule: "evenodd",
@@ -1059,16 +1105,16 @@ var Minus = (props) => {
1059
1105
  fill: color
1060
1106
  }
1061
1107
  ) }),
1062
- /* @__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)" }) }) })
1063
1109
  ] });
1064
1110
  };
1065
1111
  var minus_default = Minus;
1066
1112
 
1067
1113
  // src/icons/v2/outline/minus-large.tsx
1068
- var import_jsx_runtime38 = require("react/jsx-runtime");
1114
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1069
1115
  var MinusLarge = (props) => {
1070
1116
  const { color, ...svgProps } = use_icon_props_default(props);
1071
- 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)(
1072
1118
  "path",
1073
1119
  {
1074
1120
  fillRule: "evenodd",
@@ -1081,10 +1127,10 @@ var MinusLarge = (props) => {
1081
1127
  var minus_large_default = MinusLarge;
1082
1128
 
1083
1129
  // src/icons/v2/outline/no-gps.tsx
1084
- var import_jsx_runtime39 = require("react/jsx-runtime");
1130
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1085
1131
  var NoGps = (props) => {
1086
1132
  const { color, ...svgProps } = use_icon_props_default(props);
1087
- 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)(
1088
1134
  "path",
1089
1135
  {
1090
1136
  fillRule: "evenodd",
@@ -1097,11 +1143,11 @@ var NoGps = (props) => {
1097
1143
  var no_gps_default = NoGps;
1098
1144
 
1099
1145
  // src/icons/v2/outline/order-history.tsx
1100
- var import_jsx_runtime40 = require("react/jsx-runtime");
1146
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1101
1147
  var OrderHistory = (props) => {
1102
1148
  const { color, ...svgProps } = use_icon_props_default(props);
1103
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1104
- /* @__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)(
1105
1151
  "path",
1106
1152
  {
1107
1153
  fillRule: "evenodd",
@@ -1110,7 +1156,7 @@ var OrderHistory = (props) => {
1110
1156
  fill: color
1111
1157
  }
1112
1158
  ),
1113
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1159
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1114
1160
  "path",
1115
1161
  {
1116
1162
  fillRule: "evenodd",
@@ -1124,11 +1170,11 @@ var OrderHistory = (props) => {
1124
1170
  var order_history_default = OrderHistory;
1125
1171
 
1126
1172
  // src/icons/v2/outline/otp.tsx
1127
- var import_jsx_runtime41 = require("react/jsx-runtime");
1173
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1128
1174
  var Otp = (props) => {
1129
1175
  const { color, ...svgProps } = use_icon_props_default(props);
1130
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1131
- /* @__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)(
1132
1178
  "path",
1133
1179
  {
1134
1180
  fillRule: "evenodd",
@@ -1137,7 +1183,7 @@ var Otp = (props) => {
1137
1183
  fill: color
1138
1184
  }
1139
1185
  ),
1140
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1186
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1141
1187
  "path",
1142
1188
  {
1143
1189
  fillRule: "evenodd",
@@ -1146,7 +1192,7 @@ var Otp = (props) => {
1146
1192
  fill: color
1147
1193
  }
1148
1194
  ),
1149
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1195
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1150
1196
  "path",
1151
1197
  {
1152
1198
  fillRule: "evenodd",
@@ -1155,7 +1201,7 @@ var Otp = (props) => {
1155
1201
  fill: color
1156
1202
  }
1157
1203
  ),
1158
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1204
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1159
1205
  "path",
1160
1206
  {
1161
1207
  fillRule: "evenodd",
@@ -1164,7 +1210,7 @@ var Otp = (props) => {
1164
1210
  fill: color
1165
1211
  }
1166
1212
  ),
1167
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1213
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1168
1214
  "path",
1169
1215
  {
1170
1216
  fillRule: "evenodd",
@@ -1173,7 +1219,7 @@ var Otp = (props) => {
1173
1219
  fill: color
1174
1220
  }
1175
1221
  ),
1176
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1222
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1177
1223
  "path",
1178
1224
  {
1179
1225
  fillRule: "evenodd",
@@ -1187,11 +1233,11 @@ var Otp = (props) => {
1187
1233
  var otp_default = Otp;
1188
1234
 
1189
1235
  // src/icons/v2/outline/plus.tsx
1190
- var import_jsx_runtime42 = require("react/jsx-runtime");
1236
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1191
1237
  var Plus = (props) => {
1192
1238
  const { color, ...svgProps } = use_icon_props_default(props);
1193
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1194
- /* @__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)(
1195
1241
  "path",
1196
1242
  {
1197
1243
  fillRule: "evenodd",
@@ -1200,24 +1246,24 @@ var Plus = (props) => {
1200
1246
  fill: color
1201
1247
  }
1202
1248
  ) }),
1203
- /* @__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)" }) }) })
1204
1250
  ] });
1205
1251
  };
1206
1252
  var plus_default = Plus;
1207
1253
 
1208
1254
  // src/icons/v2/outline/plus-large.tsx
1209
- var import_jsx_runtime43 = require("react/jsx-runtime");
1255
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1210
1256
  var PlusLarge = (props) => {
1211
1257
  const { color, ...svgProps } = use_icon_props_default(props);
1212
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1213
- /* @__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)(
1214
1260
  "path",
1215
1261
  {
1216
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",
1217
1263
  fill: color
1218
1264
  }
1219
1265
  ),
1220
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1266
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1221
1267
  "path",
1222
1268
  {
1223
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",
@@ -1229,12 +1275,12 @@ var PlusLarge = (props) => {
1229
1275
  var plus_large_default = PlusLarge;
1230
1276
 
1231
1277
  // src/icons/v2/outline/privacy-policy.tsx
1232
- var import_jsx_runtime44 = require("react/jsx-runtime");
1278
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1233
1279
  var PrivacyPolicy = (props) => {
1234
1280
  const { color, ...svgProps } = use_icon_props_default(props);
1235
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1236
- /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1237
- /* @__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)(
1238
1284
  "path",
1239
1285
  {
1240
1286
  fillRule: "evenodd",
@@ -1243,7 +1289,7 @@ var PrivacyPolicy = (props) => {
1243
1289
  fill: color
1244
1290
  }
1245
1291
  ),
1246
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1292
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1247
1293
  "path",
1248
1294
  {
1249
1295
  fillRule: "evenodd",
@@ -1252,7 +1298,7 @@ var PrivacyPolicy = (props) => {
1252
1298
  fill: color
1253
1299
  }
1254
1300
  ),
1255
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1301
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1256
1302
  "path",
1257
1303
  {
1258
1304
  fillRule: "evenodd",
@@ -1261,7 +1307,7 @@ var PrivacyPolicy = (props) => {
1261
1307
  fill: color
1262
1308
  }
1263
1309
  ),
1264
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1310
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1265
1311
  "path",
1266
1312
  {
1267
1313
  fillRule: "evenodd",
@@ -1270,7 +1316,7 @@ var PrivacyPolicy = (props) => {
1270
1316
  fill: color
1271
1317
  }
1272
1318
  ),
1273
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1319
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1274
1320
  "path",
1275
1321
  {
1276
1322
  fillRule: "evenodd",
@@ -1279,7 +1325,7 @@ var PrivacyPolicy = (props) => {
1279
1325
  fill: color
1280
1326
  }
1281
1327
  ),
1282
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1328
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1283
1329
  "path",
1284
1330
  {
1285
1331
  fillRule: "evenodd",
@@ -1289,18 +1335,18 @@ var PrivacyPolicy = (props) => {
1289
1335
  }
1290
1336
  )
1291
1337
  ] }),
1292
- /* @__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)" }) }) })
1293
1339
  ] });
1294
1340
  };
1295
1341
  var privacy_policy_default = PrivacyPolicy;
1296
1342
 
1297
1343
  // src/icons/v2/outline/profile.tsx
1298
- var import_jsx_runtime45 = require("react/jsx-runtime");
1344
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1299
1345
  var Profile = (props) => {
1300
1346
  const { color, ...svgProps } = use_icon_props_default(props);
1301
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1302
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1303
- /* @__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)(
1304
1350
  "path",
1305
1351
  {
1306
1352
  fillRule: "evenodd",
@@ -1309,7 +1355,7 @@ var Profile = (props) => {
1309
1355
  fill: color
1310
1356
  }
1311
1357
  ),
1312
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1358
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1313
1359
  "path",
1314
1360
  {
1315
1361
  fillRule: "evenodd",
@@ -1319,17 +1365,17 @@ var Profile = (props) => {
1319
1365
  }
1320
1366
  )
1321
1367
  ] }),
1322
- /* @__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)" }) }) })
1323
1369
  ] });
1324
1370
  };
1325
1371
  var profile_default = Profile;
1326
1372
 
1327
1373
  // src/icons/v2/outline/qr-code.tsx
1328
- var import_jsx_runtime46 = require("react/jsx-runtime");
1374
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1329
1375
  var QRCode = (props) => {
1330
1376
  const { color, ...svgProps } = use_icon_props_default(props);
1331
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1332
- /* @__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)(
1333
1379
  "path",
1334
1380
  {
1335
1381
  fillRule: "evenodd",
@@ -1338,7 +1384,7 @@ var QRCode = (props) => {
1338
1384
  fill: color
1339
1385
  }
1340
1386
  ),
1341
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1387
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1342
1388
  "path",
1343
1389
  {
1344
1390
  fillRule: "evenodd",
@@ -1347,7 +1393,7 @@ var QRCode = (props) => {
1347
1393
  fill: color
1348
1394
  }
1349
1395
  ),
1350
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1396
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1351
1397
  "path",
1352
1398
  {
1353
1399
  fillRule: "evenodd",
@@ -1356,7 +1402,7 @@ var QRCode = (props) => {
1356
1402
  fill: color
1357
1403
  }
1358
1404
  ),
1359
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1405
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1360
1406
  "path",
1361
1407
  {
1362
1408
  fillRule: "evenodd",
@@ -1365,7 +1411,7 @@ var QRCode = (props) => {
1365
1411
  fill: color
1366
1412
  }
1367
1413
  ),
1368
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1414
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1369
1415
  "path",
1370
1416
  {
1371
1417
  fillRule: "evenodd",
@@ -1374,7 +1420,7 @@ var QRCode = (props) => {
1374
1420
  fill: color
1375
1421
  }
1376
1422
  ),
1377
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1423
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1378
1424
  "path",
1379
1425
  {
1380
1426
  fillRule: "evenodd",
@@ -1383,7 +1429,7 @@ var QRCode = (props) => {
1383
1429
  fill: color
1384
1430
  }
1385
1431
  ),
1386
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1432
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1387
1433
  "path",
1388
1434
  {
1389
1435
  fillRule: "evenodd",
@@ -1392,7 +1438,7 @@ var QRCode = (props) => {
1392
1438
  fill: color
1393
1439
  }
1394
1440
  ),
1395
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1441
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1396
1442
  "path",
1397
1443
  {
1398
1444
  fillRule: "evenodd",
@@ -1401,7 +1447,7 @@ var QRCode = (props) => {
1401
1447
  fill: color
1402
1448
  }
1403
1449
  ),
1404
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1450
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1405
1451
  "path",
1406
1452
  {
1407
1453
  fillRule: "evenodd",
@@ -1410,7 +1456,7 @@ var QRCode = (props) => {
1410
1456
  fill: color
1411
1457
  }
1412
1458
  ),
1413
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1459
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1414
1460
  "path",
1415
1461
  {
1416
1462
  fillRule: "evenodd",
@@ -1424,10 +1470,10 @@ var QRCode = (props) => {
1424
1470
  var qr_code_default = QRCode;
1425
1471
 
1426
1472
  // src/icons/v2/outline/qr-code-base.tsx
1427
- var import_jsx_runtime47 = require("react/jsx-runtime");
1473
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1428
1474
  var QRCodeBase = (props) => {
1429
1475
  const { color, ...svgProps } = use_icon_props_default(props);
1430
- 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)(
1431
1477
  "path",
1432
1478
  {
1433
1479
  fillRule: "evenodd",
@@ -1440,11 +1486,11 @@ var QRCodeBase = (props) => {
1440
1486
  var qr_code_base_default = QRCodeBase;
1441
1487
 
1442
1488
  // src/icons/v2/outline/search.tsx
1443
- var import_jsx_runtime48 = require("react/jsx-runtime");
1489
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1444
1490
  var Search = (props) => {
1445
1491
  const { color, ...svgProps } = use_icon_props_default(props);
1446
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1447
- /* @__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)(
1448
1494
  "path",
1449
1495
  {
1450
1496
  fillRule: "evenodd",
@@ -1453,7 +1499,7 @@ var Search = (props) => {
1453
1499
  fill: color
1454
1500
  }
1455
1501
  ),
1456
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1502
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1457
1503
  "path",
1458
1504
  {
1459
1505
  fillRule: "evenodd",
@@ -1467,10 +1513,10 @@ var Search = (props) => {
1467
1513
  var search_default = Search;
1468
1514
 
1469
1515
  // src/icons/v2/outline/setting.tsx
1470
- var import_jsx_runtime49 = require("react/jsx-runtime");
1516
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1471
1517
  var Setting = (props) => {
1472
1518
  const { color, ...svgProps } = use_icon_props_default(props);
1473
- 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)(
1474
1520
  "path",
1475
1521
  {
1476
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",
@@ -1481,11 +1527,11 @@ var Setting = (props) => {
1481
1527
  var setting_default = Setting;
1482
1528
 
1483
1529
  // src/icons/v2/outline/share.tsx
1484
- var import_jsx_runtime50 = require("react/jsx-runtime");
1530
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1485
1531
  var Bag2 = (props) => {
1486
1532
  const { color, ...svgProps } = use_icon_props_default(props);
1487
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1488
- /* @__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)(
1489
1535
  "path",
1490
1536
  {
1491
1537
  fillRule: "evenodd",
@@ -1494,7 +1540,7 @@ var Bag2 = (props) => {
1494
1540
  fill: color
1495
1541
  }
1496
1542
  ),
1497
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1543
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1498
1544
  "path",
1499
1545
  {
1500
1546
  fillRule: "evenodd",
@@ -1503,7 +1549,7 @@ var Bag2 = (props) => {
1503
1549
  fill: color
1504
1550
  }
1505
1551
  ),
1506
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1552
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1507
1553
  "path",
1508
1554
  {
1509
1555
  fillRule: "evenodd",
@@ -1517,11 +1563,11 @@ var Bag2 = (props) => {
1517
1563
  var share_default = Bag2;
1518
1564
 
1519
1565
  // src/icons/v2/outline/sort.tsx
1520
- var import_jsx_runtime51 = require("react/jsx-runtime");
1566
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1521
1567
  var Sort = (props) => {
1522
1568
  const { color, ...svgProps } = use_icon_props_default(props);
1523
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1524
- /* @__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)(
1525
1571
  "path",
1526
1572
  {
1527
1573
  fillRule: "evenodd",
@@ -1530,7 +1576,7 @@ var Sort = (props) => {
1530
1576
  fill: color
1531
1577
  }
1532
1578
  ),
1533
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1579
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1534
1580
  "path",
1535
1581
  {
1536
1582
  fillRule: "evenodd",
@@ -1544,25 +1590,25 @@ var Sort = (props) => {
1544
1590
  var sort_default = Sort;
1545
1591
 
1546
1592
  // src/icons/v2/outline/store-complete.tsx
1547
- var import_jsx_runtime52 = require("react/jsx-runtime");
1593
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1548
1594
  var StoreComplete = (props) => {
1549
1595
  const { color, ...svgProps } = use_icon_props_default(props);
1550
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1551
- /* @__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)(
1552
1598
  "path",
1553
1599
  {
1554
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",
1555
1601
  fill: color
1556
1602
  }
1557
1603
  ),
1558
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1604
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1559
1605
  "path",
1560
1606
  {
1561
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",
1562
1608
  fill: color
1563
1609
  }
1564
1610
  ),
1565
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1611
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1566
1612
  "path",
1567
1613
  {
1568
1614
  fillRule: "evenodd",
@@ -1576,12 +1622,12 @@ var StoreComplete = (props) => {
1576
1622
  var store_complete_default = StoreComplete;
1577
1623
 
1578
1624
  // src/icons/v2/outline/term-conditions.tsx
1579
- var import_jsx_runtime53 = require("react/jsx-runtime");
1625
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1580
1626
  var TermConditions = (props) => {
1581
1627
  const { color, ...svgProps } = use_icon_props_default(props);
1582
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1583
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
1584
- /* @__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)(
1585
1631
  "path",
1586
1632
  {
1587
1633
  fillRule: "evenodd",
@@ -1590,7 +1636,7 @@ var TermConditions = (props) => {
1590
1636
  fill: color
1591
1637
  }
1592
1638
  ),
1593
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1639
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1594
1640
  "path",
1595
1641
  {
1596
1642
  fillRule: "evenodd",
@@ -1599,7 +1645,7 @@ var TermConditions = (props) => {
1599
1645
  fill: color
1600
1646
  }
1601
1647
  ),
1602
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1648
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1603
1649
  "path",
1604
1650
  {
1605
1651
  fillRule: "evenodd",
@@ -1608,7 +1654,7 @@ var TermConditions = (props) => {
1608
1654
  fill: color
1609
1655
  }
1610
1656
  ),
1611
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1657
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1612
1658
  "path",
1613
1659
  {
1614
1660
  fillRule: "evenodd",
@@ -1617,7 +1663,7 @@ var TermConditions = (props) => {
1617
1663
  fill: color
1618
1664
  }
1619
1665
  ),
1620
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1666
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1621
1667
  "path",
1622
1668
  {
1623
1669
  fillRule: "evenodd",
@@ -1626,7 +1672,7 @@ var TermConditions = (props) => {
1626
1672
  fill: color
1627
1673
  }
1628
1674
  ),
1629
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1675
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1630
1676
  "path",
1631
1677
  {
1632
1678
  fillRule: "evenodd",
@@ -1636,18 +1682,18 @@ var TermConditions = (props) => {
1636
1682
  }
1637
1683
  )
1638
1684
  ] }),
1639
- /* @__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)" }) }) })
1640
1686
  ] });
1641
1687
  };
1642
1688
  var term_conditions_default = TermConditions;
1643
1689
 
1644
1690
  // src/icons/v2/outline/trash.tsx
1645
- var import_jsx_runtime54 = require("react/jsx-runtime");
1691
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1646
1692
  var Trash = (props) => {
1647
1693
  const { color, ...svgProps } = use_icon_props_default(props);
1648
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1649
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
1650
- /* @__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)(
1651
1697
  "path",
1652
1698
  {
1653
1699
  fillRule: "evenodd",
@@ -1656,7 +1702,7 @@ var Trash = (props) => {
1656
1702
  fill: color
1657
1703
  }
1658
1704
  ),
1659
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1705
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1660
1706
  "path",
1661
1707
  {
1662
1708
  fillRule: "evenodd",
@@ -1665,7 +1711,7 @@ var Trash = (props) => {
1665
1711
  fill: color
1666
1712
  }
1667
1713
  ),
1668
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1714
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1669
1715
  "path",
1670
1716
  {
1671
1717
  fillRule: "evenodd",
@@ -1674,7 +1720,7 @@ var Trash = (props) => {
1674
1720
  fill: color
1675
1721
  }
1676
1722
  ),
1677
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1723
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1678
1724
  "path",
1679
1725
  {
1680
1726
  fillRule: "evenodd",
@@ -1684,17 +1730,17 @@ var Trash = (props) => {
1684
1730
  }
1685
1731
  )
1686
1732
  ] }),
1687
- /* @__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)" }) }) })
1688
1734
  ] });
1689
1735
  };
1690
1736
  var trash_default = Trash;
1691
1737
 
1692
1738
  // src/icons/v2/outline/truck.tsx
1693
- var import_jsx_runtime55 = require("react/jsx-runtime");
1739
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1694
1740
  var Truck = (props) => {
1695
1741
  const { color, ...svgProps } = use_icon_props_default(props);
1696
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1697
- /* @__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)(
1698
1744
  "path",
1699
1745
  {
1700
1746
  fillRule: "evenodd",
@@ -1703,16 +1749,44 @@ var Truck = (props) => {
1703
1749
  fill: color
1704
1750
  }
1705
1751
  ) }),
1706
- /* @__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" }) }) })
1707
1753
  ] });
1708
1754
  };
1709
1755
  var truck_default = Truck;
1710
1756
 
1757
+ // src/icons/v2/solid/add-bag-solid.tsx
1758
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1759
+ var AddBagSolid = (props) => {
1760
+ const { color, ...svgProps } = use_icon_props_default(props);
1761
+ const fillColor = color || "#12784A";
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)(
1764
+ "path",
1765
+ {
1766
+ fillRule: "evenodd",
1767
+ clipRule: "evenodd",
1768
+ d: "M16.784 10.9336L16.2673 7.26693C16.1506 6.45026 15.4506 5.83359 14.6173 5.83359H13.934V5.60026C13.934 3.43359 12.184 1.68359 10.0173 1.68359C7.91729 1.68359 6.20062 3.33359 6.10062 5.41693C6.08396 5.48359 6.06729 5.55026 6.06729 5.61693V5.83359H5.41729C4.58396 5.83359 3.88396 6.45026 3.76729 7.26693L2.56729 15.6003C2.41729 16.6003 3.20062 17.5003 4.21729 17.5003H11.6673C12.3673 18.0169 13.234 18.3336 14.1673 18.3336C16.4673 18.3336 18.334 16.4669 18.334 14.1669C18.334 12.8503 17.734 11.6836 16.784 10.9336ZM7.28396 5.60026H7.33396C7.33396 4.11693 8.53396 2.93359 10.0006 2.93359C11.4673 2.93359 12.6673 4.13359 12.6673 5.60026V5.83359H7.30062L7.28396 5.60026ZM14.1673 17.2503C12.4673 17.2503 11.084 15.8669 11.084 14.1669C11.084 12.4669 12.4673 11.0836 14.1673 11.0836C15.8673 11.0836 17.2506 12.4669 17.2506 14.1669C17.2506 15.8669 15.8673 17.2503 14.1673 17.2503Z",
1769
+ fill: fillColor
1770
+ }
1771
+ ),
1772
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1773
+ "path",
1774
+ {
1775
+ fillRule: "evenodd",
1776
+ clipRule: "evenodd",
1777
+ d: "M15.7173 13.6336H14.7173V12.6336C14.7173 12.3336 14.4673 12.1003 14.184 12.1003C13.9006 12.1003 13.6506 12.3503 13.6506 12.6336V13.6336H12.6506C12.3506 13.6336 12.1173 13.8836 12.1173 14.1669C12.1173 14.4669 12.3673 14.7003 12.6506 14.7003H13.6506V15.7003C13.6506 16.0003 13.9006 16.2336 14.184 16.2336C14.4673 16.2336 14.7173 15.9836 14.7173 15.7003V14.7003H15.7173C16.0173 14.7003 16.2506 14.4503 16.2506 14.1669C16.2506 13.8669 16.0173 13.6336 15.7173 13.6336Z",
1778
+ fill: fillColor
1779
+ }
1780
+ )
1781
+ ] });
1782
+ };
1783
+ var add_bag_solid_default = AddBagSolid;
1784
+
1711
1785
  // src/icons/v2/solid/bag-solid.tsx
1712
- var import_jsx_runtime56 = require("react/jsx-runtime");
1786
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1713
1787
  var BagSolid = (props) => {
1714
1788
  const { color, ...svgProps } = use_icon_props_default(props);
1715
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime56.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)(
1716
1790
  "path",
1717
1791
  {
1718
1792
  fillRule: "evenodd",
@@ -1725,32 +1799,32 @@ var BagSolid = (props) => {
1725
1799
  var bag_solid_default = BagSolid;
1726
1800
 
1727
1801
  // src/icons/v2/solid/category-solid.tsx
1728
- var import_jsx_runtime57 = require("react/jsx-runtime");
1802
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1729
1803
  var CategorySolid = (props) => {
1730
1804
  const { color, ...svgProps } = use_icon_props_default(props);
1731
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1732
- /* @__PURE__ */ (0, import_jsx_runtime57.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)(
1733
1807
  "path",
1734
1808
  {
1735
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",
1736
1810
  fill: color
1737
1811
  }
1738
1812
  ),
1739
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1813
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1740
1814
  "path",
1741
1815
  {
1742
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",
1743
1817
  fill: color
1744
1818
  }
1745
1819
  ),
1746
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1820
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1747
1821
  "path",
1748
1822
  {
1749
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",
1750
1824
  fill: color
1751
1825
  }
1752
1826
  ),
1753
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1827
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1754
1828
  "path",
1755
1829
  {
1756
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",
@@ -1762,10 +1836,10 @@ var CategorySolid = (props) => {
1762
1836
  var category_solid_default = CategorySolid;
1763
1837
 
1764
1838
  // src/icons/v2/solid/chat-cs-solid.tsx
1765
- var import_jsx_runtime58 = require("react/jsx-runtime");
1839
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1766
1840
  var ChatCsSolid = (props) => {
1767
1841
  const { color, ...svgProps } = use_icon_props_default(props);
1768
- 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)(
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)(
1769
1843
  "path",
1770
1844
  {
1771
1845
  fillRule: "evenodd",
@@ -1778,13 +1852,13 @@ var ChatCsSolid = (props) => {
1778
1852
  var chat_cs_solid_default = ChatCsSolid;
1779
1853
 
1780
1854
  // src/icons/v2/solid/direction.tsx
1781
- var import_jsx_runtime59 = require("react/jsx-runtime");
1855
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1782
1856
  var Direction = (props) => {
1783
1857
  const { color, ...svgProps } = use_icon_props_default(props);
1784
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1785
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { clipPath: "url(#direction)", children: [
1786
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
1787
- /* @__PURE__ */ (0, import_jsx_runtime59.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)(
1788
1862
  "path",
1789
1863
  {
1790
1864
  fillRule: "evenodd",
@@ -1794,16 +1868,16 @@ var Direction = (props) => {
1794
1868
  }
1795
1869
  )
1796
1870
  ] }),
1797
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime59.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" }) }) })
1798
1872
  ] });
1799
1873
  };
1800
1874
  var direction_default = Direction;
1801
1875
 
1802
1876
  // src/icons/v2/solid/enveloped-solid.tsx
1803
- var import_jsx_runtime60 = require("react/jsx-runtime");
1877
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1804
1878
  var EnvelopedSolid = (props) => {
1805
1879
  const { color, ...svgProps } = use_icon_props_default(props);
1806
- 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)(
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)(
1807
1881
  "path",
1808
1882
  {
1809
1883
  fillRule: "evenodd",
@@ -1816,10 +1890,10 @@ var EnvelopedSolid = (props) => {
1816
1890
  var enveloped_solid_default = EnvelopedSolid;
1817
1891
 
1818
1892
  // src/icons/v2/solid/hand.tsx
1819
- var import_jsx_runtime61 = require("react/jsx-runtime");
1893
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1820
1894
  var Hand = (props) => {
1821
1895
  const { color, ...svgProps } = use_icon_props_default(props);
1822
- 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)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime61.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)(
1823
1897
  "path",
1824
1898
  {
1825
1899
  id: "Vector 650",
@@ -1831,10 +1905,10 @@ var Hand = (props) => {
1831
1905
  var hand_default = Hand;
1832
1906
 
1833
1907
  // src/icons/v2/solid/handphone-solid.tsx
1834
- var import_jsx_runtime62 = require("react/jsx-runtime");
1908
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1835
1909
  var HandphoneSolid = (props) => {
1836
1910
  const { color, ...svgProps } = use_icon_props_default(props);
1837
- 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)(
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)(
1838
1912
  "path",
1839
1913
  {
1840
1914
  fillRule: "evenodd",
@@ -1847,10 +1921,10 @@ var HandphoneSolid = (props) => {
1847
1921
  var handphone_solid_default = HandphoneSolid;
1848
1922
 
1849
1923
  // src/icons/v2/solid/heart-solid.tsx
1850
- var import_jsx_runtime63 = require("react/jsx-runtime");
1924
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1851
1925
  var HeartSolid = (props) => {
1852
1926
  const { color, ...svgProps } = use_icon_props_default(props);
1853
- 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)(
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)(
1854
1928
  "path",
1855
1929
  {
1856
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",
@@ -1861,10 +1935,10 @@ var HeartSolid = (props) => {
1861
1935
  var heart_solid_default = HeartSolid;
1862
1936
 
1863
1937
  // src/icons/v2/solid/home-solid.tsx
1864
- var import_jsx_runtime64 = require("react/jsx-runtime");
1938
+ var import_jsx_runtime66 = require("react/jsx-runtime");
1865
1939
  var HomeSolid = (props) => {
1866
1940
  const { color, ...svgProps } = use_icon_props_default(props);
1867
- 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)(
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)(
1868
1942
  "path",
1869
1943
  {
1870
1944
  fillRule: "evenodd",
@@ -1877,10 +1951,10 @@ var HomeSolid = (props) => {
1877
1951
  var home_solid_default = HomeSolid;
1878
1952
 
1879
1953
  // src/icons/v2/solid/info-solid.tsx
1880
- var import_jsx_runtime65 = require("react/jsx-runtime");
1954
+ var import_jsx_runtime67 = require("react/jsx-runtime");
1881
1955
  var InfoSolid = (props) => {
1882
1956
  const { color, ...svgProps } = use_icon_props_default(props);
1883
- 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)(
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)(
1884
1958
  "path",
1885
1959
  {
1886
1960
  fillRule: "evenodd",
@@ -1893,18 +1967,18 @@ var InfoSolid = (props) => {
1893
1967
  var info_solid_default = InfoSolid;
1894
1968
 
1895
1969
  // src/icons/v2/solid/map-marker-solid.tsx
1896
- var import_jsx_runtime66 = require("react/jsx-runtime");
1970
+ var import_jsx_runtime68 = require("react/jsx-runtime");
1897
1971
  var MapMarkerSolid = (props) => {
1898
1972
  const { color, ...svgProps } = use_icon_props_default(props);
1899
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1900
- /* @__PURE__ */ (0, import_jsx_runtime66.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)(
1901
1975
  "path",
1902
1976
  {
1903
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",
1904
1978
  fill: color
1905
1979
  }
1906
1980
  ),
1907
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1981
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1908
1982
  "path",
1909
1983
  {
1910
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",
@@ -1916,18 +1990,18 @@ var MapMarkerSolid = (props) => {
1916
1990
  var map_marker_solid_default = MapMarkerSolid;
1917
1991
 
1918
1992
  // src/icons/v2/solid/profile-solid.tsx
1919
- var import_jsx_runtime67 = require("react/jsx-runtime");
1993
+ var import_jsx_runtime69 = require("react/jsx-runtime");
1920
1994
  var ProfileSolid = (props) => {
1921
1995
  const { color, ...svgProps } = use_icon_props_default(props);
1922
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1923
- /* @__PURE__ */ (0, import_jsx_runtime67.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)(
1924
1998
  "path",
1925
1999
  {
1926
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",
1927
2001
  fill: color
1928
2002
  }
1929
2003
  ),
1930
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2004
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1931
2005
  "path",
1932
2006
  {
1933
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",
@@ -1939,10 +2013,10 @@ var ProfileSolid = (props) => {
1939
2013
  var profile_solid_default = ProfileSolid;
1940
2014
 
1941
2015
  // src/icons/v2/solid/search-solid.tsx
1942
- var import_jsx_runtime68 = require("react/jsx-runtime");
2016
+ var import_jsx_runtime70 = require("react/jsx-runtime");
1943
2017
  var SearchSolid = (props) => {
1944
2018
  const { color, ...svgProps } = use_icon_props_default(props);
1945
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.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)(
1946
2020
  "path",
1947
2021
  {
1948
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",
@@ -1953,18 +2027,18 @@ var SearchSolid = (props) => {
1953
2027
  var search_solid_default = SearchSolid;
1954
2028
 
1955
2029
  // src/icons/v2/solid/setting-solid.tsx
1956
- var import_jsx_runtime69 = require("react/jsx-runtime");
2030
+ var import_jsx_runtime71 = require("react/jsx-runtime");
1957
2031
  var SettingSolid = (props) => {
1958
2032
  const { color, ...svgProps } = use_icon_props_default(props);
1959
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1960
- /* @__PURE__ */ (0, import_jsx_runtime69.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)(
1961
2035
  "path",
1962
2036
  {
1963
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",
1964
2038
  fill: "#999999"
1965
2039
  }
1966
2040
  ),
1967
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2041
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1968
2042
  "path",
1969
2043
  {
1970
2044
  fillRule: "evenodd",
@@ -1977,12 +2051,26 @@ var SettingSolid = (props) => {
1977
2051
  };
1978
2052
  var setting_solid_default = SettingSolid;
1979
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
+
1980
2068
  // src/icons/v2/solid/trash-solid.tsx
1981
- var import_jsx_runtime70 = require("react/jsx-runtime");
2069
+ var import_jsx_runtime73 = require("react/jsx-runtime");
1982
2070
  var TrashSolid = (props) => {
1983
2071
  const { color, ...svgProps } = use_icon_props_default(props);
1984
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1985
- /* @__PURE__ */ (0, import_jsx_runtime70.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)(
1986
2074
  "path",
1987
2075
  {
1988
2076
  fillRule: "evenodd",
@@ -1991,7 +2079,7 @@ var TrashSolid = (props) => {
1991
2079
  fill: color
1992
2080
  }
1993
2081
  ),
1994
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2082
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1995
2083
  "path",
1996
2084
  {
1997
2085
  fillRule: "evenodd",
@@ -2005,11 +2093,11 @@ var TrashSolid = (props) => {
2005
2093
  var trash_solid_default = TrashSolid;
2006
2094
 
2007
2095
  // src/icons/v2/solid/trend-up.tsx
2008
- var import_jsx_runtime71 = require("react/jsx-runtime");
2096
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2009
2097
  var TrendUp = (props) => {
2010
2098
  const { color, ...svgProps } = use_icon_props_default(props);
2011
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { id: "Vector", children: [
2012
- /* @__PURE__ */ (0, import_jsx_runtime71.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)(
2013
2101
  "path",
2014
2102
  {
2015
2103
  fillRule: "evenodd",
@@ -2018,14 +2106,14 @@ var TrendUp = (props) => {
2018
2106
  fill: color
2019
2107
  }
2020
2108
  ),
2021
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2109
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2022
2110
  "path",
2023
2111
  {
2024
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",
2025
2113
  fill: color
2026
2114
  }
2027
2115
  ),
2028
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2116
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2029
2117
  "path",
2030
2118
  {
2031
2119
  fillRule: "evenodd",
@@ -2039,10 +2127,10 @@ var TrendUp = (props) => {
2039
2127
  var trend_up_default = TrendUp;
2040
2128
 
2041
2129
  // src/icons/v2/solid/voucher.tsx
2042
- var import_jsx_runtime72 = require("react/jsx-runtime");
2130
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2043
2131
  var Voucher = (props) => {
2044
2132
  const { color, ...svgProps } = use_icon_props_default(props);
2045
- 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)(
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)(
2046
2134
  "path",
2047
2135
  {
2048
2136
  fillRule: "evenodd",
@@ -2055,10 +2143,10 @@ var Voucher = (props) => {
2055
2143
  var voucher_default = Voucher;
2056
2144
 
2057
2145
  // src/icons/v2/solid/wallet.tsx
2058
- var import_jsx_runtime73 = require("react/jsx-runtime");
2146
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2059
2147
  var Wallet = (props) => {
2060
2148
  const { color, ...svgProps } = use_icon_props_default(props);
2061
- 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)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime73.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)(
2062
2150
  "path",
2063
2151
  {
2064
2152
  id: "Subtract",
@@ -2072,6 +2160,7 @@ var Wallet = (props) => {
2072
2160
  var wallet_default = Wallet;
2073
2161
  // Annotate the CommonJS export names for ESM import in node:
2074
2162
  0 && (module.exports = {
2163
+ AddBagSolid,
2075
2164
  ArrowLeft,
2076
2165
  ArrowLeftLarge,
2077
2166
  ArrowRight,
@@ -2097,6 +2186,7 @@ var wallet_default = Wallet;
2097
2186
  Close,
2098
2187
  CloseLarge,
2099
2188
  ContactBook,
2189
+ Copy,
2100
2190
  Delivered,
2101
2191
  Direction,
2102
2192
  Edit,
@@ -2138,6 +2228,7 @@ var wallet_default = Wallet;
2138
2228
  Share,
2139
2229
  Sort,
2140
2230
  StoreComplete,
2231
+ SuccessSolid,
2141
2232
  TermConditions,
2142
2233
  Trash,
2143
2234
  TrashSolid,