@ctlyst.id/icons 2.8.7 → 2.8.9
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.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +356 -311
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +354 -311
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.js
CHANGED
|
@@ -49,6 +49,7 @@ __export(v2_exports, {
|
|
|
49
49
|
ChevronRightLarge: () => chevron_right_large_default,
|
|
50
50
|
ChevronUp: () => chevron_up_default,
|
|
51
51
|
ChevronUpLarge: () => chevron_up_large_default,
|
|
52
|
+
Clock: () => clock_default,
|
|
52
53
|
Close: () => close_default,
|
|
53
54
|
CloseLarge: () => close_large_default,
|
|
54
55
|
ContactBook: () => contact_book_default,
|
|
@@ -83,6 +84,7 @@ __export(v2_exports, {
|
|
|
83
84
|
Note: () => note_default,
|
|
84
85
|
OrderHistory: () => order_history_default,
|
|
85
86
|
Otp: () => otp_default,
|
|
87
|
+
Paylater: () => paylater_default,
|
|
86
88
|
Plus: () => plus_default,
|
|
87
89
|
PlusLarge: () => plus_large_default,
|
|
88
90
|
PrivacyPolicy: () => privacy_policy_default,
|
|
@@ -650,12 +652,37 @@ var ChevronUpLarge = (props) => {
|
|
|
650
652
|
};
|
|
651
653
|
var chevron_up_large_default = ChevronUpLarge;
|
|
652
654
|
|
|
653
|
-
// src/icons/v2/outline/
|
|
655
|
+
// src/icons/v2/outline/clock.tsx
|
|
654
656
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
657
|
+
var Clock = (props) => {
|
|
658
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
659
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
|
|
660
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
661
|
+
"path",
|
|
662
|
+
{
|
|
663
|
+
d: "M12 6.24316C12.4142 6.24316 12.7499 6.57901 12.75 6.99316V12.2432H18C18.4142 12.2432 18.7499 12.579 18.75 12.9932C18.75 13.4074 18.4142 13.7432 18 13.7432H12C11.5858 13.7432 11.25 13.4074 11.25 12.9932V6.99316C11.2501 6.57901 11.5858 6.24316 12 6.24316Z",
|
|
664
|
+
fill: color
|
|
665
|
+
}
|
|
666
|
+
),
|
|
667
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
668
|
+
"path",
|
|
669
|
+
{
|
|
670
|
+
fillRule: "evenodd",
|
|
671
|
+
clipRule: "evenodd",
|
|
672
|
+
d: "M12 2.5C17.5228 2.5 22 6.97715 22 12.5C22 18.0228 17.5228 22.5 12 22.5C6.47715 22.5 2 18.0228 2 12.5C2 6.97715 6.47715 2.5 12 2.5ZM12 4C7.30558 4 3.5 7.80558 3.5 12.5C3.5 17.1944 7.30558 21 12 21C16.6944 21 20.5 17.1944 20.5 12.5C20.5 7.80558 16.6944 4 12 4Z",
|
|
673
|
+
fill: color
|
|
674
|
+
}
|
|
675
|
+
)
|
|
676
|
+
] });
|
|
677
|
+
};
|
|
678
|
+
var clock_default = Clock;
|
|
679
|
+
|
|
680
|
+
// src/icons/v2/outline/close.tsx
|
|
681
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
655
682
|
var Close = (props) => {
|
|
656
683
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
657
|
-
return /* @__PURE__ */ (0,
|
|
658
|
-
/* @__PURE__ */ (0,
|
|
684
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
685
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
659
686
|
"path",
|
|
660
687
|
{
|
|
661
688
|
fillRule: "evenodd",
|
|
@@ -664,24 +691,24 @@ var Close = (props) => {
|
|
|
664
691
|
fill: color
|
|
665
692
|
}
|
|
666
693
|
) }),
|
|
667
|
-
/* @__PURE__ */ (0,
|
|
694
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
668
695
|
] });
|
|
669
696
|
};
|
|
670
697
|
var close_default = Close;
|
|
671
698
|
|
|
672
699
|
// src/icons/v2/outline/close-large.tsx
|
|
673
|
-
var
|
|
700
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
674
701
|
var CloseLarge = (props) => {
|
|
675
702
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
676
|
-
return /* @__PURE__ */ (0,
|
|
677
|
-
/* @__PURE__ */ (0,
|
|
703
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
704
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
678
705
|
"path",
|
|
679
706
|
{
|
|
680
707
|
d: "M4.60857 4.11486C4.96004 3.76339 5.52989 3.76339 5.88136 4.11486L20.3915 18.6249C20.743 18.9764 20.743 19.5462 20.3915 19.8977C20.04 20.2492 19.4702 20.2492 19.1187 19.8977L4.60858 5.38766C4.2571 5.03618 4.2571 4.46634 4.60857 4.11486Z",
|
|
681
708
|
fill: color
|
|
682
709
|
}
|
|
683
710
|
),
|
|
684
|
-
/* @__PURE__ */ (0,
|
|
711
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
685
712
|
"path",
|
|
686
713
|
{
|
|
687
714
|
d: "M20.3914 4.1148C20.7429 4.46627 20.7429 5.03612 20.3914 5.38759L5.88138 19.8977C5.52991 20.2492 4.96006 20.2492 4.60859 19.8977C4.25711 19.5463 4.25711 18.9764 4.60858 18.6249L19.1186 4.1148C19.4701 3.76333 20.04 3.76333 20.3914 4.1148Z",
|
|
@@ -693,11 +720,11 @@ var CloseLarge = (props) => {
|
|
|
693
720
|
var close_large_default = CloseLarge;
|
|
694
721
|
|
|
695
722
|
// src/icons/v2/outline/contact-book.tsx
|
|
696
|
-
var
|
|
723
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
697
724
|
var ContactBook = (props) => {
|
|
698
725
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
699
|
-
return /* @__PURE__ */ (0,
|
|
700
|
-
/* @__PURE__ */ (0,
|
|
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)(
|
|
701
728
|
"path",
|
|
702
729
|
{
|
|
703
730
|
fillRule: "evenodd",
|
|
@@ -706,7 +733,7 @@ var ContactBook = (props) => {
|
|
|
706
733
|
fill: color
|
|
707
734
|
}
|
|
708
735
|
),
|
|
709
|
-
/* @__PURE__ */ (0,
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
710
737
|
"path",
|
|
711
738
|
{
|
|
712
739
|
fillRule: "evenodd",
|
|
@@ -715,7 +742,7 @@ var ContactBook = (props) => {
|
|
|
715
742
|
fill: color
|
|
716
743
|
}
|
|
717
744
|
),
|
|
718
|
-
/* @__PURE__ */ (0,
|
|
745
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
719
746
|
"path",
|
|
720
747
|
{
|
|
721
748
|
fillRule: "evenodd",
|
|
@@ -724,7 +751,7 @@ var ContactBook = (props) => {
|
|
|
724
751
|
fill: color
|
|
725
752
|
}
|
|
726
753
|
),
|
|
727
|
-
/* @__PURE__ */ (0,
|
|
754
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
728
755
|
"path",
|
|
729
756
|
{
|
|
730
757
|
fillRule: "evenodd",
|
|
@@ -733,7 +760,7 @@ var ContactBook = (props) => {
|
|
|
733
760
|
fill: color
|
|
734
761
|
}
|
|
735
762
|
),
|
|
736
|
-
/* @__PURE__ */ (0,
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
737
764
|
"path",
|
|
738
765
|
{
|
|
739
766
|
fillRule: "evenodd",
|
|
@@ -742,7 +769,7 @@ var ContactBook = (props) => {
|
|
|
742
769
|
fill: color
|
|
743
770
|
}
|
|
744
771
|
),
|
|
745
|
-
/* @__PURE__ */ (0,
|
|
772
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
746
773
|
"path",
|
|
747
774
|
{
|
|
748
775
|
fillRule: "evenodd",
|
|
@@ -756,18 +783,18 @@ var ContactBook = (props) => {
|
|
|
756
783
|
var contact_book_default = ContactBook;
|
|
757
784
|
|
|
758
785
|
// src/icons/v2/outline/copy.tsx
|
|
759
|
-
var
|
|
786
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
760
787
|
var Copy = (props) => {
|
|
761
788
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
762
|
-
return /* @__PURE__ */ (0,
|
|
763
|
-
/* @__PURE__ */ (0,
|
|
789
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
764
791
|
"path",
|
|
765
792
|
{
|
|
766
793
|
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",
|
|
767
794
|
fill: color
|
|
768
795
|
}
|
|
769
796
|
),
|
|
770
|
-
/* @__PURE__ */ (0,
|
|
797
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
771
798
|
"path",
|
|
772
799
|
{
|
|
773
800
|
fillRule: "evenodd",
|
|
@@ -776,7 +803,7 @@ var Copy = (props) => {
|
|
|
776
803
|
fill: color
|
|
777
804
|
}
|
|
778
805
|
),
|
|
779
|
-
/* @__PURE__ */ (0,
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
780
807
|
"path",
|
|
781
808
|
{
|
|
782
809
|
fillRule: "evenodd",
|
|
@@ -785,7 +812,7 @@ var Copy = (props) => {
|
|
|
785
812
|
fill: color
|
|
786
813
|
}
|
|
787
814
|
),
|
|
788
|
-
/* @__PURE__ */ (0,
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
789
816
|
"path",
|
|
790
817
|
{
|
|
791
818
|
fillRule: "evenodd",
|
|
@@ -799,11 +826,11 @@ var Copy = (props) => {
|
|
|
799
826
|
var copy_default = Copy;
|
|
800
827
|
|
|
801
828
|
// src/icons/v2/outline/cvv.tsx
|
|
802
|
-
var
|
|
829
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
803
830
|
var Cvv = (props) => {
|
|
804
831
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
805
|
-
return /* @__PURE__ */ (0,
|
|
806
|
-
/* @__PURE__ */ (0,
|
|
832
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
833
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
807
834
|
"path",
|
|
808
835
|
{
|
|
809
836
|
fillRule: "evenodd",
|
|
@@ -812,35 +839,35 @@ var Cvv = (props) => {
|
|
|
812
839
|
fill: color
|
|
813
840
|
}
|
|
814
841
|
),
|
|
815
|
-
/* @__PURE__ */ (0,
|
|
842
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
816
843
|
"path",
|
|
817
844
|
{
|
|
818
845
|
d: "M29 20C29 23.3137 26.3137 26 23 26C19.6863 26 17 23.3137 17 20C17 16.6863 19.6863 14 23 14C26.3137 14 29 16.6863 29 20Z",
|
|
819
846
|
fill: "white"
|
|
820
847
|
}
|
|
821
848
|
),
|
|
822
|
-
/* @__PURE__ */ (0,
|
|
849
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
823
850
|
"path",
|
|
824
851
|
{
|
|
825
852
|
d: "M22 20C22 20.5523 22.4477 21 23 21C23.5523 21 24 20.5523 24 20C24 19.4477 23.5523 19 23 19C22.4477 19 22 19.4477 22 20Z",
|
|
826
853
|
fill: color
|
|
827
854
|
}
|
|
828
855
|
),
|
|
829
|
-
/* @__PURE__ */ (0,
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
830
857
|
"path",
|
|
831
858
|
{
|
|
832
859
|
d: "M25 20C25 20.5523 25.4477 21 26 21C26.5523 21 27 20.5523 27 20C27 19.4477 26.5523 19 26 19C25.4477 19 25 19.4477 25 20Z",
|
|
833
860
|
fill: color
|
|
834
861
|
}
|
|
835
862
|
),
|
|
836
|
-
/* @__PURE__ */ (0,
|
|
863
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
837
864
|
"path",
|
|
838
865
|
{
|
|
839
866
|
d: "M19 20C19 20.5523 19.4477 21 20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19C19.4477 19 19 19.4477 19 20Z",
|
|
840
867
|
fill: color
|
|
841
868
|
}
|
|
842
869
|
),
|
|
843
|
-
/* @__PURE__ */ (0,
|
|
870
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
844
871
|
"path",
|
|
845
872
|
{
|
|
846
873
|
fillRule: "evenodd",
|
|
@@ -854,10 +881,10 @@ var Cvv = (props) => {
|
|
|
854
881
|
var cvv_default = Cvv;
|
|
855
882
|
|
|
856
883
|
// src/icons/v2/outline/delivered.tsx
|
|
857
|
-
var
|
|
884
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
858
885
|
var Delivered = (props) => {
|
|
859
886
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
860
|
-
return /* @__PURE__ */ (0,
|
|
887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
861
888
|
"path",
|
|
862
889
|
{
|
|
863
890
|
fillRule: "evenodd",
|
|
@@ -870,10 +897,10 @@ var Delivered = (props) => {
|
|
|
870
897
|
var delivered_default = Delivered;
|
|
871
898
|
|
|
872
899
|
// src/icons/v2/outline/edit.tsx
|
|
873
|
-
var
|
|
900
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
874
901
|
var Edit = (props) => {
|
|
875
902
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
876
|
-
return /* @__PURE__ */ (0,
|
|
903
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
877
904
|
"path",
|
|
878
905
|
{
|
|
879
906
|
fillRule: "evenodd",
|
|
@@ -886,10 +913,10 @@ var Edit = (props) => {
|
|
|
886
913
|
var edit_default = Edit;
|
|
887
914
|
|
|
888
915
|
// src/icons/v2/outline/enveloped.tsx
|
|
889
|
-
var
|
|
916
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
890
917
|
var Enveloped = (props) => {
|
|
891
918
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
892
|
-
return /* @__PURE__ */ (0,
|
|
919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
893
920
|
"path",
|
|
894
921
|
{
|
|
895
922
|
fillRule: "evenodd",
|
|
@@ -902,11 +929,11 @@ var Enveloped = (props) => {
|
|
|
902
929
|
var enveloped_default = Enveloped;
|
|
903
930
|
|
|
904
931
|
// src/icons/v2/outline/eye-close.tsx
|
|
905
|
-
var
|
|
932
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
906
933
|
var EyeClose = (props) => {
|
|
907
934
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
908
|
-
return /* @__PURE__ */ (0,
|
|
909
|
-
/* @__PURE__ */ (0,
|
|
935
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
936
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
910
937
|
"path",
|
|
911
938
|
{
|
|
912
939
|
fillRule: "evenodd",
|
|
@@ -915,7 +942,7 @@ var EyeClose = (props) => {
|
|
|
915
942
|
fill: color
|
|
916
943
|
}
|
|
917
944
|
),
|
|
918
|
-
/* @__PURE__ */ (0,
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
919
946
|
"path",
|
|
920
947
|
{
|
|
921
948
|
fillRule: "evenodd",
|
|
@@ -924,7 +951,7 @@ var EyeClose = (props) => {
|
|
|
924
951
|
fill: color
|
|
925
952
|
}
|
|
926
953
|
),
|
|
927
|
-
/* @__PURE__ */ (0,
|
|
954
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
928
955
|
"path",
|
|
929
956
|
{
|
|
930
957
|
fillRule: "evenodd",
|
|
@@ -938,11 +965,11 @@ var EyeClose = (props) => {
|
|
|
938
965
|
var eye_close_default = EyeClose;
|
|
939
966
|
|
|
940
967
|
// src/icons/v2/outline/eye-open.tsx
|
|
941
|
-
var
|
|
968
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
942
969
|
var EyeOpen = (props) => {
|
|
943
970
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
944
|
-
return /* @__PURE__ */ (0,
|
|
945
|
-
/* @__PURE__ */ (0,
|
|
971
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
946
973
|
"path",
|
|
947
974
|
{
|
|
948
975
|
fillRule: "evenodd",
|
|
@@ -951,7 +978,7 @@ var EyeOpen = (props) => {
|
|
|
951
978
|
fill: color
|
|
952
979
|
}
|
|
953
980
|
),
|
|
954
|
-
/* @__PURE__ */ (0,
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
955
982
|
"path",
|
|
956
983
|
{
|
|
957
984
|
fillRule: "evenodd",
|
|
@@ -965,11 +992,11 @@ var EyeOpen = (props) => {
|
|
|
965
992
|
var eye_open_default = EyeOpen;
|
|
966
993
|
|
|
967
994
|
// src/icons/v2/outline/filter.tsx
|
|
968
|
-
var
|
|
995
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
969
996
|
var Filter = (props) => {
|
|
970
997
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
971
|
-
return /* @__PURE__ */ (0,
|
|
972
|
-
/* @__PURE__ */ (0,
|
|
998
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
973
1000
|
"path",
|
|
974
1001
|
{
|
|
975
1002
|
fillRule: "evenodd",
|
|
@@ -978,7 +1005,7 @@ var Filter = (props) => {
|
|
|
978
1005
|
fill: color
|
|
979
1006
|
}
|
|
980
1007
|
),
|
|
981
|
-
/* @__PURE__ */ (0,
|
|
1008
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
982
1009
|
"path",
|
|
983
1010
|
{
|
|
984
1011
|
fillRule: "evenodd",
|
|
@@ -987,7 +1014,7 @@ var Filter = (props) => {
|
|
|
987
1014
|
fill: color
|
|
988
1015
|
}
|
|
989
1016
|
),
|
|
990
|
-
/* @__PURE__ */ (0,
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
991
1018
|
"path",
|
|
992
1019
|
{
|
|
993
1020
|
fillRule: "evenodd",
|
|
@@ -1001,10 +1028,10 @@ var Filter = (props) => {
|
|
|
1001
1028
|
var filter_default = Filter;
|
|
1002
1029
|
|
|
1003
1030
|
// src/icons/v2/outline/gps.tsx
|
|
1004
|
-
var
|
|
1031
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1005
1032
|
var Gps = (props) => {
|
|
1006
1033
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1007
|
-
return /* @__PURE__ */ (0,
|
|
1034
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1008
1035
|
"path",
|
|
1009
1036
|
{
|
|
1010
1037
|
fillRule: "evenodd",
|
|
@@ -1017,25 +1044,25 @@ var Gps = (props) => {
|
|
|
1017
1044
|
var gps_default = Gps;
|
|
1018
1045
|
|
|
1019
1046
|
// src/icons/v2/outline/handphone.tsx
|
|
1020
|
-
var
|
|
1047
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1021
1048
|
var Handphone = (props) => {
|
|
1022
1049
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1023
|
-
return /* @__PURE__ */ (0,
|
|
1024
|
-
/* @__PURE__ */ (0,
|
|
1050
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1051
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1025
1052
|
"path",
|
|
1026
1053
|
{
|
|
1027
1054
|
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",
|
|
1028
1055
|
fill: color
|
|
1029
1056
|
}
|
|
1030
1057
|
),
|
|
1031
|
-
/* @__PURE__ */ (0,
|
|
1058
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1032
1059
|
"path",
|
|
1033
1060
|
{
|
|
1034
1061
|
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",
|
|
1035
1062
|
fill: color
|
|
1036
1063
|
}
|
|
1037
1064
|
),
|
|
1038
|
-
/* @__PURE__ */ (0,
|
|
1065
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1039
1066
|
"path",
|
|
1040
1067
|
{
|
|
1041
1068
|
fillRule: "evenodd",
|
|
@@ -1049,11 +1076,11 @@ var Handphone = (props) => {
|
|
|
1049
1076
|
var handphone_default = Handphone;
|
|
1050
1077
|
|
|
1051
1078
|
// src/icons/v2/outline/heart.tsx
|
|
1052
|
-
var
|
|
1079
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1053
1080
|
var Heart = (props) => {
|
|
1054
1081
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1055
|
-
return /* @__PURE__ */ (0,
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1082
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1083
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1057
1084
|
"path",
|
|
1058
1085
|
{
|
|
1059
1086
|
fillRule: "evenodd",
|
|
@@ -1062,18 +1089,18 @@ var Heart = (props) => {
|
|
|
1062
1089
|
fill: color
|
|
1063
1090
|
}
|
|
1064
1091
|
) }),
|
|
1065
|
-
/* @__PURE__ */ (0,
|
|
1092
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1066
1093
|
] });
|
|
1067
1094
|
};
|
|
1068
1095
|
var heart_default = Heart;
|
|
1069
1096
|
|
|
1070
1097
|
// src/icons/v2/outline/home.tsx
|
|
1071
|
-
var
|
|
1098
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1072
1099
|
var Home = (props) => {
|
|
1073
1100
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1074
|
-
return /* @__PURE__ */ (0,
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1076
|
-
/* @__PURE__ */ (0,
|
|
1101
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1102
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
1103
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1077
1104
|
"path",
|
|
1078
1105
|
{
|
|
1079
1106
|
fillRule: "evenodd",
|
|
@@ -1082,7 +1109,7 @@ var Home = (props) => {
|
|
|
1082
1109
|
fill: color
|
|
1083
1110
|
}
|
|
1084
1111
|
),
|
|
1085
|
-
/* @__PURE__ */ (0,
|
|
1112
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1086
1113
|
"path",
|
|
1087
1114
|
{
|
|
1088
1115
|
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",
|
|
@@ -1090,24 +1117,24 @@ var Home = (props) => {
|
|
|
1090
1117
|
}
|
|
1091
1118
|
)
|
|
1092
1119
|
] }),
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1094
1121
|
] });
|
|
1095
1122
|
};
|
|
1096
1123
|
var home_default = Home;
|
|
1097
1124
|
|
|
1098
1125
|
// src/icons/v2/outline/info.tsx
|
|
1099
|
-
var
|
|
1126
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1100
1127
|
var Info = (props) => {
|
|
1101
1128
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1102
|
-
return /* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1129
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1130
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1104
1131
|
"path",
|
|
1105
1132
|
{
|
|
1106
1133
|
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",
|
|
1107
1134
|
fill: color
|
|
1108
1135
|
}
|
|
1109
1136
|
),
|
|
1110
|
-
/* @__PURE__ */ (0,
|
|
1137
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1111
1138
|
"path",
|
|
1112
1139
|
{
|
|
1113
1140
|
fillRule: "evenodd",
|
|
@@ -1116,7 +1143,7 @@ var Info = (props) => {
|
|
|
1116
1143
|
fill: color
|
|
1117
1144
|
}
|
|
1118
1145
|
),
|
|
1119
|
-
/* @__PURE__ */ (0,
|
|
1146
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1120
1147
|
"path",
|
|
1121
1148
|
{
|
|
1122
1149
|
fillRule: "evenodd",
|
|
@@ -1130,25 +1157,25 @@ var Info = (props) => {
|
|
|
1130
1157
|
var info_default = Info;
|
|
1131
1158
|
|
|
1132
1159
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1133
|
-
var
|
|
1160
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1134
1161
|
var KebabMenu = (props) => {
|
|
1135
1162
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1136
|
-
return /* @__PURE__ */ (0,
|
|
1137
|
-
/* @__PURE__ */ (0,
|
|
1163
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1164
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1138
1165
|
"path",
|
|
1139
1166
|
{
|
|
1140
1167
|
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",
|
|
1141
1168
|
fill: color
|
|
1142
1169
|
}
|
|
1143
1170
|
),
|
|
1144
|
-
/* @__PURE__ */ (0,
|
|
1171
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1145
1172
|
"path",
|
|
1146
1173
|
{
|
|
1147
1174
|
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",
|
|
1148
1175
|
fill: color
|
|
1149
1176
|
}
|
|
1150
1177
|
),
|
|
1151
|
-
/* @__PURE__ */ (0,
|
|
1178
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1152
1179
|
"path",
|
|
1153
1180
|
{
|
|
1154
1181
|
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",
|
|
@@ -1160,12 +1187,12 @@ var KebabMenu = (props) => {
|
|
|
1160
1187
|
var kebab_menu_default = KebabMenu;
|
|
1161
1188
|
|
|
1162
1189
|
// src/icons/v2/outline/logout.tsx
|
|
1163
|
-
var
|
|
1190
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1164
1191
|
var Logout = (props) => {
|
|
1165
1192
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1166
|
-
return /* @__PURE__ */ (0,
|
|
1167
|
-
/* @__PURE__ */ (0,
|
|
1168
|
-
/* @__PURE__ */ (0,
|
|
1193
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1194
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1195
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1169
1196
|
"path",
|
|
1170
1197
|
{
|
|
1171
1198
|
fillRule: "evenodd",
|
|
@@ -1174,7 +1201,7 @@ var Logout = (props) => {
|
|
|
1174
1201
|
fill: color
|
|
1175
1202
|
}
|
|
1176
1203
|
),
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1204
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1178
1205
|
"path",
|
|
1179
1206
|
{
|
|
1180
1207
|
fillRule: "evenodd",
|
|
@@ -1183,7 +1210,7 @@ var Logout = (props) => {
|
|
|
1183
1210
|
fill: color
|
|
1184
1211
|
}
|
|
1185
1212
|
),
|
|
1186
|
-
/* @__PURE__ */ (0,
|
|
1213
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1187
1214
|
"path",
|
|
1188
1215
|
{
|
|
1189
1216
|
fillRule: "evenodd",
|
|
@@ -1193,18 +1220,18 @@ var Logout = (props) => {
|
|
|
1193
1220
|
}
|
|
1194
1221
|
)
|
|
1195
1222
|
] }),
|
|
1196
|
-
/* @__PURE__ */ (0,
|
|
1223
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1197
1224
|
] });
|
|
1198
1225
|
};
|
|
1199
1226
|
var logout_default = Logout;
|
|
1200
1227
|
|
|
1201
1228
|
// src/icons/v2/outline/map-marker.tsx
|
|
1202
|
-
var
|
|
1229
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1203
1230
|
var MapMarker = (props) => {
|
|
1204
1231
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1205
|
-
return /* @__PURE__ */ (0,
|
|
1206
|
-
/* @__PURE__ */ (0,
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1232
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1233
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { clipPath: "url(#map-marker)", children: [
|
|
1234
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1208
1235
|
"path",
|
|
1209
1236
|
{
|
|
1210
1237
|
fillRule: "evenodd",
|
|
@@ -1213,7 +1240,7 @@ var MapMarker = (props) => {
|
|
|
1213
1240
|
fill: color
|
|
1214
1241
|
}
|
|
1215
1242
|
),
|
|
1216
|
-
/* @__PURE__ */ (0,
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1217
1244
|
"path",
|
|
1218
1245
|
{
|
|
1219
1246
|
fillRule: "evenodd",
|
|
@@ -1223,17 +1250,17 @@ var MapMarker = (props) => {
|
|
|
1223
1250
|
}
|
|
1224
1251
|
)
|
|
1225
1252
|
] }),
|
|
1226
|
-
/* @__PURE__ */ (0,
|
|
1253
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1227
1254
|
] });
|
|
1228
1255
|
};
|
|
1229
1256
|
var map_marker_default = MapMarker;
|
|
1230
1257
|
|
|
1231
1258
|
// src/icons/v2/outline/minus.tsx
|
|
1232
|
-
var
|
|
1259
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1233
1260
|
var Minus = (props) => {
|
|
1234
1261
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1235
|
-
return /* @__PURE__ */ (0,
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1262
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1263
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1237
1264
|
"path",
|
|
1238
1265
|
{
|
|
1239
1266
|
fillRule: "evenodd",
|
|
@@ -1242,16 +1269,16 @@ var Minus = (props) => {
|
|
|
1242
1269
|
fill: color
|
|
1243
1270
|
}
|
|
1244
1271
|
) }),
|
|
1245
|
-
/* @__PURE__ */ (0,
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1246
1273
|
] });
|
|
1247
1274
|
};
|
|
1248
1275
|
var minus_default = Minus;
|
|
1249
1276
|
|
|
1250
1277
|
// src/icons/v2/outline/minus-large.tsx
|
|
1251
|
-
var
|
|
1278
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1252
1279
|
var MinusLarge = (props) => {
|
|
1253
1280
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1254
|
-
return /* @__PURE__ */ (0,
|
|
1281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1255
1282
|
"path",
|
|
1256
1283
|
{
|
|
1257
1284
|
fillRule: "evenodd",
|
|
@@ -1264,10 +1291,10 @@ var MinusLarge = (props) => {
|
|
|
1264
1291
|
var minus_large_default = MinusLarge;
|
|
1265
1292
|
|
|
1266
1293
|
// src/icons/v2/outline/no-gps.tsx
|
|
1267
|
-
var
|
|
1294
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1268
1295
|
var NoGps = (props) => {
|
|
1269
1296
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1270
|
-
return /* @__PURE__ */ (0,
|
|
1297
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1271
1298
|
"path",
|
|
1272
1299
|
{
|
|
1273
1300
|
fillRule: "evenodd",
|
|
@@ -1280,11 +1307,11 @@ var NoGps = (props) => {
|
|
|
1280
1307
|
var no_gps_default = NoGps;
|
|
1281
1308
|
|
|
1282
1309
|
// src/icons/v2/outline/note.tsx
|
|
1283
|
-
var
|
|
1310
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1284
1311
|
var Note = (props) => {
|
|
1285
1312
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1286
|
-
return /* @__PURE__ */ (0,
|
|
1287
|
-
/* @__PURE__ */ (0,
|
|
1313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1314
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1288
1315
|
"path",
|
|
1289
1316
|
{
|
|
1290
1317
|
fillRule: "evenodd",
|
|
@@ -1293,7 +1320,7 @@ var Note = (props) => {
|
|
|
1293
1320
|
fill: color
|
|
1294
1321
|
}
|
|
1295
1322
|
),
|
|
1296
|
-
/* @__PURE__ */ (0,
|
|
1323
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1297
1324
|
"path",
|
|
1298
1325
|
{
|
|
1299
1326
|
fillRule: "evenodd",
|
|
@@ -1302,7 +1329,7 @@ var Note = (props) => {
|
|
|
1302
1329
|
fill: color
|
|
1303
1330
|
}
|
|
1304
1331
|
),
|
|
1305
|
-
/* @__PURE__ */ (0,
|
|
1332
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1306
1333
|
"path",
|
|
1307
1334
|
{
|
|
1308
1335
|
d: "M11.4941 2.00391C11.8125 2.00391 12.1122 2.08481 12.373 2.22754L11.5537 3.00586C11.5342 3.00449 11.514 3.00391 11.4941 3.00391H7.06738C6.81964 3.00401 6.58501 3.11406 6.42676 3.30469L3.86914 6.38574C3.74503 6.53531 3.67676 6.72361 3.67676 6.91797V12.8154C3.67701 13.2755 4.05066 13.6484 4.51074 13.6484H11.4941C11.9542 13.6484 12.3279 13.2755 12.3281 12.8154V5.08496L13.3281 4.23535V12.8154C13.3279 13.8277 12.5065 14.6484 11.4941 14.6484H4.51074C3.49838 14.6484 2.67701 13.8277 2.67676 12.8154V6.91797C2.67676 6.49036 2.82653 6.07612 3.09961 5.74707L5.65723 2.66602C6.00546 2.24648 6.52216 2.00401 7.06738 2.00391H11.4941Z",
|
|
@@ -1314,11 +1341,11 @@ var Note = (props) => {
|
|
|
1314
1341
|
var note_default = Note;
|
|
1315
1342
|
|
|
1316
1343
|
// src/icons/v2/outline/order-history.tsx
|
|
1317
|
-
var
|
|
1344
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1318
1345
|
var OrderHistory = (props) => {
|
|
1319
1346
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1320
|
-
return /* @__PURE__ */ (0,
|
|
1321
|
-
/* @__PURE__ */ (0,
|
|
1347
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1348
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1322
1349
|
"path",
|
|
1323
1350
|
{
|
|
1324
1351
|
fillRule: "evenodd",
|
|
@@ -1327,7 +1354,7 @@ var OrderHistory = (props) => {
|
|
|
1327
1354
|
fill: color
|
|
1328
1355
|
}
|
|
1329
1356
|
),
|
|
1330
|
-
/* @__PURE__ */ (0,
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1331
1358
|
"path",
|
|
1332
1359
|
{
|
|
1333
1360
|
fillRule: "evenodd",
|
|
@@ -1341,11 +1368,11 @@ var OrderHistory = (props) => {
|
|
|
1341
1368
|
var order_history_default = OrderHistory;
|
|
1342
1369
|
|
|
1343
1370
|
// src/icons/v2/outline/otp.tsx
|
|
1344
|
-
var
|
|
1371
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1345
1372
|
var Otp = (props) => {
|
|
1346
1373
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1347
|
-
return /* @__PURE__ */ (0,
|
|
1348
|
-
/* @__PURE__ */ (0,
|
|
1374
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1349
1376
|
"path",
|
|
1350
1377
|
{
|
|
1351
1378
|
fillRule: "evenodd",
|
|
@@ -1354,7 +1381,7 @@ var Otp = (props) => {
|
|
|
1354
1381
|
fill: color
|
|
1355
1382
|
}
|
|
1356
1383
|
),
|
|
1357
|
-
/* @__PURE__ */ (0,
|
|
1384
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1358
1385
|
"path",
|
|
1359
1386
|
{
|
|
1360
1387
|
fillRule: "evenodd",
|
|
@@ -1363,7 +1390,7 @@ var Otp = (props) => {
|
|
|
1363
1390
|
fill: color
|
|
1364
1391
|
}
|
|
1365
1392
|
),
|
|
1366
|
-
/* @__PURE__ */ (0,
|
|
1393
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1367
1394
|
"path",
|
|
1368
1395
|
{
|
|
1369
1396
|
fillRule: "evenodd",
|
|
@@ -1372,7 +1399,7 @@ var Otp = (props) => {
|
|
|
1372
1399
|
fill: color
|
|
1373
1400
|
}
|
|
1374
1401
|
),
|
|
1375
|
-
/* @__PURE__ */ (0,
|
|
1402
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1376
1403
|
"path",
|
|
1377
1404
|
{
|
|
1378
1405
|
fillRule: "evenodd",
|
|
@@ -1381,7 +1408,7 @@ var Otp = (props) => {
|
|
|
1381
1408
|
fill: color
|
|
1382
1409
|
}
|
|
1383
1410
|
),
|
|
1384
|
-
/* @__PURE__ */ (0,
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1385
1412
|
"path",
|
|
1386
1413
|
{
|
|
1387
1414
|
fillRule: "evenodd",
|
|
@@ -1390,7 +1417,7 @@ var Otp = (props) => {
|
|
|
1390
1417
|
fill: color
|
|
1391
1418
|
}
|
|
1392
1419
|
),
|
|
1393
|
-
/* @__PURE__ */ (0,
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1394
1421
|
"path",
|
|
1395
1422
|
{
|
|
1396
1423
|
fillRule: "evenodd",
|
|
@@ -1403,12 +1430,28 @@ var Otp = (props) => {
|
|
|
1403
1430
|
};
|
|
1404
1431
|
var otp_default = Otp;
|
|
1405
1432
|
|
|
1433
|
+
// src/icons/v2/outline/paylater.tsx
|
|
1434
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1435
|
+
var Paylater = (props) => {
|
|
1436
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1438
|
+
"path",
|
|
1439
|
+
{
|
|
1440
|
+
fillRule: "evenodd",
|
|
1441
|
+
clipRule: "evenodd",
|
|
1442
|
+
d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
|
|
1443
|
+
fill: color
|
|
1444
|
+
}
|
|
1445
|
+
) });
|
|
1446
|
+
};
|
|
1447
|
+
var paylater_default = Paylater;
|
|
1448
|
+
|
|
1406
1449
|
// src/icons/v2/outline/plus.tsx
|
|
1407
|
-
var
|
|
1450
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1408
1451
|
var Plus = (props) => {
|
|
1409
1452
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1410
|
-
return /* @__PURE__ */ (0,
|
|
1411
|
-
/* @__PURE__ */ (0,
|
|
1453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1454
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1412
1455
|
"path",
|
|
1413
1456
|
{
|
|
1414
1457
|
fillRule: "evenodd",
|
|
@@ -1417,24 +1460,24 @@ var Plus = (props) => {
|
|
|
1417
1460
|
fill: color
|
|
1418
1461
|
}
|
|
1419
1462
|
) }),
|
|
1420
|
-
/* @__PURE__ */ (0,
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1421
1464
|
] });
|
|
1422
1465
|
};
|
|
1423
1466
|
var plus_default = Plus;
|
|
1424
1467
|
|
|
1425
1468
|
// src/icons/v2/outline/plus-large.tsx
|
|
1426
|
-
var
|
|
1469
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1427
1470
|
var PlusLarge = (props) => {
|
|
1428
1471
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1429
|
-
return /* @__PURE__ */ (0,
|
|
1430
|
-
/* @__PURE__ */ (0,
|
|
1472
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1473
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1431
1474
|
"path",
|
|
1432
1475
|
{
|
|
1433
1476
|
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",
|
|
1434
1477
|
fill: color
|
|
1435
1478
|
}
|
|
1436
1479
|
),
|
|
1437
|
-
/* @__PURE__ */ (0,
|
|
1480
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1438
1481
|
"path",
|
|
1439
1482
|
{
|
|
1440
1483
|
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",
|
|
@@ -1446,12 +1489,12 @@ var PlusLarge = (props) => {
|
|
|
1446
1489
|
var plus_large_default = PlusLarge;
|
|
1447
1490
|
|
|
1448
1491
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1449
|
-
var
|
|
1492
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1450
1493
|
var PrivacyPolicy = (props) => {
|
|
1451
1494
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1452
|
-
return /* @__PURE__ */ (0,
|
|
1453
|
-
/* @__PURE__ */ (0,
|
|
1454
|
-
/* @__PURE__ */ (0,
|
|
1495
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1496
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1497
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1455
1498
|
"path",
|
|
1456
1499
|
{
|
|
1457
1500
|
fillRule: "evenodd",
|
|
@@ -1460,7 +1503,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1460
1503
|
fill: color
|
|
1461
1504
|
}
|
|
1462
1505
|
),
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1506
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1464
1507
|
"path",
|
|
1465
1508
|
{
|
|
1466
1509
|
fillRule: "evenodd",
|
|
@@ -1469,7 +1512,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1469
1512
|
fill: color
|
|
1470
1513
|
}
|
|
1471
1514
|
),
|
|
1472
|
-
/* @__PURE__ */ (0,
|
|
1515
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1473
1516
|
"path",
|
|
1474
1517
|
{
|
|
1475
1518
|
fillRule: "evenodd",
|
|
@@ -1478,7 +1521,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1478
1521
|
fill: color
|
|
1479
1522
|
}
|
|
1480
1523
|
),
|
|
1481
|
-
/* @__PURE__ */ (0,
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1482
1525
|
"path",
|
|
1483
1526
|
{
|
|
1484
1527
|
fillRule: "evenodd",
|
|
@@ -1487,7 +1530,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1487
1530
|
fill: color
|
|
1488
1531
|
}
|
|
1489
1532
|
),
|
|
1490
|
-
/* @__PURE__ */ (0,
|
|
1533
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1491
1534
|
"path",
|
|
1492
1535
|
{
|
|
1493
1536
|
fillRule: "evenodd",
|
|
@@ -1496,7 +1539,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1496
1539
|
fill: color
|
|
1497
1540
|
}
|
|
1498
1541
|
),
|
|
1499
|
-
/* @__PURE__ */ (0,
|
|
1542
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1500
1543
|
"path",
|
|
1501
1544
|
{
|
|
1502
1545
|
fillRule: "evenodd",
|
|
@@ -1506,18 +1549,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1506
1549
|
}
|
|
1507
1550
|
)
|
|
1508
1551
|
] }),
|
|
1509
|
-
/* @__PURE__ */ (0,
|
|
1552
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1510
1553
|
] });
|
|
1511
1554
|
};
|
|
1512
1555
|
var privacy_policy_default = PrivacyPolicy;
|
|
1513
1556
|
|
|
1514
1557
|
// src/icons/v2/outline/profile.tsx
|
|
1515
|
-
var
|
|
1558
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1516
1559
|
var Profile = (props) => {
|
|
1517
1560
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1518
|
-
return /* @__PURE__ */ (0,
|
|
1519
|
-
/* @__PURE__ */ (0,
|
|
1520
|
-
/* @__PURE__ */ (0,
|
|
1561
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1562
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1521
1564
|
"path",
|
|
1522
1565
|
{
|
|
1523
1566
|
fillRule: "evenodd",
|
|
@@ -1526,7 +1569,7 @@ var Profile = (props) => {
|
|
|
1526
1569
|
fill: color
|
|
1527
1570
|
}
|
|
1528
1571
|
),
|
|
1529
|
-
/* @__PURE__ */ (0,
|
|
1572
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1530
1573
|
"path",
|
|
1531
1574
|
{
|
|
1532
1575
|
fillRule: "evenodd",
|
|
@@ -1536,17 +1579,17 @@ var Profile = (props) => {
|
|
|
1536
1579
|
}
|
|
1537
1580
|
)
|
|
1538
1581
|
] }),
|
|
1539
|
-
/* @__PURE__ */ (0,
|
|
1582
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1540
1583
|
] });
|
|
1541
1584
|
};
|
|
1542
1585
|
var profile_default = Profile;
|
|
1543
1586
|
|
|
1544
1587
|
// src/icons/v2/outline/qr-code.tsx
|
|
1545
|
-
var
|
|
1588
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1546
1589
|
var QRCode = (props) => {
|
|
1547
1590
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1548
|
-
return /* @__PURE__ */ (0,
|
|
1549
|
-
/* @__PURE__ */ (0,
|
|
1591
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1592
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1550
1593
|
"path",
|
|
1551
1594
|
{
|
|
1552
1595
|
fillRule: "evenodd",
|
|
@@ -1555,7 +1598,7 @@ var QRCode = (props) => {
|
|
|
1555
1598
|
fill: color
|
|
1556
1599
|
}
|
|
1557
1600
|
),
|
|
1558
|
-
/* @__PURE__ */ (0,
|
|
1601
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1559
1602
|
"path",
|
|
1560
1603
|
{
|
|
1561
1604
|
fillRule: "evenodd",
|
|
@@ -1564,7 +1607,7 @@ var QRCode = (props) => {
|
|
|
1564
1607
|
fill: color
|
|
1565
1608
|
}
|
|
1566
1609
|
),
|
|
1567
|
-
/* @__PURE__ */ (0,
|
|
1610
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1568
1611
|
"path",
|
|
1569
1612
|
{
|
|
1570
1613
|
fillRule: "evenodd",
|
|
@@ -1573,7 +1616,7 @@ var QRCode = (props) => {
|
|
|
1573
1616
|
fill: color
|
|
1574
1617
|
}
|
|
1575
1618
|
),
|
|
1576
|
-
/* @__PURE__ */ (0,
|
|
1619
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1577
1620
|
"path",
|
|
1578
1621
|
{
|
|
1579
1622
|
fillRule: "evenodd",
|
|
@@ -1582,7 +1625,7 @@ var QRCode = (props) => {
|
|
|
1582
1625
|
fill: color
|
|
1583
1626
|
}
|
|
1584
1627
|
),
|
|
1585
|
-
/* @__PURE__ */ (0,
|
|
1628
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1586
1629
|
"path",
|
|
1587
1630
|
{
|
|
1588
1631
|
fillRule: "evenodd",
|
|
@@ -1591,7 +1634,7 @@ var QRCode = (props) => {
|
|
|
1591
1634
|
fill: color
|
|
1592
1635
|
}
|
|
1593
1636
|
),
|
|
1594
|
-
/* @__PURE__ */ (0,
|
|
1637
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1595
1638
|
"path",
|
|
1596
1639
|
{
|
|
1597
1640
|
fillRule: "evenodd",
|
|
@@ -1600,7 +1643,7 @@ var QRCode = (props) => {
|
|
|
1600
1643
|
fill: color
|
|
1601
1644
|
}
|
|
1602
1645
|
),
|
|
1603
|
-
/* @__PURE__ */ (0,
|
|
1646
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1604
1647
|
"path",
|
|
1605
1648
|
{
|
|
1606
1649
|
fillRule: "evenodd",
|
|
@@ -1609,7 +1652,7 @@ var QRCode = (props) => {
|
|
|
1609
1652
|
fill: color
|
|
1610
1653
|
}
|
|
1611
1654
|
),
|
|
1612
|
-
/* @__PURE__ */ (0,
|
|
1655
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1613
1656
|
"path",
|
|
1614
1657
|
{
|
|
1615
1658
|
fillRule: "evenodd",
|
|
@@ -1618,7 +1661,7 @@ var QRCode = (props) => {
|
|
|
1618
1661
|
fill: color
|
|
1619
1662
|
}
|
|
1620
1663
|
),
|
|
1621
|
-
/* @__PURE__ */ (0,
|
|
1664
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1622
1665
|
"path",
|
|
1623
1666
|
{
|
|
1624
1667
|
fillRule: "evenodd",
|
|
@@ -1627,7 +1670,7 @@ var QRCode = (props) => {
|
|
|
1627
1670
|
fill: color
|
|
1628
1671
|
}
|
|
1629
1672
|
),
|
|
1630
|
-
/* @__PURE__ */ (0,
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1631
1674
|
"path",
|
|
1632
1675
|
{
|
|
1633
1676
|
fillRule: "evenodd",
|
|
@@ -1641,10 +1684,10 @@ var QRCode = (props) => {
|
|
|
1641
1684
|
var qr_code_default = QRCode;
|
|
1642
1685
|
|
|
1643
1686
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1644
|
-
var
|
|
1687
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1645
1688
|
var QRCodeBase = (props) => {
|
|
1646
1689
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1647
|
-
return /* @__PURE__ */ (0,
|
|
1690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1648
1691
|
"path",
|
|
1649
1692
|
{
|
|
1650
1693
|
fillRule: "evenodd",
|
|
@@ -1657,11 +1700,11 @@ var QRCodeBase = (props) => {
|
|
|
1657
1700
|
var qr_code_base_default = QRCodeBase;
|
|
1658
1701
|
|
|
1659
1702
|
// src/icons/v2/outline/search.tsx
|
|
1660
|
-
var
|
|
1703
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1661
1704
|
var Search = (props) => {
|
|
1662
1705
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1663
|
-
return /* @__PURE__ */ (0,
|
|
1664
|
-
/* @__PURE__ */ (0,
|
|
1706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1707
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1665
1708
|
"path",
|
|
1666
1709
|
{
|
|
1667
1710
|
fillRule: "evenodd",
|
|
@@ -1670,7 +1713,7 @@ var Search = (props) => {
|
|
|
1670
1713
|
fill: color
|
|
1671
1714
|
}
|
|
1672
1715
|
),
|
|
1673
|
-
/* @__PURE__ */ (0,
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1674
1717
|
"path",
|
|
1675
1718
|
{
|
|
1676
1719
|
fillRule: "evenodd",
|
|
@@ -1684,10 +1727,10 @@ var Search = (props) => {
|
|
|
1684
1727
|
var search_default = Search;
|
|
1685
1728
|
|
|
1686
1729
|
// src/icons/v2/outline/setting.tsx
|
|
1687
|
-
var
|
|
1730
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1688
1731
|
var Setting = (props) => {
|
|
1689
1732
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1690
|
-
return /* @__PURE__ */ (0,
|
|
1733
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1691
1734
|
"path",
|
|
1692
1735
|
{
|
|
1693
1736
|
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",
|
|
@@ -1698,11 +1741,11 @@ var Setting = (props) => {
|
|
|
1698
1741
|
var setting_default = Setting;
|
|
1699
1742
|
|
|
1700
1743
|
// src/icons/v2/outline/share.tsx
|
|
1701
|
-
var
|
|
1744
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1702
1745
|
var Bag2 = (props) => {
|
|
1703
1746
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1704
|
-
return /* @__PURE__ */ (0,
|
|
1705
|
-
/* @__PURE__ */ (0,
|
|
1747
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1706
1749
|
"path",
|
|
1707
1750
|
{
|
|
1708
1751
|
fillRule: "evenodd",
|
|
@@ -1711,7 +1754,7 @@ var Bag2 = (props) => {
|
|
|
1711
1754
|
fill: color
|
|
1712
1755
|
}
|
|
1713
1756
|
),
|
|
1714
|
-
/* @__PURE__ */ (0,
|
|
1757
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1715
1758
|
"path",
|
|
1716
1759
|
{
|
|
1717
1760
|
fillRule: "evenodd",
|
|
@@ -1720,7 +1763,7 @@ var Bag2 = (props) => {
|
|
|
1720
1763
|
fill: color
|
|
1721
1764
|
}
|
|
1722
1765
|
),
|
|
1723
|
-
/* @__PURE__ */ (0,
|
|
1766
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1724
1767
|
"path",
|
|
1725
1768
|
{
|
|
1726
1769
|
fillRule: "evenodd",
|
|
@@ -1734,11 +1777,11 @@ var Bag2 = (props) => {
|
|
|
1734
1777
|
var share_default = Bag2;
|
|
1735
1778
|
|
|
1736
1779
|
// src/icons/v2/outline/sort.tsx
|
|
1737
|
-
var
|
|
1780
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1738
1781
|
var Sort = (props) => {
|
|
1739
1782
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1740
|
-
return /* @__PURE__ */ (0,
|
|
1741
|
-
/* @__PURE__ */ (0,
|
|
1783
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1784
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1742
1785
|
"path",
|
|
1743
1786
|
{
|
|
1744
1787
|
fillRule: "evenodd",
|
|
@@ -1747,7 +1790,7 @@ var Sort = (props) => {
|
|
|
1747
1790
|
fill: color
|
|
1748
1791
|
}
|
|
1749
1792
|
),
|
|
1750
|
-
/* @__PURE__ */ (0,
|
|
1793
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1751
1794
|
"path",
|
|
1752
1795
|
{
|
|
1753
1796
|
fillRule: "evenodd",
|
|
@@ -1761,25 +1804,25 @@ var Sort = (props) => {
|
|
|
1761
1804
|
var sort_default = Sort;
|
|
1762
1805
|
|
|
1763
1806
|
// src/icons/v2/outline/store-complete.tsx
|
|
1764
|
-
var
|
|
1807
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1765
1808
|
var StoreComplete = (props) => {
|
|
1766
1809
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1767
|
-
return /* @__PURE__ */ (0,
|
|
1768
|
-
/* @__PURE__ */ (0,
|
|
1810
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1811
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1769
1812
|
"path",
|
|
1770
1813
|
{
|
|
1771
1814
|
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",
|
|
1772
1815
|
fill: color
|
|
1773
1816
|
}
|
|
1774
1817
|
),
|
|
1775
|
-
/* @__PURE__ */ (0,
|
|
1818
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1776
1819
|
"path",
|
|
1777
1820
|
{
|
|
1778
1821
|
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",
|
|
1779
1822
|
fill: color
|
|
1780
1823
|
}
|
|
1781
1824
|
),
|
|
1782
|
-
/* @__PURE__ */ (0,
|
|
1825
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1783
1826
|
"path",
|
|
1784
1827
|
{
|
|
1785
1828
|
fillRule: "evenodd",
|
|
@@ -1793,12 +1836,12 @@ var StoreComplete = (props) => {
|
|
|
1793
1836
|
var store_complete_default = StoreComplete;
|
|
1794
1837
|
|
|
1795
1838
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1796
|
-
var
|
|
1839
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1797
1840
|
var TermConditions = (props) => {
|
|
1798
1841
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1799
|
-
return /* @__PURE__ */ (0,
|
|
1800
|
-
/* @__PURE__ */ (0,
|
|
1801
|
-
/* @__PURE__ */ (0,
|
|
1842
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1843
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1844
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1802
1845
|
"path",
|
|
1803
1846
|
{
|
|
1804
1847
|
fillRule: "evenodd",
|
|
@@ -1807,7 +1850,7 @@ var TermConditions = (props) => {
|
|
|
1807
1850
|
fill: color
|
|
1808
1851
|
}
|
|
1809
1852
|
),
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
1853
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1811
1854
|
"path",
|
|
1812
1855
|
{
|
|
1813
1856
|
fillRule: "evenodd",
|
|
@@ -1816,7 +1859,7 @@ var TermConditions = (props) => {
|
|
|
1816
1859
|
fill: color
|
|
1817
1860
|
}
|
|
1818
1861
|
),
|
|
1819
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1820
1863
|
"path",
|
|
1821
1864
|
{
|
|
1822
1865
|
fillRule: "evenodd",
|
|
@@ -1825,7 +1868,7 @@ var TermConditions = (props) => {
|
|
|
1825
1868
|
fill: color
|
|
1826
1869
|
}
|
|
1827
1870
|
),
|
|
1828
|
-
/* @__PURE__ */ (0,
|
|
1871
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1829
1872
|
"path",
|
|
1830
1873
|
{
|
|
1831
1874
|
fillRule: "evenodd",
|
|
@@ -1834,7 +1877,7 @@ var TermConditions = (props) => {
|
|
|
1834
1877
|
fill: color
|
|
1835
1878
|
}
|
|
1836
1879
|
),
|
|
1837
|
-
/* @__PURE__ */ (0,
|
|
1880
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1838
1881
|
"path",
|
|
1839
1882
|
{
|
|
1840
1883
|
fillRule: "evenodd",
|
|
@@ -1843,7 +1886,7 @@ var TermConditions = (props) => {
|
|
|
1843
1886
|
fill: color
|
|
1844
1887
|
}
|
|
1845
1888
|
),
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1847
1890
|
"path",
|
|
1848
1891
|
{
|
|
1849
1892
|
fillRule: "evenodd",
|
|
@@ -1853,18 +1896,18 @@ var TermConditions = (props) => {
|
|
|
1853
1896
|
}
|
|
1854
1897
|
)
|
|
1855
1898
|
] }),
|
|
1856
|
-
/* @__PURE__ */ (0,
|
|
1899
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1857
1900
|
] });
|
|
1858
1901
|
};
|
|
1859
1902
|
var term_conditions_default = TermConditions;
|
|
1860
1903
|
|
|
1861
1904
|
// src/icons/v2/outline/trash.tsx
|
|
1862
|
-
var
|
|
1905
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1863
1906
|
var Trash = (props) => {
|
|
1864
1907
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1865
|
-
return /* @__PURE__ */ (0,
|
|
1866
|
-
/* @__PURE__ */ (0,
|
|
1867
|
-
/* @__PURE__ */ (0,
|
|
1908
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1910
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1868
1911
|
"path",
|
|
1869
1912
|
{
|
|
1870
1913
|
fillRule: "evenodd",
|
|
@@ -1873,7 +1916,7 @@ var Trash = (props) => {
|
|
|
1873
1916
|
fill: color
|
|
1874
1917
|
}
|
|
1875
1918
|
),
|
|
1876
|
-
/* @__PURE__ */ (0,
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1877
1920
|
"path",
|
|
1878
1921
|
{
|
|
1879
1922
|
fillRule: "evenodd",
|
|
@@ -1882,7 +1925,7 @@ var Trash = (props) => {
|
|
|
1882
1925
|
fill: color
|
|
1883
1926
|
}
|
|
1884
1927
|
),
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1928
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1886
1929
|
"path",
|
|
1887
1930
|
{
|
|
1888
1931
|
fillRule: "evenodd",
|
|
@@ -1891,7 +1934,7 @@ var Trash = (props) => {
|
|
|
1891
1934
|
fill: color
|
|
1892
1935
|
}
|
|
1893
1936
|
),
|
|
1894
|
-
/* @__PURE__ */ (0,
|
|
1937
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1895
1938
|
"path",
|
|
1896
1939
|
{
|
|
1897
1940
|
fillRule: "evenodd",
|
|
@@ -1901,17 +1944,17 @@ var Trash = (props) => {
|
|
|
1901
1944
|
}
|
|
1902
1945
|
)
|
|
1903
1946
|
] }),
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1905
1948
|
] });
|
|
1906
1949
|
};
|
|
1907
1950
|
var trash_default = Trash;
|
|
1908
1951
|
|
|
1909
1952
|
// src/icons/v2/outline/truck.tsx
|
|
1910
|
-
var
|
|
1953
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1911
1954
|
var Truck = (props) => {
|
|
1912
1955
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1913
|
-
return /* @__PURE__ */ (0,
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
1956
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1957
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1915
1958
|
"path",
|
|
1916
1959
|
{
|
|
1917
1960
|
fillRule: "evenodd",
|
|
@@ -1920,38 +1963,38 @@ var Truck = (props) => {
|
|
|
1920
1963
|
fill: color
|
|
1921
1964
|
}
|
|
1922
1965
|
) }),
|
|
1923
|
-
/* @__PURE__ */ (0,
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1924
1967
|
] });
|
|
1925
1968
|
};
|
|
1926
1969
|
var truck_default = Truck;
|
|
1927
1970
|
|
|
1928
1971
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1929
|
-
var
|
|
1972
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1930
1973
|
var TruckDiscount = (props) => {
|
|
1931
1974
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1932
|
-
return /* @__PURE__ */ (0,
|
|
1933
|
-
/* @__PURE__ */ (0,
|
|
1975
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1934
1977
|
"path",
|
|
1935
1978
|
{
|
|
1936
1979
|
d: "M7.53159 6.71973C7.66828 6.5832 7.89007 6.58309 8.0267 6.71973C8.16285 6.85631 8.16286 7.07729 8.0267 7.21387L5.39584 9.84473L5.34116 9.88965C5.20548 9.9791 5.02126 9.96389 4.9017 9.84473C4.76502 9.70804 4.76502 9.48629 4.9017 9.34961L7.53159 6.71973Z",
|
|
1937
1980
|
fill: color
|
|
1938
1981
|
}
|
|
1939
1982
|
),
|
|
1940
|
-
/* @__PURE__ */ (0,
|
|
1983
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1941
1984
|
"path",
|
|
1942
1985
|
{
|
|
1943
1986
|
d: "M7.39194 8.75977C7.66062 8.75993 7.87903 8.97742 7.87924 9.24609C7.87924 9.51495 7.66075 9.73323 7.39194 9.7334C7.12311 9.73326 6.90561 9.51496 6.90561 9.24609C6.90582 8.97741 7.12323 8.75991 7.39194 8.75977Z",
|
|
1944
1987
|
fill: color
|
|
1945
1988
|
}
|
|
1946
1989
|
),
|
|
1947
|
-
/* @__PURE__ */ (0,
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1948
1991
|
"path",
|
|
1949
1992
|
{
|
|
1950
1993
|
d: "M5.47592 6.86719C5.74453 6.86748 5.96308 7.08487 5.96323 7.35352C5.96323 7.62229 5.74462 7.84052 5.47592 7.84082C5.20709 7.84068 4.98959 7.62238 4.98959 7.35352C4.98974 7.08477 5.20718 6.86733 5.47592 6.86719Z",
|
|
1951
1994
|
fill: color
|
|
1952
1995
|
}
|
|
1953
1996
|
),
|
|
1954
|
-
/* @__PURE__ */ (0,
|
|
1997
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1955
1998
|
"path",
|
|
1956
1999
|
{
|
|
1957
2000
|
fillRule: "evenodd",
|
|
@@ -1965,12 +2008,12 @@ var TruckDiscount = (props) => {
|
|
|
1965
2008
|
var truck_discount_default = TruckDiscount;
|
|
1966
2009
|
|
|
1967
2010
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1968
|
-
var
|
|
2011
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1969
2012
|
var VirtualWallet = (props) => {
|
|
1970
2013
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1971
|
-
return /* @__PURE__ */ (0,
|
|
1972
|
-
/* @__PURE__ */ (0,
|
|
1973
|
-
/* @__PURE__ */ (0,
|
|
2014
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2015
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1974
2017
|
"path",
|
|
1975
2018
|
{
|
|
1976
2019
|
fillRule: "evenodd",
|
|
@@ -1979,7 +2022,7 @@ var VirtualWallet = (props) => {
|
|
|
1979
2022
|
fill: color
|
|
1980
2023
|
}
|
|
1981
2024
|
),
|
|
1982
|
-
/* @__PURE__ */ (0,
|
|
2025
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1983
2026
|
"path",
|
|
1984
2027
|
{
|
|
1985
2028
|
fillRule: "evenodd",
|
|
@@ -1988,7 +2031,7 @@ var VirtualWallet = (props) => {
|
|
|
1988
2031
|
fill: color
|
|
1989
2032
|
}
|
|
1990
2033
|
),
|
|
1991
|
-
/* @__PURE__ */ (0,
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1992
2035
|
"path",
|
|
1993
2036
|
{
|
|
1994
2037
|
fillRule: "evenodd",
|
|
@@ -1997,14 +2040,14 @@ var VirtualWallet = (props) => {
|
|
|
1997
2040
|
fill: color
|
|
1998
2041
|
}
|
|
1999
2042
|
),
|
|
2000
|
-
/* @__PURE__ */ (0,
|
|
2043
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2001
2044
|
"path",
|
|
2002
2045
|
{
|
|
2003
2046
|
d: "M18 14.5039C18 15.3323 17.3284 16.0039 16.5 16.0039C15.6716 16.0039 15 15.3323 15 14.5039C15 13.6755 15.6716 13.0039 16.5 13.0039C17.3284 13.0039 18 13.6755 18 14.5039Z",
|
|
2004
2047
|
fill: color
|
|
2005
2048
|
}
|
|
2006
2049
|
),
|
|
2007
|
-
/* @__PURE__ */ (0,
|
|
2050
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2008
2051
|
"path",
|
|
2009
2052
|
{
|
|
2010
2053
|
fillRule: "evenodd",
|
|
@@ -2013,7 +2056,7 @@ var VirtualWallet = (props) => {
|
|
|
2013
2056
|
fill: color
|
|
2014
2057
|
}
|
|
2015
2058
|
),
|
|
2016
|
-
/* @__PURE__ */ (0,
|
|
2059
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2017
2060
|
"path",
|
|
2018
2061
|
{
|
|
2019
2062
|
fillRule: "evenodd",
|
|
@@ -2023,17 +2066,17 @@ var VirtualWallet = (props) => {
|
|
|
2023
2066
|
}
|
|
2024
2067
|
)
|
|
2025
2068
|
] }),
|
|
2026
|
-
/* @__PURE__ */ (0,
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2027
2070
|
] });
|
|
2028
2071
|
};
|
|
2029
2072
|
var virtual_wallet_default = VirtualWallet;
|
|
2030
2073
|
|
|
2031
2074
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
2032
|
-
var
|
|
2075
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
2033
2076
|
var VoucherApplied = (props) => {
|
|
2034
2077
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2035
|
-
return /* @__PURE__ */ (0,
|
|
2036
|
-
/* @__PURE__ */ (0,
|
|
2078
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2079
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2037
2080
|
"path",
|
|
2038
2081
|
{
|
|
2039
2082
|
fillRule: "evenodd",
|
|
@@ -2042,7 +2085,7 @@ var VoucherApplied = (props) => {
|
|
|
2042
2085
|
fill: color
|
|
2043
2086
|
}
|
|
2044
2087
|
),
|
|
2045
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2046
2089
|
"path",
|
|
2047
2090
|
{
|
|
2048
2091
|
fillRule: "evenodd",
|
|
@@ -2051,7 +2094,7 @@ var VoucherApplied = (props) => {
|
|
|
2051
2094
|
fill: color
|
|
2052
2095
|
}
|
|
2053
2096
|
),
|
|
2054
|
-
/* @__PURE__ */ (0,
|
|
2097
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2055
2098
|
"path",
|
|
2056
2099
|
{
|
|
2057
2100
|
fillRule: "evenodd",
|
|
@@ -2060,7 +2103,7 @@ var VoucherApplied = (props) => {
|
|
|
2060
2103
|
fill: color
|
|
2061
2104
|
}
|
|
2062
2105
|
),
|
|
2063
|
-
/* @__PURE__ */ (0,
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2064
2107
|
"path",
|
|
2065
2108
|
{
|
|
2066
2109
|
fillRule: "evenodd",
|
|
@@ -2074,25 +2117,25 @@ var VoucherApplied = (props) => {
|
|
|
2074
2117
|
var voucher_applied_default = VoucherApplied;
|
|
2075
2118
|
|
|
2076
2119
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
2077
|
-
var
|
|
2120
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
2078
2121
|
var VoucherOutline = (props) => {
|
|
2079
2122
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2080
|
-
return /* @__PURE__ */ (0,
|
|
2081
|
-
/* @__PURE__ */ (0,
|
|
2123
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2082
2125
|
"path",
|
|
2083
2126
|
{
|
|
2084
2127
|
d: "M10 12.541C10.359 12.541 10.6504 12.8324 10.6504 13.1914V15.5762C10.6502 15.935 10.3589 16.2256 10 16.2256C9.6411 16.2256 9.34975 15.935 9.34961 15.5762V13.1914C9.34961 12.8324 9.64102 12.541 10 12.541Z",
|
|
2085
2128
|
fill: color
|
|
2086
2129
|
}
|
|
2087
2130
|
),
|
|
2088
|
-
/* @__PURE__ */ (0,
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2089
2132
|
"path",
|
|
2090
2133
|
{
|
|
2091
2134
|
d: "M10 7.77246C10.3589 7.77247 10.6503 8.06301 10.6504 8.42188V10.8066C10.6504 11.1656 10.359 11.457 10 11.457C9.64102 11.457 9.34961 11.1656 9.34961 10.8066V8.42188C9.34974 8.063 9.64109 7.77246 10 7.77246Z",
|
|
2092
2135
|
fill: color
|
|
2093
2136
|
}
|
|
2094
2137
|
),
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2138
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2096
2139
|
"path",
|
|
2097
2140
|
{
|
|
2098
2141
|
fillRule: "evenodd",
|
|
@@ -2106,12 +2149,12 @@ var VoucherOutline = (props) => {
|
|
|
2106
2149
|
var voucher_outline_default = VoucherOutline;
|
|
2107
2150
|
|
|
2108
2151
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2109
|
-
var
|
|
2152
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
2110
2153
|
var AddBagSolid = (props) => {
|
|
2111
2154
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2112
2155
|
const fillColor = color || "#12784A";
|
|
2113
|
-
return /* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2156
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2115
2158
|
"path",
|
|
2116
2159
|
{
|
|
2117
2160
|
fillRule: "evenodd",
|
|
@@ -2120,7 +2163,7 @@ var AddBagSolid = (props) => {
|
|
|
2120
2163
|
fill: fillColor
|
|
2121
2164
|
}
|
|
2122
2165
|
),
|
|
2123
|
-
/* @__PURE__ */ (0,
|
|
2166
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2124
2167
|
"path",
|
|
2125
2168
|
{
|
|
2126
2169
|
fillRule: "evenodd",
|
|
@@ -2134,10 +2177,10 @@ var AddBagSolid = (props) => {
|
|
|
2134
2177
|
var add_bag_solid_default = AddBagSolid;
|
|
2135
2178
|
|
|
2136
2179
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2137
|
-
var
|
|
2180
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
2138
2181
|
var ArrowDownCircleSolid = (props) => {
|
|
2139
2182
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2140
|
-
return /* @__PURE__ */ (0,
|
|
2183
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2141
2184
|
"path",
|
|
2142
2185
|
{
|
|
2143
2186
|
d: "M11 6C11 4.54131 10.4205 3.14237 9.38909 2.11091C8.35764 1.07946 6.95869 0.500001 5.5 0.500001C4.04131 0.500001 2.64236 1.07946 1.61091 2.11092C0.579463 3.14237 0 4.54131 0 6C0 7.45869 0.579463 8.85764 1.61091 9.88909C2.64236 10.9205 4.04131 11.5 5.5 11.5C6.95869 11.5 8.35764 10.9205 9.38909 9.88909C10.4205 8.85764 11 7.45869 11 6ZM5.071 8.87956L5.06733 8.87589L2.62289 6.43145C2.5083 6.3167 2.44399 6.16112 2.4441 5.99896C2.44422 5.83679 2.50875 5.68131 2.6235 5.56672C2.73825 5.45213 2.89382 5.38782 3.05599 5.38794C3.21815 5.38805 3.37363 5.45258 3.48822 5.56733L4.88889 6.96922L4.88889 3.55556C4.88889 3.39348 4.95327 3.23804 5.06788 3.12344C5.18248 3.00883 5.33792 2.94445 5.5 2.94445C5.66208 2.94445 5.81751 3.00883 5.93212 3.12344C6.04673 3.23804 6.11111 3.39348 6.11111 3.55556L6.11111 6.96922L7.51178 5.56733C7.62653 5.45258 7.78216 5.38812 7.94444 5.38812C8.10672 5.38812 8.26236 5.45258 8.37711 5.56733C8.49186 5.68208 8.55633 5.83772 8.55633 6C8.55633 6.16228 8.49186 6.31792 8.37711 6.43267L5.93267 8.87711C5.81874 8.99076 5.66458 9.05488 5.50367 9.05556L5.49633 9.05556C5.33703 9.05457 5.18442 8.99142 5.071 8.87956Z",
|
|
@@ -2148,10 +2191,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2148
2191
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2149
2192
|
|
|
2150
2193
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2151
|
-
var
|
|
2194
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
2152
2195
|
var BagSolid = (props) => {
|
|
2153
2196
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2154
|
-
return /* @__PURE__ */ (0,
|
|
2197
|
+
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)(
|
|
2155
2198
|
"path",
|
|
2156
2199
|
{
|
|
2157
2200
|
fillRule: "evenodd",
|
|
@@ -2164,32 +2207,32 @@ var BagSolid = (props) => {
|
|
|
2164
2207
|
var bag_solid_default = BagSolid;
|
|
2165
2208
|
|
|
2166
2209
|
// src/icons/v2/solid/category-solid.tsx
|
|
2167
|
-
var
|
|
2210
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
2168
2211
|
var CategorySolid = (props) => {
|
|
2169
2212
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2170
|
-
return /* @__PURE__ */ (0,
|
|
2171
|
-
/* @__PURE__ */ (0,
|
|
2213
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2214
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2172
2215
|
"path",
|
|
2173
2216
|
{
|
|
2174
2217
|
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",
|
|
2175
2218
|
fill: color
|
|
2176
2219
|
}
|
|
2177
2220
|
),
|
|
2178
|
-
/* @__PURE__ */ (0,
|
|
2221
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2179
2222
|
"path",
|
|
2180
2223
|
{
|
|
2181
2224
|
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",
|
|
2182
2225
|
fill: color
|
|
2183
2226
|
}
|
|
2184
2227
|
),
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2228
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2186
2229
|
"path",
|
|
2187
2230
|
{
|
|
2188
2231
|
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",
|
|
2189
2232
|
fill: color
|
|
2190
2233
|
}
|
|
2191
2234
|
),
|
|
2192
|
-
/* @__PURE__ */ (0,
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2193
2236
|
"path",
|
|
2194
2237
|
{
|
|
2195
2238
|
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",
|
|
@@ -2201,10 +2244,10 @@ var CategorySolid = (props) => {
|
|
|
2201
2244
|
var category_solid_default = CategorySolid;
|
|
2202
2245
|
|
|
2203
2246
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2204
|
-
var
|
|
2247
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
2205
2248
|
var ChatCsSolid = (props) => {
|
|
2206
2249
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2207
|
-
return /* @__PURE__ */ (0,
|
|
2250
|
+
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)(
|
|
2208
2251
|
"path",
|
|
2209
2252
|
{
|
|
2210
2253
|
fillRule: "evenodd",
|
|
@@ -2217,10 +2260,10 @@ var ChatCsSolid = (props) => {
|
|
|
2217
2260
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2218
2261
|
|
|
2219
2262
|
// src/icons/v2/solid/check-shield.tsx
|
|
2220
|
-
var
|
|
2263
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2221
2264
|
var CheckShield2 = (props) => {
|
|
2222
2265
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2223
|
-
return /* @__PURE__ */ (0,
|
|
2266
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2224
2267
|
"path",
|
|
2225
2268
|
{
|
|
2226
2269
|
fillRule: "evenodd",
|
|
@@ -2233,13 +2276,13 @@ var CheckShield2 = (props) => {
|
|
|
2233
2276
|
var check_shield_default2 = CheckShield2;
|
|
2234
2277
|
|
|
2235
2278
|
// src/icons/v2/solid/direction.tsx
|
|
2236
|
-
var
|
|
2279
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2237
2280
|
var Direction = (props) => {
|
|
2238
2281
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2239
|
-
return /* @__PURE__ */ (0,
|
|
2240
|
-
/* @__PURE__ */ (0,
|
|
2241
|
-
/* @__PURE__ */ (0,
|
|
2242
|
-
/* @__PURE__ */ (0,
|
|
2282
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2283
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
2284
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2243
2286
|
"path",
|
|
2244
2287
|
{
|
|
2245
2288
|
fillRule: "evenodd",
|
|
@@ -2249,16 +2292,16 @@ var Direction = (props) => {
|
|
|
2249
2292
|
}
|
|
2250
2293
|
)
|
|
2251
2294
|
] }),
|
|
2252
|
-
/* @__PURE__ */ (0,
|
|
2295
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2253
2296
|
] });
|
|
2254
2297
|
};
|
|
2255
2298
|
var direction_default = Direction;
|
|
2256
2299
|
|
|
2257
2300
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2258
|
-
var
|
|
2301
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2259
2302
|
var EnvelopedSolid = (props) => {
|
|
2260
2303
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2261
|
-
return /* @__PURE__ */ (0,
|
|
2304
|
+
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)(
|
|
2262
2305
|
"path",
|
|
2263
2306
|
{
|
|
2264
2307
|
fillRule: "evenodd",
|
|
@@ -2271,12 +2314,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2271
2314
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2272
2315
|
|
|
2273
2316
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2274
|
-
var
|
|
2317
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2275
2318
|
var FastTruckSolid = (props) => {
|
|
2276
2319
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2277
2320
|
const fillColor = color || "#12784A";
|
|
2278
|
-
return /* @__PURE__ */ (0,
|
|
2279
|
-
/* @__PURE__ */ (0,
|
|
2321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2322
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2280
2323
|
"path",
|
|
2281
2324
|
{
|
|
2282
2325
|
fillRule: "evenodd",
|
|
@@ -2285,14 +2328,14 @@ var FastTruckSolid = (props) => {
|
|
|
2285
2328
|
fill: fillColor
|
|
2286
2329
|
}
|
|
2287
2330
|
),
|
|
2288
|
-
/* @__PURE__ */ (0,
|
|
2331
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2289
2332
|
"path",
|
|
2290
2333
|
{
|
|
2291
2334
|
d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
|
|
2292
2335
|
fill: fillColor
|
|
2293
2336
|
}
|
|
2294
2337
|
),
|
|
2295
|
-
/* @__PURE__ */ (0,
|
|
2338
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2296
2339
|
"path",
|
|
2297
2340
|
{
|
|
2298
2341
|
d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
|
|
@@ -2304,10 +2347,10 @@ var FastTruckSolid = (props) => {
|
|
|
2304
2347
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2305
2348
|
|
|
2306
2349
|
// src/icons/v2/solid/hand.tsx
|
|
2307
|
-
var
|
|
2350
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2308
2351
|
var Hand = (props) => {
|
|
2309
2352
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2310
|
-
return /* @__PURE__ */ (0,
|
|
2353
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2311
2354
|
"path",
|
|
2312
2355
|
{
|
|
2313
2356
|
id: "Vector 650",
|
|
@@ -2319,10 +2362,10 @@ var Hand = (props) => {
|
|
|
2319
2362
|
var hand_default = Hand;
|
|
2320
2363
|
|
|
2321
2364
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2322
|
-
var
|
|
2365
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2323
2366
|
var HandphoneSolid = (props) => {
|
|
2324
2367
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2325
|
-
return /* @__PURE__ */ (0,
|
|
2368
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2326
2369
|
"path",
|
|
2327
2370
|
{
|
|
2328
2371
|
fillRule: "evenodd",
|
|
@@ -2335,10 +2378,10 @@ var HandphoneSolid = (props) => {
|
|
|
2335
2378
|
var handphone_solid_default = HandphoneSolid;
|
|
2336
2379
|
|
|
2337
2380
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2338
|
-
var
|
|
2381
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2339
2382
|
var HeartSolid = (props) => {
|
|
2340
2383
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2341
|
-
return /* @__PURE__ */ (0,
|
|
2384
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2342
2385
|
"path",
|
|
2343
2386
|
{
|
|
2344
2387
|
d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
|
|
@@ -2349,10 +2392,10 @@ var HeartSolid = (props) => {
|
|
|
2349
2392
|
var heart_solid_default = HeartSolid;
|
|
2350
2393
|
|
|
2351
2394
|
// src/icons/v2/solid/home-solid.tsx
|
|
2352
|
-
var
|
|
2395
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2353
2396
|
var HomeSolid = (props) => {
|
|
2354
2397
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2355
|
-
return /* @__PURE__ */ (0,
|
|
2398
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2356
2399
|
"path",
|
|
2357
2400
|
{
|
|
2358
2401
|
fillRule: "evenodd",
|
|
@@ -2365,10 +2408,10 @@ var HomeSolid = (props) => {
|
|
|
2365
2408
|
var home_solid_default = HomeSolid;
|
|
2366
2409
|
|
|
2367
2410
|
// src/icons/v2/solid/info-solid.tsx
|
|
2368
|
-
var
|
|
2411
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2369
2412
|
var InfoSolid = (props) => {
|
|
2370
2413
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2371
|
-
return /* @__PURE__ */ (0,
|
|
2414
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2372
2415
|
"path",
|
|
2373
2416
|
{
|
|
2374
2417
|
fillRule: "evenodd",
|
|
@@ -2381,11 +2424,11 @@ var InfoSolid = (props) => {
|
|
|
2381
2424
|
var info_solid_default = InfoSolid;
|
|
2382
2425
|
|
|
2383
2426
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2384
|
-
var
|
|
2427
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2385
2428
|
var InfoSolid2 = (props) => {
|
|
2386
2429
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2387
|
-
return /* @__PURE__ */ (0,
|
|
2388
|
-
/* @__PURE__ */ (0,
|
|
2430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2431
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2389
2432
|
"path",
|
|
2390
2433
|
{
|
|
2391
2434
|
fillRule: "evenodd",
|
|
@@ -2394,24 +2437,24 @@ var InfoSolid2 = (props) => {
|
|
|
2394
2437
|
fill: color
|
|
2395
2438
|
}
|
|
2396
2439
|
) }),
|
|
2397
|
-
/* @__PURE__ */ (0,
|
|
2440
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2398
2441
|
] });
|
|
2399
2442
|
};
|
|
2400
2443
|
var lock_solid_default = InfoSolid2;
|
|
2401
2444
|
|
|
2402
2445
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2403
|
-
var
|
|
2446
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2404
2447
|
var MapMarkerSolid = (props) => {
|
|
2405
2448
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2406
|
-
return /* @__PURE__ */ (0,
|
|
2407
|
-
/* @__PURE__ */ (0,
|
|
2449
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2450
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2408
2451
|
"path",
|
|
2409
2452
|
{
|
|
2410
2453
|
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",
|
|
2411
2454
|
fill: color
|
|
2412
2455
|
}
|
|
2413
2456
|
),
|
|
2414
|
-
/* @__PURE__ */ (0,
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2415
2458
|
"path",
|
|
2416
2459
|
{
|
|
2417
2460
|
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",
|
|
@@ -2423,18 +2466,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2423
2466
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2424
2467
|
|
|
2425
2468
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2426
|
-
var
|
|
2469
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2427
2470
|
var ProfileSolid = (props) => {
|
|
2428
2471
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2429
|
-
return /* @__PURE__ */ (0,
|
|
2430
|
-
/* @__PURE__ */ (0,
|
|
2472
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2473
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2431
2474
|
"path",
|
|
2432
2475
|
{
|
|
2433
2476
|
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",
|
|
2434
2477
|
fill: color
|
|
2435
2478
|
}
|
|
2436
2479
|
),
|
|
2437
|
-
/* @__PURE__ */ (0,
|
|
2480
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2438
2481
|
"path",
|
|
2439
2482
|
{
|
|
2440
2483
|
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",
|
|
@@ -2446,10 +2489,10 @@ var ProfileSolid = (props) => {
|
|
|
2446
2489
|
var profile_solid_default = ProfileSolid;
|
|
2447
2490
|
|
|
2448
2491
|
// src/icons/v2/solid/search-solid.tsx
|
|
2449
|
-
var
|
|
2492
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2450
2493
|
var SearchSolid = (props) => {
|
|
2451
2494
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2452
|
-
return /* @__PURE__ */ (0,
|
|
2495
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2453
2496
|
"path",
|
|
2454
2497
|
{
|
|
2455
2498
|
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",
|
|
@@ -2460,18 +2503,18 @@ var SearchSolid = (props) => {
|
|
|
2460
2503
|
var search_solid_default = SearchSolid;
|
|
2461
2504
|
|
|
2462
2505
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2463
|
-
var
|
|
2506
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2464
2507
|
var SettingSolid = (props) => {
|
|
2465
2508
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2466
|
-
return /* @__PURE__ */ (0,
|
|
2467
|
-
/* @__PURE__ */ (0,
|
|
2509
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2510
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2468
2511
|
"path",
|
|
2469
2512
|
{
|
|
2470
2513
|
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",
|
|
2471
2514
|
fill: "#999999"
|
|
2472
2515
|
}
|
|
2473
2516
|
),
|
|
2474
|
-
/* @__PURE__ */ (0,
|
|
2517
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2475
2518
|
"path",
|
|
2476
2519
|
{
|
|
2477
2520
|
fillRule: "evenodd",
|
|
@@ -2485,10 +2528,10 @@ var SettingSolid = (props) => {
|
|
|
2485
2528
|
var setting_solid_default = SettingSolid;
|
|
2486
2529
|
|
|
2487
2530
|
// src/icons/v2/solid/success-solid.tsx
|
|
2488
|
-
var
|
|
2531
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2489
2532
|
var SuccessSolid = (props) => {
|
|
2490
2533
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2491
|
-
return /* @__PURE__ */ (0,
|
|
2534
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.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_runtime87.jsx)(
|
|
2492
2535
|
"path",
|
|
2493
2536
|
{
|
|
2494
2537
|
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",
|
|
@@ -2499,11 +2542,11 @@ var SuccessSolid = (props) => {
|
|
|
2499
2542
|
var success_solid_default = SuccessSolid;
|
|
2500
2543
|
|
|
2501
2544
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2502
|
-
var
|
|
2545
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2503
2546
|
var TrashSolid = (props) => {
|
|
2504
2547
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2505
|
-
return /* @__PURE__ */ (0,
|
|
2506
|
-
/* @__PURE__ */ (0,
|
|
2548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2549
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2507
2550
|
"path",
|
|
2508
2551
|
{
|
|
2509
2552
|
fillRule: "evenodd",
|
|
@@ -2512,7 +2555,7 @@ var TrashSolid = (props) => {
|
|
|
2512
2555
|
fill: color
|
|
2513
2556
|
}
|
|
2514
2557
|
),
|
|
2515
|
-
/* @__PURE__ */ (0,
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2516
2559
|
"path",
|
|
2517
2560
|
{
|
|
2518
2561
|
fillRule: "evenodd",
|
|
@@ -2526,11 +2569,11 @@ var TrashSolid = (props) => {
|
|
|
2526
2569
|
var trash_solid_default = TrashSolid;
|
|
2527
2570
|
|
|
2528
2571
|
// src/icons/v2/solid/trend-up.tsx
|
|
2529
|
-
var
|
|
2572
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2530
2573
|
var TrendUp = (props) => {
|
|
2531
2574
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2532
|
-
return /* @__PURE__ */ (0,
|
|
2533
|
-
/* @__PURE__ */ (0,
|
|
2575
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("g", { id: "Vector", children: [
|
|
2576
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2534
2577
|
"path",
|
|
2535
2578
|
{
|
|
2536
2579
|
fillRule: "evenodd",
|
|
@@ -2539,14 +2582,14 @@ var TrendUp = (props) => {
|
|
|
2539
2582
|
fill: color
|
|
2540
2583
|
}
|
|
2541
2584
|
),
|
|
2542
|
-
/* @__PURE__ */ (0,
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2543
2586
|
"path",
|
|
2544
2587
|
{
|
|
2545
2588
|
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",
|
|
2546
2589
|
fill: color
|
|
2547
2590
|
}
|
|
2548
2591
|
),
|
|
2549
|
-
/* @__PURE__ */ (0,
|
|
2592
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2550
2593
|
"path",
|
|
2551
2594
|
{
|
|
2552
2595
|
fillRule: "evenodd",
|
|
@@ -2560,32 +2603,32 @@ var TrendUp = (props) => {
|
|
|
2560
2603
|
var trend_up_default = TrendUp;
|
|
2561
2604
|
|
|
2562
2605
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2563
|
-
var
|
|
2606
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2564
2607
|
var VoilaPointBase = (props) => {
|
|
2565
2608
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2566
|
-
return /* @__PURE__ */ (0,
|
|
2567
|
-
/* @__PURE__ */ (0,
|
|
2609
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2610
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2568
2611
|
"path",
|
|
2569
2612
|
{
|
|
2570
2613
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2571
2614
|
fill: "#8F8F8F"
|
|
2572
2615
|
}
|
|
2573
2616
|
),
|
|
2574
|
-
/* @__PURE__ */ (0,
|
|
2617
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2575
2618
|
"path",
|
|
2576
2619
|
{
|
|
2577
2620
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2578
2621
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2579
2622
|
}
|
|
2580
2623
|
),
|
|
2581
|
-
/* @__PURE__ */ (0,
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2582
2625
|
"path",
|
|
2583
2626
|
{
|
|
2584
2627
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2585
2628
|
stroke: "white"
|
|
2586
2629
|
}
|
|
2587
2630
|
),
|
|
2588
|
-
/* @__PURE__ */ (0,
|
|
2631
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2589
2632
|
"path",
|
|
2590
2633
|
{
|
|
2591
2634
|
fillRule: "evenodd",
|
|
@@ -2594,15 +2637,15 @@ var VoilaPointBase = (props) => {
|
|
|
2594
2637
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2595
2638
|
}
|
|
2596
2639
|
),
|
|
2597
|
-
/* @__PURE__ */ (0,
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2598
2641
|
"path",
|
|
2599
2642
|
{
|
|
2600
2643
|
d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
|
|
2601
2644
|
fill: "white"
|
|
2602
2645
|
}
|
|
2603
2646
|
),
|
|
2604
|
-
/* @__PURE__ */ (0,
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2647
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("defs", { children: [
|
|
2648
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2606
2649
|
"linearGradient",
|
|
2607
2650
|
{
|
|
2608
2651
|
id: "paint0_linear_1327_167461",
|
|
@@ -2612,12 +2655,12 @@ var VoilaPointBase = (props) => {
|
|
|
2612
2655
|
y2: "2.51294",
|
|
2613
2656
|
gradientUnits: "userSpaceOnUse",
|
|
2614
2657
|
children: [
|
|
2615
|
-
/* @__PURE__ */ (0,
|
|
2616
|
-
/* @__PURE__ */ (0,
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2617
2660
|
]
|
|
2618
2661
|
}
|
|
2619
2662
|
),
|
|
2620
|
-
/* @__PURE__ */ (0,
|
|
2663
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2621
2664
|
"linearGradient",
|
|
2622
2665
|
{
|
|
2623
2666
|
id: "paint1_linear_1327_167461",
|
|
@@ -2627,9 +2670,9 @@ var VoilaPointBase = (props) => {
|
|
|
2627
2670
|
y2: "19.984",
|
|
2628
2671
|
gradientUnits: "userSpaceOnUse",
|
|
2629
2672
|
children: [
|
|
2630
|
-
/* @__PURE__ */ (0,
|
|
2631
|
-
/* @__PURE__ */ (0,
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2673
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2674
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2633
2676
|
]
|
|
2634
2677
|
}
|
|
2635
2678
|
)
|
|
@@ -2639,10 +2682,10 @@ var VoilaPointBase = (props) => {
|
|
|
2639
2682
|
var voila_point_base_default = VoilaPointBase;
|
|
2640
2683
|
|
|
2641
2684
|
// src/icons/v2/solid/voucher.tsx
|
|
2642
|
-
var
|
|
2685
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2643
2686
|
var Voucher = (props) => {
|
|
2644
2687
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2645
|
-
return /* @__PURE__ */ (0,
|
|
2688
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2646
2689
|
"path",
|
|
2647
2690
|
{
|
|
2648
2691
|
fillRule: "evenodd",
|
|
@@ -2655,10 +2698,10 @@ var Voucher = (props) => {
|
|
|
2655
2698
|
var voucher_default = Voucher;
|
|
2656
2699
|
|
|
2657
2700
|
// src/icons/v2/solid/wallet.tsx
|
|
2658
|
-
var
|
|
2701
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
2659
2702
|
var Wallet = (props) => {
|
|
2660
2703
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2661
|
-
return /* @__PURE__ */ (0,
|
|
2704
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2662
2705
|
"path",
|
|
2663
2706
|
{
|
|
2664
2707
|
id: "Subtract",
|
|
@@ -2701,6 +2744,7 @@ var wallet_default = Wallet;
|
|
|
2701
2744
|
ChevronRightLarge,
|
|
2702
2745
|
ChevronUp,
|
|
2703
2746
|
ChevronUpLarge,
|
|
2747
|
+
Clock,
|
|
2704
2748
|
Close,
|
|
2705
2749
|
CloseLarge,
|
|
2706
2750
|
ContactBook,
|
|
@@ -2735,6 +2779,7 @@ var wallet_default = Wallet;
|
|
|
2735
2779
|
Note,
|
|
2736
2780
|
OrderHistory,
|
|
2737
2781
|
Otp,
|
|
2782
|
+
Paylater,
|
|
2738
2783
|
Plus,
|
|
2739
2784
|
PlusLarge,
|
|
2740
2785
|
PrivacyPolicy,
|