@ctlyst.id/icons 2.8.7 → 2.8.8
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 +3 -1
- package/dist/v2.d.ts +3 -1
- package/dist/v2.js +338 -311
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +337 -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",
|
|
@@ -1269,11 +1294,11 @@ var Otp = (props) => {
|
|
|
1269
1294
|
var otp_default = Otp;
|
|
1270
1295
|
|
|
1271
1296
|
// src/icons/v2/outline/plus.tsx
|
|
1272
|
-
import { jsx as
|
|
1297
|
+
import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1273
1298
|
var Plus = (props) => {
|
|
1274
1299
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1275
|
-
return /* @__PURE__ */
|
|
1276
|
-
/* @__PURE__ */
|
|
1300
|
+
return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1301
|
+
/* @__PURE__ */ jsx49("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx49(
|
|
1277
1302
|
"path",
|
|
1278
1303
|
{
|
|
1279
1304
|
fillRule: "evenodd",
|
|
@@ -1282,24 +1307,24 @@ var Plus = (props) => {
|
|
|
1282
1307
|
fill: color
|
|
1283
1308
|
}
|
|
1284
1309
|
) }),
|
|
1285
|
-
/* @__PURE__ */
|
|
1310
|
+
/* @__PURE__ */ jsx49("defs", { children: /* @__PURE__ */ jsx49("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx49("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1286
1311
|
] });
|
|
1287
1312
|
};
|
|
1288
1313
|
var plus_default = Plus;
|
|
1289
1314
|
|
|
1290
1315
|
// src/icons/v2/outline/plus-large.tsx
|
|
1291
|
-
import { jsx as
|
|
1316
|
+
import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1292
1317
|
var PlusLarge = (props) => {
|
|
1293
1318
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1294
|
-
return /* @__PURE__ */
|
|
1295
|
-
/* @__PURE__ */
|
|
1319
|
+
return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1320
|
+
/* @__PURE__ */ jsx50(
|
|
1296
1321
|
"path",
|
|
1297
1322
|
{
|
|
1298
1323
|
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
1324
|
fill: color
|
|
1300
1325
|
}
|
|
1301
1326
|
),
|
|
1302
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ jsx50(
|
|
1303
1328
|
"path",
|
|
1304
1329
|
{
|
|
1305
1330
|
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 +1336,12 @@ var PlusLarge = (props) => {
|
|
|
1311
1336
|
var plus_large_default = PlusLarge;
|
|
1312
1337
|
|
|
1313
1338
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1314
|
-
import { jsx as
|
|
1339
|
+
import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1315
1340
|
var PrivacyPolicy = (props) => {
|
|
1316
1341
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1317
|
-
return /* @__PURE__ */
|
|
1318
|
-
/* @__PURE__ */
|
|
1319
|
-
/* @__PURE__ */
|
|
1342
|
+
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1343
|
+
/* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1344
|
+
/* @__PURE__ */ jsx51(
|
|
1320
1345
|
"path",
|
|
1321
1346
|
{
|
|
1322
1347
|
fillRule: "evenodd",
|
|
@@ -1325,7 +1350,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1325
1350
|
fill: color
|
|
1326
1351
|
}
|
|
1327
1352
|
),
|
|
1328
|
-
/* @__PURE__ */
|
|
1353
|
+
/* @__PURE__ */ jsx51(
|
|
1329
1354
|
"path",
|
|
1330
1355
|
{
|
|
1331
1356
|
fillRule: "evenodd",
|
|
@@ -1334,7 +1359,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1334
1359
|
fill: color
|
|
1335
1360
|
}
|
|
1336
1361
|
),
|
|
1337
|
-
/* @__PURE__ */
|
|
1362
|
+
/* @__PURE__ */ jsx51(
|
|
1338
1363
|
"path",
|
|
1339
1364
|
{
|
|
1340
1365
|
fillRule: "evenodd",
|
|
@@ -1343,7 +1368,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1343
1368
|
fill: color
|
|
1344
1369
|
}
|
|
1345
1370
|
),
|
|
1346
|
-
/* @__PURE__ */
|
|
1371
|
+
/* @__PURE__ */ jsx51(
|
|
1347
1372
|
"path",
|
|
1348
1373
|
{
|
|
1349
1374
|
fillRule: "evenodd",
|
|
@@ -1352,7 +1377,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1352
1377
|
fill: color
|
|
1353
1378
|
}
|
|
1354
1379
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1380
|
+
/* @__PURE__ */ jsx51(
|
|
1356
1381
|
"path",
|
|
1357
1382
|
{
|
|
1358
1383
|
fillRule: "evenodd",
|
|
@@ -1361,7 +1386,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1361
1386
|
fill: color
|
|
1362
1387
|
}
|
|
1363
1388
|
),
|
|
1364
|
-
/* @__PURE__ */
|
|
1389
|
+
/* @__PURE__ */ jsx51(
|
|
1365
1390
|
"path",
|
|
1366
1391
|
{
|
|
1367
1392
|
fillRule: "evenodd",
|
|
@@ -1371,18 +1396,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1371
1396
|
}
|
|
1372
1397
|
)
|
|
1373
1398
|
] }),
|
|
1374
|
-
/* @__PURE__ */
|
|
1399
|
+
/* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx51("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1375
1400
|
] });
|
|
1376
1401
|
};
|
|
1377
1402
|
var privacy_policy_default = PrivacyPolicy;
|
|
1378
1403
|
|
|
1379
1404
|
// src/icons/v2/outline/profile.tsx
|
|
1380
|
-
import { jsx as
|
|
1405
|
+
import { jsx as jsx52, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1381
1406
|
var Profile = (props) => {
|
|
1382
1407
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1383
|
-
return /* @__PURE__ */
|
|
1384
|
-
/* @__PURE__ */
|
|
1385
|
-
/* @__PURE__ */
|
|
1408
|
+
return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1409
|
+
/* @__PURE__ */ jsxs39("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1410
|
+
/* @__PURE__ */ jsx52(
|
|
1386
1411
|
"path",
|
|
1387
1412
|
{
|
|
1388
1413
|
fillRule: "evenodd",
|
|
@@ -1391,7 +1416,7 @@ var Profile = (props) => {
|
|
|
1391
1416
|
fill: color
|
|
1392
1417
|
}
|
|
1393
1418
|
),
|
|
1394
|
-
/* @__PURE__ */
|
|
1419
|
+
/* @__PURE__ */ jsx52(
|
|
1395
1420
|
"path",
|
|
1396
1421
|
{
|
|
1397
1422
|
fillRule: "evenodd",
|
|
@@ -1401,17 +1426,17 @@ var Profile = (props) => {
|
|
|
1401
1426
|
}
|
|
1402
1427
|
)
|
|
1403
1428
|
] }),
|
|
1404
|
-
/* @__PURE__ */
|
|
1429
|
+
/* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1405
1430
|
] });
|
|
1406
1431
|
};
|
|
1407
1432
|
var profile_default = Profile;
|
|
1408
1433
|
|
|
1409
1434
|
// src/icons/v2/outline/qr-code.tsx
|
|
1410
|
-
import { jsx as
|
|
1435
|
+
import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1411
1436
|
var QRCode = (props) => {
|
|
1412
1437
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1413
|
-
return /* @__PURE__ */
|
|
1414
|
-
/* @__PURE__ */
|
|
1438
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1439
|
+
/* @__PURE__ */ jsx53(
|
|
1415
1440
|
"path",
|
|
1416
1441
|
{
|
|
1417
1442
|
fillRule: "evenodd",
|
|
@@ -1420,7 +1445,7 @@ var QRCode = (props) => {
|
|
|
1420
1445
|
fill: color
|
|
1421
1446
|
}
|
|
1422
1447
|
),
|
|
1423
|
-
/* @__PURE__ */
|
|
1448
|
+
/* @__PURE__ */ jsx53(
|
|
1424
1449
|
"path",
|
|
1425
1450
|
{
|
|
1426
1451
|
fillRule: "evenodd",
|
|
@@ -1429,7 +1454,7 @@ var QRCode = (props) => {
|
|
|
1429
1454
|
fill: color
|
|
1430
1455
|
}
|
|
1431
1456
|
),
|
|
1432
|
-
/* @__PURE__ */
|
|
1457
|
+
/* @__PURE__ */ jsx53(
|
|
1433
1458
|
"path",
|
|
1434
1459
|
{
|
|
1435
1460
|
fillRule: "evenodd",
|
|
@@ -1438,7 +1463,7 @@ var QRCode = (props) => {
|
|
|
1438
1463
|
fill: color
|
|
1439
1464
|
}
|
|
1440
1465
|
),
|
|
1441
|
-
/* @__PURE__ */
|
|
1466
|
+
/* @__PURE__ */ jsx53(
|
|
1442
1467
|
"path",
|
|
1443
1468
|
{
|
|
1444
1469
|
fillRule: "evenodd",
|
|
@@ -1447,7 +1472,7 @@ var QRCode = (props) => {
|
|
|
1447
1472
|
fill: color
|
|
1448
1473
|
}
|
|
1449
1474
|
),
|
|
1450
|
-
/* @__PURE__ */
|
|
1475
|
+
/* @__PURE__ */ jsx53(
|
|
1451
1476
|
"path",
|
|
1452
1477
|
{
|
|
1453
1478
|
fillRule: "evenodd",
|
|
@@ -1456,7 +1481,7 @@ var QRCode = (props) => {
|
|
|
1456
1481
|
fill: color
|
|
1457
1482
|
}
|
|
1458
1483
|
),
|
|
1459
|
-
/* @__PURE__ */
|
|
1484
|
+
/* @__PURE__ */ jsx53(
|
|
1460
1485
|
"path",
|
|
1461
1486
|
{
|
|
1462
1487
|
fillRule: "evenodd",
|
|
@@ -1465,7 +1490,7 @@ var QRCode = (props) => {
|
|
|
1465
1490
|
fill: color
|
|
1466
1491
|
}
|
|
1467
1492
|
),
|
|
1468
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ jsx53(
|
|
1469
1494
|
"path",
|
|
1470
1495
|
{
|
|
1471
1496
|
fillRule: "evenodd",
|
|
@@ -1474,7 +1499,7 @@ var QRCode = (props) => {
|
|
|
1474
1499
|
fill: color
|
|
1475
1500
|
}
|
|
1476
1501
|
),
|
|
1477
|
-
/* @__PURE__ */
|
|
1502
|
+
/* @__PURE__ */ jsx53(
|
|
1478
1503
|
"path",
|
|
1479
1504
|
{
|
|
1480
1505
|
fillRule: "evenodd",
|
|
@@ -1483,7 +1508,7 @@ var QRCode = (props) => {
|
|
|
1483
1508
|
fill: color
|
|
1484
1509
|
}
|
|
1485
1510
|
),
|
|
1486
|
-
/* @__PURE__ */
|
|
1511
|
+
/* @__PURE__ */ jsx53(
|
|
1487
1512
|
"path",
|
|
1488
1513
|
{
|
|
1489
1514
|
fillRule: "evenodd",
|
|
@@ -1492,7 +1517,7 @@ var QRCode = (props) => {
|
|
|
1492
1517
|
fill: color
|
|
1493
1518
|
}
|
|
1494
1519
|
),
|
|
1495
|
-
/* @__PURE__ */
|
|
1520
|
+
/* @__PURE__ */ jsx53(
|
|
1496
1521
|
"path",
|
|
1497
1522
|
{
|
|
1498
1523
|
fillRule: "evenodd",
|
|
@@ -1506,10 +1531,10 @@ var QRCode = (props) => {
|
|
|
1506
1531
|
var qr_code_default = QRCode;
|
|
1507
1532
|
|
|
1508
1533
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1509
|
-
import { jsx as
|
|
1534
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
1510
1535
|
var QRCodeBase = (props) => {
|
|
1511
1536
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1512
|
-
return /* @__PURE__ */
|
|
1537
|
+
return /* @__PURE__ */ jsx54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
|
|
1513
1538
|
"path",
|
|
1514
1539
|
{
|
|
1515
1540
|
fillRule: "evenodd",
|
|
@@ -1522,11 +1547,11 @@ var QRCodeBase = (props) => {
|
|
|
1522
1547
|
var qr_code_base_default = QRCodeBase;
|
|
1523
1548
|
|
|
1524
1549
|
// src/icons/v2/outline/search.tsx
|
|
1525
|
-
import { jsx as
|
|
1550
|
+
import { jsx as jsx55, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1526
1551
|
var Search = (props) => {
|
|
1527
1552
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1528
|
-
return /* @__PURE__ */
|
|
1529
|
-
/* @__PURE__ */
|
|
1553
|
+
return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1554
|
+
/* @__PURE__ */ jsx55(
|
|
1530
1555
|
"path",
|
|
1531
1556
|
{
|
|
1532
1557
|
fillRule: "evenodd",
|
|
@@ -1535,7 +1560,7 @@ var Search = (props) => {
|
|
|
1535
1560
|
fill: color
|
|
1536
1561
|
}
|
|
1537
1562
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1563
|
+
/* @__PURE__ */ jsx55(
|
|
1539
1564
|
"path",
|
|
1540
1565
|
{
|
|
1541
1566
|
fillRule: "evenodd",
|
|
@@ -1549,10 +1574,10 @@ var Search = (props) => {
|
|
|
1549
1574
|
var search_default = Search;
|
|
1550
1575
|
|
|
1551
1576
|
// src/icons/v2/outline/setting.tsx
|
|
1552
|
-
import { jsx as
|
|
1577
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
1553
1578
|
var Setting = (props) => {
|
|
1554
1579
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1555
|
-
return /* @__PURE__ */
|
|
1580
|
+
return /* @__PURE__ */ jsx56("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx56(
|
|
1556
1581
|
"path",
|
|
1557
1582
|
{
|
|
1558
1583
|
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 +1588,11 @@ var Setting = (props) => {
|
|
|
1563
1588
|
var setting_default = Setting;
|
|
1564
1589
|
|
|
1565
1590
|
// src/icons/v2/outline/share.tsx
|
|
1566
|
-
import { jsx as
|
|
1591
|
+
import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1567
1592
|
var Bag2 = (props) => {
|
|
1568
1593
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1569
|
-
return /* @__PURE__ */
|
|
1570
|
-
/* @__PURE__ */
|
|
1594
|
+
return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1595
|
+
/* @__PURE__ */ jsx57(
|
|
1571
1596
|
"path",
|
|
1572
1597
|
{
|
|
1573
1598
|
fillRule: "evenodd",
|
|
@@ -1576,7 +1601,7 @@ var Bag2 = (props) => {
|
|
|
1576
1601
|
fill: color
|
|
1577
1602
|
}
|
|
1578
1603
|
),
|
|
1579
|
-
/* @__PURE__ */
|
|
1604
|
+
/* @__PURE__ */ jsx57(
|
|
1580
1605
|
"path",
|
|
1581
1606
|
{
|
|
1582
1607
|
fillRule: "evenodd",
|
|
@@ -1585,7 +1610,7 @@ var Bag2 = (props) => {
|
|
|
1585
1610
|
fill: color
|
|
1586
1611
|
}
|
|
1587
1612
|
),
|
|
1588
|
-
/* @__PURE__ */
|
|
1613
|
+
/* @__PURE__ */ jsx57(
|
|
1589
1614
|
"path",
|
|
1590
1615
|
{
|
|
1591
1616
|
fillRule: "evenodd",
|
|
@@ -1599,11 +1624,11 @@ var Bag2 = (props) => {
|
|
|
1599
1624
|
var share_default = Bag2;
|
|
1600
1625
|
|
|
1601
1626
|
// src/icons/v2/outline/sort.tsx
|
|
1602
|
-
import { jsx as
|
|
1627
|
+
import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1603
1628
|
var Sort = (props) => {
|
|
1604
1629
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1605
|
-
return /* @__PURE__ */
|
|
1606
|
-
/* @__PURE__ */
|
|
1630
|
+
return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1631
|
+
/* @__PURE__ */ jsx58(
|
|
1607
1632
|
"path",
|
|
1608
1633
|
{
|
|
1609
1634
|
fillRule: "evenodd",
|
|
@@ -1612,7 +1637,7 @@ var Sort = (props) => {
|
|
|
1612
1637
|
fill: color
|
|
1613
1638
|
}
|
|
1614
1639
|
),
|
|
1615
|
-
/* @__PURE__ */
|
|
1640
|
+
/* @__PURE__ */ jsx58(
|
|
1616
1641
|
"path",
|
|
1617
1642
|
{
|
|
1618
1643
|
fillRule: "evenodd",
|
|
@@ -1626,25 +1651,25 @@ var Sort = (props) => {
|
|
|
1626
1651
|
var sort_default = Sort;
|
|
1627
1652
|
|
|
1628
1653
|
// src/icons/v2/outline/store-complete.tsx
|
|
1629
|
-
import { jsx as
|
|
1654
|
+
import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1630
1655
|
var StoreComplete = (props) => {
|
|
1631
1656
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1632
|
-
return /* @__PURE__ */
|
|
1633
|
-
/* @__PURE__ */
|
|
1657
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1658
|
+
/* @__PURE__ */ jsx59(
|
|
1634
1659
|
"path",
|
|
1635
1660
|
{
|
|
1636
1661
|
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
1662
|
fill: color
|
|
1638
1663
|
}
|
|
1639
1664
|
),
|
|
1640
|
-
/* @__PURE__ */
|
|
1665
|
+
/* @__PURE__ */ jsx59(
|
|
1641
1666
|
"path",
|
|
1642
1667
|
{
|
|
1643
1668
|
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
1669
|
fill: color
|
|
1645
1670
|
}
|
|
1646
1671
|
),
|
|
1647
|
-
/* @__PURE__ */
|
|
1672
|
+
/* @__PURE__ */ jsx59(
|
|
1648
1673
|
"path",
|
|
1649
1674
|
{
|
|
1650
1675
|
fillRule: "evenodd",
|
|
@@ -1658,12 +1683,12 @@ var StoreComplete = (props) => {
|
|
|
1658
1683
|
var store_complete_default = StoreComplete;
|
|
1659
1684
|
|
|
1660
1685
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1661
|
-
import { jsx as
|
|
1686
|
+
import { jsx as jsx60, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1662
1687
|
var TermConditions = (props) => {
|
|
1663
1688
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1664
|
-
return /* @__PURE__ */
|
|
1665
|
-
/* @__PURE__ */
|
|
1666
|
-
/* @__PURE__ */
|
|
1689
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1690
|
+
/* @__PURE__ */ jsxs45("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1691
|
+
/* @__PURE__ */ jsx60(
|
|
1667
1692
|
"path",
|
|
1668
1693
|
{
|
|
1669
1694
|
fillRule: "evenodd",
|
|
@@ -1672,7 +1697,7 @@ var TermConditions = (props) => {
|
|
|
1672
1697
|
fill: color
|
|
1673
1698
|
}
|
|
1674
1699
|
),
|
|
1675
|
-
/* @__PURE__ */
|
|
1700
|
+
/* @__PURE__ */ jsx60(
|
|
1676
1701
|
"path",
|
|
1677
1702
|
{
|
|
1678
1703
|
fillRule: "evenodd",
|
|
@@ -1681,7 +1706,7 @@ var TermConditions = (props) => {
|
|
|
1681
1706
|
fill: color
|
|
1682
1707
|
}
|
|
1683
1708
|
),
|
|
1684
|
-
/* @__PURE__ */
|
|
1709
|
+
/* @__PURE__ */ jsx60(
|
|
1685
1710
|
"path",
|
|
1686
1711
|
{
|
|
1687
1712
|
fillRule: "evenodd",
|
|
@@ -1690,7 +1715,7 @@ var TermConditions = (props) => {
|
|
|
1690
1715
|
fill: color
|
|
1691
1716
|
}
|
|
1692
1717
|
),
|
|
1693
|
-
/* @__PURE__ */
|
|
1718
|
+
/* @__PURE__ */ jsx60(
|
|
1694
1719
|
"path",
|
|
1695
1720
|
{
|
|
1696
1721
|
fillRule: "evenodd",
|
|
@@ -1699,7 +1724,7 @@ var TermConditions = (props) => {
|
|
|
1699
1724
|
fill: color
|
|
1700
1725
|
}
|
|
1701
1726
|
),
|
|
1702
|
-
/* @__PURE__ */
|
|
1727
|
+
/* @__PURE__ */ jsx60(
|
|
1703
1728
|
"path",
|
|
1704
1729
|
{
|
|
1705
1730
|
fillRule: "evenodd",
|
|
@@ -1708,7 +1733,7 @@ var TermConditions = (props) => {
|
|
|
1708
1733
|
fill: color
|
|
1709
1734
|
}
|
|
1710
1735
|
),
|
|
1711
|
-
/* @__PURE__ */
|
|
1736
|
+
/* @__PURE__ */ jsx60(
|
|
1712
1737
|
"path",
|
|
1713
1738
|
{
|
|
1714
1739
|
fillRule: "evenodd",
|
|
@@ -1718,18 +1743,18 @@ var TermConditions = (props) => {
|
|
|
1718
1743
|
}
|
|
1719
1744
|
)
|
|
1720
1745
|
] }),
|
|
1721
|
-
/* @__PURE__ */
|
|
1746
|
+
/* @__PURE__ */ jsx60("defs", { children: /* @__PURE__ */ jsx60("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx60("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1722
1747
|
] });
|
|
1723
1748
|
};
|
|
1724
1749
|
var term_conditions_default = TermConditions;
|
|
1725
1750
|
|
|
1726
1751
|
// src/icons/v2/outline/trash.tsx
|
|
1727
|
-
import { jsx as
|
|
1752
|
+
import { jsx as jsx61, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1728
1753
|
var Trash = (props) => {
|
|
1729
1754
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1730
|
-
return /* @__PURE__ */
|
|
1731
|
-
/* @__PURE__ */
|
|
1732
|
-
/* @__PURE__ */
|
|
1755
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1756
|
+
/* @__PURE__ */ jsxs46("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1757
|
+
/* @__PURE__ */ jsx61(
|
|
1733
1758
|
"path",
|
|
1734
1759
|
{
|
|
1735
1760
|
fillRule: "evenodd",
|
|
@@ -1738,7 +1763,7 @@ var Trash = (props) => {
|
|
|
1738
1763
|
fill: color
|
|
1739
1764
|
}
|
|
1740
1765
|
),
|
|
1741
|
-
/* @__PURE__ */
|
|
1766
|
+
/* @__PURE__ */ jsx61(
|
|
1742
1767
|
"path",
|
|
1743
1768
|
{
|
|
1744
1769
|
fillRule: "evenodd",
|
|
@@ -1747,7 +1772,7 @@ var Trash = (props) => {
|
|
|
1747
1772
|
fill: color
|
|
1748
1773
|
}
|
|
1749
1774
|
),
|
|
1750
|
-
/* @__PURE__ */
|
|
1775
|
+
/* @__PURE__ */ jsx61(
|
|
1751
1776
|
"path",
|
|
1752
1777
|
{
|
|
1753
1778
|
fillRule: "evenodd",
|
|
@@ -1756,7 +1781,7 @@ var Trash = (props) => {
|
|
|
1756
1781
|
fill: color
|
|
1757
1782
|
}
|
|
1758
1783
|
),
|
|
1759
|
-
/* @__PURE__ */
|
|
1784
|
+
/* @__PURE__ */ jsx61(
|
|
1760
1785
|
"path",
|
|
1761
1786
|
{
|
|
1762
1787
|
fillRule: "evenodd",
|
|
@@ -1766,17 +1791,17 @@ var Trash = (props) => {
|
|
|
1766
1791
|
}
|
|
1767
1792
|
)
|
|
1768
1793
|
] }),
|
|
1769
|
-
/* @__PURE__ */
|
|
1794
|
+
/* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx61("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1770
1795
|
] });
|
|
1771
1796
|
};
|
|
1772
1797
|
var trash_default = Trash;
|
|
1773
1798
|
|
|
1774
1799
|
// src/icons/v2/outline/truck.tsx
|
|
1775
|
-
import { jsx as
|
|
1800
|
+
import { jsx as jsx62, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1776
1801
|
var Truck = (props) => {
|
|
1777
1802
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1778
|
-
return /* @__PURE__ */
|
|
1779
|
-
/* @__PURE__ */
|
|
1803
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1804
|
+
/* @__PURE__ */ jsx62("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx62(
|
|
1780
1805
|
"path",
|
|
1781
1806
|
{
|
|
1782
1807
|
fillRule: "evenodd",
|
|
@@ -1785,38 +1810,38 @@ var Truck = (props) => {
|
|
|
1785
1810
|
fill: color
|
|
1786
1811
|
}
|
|
1787
1812
|
) }),
|
|
1788
|
-
/* @__PURE__ */
|
|
1813
|
+
/* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "truck", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1789
1814
|
] });
|
|
1790
1815
|
};
|
|
1791
1816
|
var truck_default = Truck;
|
|
1792
1817
|
|
|
1793
1818
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1794
|
-
import { jsx as
|
|
1819
|
+
import { jsx as jsx63, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1795
1820
|
var TruckDiscount = (props) => {
|
|
1796
1821
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1797
|
-
return /* @__PURE__ */
|
|
1798
|
-
/* @__PURE__ */
|
|
1822
|
+
return /* @__PURE__ */ jsxs48("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1823
|
+
/* @__PURE__ */ jsx63(
|
|
1799
1824
|
"path",
|
|
1800
1825
|
{
|
|
1801
1826
|
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
1827
|
fill: color
|
|
1803
1828
|
}
|
|
1804
1829
|
),
|
|
1805
|
-
/* @__PURE__ */
|
|
1830
|
+
/* @__PURE__ */ jsx63(
|
|
1806
1831
|
"path",
|
|
1807
1832
|
{
|
|
1808
1833
|
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
1834
|
fill: color
|
|
1810
1835
|
}
|
|
1811
1836
|
),
|
|
1812
|
-
/* @__PURE__ */
|
|
1837
|
+
/* @__PURE__ */ jsx63(
|
|
1813
1838
|
"path",
|
|
1814
1839
|
{
|
|
1815
1840
|
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
1841
|
fill: color
|
|
1817
1842
|
}
|
|
1818
1843
|
),
|
|
1819
|
-
/* @__PURE__ */
|
|
1844
|
+
/* @__PURE__ */ jsx63(
|
|
1820
1845
|
"path",
|
|
1821
1846
|
{
|
|
1822
1847
|
fillRule: "evenodd",
|
|
@@ -1830,12 +1855,12 @@ var TruckDiscount = (props) => {
|
|
|
1830
1855
|
var truck_discount_default = TruckDiscount;
|
|
1831
1856
|
|
|
1832
1857
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1833
|
-
import { jsx as
|
|
1858
|
+
import { jsx as jsx64, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1834
1859
|
var VirtualWallet = (props) => {
|
|
1835
1860
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1836
|
-
return /* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1861
|
+
return /* @__PURE__ */ jsxs49("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1862
|
+
/* @__PURE__ */ jsxs49("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
1863
|
+
/* @__PURE__ */ jsx64(
|
|
1839
1864
|
"path",
|
|
1840
1865
|
{
|
|
1841
1866
|
fillRule: "evenodd",
|
|
@@ -1844,7 +1869,7 @@ var VirtualWallet = (props) => {
|
|
|
1844
1869
|
fill: color
|
|
1845
1870
|
}
|
|
1846
1871
|
),
|
|
1847
|
-
/* @__PURE__ */
|
|
1872
|
+
/* @__PURE__ */ jsx64(
|
|
1848
1873
|
"path",
|
|
1849
1874
|
{
|
|
1850
1875
|
fillRule: "evenodd",
|
|
@@ -1853,7 +1878,7 @@ var VirtualWallet = (props) => {
|
|
|
1853
1878
|
fill: color
|
|
1854
1879
|
}
|
|
1855
1880
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
1881
|
+
/* @__PURE__ */ jsx64(
|
|
1857
1882
|
"path",
|
|
1858
1883
|
{
|
|
1859
1884
|
fillRule: "evenodd",
|
|
@@ -1862,14 +1887,14 @@ var VirtualWallet = (props) => {
|
|
|
1862
1887
|
fill: color
|
|
1863
1888
|
}
|
|
1864
1889
|
),
|
|
1865
|
-
/* @__PURE__ */
|
|
1890
|
+
/* @__PURE__ */ jsx64(
|
|
1866
1891
|
"path",
|
|
1867
1892
|
{
|
|
1868
1893
|
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
1894
|
fill: color
|
|
1870
1895
|
}
|
|
1871
1896
|
),
|
|
1872
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ jsx64(
|
|
1873
1898
|
"path",
|
|
1874
1899
|
{
|
|
1875
1900
|
fillRule: "evenodd",
|
|
@@ -1878,7 +1903,7 @@ var VirtualWallet = (props) => {
|
|
|
1878
1903
|
fill: color
|
|
1879
1904
|
}
|
|
1880
1905
|
),
|
|
1881
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ jsx64(
|
|
1882
1907
|
"path",
|
|
1883
1908
|
{
|
|
1884
1909
|
fillRule: "evenodd",
|
|
@@ -1888,17 +1913,17 @@ var VirtualWallet = (props) => {
|
|
|
1888
1913
|
}
|
|
1889
1914
|
)
|
|
1890
1915
|
] }),
|
|
1891
|
-
/* @__PURE__ */
|
|
1916
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1892
1917
|
] });
|
|
1893
1918
|
};
|
|
1894
1919
|
var virtual_wallet_default = VirtualWallet;
|
|
1895
1920
|
|
|
1896
1921
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
1897
|
-
import { jsx as
|
|
1922
|
+
import { jsx as jsx65, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1898
1923
|
var VoucherApplied = (props) => {
|
|
1899
1924
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1900
|
-
return /* @__PURE__ */
|
|
1901
|
-
/* @__PURE__ */
|
|
1925
|
+
return /* @__PURE__ */ jsxs50("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
1926
|
+
/* @__PURE__ */ jsx65(
|
|
1902
1927
|
"path",
|
|
1903
1928
|
{
|
|
1904
1929
|
fillRule: "evenodd",
|
|
@@ -1907,7 +1932,7 @@ var VoucherApplied = (props) => {
|
|
|
1907
1932
|
fill: color
|
|
1908
1933
|
}
|
|
1909
1934
|
),
|
|
1910
|
-
/* @__PURE__ */
|
|
1935
|
+
/* @__PURE__ */ jsx65(
|
|
1911
1936
|
"path",
|
|
1912
1937
|
{
|
|
1913
1938
|
fillRule: "evenodd",
|
|
@@ -1916,7 +1941,7 @@ var VoucherApplied = (props) => {
|
|
|
1916
1941
|
fill: color
|
|
1917
1942
|
}
|
|
1918
1943
|
),
|
|
1919
|
-
/* @__PURE__ */
|
|
1944
|
+
/* @__PURE__ */ jsx65(
|
|
1920
1945
|
"path",
|
|
1921
1946
|
{
|
|
1922
1947
|
fillRule: "evenodd",
|
|
@@ -1925,7 +1950,7 @@ var VoucherApplied = (props) => {
|
|
|
1925
1950
|
fill: color
|
|
1926
1951
|
}
|
|
1927
1952
|
),
|
|
1928
|
-
/* @__PURE__ */
|
|
1953
|
+
/* @__PURE__ */ jsx65(
|
|
1929
1954
|
"path",
|
|
1930
1955
|
{
|
|
1931
1956
|
fillRule: "evenodd",
|
|
@@ -1939,25 +1964,25 @@ var VoucherApplied = (props) => {
|
|
|
1939
1964
|
var voucher_applied_default = VoucherApplied;
|
|
1940
1965
|
|
|
1941
1966
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
1942
|
-
import { jsx as
|
|
1967
|
+
import { jsx as jsx66, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1943
1968
|
var VoucherOutline = (props) => {
|
|
1944
1969
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1945
|
-
return /* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1970
|
+
return /* @__PURE__ */ jsxs51("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1971
|
+
/* @__PURE__ */ jsx66(
|
|
1947
1972
|
"path",
|
|
1948
1973
|
{
|
|
1949
1974
|
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
1975
|
fill: color
|
|
1951
1976
|
}
|
|
1952
1977
|
),
|
|
1953
|
-
/* @__PURE__ */
|
|
1978
|
+
/* @__PURE__ */ jsx66(
|
|
1954
1979
|
"path",
|
|
1955
1980
|
{
|
|
1956
1981
|
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
1982
|
fill: color
|
|
1958
1983
|
}
|
|
1959
1984
|
),
|
|
1960
|
-
/* @__PURE__ */
|
|
1985
|
+
/* @__PURE__ */ jsx66(
|
|
1961
1986
|
"path",
|
|
1962
1987
|
{
|
|
1963
1988
|
fillRule: "evenodd",
|
|
@@ -1971,12 +1996,12 @@ var VoucherOutline = (props) => {
|
|
|
1971
1996
|
var voucher_outline_default = VoucherOutline;
|
|
1972
1997
|
|
|
1973
1998
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
1974
|
-
import { jsx as
|
|
1999
|
+
import { jsx as jsx67, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1975
2000
|
var AddBagSolid = (props) => {
|
|
1976
2001
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1977
2002
|
const fillColor = color || "#12784A";
|
|
1978
|
-
return /* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
2003
|
+
return /* @__PURE__ */ jsxs52("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2004
|
+
/* @__PURE__ */ jsx67(
|
|
1980
2005
|
"path",
|
|
1981
2006
|
{
|
|
1982
2007
|
fillRule: "evenodd",
|
|
@@ -1985,7 +2010,7 @@ var AddBagSolid = (props) => {
|
|
|
1985
2010
|
fill: fillColor
|
|
1986
2011
|
}
|
|
1987
2012
|
),
|
|
1988
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ jsx67(
|
|
1989
2014
|
"path",
|
|
1990
2015
|
{
|
|
1991
2016
|
fillRule: "evenodd",
|
|
@@ -1999,10 +2024,10 @@ var AddBagSolid = (props) => {
|
|
|
1999
2024
|
var add_bag_solid_default = AddBagSolid;
|
|
2000
2025
|
|
|
2001
2026
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2002
|
-
import { jsx as
|
|
2027
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
2003
2028
|
var ArrowDownCircleSolid = (props) => {
|
|
2004
2029
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2005
|
-
return /* @__PURE__ */
|
|
2030
|
+
return /* @__PURE__ */ jsx68("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx68(
|
|
2006
2031
|
"path",
|
|
2007
2032
|
{
|
|
2008
2033
|
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 +2038,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2013
2038
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2014
2039
|
|
|
2015
2040
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2016
|
-
import { jsx as
|
|
2041
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
2017
2042
|
var BagSolid = (props) => {
|
|
2018
2043
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2019
|
-
return /* @__PURE__ */
|
|
2044
|
+
return /* @__PURE__ */ jsx69("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx69(
|
|
2020
2045
|
"path",
|
|
2021
2046
|
{
|
|
2022
2047
|
fillRule: "evenodd",
|
|
@@ -2029,32 +2054,32 @@ var BagSolid = (props) => {
|
|
|
2029
2054
|
var bag_solid_default = BagSolid;
|
|
2030
2055
|
|
|
2031
2056
|
// src/icons/v2/solid/category-solid.tsx
|
|
2032
|
-
import { jsx as
|
|
2057
|
+
import { jsx as jsx70, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2033
2058
|
var CategorySolid = (props) => {
|
|
2034
2059
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2035
|
-
return /* @__PURE__ */
|
|
2036
|
-
/* @__PURE__ */
|
|
2060
|
+
return /* @__PURE__ */ jsxs53("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2061
|
+
/* @__PURE__ */ jsx70(
|
|
2037
2062
|
"path",
|
|
2038
2063
|
{
|
|
2039
2064
|
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
2065
|
fill: color
|
|
2041
2066
|
}
|
|
2042
2067
|
),
|
|
2043
|
-
/* @__PURE__ */
|
|
2068
|
+
/* @__PURE__ */ jsx70(
|
|
2044
2069
|
"path",
|
|
2045
2070
|
{
|
|
2046
2071
|
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
2072
|
fill: color
|
|
2048
2073
|
}
|
|
2049
2074
|
),
|
|
2050
|
-
/* @__PURE__ */
|
|
2075
|
+
/* @__PURE__ */ jsx70(
|
|
2051
2076
|
"path",
|
|
2052
2077
|
{
|
|
2053
2078
|
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
2079
|
fill: color
|
|
2055
2080
|
}
|
|
2056
2081
|
),
|
|
2057
|
-
/* @__PURE__ */
|
|
2082
|
+
/* @__PURE__ */ jsx70(
|
|
2058
2083
|
"path",
|
|
2059
2084
|
{
|
|
2060
2085
|
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 +2091,10 @@ var CategorySolid = (props) => {
|
|
|
2066
2091
|
var category_solid_default = CategorySolid;
|
|
2067
2092
|
|
|
2068
2093
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2069
|
-
import { jsx as
|
|
2094
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
2070
2095
|
var ChatCsSolid = (props) => {
|
|
2071
2096
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2072
|
-
return /* @__PURE__ */
|
|
2097
|
+
return /* @__PURE__ */ jsx71("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx71(
|
|
2073
2098
|
"path",
|
|
2074
2099
|
{
|
|
2075
2100
|
fillRule: "evenodd",
|
|
@@ -2082,10 +2107,10 @@ var ChatCsSolid = (props) => {
|
|
|
2082
2107
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2083
2108
|
|
|
2084
2109
|
// src/icons/v2/solid/check-shield.tsx
|
|
2085
|
-
import { jsx as
|
|
2110
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
2086
2111
|
var CheckShield2 = (props) => {
|
|
2087
2112
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2088
|
-
return /* @__PURE__ */
|
|
2113
|
+
return /* @__PURE__ */ jsx72("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
2089
2114
|
"path",
|
|
2090
2115
|
{
|
|
2091
2116
|
fillRule: "evenodd",
|
|
@@ -2098,13 +2123,13 @@ var CheckShield2 = (props) => {
|
|
|
2098
2123
|
var check_shield_default2 = CheckShield2;
|
|
2099
2124
|
|
|
2100
2125
|
// src/icons/v2/solid/direction.tsx
|
|
2101
|
-
import { jsx as
|
|
2126
|
+
import { jsx as jsx73, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2102
2127
|
var Direction = (props) => {
|
|
2103
2128
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2129
|
+
return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2130
|
+
/* @__PURE__ */ jsxs54("g", { clipPath: "url(#direction)", children: [
|
|
2131
|
+
/* @__PURE__ */ jsx73("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2132
|
+
/* @__PURE__ */ jsx73(
|
|
2108
2133
|
"path",
|
|
2109
2134
|
{
|
|
2110
2135
|
fillRule: "evenodd",
|
|
@@ -2114,16 +2139,16 @@ var Direction = (props) => {
|
|
|
2114
2139
|
}
|
|
2115
2140
|
)
|
|
2116
2141
|
] }),
|
|
2117
|
-
/* @__PURE__ */
|
|
2142
|
+
/* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "direction", children: /* @__PURE__ */ jsx73("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2118
2143
|
] });
|
|
2119
2144
|
};
|
|
2120
2145
|
var direction_default = Direction;
|
|
2121
2146
|
|
|
2122
2147
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2123
|
-
import { jsx as
|
|
2148
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
2124
2149
|
var EnvelopedSolid = (props) => {
|
|
2125
2150
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2126
|
-
return /* @__PURE__ */
|
|
2151
|
+
return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74(
|
|
2127
2152
|
"path",
|
|
2128
2153
|
{
|
|
2129
2154
|
fillRule: "evenodd",
|
|
@@ -2136,12 +2161,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2136
2161
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2137
2162
|
|
|
2138
2163
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2139
|
-
import { jsx as
|
|
2164
|
+
import { jsx as jsx75, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2140
2165
|
var FastTruckSolid = (props) => {
|
|
2141
2166
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2142
2167
|
const fillColor = color || "#12784A";
|
|
2143
|
-
return /* @__PURE__ */
|
|
2144
|
-
/* @__PURE__ */
|
|
2168
|
+
return /* @__PURE__ */ jsxs55("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2169
|
+
/* @__PURE__ */ jsx75(
|
|
2145
2170
|
"path",
|
|
2146
2171
|
{
|
|
2147
2172
|
fillRule: "evenodd",
|
|
@@ -2150,14 +2175,14 @@ var FastTruckSolid = (props) => {
|
|
|
2150
2175
|
fill: fillColor
|
|
2151
2176
|
}
|
|
2152
2177
|
),
|
|
2153
|
-
/* @__PURE__ */
|
|
2178
|
+
/* @__PURE__ */ jsx75(
|
|
2154
2179
|
"path",
|
|
2155
2180
|
{
|
|
2156
2181
|
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
2182
|
fill: fillColor
|
|
2158
2183
|
}
|
|
2159
2184
|
),
|
|
2160
|
-
/* @__PURE__ */
|
|
2185
|
+
/* @__PURE__ */ jsx75(
|
|
2161
2186
|
"path",
|
|
2162
2187
|
{
|
|
2163
2188
|
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 +2194,10 @@ var FastTruckSolid = (props) => {
|
|
|
2169
2194
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2170
2195
|
|
|
2171
2196
|
// src/icons/v2/solid/hand.tsx
|
|
2172
|
-
import { jsx as
|
|
2197
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
2173
2198
|
var Hand = (props) => {
|
|
2174
2199
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2175
|
-
return /* @__PURE__ */
|
|
2200
|
+
return /* @__PURE__ */ jsx76("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx76("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx76(
|
|
2176
2201
|
"path",
|
|
2177
2202
|
{
|
|
2178
2203
|
id: "Vector 650",
|
|
@@ -2184,10 +2209,10 @@ var Hand = (props) => {
|
|
|
2184
2209
|
var hand_default = Hand;
|
|
2185
2210
|
|
|
2186
2211
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2187
|
-
import { jsx as
|
|
2212
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
2188
2213
|
var HandphoneSolid = (props) => {
|
|
2189
2214
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2190
|
-
return /* @__PURE__ */
|
|
2215
|
+
return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77(
|
|
2191
2216
|
"path",
|
|
2192
2217
|
{
|
|
2193
2218
|
fillRule: "evenodd",
|
|
@@ -2200,10 +2225,10 @@ var HandphoneSolid = (props) => {
|
|
|
2200
2225
|
var handphone_solid_default = HandphoneSolid;
|
|
2201
2226
|
|
|
2202
2227
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2203
|
-
import { jsx as
|
|
2228
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
2204
2229
|
var HeartSolid = (props) => {
|
|
2205
2230
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2206
|
-
return /* @__PURE__ */
|
|
2231
|
+
return /* @__PURE__ */ jsx78("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx78(
|
|
2207
2232
|
"path",
|
|
2208
2233
|
{
|
|
2209
2234
|
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 +2239,10 @@ var HeartSolid = (props) => {
|
|
|
2214
2239
|
var heart_solid_default = HeartSolid;
|
|
2215
2240
|
|
|
2216
2241
|
// src/icons/v2/solid/home-solid.tsx
|
|
2217
|
-
import { jsx as
|
|
2242
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
2218
2243
|
var HomeSolid = (props) => {
|
|
2219
2244
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2220
|
-
return /* @__PURE__ */
|
|
2245
|
+
return /* @__PURE__ */ jsx79("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
|
|
2221
2246
|
"path",
|
|
2222
2247
|
{
|
|
2223
2248
|
fillRule: "evenodd",
|
|
@@ -2230,10 +2255,10 @@ var HomeSolid = (props) => {
|
|
|
2230
2255
|
var home_solid_default = HomeSolid;
|
|
2231
2256
|
|
|
2232
2257
|
// src/icons/v2/solid/info-solid.tsx
|
|
2233
|
-
import { jsx as
|
|
2258
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
2234
2259
|
var InfoSolid = (props) => {
|
|
2235
2260
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2236
|
-
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(
|
|
2237
2262
|
"path",
|
|
2238
2263
|
{
|
|
2239
2264
|
fillRule: "evenodd",
|
|
@@ -2246,11 +2271,11 @@ var InfoSolid = (props) => {
|
|
|
2246
2271
|
var info_solid_default = InfoSolid;
|
|
2247
2272
|
|
|
2248
2273
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2249
|
-
import { jsx as
|
|
2274
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2250
2275
|
var InfoSolid2 = (props) => {
|
|
2251
2276
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2252
|
-
return /* @__PURE__ */
|
|
2253
|
-
/* @__PURE__ */
|
|
2277
|
+
return /* @__PURE__ */ jsxs56("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2278
|
+
/* @__PURE__ */ jsx81("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx81(
|
|
2254
2279
|
"path",
|
|
2255
2280
|
{
|
|
2256
2281
|
fillRule: "evenodd",
|
|
@@ -2259,24 +2284,24 @@ var InfoSolid2 = (props) => {
|
|
|
2259
2284
|
fill: color
|
|
2260
2285
|
}
|
|
2261
2286
|
) }),
|
|
2262
|
-
/* @__PURE__ */
|
|
2287
|
+
/* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx81("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2263
2288
|
] });
|
|
2264
2289
|
};
|
|
2265
2290
|
var lock_solid_default = InfoSolid2;
|
|
2266
2291
|
|
|
2267
2292
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2268
|
-
import { jsx as
|
|
2293
|
+
import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2269
2294
|
var MapMarkerSolid = (props) => {
|
|
2270
2295
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2271
|
-
return /* @__PURE__ */
|
|
2272
|
-
/* @__PURE__ */
|
|
2296
|
+
return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2297
|
+
/* @__PURE__ */ jsx82(
|
|
2273
2298
|
"path",
|
|
2274
2299
|
{
|
|
2275
2300
|
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
2301
|
fill: color
|
|
2277
2302
|
}
|
|
2278
2303
|
),
|
|
2279
|
-
/* @__PURE__ */
|
|
2304
|
+
/* @__PURE__ */ jsx82(
|
|
2280
2305
|
"path",
|
|
2281
2306
|
{
|
|
2282
2307
|
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 +2313,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2288
2313
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2289
2314
|
|
|
2290
2315
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2291
|
-
import { jsx as
|
|
2316
|
+
import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2292
2317
|
var ProfileSolid = (props) => {
|
|
2293
2318
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2294
|
-
return /* @__PURE__ */
|
|
2295
|
-
/* @__PURE__ */
|
|
2319
|
+
return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2320
|
+
/* @__PURE__ */ jsx83(
|
|
2296
2321
|
"path",
|
|
2297
2322
|
{
|
|
2298
2323
|
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
2324
|
fill: color
|
|
2300
2325
|
}
|
|
2301
2326
|
),
|
|
2302
|
-
/* @__PURE__ */
|
|
2327
|
+
/* @__PURE__ */ jsx83(
|
|
2303
2328
|
"path",
|
|
2304
2329
|
{
|
|
2305
2330
|
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 +2336,10 @@ var ProfileSolid = (props) => {
|
|
|
2311
2336
|
var profile_solid_default = ProfileSolid;
|
|
2312
2337
|
|
|
2313
2338
|
// src/icons/v2/solid/search-solid.tsx
|
|
2314
|
-
import { jsx as
|
|
2339
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
2315
2340
|
var SearchSolid = (props) => {
|
|
2316
2341
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2317
|
-
return /* @__PURE__ */
|
|
2342
|
+
return /* @__PURE__ */ jsx84("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx84(
|
|
2318
2343
|
"path",
|
|
2319
2344
|
{
|
|
2320
2345
|
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 +2350,18 @@ var SearchSolid = (props) => {
|
|
|
2325
2350
|
var search_solid_default = SearchSolid;
|
|
2326
2351
|
|
|
2327
2352
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2328
|
-
import { jsx as
|
|
2353
|
+
import { jsx as jsx85, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2329
2354
|
var SettingSolid = (props) => {
|
|
2330
2355
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2331
|
-
return /* @__PURE__ */
|
|
2332
|
-
/* @__PURE__ */
|
|
2356
|
+
return /* @__PURE__ */ jsxs59("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2357
|
+
/* @__PURE__ */ jsx85(
|
|
2333
2358
|
"path",
|
|
2334
2359
|
{
|
|
2335
2360
|
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
2361
|
fill: "#999999"
|
|
2337
2362
|
}
|
|
2338
2363
|
),
|
|
2339
|
-
/* @__PURE__ */
|
|
2364
|
+
/* @__PURE__ */ jsx85(
|
|
2340
2365
|
"path",
|
|
2341
2366
|
{
|
|
2342
2367
|
fillRule: "evenodd",
|
|
@@ -2350,10 +2375,10 @@ var SettingSolid = (props) => {
|
|
|
2350
2375
|
var setting_solid_default = SettingSolid;
|
|
2351
2376
|
|
|
2352
2377
|
// src/icons/v2/solid/success-solid.tsx
|
|
2353
|
-
import { jsx as
|
|
2378
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
2354
2379
|
var SuccessSolid = (props) => {
|
|
2355
2380
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2356
|
-
return /* @__PURE__ */
|
|
2381
|
+
return /* @__PURE__ */ jsx86("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx86(
|
|
2357
2382
|
"path",
|
|
2358
2383
|
{
|
|
2359
2384
|
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 +2389,11 @@ var SuccessSolid = (props) => {
|
|
|
2364
2389
|
var success_solid_default = SuccessSolid;
|
|
2365
2390
|
|
|
2366
2391
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2367
|
-
import { jsx as
|
|
2392
|
+
import { jsx as jsx87, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2368
2393
|
var TrashSolid = (props) => {
|
|
2369
2394
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2370
|
-
return /* @__PURE__ */
|
|
2371
|
-
/* @__PURE__ */
|
|
2395
|
+
return /* @__PURE__ */ jsxs60("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2396
|
+
/* @__PURE__ */ jsx87(
|
|
2372
2397
|
"path",
|
|
2373
2398
|
{
|
|
2374
2399
|
fillRule: "evenodd",
|
|
@@ -2377,7 +2402,7 @@ var TrashSolid = (props) => {
|
|
|
2377
2402
|
fill: color
|
|
2378
2403
|
}
|
|
2379
2404
|
),
|
|
2380
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ jsx87(
|
|
2381
2406
|
"path",
|
|
2382
2407
|
{
|
|
2383
2408
|
fillRule: "evenodd",
|
|
@@ -2391,11 +2416,11 @@ var TrashSolid = (props) => {
|
|
|
2391
2416
|
var trash_solid_default = TrashSolid;
|
|
2392
2417
|
|
|
2393
2418
|
// src/icons/v2/solid/trend-up.tsx
|
|
2394
|
-
import { jsx as
|
|
2419
|
+
import { jsx as jsx88, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2395
2420
|
var TrendUp = (props) => {
|
|
2396
2421
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2397
|
-
return /* @__PURE__ */
|
|
2398
|
-
/* @__PURE__ */
|
|
2422
|
+
return /* @__PURE__ */ jsx88("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx88("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs61("g", { id: "Vector", children: [
|
|
2423
|
+
/* @__PURE__ */ jsx88(
|
|
2399
2424
|
"path",
|
|
2400
2425
|
{
|
|
2401
2426
|
fillRule: "evenodd",
|
|
@@ -2404,14 +2429,14 @@ var TrendUp = (props) => {
|
|
|
2404
2429
|
fill: color
|
|
2405
2430
|
}
|
|
2406
2431
|
),
|
|
2407
|
-
/* @__PURE__ */
|
|
2432
|
+
/* @__PURE__ */ jsx88(
|
|
2408
2433
|
"path",
|
|
2409
2434
|
{
|
|
2410
2435
|
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
2436
|
fill: color
|
|
2412
2437
|
}
|
|
2413
2438
|
),
|
|
2414
|
-
/* @__PURE__ */
|
|
2439
|
+
/* @__PURE__ */ jsx88(
|
|
2415
2440
|
"path",
|
|
2416
2441
|
{
|
|
2417
2442
|
fillRule: "evenodd",
|
|
@@ -2425,32 +2450,32 @@ var TrendUp = (props) => {
|
|
|
2425
2450
|
var trend_up_default = TrendUp;
|
|
2426
2451
|
|
|
2427
2452
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2428
|
-
import { jsx as
|
|
2453
|
+
import { jsx as jsx89, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2429
2454
|
var VoilaPointBase = (props) => {
|
|
2430
2455
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2431
|
-
return /* @__PURE__ */
|
|
2432
|
-
/* @__PURE__ */
|
|
2456
|
+
return /* @__PURE__ */ jsxs62("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2457
|
+
/* @__PURE__ */ jsx89(
|
|
2433
2458
|
"path",
|
|
2434
2459
|
{
|
|
2435
2460
|
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
2461
|
fill: "#8F8F8F"
|
|
2437
2462
|
}
|
|
2438
2463
|
),
|
|
2439
|
-
/* @__PURE__ */
|
|
2464
|
+
/* @__PURE__ */ jsx89(
|
|
2440
2465
|
"path",
|
|
2441
2466
|
{
|
|
2442
2467
|
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
2468
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2444
2469
|
}
|
|
2445
2470
|
),
|
|
2446
|
-
/* @__PURE__ */
|
|
2471
|
+
/* @__PURE__ */ jsx89(
|
|
2447
2472
|
"path",
|
|
2448
2473
|
{
|
|
2449
2474
|
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
2475
|
stroke: "white"
|
|
2451
2476
|
}
|
|
2452
2477
|
),
|
|
2453
|
-
/* @__PURE__ */
|
|
2478
|
+
/* @__PURE__ */ jsx89(
|
|
2454
2479
|
"path",
|
|
2455
2480
|
{
|
|
2456
2481
|
fillRule: "evenodd",
|
|
@@ -2459,15 +2484,15 @@ var VoilaPointBase = (props) => {
|
|
|
2459
2484
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2460
2485
|
}
|
|
2461
2486
|
),
|
|
2462
|
-
/* @__PURE__ */
|
|
2487
|
+
/* @__PURE__ */ jsx89(
|
|
2463
2488
|
"path",
|
|
2464
2489
|
{
|
|
2465
2490
|
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
2491
|
fill: "white"
|
|
2467
2492
|
}
|
|
2468
2493
|
),
|
|
2469
|
-
/* @__PURE__ */
|
|
2470
|
-
/* @__PURE__ */
|
|
2494
|
+
/* @__PURE__ */ jsxs62("defs", { children: [
|
|
2495
|
+
/* @__PURE__ */ jsxs62(
|
|
2471
2496
|
"linearGradient",
|
|
2472
2497
|
{
|
|
2473
2498
|
id: "paint0_linear_1327_167461",
|
|
@@ -2477,12 +2502,12 @@ var VoilaPointBase = (props) => {
|
|
|
2477
2502
|
y2: "2.51294",
|
|
2478
2503
|
gradientUnits: "userSpaceOnUse",
|
|
2479
2504
|
children: [
|
|
2480
|
-
/* @__PURE__ */
|
|
2481
|
-
/* @__PURE__ */
|
|
2505
|
+
/* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
|
|
2506
|
+
/* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2482
2507
|
]
|
|
2483
2508
|
}
|
|
2484
2509
|
),
|
|
2485
|
-
/* @__PURE__ */
|
|
2510
|
+
/* @__PURE__ */ jsxs62(
|
|
2486
2511
|
"linearGradient",
|
|
2487
2512
|
{
|
|
2488
2513
|
id: "paint1_linear_1327_167461",
|
|
@@ -2492,9 +2517,9 @@ var VoilaPointBase = (props) => {
|
|
|
2492
2517
|
y2: "19.984",
|
|
2493
2518
|
gradientUnits: "userSpaceOnUse",
|
|
2494
2519
|
children: [
|
|
2495
|
-
/* @__PURE__ */
|
|
2496
|
-
/* @__PURE__ */
|
|
2497
|
-
/* @__PURE__ */
|
|
2520
|
+
/* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
|
|
2521
|
+
/* @__PURE__ */ jsx89("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2522
|
+
/* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2498
2523
|
]
|
|
2499
2524
|
}
|
|
2500
2525
|
)
|
|
@@ -2504,10 +2529,10 @@ var VoilaPointBase = (props) => {
|
|
|
2504
2529
|
var voila_point_base_default = VoilaPointBase;
|
|
2505
2530
|
|
|
2506
2531
|
// src/icons/v2/solid/voucher.tsx
|
|
2507
|
-
import { jsx as
|
|
2532
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
2508
2533
|
var Voucher = (props) => {
|
|
2509
2534
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2510
|
-
return /* @__PURE__ */
|
|
2535
|
+
return /* @__PURE__ */ jsx90("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx90(
|
|
2511
2536
|
"path",
|
|
2512
2537
|
{
|
|
2513
2538
|
fillRule: "evenodd",
|
|
@@ -2520,10 +2545,10 @@ var Voucher = (props) => {
|
|
|
2520
2545
|
var voucher_default = Voucher;
|
|
2521
2546
|
|
|
2522
2547
|
// src/icons/v2/solid/wallet.tsx
|
|
2523
|
-
import { jsx as
|
|
2548
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2524
2549
|
var Wallet = (props) => {
|
|
2525
2550
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2526
|
-
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("g", { id: "24x24", children: /* @__PURE__ */ jsx91(
|
|
2527
2552
|
"path",
|
|
2528
2553
|
{
|
|
2529
2554
|
id: "Subtract",
|
|
@@ -2565,6 +2590,7 @@ export {
|
|
|
2565
2590
|
chevron_right_large_default as ChevronRightLarge,
|
|
2566
2591
|
chevron_up_default as ChevronUp,
|
|
2567
2592
|
chevron_up_large_default as ChevronUpLarge,
|
|
2593
|
+
clock_default as Clock,
|
|
2568
2594
|
close_default as Close,
|
|
2569
2595
|
close_large_default as CloseLarge,
|
|
2570
2596
|
contact_book_default as ContactBook,
|