@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.mjs
CHANGED
|
@@ -515,12 +515,37 @@ var ChevronUpLarge = (props) => {
|
|
|
515
515
|
};
|
|
516
516
|
var chevron_up_large_default = ChevronUpLarge;
|
|
517
517
|
|
|
518
|
-
// src/icons/v2/outline/
|
|
518
|
+
// src/icons/v2/outline/clock.tsx
|
|
519
519
|
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
520
|
+
var Clock = (props) => {
|
|
521
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
522
|
+
return /* @__PURE__ */ jsxs16("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
|
|
523
|
+
/* @__PURE__ */ jsx23(
|
|
524
|
+
"path",
|
|
525
|
+
{
|
|
526
|
+
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",
|
|
527
|
+
fill: color
|
|
528
|
+
}
|
|
529
|
+
),
|
|
530
|
+
/* @__PURE__ */ jsx23(
|
|
531
|
+
"path",
|
|
532
|
+
{
|
|
533
|
+
fillRule: "evenodd",
|
|
534
|
+
clipRule: "evenodd",
|
|
535
|
+
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",
|
|
536
|
+
fill: color
|
|
537
|
+
}
|
|
538
|
+
)
|
|
539
|
+
] });
|
|
540
|
+
};
|
|
541
|
+
var clock_default = Clock;
|
|
542
|
+
|
|
543
|
+
// src/icons/v2/outline/close.tsx
|
|
544
|
+
import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
520
545
|
var Close = (props) => {
|
|
521
546
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
522
|
-
return /* @__PURE__ */
|
|
523
|
-
/* @__PURE__ */
|
|
547
|
+
return /* @__PURE__ */ jsxs17("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
548
|
+
/* @__PURE__ */ jsx24("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ jsx24(
|
|
524
549
|
"path",
|
|
525
550
|
{
|
|
526
551
|
fillRule: "evenodd",
|
|
@@ -529,24 +554,24 @@ var Close = (props) => {
|
|
|
529
554
|
fill: color
|
|
530
555
|
}
|
|
531
556
|
) }),
|
|
532
|
-
/* @__PURE__ */
|
|
557
|
+
/* @__PURE__ */ jsx24("defs", { children: /* @__PURE__ */ jsx24("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ jsx24("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
533
558
|
] });
|
|
534
559
|
};
|
|
535
560
|
var close_default = Close;
|
|
536
561
|
|
|
537
562
|
// src/icons/v2/outline/close-large.tsx
|
|
538
|
-
import { jsx as
|
|
563
|
+
import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
539
564
|
var CloseLarge = (props) => {
|
|
540
565
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
541
|
-
return /* @__PURE__ */
|
|
542
|
-
/* @__PURE__ */
|
|
566
|
+
return /* @__PURE__ */ jsxs18("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
567
|
+
/* @__PURE__ */ jsx25(
|
|
543
568
|
"path",
|
|
544
569
|
{
|
|
545
570
|
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",
|
|
546
571
|
fill: color
|
|
547
572
|
}
|
|
548
573
|
),
|
|
549
|
-
/* @__PURE__ */
|
|
574
|
+
/* @__PURE__ */ jsx25(
|
|
550
575
|
"path",
|
|
551
576
|
{
|
|
552
577
|
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",
|
|
@@ -558,11 +583,11 @@ var CloseLarge = (props) => {
|
|
|
558
583
|
var close_large_default = CloseLarge;
|
|
559
584
|
|
|
560
585
|
// src/icons/v2/outline/contact-book.tsx
|
|
561
|
-
import { jsx as
|
|
586
|
+
import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
562
587
|
var ContactBook = (props) => {
|
|
563
588
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
564
|
-
return /* @__PURE__ */
|
|
565
|
-
/* @__PURE__ */
|
|
589
|
+
return /* @__PURE__ */ jsxs19("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
590
|
+
/* @__PURE__ */ jsx26(
|
|
566
591
|
"path",
|
|
567
592
|
{
|
|
568
593
|
fillRule: "evenodd",
|
|
@@ -571,7 +596,7 @@ var ContactBook = (props) => {
|
|
|
571
596
|
fill: color
|
|
572
597
|
}
|
|
573
598
|
),
|
|
574
|
-
/* @__PURE__ */
|
|
599
|
+
/* @__PURE__ */ jsx26(
|
|
575
600
|
"path",
|
|
576
601
|
{
|
|
577
602
|
fillRule: "evenodd",
|
|
@@ -580,7 +605,7 @@ var ContactBook = (props) => {
|
|
|
580
605
|
fill: color
|
|
581
606
|
}
|
|
582
607
|
),
|
|
583
|
-
/* @__PURE__ */
|
|
608
|
+
/* @__PURE__ */ jsx26(
|
|
584
609
|
"path",
|
|
585
610
|
{
|
|
586
611
|
fillRule: "evenodd",
|
|
@@ -589,7 +614,7 @@ var ContactBook = (props) => {
|
|
|
589
614
|
fill: color
|
|
590
615
|
}
|
|
591
616
|
),
|
|
592
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx26(
|
|
593
618
|
"path",
|
|
594
619
|
{
|
|
595
620
|
fillRule: "evenodd",
|
|
@@ -598,7 +623,7 @@ var ContactBook = (props) => {
|
|
|
598
623
|
fill: color
|
|
599
624
|
}
|
|
600
625
|
),
|
|
601
|
-
/* @__PURE__ */
|
|
626
|
+
/* @__PURE__ */ jsx26(
|
|
602
627
|
"path",
|
|
603
628
|
{
|
|
604
629
|
fillRule: "evenodd",
|
|
@@ -607,7 +632,7 @@ var ContactBook = (props) => {
|
|
|
607
632
|
fill: color
|
|
608
633
|
}
|
|
609
634
|
),
|
|
610
|
-
/* @__PURE__ */
|
|
635
|
+
/* @__PURE__ */ jsx26(
|
|
611
636
|
"path",
|
|
612
637
|
{
|
|
613
638
|
fillRule: "evenodd",
|
|
@@ -621,18 +646,18 @@ var ContactBook = (props) => {
|
|
|
621
646
|
var contact_book_default = ContactBook;
|
|
622
647
|
|
|
623
648
|
// src/icons/v2/outline/copy.tsx
|
|
624
|
-
import { jsx as
|
|
649
|
+
import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
625
650
|
var Copy = (props) => {
|
|
626
651
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
627
|
-
return /* @__PURE__ */
|
|
628
|
-
/* @__PURE__ */
|
|
652
|
+
return /* @__PURE__ */ jsxs20("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
653
|
+
/* @__PURE__ */ jsx27(
|
|
629
654
|
"path",
|
|
630
655
|
{
|
|
631
656
|
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",
|
|
632
657
|
fill: color
|
|
633
658
|
}
|
|
634
659
|
),
|
|
635
|
-
/* @__PURE__ */
|
|
660
|
+
/* @__PURE__ */ jsx27(
|
|
636
661
|
"path",
|
|
637
662
|
{
|
|
638
663
|
fillRule: "evenodd",
|
|
@@ -641,7 +666,7 @@ var Copy = (props) => {
|
|
|
641
666
|
fill: color
|
|
642
667
|
}
|
|
643
668
|
),
|
|
644
|
-
/* @__PURE__ */
|
|
669
|
+
/* @__PURE__ */ jsx27(
|
|
645
670
|
"path",
|
|
646
671
|
{
|
|
647
672
|
fillRule: "evenodd",
|
|
@@ -650,7 +675,7 @@ var Copy = (props) => {
|
|
|
650
675
|
fill: color
|
|
651
676
|
}
|
|
652
677
|
),
|
|
653
|
-
/* @__PURE__ */
|
|
678
|
+
/* @__PURE__ */ jsx27(
|
|
654
679
|
"path",
|
|
655
680
|
{
|
|
656
681
|
fillRule: "evenodd",
|
|
@@ -664,11 +689,11 @@ var Copy = (props) => {
|
|
|
664
689
|
var copy_default = Copy;
|
|
665
690
|
|
|
666
691
|
// src/icons/v2/outline/cvv.tsx
|
|
667
|
-
import { jsx as
|
|
692
|
+
import { jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
668
693
|
var Cvv = (props) => {
|
|
669
694
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
670
|
-
return /* @__PURE__ */
|
|
671
|
-
/* @__PURE__ */
|
|
695
|
+
return /* @__PURE__ */ jsxs21("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
696
|
+
/* @__PURE__ */ jsx28(
|
|
672
697
|
"path",
|
|
673
698
|
{
|
|
674
699
|
fillRule: "evenodd",
|
|
@@ -677,35 +702,35 @@ var Cvv = (props) => {
|
|
|
677
702
|
fill: color
|
|
678
703
|
}
|
|
679
704
|
),
|
|
680
|
-
/* @__PURE__ */
|
|
705
|
+
/* @__PURE__ */ jsx28(
|
|
681
706
|
"path",
|
|
682
707
|
{
|
|
683
708
|
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",
|
|
684
709
|
fill: "white"
|
|
685
710
|
}
|
|
686
711
|
),
|
|
687
|
-
/* @__PURE__ */
|
|
712
|
+
/* @__PURE__ */ jsx28(
|
|
688
713
|
"path",
|
|
689
714
|
{
|
|
690
715
|
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",
|
|
691
716
|
fill: color
|
|
692
717
|
}
|
|
693
718
|
),
|
|
694
|
-
/* @__PURE__ */
|
|
719
|
+
/* @__PURE__ */ jsx28(
|
|
695
720
|
"path",
|
|
696
721
|
{
|
|
697
722
|
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",
|
|
698
723
|
fill: color
|
|
699
724
|
}
|
|
700
725
|
),
|
|
701
|
-
/* @__PURE__ */
|
|
726
|
+
/* @__PURE__ */ jsx28(
|
|
702
727
|
"path",
|
|
703
728
|
{
|
|
704
729
|
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",
|
|
705
730
|
fill: color
|
|
706
731
|
}
|
|
707
732
|
),
|
|
708
|
-
/* @__PURE__ */
|
|
733
|
+
/* @__PURE__ */ jsx28(
|
|
709
734
|
"path",
|
|
710
735
|
{
|
|
711
736
|
fillRule: "evenodd",
|
|
@@ -719,10 +744,10 @@ var Cvv = (props) => {
|
|
|
719
744
|
var cvv_default = Cvv;
|
|
720
745
|
|
|
721
746
|
// src/icons/v2/outline/delivered.tsx
|
|
722
|
-
import { jsx as
|
|
747
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
723
748
|
var Delivered = (props) => {
|
|
724
749
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
725
|
-
return /* @__PURE__ */
|
|
750
|
+
return /* @__PURE__ */ jsx29("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx29(
|
|
726
751
|
"path",
|
|
727
752
|
{
|
|
728
753
|
fillRule: "evenodd",
|
|
@@ -735,10 +760,10 @@ var Delivered = (props) => {
|
|
|
735
760
|
var delivered_default = Delivered;
|
|
736
761
|
|
|
737
762
|
// src/icons/v2/outline/edit.tsx
|
|
738
|
-
import { jsx as
|
|
763
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
739
764
|
var Edit = (props) => {
|
|
740
765
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
741
|
-
return /* @__PURE__ */
|
|
766
|
+
return /* @__PURE__ */ jsx30("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx30(
|
|
742
767
|
"path",
|
|
743
768
|
{
|
|
744
769
|
fillRule: "evenodd",
|
|
@@ -751,10 +776,10 @@ var Edit = (props) => {
|
|
|
751
776
|
var edit_default = Edit;
|
|
752
777
|
|
|
753
778
|
// src/icons/v2/outline/enveloped.tsx
|
|
754
|
-
import { jsx as
|
|
779
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
755
780
|
var Enveloped = (props) => {
|
|
756
781
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
757
|
-
return /* @__PURE__ */
|
|
782
|
+
return /* @__PURE__ */ jsx31("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx31(
|
|
758
783
|
"path",
|
|
759
784
|
{
|
|
760
785
|
fillRule: "evenodd",
|
|
@@ -767,11 +792,11 @@ var Enveloped = (props) => {
|
|
|
767
792
|
var enveloped_default = Enveloped;
|
|
768
793
|
|
|
769
794
|
// src/icons/v2/outline/eye-close.tsx
|
|
770
|
-
import { jsx as
|
|
795
|
+
import { jsx as jsx32, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
771
796
|
var EyeClose = (props) => {
|
|
772
797
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
773
|
-
return /* @__PURE__ */
|
|
774
|
-
/* @__PURE__ */
|
|
798
|
+
return /* @__PURE__ */ jsxs22("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
799
|
+
/* @__PURE__ */ jsx32(
|
|
775
800
|
"path",
|
|
776
801
|
{
|
|
777
802
|
fillRule: "evenodd",
|
|
@@ -780,7 +805,7 @@ var EyeClose = (props) => {
|
|
|
780
805
|
fill: color
|
|
781
806
|
}
|
|
782
807
|
),
|
|
783
|
-
/* @__PURE__ */
|
|
808
|
+
/* @__PURE__ */ jsx32(
|
|
784
809
|
"path",
|
|
785
810
|
{
|
|
786
811
|
fillRule: "evenodd",
|
|
@@ -789,7 +814,7 @@ var EyeClose = (props) => {
|
|
|
789
814
|
fill: color
|
|
790
815
|
}
|
|
791
816
|
),
|
|
792
|
-
/* @__PURE__ */
|
|
817
|
+
/* @__PURE__ */ jsx32(
|
|
793
818
|
"path",
|
|
794
819
|
{
|
|
795
820
|
fillRule: "evenodd",
|
|
@@ -803,11 +828,11 @@ var EyeClose = (props) => {
|
|
|
803
828
|
var eye_close_default = EyeClose;
|
|
804
829
|
|
|
805
830
|
// src/icons/v2/outline/eye-open.tsx
|
|
806
|
-
import { jsx as
|
|
831
|
+
import { jsx as jsx33, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
807
832
|
var EyeOpen = (props) => {
|
|
808
833
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
809
|
-
return /* @__PURE__ */
|
|
810
|
-
/* @__PURE__ */
|
|
834
|
+
return /* @__PURE__ */ jsxs23("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
835
|
+
/* @__PURE__ */ jsx33(
|
|
811
836
|
"path",
|
|
812
837
|
{
|
|
813
838
|
fillRule: "evenodd",
|
|
@@ -816,7 +841,7 @@ var EyeOpen = (props) => {
|
|
|
816
841
|
fill: color
|
|
817
842
|
}
|
|
818
843
|
),
|
|
819
|
-
/* @__PURE__ */
|
|
844
|
+
/* @__PURE__ */ jsx33(
|
|
820
845
|
"path",
|
|
821
846
|
{
|
|
822
847
|
fillRule: "evenodd",
|
|
@@ -830,11 +855,11 @@ var EyeOpen = (props) => {
|
|
|
830
855
|
var eye_open_default = EyeOpen;
|
|
831
856
|
|
|
832
857
|
// src/icons/v2/outline/filter.tsx
|
|
833
|
-
import { jsx as
|
|
858
|
+
import { jsx as jsx34, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
834
859
|
var Filter = (props) => {
|
|
835
860
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
836
|
-
return /* @__PURE__ */
|
|
837
|
-
/* @__PURE__ */
|
|
861
|
+
return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
862
|
+
/* @__PURE__ */ jsx34(
|
|
838
863
|
"path",
|
|
839
864
|
{
|
|
840
865
|
fillRule: "evenodd",
|
|
@@ -843,7 +868,7 @@ var Filter = (props) => {
|
|
|
843
868
|
fill: color
|
|
844
869
|
}
|
|
845
870
|
),
|
|
846
|
-
/* @__PURE__ */
|
|
871
|
+
/* @__PURE__ */ jsx34(
|
|
847
872
|
"path",
|
|
848
873
|
{
|
|
849
874
|
fillRule: "evenodd",
|
|
@@ -852,7 +877,7 @@ var Filter = (props) => {
|
|
|
852
877
|
fill: color
|
|
853
878
|
}
|
|
854
879
|
),
|
|
855
|
-
/* @__PURE__ */
|
|
880
|
+
/* @__PURE__ */ jsx34(
|
|
856
881
|
"path",
|
|
857
882
|
{
|
|
858
883
|
fillRule: "evenodd",
|
|
@@ -866,10 +891,10 @@ var Filter = (props) => {
|
|
|
866
891
|
var filter_default = Filter;
|
|
867
892
|
|
|
868
893
|
// src/icons/v2/outline/gps.tsx
|
|
869
|
-
import { jsx as
|
|
894
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
870
895
|
var Gps = (props) => {
|
|
871
896
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
872
|
-
return /* @__PURE__ */
|
|
897
|
+
return /* @__PURE__ */ jsx35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx35(
|
|
873
898
|
"path",
|
|
874
899
|
{
|
|
875
900
|
fillRule: "evenodd",
|
|
@@ -882,25 +907,25 @@ var Gps = (props) => {
|
|
|
882
907
|
var gps_default = Gps;
|
|
883
908
|
|
|
884
909
|
// src/icons/v2/outline/handphone.tsx
|
|
885
|
-
import { jsx as
|
|
910
|
+
import { jsx as jsx36, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
886
911
|
var Handphone = (props) => {
|
|
887
912
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
888
|
-
return /* @__PURE__ */
|
|
889
|
-
/* @__PURE__ */
|
|
913
|
+
return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
914
|
+
/* @__PURE__ */ jsx36(
|
|
890
915
|
"path",
|
|
891
916
|
{
|
|
892
917
|
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",
|
|
893
918
|
fill: color
|
|
894
919
|
}
|
|
895
920
|
),
|
|
896
|
-
/* @__PURE__ */
|
|
921
|
+
/* @__PURE__ */ jsx36(
|
|
897
922
|
"path",
|
|
898
923
|
{
|
|
899
924
|
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",
|
|
900
925
|
fill: color
|
|
901
926
|
}
|
|
902
927
|
),
|
|
903
|
-
/* @__PURE__ */
|
|
928
|
+
/* @__PURE__ */ jsx36(
|
|
904
929
|
"path",
|
|
905
930
|
{
|
|
906
931
|
fillRule: "evenodd",
|
|
@@ -914,11 +939,11 @@ var Handphone = (props) => {
|
|
|
914
939
|
var handphone_default = Handphone;
|
|
915
940
|
|
|
916
941
|
// src/icons/v2/outline/heart.tsx
|
|
917
|
-
import { jsx as
|
|
942
|
+
import { jsx as jsx37, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
918
943
|
var Heart = (props) => {
|
|
919
944
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
920
|
-
return /* @__PURE__ */
|
|
921
|
-
/* @__PURE__ */
|
|
945
|
+
return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
946
|
+
/* @__PURE__ */ jsx37("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx37(
|
|
922
947
|
"path",
|
|
923
948
|
{
|
|
924
949
|
fillRule: "evenodd",
|
|
@@ -927,18 +952,18 @@ var Heart = (props) => {
|
|
|
927
952
|
fill: color
|
|
928
953
|
}
|
|
929
954
|
) }),
|
|
930
|
-
/* @__PURE__ */
|
|
955
|
+
/* @__PURE__ */ jsx37("defs", { children: /* @__PURE__ */ jsx37("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx37("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
931
956
|
] });
|
|
932
957
|
};
|
|
933
958
|
var heart_default = Heart;
|
|
934
959
|
|
|
935
960
|
// src/icons/v2/outline/home.tsx
|
|
936
|
-
import { jsx as
|
|
961
|
+
import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
937
962
|
var Home = (props) => {
|
|
938
963
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
939
|
-
return /* @__PURE__ */
|
|
940
|
-
/* @__PURE__ */
|
|
941
|
-
/* @__PURE__ */
|
|
964
|
+
return /* @__PURE__ */ jsxs27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
965
|
+
/* @__PURE__ */ jsxs27("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
966
|
+
/* @__PURE__ */ jsx38(
|
|
942
967
|
"path",
|
|
943
968
|
{
|
|
944
969
|
fillRule: "evenodd",
|
|
@@ -947,7 +972,7 @@ var Home = (props) => {
|
|
|
947
972
|
fill: color
|
|
948
973
|
}
|
|
949
974
|
),
|
|
950
|
-
/* @__PURE__ */
|
|
975
|
+
/* @__PURE__ */ jsx38(
|
|
951
976
|
"path",
|
|
952
977
|
{
|
|
953
978
|
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",
|
|
@@ -955,24 +980,24 @@ var Home = (props) => {
|
|
|
955
980
|
}
|
|
956
981
|
)
|
|
957
982
|
] }),
|
|
958
|
-
/* @__PURE__ */
|
|
983
|
+
/* @__PURE__ */ jsx38("defs", { children: /* @__PURE__ */ jsx38("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx38("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
959
984
|
] });
|
|
960
985
|
};
|
|
961
986
|
var home_default = Home;
|
|
962
987
|
|
|
963
988
|
// src/icons/v2/outline/info.tsx
|
|
964
|
-
import { jsx as
|
|
989
|
+
import { jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
965
990
|
var Info = (props) => {
|
|
966
991
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
967
|
-
return /* @__PURE__ */
|
|
968
|
-
/* @__PURE__ */
|
|
992
|
+
return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
993
|
+
/* @__PURE__ */ jsx39(
|
|
969
994
|
"path",
|
|
970
995
|
{
|
|
971
996
|
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",
|
|
972
997
|
fill: color
|
|
973
998
|
}
|
|
974
999
|
),
|
|
975
|
-
/* @__PURE__ */
|
|
1000
|
+
/* @__PURE__ */ jsx39(
|
|
976
1001
|
"path",
|
|
977
1002
|
{
|
|
978
1003
|
fillRule: "evenodd",
|
|
@@ -981,7 +1006,7 @@ var Info = (props) => {
|
|
|
981
1006
|
fill: color
|
|
982
1007
|
}
|
|
983
1008
|
),
|
|
984
|
-
/* @__PURE__ */
|
|
1009
|
+
/* @__PURE__ */ jsx39(
|
|
985
1010
|
"path",
|
|
986
1011
|
{
|
|
987
1012
|
fillRule: "evenodd",
|
|
@@ -995,25 +1020,25 @@ var Info = (props) => {
|
|
|
995
1020
|
var info_default = Info;
|
|
996
1021
|
|
|
997
1022
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
998
|
-
import { jsx as
|
|
1023
|
+
import { jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
999
1024
|
var KebabMenu = (props) => {
|
|
1000
1025
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1001
|
-
return /* @__PURE__ */
|
|
1002
|
-
/* @__PURE__ */
|
|
1026
|
+
return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1027
|
+
/* @__PURE__ */ jsx40(
|
|
1003
1028
|
"path",
|
|
1004
1029
|
{
|
|
1005
1030
|
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",
|
|
1006
1031
|
fill: color
|
|
1007
1032
|
}
|
|
1008
1033
|
),
|
|
1009
|
-
/* @__PURE__ */
|
|
1034
|
+
/* @__PURE__ */ jsx40(
|
|
1010
1035
|
"path",
|
|
1011
1036
|
{
|
|
1012
1037
|
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",
|
|
1013
1038
|
fill: color
|
|
1014
1039
|
}
|
|
1015
1040
|
),
|
|
1016
|
-
/* @__PURE__ */
|
|
1041
|
+
/* @__PURE__ */ jsx40(
|
|
1017
1042
|
"path",
|
|
1018
1043
|
{
|
|
1019
1044
|
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",
|
|
@@ -1025,12 +1050,12 @@ var KebabMenu = (props) => {
|
|
|
1025
1050
|
var kebab_menu_default = KebabMenu;
|
|
1026
1051
|
|
|
1027
1052
|
// src/icons/v2/outline/logout.tsx
|
|
1028
|
-
import { jsx as
|
|
1053
|
+
import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1029
1054
|
var Logout = (props) => {
|
|
1030
1055
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1031
|
-
return /* @__PURE__ */
|
|
1032
|
-
/* @__PURE__ */
|
|
1033
|
-
/* @__PURE__ */
|
|
1056
|
+
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1057
|
+
/* @__PURE__ */ jsxs30("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1058
|
+
/* @__PURE__ */ jsx41(
|
|
1034
1059
|
"path",
|
|
1035
1060
|
{
|
|
1036
1061
|
fillRule: "evenodd",
|
|
@@ -1039,7 +1064,7 @@ var Logout = (props) => {
|
|
|
1039
1064
|
fill: color
|
|
1040
1065
|
}
|
|
1041
1066
|
),
|
|
1042
|
-
/* @__PURE__ */
|
|
1067
|
+
/* @__PURE__ */ jsx41(
|
|
1043
1068
|
"path",
|
|
1044
1069
|
{
|
|
1045
1070
|
fillRule: "evenodd",
|
|
@@ -1048,7 +1073,7 @@ var Logout = (props) => {
|
|
|
1048
1073
|
fill: color
|
|
1049
1074
|
}
|
|
1050
1075
|
),
|
|
1051
|
-
/* @__PURE__ */
|
|
1076
|
+
/* @__PURE__ */ jsx41(
|
|
1052
1077
|
"path",
|
|
1053
1078
|
{
|
|
1054
1079
|
fillRule: "evenodd",
|
|
@@ -1058,18 +1083,18 @@ var Logout = (props) => {
|
|
|
1058
1083
|
}
|
|
1059
1084
|
)
|
|
1060
1085
|
] }),
|
|
1061
|
-
/* @__PURE__ */
|
|
1086
|
+
/* @__PURE__ */ jsx41("defs", { children: /* @__PURE__ */ jsx41("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx41("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1062
1087
|
] });
|
|
1063
1088
|
};
|
|
1064
1089
|
var logout_default = Logout;
|
|
1065
1090
|
|
|
1066
1091
|
// src/icons/v2/outline/map-marker.tsx
|
|
1067
|
-
import { jsx as
|
|
1092
|
+
import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1068
1093
|
var MapMarker = (props) => {
|
|
1069
1094
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1070
|
-
return /* @__PURE__ */
|
|
1071
|
-
/* @__PURE__ */
|
|
1072
|
-
/* @__PURE__ */
|
|
1095
|
+
return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1096
|
+
/* @__PURE__ */ jsxs31("g", { clipPath: "url(#map-marker)", children: [
|
|
1097
|
+
/* @__PURE__ */ jsx42(
|
|
1073
1098
|
"path",
|
|
1074
1099
|
{
|
|
1075
1100
|
fillRule: "evenodd",
|
|
@@ -1078,7 +1103,7 @@ var MapMarker = (props) => {
|
|
|
1078
1103
|
fill: color
|
|
1079
1104
|
}
|
|
1080
1105
|
),
|
|
1081
|
-
/* @__PURE__ */
|
|
1106
|
+
/* @__PURE__ */ jsx42(
|
|
1082
1107
|
"path",
|
|
1083
1108
|
{
|
|
1084
1109
|
fillRule: "evenodd",
|
|
@@ -1088,17 +1113,17 @@ var MapMarker = (props) => {
|
|
|
1088
1113
|
}
|
|
1089
1114
|
)
|
|
1090
1115
|
] }),
|
|
1091
|
-
/* @__PURE__ */
|
|
1116
|
+
/* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1092
1117
|
] });
|
|
1093
1118
|
};
|
|
1094
1119
|
var map_marker_default = MapMarker;
|
|
1095
1120
|
|
|
1096
1121
|
// src/icons/v2/outline/minus.tsx
|
|
1097
|
-
import { jsx as
|
|
1122
|
+
import { jsx as jsx43, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1098
1123
|
var Minus = (props) => {
|
|
1099
1124
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1100
|
-
return /* @__PURE__ */
|
|
1101
|
-
/* @__PURE__ */
|
|
1125
|
+
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1126
|
+
/* @__PURE__ */ jsx43("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx43(
|
|
1102
1127
|
"path",
|
|
1103
1128
|
{
|
|
1104
1129
|
fillRule: "evenodd",
|
|
@@ -1107,16 +1132,16 @@ var Minus = (props) => {
|
|
|
1107
1132
|
fill: color
|
|
1108
1133
|
}
|
|
1109
1134
|
) }),
|
|
1110
|
-
/* @__PURE__ */
|
|
1135
|
+
/* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1111
1136
|
] });
|
|
1112
1137
|
};
|
|
1113
1138
|
var minus_default = Minus;
|
|
1114
1139
|
|
|
1115
1140
|
// src/icons/v2/outline/minus-large.tsx
|
|
1116
|
-
import { jsx as
|
|
1141
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
1117
1142
|
var MinusLarge = (props) => {
|
|
1118
1143
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1119
|
-
return /* @__PURE__ */
|
|
1144
|
+
return /* @__PURE__ */ jsx44("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx44(
|
|
1120
1145
|
"path",
|
|
1121
1146
|
{
|
|
1122
1147
|
fillRule: "evenodd",
|
|
@@ -1129,10 +1154,10 @@ var MinusLarge = (props) => {
|
|
|
1129
1154
|
var minus_large_default = MinusLarge;
|
|
1130
1155
|
|
|
1131
1156
|
// src/icons/v2/outline/no-gps.tsx
|
|
1132
|
-
import { jsx as
|
|
1157
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
1133
1158
|
var NoGps = (props) => {
|
|
1134
1159
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1135
|
-
return /* @__PURE__ */
|
|
1160
|
+
return /* @__PURE__ */ jsx45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx45(
|
|
1136
1161
|
"path",
|
|
1137
1162
|
{
|
|
1138
1163
|
fillRule: "evenodd",
|
|
@@ -1145,11 +1170,11 @@ var NoGps = (props) => {
|
|
|
1145
1170
|
var no_gps_default = NoGps;
|
|
1146
1171
|
|
|
1147
1172
|
// src/icons/v2/outline/note.tsx
|
|
1148
|
-
import { jsx as
|
|
1173
|
+
import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1149
1174
|
var Note = (props) => {
|
|
1150
1175
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1151
|
-
return /* @__PURE__ */
|
|
1152
|
-
/* @__PURE__ */
|
|
1176
|
+
return /* @__PURE__ */ jsxs33("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1177
|
+
/* @__PURE__ */ jsx46(
|
|
1153
1178
|
"path",
|
|
1154
1179
|
{
|
|
1155
1180
|
fillRule: "evenodd",
|
|
@@ -1158,7 +1183,7 @@ var Note = (props) => {
|
|
|
1158
1183
|
fill: color
|
|
1159
1184
|
}
|
|
1160
1185
|
),
|
|
1161
|
-
/* @__PURE__ */
|
|
1186
|
+
/* @__PURE__ */ jsx46(
|
|
1162
1187
|
"path",
|
|
1163
1188
|
{
|
|
1164
1189
|
fillRule: "evenodd",
|
|
@@ -1167,7 +1192,7 @@ var Note = (props) => {
|
|
|
1167
1192
|
fill: color
|
|
1168
1193
|
}
|
|
1169
1194
|
),
|
|
1170
|
-
/* @__PURE__ */
|
|
1195
|
+
/* @__PURE__ */ jsx46(
|
|
1171
1196
|
"path",
|
|
1172
1197
|
{
|
|
1173
1198
|
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",
|
|
@@ -1179,11 +1204,11 @@ var Note = (props) => {
|
|
|
1179
1204
|
var note_default = Note;
|
|
1180
1205
|
|
|
1181
1206
|
// src/icons/v2/outline/order-history.tsx
|
|
1182
|
-
import { jsx as
|
|
1207
|
+
import { jsx as jsx47, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1183
1208
|
var OrderHistory = (props) => {
|
|
1184
1209
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1185
|
-
return /* @__PURE__ */
|
|
1186
|
-
/* @__PURE__ */
|
|
1210
|
+
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1211
|
+
/* @__PURE__ */ jsx47(
|
|
1187
1212
|
"path",
|
|
1188
1213
|
{
|
|
1189
1214
|
fillRule: "evenodd",
|
|
@@ -1192,7 +1217,7 @@ var OrderHistory = (props) => {
|
|
|
1192
1217
|
fill: color
|
|
1193
1218
|
}
|
|
1194
1219
|
),
|
|
1195
|
-
/* @__PURE__ */
|
|
1220
|
+
/* @__PURE__ */ jsx47(
|
|
1196
1221
|
"path",
|
|
1197
1222
|
{
|
|
1198
1223
|
fillRule: "evenodd",
|
|
@@ -1206,11 +1231,11 @@ var OrderHistory = (props) => {
|
|
|
1206
1231
|
var order_history_default = OrderHistory;
|
|
1207
1232
|
|
|
1208
1233
|
// src/icons/v2/outline/otp.tsx
|
|
1209
|
-
import { jsx as
|
|
1234
|
+
import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1210
1235
|
var Otp = (props) => {
|
|
1211
1236
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1212
|
-
return /* @__PURE__ */
|
|
1213
|
-
/* @__PURE__ */
|
|
1237
|
+
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1238
|
+
/* @__PURE__ */ jsx48(
|
|
1214
1239
|
"path",
|
|
1215
1240
|
{
|
|
1216
1241
|
fillRule: "evenodd",
|
|
@@ -1219,7 +1244,7 @@ var Otp = (props) => {
|
|
|
1219
1244
|
fill: color
|
|
1220
1245
|
}
|
|
1221
1246
|
),
|
|
1222
|
-
/* @__PURE__ */
|
|
1247
|
+
/* @__PURE__ */ jsx48(
|
|
1223
1248
|
"path",
|
|
1224
1249
|
{
|
|
1225
1250
|
fillRule: "evenodd",
|
|
@@ -1228,7 +1253,7 @@ var Otp = (props) => {
|
|
|
1228
1253
|
fill: color
|
|
1229
1254
|
}
|
|
1230
1255
|
),
|
|
1231
|
-
/* @__PURE__ */
|
|
1256
|
+
/* @__PURE__ */ jsx48(
|
|
1232
1257
|
"path",
|
|
1233
1258
|
{
|
|
1234
1259
|
fillRule: "evenodd",
|
|
@@ -1237,7 +1262,7 @@ var Otp = (props) => {
|
|
|
1237
1262
|
fill: color
|
|
1238
1263
|
}
|
|
1239
1264
|
),
|
|
1240
|
-
/* @__PURE__ */
|
|
1265
|
+
/* @__PURE__ */ jsx48(
|
|
1241
1266
|
"path",
|
|
1242
1267
|
{
|
|
1243
1268
|
fillRule: "evenodd",
|
|
@@ -1246,7 +1271,7 @@ var Otp = (props) => {
|
|
|
1246
1271
|
fill: color
|
|
1247
1272
|
}
|
|
1248
1273
|
),
|
|
1249
|
-
/* @__PURE__ */
|
|
1274
|
+
/* @__PURE__ */ jsx48(
|
|
1250
1275
|
"path",
|
|
1251
1276
|
{
|
|
1252
1277
|
fillRule: "evenodd",
|
|
@@ -1255,7 +1280,7 @@ var Otp = (props) => {
|
|
|
1255
1280
|
fill: color
|
|
1256
1281
|
}
|
|
1257
1282
|
),
|
|
1258
|
-
/* @__PURE__ */
|
|
1283
|
+
/* @__PURE__ */ jsx48(
|
|
1259
1284
|
"path",
|
|
1260
1285
|
{
|
|
1261
1286
|
fillRule: "evenodd",
|
|
@@ -1268,12 +1293,28 @@ var Otp = (props) => {
|
|
|
1268
1293
|
};
|
|
1269
1294
|
var otp_default = Otp;
|
|
1270
1295
|
|
|
1296
|
+
// src/icons/v2/outline/paylater.tsx
|
|
1297
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
1298
|
+
var Paylater = (props) => {
|
|
1299
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1300
|
+
return /* @__PURE__ */ jsx49("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx49(
|
|
1301
|
+
"path",
|
|
1302
|
+
{
|
|
1303
|
+
fillRule: "evenodd",
|
|
1304
|
+
clipRule: "evenodd",
|
|
1305
|
+
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",
|
|
1306
|
+
fill: color
|
|
1307
|
+
}
|
|
1308
|
+
) });
|
|
1309
|
+
};
|
|
1310
|
+
var paylater_default = Paylater;
|
|
1311
|
+
|
|
1271
1312
|
// src/icons/v2/outline/plus.tsx
|
|
1272
|
-
import { jsx as
|
|
1313
|
+
import { jsx as jsx50, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1273
1314
|
var Plus = (props) => {
|
|
1274
1315
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1275
|
-
return /* @__PURE__ */
|
|
1276
|
-
/* @__PURE__ */
|
|
1316
|
+
return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1317
|
+
/* @__PURE__ */ jsx50("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx50(
|
|
1277
1318
|
"path",
|
|
1278
1319
|
{
|
|
1279
1320
|
fillRule: "evenodd",
|
|
@@ -1282,24 +1323,24 @@ var Plus = (props) => {
|
|
|
1282
1323
|
fill: color
|
|
1283
1324
|
}
|
|
1284
1325
|
) }),
|
|
1285
|
-
/* @__PURE__ */
|
|
1326
|
+
/* @__PURE__ */ jsx50("defs", { children: /* @__PURE__ */ jsx50("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx50("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1286
1327
|
] });
|
|
1287
1328
|
};
|
|
1288
1329
|
var plus_default = Plus;
|
|
1289
1330
|
|
|
1290
1331
|
// src/icons/v2/outline/plus-large.tsx
|
|
1291
|
-
import { jsx as
|
|
1332
|
+
import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1292
1333
|
var PlusLarge = (props) => {
|
|
1293
1334
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1294
|
-
return /* @__PURE__ */
|
|
1295
|
-
/* @__PURE__ */
|
|
1335
|
+
return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1336
|
+
/* @__PURE__ */ jsx51(
|
|
1296
1337
|
"path",
|
|
1297
1338
|
{
|
|
1298
1339
|
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",
|
|
1299
1340
|
fill: color
|
|
1300
1341
|
}
|
|
1301
1342
|
),
|
|
1302
|
-
/* @__PURE__ */
|
|
1343
|
+
/* @__PURE__ */ jsx51(
|
|
1303
1344
|
"path",
|
|
1304
1345
|
{
|
|
1305
1346
|
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",
|
|
@@ -1311,12 +1352,12 @@ var PlusLarge = (props) => {
|
|
|
1311
1352
|
var plus_large_default = PlusLarge;
|
|
1312
1353
|
|
|
1313
1354
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1314
|
-
import { jsx as
|
|
1355
|
+
import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1315
1356
|
var PrivacyPolicy = (props) => {
|
|
1316
1357
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1317
|
-
return /* @__PURE__ */
|
|
1318
|
-
/* @__PURE__ */
|
|
1319
|
-
/* @__PURE__ */
|
|
1358
|
+
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1359
|
+
/* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1360
|
+
/* @__PURE__ */ jsx52(
|
|
1320
1361
|
"path",
|
|
1321
1362
|
{
|
|
1322
1363
|
fillRule: "evenodd",
|
|
@@ -1325,7 +1366,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1325
1366
|
fill: color
|
|
1326
1367
|
}
|
|
1327
1368
|
),
|
|
1328
|
-
/* @__PURE__ */
|
|
1369
|
+
/* @__PURE__ */ jsx52(
|
|
1329
1370
|
"path",
|
|
1330
1371
|
{
|
|
1331
1372
|
fillRule: "evenodd",
|
|
@@ -1334,7 +1375,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1334
1375
|
fill: color
|
|
1335
1376
|
}
|
|
1336
1377
|
),
|
|
1337
|
-
/* @__PURE__ */
|
|
1378
|
+
/* @__PURE__ */ jsx52(
|
|
1338
1379
|
"path",
|
|
1339
1380
|
{
|
|
1340
1381
|
fillRule: "evenodd",
|
|
@@ -1343,7 +1384,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1343
1384
|
fill: color
|
|
1344
1385
|
}
|
|
1345
1386
|
),
|
|
1346
|
-
/* @__PURE__ */
|
|
1387
|
+
/* @__PURE__ */ jsx52(
|
|
1347
1388
|
"path",
|
|
1348
1389
|
{
|
|
1349
1390
|
fillRule: "evenodd",
|
|
@@ -1352,7 +1393,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1352
1393
|
fill: color
|
|
1353
1394
|
}
|
|
1354
1395
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1396
|
+
/* @__PURE__ */ jsx52(
|
|
1356
1397
|
"path",
|
|
1357
1398
|
{
|
|
1358
1399
|
fillRule: "evenodd",
|
|
@@ -1361,7 +1402,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1361
1402
|
fill: color
|
|
1362
1403
|
}
|
|
1363
1404
|
),
|
|
1364
|
-
/* @__PURE__ */
|
|
1405
|
+
/* @__PURE__ */ jsx52(
|
|
1365
1406
|
"path",
|
|
1366
1407
|
{
|
|
1367
1408
|
fillRule: "evenodd",
|
|
@@ -1371,18 +1412,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1371
1412
|
}
|
|
1372
1413
|
)
|
|
1373
1414
|
] }),
|
|
1374
|
-
/* @__PURE__ */
|
|
1415
|
+
/* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1375
1416
|
] });
|
|
1376
1417
|
};
|
|
1377
1418
|
var privacy_policy_default = PrivacyPolicy;
|
|
1378
1419
|
|
|
1379
1420
|
// src/icons/v2/outline/profile.tsx
|
|
1380
|
-
import { jsx as
|
|
1421
|
+
import { jsx as jsx53, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1381
1422
|
var Profile = (props) => {
|
|
1382
1423
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1383
|
-
return /* @__PURE__ */
|
|
1384
|
-
/* @__PURE__ */
|
|
1385
|
-
/* @__PURE__ */
|
|
1424
|
+
return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1425
|
+
/* @__PURE__ */ jsxs39("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1426
|
+
/* @__PURE__ */ jsx53(
|
|
1386
1427
|
"path",
|
|
1387
1428
|
{
|
|
1388
1429
|
fillRule: "evenodd",
|
|
@@ -1391,7 +1432,7 @@ var Profile = (props) => {
|
|
|
1391
1432
|
fill: color
|
|
1392
1433
|
}
|
|
1393
1434
|
),
|
|
1394
|
-
/* @__PURE__ */
|
|
1435
|
+
/* @__PURE__ */ jsx53(
|
|
1395
1436
|
"path",
|
|
1396
1437
|
{
|
|
1397
1438
|
fillRule: "evenodd",
|
|
@@ -1401,17 +1442,17 @@ var Profile = (props) => {
|
|
|
1401
1442
|
}
|
|
1402
1443
|
)
|
|
1403
1444
|
] }),
|
|
1404
|
-
/* @__PURE__ */
|
|
1445
|
+
/* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx53("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1405
1446
|
] });
|
|
1406
1447
|
};
|
|
1407
1448
|
var profile_default = Profile;
|
|
1408
1449
|
|
|
1409
1450
|
// src/icons/v2/outline/qr-code.tsx
|
|
1410
|
-
import { jsx as
|
|
1451
|
+
import { jsx as jsx54, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1411
1452
|
var QRCode = (props) => {
|
|
1412
1453
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1413
|
-
return /* @__PURE__ */
|
|
1414
|
-
/* @__PURE__ */
|
|
1454
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1455
|
+
/* @__PURE__ */ jsx54(
|
|
1415
1456
|
"path",
|
|
1416
1457
|
{
|
|
1417
1458
|
fillRule: "evenodd",
|
|
@@ -1420,7 +1461,7 @@ var QRCode = (props) => {
|
|
|
1420
1461
|
fill: color
|
|
1421
1462
|
}
|
|
1422
1463
|
),
|
|
1423
|
-
/* @__PURE__ */
|
|
1464
|
+
/* @__PURE__ */ jsx54(
|
|
1424
1465
|
"path",
|
|
1425
1466
|
{
|
|
1426
1467
|
fillRule: "evenodd",
|
|
@@ -1429,7 +1470,7 @@ var QRCode = (props) => {
|
|
|
1429
1470
|
fill: color
|
|
1430
1471
|
}
|
|
1431
1472
|
),
|
|
1432
|
-
/* @__PURE__ */
|
|
1473
|
+
/* @__PURE__ */ jsx54(
|
|
1433
1474
|
"path",
|
|
1434
1475
|
{
|
|
1435
1476
|
fillRule: "evenodd",
|
|
@@ -1438,7 +1479,7 @@ var QRCode = (props) => {
|
|
|
1438
1479
|
fill: color
|
|
1439
1480
|
}
|
|
1440
1481
|
),
|
|
1441
|
-
/* @__PURE__ */
|
|
1482
|
+
/* @__PURE__ */ jsx54(
|
|
1442
1483
|
"path",
|
|
1443
1484
|
{
|
|
1444
1485
|
fillRule: "evenodd",
|
|
@@ -1447,7 +1488,7 @@ var QRCode = (props) => {
|
|
|
1447
1488
|
fill: color
|
|
1448
1489
|
}
|
|
1449
1490
|
),
|
|
1450
|
-
/* @__PURE__ */
|
|
1491
|
+
/* @__PURE__ */ jsx54(
|
|
1451
1492
|
"path",
|
|
1452
1493
|
{
|
|
1453
1494
|
fillRule: "evenodd",
|
|
@@ -1456,7 +1497,7 @@ var QRCode = (props) => {
|
|
|
1456
1497
|
fill: color
|
|
1457
1498
|
}
|
|
1458
1499
|
),
|
|
1459
|
-
/* @__PURE__ */
|
|
1500
|
+
/* @__PURE__ */ jsx54(
|
|
1460
1501
|
"path",
|
|
1461
1502
|
{
|
|
1462
1503
|
fillRule: "evenodd",
|
|
@@ -1465,7 +1506,7 @@ var QRCode = (props) => {
|
|
|
1465
1506
|
fill: color
|
|
1466
1507
|
}
|
|
1467
1508
|
),
|
|
1468
|
-
/* @__PURE__ */
|
|
1509
|
+
/* @__PURE__ */ jsx54(
|
|
1469
1510
|
"path",
|
|
1470
1511
|
{
|
|
1471
1512
|
fillRule: "evenodd",
|
|
@@ -1474,7 +1515,7 @@ var QRCode = (props) => {
|
|
|
1474
1515
|
fill: color
|
|
1475
1516
|
}
|
|
1476
1517
|
),
|
|
1477
|
-
/* @__PURE__ */
|
|
1518
|
+
/* @__PURE__ */ jsx54(
|
|
1478
1519
|
"path",
|
|
1479
1520
|
{
|
|
1480
1521
|
fillRule: "evenodd",
|
|
@@ -1483,7 +1524,7 @@ var QRCode = (props) => {
|
|
|
1483
1524
|
fill: color
|
|
1484
1525
|
}
|
|
1485
1526
|
),
|
|
1486
|
-
/* @__PURE__ */
|
|
1527
|
+
/* @__PURE__ */ jsx54(
|
|
1487
1528
|
"path",
|
|
1488
1529
|
{
|
|
1489
1530
|
fillRule: "evenodd",
|
|
@@ -1492,7 +1533,7 @@ var QRCode = (props) => {
|
|
|
1492
1533
|
fill: color
|
|
1493
1534
|
}
|
|
1494
1535
|
),
|
|
1495
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx54(
|
|
1496
1537
|
"path",
|
|
1497
1538
|
{
|
|
1498
1539
|
fillRule: "evenodd",
|
|
@@ -1506,10 +1547,10 @@ var QRCode = (props) => {
|
|
|
1506
1547
|
var qr_code_default = QRCode;
|
|
1507
1548
|
|
|
1508
1549
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1509
|
-
import { jsx as
|
|
1550
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
1510
1551
|
var QRCodeBase = (props) => {
|
|
1511
1552
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1512
|
-
return /* @__PURE__ */
|
|
1553
|
+
return /* @__PURE__ */ jsx55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx55(
|
|
1513
1554
|
"path",
|
|
1514
1555
|
{
|
|
1515
1556
|
fillRule: "evenodd",
|
|
@@ -1522,11 +1563,11 @@ var QRCodeBase = (props) => {
|
|
|
1522
1563
|
var qr_code_base_default = QRCodeBase;
|
|
1523
1564
|
|
|
1524
1565
|
// src/icons/v2/outline/search.tsx
|
|
1525
|
-
import { jsx as
|
|
1566
|
+
import { jsx as jsx56, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1526
1567
|
var Search = (props) => {
|
|
1527
1568
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1528
|
-
return /* @__PURE__ */
|
|
1529
|
-
/* @__PURE__ */
|
|
1569
|
+
return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1570
|
+
/* @__PURE__ */ jsx56(
|
|
1530
1571
|
"path",
|
|
1531
1572
|
{
|
|
1532
1573
|
fillRule: "evenodd",
|
|
@@ -1535,7 +1576,7 @@ var Search = (props) => {
|
|
|
1535
1576
|
fill: color
|
|
1536
1577
|
}
|
|
1537
1578
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1579
|
+
/* @__PURE__ */ jsx56(
|
|
1539
1580
|
"path",
|
|
1540
1581
|
{
|
|
1541
1582
|
fillRule: "evenodd",
|
|
@@ -1549,10 +1590,10 @@ var Search = (props) => {
|
|
|
1549
1590
|
var search_default = Search;
|
|
1550
1591
|
|
|
1551
1592
|
// src/icons/v2/outline/setting.tsx
|
|
1552
|
-
import { jsx as
|
|
1593
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
1553
1594
|
var Setting = (props) => {
|
|
1554
1595
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1555
|
-
return /* @__PURE__ */
|
|
1596
|
+
return /* @__PURE__ */ jsx57("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx57(
|
|
1556
1597
|
"path",
|
|
1557
1598
|
{
|
|
1558
1599
|
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",
|
|
@@ -1563,11 +1604,11 @@ var Setting = (props) => {
|
|
|
1563
1604
|
var setting_default = Setting;
|
|
1564
1605
|
|
|
1565
1606
|
// src/icons/v2/outline/share.tsx
|
|
1566
|
-
import { jsx as
|
|
1607
|
+
import { jsx as jsx58, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1567
1608
|
var Bag2 = (props) => {
|
|
1568
1609
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1569
|
-
return /* @__PURE__ */
|
|
1570
|
-
/* @__PURE__ */
|
|
1610
|
+
return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1611
|
+
/* @__PURE__ */ jsx58(
|
|
1571
1612
|
"path",
|
|
1572
1613
|
{
|
|
1573
1614
|
fillRule: "evenodd",
|
|
@@ -1576,7 +1617,7 @@ var Bag2 = (props) => {
|
|
|
1576
1617
|
fill: color
|
|
1577
1618
|
}
|
|
1578
1619
|
),
|
|
1579
|
-
/* @__PURE__ */
|
|
1620
|
+
/* @__PURE__ */ jsx58(
|
|
1580
1621
|
"path",
|
|
1581
1622
|
{
|
|
1582
1623
|
fillRule: "evenodd",
|
|
@@ -1585,7 +1626,7 @@ var Bag2 = (props) => {
|
|
|
1585
1626
|
fill: color
|
|
1586
1627
|
}
|
|
1587
1628
|
),
|
|
1588
|
-
/* @__PURE__ */
|
|
1629
|
+
/* @__PURE__ */ jsx58(
|
|
1589
1630
|
"path",
|
|
1590
1631
|
{
|
|
1591
1632
|
fillRule: "evenodd",
|
|
@@ -1599,11 +1640,11 @@ var Bag2 = (props) => {
|
|
|
1599
1640
|
var share_default = Bag2;
|
|
1600
1641
|
|
|
1601
1642
|
// src/icons/v2/outline/sort.tsx
|
|
1602
|
-
import { jsx as
|
|
1643
|
+
import { jsx as jsx59, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1603
1644
|
var Sort = (props) => {
|
|
1604
1645
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1605
|
-
return /* @__PURE__ */
|
|
1606
|
-
/* @__PURE__ */
|
|
1646
|
+
return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1647
|
+
/* @__PURE__ */ jsx59(
|
|
1607
1648
|
"path",
|
|
1608
1649
|
{
|
|
1609
1650
|
fillRule: "evenodd",
|
|
@@ -1612,7 +1653,7 @@ var Sort = (props) => {
|
|
|
1612
1653
|
fill: color
|
|
1613
1654
|
}
|
|
1614
1655
|
),
|
|
1615
|
-
/* @__PURE__ */
|
|
1656
|
+
/* @__PURE__ */ jsx59(
|
|
1616
1657
|
"path",
|
|
1617
1658
|
{
|
|
1618
1659
|
fillRule: "evenodd",
|
|
@@ -1626,25 +1667,25 @@ var Sort = (props) => {
|
|
|
1626
1667
|
var sort_default = Sort;
|
|
1627
1668
|
|
|
1628
1669
|
// src/icons/v2/outline/store-complete.tsx
|
|
1629
|
-
import { jsx as
|
|
1670
|
+
import { jsx as jsx60, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1630
1671
|
var StoreComplete = (props) => {
|
|
1631
1672
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1632
|
-
return /* @__PURE__ */
|
|
1633
|
-
/* @__PURE__ */
|
|
1673
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1674
|
+
/* @__PURE__ */ jsx60(
|
|
1634
1675
|
"path",
|
|
1635
1676
|
{
|
|
1636
1677
|
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",
|
|
1637
1678
|
fill: color
|
|
1638
1679
|
}
|
|
1639
1680
|
),
|
|
1640
|
-
/* @__PURE__ */
|
|
1681
|
+
/* @__PURE__ */ jsx60(
|
|
1641
1682
|
"path",
|
|
1642
1683
|
{
|
|
1643
1684
|
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",
|
|
1644
1685
|
fill: color
|
|
1645
1686
|
}
|
|
1646
1687
|
),
|
|
1647
|
-
/* @__PURE__ */
|
|
1688
|
+
/* @__PURE__ */ jsx60(
|
|
1648
1689
|
"path",
|
|
1649
1690
|
{
|
|
1650
1691
|
fillRule: "evenodd",
|
|
@@ -1658,12 +1699,12 @@ var StoreComplete = (props) => {
|
|
|
1658
1699
|
var store_complete_default = StoreComplete;
|
|
1659
1700
|
|
|
1660
1701
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1661
|
-
import { jsx as
|
|
1702
|
+
import { jsx as jsx61, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1662
1703
|
var TermConditions = (props) => {
|
|
1663
1704
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1664
|
-
return /* @__PURE__ */
|
|
1665
|
-
/* @__PURE__ */
|
|
1666
|
-
/* @__PURE__ */
|
|
1705
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1706
|
+
/* @__PURE__ */ jsxs45("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1707
|
+
/* @__PURE__ */ jsx61(
|
|
1667
1708
|
"path",
|
|
1668
1709
|
{
|
|
1669
1710
|
fillRule: "evenodd",
|
|
@@ -1672,7 +1713,7 @@ var TermConditions = (props) => {
|
|
|
1672
1713
|
fill: color
|
|
1673
1714
|
}
|
|
1674
1715
|
),
|
|
1675
|
-
/* @__PURE__ */
|
|
1716
|
+
/* @__PURE__ */ jsx61(
|
|
1676
1717
|
"path",
|
|
1677
1718
|
{
|
|
1678
1719
|
fillRule: "evenodd",
|
|
@@ -1681,7 +1722,7 @@ var TermConditions = (props) => {
|
|
|
1681
1722
|
fill: color
|
|
1682
1723
|
}
|
|
1683
1724
|
),
|
|
1684
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ jsx61(
|
|
1685
1726
|
"path",
|
|
1686
1727
|
{
|
|
1687
1728
|
fillRule: "evenodd",
|
|
@@ -1690,7 +1731,7 @@ var TermConditions = (props) => {
|
|
|
1690
1731
|
fill: color
|
|
1691
1732
|
}
|
|
1692
1733
|
),
|
|
1693
|
-
/* @__PURE__ */
|
|
1734
|
+
/* @__PURE__ */ jsx61(
|
|
1694
1735
|
"path",
|
|
1695
1736
|
{
|
|
1696
1737
|
fillRule: "evenodd",
|
|
@@ -1699,7 +1740,7 @@ var TermConditions = (props) => {
|
|
|
1699
1740
|
fill: color
|
|
1700
1741
|
}
|
|
1701
1742
|
),
|
|
1702
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ jsx61(
|
|
1703
1744
|
"path",
|
|
1704
1745
|
{
|
|
1705
1746
|
fillRule: "evenodd",
|
|
@@ -1708,7 +1749,7 @@ var TermConditions = (props) => {
|
|
|
1708
1749
|
fill: color
|
|
1709
1750
|
}
|
|
1710
1751
|
),
|
|
1711
|
-
/* @__PURE__ */
|
|
1752
|
+
/* @__PURE__ */ jsx61(
|
|
1712
1753
|
"path",
|
|
1713
1754
|
{
|
|
1714
1755
|
fillRule: "evenodd",
|
|
@@ -1718,18 +1759,18 @@ var TermConditions = (props) => {
|
|
|
1718
1759
|
}
|
|
1719
1760
|
)
|
|
1720
1761
|
] }),
|
|
1721
|
-
/* @__PURE__ */
|
|
1762
|
+
/* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx61("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1722
1763
|
] });
|
|
1723
1764
|
};
|
|
1724
1765
|
var term_conditions_default = TermConditions;
|
|
1725
1766
|
|
|
1726
1767
|
// src/icons/v2/outline/trash.tsx
|
|
1727
|
-
import { jsx as
|
|
1768
|
+
import { jsx as jsx62, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1728
1769
|
var Trash = (props) => {
|
|
1729
1770
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1730
|
-
return /* @__PURE__ */
|
|
1731
|
-
/* @__PURE__ */
|
|
1732
|
-
/* @__PURE__ */
|
|
1771
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1772
|
+
/* @__PURE__ */ jsxs46("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1773
|
+
/* @__PURE__ */ jsx62(
|
|
1733
1774
|
"path",
|
|
1734
1775
|
{
|
|
1735
1776
|
fillRule: "evenodd",
|
|
@@ -1738,7 +1779,7 @@ var Trash = (props) => {
|
|
|
1738
1779
|
fill: color
|
|
1739
1780
|
}
|
|
1740
1781
|
),
|
|
1741
|
-
/* @__PURE__ */
|
|
1782
|
+
/* @__PURE__ */ jsx62(
|
|
1742
1783
|
"path",
|
|
1743
1784
|
{
|
|
1744
1785
|
fillRule: "evenodd",
|
|
@@ -1747,7 +1788,7 @@ var Trash = (props) => {
|
|
|
1747
1788
|
fill: color
|
|
1748
1789
|
}
|
|
1749
1790
|
),
|
|
1750
|
-
/* @__PURE__ */
|
|
1791
|
+
/* @__PURE__ */ jsx62(
|
|
1751
1792
|
"path",
|
|
1752
1793
|
{
|
|
1753
1794
|
fillRule: "evenodd",
|
|
@@ -1756,7 +1797,7 @@ var Trash = (props) => {
|
|
|
1756
1797
|
fill: color
|
|
1757
1798
|
}
|
|
1758
1799
|
),
|
|
1759
|
-
/* @__PURE__ */
|
|
1800
|
+
/* @__PURE__ */ jsx62(
|
|
1760
1801
|
"path",
|
|
1761
1802
|
{
|
|
1762
1803
|
fillRule: "evenodd",
|
|
@@ -1766,17 +1807,17 @@ var Trash = (props) => {
|
|
|
1766
1807
|
}
|
|
1767
1808
|
)
|
|
1768
1809
|
] }),
|
|
1769
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1770
1811
|
] });
|
|
1771
1812
|
};
|
|
1772
1813
|
var trash_default = Trash;
|
|
1773
1814
|
|
|
1774
1815
|
// src/icons/v2/outline/truck.tsx
|
|
1775
|
-
import { jsx as
|
|
1816
|
+
import { jsx as jsx63, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1776
1817
|
var Truck = (props) => {
|
|
1777
1818
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1778
|
-
return /* @__PURE__ */
|
|
1779
|
-
/* @__PURE__ */
|
|
1819
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1820
|
+
/* @__PURE__ */ jsx63("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx63(
|
|
1780
1821
|
"path",
|
|
1781
1822
|
{
|
|
1782
1823
|
fillRule: "evenodd",
|
|
@@ -1785,38 +1826,38 @@ var Truck = (props) => {
|
|
|
1785
1826
|
fill: color
|
|
1786
1827
|
}
|
|
1787
1828
|
) }),
|
|
1788
|
-
/* @__PURE__ */
|
|
1829
|
+
/* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "truck", children: /* @__PURE__ */ jsx63("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1789
1830
|
] });
|
|
1790
1831
|
};
|
|
1791
1832
|
var truck_default = Truck;
|
|
1792
1833
|
|
|
1793
1834
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1794
|
-
import { jsx as
|
|
1835
|
+
import { jsx as jsx64, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1795
1836
|
var TruckDiscount = (props) => {
|
|
1796
1837
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1797
|
-
return /* @__PURE__ */
|
|
1798
|
-
/* @__PURE__ */
|
|
1838
|
+
return /* @__PURE__ */ jsxs48("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1839
|
+
/* @__PURE__ */ jsx64(
|
|
1799
1840
|
"path",
|
|
1800
1841
|
{
|
|
1801
1842
|
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",
|
|
1802
1843
|
fill: color
|
|
1803
1844
|
}
|
|
1804
1845
|
),
|
|
1805
|
-
/* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ jsx64(
|
|
1806
1847
|
"path",
|
|
1807
1848
|
{
|
|
1808
1849
|
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",
|
|
1809
1850
|
fill: color
|
|
1810
1851
|
}
|
|
1811
1852
|
),
|
|
1812
|
-
/* @__PURE__ */
|
|
1853
|
+
/* @__PURE__ */ jsx64(
|
|
1813
1854
|
"path",
|
|
1814
1855
|
{
|
|
1815
1856
|
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",
|
|
1816
1857
|
fill: color
|
|
1817
1858
|
}
|
|
1818
1859
|
),
|
|
1819
|
-
/* @__PURE__ */
|
|
1860
|
+
/* @__PURE__ */ jsx64(
|
|
1820
1861
|
"path",
|
|
1821
1862
|
{
|
|
1822
1863
|
fillRule: "evenodd",
|
|
@@ -1830,12 +1871,12 @@ var TruckDiscount = (props) => {
|
|
|
1830
1871
|
var truck_discount_default = TruckDiscount;
|
|
1831
1872
|
|
|
1832
1873
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1833
|
-
import { jsx as
|
|
1874
|
+
import { jsx as jsx65, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1834
1875
|
var VirtualWallet = (props) => {
|
|
1835
1876
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1836
|
-
return /* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1877
|
+
return /* @__PURE__ */ jsxs49("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1878
|
+
/* @__PURE__ */ jsxs49("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
1879
|
+
/* @__PURE__ */ jsx65(
|
|
1839
1880
|
"path",
|
|
1840
1881
|
{
|
|
1841
1882
|
fillRule: "evenodd",
|
|
@@ -1844,7 +1885,7 @@ var VirtualWallet = (props) => {
|
|
|
1844
1885
|
fill: color
|
|
1845
1886
|
}
|
|
1846
1887
|
),
|
|
1847
|
-
/* @__PURE__ */
|
|
1888
|
+
/* @__PURE__ */ jsx65(
|
|
1848
1889
|
"path",
|
|
1849
1890
|
{
|
|
1850
1891
|
fillRule: "evenodd",
|
|
@@ -1853,7 +1894,7 @@ var VirtualWallet = (props) => {
|
|
|
1853
1894
|
fill: color
|
|
1854
1895
|
}
|
|
1855
1896
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ jsx65(
|
|
1857
1898
|
"path",
|
|
1858
1899
|
{
|
|
1859
1900
|
fillRule: "evenodd",
|
|
@@ -1862,14 +1903,14 @@ var VirtualWallet = (props) => {
|
|
|
1862
1903
|
fill: color
|
|
1863
1904
|
}
|
|
1864
1905
|
),
|
|
1865
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ jsx65(
|
|
1866
1907
|
"path",
|
|
1867
1908
|
{
|
|
1868
1909
|
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",
|
|
1869
1910
|
fill: color
|
|
1870
1911
|
}
|
|
1871
1912
|
),
|
|
1872
|
-
/* @__PURE__ */
|
|
1913
|
+
/* @__PURE__ */ jsx65(
|
|
1873
1914
|
"path",
|
|
1874
1915
|
{
|
|
1875
1916
|
fillRule: "evenodd",
|
|
@@ -1878,7 +1919,7 @@ var VirtualWallet = (props) => {
|
|
|
1878
1919
|
fill: color
|
|
1879
1920
|
}
|
|
1880
1921
|
),
|
|
1881
|
-
/* @__PURE__ */
|
|
1922
|
+
/* @__PURE__ */ jsx65(
|
|
1882
1923
|
"path",
|
|
1883
1924
|
{
|
|
1884
1925
|
fillRule: "evenodd",
|
|
@@ -1888,17 +1929,17 @@ var VirtualWallet = (props) => {
|
|
|
1888
1929
|
}
|
|
1889
1930
|
)
|
|
1890
1931
|
] }),
|
|
1891
|
-
/* @__PURE__ */
|
|
1932
|
+
/* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1892
1933
|
] });
|
|
1893
1934
|
};
|
|
1894
1935
|
var virtual_wallet_default = VirtualWallet;
|
|
1895
1936
|
|
|
1896
1937
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
1897
|
-
import { jsx as
|
|
1938
|
+
import { jsx as jsx66, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1898
1939
|
var VoucherApplied = (props) => {
|
|
1899
1940
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1900
|
-
return /* @__PURE__ */
|
|
1901
|
-
/* @__PURE__ */
|
|
1941
|
+
return /* @__PURE__ */ jsxs50("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
1942
|
+
/* @__PURE__ */ jsx66(
|
|
1902
1943
|
"path",
|
|
1903
1944
|
{
|
|
1904
1945
|
fillRule: "evenodd",
|
|
@@ -1907,7 +1948,7 @@ var VoucherApplied = (props) => {
|
|
|
1907
1948
|
fill: color
|
|
1908
1949
|
}
|
|
1909
1950
|
),
|
|
1910
|
-
/* @__PURE__ */
|
|
1951
|
+
/* @__PURE__ */ jsx66(
|
|
1911
1952
|
"path",
|
|
1912
1953
|
{
|
|
1913
1954
|
fillRule: "evenodd",
|
|
@@ -1916,7 +1957,7 @@ var VoucherApplied = (props) => {
|
|
|
1916
1957
|
fill: color
|
|
1917
1958
|
}
|
|
1918
1959
|
),
|
|
1919
|
-
/* @__PURE__ */
|
|
1960
|
+
/* @__PURE__ */ jsx66(
|
|
1920
1961
|
"path",
|
|
1921
1962
|
{
|
|
1922
1963
|
fillRule: "evenodd",
|
|
@@ -1925,7 +1966,7 @@ var VoucherApplied = (props) => {
|
|
|
1925
1966
|
fill: color
|
|
1926
1967
|
}
|
|
1927
1968
|
),
|
|
1928
|
-
/* @__PURE__ */
|
|
1969
|
+
/* @__PURE__ */ jsx66(
|
|
1929
1970
|
"path",
|
|
1930
1971
|
{
|
|
1931
1972
|
fillRule: "evenodd",
|
|
@@ -1939,25 +1980,25 @@ var VoucherApplied = (props) => {
|
|
|
1939
1980
|
var voucher_applied_default = VoucherApplied;
|
|
1940
1981
|
|
|
1941
1982
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
1942
|
-
import { jsx as
|
|
1983
|
+
import { jsx as jsx67, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1943
1984
|
var VoucherOutline = (props) => {
|
|
1944
1985
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1945
|
-
return /* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1986
|
+
return /* @__PURE__ */ jsxs51("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1987
|
+
/* @__PURE__ */ jsx67(
|
|
1947
1988
|
"path",
|
|
1948
1989
|
{
|
|
1949
1990
|
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",
|
|
1950
1991
|
fill: color
|
|
1951
1992
|
}
|
|
1952
1993
|
),
|
|
1953
|
-
/* @__PURE__ */
|
|
1994
|
+
/* @__PURE__ */ jsx67(
|
|
1954
1995
|
"path",
|
|
1955
1996
|
{
|
|
1956
1997
|
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",
|
|
1957
1998
|
fill: color
|
|
1958
1999
|
}
|
|
1959
2000
|
),
|
|
1960
|
-
/* @__PURE__ */
|
|
2001
|
+
/* @__PURE__ */ jsx67(
|
|
1961
2002
|
"path",
|
|
1962
2003
|
{
|
|
1963
2004
|
fillRule: "evenodd",
|
|
@@ -1971,12 +2012,12 @@ var VoucherOutline = (props) => {
|
|
|
1971
2012
|
var voucher_outline_default = VoucherOutline;
|
|
1972
2013
|
|
|
1973
2014
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
1974
|
-
import { jsx as
|
|
2015
|
+
import { jsx as jsx68, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1975
2016
|
var AddBagSolid = (props) => {
|
|
1976
2017
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1977
2018
|
const fillColor = color || "#12784A";
|
|
1978
|
-
return /* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
2019
|
+
return /* @__PURE__ */ jsxs52("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2020
|
+
/* @__PURE__ */ jsx68(
|
|
1980
2021
|
"path",
|
|
1981
2022
|
{
|
|
1982
2023
|
fillRule: "evenodd",
|
|
@@ -1985,7 +2026,7 @@ var AddBagSolid = (props) => {
|
|
|
1985
2026
|
fill: fillColor
|
|
1986
2027
|
}
|
|
1987
2028
|
),
|
|
1988
|
-
/* @__PURE__ */
|
|
2029
|
+
/* @__PURE__ */ jsx68(
|
|
1989
2030
|
"path",
|
|
1990
2031
|
{
|
|
1991
2032
|
fillRule: "evenodd",
|
|
@@ -1999,10 +2040,10 @@ var AddBagSolid = (props) => {
|
|
|
1999
2040
|
var add_bag_solid_default = AddBagSolid;
|
|
2000
2041
|
|
|
2001
2042
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2002
|
-
import { jsx as
|
|
2043
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
2003
2044
|
var ArrowDownCircleSolid = (props) => {
|
|
2004
2045
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2005
|
-
return /* @__PURE__ */
|
|
2046
|
+
return /* @__PURE__ */ jsx69("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx69(
|
|
2006
2047
|
"path",
|
|
2007
2048
|
{
|
|
2008
2049
|
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",
|
|
@@ -2013,10 +2054,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2013
2054
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2014
2055
|
|
|
2015
2056
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2016
|
-
import { jsx as
|
|
2057
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
2017
2058
|
var BagSolid = (props) => {
|
|
2018
2059
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2019
|
-
return /* @__PURE__ */
|
|
2060
|
+
return /* @__PURE__ */ jsx70("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
|
|
2020
2061
|
"path",
|
|
2021
2062
|
{
|
|
2022
2063
|
fillRule: "evenodd",
|
|
@@ -2029,32 +2070,32 @@ var BagSolid = (props) => {
|
|
|
2029
2070
|
var bag_solid_default = BagSolid;
|
|
2030
2071
|
|
|
2031
2072
|
// src/icons/v2/solid/category-solid.tsx
|
|
2032
|
-
import { jsx as
|
|
2073
|
+
import { jsx as jsx71, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2033
2074
|
var CategorySolid = (props) => {
|
|
2034
2075
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2035
|
-
return /* @__PURE__ */
|
|
2036
|
-
/* @__PURE__ */
|
|
2076
|
+
return /* @__PURE__ */ jsxs53("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2077
|
+
/* @__PURE__ */ jsx71(
|
|
2037
2078
|
"path",
|
|
2038
2079
|
{
|
|
2039
2080
|
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",
|
|
2040
2081
|
fill: color
|
|
2041
2082
|
}
|
|
2042
2083
|
),
|
|
2043
|
-
/* @__PURE__ */
|
|
2084
|
+
/* @__PURE__ */ jsx71(
|
|
2044
2085
|
"path",
|
|
2045
2086
|
{
|
|
2046
2087
|
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",
|
|
2047
2088
|
fill: color
|
|
2048
2089
|
}
|
|
2049
2090
|
),
|
|
2050
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx71(
|
|
2051
2092
|
"path",
|
|
2052
2093
|
{
|
|
2053
2094
|
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",
|
|
2054
2095
|
fill: color
|
|
2055
2096
|
}
|
|
2056
2097
|
),
|
|
2057
|
-
/* @__PURE__ */
|
|
2098
|
+
/* @__PURE__ */ jsx71(
|
|
2058
2099
|
"path",
|
|
2059
2100
|
{
|
|
2060
2101
|
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",
|
|
@@ -2066,10 +2107,10 @@ var CategorySolid = (props) => {
|
|
|
2066
2107
|
var category_solid_default = CategorySolid;
|
|
2067
2108
|
|
|
2068
2109
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2069
|
-
import { jsx as
|
|
2110
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
2070
2111
|
var ChatCsSolid = (props) => {
|
|
2071
2112
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2072
|
-
return /* @__PURE__ */
|
|
2113
|
+
return /* @__PURE__ */ jsx72("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
2073
2114
|
"path",
|
|
2074
2115
|
{
|
|
2075
2116
|
fillRule: "evenodd",
|
|
@@ -2082,10 +2123,10 @@ var ChatCsSolid = (props) => {
|
|
|
2082
2123
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2083
2124
|
|
|
2084
2125
|
// src/icons/v2/solid/check-shield.tsx
|
|
2085
|
-
import { jsx as
|
|
2126
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
2086
2127
|
var CheckShield2 = (props) => {
|
|
2087
2128
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2088
|
-
return /* @__PURE__ */
|
|
2129
|
+
return /* @__PURE__ */ jsx73("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx73(
|
|
2089
2130
|
"path",
|
|
2090
2131
|
{
|
|
2091
2132
|
fillRule: "evenodd",
|
|
@@ -2098,13 +2139,13 @@ var CheckShield2 = (props) => {
|
|
|
2098
2139
|
var check_shield_default2 = CheckShield2;
|
|
2099
2140
|
|
|
2100
2141
|
// src/icons/v2/solid/direction.tsx
|
|
2101
|
-
import { jsx as
|
|
2142
|
+
import { jsx as jsx74, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2102
2143
|
var Direction = (props) => {
|
|
2103
2144
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2145
|
+
return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2146
|
+
/* @__PURE__ */ jsxs54("g", { clipPath: "url(#direction)", children: [
|
|
2147
|
+
/* @__PURE__ */ jsx74("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2148
|
+
/* @__PURE__ */ jsx74(
|
|
2108
2149
|
"path",
|
|
2109
2150
|
{
|
|
2110
2151
|
fillRule: "evenodd",
|
|
@@ -2114,16 +2155,16 @@ var Direction = (props) => {
|
|
|
2114
2155
|
}
|
|
2115
2156
|
)
|
|
2116
2157
|
] }),
|
|
2117
|
-
/* @__PURE__ */
|
|
2158
|
+
/* @__PURE__ */ jsx74("defs", { children: /* @__PURE__ */ jsx74("clipPath", { id: "direction", children: /* @__PURE__ */ jsx74("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2118
2159
|
] });
|
|
2119
2160
|
};
|
|
2120
2161
|
var direction_default = Direction;
|
|
2121
2162
|
|
|
2122
2163
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2123
|
-
import { jsx as
|
|
2164
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
2124
2165
|
var EnvelopedSolid = (props) => {
|
|
2125
2166
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2126
|
-
return /* @__PURE__ */
|
|
2167
|
+
return /* @__PURE__ */ jsx75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx75(
|
|
2127
2168
|
"path",
|
|
2128
2169
|
{
|
|
2129
2170
|
fillRule: "evenodd",
|
|
@@ -2136,12 +2177,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2136
2177
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2137
2178
|
|
|
2138
2179
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2139
|
-
import { jsx as
|
|
2180
|
+
import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2140
2181
|
var FastTruckSolid = (props) => {
|
|
2141
2182
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2142
2183
|
const fillColor = color || "#12784A";
|
|
2143
|
-
return /* @__PURE__ */
|
|
2144
|
-
/* @__PURE__ */
|
|
2184
|
+
return /* @__PURE__ */ jsxs55("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2185
|
+
/* @__PURE__ */ jsx76(
|
|
2145
2186
|
"path",
|
|
2146
2187
|
{
|
|
2147
2188
|
fillRule: "evenodd",
|
|
@@ -2150,14 +2191,14 @@ var FastTruckSolid = (props) => {
|
|
|
2150
2191
|
fill: fillColor
|
|
2151
2192
|
}
|
|
2152
2193
|
),
|
|
2153
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx76(
|
|
2154
2195
|
"path",
|
|
2155
2196
|
{
|
|
2156
2197
|
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",
|
|
2157
2198
|
fill: fillColor
|
|
2158
2199
|
}
|
|
2159
2200
|
),
|
|
2160
|
-
/* @__PURE__ */
|
|
2201
|
+
/* @__PURE__ */ jsx76(
|
|
2161
2202
|
"path",
|
|
2162
2203
|
{
|
|
2163
2204
|
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",
|
|
@@ -2169,10 +2210,10 @@ var FastTruckSolid = (props) => {
|
|
|
2169
2210
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2170
2211
|
|
|
2171
2212
|
// src/icons/v2/solid/hand.tsx
|
|
2172
|
-
import { jsx as
|
|
2213
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
2173
2214
|
var Hand = (props) => {
|
|
2174
2215
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2175
|
-
return /* @__PURE__ */
|
|
2216
|
+
return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx77(
|
|
2176
2217
|
"path",
|
|
2177
2218
|
{
|
|
2178
2219
|
id: "Vector 650",
|
|
@@ -2184,10 +2225,10 @@ var Hand = (props) => {
|
|
|
2184
2225
|
var hand_default = Hand;
|
|
2185
2226
|
|
|
2186
2227
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2187
|
-
import { jsx as
|
|
2228
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
2188
2229
|
var HandphoneSolid = (props) => {
|
|
2189
2230
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2190
|
-
return /* @__PURE__ */
|
|
2231
|
+
return /* @__PURE__ */ jsx78("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx78(
|
|
2191
2232
|
"path",
|
|
2192
2233
|
{
|
|
2193
2234
|
fillRule: "evenodd",
|
|
@@ -2200,10 +2241,10 @@ var HandphoneSolid = (props) => {
|
|
|
2200
2241
|
var handphone_solid_default = HandphoneSolid;
|
|
2201
2242
|
|
|
2202
2243
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2203
|
-
import { jsx as
|
|
2244
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
2204
2245
|
var HeartSolid = (props) => {
|
|
2205
2246
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2206
|
-
return /* @__PURE__ */
|
|
2247
|
+
return /* @__PURE__ */ jsx79("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
|
|
2207
2248
|
"path",
|
|
2208
2249
|
{
|
|
2209
2250
|
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",
|
|
@@ -2214,10 +2255,10 @@ var HeartSolid = (props) => {
|
|
|
2214
2255
|
var heart_solid_default = HeartSolid;
|
|
2215
2256
|
|
|
2216
2257
|
// src/icons/v2/solid/home-solid.tsx
|
|
2217
|
-
import { jsx as
|
|
2258
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
2218
2259
|
var HomeSolid = (props) => {
|
|
2219
2260
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2220
|
-
return /* @__PURE__ */
|
|
2261
|
+
return /* @__PURE__ */ jsx80("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx80(
|
|
2221
2262
|
"path",
|
|
2222
2263
|
{
|
|
2223
2264
|
fillRule: "evenodd",
|
|
@@ -2230,10 +2271,10 @@ var HomeSolid = (props) => {
|
|
|
2230
2271
|
var home_solid_default = HomeSolid;
|
|
2231
2272
|
|
|
2232
2273
|
// src/icons/v2/solid/info-solid.tsx
|
|
2233
|
-
import { jsx as
|
|
2274
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
2234
2275
|
var InfoSolid = (props) => {
|
|
2235
2276
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2236
|
-
return /* @__PURE__ */
|
|
2277
|
+
return /* @__PURE__ */ jsx81("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx81(
|
|
2237
2278
|
"path",
|
|
2238
2279
|
{
|
|
2239
2280
|
fillRule: "evenodd",
|
|
@@ -2246,11 +2287,11 @@ var InfoSolid = (props) => {
|
|
|
2246
2287
|
var info_solid_default = InfoSolid;
|
|
2247
2288
|
|
|
2248
2289
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2249
|
-
import { jsx as
|
|
2290
|
+
import { jsx as jsx82, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2250
2291
|
var InfoSolid2 = (props) => {
|
|
2251
2292
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2252
|
-
return /* @__PURE__ */
|
|
2253
|
-
/* @__PURE__ */
|
|
2293
|
+
return /* @__PURE__ */ jsxs56("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2294
|
+
/* @__PURE__ */ jsx82("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx82(
|
|
2254
2295
|
"path",
|
|
2255
2296
|
{
|
|
2256
2297
|
fillRule: "evenodd",
|
|
@@ -2259,24 +2300,24 @@ var InfoSolid2 = (props) => {
|
|
|
2259
2300
|
fill: color
|
|
2260
2301
|
}
|
|
2261
2302
|
) }),
|
|
2262
|
-
/* @__PURE__ */
|
|
2303
|
+
/* @__PURE__ */ jsx82("defs", { children: /* @__PURE__ */ jsx82("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx82("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2263
2304
|
] });
|
|
2264
2305
|
};
|
|
2265
2306
|
var lock_solid_default = InfoSolid2;
|
|
2266
2307
|
|
|
2267
2308
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2268
|
-
import { jsx as
|
|
2309
|
+
import { jsx as jsx83, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2269
2310
|
var MapMarkerSolid = (props) => {
|
|
2270
2311
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2271
|
-
return /* @__PURE__ */
|
|
2272
|
-
/* @__PURE__ */
|
|
2312
|
+
return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2313
|
+
/* @__PURE__ */ jsx83(
|
|
2273
2314
|
"path",
|
|
2274
2315
|
{
|
|
2275
2316
|
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",
|
|
2276
2317
|
fill: color
|
|
2277
2318
|
}
|
|
2278
2319
|
),
|
|
2279
|
-
/* @__PURE__ */
|
|
2320
|
+
/* @__PURE__ */ jsx83(
|
|
2280
2321
|
"path",
|
|
2281
2322
|
{
|
|
2282
2323
|
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",
|
|
@@ -2288,18 +2329,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2288
2329
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2289
2330
|
|
|
2290
2331
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2291
|
-
import { jsx as
|
|
2332
|
+
import { jsx as jsx84, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2292
2333
|
var ProfileSolid = (props) => {
|
|
2293
2334
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2294
|
-
return /* @__PURE__ */
|
|
2295
|
-
/* @__PURE__ */
|
|
2335
|
+
return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2336
|
+
/* @__PURE__ */ jsx84(
|
|
2296
2337
|
"path",
|
|
2297
2338
|
{
|
|
2298
2339
|
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",
|
|
2299
2340
|
fill: color
|
|
2300
2341
|
}
|
|
2301
2342
|
),
|
|
2302
|
-
/* @__PURE__ */
|
|
2343
|
+
/* @__PURE__ */ jsx84(
|
|
2303
2344
|
"path",
|
|
2304
2345
|
{
|
|
2305
2346
|
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",
|
|
@@ -2311,10 +2352,10 @@ var ProfileSolid = (props) => {
|
|
|
2311
2352
|
var profile_solid_default = ProfileSolid;
|
|
2312
2353
|
|
|
2313
2354
|
// src/icons/v2/solid/search-solid.tsx
|
|
2314
|
-
import { jsx as
|
|
2355
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
2315
2356
|
var SearchSolid = (props) => {
|
|
2316
2357
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2317
|
-
return /* @__PURE__ */
|
|
2358
|
+
return /* @__PURE__ */ jsx85("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx85(
|
|
2318
2359
|
"path",
|
|
2319
2360
|
{
|
|
2320
2361
|
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",
|
|
@@ -2325,18 +2366,18 @@ var SearchSolid = (props) => {
|
|
|
2325
2366
|
var search_solid_default = SearchSolid;
|
|
2326
2367
|
|
|
2327
2368
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2328
|
-
import { jsx as
|
|
2369
|
+
import { jsx as jsx86, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2329
2370
|
var SettingSolid = (props) => {
|
|
2330
2371
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2331
|
-
return /* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2372
|
+
return /* @__PURE__ */ jsxs59("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2373
|
+
/* @__PURE__ */ jsx86(
|
|
2333
2374
|
"path",
|
|
2334
2375
|
{
|
|
2335
2376
|
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",
|
|
2336
2377
|
fill: "#999999"
|
|
2337
2378
|
}
|
|
2338
2379
|
),
|
|
2339
|
-
/* @__PURE__ */
|
|
2380
|
+
/* @__PURE__ */ jsx86(
|
|
2340
2381
|
"path",
|
|
2341
2382
|
{
|
|
2342
2383
|
fillRule: "evenodd",
|
|
@@ -2350,10 +2391,10 @@ var SettingSolid = (props) => {
|
|
|
2350
2391
|
var setting_solid_default = SettingSolid;
|
|
2351
2392
|
|
|
2352
2393
|
// src/icons/v2/solid/success-solid.tsx
|
|
2353
|
-
import { jsx as
|
|
2394
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
2354
2395
|
var SuccessSolid = (props) => {
|
|
2355
2396
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2356
|
-
return /* @__PURE__ */
|
|
2397
|
+
return /* @__PURE__ */ jsx87("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx87(
|
|
2357
2398
|
"path",
|
|
2358
2399
|
{
|
|
2359
2400
|
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",
|
|
@@ -2364,11 +2405,11 @@ var SuccessSolid = (props) => {
|
|
|
2364
2405
|
var success_solid_default = SuccessSolid;
|
|
2365
2406
|
|
|
2366
2407
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2367
|
-
import { jsx as
|
|
2408
|
+
import { jsx as jsx88, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2368
2409
|
var TrashSolid = (props) => {
|
|
2369
2410
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2370
|
-
return /* @__PURE__ */
|
|
2371
|
-
/* @__PURE__ */
|
|
2411
|
+
return /* @__PURE__ */ jsxs60("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2412
|
+
/* @__PURE__ */ jsx88(
|
|
2372
2413
|
"path",
|
|
2373
2414
|
{
|
|
2374
2415
|
fillRule: "evenodd",
|
|
@@ -2377,7 +2418,7 @@ var TrashSolid = (props) => {
|
|
|
2377
2418
|
fill: color
|
|
2378
2419
|
}
|
|
2379
2420
|
),
|
|
2380
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx88(
|
|
2381
2422
|
"path",
|
|
2382
2423
|
{
|
|
2383
2424
|
fillRule: "evenodd",
|
|
@@ -2391,11 +2432,11 @@ var TrashSolid = (props) => {
|
|
|
2391
2432
|
var trash_solid_default = TrashSolid;
|
|
2392
2433
|
|
|
2393
2434
|
// src/icons/v2/solid/trend-up.tsx
|
|
2394
|
-
import { jsx as
|
|
2435
|
+
import { jsx as jsx89, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2395
2436
|
var TrendUp = (props) => {
|
|
2396
2437
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2397
|
-
return /* @__PURE__ */
|
|
2398
|
-
/* @__PURE__ */
|
|
2438
|
+
return /* @__PURE__ */ jsx89("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx89("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs61("g", { id: "Vector", children: [
|
|
2439
|
+
/* @__PURE__ */ jsx89(
|
|
2399
2440
|
"path",
|
|
2400
2441
|
{
|
|
2401
2442
|
fillRule: "evenodd",
|
|
@@ -2404,14 +2445,14 @@ var TrendUp = (props) => {
|
|
|
2404
2445
|
fill: color
|
|
2405
2446
|
}
|
|
2406
2447
|
),
|
|
2407
|
-
/* @__PURE__ */
|
|
2448
|
+
/* @__PURE__ */ jsx89(
|
|
2408
2449
|
"path",
|
|
2409
2450
|
{
|
|
2410
2451
|
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",
|
|
2411
2452
|
fill: color
|
|
2412
2453
|
}
|
|
2413
2454
|
),
|
|
2414
|
-
/* @__PURE__ */
|
|
2455
|
+
/* @__PURE__ */ jsx89(
|
|
2415
2456
|
"path",
|
|
2416
2457
|
{
|
|
2417
2458
|
fillRule: "evenodd",
|
|
@@ -2425,32 +2466,32 @@ var TrendUp = (props) => {
|
|
|
2425
2466
|
var trend_up_default = TrendUp;
|
|
2426
2467
|
|
|
2427
2468
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2428
|
-
import { jsx as
|
|
2469
|
+
import { jsx as jsx90, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2429
2470
|
var VoilaPointBase = (props) => {
|
|
2430
2471
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2431
|
-
return /* @__PURE__ */
|
|
2432
|
-
/* @__PURE__ */
|
|
2472
|
+
return /* @__PURE__ */ jsxs62("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2473
|
+
/* @__PURE__ */ jsx90(
|
|
2433
2474
|
"path",
|
|
2434
2475
|
{
|
|
2435
2476
|
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",
|
|
2436
2477
|
fill: "#8F8F8F"
|
|
2437
2478
|
}
|
|
2438
2479
|
),
|
|
2439
|
-
/* @__PURE__ */
|
|
2480
|
+
/* @__PURE__ */ jsx90(
|
|
2440
2481
|
"path",
|
|
2441
2482
|
{
|
|
2442
2483
|
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",
|
|
2443
2484
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2444
2485
|
}
|
|
2445
2486
|
),
|
|
2446
|
-
/* @__PURE__ */
|
|
2487
|
+
/* @__PURE__ */ jsx90(
|
|
2447
2488
|
"path",
|
|
2448
2489
|
{
|
|
2449
2490
|
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",
|
|
2450
2491
|
stroke: "white"
|
|
2451
2492
|
}
|
|
2452
2493
|
),
|
|
2453
|
-
/* @__PURE__ */
|
|
2494
|
+
/* @__PURE__ */ jsx90(
|
|
2454
2495
|
"path",
|
|
2455
2496
|
{
|
|
2456
2497
|
fillRule: "evenodd",
|
|
@@ -2459,15 +2500,15 @@ var VoilaPointBase = (props) => {
|
|
|
2459
2500
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2460
2501
|
}
|
|
2461
2502
|
),
|
|
2462
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ jsx90(
|
|
2463
2504
|
"path",
|
|
2464
2505
|
{
|
|
2465
2506
|
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",
|
|
2466
2507
|
fill: "white"
|
|
2467
2508
|
}
|
|
2468
2509
|
),
|
|
2469
|
-
/* @__PURE__ */
|
|
2470
|
-
/* @__PURE__ */
|
|
2510
|
+
/* @__PURE__ */ jsxs62("defs", { children: [
|
|
2511
|
+
/* @__PURE__ */ jsxs62(
|
|
2471
2512
|
"linearGradient",
|
|
2472
2513
|
{
|
|
2473
2514
|
id: "paint0_linear_1327_167461",
|
|
@@ -2477,12 +2518,12 @@ var VoilaPointBase = (props) => {
|
|
|
2477
2518
|
y2: "2.51294",
|
|
2478
2519
|
gradientUnits: "userSpaceOnUse",
|
|
2479
2520
|
children: [
|
|
2480
|
-
/* @__PURE__ */
|
|
2481
|
-
/* @__PURE__ */
|
|
2521
|
+
/* @__PURE__ */ jsx90("stop", { stopColor: "#E6E6E6" }),
|
|
2522
|
+
/* @__PURE__ */ jsx90("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2482
2523
|
]
|
|
2483
2524
|
}
|
|
2484
2525
|
),
|
|
2485
|
-
/* @__PURE__ */
|
|
2526
|
+
/* @__PURE__ */ jsxs62(
|
|
2486
2527
|
"linearGradient",
|
|
2487
2528
|
{
|
|
2488
2529
|
id: "paint1_linear_1327_167461",
|
|
@@ -2492,9 +2533,9 @@ var VoilaPointBase = (props) => {
|
|
|
2492
2533
|
y2: "19.984",
|
|
2493
2534
|
gradientUnits: "userSpaceOnUse",
|
|
2494
2535
|
children: [
|
|
2495
|
-
/* @__PURE__ */
|
|
2496
|
-
/* @__PURE__ */
|
|
2497
|
-
/* @__PURE__ */
|
|
2536
|
+
/* @__PURE__ */ jsx90("stop", { stopColor: "#E6E6E6" }),
|
|
2537
|
+
/* @__PURE__ */ jsx90("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2538
|
+
/* @__PURE__ */ jsx90("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2498
2539
|
]
|
|
2499
2540
|
}
|
|
2500
2541
|
)
|
|
@@ -2504,10 +2545,10 @@ var VoilaPointBase = (props) => {
|
|
|
2504
2545
|
var voila_point_base_default = VoilaPointBase;
|
|
2505
2546
|
|
|
2506
2547
|
// src/icons/v2/solid/voucher.tsx
|
|
2507
|
-
import { jsx as
|
|
2548
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2508
2549
|
var Voucher = (props) => {
|
|
2509
2550
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2510
|
-
return /* @__PURE__ */
|
|
2551
|
+
return /* @__PURE__ */ jsx91("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91(
|
|
2511
2552
|
"path",
|
|
2512
2553
|
{
|
|
2513
2554
|
fillRule: "evenodd",
|
|
@@ -2520,10 +2561,10 @@ var Voucher = (props) => {
|
|
|
2520
2561
|
var voucher_default = Voucher;
|
|
2521
2562
|
|
|
2522
2563
|
// src/icons/v2/solid/wallet.tsx
|
|
2523
|
-
import { jsx as
|
|
2564
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
2524
2565
|
var Wallet = (props) => {
|
|
2525
2566
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2526
|
-
return /* @__PURE__ */
|
|
2567
|
+
return /* @__PURE__ */ jsx92("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx92("g", { id: "24x24", children: /* @__PURE__ */ jsx92(
|
|
2527
2568
|
"path",
|
|
2528
2569
|
{
|
|
2529
2570
|
id: "Subtract",
|
|
@@ -2565,6 +2606,7 @@ export {
|
|
|
2565
2606
|
chevron_right_large_default as ChevronRightLarge,
|
|
2566
2607
|
chevron_up_default as ChevronUp,
|
|
2567
2608
|
chevron_up_large_default as ChevronUpLarge,
|
|
2609
|
+
clock_default as Clock,
|
|
2568
2610
|
close_default as Close,
|
|
2569
2611
|
close_large_default as CloseLarge,
|
|
2570
2612
|
contact_book_default as ContactBook,
|
|
@@ -2599,6 +2641,7 @@ export {
|
|
|
2599
2641
|
note_default as Note,
|
|
2600
2642
|
order_history_default as OrderHistory,
|
|
2601
2643
|
otp_default as Otp,
|
|
2644
|
+
paylater_default as Paylater,
|
|
2602
2645
|
plus_default as Plus,
|
|
2603
2646
|
plus_large_default as PlusLarge,
|
|
2604
2647
|
privacy_policy_default as PrivacyPolicy,
|