@ctlyst.id/icons 2.6.1 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +280 -219
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +278 -219
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -552,11 +552,54 @@ var ContactBook = (props) => {
|
|
|
552
552
|
};
|
|
553
553
|
var contact_book_default = ContactBook;
|
|
554
554
|
|
|
555
|
+
// src/icons/v2/outline/copy.tsx
|
|
556
|
+
import { jsx as jsx23, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
557
|
+
var Copy = (props) => {
|
|
558
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
559
|
+
return /* @__PURE__ */ jsxs17("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
560
|
+
/* @__PURE__ */ jsx23(
|
|
561
|
+
"path",
|
|
562
|
+
{
|
|
563
|
+
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",
|
|
564
|
+
fill: color
|
|
565
|
+
}
|
|
566
|
+
),
|
|
567
|
+
/* @__PURE__ */ jsx23(
|
|
568
|
+
"path",
|
|
569
|
+
{
|
|
570
|
+
fillRule: "evenodd",
|
|
571
|
+
clipRule: "evenodd",
|
|
572
|
+
d: "M3.896 10.9258C3.896 11.9383 4.71681 12.7592 5.72933 12.7592L12.1702 12.7592C13.1827 12.7592 14.0036 11.9383 14.0036 10.9258L14.0036 5.85829C14.0036 5.41415 13.8423 4.98512 13.5498 4.6509L11.1975 1.96295C10.8493 1.56517 10.3465 1.337 9.81784 1.337L5.72933 1.337C4.71681 1.337 3.896 2.15781 3.896 3.17033L3.896 10.9258ZM5.72933 11.7592C5.26909 11.7592 4.896 11.3861 4.896 10.9258L4.896 3.17033C4.896 2.7101 5.26909 2.337 5.72933 2.337L9.81784 2.337C10.0581 2.337 10.2867 2.44071 10.4449 2.62152L12.7973 5.30948C12.9303 5.46139 13.0036 5.65641 13.0036 5.85829L13.0036 10.9258C13.0036 11.3861 12.6305 11.7592 12.1702 11.7592L5.72933 11.7592Z",
|
|
573
|
+
fill: color
|
|
574
|
+
}
|
|
575
|
+
),
|
|
576
|
+
/* @__PURE__ */ jsx23(
|
|
577
|
+
"path",
|
|
578
|
+
{
|
|
579
|
+
fillRule: "evenodd",
|
|
580
|
+
clipRule: "evenodd",
|
|
581
|
+
d: "M6.20947 7.33331C6.20947 7.05717 6.43333 6.83331 6.70947 6.83331H10C10.2762 6.83331 10.5 7.05717 10.5 7.33331C10.5 7.60946 10.2762 7.83331 10 7.83331H6.70947C6.43333 7.83331 6.20947 7.60946 6.20947 7.33331Z",
|
|
582
|
+
fill: color
|
|
583
|
+
}
|
|
584
|
+
),
|
|
585
|
+
/* @__PURE__ */ jsx23(
|
|
586
|
+
"path",
|
|
587
|
+
{
|
|
588
|
+
fillRule: "evenodd",
|
|
589
|
+
clipRule: "evenodd",
|
|
590
|
+
d: "M6.20947 9.59332C6.20947 9.31718 6.43333 9.09332 6.70947 9.09332H11.1904C11.4665 9.09332 11.6904 9.31718 11.6904 9.59332C11.6904 9.86947 11.4665 10.0933 11.1904 10.0933H6.70947C6.43333 10.0933 6.20947 9.86947 6.20947 9.59332Z",
|
|
591
|
+
fill: color
|
|
592
|
+
}
|
|
593
|
+
)
|
|
594
|
+
] });
|
|
595
|
+
};
|
|
596
|
+
var copy_default = Copy;
|
|
597
|
+
|
|
555
598
|
// src/icons/v2/outline/delivered.tsx
|
|
556
|
-
import { jsx as
|
|
599
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
557
600
|
var Delivered = (props) => {
|
|
558
601
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
559
|
-
return /* @__PURE__ */
|
|
602
|
+
return /* @__PURE__ */ jsx24("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx24(
|
|
560
603
|
"path",
|
|
561
604
|
{
|
|
562
605
|
fillRule: "evenodd",
|
|
@@ -569,10 +612,10 @@ var Delivered = (props) => {
|
|
|
569
612
|
var delivered_default = Delivered;
|
|
570
613
|
|
|
571
614
|
// src/icons/v2/outline/edit.tsx
|
|
572
|
-
import { jsx as
|
|
615
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
573
616
|
var Edit = (props) => {
|
|
574
617
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
575
|
-
return /* @__PURE__ */
|
|
618
|
+
return /* @__PURE__ */ jsx25("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx25(
|
|
576
619
|
"path",
|
|
577
620
|
{
|
|
578
621
|
fillRule: "evenodd",
|
|
@@ -585,10 +628,10 @@ var Edit = (props) => {
|
|
|
585
628
|
var edit_default = Edit;
|
|
586
629
|
|
|
587
630
|
// src/icons/v2/outline/enveloped.tsx
|
|
588
|
-
import { jsx as
|
|
631
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
589
632
|
var Enveloped = (props) => {
|
|
590
633
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
591
|
-
return /* @__PURE__ */
|
|
634
|
+
return /* @__PURE__ */ jsx26("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx26(
|
|
592
635
|
"path",
|
|
593
636
|
{
|
|
594
637
|
fillRule: "evenodd",
|
|
@@ -601,11 +644,11 @@ var Enveloped = (props) => {
|
|
|
601
644
|
var enveloped_default = Enveloped;
|
|
602
645
|
|
|
603
646
|
// src/icons/v2/outline/eye-close.tsx
|
|
604
|
-
import { jsx as
|
|
647
|
+
import { jsx as jsx27, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
605
648
|
var EyeClose = (props) => {
|
|
606
649
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
607
|
-
return /* @__PURE__ */
|
|
608
|
-
/* @__PURE__ */
|
|
650
|
+
return /* @__PURE__ */ jsxs18("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
651
|
+
/* @__PURE__ */ jsx27(
|
|
609
652
|
"path",
|
|
610
653
|
{
|
|
611
654
|
fillRule: "evenodd",
|
|
@@ -614,7 +657,7 @@ var EyeClose = (props) => {
|
|
|
614
657
|
fill: color
|
|
615
658
|
}
|
|
616
659
|
),
|
|
617
|
-
/* @__PURE__ */
|
|
660
|
+
/* @__PURE__ */ jsx27(
|
|
618
661
|
"path",
|
|
619
662
|
{
|
|
620
663
|
fillRule: "evenodd",
|
|
@@ -623,7 +666,7 @@ var EyeClose = (props) => {
|
|
|
623
666
|
fill: color
|
|
624
667
|
}
|
|
625
668
|
),
|
|
626
|
-
/* @__PURE__ */
|
|
669
|
+
/* @__PURE__ */ jsx27(
|
|
627
670
|
"path",
|
|
628
671
|
{
|
|
629
672
|
fillRule: "evenodd",
|
|
@@ -637,11 +680,11 @@ var EyeClose = (props) => {
|
|
|
637
680
|
var eye_close_default = EyeClose;
|
|
638
681
|
|
|
639
682
|
// src/icons/v2/outline/eye-open.tsx
|
|
640
|
-
import { jsx as
|
|
683
|
+
import { jsx as jsx28, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
641
684
|
var EyeOpen = (props) => {
|
|
642
685
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
643
|
-
return /* @__PURE__ */
|
|
644
|
-
/* @__PURE__ */
|
|
686
|
+
return /* @__PURE__ */ jsxs19("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
687
|
+
/* @__PURE__ */ jsx28(
|
|
645
688
|
"path",
|
|
646
689
|
{
|
|
647
690
|
fillRule: "evenodd",
|
|
@@ -650,7 +693,7 @@ var EyeOpen = (props) => {
|
|
|
650
693
|
fill: color
|
|
651
694
|
}
|
|
652
695
|
),
|
|
653
|
-
/* @__PURE__ */
|
|
696
|
+
/* @__PURE__ */ jsx28(
|
|
654
697
|
"path",
|
|
655
698
|
{
|
|
656
699
|
fillRule: "evenodd",
|
|
@@ -664,11 +707,11 @@ var EyeOpen = (props) => {
|
|
|
664
707
|
var eye_open_default = EyeOpen;
|
|
665
708
|
|
|
666
709
|
// src/icons/v2/outline/filter.tsx
|
|
667
|
-
import { jsx as
|
|
710
|
+
import { jsx as jsx29, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
668
711
|
var Filter = (props) => {
|
|
669
712
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
670
|
-
return /* @__PURE__ */
|
|
671
|
-
/* @__PURE__ */
|
|
713
|
+
return /* @__PURE__ */ jsxs20("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
714
|
+
/* @__PURE__ */ jsx29(
|
|
672
715
|
"path",
|
|
673
716
|
{
|
|
674
717
|
fillRule: "evenodd",
|
|
@@ -677,7 +720,7 @@ var Filter = (props) => {
|
|
|
677
720
|
fill: color
|
|
678
721
|
}
|
|
679
722
|
),
|
|
680
|
-
/* @__PURE__ */
|
|
723
|
+
/* @__PURE__ */ jsx29(
|
|
681
724
|
"path",
|
|
682
725
|
{
|
|
683
726
|
fillRule: "evenodd",
|
|
@@ -686,7 +729,7 @@ var Filter = (props) => {
|
|
|
686
729
|
fill: color
|
|
687
730
|
}
|
|
688
731
|
),
|
|
689
|
-
/* @__PURE__ */
|
|
732
|
+
/* @__PURE__ */ jsx29(
|
|
690
733
|
"path",
|
|
691
734
|
{
|
|
692
735
|
fillRule: "evenodd",
|
|
@@ -700,10 +743,10 @@ var Filter = (props) => {
|
|
|
700
743
|
var filter_default = Filter;
|
|
701
744
|
|
|
702
745
|
// src/icons/v2/outline/gps.tsx
|
|
703
|
-
import { jsx as
|
|
746
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
704
747
|
var Gps = (props) => {
|
|
705
748
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
706
|
-
return /* @__PURE__ */
|
|
749
|
+
return /* @__PURE__ */ jsx30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx30(
|
|
707
750
|
"path",
|
|
708
751
|
{
|
|
709
752
|
fillRule: "evenodd",
|
|
@@ -716,25 +759,25 @@ var Gps = (props) => {
|
|
|
716
759
|
var gps_default = Gps;
|
|
717
760
|
|
|
718
761
|
// src/icons/v2/outline/handphone.tsx
|
|
719
|
-
import { jsx as
|
|
762
|
+
import { jsx as jsx31, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
720
763
|
var Handphone = (props) => {
|
|
721
764
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
722
|
-
return /* @__PURE__ */
|
|
723
|
-
/* @__PURE__ */
|
|
765
|
+
return /* @__PURE__ */ jsxs21("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
766
|
+
/* @__PURE__ */ jsx31(
|
|
724
767
|
"path",
|
|
725
768
|
{
|
|
726
769
|
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",
|
|
727
770
|
fill: color
|
|
728
771
|
}
|
|
729
772
|
),
|
|
730
|
-
/* @__PURE__ */
|
|
773
|
+
/* @__PURE__ */ jsx31(
|
|
731
774
|
"path",
|
|
732
775
|
{
|
|
733
776
|
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",
|
|
734
777
|
fill: color
|
|
735
778
|
}
|
|
736
779
|
),
|
|
737
|
-
/* @__PURE__ */
|
|
780
|
+
/* @__PURE__ */ jsx31(
|
|
738
781
|
"path",
|
|
739
782
|
{
|
|
740
783
|
fillRule: "evenodd",
|
|
@@ -748,11 +791,11 @@ var Handphone = (props) => {
|
|
|
748
791
|
var handphone_default = Handphone;
|
|
749
792
|
|
|
750
793
|
// src/icons/v2/outline/heart.tsx
|
|
751
|
-
import { jsx as
|
|
794
|
+
import { jsx as jsx32, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
752
795
|
var Heart = (props) => {
|
|
753
796
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
754
|
-
return /* @__PURE__ */
|
|
755
|
-
/* @__PURE__ */
|
|
797
|
+
return /* @__PURE__ */ jsxs22("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
798
|
+
/* @__PURE__ */ jsx32("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx32(
|
|
756
799
|
"path",
|
|
757
800
|
{
|
|
758
801
|
fillRule: "evenodd",
|
|
@@ -761,18 +804,18 @@ var Heart = (props) => {
|
|
|
761
804
|
fill: color
|
|
762
805
|
}
|
|
763
806
|
) }),
|
|
764
|
-
/* @__PURE__ */
|
|
807
|
+
/* @__PURE__ */ jsx32("defs", { children: /* @__PURE__ */ jsx32("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx32("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
765
808
|
] });
|
|
766
809
|
};
|
|
767
810
|
var heart_default = Heart;
|
|
768
811
|
|
|
769
812
|
// src/icons/v2/outline/home.tsx
|
|
770
|
-
import { jsx as
|
|
813
|
+
import { jsx as jsx33, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
771
814
|
var Home = (props) => {
|
|
772
815
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
773
|
-
return /* @__PURE__ */
|
|
774
|
-
/* @__PURE__ */
|
|
775
|
-
/* @__PURE__ */
|
|
816
|
+
return /* @__PURE__ */ jsxs23("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
817
|
+
/* @__PURE__ */ jsxs23("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
818
|
+
/* @__PURE__ */ jsx33(
|
|
776
819
|
"path",
|
|
777
820
|
{
|
|
778
821
|
fillRule: "evenodd",
|
|
@@ -781,7 +824,7 @@ var Home = (props) => {
|
|
|
781
824
|
fill: color
|
|
782
825
|
}
|
|
783
826
|
),
|
|
784
|
-
/* @__PURE__ */
|
|
827
|
+
/* @__PURE__ */ jsx33(
|
|
785
828
|
"path",
|
|
786
829
|
{
|
|
787
830
|
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",
|
|
@@ -789,24 +832,24 @@ var Home = (props) => {
|
|
|
789
832
|
}
|
|
790
833
|
)
|
|
791
834
|
] }),
|
|
792
|
-
/* @__PURE__ */
|
|
835
|
+
/* @__PURE__ */ jsx33("defs", { children: /* @__PURE__ */ jsx33("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx33("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
793
836
|
] });
|
|
794
837
|
};
|
|
795
838
|
var home_default = Home;
|
|
796
839
|
|
|
797
840
|
// src/icons/v2/outline/info.tsx
|
|
798
|
-
import { jsx as
|
|
841
|
+
import { jsx as jsx34, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
799
842
|
var Info = (props) => {
|
|
800
843
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
801
|
-
return /* @__PURE__ */
|
|
802
|
-
/* @__PURE__ */
|
|
844
|
+
return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
845
|
+
/* @__PURE__ */ jsx34(
|
|
803
846
|
"path",
|
|
804
847
|
{
|
|
805
848
|
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",
|
|
806
849
|
fill: color
|
|
807
850
|
}
|
|
808
851
|
),
|
|
809
|
-
/* @__PURE__ */
|
|
852
|
+
/* @__PURE__ */ jsx34(
|
|
810
853
|
"path",
|
|
811
854
|
{
|
|
812
855
|
fillRule: "evenodd",
|
|
@@ -815,7 +858,7 @@ var Info = (props) => {
|
|
|
815
858
|
fill: color
|
|
816
859
|
}
|
|
817
860
|
),
|
|
818
|
-
/* @__PURE__ */
|
|
861
|
+
/* @__PURE__ */ jsx34(
|
|
819
862
|
"path",
|
|
820
863
|
{
|
|
821
864
|
fillRule: "evenodd",
|
|
@@ -829,25 +872,25 @@ var Info = (props) => {
|
|
|
829
872
|
var info_default = Info;
|
|
830
873
|
|
|
831
874
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
832
|
-
import { jsx as
|
|
875
|
+
import { jsx as jsx35, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
833
876
|
var KebabMenu = (props) => {
|
|
834
877
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
835
|
-
return /* @__PURE__ */
|
|
836
|
-
/* @__PURE__ */
|
|
878
|
+
return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
879
|
+
/* @__PURE__ */ jsx35(
|
|
837
880
|
"path",
|
|
838
881
|
{
|
|
839
882
|
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",
|
|
840
883
|
fill: color
|
|
841
884
|
}
|
|
842
885
|
),
|
|
843
|
-
/* @__PURE__ */
|
|
886
|
+
/* @__PURE__ */ jsx35(
|
|
844
887
|
"path",
|
|
845
888
|
{
|
|
846
889
|
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",
|
|
847
890
|
fill: color
|
|
848
891
|
}
|
|
849
892
|
),
|
|
850
|
-
/* @__PURE__ */
|
|
893
|
+
/* @__PURE__ */ jsx35(
|
|
851
894
|
"path",
|
|
852
895
|
{
|
|
853
896
|
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",
|
|
@@ -859,12 +902,12 @@ var KebabMenu = (props) => {
|
|
|
859
902
|
var kebab_menu_default = KebabMenu;
|
|
860
903
|
|
|
861
904
|
// src/icons/v2/outline/logout.tsx
|
|
862
|
-
import { jsx as
|
|
905
|
+
import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
863
906
|
var Logout = (props) => {
|
|
864
907
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
865
|
-
return /* @__PURE__ */
|
|
866
|
-
/* @__PURE__ */
|
|
867
|
-
/* @__PURE__ */
|
|
908
|
+
return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
909
|
+
/* @__PURE__ */ jsxs26("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
910
|
+
/* @__PURE__ */ jsx36(
|
|
868
911
|
"path",
|
|
869
912
|
{
|
|
870
913
|
fillRule: "evenodd",
|
|
@@ -873,7 +916,7 @@ var Logout = (props) => {
|
|
|
873
916
|
fill: color
|
|
874
917
|
}
|
|
875
918
|
),
|
|
876
|
-
/* @__PURE__ */
|
|
919
|
+
/* @__PURE__ */ jsx36(
|
|
877
920
|
"path",
|
|
878
921
|
{
|
|
879
922
|
fillRule: "evenodd",
|
|
@@ -882,7 +925,7 @@ var Logout = (props) => {
|
|
|
882
925
|
fill: color
|
|
883
926
|
}
|
|
884
927
|
),
|
|
885
|
-
/* @__PURE__ */
|
|
928
|
+
/* @__PURE__ */ jsx36(
|
|
886
929
|
"path",
|
|
887
930
|
{
|
|
888
931
|
fillRule: "evenodd",
|
|
@@ -892,18 +935,18 @@ var Logout = (props) => {
|
|
|
892
935
|
}
|
|
893
936
|
)
|
|
894
937
|
] }),
|
|
895
|
-
/* @__PURE__ */
|
|
938
|
+
/* @__PURE__ */ jsx36("defs", { children: /* @__PURE__ */ jsx36("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx36("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
896
939
|
] });
|
|
897
940
|
};
|
|
898
941
|
var logout_default = Logout;
|
|
899
942
|
|
|
900
943
|
// src/icons/v2/outline/map-marker.tsx
|
|
901
|
-
import { jsx as
|
|
944
|
+
import { jsx as jsx37, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
902
945
|
var MapMarker = (props) => {
|
|
903
946
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
904
|
-
return /* @__PURE__ */
|
|
905
|
-
/* @__PURE__ */
|
|
906
|
-
/* @__PURE__ */
|
|
947
|
+
return /* @__PURE__ */ jsxs27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
948
|
+
/* @__PURE__ */ jsxs27("g", { clipPath: "url(#map-marker)", children: [
|
|
949
|
+
/* @__PURE__ */ jsx37(
|
|
907
950
|
"path",
|
|
908
951
|
{
|
|
909
952
|
fillRule: "evenodd",
|
|
@@ -912,7 +955,7 @@ var MapMarker = (props) => {
|
|
|
912
955
|
fill: color
|
|
913
956
|
}
|
|
914
957
|
),
|
|
915
|
-
/* @__PURE__ */
|
|
958
|
+
/* @__PURE__ */ jsx37(
|
|
916
959
|
"path",
|
|
917
960
|
{
|
|
918
961
|
fillRule: "evenodd",
|
|
@@ -922,17 +965,17 @@ var MapMarker = (props) => {
|
|
|
922
965
|
}
|
|
923
966
|
)
|
|
924
967
|
] }),
|
|
925
|
-
/* @__PURE__ */
|
|
968
|
+
/* @__PURE__ */ jsx37("defs", { children: /* @__PURE__ */ jsx37("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx37("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
926
969
|
] });
|
|
927
970
|
};
|
|
928
971
|
var map_marker_default = MapMarker;
|
|
929
972
|
|
|
930
973
|
// src/icons/v2/outline/minus.tsx
|
|
931
|
-
import { jsx as
|
|
974
|
+
import { jsx as jsx38, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
932
975
|
var Minus = (props) => {
|
|
933
976
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
934
|
-
return /* @__PURE__ */
|
|
935
|
-
/* @__PURE__ */
|
|
977
|
+
return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
978
|
+
/* @__PURE__ */ jsx38("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx38(
|
|
936
979
|
"path",
|
|
937
980
|
{
|
|
938
981
|
fillRule: "evenodd",
|
|
@@ -941,16 +984,16 @@ var Minus = (props) => {
|
|
|
941
984
|
fill: color
|
|
942
985
|
}
|
|
943
986
|
) }),
|
|
944
|
-
/* @__PURE__ */
|
|
987
|
+
/* @__PURE__ */ jsx38("defs", { children: /* @__PURE__ */ jsx38("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx38("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
945
988
|
] });
|
|
946
989
|
};
|
|
947
990
|
var minus_default = Minus;
|
|
948
991
|
|
|
949
992
|
// src/icons/v2/outline/minus-large.tsx
|
|
950
|
-
import { jsx as
|
|
993
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
951
994
|
var MinusLarge = (props) => {
|
|
952
995
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
953
|
-
return /* @__PURE__ */
|
|
996
|
+
return /* @__PURE__ */ jsx39("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx39(
|
|
954
997
|
"path",
|
|
955
998
|
{
|
|
956
999
|
fillRule: "evenodd",
|
|
@@ -963,10 +1006,10 @@ var MinusLarge = (props) => {
|
|
|
963
1006
|
var minus_large_default = MinusLarge;
|
|
964
1007
|
|
|
965
1008
|
// src/icons/v2/outline/no-gps.tsx
|
|
966
|
-
import { jsx as
|
|
1009
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
967
1010
|
var NoGps = (props) => {
|
|
968
1011
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
969
|
-
return /* @__PURE__ */
|
|
1012
|
+
return /* @__PURE__ */ jsx40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx40(
|
|
970
1013
|
"path",
|
|
971
1014
|
{
|
|
972
1015
|
fillRule: "evenodd",
|
|
@@ -979,11 +1022,11 @@ var NoGps = (props) => {
|
|
|
979
1022
|
var no_gps_default = NoGps;
|
|
980
1023
|
|
|
981
1024
|
// src/icons/v2/outline/order-history.tsx
|
|
982
|
-
import { jsx as
|
|
1025
|
+
import { jsx as jsx41, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
983
1026
|
var OrderHistory = (props) => {
|
|
984
1027
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
985
|
-
return /* @__PURE__ */
|
|
986
|
-
/* @__PURE__ */
|
|
1028
|
+
return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1029
|
+
/* @__PURE__ */ jsx41(
|
|
987
1030
|
"path",
|
|
988
1031
|
{
|
|
989
1032
|
fillRule: "evenodd",
|
|
@@ -992,7 +1035,7 @@ var OrderHistory = (props) => {
|
|
|
992
1035
|
fill: color
|
|
993
1036
|
}
|
|
994
1037
|
),
|
|
995
|
-
/* @__PURE__ */
|
|
1038
|
+
/* @__PURE__ */ jsx41(
|
|
996
1039
|
"path",
|
|
997
1040
|
{
|
|
998
1041
|
fillRule: "evenodd",
|
|
@@ -1006,11 +1049,11 @@ var OrderHistory = (props) => {
|
|
|
1006
1049
|
var order_history_default = OrderHistory;
|
|
1007
1050
|
|
|
1008
1051
|
// src/icons/v2/outline/otp.tsx
|
|
1009
|
-
import { jsx as
|
|
1052
|
+
import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1010
1053
|
var Otp = (props) => {
|
|
1011
1054
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1012
|
-
return /* @__PURE__ */
|
|
1013
|
-
/* @__PURE__ */
|
|
1055
|
+
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1056
|
+
/* @__PURE__ */ jsx42(
|
|
1014
1057
|
"path",
|
|
1015
1058
|
{
|
|
1016
1059
|
fillRule: "evenodd",
|
|
@@ -1019,7 +1062,7 @@ var Otp = (props) => {
|
|
|
1019
1062
|
fill: color
|
|
1020
1063
|
}
|
|
1021
1064
|
),
|
|
1022
|
-
/* @__PURE__ */
|
|
1065
|
+
/* @__PURE__ */ jsx42(
|
|
1023
1066
|
"path",
|
|
1024
1067
|
{
|
|
1025
1068
|
fillRule: "evenodd",
|
|
@@ -1028,7 +1071,7 @@ var Otp = (props) => {
|
|
|
1028
1071
|
fill: color
|
|
1029
1072
|
}
|
|
1030
1073
|
),
|
|
1031
|
-
/* @__PURE__ */
|
|
1074
|
+
/* @__PURE__ */ jsx42(
|
|
1032
1075
|
"path",
|
|
1033
1076
|
{
|
|
1034
1077
|
fillRule: "evenodd",
|
|
@@ -1037,7 +1080,7 @@ var Otp = (props) => {
|
|
|
1037
1080
|
fill: color
|
|
1038
1081
|
}
|
|
1039
1082
|
),
|
|
1040
|
-
/* @__PURE__ */
|
|
1083
|
+
/* @__PURE__ */ jsx42(
|
|
1041
1084
|
"path",
|
|
1042
1085
|
{
|
|
1043
1086
|
fillRule: "evenodd",
|
|
@@ -1046,7 +1089,7 @@ var Otp = (props) => {
|
|
|
1046
1089
|
fill: color
|
|
1047
1090
|
}
|
|
1048
1091
|
),
|
|
1049
|
-
/* @__PURE__ */
|
|
1092
|
+
/* @__PURE__ */ jsx42(
|
|
1050
1093
|
"path",
|
|
1051
1094
|
{
|
|
1052
1095
|
fillRule: "evenodd",
|
|
@@ -1055,7 +1098,7 @@ var Otp = (props) => {
|
|
|
1055
1098
|
fill: color
|
|
1056
1099
|
}
|
|
1057
1100
|
),
|
|
1058
|
-
/* @__PURE__ */
|
|
1101
|
+
/* @__PURE__ */ jsx42(
|
|
1059
1102
|
"path",
|
|
1060
1103
|
{
|
|
1061
1104
|
fillRule: "evenodd",
|
|
@@ -1069,11 +1112,11 @@ var Otp = (props) => {
|
|
|
1069
1112
|
var otp_default = Otp;
|
|
1070
1113
|
|
|
1071
1114
|
// src/icons/v2/outline/plus.tsx
|
|
1072
|
-
import { jsx as
|
|
1115
|
+
import { jsx as jsx43, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1073
1116
|
var Plus = (props) => {
|
|
1074
1117
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1075
|
-
return /* @__PURE__ */
|
|
1076
|
-
/* @__PURE__ */
|
|
1118
|
+
return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1119
|
+
/* @__PURE__ */ jsx43("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx43(
|
|
1077
1120
|
"path",
|
|
1078
1121
|
{
|
|
1079
1122
|
fillRule: "evenodd",
|
|
@@ -1082,24 +1125,24 @@ var Plus = (props) => {
|
|
|
1082
1125
|
fill: color
|
|
1083
1126
|
}
|
|
1084
1127
|
) }),
|
|
1085
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1086
1129
|
] });
|
|
1087
1130
|
};
|
|
1088
1131
|
var plus_default = Plus;
|
|
1089
1132
|
|
|
1090
1133
|
// src/icons/v2/outline/plus-large.tsx
|
|
1091
|
-
import { jsx as
|
|
1134
|
+
import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1092
1135
|
var PlusLarge = (props) => {
|
|
1093
1136
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1094
|
-
return /* @__PURE__ */
|
|
1095
|
-
/* @__PURE__ */
|
|
1137
|
+
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1138
|
+
/* @__PURE__ */ jsx44(
|
|
1096
1139
|
"path",
|
|
1097
1140
|
{
|
|
1098
1141
|
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",
|
|
1099
1142
|
fill: color
|
|
1100
1143
|
}
|
|
1101
1144
|
),
|
|
1102
|
-
/* @__PURE__ */
|
|
1145
|
+
/* @__PURE__ */ jsx44(
|
|
1103
1146
|
"path",
|
|
1104
1147
|
{
|
|
1105
1148
|
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",
|
|
@@ -1111,12 +1154,12 @@ var PlusLarge = (props) => {
|
|
|
1111
1154
|
var plus_large_default = PlusLarge;
|
|
1112
1155
|
|
|
1113
1156
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1114
|
-
import { jsx as
|
|
1157
|
+
import { jsx as jsx45, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1115
1158
|
var PrivacyPolicy = (props) => {
|
|
1116
1159
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1117
|
-
return /* @__PURE__ */
|
|
1118
|
-
/* @__PURE__ */
|
|
1119
|
-
/* @__PURE__ */
|
|
1160
|
+
return /* @__PURE__ */ jsxs33("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1161
|
+
/* @__PURE__ */ jsxs33("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1162
|
+
/* @__PURE__ */ jsx45(
|
|
1120
1163
|
"path",
|
|
1121
1164
|
{
|
|
1122
1165
|
fillRule: "evenodd",
|
|
@@ -1125,7 +1168,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1125
1168
|
fill: color
|
|
1126
1169
|
}
|
|
1127
1170
|
),
|
|
1128
|
-
/* @__PURE__ */
|
|
1171
|
+
/* @__PURE__ */ jsx45(
|
|
1129
1172
|
"path",
|
|
1130
1173
|
{
|
|
1131
1174
|
fillRule: "evenodd",
|
|
@@ -1134,7 +1177,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1134
1177
|
fill: color
|
|
1135
1178
|
}
|
|
1136
1179
|
),
|
|
1137
|
-
/* @__PURE__ */
|
|
1180
|
+
/* @__PURE__ */ jsx45(
|
|
1138
1181
|
"path",
|
|
1139
1182
|
{
|
|
1140
1183
|
fillRule: "evenodd",
|
|
@@ -1143,7 +1186,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1143
1186
|
fill: color
|
|
1144
1187
|
}
|
|
1145
1188
|
),
|
|
1146
|
-
/* @__PURE__ */
|
|
1189
|
+
/* @__PURE__ */ jsx45(
|
|
1147
1190
|
"path",
|
|
1148
1191
|
{
|
|
1149
1192
|
fillRule: "evenodd",
|
|
@@ -1152,7 +1195,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1152
1195
|
fill: color
|
|
1153
1196
|
}
|
|
1154
1197
|
),
|
|
1155
|
-
/* @__PURE__ */
|
|
1198
|
+
/* @__PURE__ */ jsx45(
|
|
1156
1199
|
"path",
|
|
1157
1200
|
{
|
|
1158
1201
|
fillRule: "evenodd",
|
|
@@ -1161,7 +1204,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1161
1204
|
fill: color
|
|
1162
1205
|
}
|
|
1163
1206
|
),
|
|
1164
|
-
/* @__PURE__ */
|
|
1207
|
+
/* @__PURE__ */ jsx45(
|
|
1165
1208
|
"path",
|
|
1166
1209
|
{
|
|
1167
1210
|
fillRule: "evenodd",
|
|
@@ -1171,18 +1214,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1171
1214
|
}
|
|
1172
1215
|
)
|
|
1173
1216
|
] }),
|
|
1174
|
-
/* @__PURE__ */
|
|
1217
|
+
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1175
1218
|
] });
|
|
1176
1219
|
};
|
|
1177
1220
|
var privacy_policy_default = PrivacyPolicy;
|
|
1178
1221
|
|
|
1179
1222
|
// src/icons/v2/outline/profile.tsx
|
|
1180
|
-
import { jsx as
|
|
1223
|
+
import { jsx as jsx46, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1181
1224
|
var Profile = (props) => {
|
|
1182
1225
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1183
|
-
return /* @__PURE__ */
|
|
1184
|
-
/* @__PURE__ */
|
|
1185
|
-
/* @__PURE__ */
|
|
1226
|
+
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1227
|
+
/* @__PURE__ */ jsxs34("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1228
|
+
/* @__PURE__ */ jsx46(
|
|
1186
1229
|
"path",
|
|
1187
1230
|
{
|
|
1188
1231
|
fillRule: "evenodd",
|
|
@@ -1191,7 +1234,7 @@ var Profile = (props) => {
|
|
|
1191
1234
|
fill: color
|
|
1192
1235
|
}
|
|
1193
1236
|
),
|
|
1194
|
-
/* @__PURE__ */
|
|
1237
|
+
/* @__PURE__ */ jsx46(
|
|
1195
1238
|
"path",
|
|
1196
1239
|
{
|
|
1197
1240
|
fillRule: "evenodd",
|
|
@@ -1201,17 +1244,17 @@ var Profile = (props) => {
|
|
|
1201
1244
|
}
|
|
1202
1245
|
)
|
|
1203
1246
|
] }),
|
|
1204
|
-
/* @__PURE__ */
|
|
1247
|
+
/* @__PURE__ */ jsx46("defs", { children: /* @__PURE__ */ jsx46("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx46("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1205
1248
|
] });
|
|
1206
1249
|
};
|
|
1207
1250
|
var profile_default = Profile;
|
|
1208
1251
|
|
|
1209
1252
|
// src/icons/v2/outline/qr-code.tsx
|
|
1210
|
-
import { jsx as
|
|
1253
|
+
import { jsx as jsx47, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1211
1254
|
var QRCode = (props) => {
|
|
1212
1255
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1213
|
-
return /* @__PURE__ */
|
|
1214
|
-
/* @__PURE__ */
|
|
1256
|
+
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1257
|
+
/* @__PURE__ */ jsx47(
|
|
1215
1258
|
"path",
|
|
1216
1259
|
{
|
|
1217
1260
|
fillRule: "evenodd",
|
|
@@ -1220,7 +1263,7 @@ var QRCode = (props) => {
|
|
|
1220
1263
|
fill: color
|
|
1221
1264
|
}
|
|
1222
1265
|
),
|
|
1223
|
-
/* @__PURE__ */
|
|
1266
|
+
/* @__PURE__ */ jsx47(
|
|
1224
1267
|
"path",
|
|
1225
1268
|
{
|
|
1226
1269
|
fillRule: "evenodd",
|
|
@@ -1229,7 +1272,7 @@ var QRCode = (props) => {
|
|
|
1229
1272
|
fill: color
|
|
1230
1273
|
}
|
|
1231
1274
|
),
|
|
1232
|
-
/* @__PURE__ */
|
|
1275
|
+
/* @__PURE__ */ jsx47(
|
|
1233
1276
|
"path",
|
|
1234
1277
|
{
|
|
1235
1278
|
fillRule: "evenodd",
|
|
@@ -1238,7 +1281,7 @@ var QRCode = (props) => {
|
|
|
1238
1281
|
fill: color
|
|
1239
1282
|
}
|
|
1240
1283
|
),
|
|
1241
|
-
/* @__PURE__ */
|
|
1284
|
+
/* @__PURE__ */ jsx47(
|
|
1242
1285
|
"path",
|
|
1243
1286
|
{
|
|
1244
1287
|
fillRule: "evenodd",
|
|
@@ -1247,7 +1290,7 @@ var QRCode = (props) => {
|
|
|
1247
1290
|
fill: color
|
|
1248
1291
|
}
|
|
1249
1292
|
),
|
|
1250
|
-
/* @__PURE__ */
|
|
1293
|
+
/* @__PURE__ */ jsx47(
|
|
1251
1294
|
"path",
|
|
1252
1295
|
{
|
|
1253
1296
|
fillRule: "evenodd",
|
|
@@ -1256,7 +1299,7 @@ var QRCode = (props) => {
|
|
|
1256
1299
|
fill: color
|
|
1257
1300
|
}
|
|
1258
1301
|
),
|
|
1259
|
-
/* @__PURE__ */
|
|
1302
|
+
/* @__PURE__ */ jsx47(
|
|
1260
1303
|
"path",
|
|
1261
1304
|
{
|
|
1262
1305
|
fillRule: "evenodd",
|
|
@@ -1265,7 +1308,7 @@ var QRCode = (props) => {
|
|
|
1265
1308
|
fill: color
|
|
1266
1309
|
}
|
|
1267
1310
|
),
|
|
1268
|
-
/* @__PURE__ */
|
|
1311
|
+
/* @__PURE__ */ jsx47(
|
|
1269
1312
|
"path",
|
|
1270
1313
|
{
|
|
1271
1314
|
fillRule: "evenodd",
|
|
@@ -1274,7 +1317,7 @@ var QRCode = (props) => {
|
|
|
1274
1317
|
fill: color
|
|
1275
1318
|
}
|
|
1276
1319
|
),
|
|
1277
|
-
/* @__PURE__ */
|
|
1320
|
+
/* @__PURE__ */ jsx47(
|
|
1278
1321
|
"path",
|
|
1279
1322
|
{
|
|
1280
1323
|
fillRule: "evenodd",
|
|
@@ -1283,7 +1326,7 @@ var QRCode = (props) => {
|
|
|
1283
1326
|
fill: color
|
|
1284
1327
|
}
|
|
1285
1328
|
),
|
|
1286
|
-
/* @__PURE__ */
|
|
1329
|
+
/* @__PURE__ */ jsx47(
|
|
1287
1330
|
"path",
|
|
1288
1331
|
{
|
|
1289
1332
|
fillRule: "evenodd",
|
|
@@ -1292,7 +1335,7 @@ var QRCode = (props) => {
|
|
|
1292
1335
|
fill: color
|
|
1293
1336
|
}
|
|
1294
1337
|
),
|
|
1295
|
-
/* @__PURE__ */
|
|
1338
|
+
/* @__PURE__ */ jsx47(
|
|
1296
1339
|
"path",
|
|
1297
1340
|
{
|
|
1298
1341
|
fillRule: "evenodd",
|
|
@@ -1306,10 +1349,10 @@ var QRCode = (props) => {
|
|
|
1306
1349
|
var qr_code_default = QRCode;
|
|
1307
1350
|
|
|
1308
1351
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1309
|
-
import { jsx as
|
|
1352
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
1310
1353
|
var QRCodeBase = (props) => {
|
|
1311
1354
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1312
|
-
return /* @__PURE__ */
|
|
1355
|
+
return /* @__PURE__ */ jsx48("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx48(
|
|
1313
1356
|
"path",
|
|
1314
1357
|
{
|
|
1315
1358
|
fillRule: "evenodd",
|
|
@@ -1322,11 +1365,11 @@ var QRCodeBase = (props) => {
|
|
|
1322
1365
|
var qr_code_base_default = QRCodeBase;
|
|
1323
1366
|
|
|
1324
1367
|
// src/icons/v2/outline/search.tsx
|
|
1325
|
-
import { jsx as
|
|
1368
|
+
import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1326
1369
|
var Search = (props) => {
|
|
1327
1370
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1328
|
-
return /* @__PURE__ */
|
|
1329
|
-
/* @__PURE__ */
|
|
1371
|
+
return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1372
|
+
/* @__PURE__ */ jsx49(
|
|
1330
1373
|
"path",
|
|
1331
1374
|
{
|
|
1332
1375
|
fillRule: "evenodd",
|
|
@@ -1335,7 +1378,7 @@ var Search = (props) => {
|
|
|
1335
1378
|
fill: color
|
|
1336
1379
|
}
|
|
1337
1380
|
),
|
|
1338
|
-
/* @__PURE__ */
|
|
1381
|
+
/* @__PURE__ */ jsx49(
|
|
1339
1382
|
"path",
|
|
1340
1383
|
{
|
|
1341
1384
|
fillRule: "evenodd",
|
|
@@ -1349,10 +1392,10 @@ var Search = (props) => {
|
|
|
1349
1392
|
var search_default = Search;
|
|
1350
1393
|
|
|
1351
1394
|
// src/icons/v2/outline/setting.tsx
|
|
1352
|
-
import { jsx as
|
|
1395
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
1353
1396
|
var Setting = (props) => {
|
|
1354
1397
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1355
|
-
return /* @__PURE__ */
|
|
1398
|
+
return /* @__PURE__ */ jsx50("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx50(
|
|
1356
1399
|
"path",
|
|
1357
1400
|
{
|
|
1358
1401
|
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",
|
|
@@ -1363,11 +1406,11 @@ var Setting = (props) => {
|
|
|
1363
1406
|
var setting_default = Setting;
|
|
1364
1407
|
|
|
1365
1408
|
// src/icons/v2/outline/share.tsx
|
|
1366
|
-
import { jsx as
|
|
1409
|
+
import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1367
1410
|
var Bag2 = (props) => {
|
|
1368
1411
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1369
|
-
return /* @__PURE__ */
|
|
1370
|
-
/* @__PURE__ */
|
|
1412
|
+
return /* @__PURE__ */ jsxs37("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1413
|
+
/* @__PURE__ */ jsx51(
|
|
1371
1414
|
"path",
|
|
1372
1415
|
{
|
|
1373
1416
|
fillRule: "evenodd",
|
|
@@ -1376,7 +1419,7 @@ var Bag2 = (props) => {
|
|
|
1376
1419
|
fill: color
|
|
1377
1420
|
}
|
|
1378
1421
|
),
|
|
1379
|
-
/* @__PURE__ */
|
|
1422
|
+
/* @__PURE__ */ jsx51(
|
|
1380
1423
|
"path",
|
|
1381
1424
|
{
|
|
1382
1425
|
fillRule: "evenodd",
|
|
@@ -1385,7 +1428,7 @@ var Bag2 = (props) => {
|
|
|
1385
1428
|
fill: color
|
|
1386
1429
|
}
|
|
1387
1430
|
),
|
|
1388
|
-
/* @__PURE__ */
|
|
1431
|
+
/* @__PURE__ */ jsx51(
|
|
1389
1432
|
"path",
|
|
1390
1433
|
{
|
|
1391
1434
|
fillRule: "evenodd",
|
|
@@ -1399,11 +1442,11 @@ var Bag2 = (props) => {
|
|
|
1399
1442
|
var share_default = Bag2;
|
|
1400
1443
|
|
|
1401
1444
|
// src/icons/v2/outline/sort.tsx
|
|
1402
|
-
import { jsx as
|
|
1445
|
+
import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1403
1446
|
var Sort = (props) => {
|
|
1404
1447
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1405
|
-
return /* @__PURE__ */
|
|
1406
|
-
/* @__PURE__ */
|
|
1448
|
+
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1449
|
+
/* @__PURE__ */ jsx52(
|
|
1407
1450
|
"path",
|
|
1408
1451
|
{
|
|
1409
1452
|
fillRule: "evenodd",
|
|
@@ -1412,7 +1455,7 @@ var Sort = (props) => {
|
|
|
1412
1455
|
fill: color
|
|
1413
1456
|
}
|
|
1414
1457
|
),
|
|
1415
|
-
/* @__PURE__ */
|
|
1458
|
+
/* @__PURE__ */ jsx52(
|
|
1416
1459
|
"path",
|
|
1417
1460
|
{
|
|
1418
1461
|
fillRule: "evenodd",
|
|
@@ -1426,25 +1469,25 @@ var Sort = (props) => {
|
|
|
1426
1469
|
var sort_default = Sort;
|
|
1427
1470
|
|
|
1428
1471
|
// src/icons/v2/outline/store-complete.tsx
|
|
1429
|
-
import { jsx as
|
|
1472
|
+
import { jsx as jsx53, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1430
1473
|
var StoreComplete = (props) => {
|
|
1431
1474
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1432
|
-
return /* @__PURE__ */
|
|
1433
|
-
/* @__PURE__ */
|
|
1475
|
+
return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1476
|
+
/* @__PURE__ */ jsx53(
|
|
1434
1477
|
"path",
|
|
1435
1478
|
{
|
|
1436
1479
|
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",
|
|
1437
1480
|
fill: color
|
|
1438
1481
|
}
|
|
1439
1482
|
),
|
|
1440
|
-
/* @__PURE__ */
|
|
1483
|
+
/* @__PURE__ */ jsx53(
|
|
1441
1484
|
"path",
|
|
1442
1485
|
{
|
|
1443
1486
|
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",
|
|
1444
1487
|
fill: color
|
|
1445
1488
|
}
|
|
1446
1489
|
),
|
|
1447
|
-
/* @__PURE__ */
|
|
1490
|
+
/* @__PURE__ */ jsx53(
|
|
1448
1491
|
"path",
|
|
1449
1492
|
{
|
|
1450
1493
|
fillRule: "evenodd",
|
|
@@ -1458,12 +1501,12 @@ var StoreComplete = (props) => {
|
|
|
1458
1501
|
var store_complete_default = StoreComplete;
|
|
1459
1502
|
|
|
1460
1503
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1461
|
-
import { jsx as
|
|
1504
|
+
import { jsx as jsx54, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1462
1505
|
var TermConditions = (props) => {
|
|
1463
1506
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1464
|
-
return /* @__PURE__ */
|
|
1465
|
-
/* @__PURE__ */
|
|
1466
|
-
/* @__PURE__ */
|
|
1507
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1508
|
+
/* @__PURE__ */ jsxs40("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1509
|
+
/* @__PURE__ */ jsx54(
|
|
1467
1510
|
"path",
|
|
1468
1511
|
{
|
|
1469
1512
|
fillRule: "evenodd",
|
|
@@ -1472,7 +1515,7 @@ var TermConditions = (props) => {
|
|
|
1472
1515
|
fill: color
|
|
1473
1516
|
}
|
|
1474
1517
|
),
|
|
1475
|
-
/* @__PURE__ */
|
|
1518
|
+
/* @__PURE__ */ jsx54(
|
|
1476
1519
|
"path",
|
|
1477
1520
|
{
|
|
1478
1521
|
fillRule: "evenodd",
|
|
@@ -1481,7 +1524,7 @@ var TermConditions = (props) => {
|
|
|
1481
1524
|
fill: color
|
|
1482
1525
|
}
|
|
1483
1526
|
),
|
|
1484
|
-
/* @__PURE__ */
|
|
1527
|
+
/* @__PURE__ */ jsx54(
|
|
1485
1528
|
"path",
|
|
1486
1529
|
{
|
|
1487
1530
|
fillRule: "evenodd",
|
|
@@ -1490,7 +1533,7 @@ var TermConditions = (props) => {
|
|
|
1490
1533
|
fill: color
|
|
1491
1534
|
}
|
|
1492
1535
|
),
|
|
1493
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx54(
|
|
1494
1537
|
"path",
|
|
1495
1538
|
{
|
|
1496
1539
|
fillRule: "evenodd",
|
|
@@ -1499,7 +1542,7 @@ var TermConditions = (props) => {
|
|
|
1499
1542
|
fill: color
|
|
1500
1543
|
}
|
|
1501
1544
|
),
|
|
1502
|
-
/* @__PURE__ */
|
|
1545
|
+
/* @__PURE__ */ jsx54(
|
|
1503
1546
|
"path",
|
|
1504
1547
|
{
|
|
1505
1548
|
fillRule: "evenodd",
|
|
@@ -1508,7 +1551,7 @@ var TermConditions = (props) => {
|
|
|
1508
1551
|
fill: color
|
|
1509
1552
|
}
|
|
1510
1553
|
),
|
|
1511
|
-
/* @__PURE__ */
|
|
1554
|
+
/* @__PURE__ */ jsx54(
|
|
1512
1555
|
"path",
|
|
1513
1556
|
{
|
|
1514
1557
|
fillRule: "evenodd",
|
|
@@ -1518,18 +1561,18 @@ var TermConditions = (props) => {
|
|
|
1518
1561
|
}
|
|
1519
1562
|
)
|
|
1520
1563
|
] }),
|
|
1521
|
-
/* @__PURE__ */
|
|
1564
|
+
/* @__PURE__ */ jsx54("defs", { children: /* @__PURE__ */ jsx54("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx54("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1522
1565
|
] });
|
|
1523
1566
|
};
|
|
1524
1567
|
var term_conditions_default = TermConditions;
|
|
1525
1568
|
|
|
1526
1569
|
// src/icons/v2/outline/trash.tsx
|
|
1527
|
-
import { jsx as
|
|
1570
|
+
import { jsx as jsx55, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1528
1571
|
var Trash = (props) => {
|
|
1529
1572
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1530
|
-
return /* @__PURE__ */
|
|
1531
|
-
/* @__PURE__ */
|
|
1532
|
-
/* @__PURE__ */
|
|
1573
|
+
return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1574
|
+
/* @__PURE__ */ jsxs41("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1575
|
+
/* @__PURE__ */ jsx55(
|
|
1533
1576
|
"path",
|
|
1534
1577
|
{
|
|
1535
1578
|
fillRule: "evenodd",
|
|
@@ -1538,7 +1581,7 @@ var Trash = (props) => {
|
|
|
1538
1581
|
fill: color
|
|
1539
1582
|
}
|
|
1540
1583
|
),
|
|
1541
|
-
/* @__PURE__ */
|
|
1584
|
+
/* @__PURE__ */ jsx55(
|
|
1542
1585
|
"path",
|
|
1543
1586
|
{
|
|
1544
1587
|
fillRule: "evenodd",
|
|
@@ -1547,7 +1590,7 @@ var Trash = (props) => {
|
|
|
1547
1590
|
fill: color
|
|
1548
1591
|
}
|
|
1549
1592
|
),
|
|
1550
|
-
/* @__PURE__ */
|
|
1593
|
+
/* @__PURE__ */ jsx55(
|
|
1551
1594
|
"path",
|
|
1552
1595
|
{
|
|
1553
1596
|
fillRule: "evenodd",
|
|
@@ -1556,7 +1599,7 @@ var Trash = (props) => {
|
|
|
1556
1599
|
fill: color
|
|
1557
1600
|
}
|
|
1558
1601
|
),
|
|
1559
|
-
/* @__PURE__ */
|
|
1602
|
+
/* @__PURE__ */ jsx55(
|
|
1560
1603
|
"path",
|
|
1561
1604
|
{
|
|
1562
1605
|
fillRule: "evenodd",
|
|
@@ -1566,17 +1609,17 @@ var Trash = (props) => {
|
|
|
1566
1609
|
}
|
|
1567
1610
|
)
|
|
1568
1611
|
] }),
|
|
1569
|
-
/* @__PURE__ */
|
|
1612
|
+
/* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx55("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1570
1613
|
] });
|
|
1571
1614
|
};
|
|
1572
1615
|
var trash_default = Trash;
|
|
1573
1616
|
|
|
1574
1617
|
// src/icons/v2/outline/truck.tsx
|
|
1575
|
-
import { jsx as
|
|
1618
|
+
import { jsx as jsx56, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1576
1619
|
var Truck = (props) => {
|
|
1577
1620
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1578
|
-
return /* @__PURE__ */
|
|
1579
|
-
/* @__PURE__ */
|
|
1621
|
+
return /* @__PURE__ */ jsxs42("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1622
|
+
/* @__PURE__ */ jsx56("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx56(
|
|
1580
1623
|
"path",
|
|
1581
1624
|
{
|
|
1582
1625
|
fillRule: "evenodd",
|
|
@@ -1585,18 +1628,18 @@ var Truck = (props) => {
|
|
|
1585
1628
|
fill: color
|
|
1586
1629
|
}
|
|
1587
1630
|
) }),
|
|
1588
|
-
/* @__PURE__ */
|
|
1631
|
+
/* @__PURE__ */ jsx56("defs", { children: /* @__PURE__ */ jsx56("clipPath", { id: "truck", children: /* @__PURE__ */ jsx56("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1589
1632
|
] });
|
|
1590
1633
|
};
|
|
1591
1634
|
var truck_default = Truck;
|
|
1592
1635
|
|
|
1593
1636
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
1594
|
-
import { jsx as
|
|
1637
|
+
import { jsx as jsx57, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1595
1638
|
var AddBagSolid = (props) => {
|
|
1596
1639
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1597
1640
|
const fillColor = color || "#12784A";
|
|
1598
|
-
return /* @__PURE__ */
|
|
1599
|
-
/* @__PURE__ */
|
|
1641
|
+
return /* @__PURE__ */ jsxs43("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1642
|
+
/* @__PURE__ */ jsx57(
|
|
1600
1643
|
"path",
|
|
1601
1644
|
{
|
|
1602
1645
|
fillRule: "evenodd",
|
|
@@ -1605,7 +1648,7 @@ var AddBagSolid = (props) => {
|
|
|
1605
1648
|
fill: fillColor
|
|
1606
1649
|
}
|
|
1607
1650
|
),
|
|
1608
|
-
/* @__PURE__ */
|
|
1651
|
+
/* @__PURE__ */ jsx57(
|
|
1609
1652
|
"path",
|
|
1610
1653
|
{
|
|
1611
1654
|
fillRule: "evenodd",
|
|
@@ -1619,10 +1662,10 @@ var AddBagSolid = (props) => {
|
|
|
1619
1662
|
var add_bag_solid_default = AddBagSolid;
|
|
1620
1663
|
|
|
1621
1664
|
// src/icons/v2/solid/bag-solid.tsx
|
|
1622
|
-
import { jsx as
|
|
1665
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1623
1666
|
var BagSolid = (props) => {
|
|
1624
1667
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1625
|
-
return /* @__PURE__ */
|
|
1668
|
+
return /* @__PURE__ */ jsx58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx58(
|
|
1626
1669
|
"path",
|
|
1627
1670
|
{
|
|
1628
1671
|
fillRule: "evenodd",
|
|
@@ -1635,32 +1678,32 @@ var BagSolid = (props) => {
|
|
|
1635
1678
|
var bag_solid_default = BagSolid;
|
|
1636
1679
|
|
|
1637
1680
|
// src/icons/v2/solid/category-solid.tsx
|
|
1638
|
-
import { jsx as
|
|
1681
|
+
import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1639
1682
|
var CategorySolid = (props) => {
|
|
1640
1683
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1641
|
-
return /* @__PURE__ */
|
|
1642
|
-
/* @__PURE__ */
|
|
1684
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1685
|
+
/* @__PURE__ */ jsx59(
|
|
1643
1686
|
"path",
|
|
1644
1687
|
{
|
|
1645
1688
|
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",
|
|
1646
1689
|
fill: color
|
|
1647
1690
|
}
|
|
1648
1691
|
),
|
|
1649
|
-
/* @__PURE__ */
|
|
1692
|
+
/* @__PURE__ */ jsx59(
|
|
1650
1693
|
"path",
|
|
1651
1694
|
{
|
|
1652
1695
|
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",
|
|
1653
1696
|
fill: color
|
|
1654
1697
|
}
|
|
1655
1698
|
),
|
|
1656
|
-
/* @__PURE__ */
|
|
1699
|
+
/* @__PURE__ */ jsx59(
|
|
1657
1700
|
"path",
|
|
1658
1701
|
{
|
|
1659
1702
|
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",
|
|
1660
1703
|
fill: color
|
|
1661
1704
|
}
|
|
1662
1705
|
),
|
|
1663
|
-
/* @__PURE__ */
|
|
1706
|
+
/* @__PURE__ */ jsx59(
|
|
1664
1707
|
"path",
|
|
1665
1708
|
{
|
|
1666
1709
|
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",
|
|
@@ -1672,10 +1715,10 @@ var CategorySolid = (props) => {
|
|
|
1672
1715
|
var category_solid_default = CategorySolid;
|
|
1673
1716
|
|
|
1674
1717
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
1675
|
-
import { jsx as
|
|
1718
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
1676
1719
|
var ChatCsSolid = (props) => {
|
|
1677
1720
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1678
|
-
return /* @__PURE__ */
|
|
1721
|
+
return /* @__PURE__ */ jsx60("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx60(
|
|
1679
1722
|
"path",
|
|
1680
1723
|
{
|
|
1681
1724
|
fillRule: "evenodd",
|
|
@@ -1688,13 +1731,13 @@ var ChatCsSolid = (props) => {
|
|
|
1688
1731
|
var chat_cs_solid_default = ChatCsSolid;
|
|
1689
1732
|
|
|
1690
1733
|
// src/icons/v2/solid/direction.tsx
|
|
1691
|
-
import { jsx as
|
|
1734
|
+
import { jsx as jsx61, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1692
1735
|
var Direction = (props) => {
|
|
1693
1736
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1694
|
-
return /* @__PURE__ */
|
|
1695
|
-
/* @__PURE__ */
|
|
1696
|
-
/* @__PURE__ */
|
|
1697
|
-
/* @__PURE__ */
|
|
1737
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1738
|
+
/* @__PURE__ */ jsxs45("g", { clipPath: "url(#direction)", children: [
|
|
1739
|
+
/* @__PURE__ */ jsx61("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
1740
|
+
/* @__PURE__ */ jsx61(
|
|
1698
1741
|
"path",
|
|
1699
1742
|
{
|
|
1700
1743
|
fillRule: "evenodd",
|
|
@@ -1704,16 +1747,16 @@ var Direction = (props) => {
|
|
|
1704
1747
|
}
|
|
1705
1748
|
)
|
|
1706
1749
|
] }),
|
|
1707
|
-
/* @__PURE__ */
|
|
1750
|
+
/* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "direction", children: /* @__PURE__ */ jsx61("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1708
1751
|
] });
|
|
1709
1752
|
};
|
|
1710
1753
|
var direction_default = Direction;
|
|
1711
1754
|
|
|
1712
1755
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
1713
|
-
import { jsx as
|
|
1756
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1714
1757
|
var EnvelopedSolid = (props) => {
|
|
1715
1758
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1716
|
-
return /* @__PURE__ */
|
|
1759
|
+
return /* @__PURE__ */ jsx62("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx62(
|
|
1717
1760
|
"path",
|
|
1718
1761
|
{
|
|
1719
1762
|
fillRule: "evenodd",
|
|
@@ -1726,10 +1769,10 @@ var EnvelopedSolid = (props) => {
|
|
|
1726
1769
|
var enveloped_solid_default = EnvelopedSolid;
|
|
1727
1770
|
|
|
1728
1771
|
// src/icons/v2/solid/hand.tsx
|
|
1729
|
-
import { jsx as
|
|
1772
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1730
1773
|
var Hand = (props) => {
|
|
1731
1774
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1732
|
-
return /* @__PURE__ */
|
|
1775
|
+
return /* @__PURE__ */ jsx63("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx63("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx63(
|
|
1733
1776
|
"path",
|
|
1734
1777
|
{
|
|
1735
1778
|
id: "Vector 650",
|
|
@@ -1741,10 +1784,10 @@ var Hand = (props) => {
|
|
|
1741
1784
|
var hand_default = Hand;
|
|
1742
1785
|
|
|
1743
1786
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
1744
|
-
import { jsx as
|
|
1787
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1745
1788
|
var HandphoneSolid = (props) => {
|
|
1746
1789
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1747
|
-
return /* @__PURE__ */
|
|
1790
|
+
return /* @__PURE__ */ jsx64("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx64(
|
|
1748
1791
|
"path",
|
|
1749
1792
|
{
|
|
1750
1793
|
fillRule: "evenodd",
|
|
@@ -1757,10 +1800,10 @@ var HandphoneSolid = (props) => {
|
|
|
1757
1800
|
var handphone_solid_default = HandphoneSolid;
|
|
1758
1801
|
|
|
1759
1802
|
// src/icons/v2/solid/heart-solid.tsx
|
|
1760
|
-
import { jsx as
|
|
1803
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1761
1804
|
var HeartSolid = (props) => {
|
|
1762
1805
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1763
|
-
return /* @__PURE__ */
|
|
1806
|
+
return /* @__PURE__ */ jsx65("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx65(
|
|
1764
1807
|
"path",
|
|
1765
1808
|
{
|
|
1766
1809
|
d: "M7.20462 3.5C5.39384 3.5 4.14221 4.37618 3.34541 5.43938C2.57995 6.46075 2.22083 7.66404 2.116 8.49343C1.76363 10.1208 2.361 13.8065 6.47489 17.5459C7.15011 18.1878 9.07394 19.8084 11.6021 21.3911C11.8455 21.5435 12.1546 21.5435 12.398 21.3911C14.9261 19.8084 16.8499 18.188 17.5251 17.5461C21.639 13.8067 22.2364 10.1209 21.884 8.49357C21.7792 7.66418 21.4201 6.4609 20.6546 5.43954C19.8578 4.37634 18.6062 3.50016 16.7954 3.50016C14.3637 3.50016 12.8356 4.75586 12 5.97304C11.1645 4.75581 9.63638 3.5 7.20462 3.5Z",
|
|
@@ -1771,10 +1814,10 @@ var HeartSolid = (props) => {
|
|
|
1771
1814
|
var heart_solid_default = HeartSolid;
|
|
1772
1815
|
|
|
1773
1816
|
// src/icons/v2/solid/home-solid.tsx
|
|
1774
|
-
import { jsx as
|
|
1817
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1775
1818
|
var HomeSolid = (props) => {
|
|
1776
1819
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1777
|
-
return /* @__PURE__ */
|
|
1820
|
+
return /* @__PURE__ */ jsx66("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx66(
|
|
1778
1821
|
"path",
|
|
1779
1822
|
{
|
|
1780
1823
|
fillRule: "evenodd",
|
|
@@ -1787,10 +1830,10 @@ var HomeSolid = (props) => {
|
|
|
1787
1830
|
var home_solid_default = HomeSolid;
|
|
1788
1831
|
|
|
1789
1832
|
// src/icons/v2/solid/info-solid.tsx
|
|
1790
|
-
import { jsx as
|
|
1833
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
1791
1834
|
var InfoSolid = (props) => {
|
|
1792
1835
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1793
|
-
return /* @__PURE__ */
|
|
1836
|
+
return /* @__PURE__ */ jsx67("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx67(
|
|
1794
1837
|
"path",
|
|
1795
1838
|
{
|
|
1796
1839
|
fillRule: "evenodd",
|
|
@@ -1803,18 +1846,18 @@ var InfoSolid = (props) => {
|
|
|
1803
1846
|
var info_solid_default = InfoSolid;
|
|
1804
1847
|
|
|
1805
1848
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
1806
|
-
import { jsx as
|
|
1849
|
+
import { jsx as jsx68, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1807
1850
|
var MapMarkerSolid = (props) => {
|
|
1808
1851
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1809
|
-
return /* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1852
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1853
|
+
/* @__PURE__ */ jsx68(
|
|
1811
1854
|
"path",
|
|
1812
1855
|
{
|
|
1813
1856
|
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",
|
|
1814
1857
|
fill: color
|
|
1815
1858
|
}
|
|
1816
1859
|
),
|
|
1817
|
-
/* @__PURE__ */
|
|
1860
|
+
/* @__PURE__ */ jsx68(
|
|
1818
1861
|
"path",
|
|
1819
1862
|
{
|
|
1820
1863
|
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",
|
|
@@ -1826,18 +1869,18 @@ var MapMarkerSolid = (props) => {
|
|
|
1826
1869
|
var map_marker_solid_default = MapMarkerSolid;
|
|
1827
1870
|
|
|
1828
1871
|
// src/icons/v2/solid/profile-solid.tsx
|
|
1829
|
-
import { jsx as
|
|
1872
|
+
import { jsx as jsx69, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1830
1873
|
var ProfileSolid = (props) => {
|
|
1831
1874
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1832
|
-
return /* @__PURE__ */
|
|
1833
|
-
/* @__PURE__ */
|
|
1875
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1876
|
+
/* @__PURE__ */ jsx69(
|
|
1834
1877
|
"path",
|
|
1835
1878
|
{
|
|
1836
1879
|
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",
|
|
1837
1880
|
fill: color
|
|
1838
1881
|
}
|
|
1839
1882
|
),
|
|
1840
|
-
/* @__PURE__ */
|
|
1883
|
+
/* @__PURE__ */ jsx69(
|
|
1841
1884
|
"path",
|
|
1842
1885
|
{
|
|
1843
1886
|
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",
|
|
@@ -1849,10 +1892,10 @@ var ProfileSolid = (props) => {
|
|
|
1849
1892
|
var profile_solid_default = ProfileSolid;
|
|
1850
1893
|
|
|
1851
1894
|
// src/icons/v2/solid/search-solid.tsx
|
|
1852
|
-
import { jsx as
|
|
1895
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1853
1896
|
var SearchSolid = (props) => {
|
|
1854
1897
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1855
|
-
return /* @__PURE__ */
|
|
1898
|
+
return /* @__PURE__ */ jsx70("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
|
|
1856
1899
|
"path",
|
|
1857
1900
|
{
|
|
1858
1901
|
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",
|
|
@@ -1863,18 +1906,18 @@ var SearchSolid = (props) => {
|
|
|
1863
1906
|
var search_solid_default = SearchSolid;
|
|
1864
1907
|
|
|
1865
1908
|
// src/icons/v2/solid/setting-solid.tsx
|
|
1866
|
-
import { jsx as
|
|
1909
|
+
import { jsx as jsx71, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1867
1910
|
var SettingSolid = (props) => {
|
|
1868
1911
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1869
|
-
return /* @__PURE__ */
|
|
1870
|
-
/* @__PURE__ */
|
|
1912
|
+
return /* @__PURE__ */ jsxs48("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1913
|
+
/* @__PURE__ */ jsx71(
|
|
1871
1914
|
"path",
|
|
1872
1915
|
{
|
|
1873
1916
|
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",
|
|
1874
1917
|
fill: "#999999"
|
|
1875
1918
|
}
|
|
1876
1919
|
),
|
|
1877
|
-
/* @__PURE__ */
|
|
1920
|
+
/* @__PURE__ */ jsx71(
|
|
1878
1921
|
"path",
|
|
1879
1922
|
{
|
|
1880
1923
|
fillRule: "evenodd",
|
|
@@ -1887,12 +1930,26 @@ var SettingSolid = (props) => {
|
|
|
1887
1930
|
};
|
|
1888
1931
|
var setting_solid_default = SettingSolid;
|
|
1889
1932
|
|
|
1933
|
+
// src/icons/v2/solid/success-solid.tsx
|
|
1934
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1935
|
+
var SuccessSolid = (props) => {
|
|
1936
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1937
|
+
return /* @__PURE__ */ jsx72("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
1938
|
+
"path",
|
|
1939
|
+
{
|
|
1940
|
+
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",
|
|
1941
|
+
fill: color
|
|
1942
|
+
}
|
|
1943
|
+
) });
|
|
1944
|
+
};
|
|
1945
|
+
var success_solid_default = SuccessSolid;
|
|
1946
|
+
|
|
1890
1947
|
// src/icons/v2/solid/trash-solid.tsx
|
|
1891
|
-
import { jsx as
|
|
1948
|
+
import { jsx as jsx73, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1892
1949
|
var TrashSolid = (props) => {
|
|
1893
1950
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1894
|
-
return /* @__PURE__ */
|
|
1895
|
-
/* @__PURE__ */
|
|
1951
|
+
return /* @__PURE__ */ jsxs49("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1952
|
+
/* @__PURE__ */ jsx73(
|
|
1896
1953
|
"path",
|
|
1897
1954
|
{
|
|
1898
1955
|
fillRule: "evenodd",
|
|
@@ -1901,7 +1958,7 @@ var TrashSolid = (props) => {
|
|
|
1901
1958
|
fill: color
|
|
1902
1959
|
}
|
|
1903
1960
|
),
|
|
1904
|
-
/* @__PURE__ */
|
|
1961
|
+
/* @__PURE__ */ jsx73(
|
|
1905
1962
|
"path",
|
|
1906
1963
|
{
|
|
1907
1964
|
fillRule: "evenodd",
|
|
@@ -1915,11 +1972,11 @@ var TrashSolid = (props) => {
|
|
|
1915
1972
|
var trash_solid_default = TrashSolid;
|
|
1916
1973
|
|
|
1917
1974
|
// src/icons/v2/solid/trend-up.tsx
|
|
1918
|
-
import { jsx as
|
|
1975
|
+
import { jsx as jsx74, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1919
1976
|
var TrendUp = (props) => {
|
|
1920
1977
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1921
|
-
return /* @__PURE__ */
|
|
1922
|
-
/* @__PURE__ */
|
|
1978
|
+
return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs50("g", { id: "Vector", children: [
|
|
1979
|
+
/* @__PURE__ */ jsx74(
|
|
1923
1980
|
"path",
|
|
1924
1981
|
{
|
|
1925
1982
|
fillRule: "evenodd",
|
|
@@ -1928,14 +1985,14 @@ var TrendUp = (props) => {
|
|
|
1928
1985
|
fill: color
|
|
1929
1986
|
}
|
|
1930
1987
|
),
|
|
1931
|
-
/* @__PURE__ */
|
|
1988
|
+
/* @__PURE__ */ jsx74(
|
|
1932
1989
|
"path",
|
|
1933
1990
|
{
|
|
1934
1991
|
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",
|
|
1935
1992
|
fill: color
|
|
1936
1993
|
}
|
|
1937
1994
|
),
|
|
1938
|
-
/* @__PURE__ */
|
|
1995
|
+
/* @__PURE__ */ jsx74(
|
|
1939
1996
|
"path",
|
|
1940
1997
|
{
|
|
1941
1998
|
fillRule: "evenodd",
|
|
@@ -1949,10 +2006,10 @@ var TrendUp = (props) => {
|
|
|
1949
2006
|
var trend_up_default = TrendUp;
|
|
1950
2007
|
|
|
1951
2008
|
// src/icons/v2/solid/voucher.tsx
|
|
1952
|
-
import { jsx as
|
|
2009
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1953
2010
|
var Voucher = (props) => {
|
|
1954
2011
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1955
|
-
return /* @__PURE__ */
|
|
2012
|
+
return /* @__PURE__ */ jsx75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx75(
|
|
1956
2013
|
"path",
|
|
1957
2014
|
{
|
|
1958
2015
|
fillRule: "evenodd",
|
|
@@ -1965,10 +2022,10 @@ var Voucher = (props) => {
|
|
|
1965
2022
|
var voucher_default = Voucher;
|
|
1966
2023
|
|
|
1967
2024
|
// src/icons/v2/solid/wallet.tsx
|
|
1968
|
-
import { jsx as
|
|
2025
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1969
2026
|
var Wallet = (props) => {
|
|
1970
2027
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1971
|
-
return /* @__PURE__ */
|
|
2028
|
+
return /* @__PURE__ */ jsx76("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx76("g", { id: "24x24", children: /* @__PURE__ */ jsx76(
|
|
1972
2029
|
"path",
|
|
1973
2030
|
{
|
|
1974
2031
|
id: "Subtract",
|
|
@@ -2007,6 +2064,7 @@ export {
|
|
|
2007
2064
|
close_default as Close,
|
|
2008
2065
|
close_large_default as CloseLarge,
|
|
2009
2066
|
contact_book_default as ContactBook,
|
|
2067
|
+
copy_default as Copy,
|
|
2010
2068
|
delivered_default as Delivered,
|
|
2011
2069
|
direction_default as Direction,
|
|
2012
2070
|
edit_default as Edit,
|
|
@@ -2048,6 +2106,7 @@ export {
|
|
|
2048
2106
|
share_default as Share,
|
|
2049
2107
|
sort_default as Sort,
|
|
2050
2108
|
store_complete_default as StoreComplete,
|
|
2109
|
+
success_solid_default as SuccessSolid,
|
|
2051
2110
|
term_conditions_default as TermConditions,
|
|
2052
2111
|
trash_default as Trash,
|
|
2053
2112
|
trash_solid_default as TrashSolid,
|