@ctlyst.id/icons 2.8.6 → 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.js CHANGED
@@ -39,7 +39,8 @@ __export(v2_exports, {
39
39
  ChatCsSolid: () => chat_cs_solid_default,
40
40
  Check: () => check_default,
41
41
  CheckLarge: () => check_large_default,
42
- CheckShieldSolid: () => check_shield_default,
42
+ CheckShield: () => check_shield_default,
43
+ CheckShieldSolid: () => check_shield_default2,
43
44
  ChevronDown: () => chevron_down_default,
44
45
  ChevronDownLarge: () => chevron_down_large_default,
45
46
  ChevronLeft: () => chevron_left_default,
@@ -48,6 +49,7 @@ __export(v2_exports, {
48
49
  ChevronRightLarge: () => chevron_right_large_default,
49
50
  ChevronUp: () => chevron_up_default,
50
51
  ChevronUpLarge: () => chevron_up_large_default,
52
+ Clock: () => clock_default,
51
53
  Close: () => close_default,
52
54
  CloseLarge: () => close_large_default,
53
55
  ContactBook: () => contact_book_default,
@@ -490,12 +492,39 @@ var Check2 = (props) => {
490
492
  };
491
493
  var check_large_default = Check2;
492
494
 
493
- // src/icons/v2/outline/chevron-down.tsx
495
+ // src/icons/v2/outline/check-shield.tsx
494
496
  var import_jsx_runtime14 = require("react/jsx-runtime");
497
+ var CheckShield = (props) => {
498
+ const { color, ...svgProps } = use_icon_props_default(props);
499
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
500
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
501
+ "path",
502
+ {
503
+ fillRule: "evenodd",
504
+ clipRule: "evenodd",
505
+ d: "M8.78395 3.05241C8.60277 2.98774 8.4048 2.98774 8.22363 3.05241L4.72847 4.30008C4.39674 4.4185 4.17529 4.73268 4.17529 5.08491V7.9763C4.17529 9.92826 5.22088 11.1699 6.31373 11.9469C6.86218 12.3368 7.41527 12.6031 7.83559 12.7725C8.04502 12.8569 8.21956 12.9165 8.34142 12.9549C8.4023 12.9741 8.44989 12.9879 8.48194 12.9969C8.49029 12.9992 8.49759 13.0013 8.50379 13.0029C8.50999 13.0013 8.51729 12.9992 8.52564 12.9969C8.55769 12.9879 8.60528 12.9741 8.66616 12.9549C8.78802 12.9165 8.96255 12.8569 9.17199 12.7725C9.59231 12.6031 10.1454 12.3368 10.6938 11.9469C11.7867 11.1699 12.8323 9.92826 12.8323 7.9763V5.08491C12.8323 4.73268 12.6108 4.4185 12.2791 4.30008L8.78395 3.05241ZM8.40803 13.4948L8.28599 13.9796C8.2388 13.9678 6.9858 13.6517 5.73428 12.7619C4.47253 11.8648 3.17529 10.3532 3.17529 7.9763V5.08491C3.17529 4.31001 3.66248 3.6188 4.39227 3.35829L7.88744 2.11062C8.28602 1.96834 8.72156 1.96834 9.12014 2.11062L12.6153 3.35829C13.3451 3.6188 13.8323 4.31001 13.8323 5.08491V7.9763C13.8323 10.3532 12.535 11.8648 11.2733 12.7619C10.0218 13.6517 8.76878 13.9678 8.72159 13.9796L8.66057 13.7372L8.59955 13.4948L8.71398 13.9815C8.57574 14.014 8.43184 14.014 8.2936 13.9815L8.40803 13.4948Z",
506
+ fill: color
507
+ }
508
+ ),
509
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
510
+ "path",
511
+ {
512
+ fillRule: "evenodd",
513
+ clipRule: "evenodd",
514
+ d: "M11.0185 6.42379C11.2138 6.61905 11.2138 6.93563 11.0185 7.1309L8.46351 9.68592C8.26825 9.88118 7.95167 9.88118 7.7564 9.68592L6.14645 8.07598C5.95119 7.88072 5.95118 7.56414 6.14644 7.36887C6.34171 7.17361 6.65829 7.17361 6.85355 7.36887L8.10995 8.62526L10.3114 6.42379C10.5067 6.22853 10.8233 6.22853 11.0185 6.42379Z",
515
+ fill: color
516
+ }
517
+ )
518
+ ] });
519
+ };
520
+ var check_shield_default = CheckShield;
521
+
522
+ // src/icons/v2/outline/chevron-down.tsx
523
+ var import_jsx_runtime15 = require("react/jsx-runtime");
495
524
  var ChevronUp = (props) => {
496
525
  const { color, ...svgProps } = use_icon_props_default(props);
497
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
498
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
526
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
527
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
499
528
  "path",
500
529
  {
501
530
  fillRule: "evenodd",
@@ -504,16 +533,16 @@ var ChevronUp = (props) => {
504
533
  fill: color
505
534
  }
506
535
  ) }),
507
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
536
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
508
537
  ] });
509
538
  };
510
539
  var chevron_down_default = ChevronUp;
511
540
 
512
541
  // src/icons/v2/outline/chevron-down-large.tsx
513
- var import_jsx_runtime15 = require("react/jsx-runtime");
542
+ var import_jsx_runtime16 = require("react/jsx-runtime");
514
543
  var ChevronUp2 = (props) => {
515
544
  const { color, ...svgProps } = use_icon_props_default(props);
516
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
545
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
517
546
  "path",
518
547
  {
519
548
  d: "M13.1364 16.2592C12.7849 16.6106 12.215 16.6106 11.8636 16.2592L4.61805 9.01365C4.26657 8.66217 4.26657 8.09233 4.61805 7.74085C4.96952 7.38938 5.53937 7.38938 5.89084 7.74085L12.5 14.35L19.1091 7.74085C19.4606 7.38938 20.0304 7.38938 20.3819 7.74086C20.7334 8.09233 20.7334 8.66218 20.3819 9.01365L13.1364 16.2592Z",
@@ -524,11 +553,11 @@ var ChevronUp2 = (props) => {
524
553
  var chevron_down_large_default = ChevronUp2;
525
554
 
526
555
  // src/icons/v2/outline/chevron-left.tsx
527
- var import_jsx_runtime16 = require("react/jsx-runtime");
556
+ var import_jsx_runtime17 = require("react/jsx-runtime");
528
557
  var ChevronLeft = (props) => {
529
558
  const { color, ...svgProps } = use_icon_props_default(props);
530
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
531
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
559
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
560
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
532
561
  "path",
533
562
  {
534
563
  fillRule: "evenodd",
@@ -537,16 +566,16 @@ var ChevronLeft = (props) => {
537
566
  fill: color
538
567
  }
539
568
  ) }),
540
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
569
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
541
570
  ] });
542
571
  };
543
572
  var chevron_left_default = ChevronLeft;
544
573
 
545
574
  // src/icons/v2/outline/chevron-left-large.tsx
546
- var import_jsx_runtime17 = require("react/jsx-runtime");
575
+ var import_jsx_runtime18 = require("react/jsx-runtime");
547
576
  var ChevronLeftLarge = (props) => {
548
577
  const { color, ...svgProps } = use_icon_props_default(props);
549
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
578
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
550
579
  "path",
551
580
  {
552
581
  d: "M8.2409 12.6364C7.88943 12.2849 7.88943 11.7151 8.2409 11.3636L15.4864 4.11811C15.8379 3.76664 16.4077 3.76664 16.7592 4.11811C17.1107 4.46958 17.1107 5.03943 16.7592 5.3909L10.1501 12L16.7592 18.6092C17.1107 18.9606 17.1107 19.5305 16.7592 19.882C16.4077 20.2334 15.8379 20.2334 15.4864 19.882L8.2409 12.6364Z",
@@ -557,11 +586,11 @@ var ChevronLeftLarge = (props) => {
557
586
  var chevron_left_large_default = ChevronLeftLarge;
558
587
 
559
588
  // src/icons/v2/outline/chevron-right.tsx
560
- var import_jsx_runtime18 = require("react/jsx-runtime");
589
+ var import_jsx_runtime19 = require("react/jsx-runtime");
561
590
  var ChevronRight = (props) => {
562
591
  const { color, ...svgProps } = use_icon_props_default(props);
563
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
564
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
592
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
593
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
565
594
  "path",
566
595
  {
567
596
  fillRule: "evenodd",
@@ -570,16 +599,16 @@ var ChevronRight = (props) => {
570
599
  fill: color
571
600
  }
572
601
  ) }),
573
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
602
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
574
603
  ] });
575
604
  };
576
605
  var chevron_right_default = ChevronRight;
577
606
 
578
607
  // src/icons/v2/outline/chevron-right-large.tsx
579
- var import_jsx_runtime19 = require("react/jsx-runtime");
608
+ var import_jsx_runtime20 = require("react/jsx-runtime");
580
609
  var ChevronRightLarge = (props) => {
581
610
  const { color, ...svgProps } = use_icon_props_default(props);
582
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
611
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
583
612
  "path",
584
613
  {
585
614
  d: "M16.7591 11.3636C17.1106 11.7151 17.1106 12.285 16.7591 12.6364L9.51359 19.882C9.16211 20.2334 8.59227 20.2334 8.24079 19.882C7.88932 19.5305 7.88932 18.9606 8.24079 18.6092L14.8499 12L8.24079 5.39089C7.88932 5.03941 7.88932 4.46956 8.2408 4.11809C8.59227 3.76662 9.16212 3.76662 9.51359 4.1181L16.7591 11.3636Z",
@@ -590,11 +619,11 @@ var ChevronRightLarge = (props) => {
590
619
  var chevron_right_large_default = ChevronRightLarge;
591
620
 
592
621
  // src/icons/v2/outline/chevron-up.tsx
593
- var import_jsx_runtime20 = require("react/jsx-runtime");
622
+ var import_jsx_runtime21 = require("react/jsx-runtime");
594
623
  var ChevronUp3 = (props) => {
595
624
  const { color, ...svgProps } = use_icon_props_default(props);
596
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
597
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
625
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
626
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
598
627
  "path",
599
628
  {
600
629
  fillRule: "evenodd",
@@ -603,16 +632,16 @@ var ChevronUp3 = (props) => {
603
632
  fill: color
604
633
  }
605
634
  ) }),
606
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
635
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
607
636
  ] });
608
637
  };
609
638
  var chevron_up_default = ChevronUp3;
610
639
 
611
640
  // src/icons/v2/outline/chevron-up-large.tsx
612
- var import_jsx_runtime21 = require("react/jsx-runtime");
641
+ var import_jsx_runtime22 = require("react/jsx-runtime");
613
642
  var ChevronUpLarge = (props) => {
614
643
  const { color, ...svgProps } = use_icon_props_default(props);
615
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
644
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
616
645
  "path",
617
646
  {
618
647
  d: "M11.8636 7.74084C12.2151 7.38937 12.785 7.38937 13.1364 7.74084L20.382 14.9864C20.7334 15.3378 20.7334 15.9077 20.382 16.2591C20.0305 16.6106 19.4606 16.6106 19.1092 16.2591L12.5 9.65002L5.89089 16.2591C5.53941 16.6106 4.96957 16.6106 4.61809 16.2591C4.26662 15.9077 4.26662 15.3378 4.6181 14.9864L11.8636 7.74084Z",
@@ -622,12 +651,37 @@ var ChevronUpLarge = (props) => {
622
651
  };
623
652
  var chevron_up_large_default = ChevronUpLarge;
624
653
 
654
+ // src/icons/v2/outline/clock.tsx
655
+ var import_jsx_runtime23 = require("react/jsx-runtime");
656
+ var Clock = (props) => {
657
+ const { color, ...svgProps } = use_icon_props_default(props);
658
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
659
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
660
+ "path",
661
+ {
662
+ 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",
663
+ fill: color
664
+ }
665
+ ),
666
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
667
+ "path",
668
+ {
669
+ fillRule: "evenodd",
670
+ clipRule: "evenodd",
671
+ 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",
672
+ fill: color
673
+ }
674
+ )
675
+ ] });
676
+ };
677
+ var clock_default = Clock;
678
+
625
679
  // src/icons/v2/outline/close.tsx
626
- var import_jsx_runtime22 = require("react/jsx-runtime");
680
+ var import_jsx_runtime24 = require("react/jsx-runtime");
627
681
  var Close = (props) => {
628
682
  const { color, ...svgProps } = use_icon_props_default(props);
629
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
630
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
683
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
684
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
631
685
  "path",
632
686
  {
633
687
  fillRule: "evenodd",
@@ -636,24 +690,24 @@ var Close = (props) => {
636
690
  fill: color
637
691
  }
638
692
  ) }),
639
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
693
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
640
694
  ] });
641
695
  };
642
696
  var close_default = Close;
643
697
 
644
698
  // src/icons/v2/outline/close-large.tsx
645
- var import_jsx_runtime23 = require("react/jsx-runtime");
699
+ var import_jsx_runtime25 = require("react/jsx-runtime");
646
700
  var CloseLarge = (props) => {
647
701
  const { color, ...svgProps } = use_icon_props_default(props);
648
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
649
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
702
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
703
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
650
704
  "path",
651
705
  {
652
706
  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",
653
707
  fill: color
654
708
  }
655
709
  ),
656
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
710
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
657
711
  "path",
658
712
  {
659
713
  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",
@@ -665,11 +719,11 @@ var CloseLarge = (props) => {
665
719
  var close_large_default = CloseLarge;
666
720
 
667
721
  // src/icons/v2/outline/contact-book.tsx
668
- var import_jsx_runtime24 = require("react/jsx-runtime");
722
+ var import_jsx_runtime26 = require("react/jsx-runtime");
669
723
  var ContactBook = (props) => {
670
724
  const { color, ...svgProps } = use_icon_props_default(props);
671
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
672
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
725
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
726
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
673
727
  "path",
674
728
  {
675
729
  fillRule: "evenodd",
@@ -678,7 +732,7 @@ var ContactBook = (props) => {
678
732
  fill: color
679
733
  }
680
734
  ),
681
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
735
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
682
736
  "path",
683
737
  {
684
738
  fillRule: "evenodd",
@@ -687,7 +741,7 @@ var ContactBook = (props) => {
687
741
  fill: color
688
742
  }
689
743
  ),
690
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
744
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
691
745
  "path",
692
746
  {
693
747
  fillRule: "evenodd",
@@ -696,7 +750,7 @@ var ContactBook = (props) => {
696
750
  fill: color
697
751
  }
698
752
  ),
699
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
753
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
700
754
  "path",
701
755
  {
702
756
  fillRule: "evenodd",
@@ -705,7 +759,7 @@ var ContactBook = (props) => {
705
759
  fill: color
706
760
  }
707
761
  ),
708
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
762
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
709
763
  "path",
710
764
  {
711
765
  fillRule: "evenodd",
@@ -714,7 +768,7 @@ var ContactBook = (props) => {
714
768
  fill: color
715
769
  }
716
770
  ),
717
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
771
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
718
772
  "path",
719
773
  {
720
774
  fillRule: "evenodd",
@@ -728,18 +782,18 @@ var ContactBook = (props) => {
728
782
  var contact_book_default = ContactBook;
729
783
 
730
784
  // src/icons/v2/outline/copy.tsx
731
- var import_jsx_runtime25 = require("react/jsx-runtime");
785
+ var import_jsx_runtime27 = require("react/jsx-runtime");
732
786
  var Copy = (props) => {
733
787
  const { color, ...svgProps } = use_icon_props_default(props);
734
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
735
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
788
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
789
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
736
790
  "path",
737
791
  {
738
792
  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",
739
793
  fill: color
740
794
  }
741
795
  ),
742
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
796
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
743
797
  "path",
744
798
  {
745
799
  fillRule: "evenodd",
@@ -748,7 +802,7 @@ var Copy = (props) => {
748
802
  fill: color
749
803
  }
750
804
  ),
751
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
805
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
752
806
  "path",
753
807
  {
754
808
  fillRule: "evenodd",
@@ -757,7 +811,7 @@ var Copy = (props) => {
757
811
  fill: color
758
812
  }
759
813
  ),
760
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
814
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
761
815
  "path",
762
816
  {
763
817
  fillRule: "evenodd",
@@ -771,11 +825,11 @@ var Copy = (props) => {
771
825
  var copy_default = Copy;
772
826
 
773
827
  // src/icons/v2/outline/cvv.tsx
774
- var import_jsx_runtime26 = require("react/jsx-runtime");
828
+ var import_jsx_runtime28 = require("react/jsx-runtime");
775
829
  var Cvv = (props) => {
776
830
  const { color, ...svgProps } = use_icon_props_default(props);
777
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
778
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
831
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
832
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
779
833
  "path",
780
834
  {
781
835
  fillRule: "evenodd",
@@ -784,35 +838,35 @@ var Cvv = (props) => {
784
838
  fill: color
785
839
  }
786
840
  ),
787
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
841
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
788
842
  "path",
789
843
  {
790
844
  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",
791
845
  fill: "white"
792
846
  }
793
847
  ),
794
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
848
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
795
849
  "path",
796
850
  {
797
851
  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",
798
852
  fill: color
799
853
  }
800
854
  ),
801
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
855
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
802
856
  "path",
803
857
  {
804
858
  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",
805
859
  fill: color
806
860
  }
807
861
  ),
808
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
862
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
809
863
  "path",
810
864
  {
811
865
  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",
812
866
  fill: color
813
867
  }
814
868
  ),
815
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
869
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
816
870
  "path",
817
871
  {
818
872
  fillRule: "evenodd",
@@ -826,10 +880,10 @@ var Cvv = (props) => {
826
880
  var cvv_default = Cvv;
827
881
 
828
882
  // src/icons/v2/outline/delivered.tsx
829
- var import_jsx_runtime27 = require("react/jsx-runtime");
883
+ var import_jsx_runtime29 = require("react/jsx-runtime");
830
884
  var Delivered = (props) => {
831
885
  const { color, ...svgProps } = use_icon_props_default(props);
832
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
886
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
833
887
  "path",
834
888
  {
835
889
  fillRule: "evenodd",
@@ -842,10 +896,10 @@ var Delivered = (props) => {
842
896
  var delivered_default = Delivered;
843
897
 
844
898
  // src/icons/v2/outline/edit.tsx
845
- var import_jsx_runtime28 = require("react/jsx-runtime");
899
+ var import_jsx_runtime30 = require("react/jsx-runtime");
846
900
  var Edit = (props) => {
847
901
  const { color, ...svgProps } = use_icon_props_default(props);
848
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
902
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
849
903
  "path",
850
904
  {
851
905
  fillRule: "evenodd",
@@ -858,10 +912,10 @@ var Edit = (props) => {
858
912
  var edit_default = Edit;
859
913
 
860
914
  // src/icons/v2/outline/enveloped.tsx
861
- var import_jsx_runtime29 = require("react/jsx-runtime");
915
+ var import_jsx_runtime31 = require("react/jsx-runtime");
862
916
  var Enveloped = (props) => {
863
917
  const { color, ...svgProps } = use_icon_props_default(props);
864
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
918
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
865
919
  "path",
866
920
  {
867
921
  fillRule: "evenodd",
@@ -874,11 +928,11 @@ var Enveloped = (props) => {
874
928
  var enveloped_default = Enveloped;
875
929
 
876
930
  // src/icons/v2/outline/eye-close.tsx
877
- var import_jsx_runtime30 = require("react/jsx-runtime");
931
+ var import_jsx_runtime32 = require("react/jsx-runtime");
878
932
  var EyeClose = (props) => {
879
933
  const { color, ...svgProps } = use_icon_props_default(props);
880
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
881
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
934
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
935
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
882
936
  "path",
883
937
  {
884
938
  fillRule: "evenodd",
@@ -887,7 +941,7 @@ var EyeClose = (props) => {
887
941
  fill: color
888
942
  }
889
943
  ),
890
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
944
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
891
945
  "path",
892
946
  {
893
947
  fillRule: "evenodd",
@@ -896,7 +950,7 @@ var EyeClose = (props) => {
896
950
  fill: color
897
951
  }
898
952
  ),
899
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
953
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
900
954
  "path",
901
955
  {
902
956
  fillRule: "evenodd",
@@ -910,11 +964,11 @@ var EyeClose = (props) => {
910
964
  var eye_close_default = EyeClose;
911
965
 
912
966
  // src/icons/v2/outline/eye-open.tsx
913
- var import_jsx_runtime31 = require("react/jsx-runtime");
967
+ var import_jsx_runtime33 = require("react/jsx-runtime");
914
968
  var EyeOpen = (props) => {
915
969
  const { color, ...svgProps } = use_icon_props_default(props);
916
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
917
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
970
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
971
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
918
972
  "path",
919
973
  {
920
974
  fillRule: "evenodd",
@@ -923,7 +977,7 @@ var EyeOpen = (props) => {
923
977
  fill: color
924
978
  }
925
979
  ),
926
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
980
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
927
981
  "path",
928
982
  {
929
983
  fillRule: "evenodd",
@@ -937,11 +991,11 @@ var EyeOpen = (props) => {
937
991
  var eye_open_default = EyeOpen;
938
992
 
939
993
  // src/icons/v2/outline/filter.tsx
940
- var import_jsx_runtime32 = require("react/jsx-runtime");
994
+ var import_jsx_runtime34 = require("react/jsx-runtime");
941
995
  var Filter = (props) => {
942
996
  const { color, ...svgProps } = use_icon_props_default(props);
943
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
944
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
997
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
998
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
945
999
  "path",
946
1000
  {
947
1001
  fillRule: "evenodd",
@@ -950,7 +1004,7 @@ var Filter = (props) => {
950
1004
  fill: color
951
1005
  }
952
1006
  ),
953
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1007
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
954
1008
  "path",
955
1009
  {
956
1010
  fillRule: "evenodd",
@@ -959,7 +1013,7 @@ var Filter = (props) => {
959
1013
  fill: color
960
1014
  }
961
1015
  ),
962
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1016
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
963
1017
  "path",
964
1018
  {
965
1019
  fillRule: "evenodd",
@@ -973,10 +1027,10 @@ var Filter = (props) => {
973
1027
  var filter_default = Filter;
974
1028
 
975
1029
  // src/icons/v2/outline/gps.tsx
976
- var import_jsx_runtime33 = require("react/jsx-runtime");
1030
+ var import_jsx_runtime35 = require("react/jsx-runtime");
977
1031
  var Gps = (props) => {
978
1032
  const { color, ...svgProps } = use_icon_props_default(props);
979
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1033
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
980
1034
  "path",
981
1035
  {
982
1036
  fillRule: "evenodd",
@@ -989,25 +1043,25 @@ var Gps = (props) => {
989
1043
  var gps_default = Gps;
990
1044
 
991
1045
  // src/icons/v2/outline/handphone.tsx
992
- var import_jsx_runtime34 = require("react/jsx-runtime");
1046
+ var import_jsx_runtime36 = require("react/jsx-runtime");
993
1047
  var Handphone = (props) => {
994
1048
  const { color, ...svgProps } = use_icon_props_default(props);
995
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
996
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1049
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1050
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
997
1051
  "path",
998
1052
  {
999
1053
  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",
1000
1054
  fill: color
1001
1055
  }
1002
1056
  ),
1003
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1057
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1004
1058
  "path",
1005
1059
  {
1006
1060
  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",
1007
1061
  fill: color
1008
1062
  }
1009
1063
  ),
1010
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1064
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1011
1065
  "path",
1012
1066
  {
1013
1067
  fillRule: "evenodd",
@@ -1021,11 +1075,11 @@ var Handphone = (props) => {
1021
1075
  var handphone_default = Handphone;
1022
1076
 
1023
1077
  // src/icons/v2/outline/heart.tsx
1024
- var import_jsx_runtime35 = require("react/jsx-runtime");
1078
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1025
1079
  var Heart = (props) => {
1026
1080
  const { color, ...svgProps } = use_icon_props_default(props);
1027
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1028
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1081
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1082
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1029
1083
  "path",
1030
1084
  {
1031
1085
  fillRule: "evenodd",
@@ -1034,18 +1088,18 @@ var Heart = (props) => {
1034
1088
  fill: color
1035
1089
  }
1036
1090
  ) }),
1037
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1091
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1038
1092
  ] });
1039
1093
  };
1040
1094
  var heart_default = Heart;
1041
1095
 
1042
1096
  // src/icons/v2/outline/home.tsx
1043
- var import_jsx_runtime36 = require("react/jsx-runtime");
1097
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1044
1098
  var Home = (props) => {
1045
1099
  const { color, ...svgProps } = use_icon_props_default(props);
1046
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1047
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1048
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1100
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1101
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1102
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1049
1103
  "path",
1050
1104
  {
1051
1105
  fillRule: "evenodd",
@@ -1054,7 +1108,7 @@ var Home = (props) => {
1054
1108
  fill: color
1055
1109
  }
1056
1110
  ),
1057
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1111
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1058
1112
  "path",
1059
1113
  {
1060
1114
  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",
@@ -1062,24 +1116,24 @@ var Home = (props) => {
1062
1116
  }
1063
1117
  )
1064
1118
  ] }),
1065
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1119
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1066
1120
  ] });
1067
1121
  };
1068
1122
  var home_default = Home;
1069
1123
 
1070
1124
  // src/icons/v2/outline/info.tsx
1071
- var import_jsx_runtime37 = require("react/jsx-runtime");
1125
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1072
1126
  var Info = (props) => {
1073
1127
  const { color, ...svgProps } = use_icon_props_default(props);
1074
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1075
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1128
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1129
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1076
1130
  "path",
1077
1131
  {
1078
1132
  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",
1079
1133
  fill: color
1080
1134
  }
1081
1135
  ),
1082
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1136
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1083
1137
  "path",
1084
1138
  {
1085
1139
  fillRule: "evenodd",
@@ -1088,7 +1142,7 @@ var Info = (props) => {
1088
1142
  fill: color
1089
1143
  }
1090
1144
  ),
1091
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1145
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1092
1146
  "path",
1093
1147
  {
1094
1148
  fillRule: "evenodd",
@@ -1102,25 +1156,25 @@ var Info = (props) => {
1102
1156
  var info_default = Info;
1103
1157
 
1104
1158
  // src/icons/v2/outline/kebab-menu.tsx
1105
- var import_jsx_runtime38 = require("react/jsx-runtime");
1159
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1106
1160
  var KebabMenu = (props) => {
1107
1161
  const { color, ...svgProps } = use_icon_props_default(props);
1108
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1109
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1162
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1163
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1110
1164
  "path",
1111
1165
  {
1112
1166
  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",
1113
1167
  fill: color
1114
1168
  }
1115
1169
  ),
1116
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1170
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1117
1171
  "path",
1118
1172
  {
1119
1173
  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",
1120
1174
  fill: color
1121
1175
  }
1122
1176
  ),
1123
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1177
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1124
1178
  "path",
1125
1179
  {
1126
1180
  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",
@@ -1132,12 +1186,12 @@ var KebabMenu = (props) => {
1132
1186
  var kebab_menu_default = KebabMenu;
1133
1187
 
1134
1188
  // src/icons/v2/outline/logout.tsx
1135
- var import_jsx_runtime39 = require("react/jsx-runtime");
1189
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1136
1190
  var Logout = (props) => {
1137
1191
  const { color, ...svgProps } = use_icon_props_default(props);
1138
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1139
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1140
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1192
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1193
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1194
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1141
1195
  "path",
1142
1196
  {
1143
1197
  fillRule: "evenodd",
@@ -1146,7 +1200,7 @@ var Logout = (props) => {
1146
1200
  fill: color
1147
1201
  }
1148
1202
  ),
1149
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1203
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1150
1204
  "path",
1151
1205
  {
1152
1206
  fillRule: "evenodd",
@@ -1155,7 +1209,7 @@ var Logout = (props) => {
1155
1209
  fill: color
1156
1210
  }
1157
1211
  ),
1158
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1212
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1159
1213
  "path",
1160
1214
  {
1161
1215
  fillRule: "evenodd",
@@ -1165,18 +1219,18 @@ var Logout = (props) => {
1165
1219
  }
1166
1220
  )
1167
1221
  ] }),
1168
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1222
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1169
1223
  ] });
1170
1224
  };
1171
1225
  var logout_default = Logout;
1172
1226
 
1173
1227
  // src/icons/v2/outline/map-marker.tsx
1174
- var import_jsx_runtime40 = require("react/jsx-runtime");
1228
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1175
1229
  var MapMarker = (props) => {
1176
1230
  const { color, ...svgProps } = use_icon_props_default(props);
1177
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1178
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1179
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1231
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1232
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1233
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1180
1234
  "path",
1181
1235
  {
1182
1236
  fillRule: "evenodd",
@@ -1185,7 +1239,7 @@ var MapMarker = (props) => {
1185
1239
  fill: color
1186
1240
  }
1187
1241
  ),
1188
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1242
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1189
1243
  "path",
1190
1244
  {
1191
1245
  fillRule: "evenodd",
@@ -1195,17 +1249,17 @@ var MapMarker = (props) => {
1195
1249
  }
1196
1250
  )
1197
1251
  ] }),
1198
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1252
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1199
1253
  ] });
1200
1254
  };
1201
1255
  var map_marker_default = MapMarker;
1202
1256
 
1203
1257
  // src/icons/v2/outline/minus.tsx
1204
- var import_jsx_runtime41 = require("react/jsx-runtime");
1258
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1205
1259
  var Minus = (props) => {
1206
1260
  const { color, ...svgProps } = use_icon_props_default(props);
1207
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1208
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1261
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1262
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1209
1263
  "path",
1210
1264
  {
1211
1265
  fillRule: "evenodd",
@@ -1214,16 +1268,16 @@ var Minus = (props) => {
1214
1268
  fill: color
1215
1269
  }
1216
1270
  ) }),
1217
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1271
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1218
1272
  ] });
1219
1273
  };
1220
1274
  var minus_default = Minus;
1221
1275
 
1222
1276
  // src/icons/v2/outline/minus-large.tsx
1223
- var import_jsx_runtime42 = require("react/jsx-runtime");
1277
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1224
1278
  var MinusLarge = (props) => {
1225
1279
  const { color, ...svgProps } = use_icon_props_default(props);
1226
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1280
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1227
1281
  "path",
1228
1282
  {
1229
1283
  fillRule: "evenodd",
@@ -1236,10 +1290,10 @@ var MinusLarge = (props) => {
1236
1290
  var minus_large_default = MinusLarge;
1237
1291
 
1238
1292
  // src/icons/v2/outline/no-gps.tsx
1239
- var import_jsx_runtime43 = require("react/jsx-runtime");
1293
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1240
1294
  var NoGps = (props) => {
1241
1295
  const { color, ...svgProps } = use_icon_props_default(props);
1242
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1296
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1243
1297
  "path",
1244
1298
  {
1245
1299
  fillRule: "evenodd",
@@ -1252,11 +1306,11 @@ var NoGps = (props) => {
1252
1306
  var no_gps_default = NoGps;
1253
1307
 
1254
1308
  // src/icons/v2/outline/note.tsx
1255
- var import_jsx_runtime44 = require("react/jsx-runtime");
1309
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1256
1310
  var Note = (props) => {
1257
1311
  const { color, ...svgProps } = use_icon_props_default(props);
1258
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1259
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1312
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1313
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1260
1314
  "path",
1261
1315
  {
1262
1316
  fillRule: "evenodd",
@@ -1265,7 +1319,7 @@ var Note = (props) => {
1265
1319
  fill: color
1266
1320
  }
1267
1321
  ),
1268
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1322
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1269
1323
  "path",
1270
1324
  {
1271
1325
  fillRule: "evenodd",
@@ -1274,7 +1328,7 @@ var Note = (props) => {
1274
1328
  fill: color
1275
1329
  }
1276
1330
  ),
1277
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1331
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1278
1332
  "path",
1279
1333
  {
1280
1334
  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",
@@ -1286,11 +1340,11 @@ var Note = (props) => {
1286
1340
  var note_default = Note;
1287
1341
 
1288
1342
  // src/icons/v2/outline/order-history.tsx
1289
- var import_jsx_runtime45 = require("react/jsx-runtime");
1343
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1290
1344
  var OrderHistory = (props) => {
1291
1345
  const { color, ...svgProps } = use_icon_props_default(props);
1292
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1293
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1346
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1347
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1294
1348
  "path",
1295
1349
  {
1296
1350
  fillRule: "evenodd",
@@ -1299,7 +1353,7 @@ var OrderHistory = (props) => {
1299
1353
  fill: color
1300
1354
  }
1301
1355
  ),
1302
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1356
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1303
1357
  "path",
1304
1358
  {
1305
1359
  fillRule: "evenodd",
@@ -1313,11 +1367,11 @@ var OrderHistory = (props) => {
1313
1367
  var order_history_default = OrderHistory;
1314
1368
 
1315
1369
  // src/icons/v2/outline/otp.tsx
1316
- var import_jsx_runtime46 = require("react/jsx-runtime");
1370
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1317
1371
  var Otp = (props) => {
1318
1372
  const { color, ...svgProps } = use_icon_props_default(props);
1319
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1320
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1373
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1374
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1321
1375
  "path",
1322
1376
  {
1323
1377
  fillRule: "evenodd",
@@ -1326,7 +1380,7 @@ var Otp = (props) => {
1326
1380
  fill: color
1327
1381
  }
1328
1382
  ),
1329
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1383
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1330
1384
  "path",
1331
1385
  {
1332
1386
  fillRule: "evenodd",
@@ -1335,7 +1389,7 @@ var Otp = (props) => {
1335
1389
  fill: color
1336
1390
  }
1337
1391
  ),
1338
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1392
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1339
1393
  "path",
1340
1394
  {
1341
1395
  fillRule: "evenodd",
@@ -1344,7 +1398,7 @@ var Otp = (props) => {
1344
1398
  fill: color
1345
1399
  }
1346
1400
  ),
1347
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1401
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1348
1402
  "path",
1349
1403
  {
1350
1404
  fillRule: "evenodd",
@@ -1353,7 +1407,7 @@ var Otp = (props) => {
1353
1407
  fill: color
1354
1408
  }
1355
1409
  ),
1356
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1410
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1357
1411
  "path",
1358
1412
  {
1359
1413
  fillRule: "evenodd",
@@ -1362,7 +1416,7 @@ var Otp = (props) => {
1362
1416
  fill: color
1363
1417
  }
1364
1418
  ),
1365
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1419
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1366
1420
  "path",
1367
1421
  {
1368
1422
  fillRule: "evenodd",
@@ -1376,11 +1430,11 @@ var Otp = (props) => {
1376
1430
  var otp_default = Otp;
1377
1431
 
1378
1432
  // src/icons/v2/outline/plus.tsx
1379
- var import_jsx_runtime47 = require("react/jsx-runtime");
1433
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1380
1434
  var Plus = (props) => {
1381
1435
  const { color, ...svgProps } = use_icon_props_default(props);
1382
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1383
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1436
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1437
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1384
1438
  "path",
1385
1439
  {
1386
1440
  fillRule: "evenodd",
@@ -1389,24 +1443,24 @@ var Plus = (props) => {
1389
1443
  fill: color
1390
1444
  }
1391
1445
  ) }),
1392
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1446
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1393
1447
  ] });
1394
1448
  };
1395
1449
  var plus_default = Plus;
1396
1450
 
1397
1451
  // src/icons/v2/outline/plus-large.tsx
1398
- var import_jsx_runtime48 = require("react/jsx-runtime");
1452
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1399
1453
  var PlusLarge = (props) => {
1400
1454
  const { color, ...svgProps } = use_icon_props_default(props);
1401
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1402
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1455
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1456
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1403
1457
  "path",
1404
1458
  {
1405
1459
  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",
1406
1460
  fill: color
1407
1461
  }
1408
1462
  ),
1409
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1463
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1410
1464
  "path",
1411
1465
  {
1412
1466
  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",
@@ -1418,12 +1472,12 @@ var PlusLarge = (props) => {
1418
1472
  var plus_large_default = PlusLarge;
1419
1473
 
1420
1474
  // src/icons/v2/outline/privacy-policy.tsx
1421
- var import_jsx_runtime49 = require("react/jsx-runtime");
1475
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1422
1476
  var PrivacyPolicy = (props) => {
1423
1477
  const { color, ...svgProps } = use_icon_props_default(props);
1424
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1425
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1426
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1478
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1479
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1480
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1427
1481
  "path",
1428
1482
  {
1429
1483
  fillRule: "evenodd",
@@ -1432,7 +1486,7 @@ var PrivacyPolicy = (props) => {
1432
1486
  fill: color
1433
1487
  }
1434
1488
  ),
1435
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1489
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1436
1490
  "path",
1437
1491
  {
1438
1492
  fillRule: "evenodd",
@@ -1441,7 +1495,7 @@ var PrivacyPolicy = (props) => {
1441
1495
  fill: color
1442
1496
  }
1443
1497
  ),
1444
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1498
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1445
1499
  "path",
1446
1500
  {
1447
1501
  fillRule: "evenodd",
@@ -1450,7 +1504,7 @@ var PrivacyPolicy = (props) => {
1450
1504
  fill: color
1451
1505
  }
1452
1506
  ),
1453
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1507
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1454
1508
  "path",
1455
1509
  {
1456
1510
  fillRule: "evenodd",
@@ -1459,7 +1513,7 @@ var PrivacyPolicy = (props) => {
1459
1513
  fill: color
1460
1514
  }
1461
1515
  ),
1462
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1516
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1463
1517
  "path",
1464
1518
  {
1465
1519
  fillRule: "evenodd",
@@ -1468,7 +1522,7 @@ var PrivacyPolicy = (props) => {
1468
1522
  fill: color
1469
1523
  }
1470
1524
  ),
1471
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1525
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1472
1526
  "path",
1473
1527
  {
1474
1528
  fillRule: "evenodd",
@@ -1478,18 +1532,18 @@ var PrivacyPolicy = (props) => {
1478
1532
  }
1479
1533
  )
1480
1534
  ] }),
1481
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1535
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1482
1536
  ] });
1483
1537
  };
1484
1538
  var privacy_policy_default = PrivacyPolicy;
1485
1539
 
1486
1540
  // src/icons/v2/outline/profile.tsx
1487
- var import_jsx_runtime50 = require("react/jsx-runtime");
1541
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1488
1542
  var Profile = (props) => {
1489
1543
  const { color, ...svgProps } = use_icon_props_default(props);
1490
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1491
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1492
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1544
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1545
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1546
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1493
1547
  "path",
1494
1548
  {
1495
1549
  fillRule: "evenodd",
@@ -1498,7 +1552,7 @@ var Profile = (props) => {
1498
1552
  fill: color
1499
1553
  }
1500
1554
  ),
1501
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1555
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1502
1556
  "path",
1503
1557
  {
1504
1558
  fillRule: "evenodd",
@@ -1508,17 +1562,17 @@ var Profile = (props) => {
1508
1562
  }
1509
1563
  )
1510
1564
  ] }),
1511
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1565
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1512
1566
  ] });
1513
1567
  };
1514
1568
  var profile_default = Profile;
1515
1569
 
1516
1570
  // src/icons/v2/outline/qr-code.tsx
1517
- var import_jsx_runtime51 = require("react/jsx-runtime");
1571
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1518
1572
  var QRCode = (props) => {
1519
1573
  const { color, ...svgProps } = use_icon_props_default(props);
1520
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1521
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1574
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1575
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1522
1576
  "path",
1523
1577
  {
1524
1578
  fillRule: "evenodd",
@@ -1527,7 +1581,7 @@ var QRCode = (props) => {
1527
1581
  fill: color
1528
1582
  }
1529
1583
  ),
1530
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1584
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1531
1585
  "path",
1532
1586
  {
1533
1587
  fillRule: "evenodd",
@@ -1536,7 +1590,7 @@ var QRCode = (props) => {
1536
1590
  fill: color
1537
1591
  }
1538
1592
  ),
1539
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1593
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1540
1594
  "path",
1541
1595
  {
1542
1596
  fillRule: "evenodd",
@@ -1545,7 +1599,7 @@ var QRCode = (props) => {
1545
1599
  fill: color
1546
1600
  }
1547
1601
  ),
1548
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1602
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1549
1603
  "path",
1550
1604
  {
1551
1605
  fillRule: "evenodd",
@@ -1554,7 +1608,7 @@ var QRCode = (props) => {
1554
1608
  fill: color
1555
1609
  }
1556
1610
  ),
1557
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1611
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1558
1612
  "path",
1559
1613
  {
1560
1614
  fillRule: "evenodd",
@@ -1563,7 +1617,7 @@ var QRCode = (props) => {
1563
1617
  fill: color
1564
1618
  }
1565
1619
  ),
1566
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1620
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1567
1621
  "path",
1568
1622
  {
1569
1623
  fillRule: "evenodd",
@@ -1572,7 +1626,7 @@ var QRCode = (props) => {
1572
1626
  fill: color
1573
1627
  }
1574
1628
  ),
1575
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1629
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1576
1630
  "path",
1577
1631
  {
1578
1632
  fillRule: "evenodd",
@@ -1581,7 +1635,7 @@ var QRCode = (props) => {
1581
1635
  fill: color
1582
1636
  }
1583
1637
  ),
1584
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1638
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1585
1639
  "path",
1586
1640
  {
1587
1641
  fillRule: "evenodd",
@@ -1590,7 +1644,7 @@ var QRCode = (props) => {
1590
1644
  fill: color
1591
1645
  }
1592
1646
  ),
1593
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1647
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1594
1648
  "path",
1595
1649
  {
1596
1650
  fillRule: "evenodd",
@@ -1599,7 +1653,7 @@ var QRCode = (props) => {
1599
1653
  fill: color
1600
1654
  }
1601
1655
  ),
1602
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1656
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1603
1657
  "path",
1604
1658
  {
1605
1659
  fillRule: "evenodd",
@@ -1613,10 +1667,10 @@ var QRCode = (props) => {
1613
1667
  var qr_code_default = QRCode;
1614
1668
 
1615
1669
  // src/icons/v2/outline/qr-code-base.tsx
1616
- var import_jsx_runtime52 = require("react/jsx-runtime");
1670
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1617
1671
  var QRCodeBase = (props) => {
1618
1672
  const { color, ...svgProps } = use_icon_props_default(props);
1619
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1673
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1620
1674
  "path",
1621
1675
  {
1622
1676
  fillRule: "evenodd",
@@ -1629,11 +1683,11 @@ var QRCodeBase = (props) => {
1629
1683
  var qr_code_base_default = QRCodeBase;
1630
1684
 
1631
1685
  // src/icons/v2/outline/search.tsx
1632
- var import_jsx_runtime53 = require("react/jsx-runtime");
1686
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1633
1687
  var Search = (props) => {
1634
1688
  const { color, ...svgProps } = use_icon_props_default(props);
1635
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1636
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1689
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1690
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1637
1691
  "path",
1638
1692
  {
1639
1693
  fillRule: "evenodd",
@@ -1642,7 +1696,7 @@ var Search = (props) => {
1642
1696
  fill: color
1643
1697
  }
1644
1698
  ),
1645
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1699
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1646
1700
  "path",
1647
1701
  {
1648
1702
  fillRule: "evenodd",
@@ -1656,10 +1710,10 @@ var Search = (props) => {
1656
1710
  var search_default = Search;
1657
1711
 
1658
1712
  // src/icons/v2/outline/setting.tsx
1659
- var import_jsx_runtime54 = require("react/jsx-runtime");
1713
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1660
1714
  var Setting = (props) => {
1661
1715
  const { color, ...svgProps } = use_icon_props_default(props);
1662
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1716
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1663
1717
  "path",
1664
1718
  {
1665
1719
  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",
@@ -1670,11 +1724,11 @@ var Setting = (props) => {
1670
1724
  var setting_default = Setting;
1671
1725
 
1672
1726
  // src/icons/v2/outline/share.tsx
1673
- var import_jsx_runtime55 = require("react/jsx-runtime");
1727
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1674
1728
  var Bag2 = (props) => {
1675
1729
  const { color, ...svgProps } = use_icon_props_default(props);
1676
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1677
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1730
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1731
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1678
1732
  "path",
1679
1733
  {
1680
1734
  fillRule: "evenodd",
@@ -1683,7 +1737,7 @@ var Bag2 = (props) => {
1683
1737
  fill: color
1684
1738
  }
1685
1739
  ),
1686
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1740
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1687
1741
  "path",
1688
1742
  {
1689
1743
  fillRule: "evenodd",
@@ -1692,7 +1746,7 @@ var Bag2 = (props) => {
1692
1746
  fill: color
1693
1747
  }
1694
1748
  ),
1695
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1749
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1696
1750
  "path",
1697
1751
  {
1698
1752
  fillRule: "evenodd",
@@ -1706,11 +1760,11 @@ var Bag2 = (props) => {
1706
1760
  var share_default = Bag2;
1707
1761
 
1708
1762
  // src/icons/v2/outline/sort.tsx
1709
- var import_jsx_runtime56 = require("react/jsx-runtime");
1763
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1710
1764
  var Sort = (props) => {
1711
1765
  const { color, ...svgProps } = use_icon_props_default(props);
1712
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1713
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1766
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1767
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1714
1768
  "path",
1715
1769
  {
1716
1770
  fillRule: "evenodd",
@@ -1719,7 +1773,7 @@ var Sort = (props) => {
1719
1773
  fill: color
1720
1774
  }
1721
1775
  ),
1722
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1776
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1723
1777
  "path",
1724
1778
  {
1725
1779
  fillRule: "evenodd",
@@ -1733,25 +1787,25 @@ var Sort = (props) => {
1733
1787
  var sort_default = Sort;
1734
1788
 
1735
1789
  // src/icons/v2/outline/store-complete.tsx
1736
- var import_jsx_runtime57 = require("react/jsx-runtime");
1790
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1737
1791
  var StoreComplete = (props) => {
1738
1792
  const { color, ...svgProps } = use_icon_props_default(props);
1739
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1740
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1793
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1794
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1741
1795
  "path",
1742
1796
  {
1743
1797
  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",
1744
1798
  fill: color
1745
1799
  }
1746
1800
  ),
1747
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1801
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1748
1802
  "path",
1749
1803
  {
1750
1804
  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",
1751
1805
  fill: color
1752
1806
  }
1753
1807
  ),
1754
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1808
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1755
1809
  "path",
1756
1810
  {
1757
1811
  fillRule: "evenodd",
@@ -1765,12 +1819,12 @@ var StoreComplete = (props) => {
1765
1819
  var store_complete_default = StoreComplete;
1766
1820
 
1767
1821
  // src/icons/v2/outline/term-conditions.tsx
1768
- var import_jsx_runtime58 = require("react/jsx-runtime");
1822
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1769
1823
  var TermConditions = (props) => {
1770
1824
  const { color, ...svgProps } = use_icon_props_default(props);
1771
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1772
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
1773
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1825
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1826
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
1827
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1774
1828
  "path",
1775
1829
  {
1776
1830
  fillRule: "evenodd",
@@ -1779,7 +1833,7 @@ var TermConditions = (props) => {
1779
1833
  fill: color
1780
1834
  }
1781
1835
  ),
1782
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1836
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1783
1837
  "path",
1784
1838
  {
1785
1839
  fillRule: "evenodd",
@@ -1788,7 +1842,7 @@ var TermConditions = (props) => {
1788
1842
  fill: color
1789
1843
  }
1790
1844
  ),
1791
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1845
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1792
1846
  "path",
1793
1847
  {
1794
1848
  fillRule: "evenodd",
@@ -1797,7 +1851,7 @@ var TermConditions = (props) => {
1797
1851
  fill: color
1798
1852
  }
1799
1853
  ),
1800
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1854
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1801
1855
  "path",
1802
1856
  {
1803
1857
  fillRule: "evenodd",
@@ -1806,7 +1860,7 @@ var TermConditions = (props) => {
1806
1860
  fill: color
1807
1861
  }
1808
1862
  ),
1809
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1863
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1810
1864
  "path",
1811
1865
  {
1812
1866
  fillRule: "evenodd",
@@ -1815,7 +1869,7 @@ var TermConditions = (props) => {
1815
1869
  fill: color
1816
1870
  }
1817
1871
  ),
1818
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1872
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1819
1873
  "path",
1820
1874
  {
1821
1875
  fillRule: "evenodd",
@@ -1825,18 +1879,18 @@ var TermConditions = (props) => {
1825
1879
  }
1826
1880
  )
1827
1881
  ] }),
1828
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1882
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1829
1883
  ] });
1830
1884
  };
1831
1885
  var term_conditions_default = TermConditions;
1832
1886
 
1833
1887
  // src/icons/v2/outline/trash.tsx
1834
- var import_jsx_runtime59 = require("react/jsx-runtime");
1888
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1835
1889
  var Trash = (props) => {
1836
1890
  const { color, ...svgProps } = use_icon_props_default(props);
1837
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1838
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
1839
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1891
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1892
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
1893
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1840
1894
  "path",
1841
1895
  {
1842
1896
  fillRule: "evenodd",
@@ -1845,7 +1899,7 @@ var Trash = (props) => {
1845
1899
  fill: color
1846
1900
  }
1847
1901
  ),
1848
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1902
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1849
1903
  "path",
1850
1904
  {
1851
1905
  fillRule: "evenodd",
@@ -1854,7 +1908,7 @@ var Trash = (props) => {
1854
1908
  fill: color
1855
1909
  }
1856
1910
  ),
1857
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1911
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1858
1912
  "path",
1859
1913
  {
1860
1914
  fillRule: "evenodd",
@@ -1863,7 +1917,7 @@ var Trash = (props) => {
1863
1917
  fill: color
1864
1918
  }
1865
1919
  ),
1866
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1920
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1867
1921
  "path",
1868
1922
  {
1869
1923
  fillRule: "evenodd",
@@ -1873,17 +1927,17 @@ var Trash = (props) => {
1873
1927
  }
1874
1928
  )
1875
1929
  ] }),
1876
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1930
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1877
1931
  ] });
1878
1932
  };
1879
1933
  var trash_default = Trash;
1880
1934
 
1881
1935
  // src/icons/v2/outline/truck.tsx
1882
- var import_jsx_runtime60 = require("react/jsx-runtime");
1936
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1883
1937
  var Truck = (props) => {
1884
1938
  const { color, ...svgProps } = use_icon_props_default(props);
1885
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1886
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1939
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1940
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1887
1941
  "path",
1888
1942
  {
1889
1943
  fillRule: "evenodd",
@@ -1892,38 +1946,38 @@ var Truck = (props) => {
1892
1946
  fill: color
1893
1947
  }
1894
1948
  ) }),
1895
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1949
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1896
1950
  ] });
1897
1951
  };
1898
1952
  var truck_default = Truck;
1899
1953
 
1900
1954
  // src/icons/v2/outline/truck-discount.tsx
1901
- var import_jsx_runtime61 = require("react/jsx-runtime");
1955
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1902
1956
  var TruckDiscount = (props) => {
1903
1957
  const { color, ...svgProps } = use_icon_props_default(props);
1904
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1905
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1958
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1959
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1906
1960
  "path",
1907
1961
  {
1908
1962
  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",
1909
1963
  fill: color
1910
1964
  }
1911
1965
  ),
1912
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1966
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1913
1967
  "path",
1914
1968
  {
1915
1969
  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",
1916
1970
  fill: color
1917
1971
  }
1918
1972
  ),
1919
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1973
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1920
1974
  "path",
1921
1975
  {
1922
1976
  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",
1923
1977
  fill: color
1924
1978
  }
1925
1979
  ),
1926
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1980
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1927
1981
  "path",
1928
1982
  {
1929
1983
  fillRule: "evenodd",
@@ -1937,12 +1991,12 @@ var TruckDiscount = (props) => {
1937
1991
  var truck_discount_default = TruckDiscount;
1938
1992
 
1939
1993
  // src/icons/v2/outline/virtual-wallet.tsx
1940
- var import_jsx_runtime62 = require("react/jsx-runtime");
1994
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1941
1995
  var VirtualWallet = (props) => {
1942
1996
  const { color, ...svgProps } = use_icon_props_default(props);
1943
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1944
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
1945
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1997
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1998
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
1999
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1946
2000
  "path",
1947
2001
  {
1948
2002
  fillRule: "evenodd",
@@ -1951,7 +2005,7 @@ var VirtualWallet = (props) => {
1951
2005
  fill: color
1952
2006
  }
1953
2007
  ),
1954
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2008
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1955
2009
  "path",
1956
2010
  {
1957
2011
  fillRule: "evenodd",
@@ -1960,7 +2014,7 @@ var VirtualWallet = (props) => {
1960
2014
  fill: color
1961
2015
  }
1962
2016
  ),
1963
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2017
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1964
2018
  "path",
1965
2019
  {
1966
2020
  fillRule: "evenodd",
@@ -1969,14 +2023,14 @@ var VirtualWallet = (props) => {
1969
2023
  fill: color
1970
2024
  }
1971
2025
  ),
1972
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2026
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1973
2027
  "path",
1974
2028
  {
1975
2029
  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",
1976
2030
  fill: color
1977
2031
  }
1978
2032
  ),
1979
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2033
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1980
2034
  "path",
1981
2035
  {
1982
2036
  fillRule: "evenodd",
@@ -1985,7 +2039,7 @@ var VirtualWallet = (props) => {
1985
2039
  fill: color
1986
2040
  }
1987
2041
  ),
1988
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2042
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1989
2043
  "path",
1990
2044
  {
1991
2045
  fillRule: "evenodd",
@@ -1995,17 +2049,17 @@ var VirtualWallet = (props) => {
1995
2049
  }
1996
2050
  )
1997
2051
  ] }),
1998
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2052
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1999
2053
  ] });
2000
2054
  };
2001
2055
  var virtual_wallet_default = VirtualWallet;
2002
2056
 
2003
2057
  // src/icons/v2/outline/voucher-applied.tsx
2004
- var import_jsx_runtime63 = require("react/jsx-runtime");
2058
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2005
2059
  var VoucherApplied = (props) => {
2006
2060
  const { color, ...svgProps } = use_icon_props_default(props);
2007
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2008
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2061
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2062
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2009
2063
  "path",
2010
2064
  {
2011
2065
  fillRule: "evenodd",
@@ -2014,7 +2068,7 @@ var VoucherApplied = (props) => {
2014
2068
  fill: color
2015
2069
  }
2016
2070
  ),
2017
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2071
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2018
2072
  "path",
2019
2073
  {
2020
2074
  fillRule: "evenodd",
@@ -2023,7 +2077,7 @@ var VoucherApplied = (props) => {
2023
2077
  fill: color
2024
2078
  }
2025
2079
  ),
2026
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2080
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2027
2081
  "path",
2028
2082
  {
2029
2083
  fillRule: "evenodd",
@@ -2032,7 +2086,7 @@ var VoucherApplied = (props) => {
2032
2086
  fill: color
2033
2087
  }
2034
2088
  ),
2035
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2089
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2036
2090
  "path",
2037
2091
  {
2038
2092
  fillRule: "evenodd",
@@ -2046,25 +2100,25 @@ var VoucherApplied = (props) => {
2046
2100
  var voucher_applied_default = VoucherApplied;
2047
2101
 
2048
2102
  // src/icons/v2/outline/voucher-outline.tsx
2049
- var import_jsx_runtime64 = require("react/jsx-runtime");
2103
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2050
2104
  var VoucherOutline = (props) => {
2051
2105
  const { color, ...svgProps } = use_icon_props_default(props);
2052
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2053
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2106
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2107
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2054
2108
  "path",
2055
2109
  {
2056
2110
  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",
2057
2111
  fill: color
2058
2112
  }
2059
2113
  ),
2060
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2114
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2061
2115
  "path",
2062
2116
  {
2063
2117
  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",
2064
2118
  fill: color
2065
2119
  }
2066
2120
  ),
2067
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2121
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2068
2122
  "path",
2069
2123
  {
2070
2124
  fillRule: "evenodd",
@@ -2078,12 +2132,12 @@ var VoucherOutline = (props) => {
2078
2132
  var voucher_outline_default = VoucherOutline;
2079
2133
 
2080
2134
  // src/icons/v2/solid/add-bag-solid.tsx
2081
- var import_jsx_runtime65 = require("react/jsx-runtime");
2135
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2082
2136
  var AddBagSolid = (props) => {
2083
2137
  const { color, ...svgProps } = use_icon_props_default(props);
2084
2138
  const fillColor = color || "#12784A";
2085
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2086
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2139
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2140
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2087
2141
  "path",
2088
2142
  {
2089
2143
  fillRule: "evenodd",
@@ -2092,7 +2146,7 @@ var AddBagSolid = (props) => {
2092
2146
  fill: fillColor
2093
2147
  }
2094
2148
  ),
2095
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2149
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2096
2150
  "path",
2097
2151
  {
2098
2152
  fillRule: "evenodd",
@@ -2106,10 +2160,10 @@ var AddBagSolid = (props) => {
2106
2160
  var add_bag_solid_default = AddBagSolid;
2107
2161
 
2108
2162
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2109
- var import_jsx_runtime66 = require("react/jsx-runtime");
2163
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2110
2164
  var ArrowDownCircleSolid = (props) => {
2111
2165
  const { color, ...svgProps } = use_icon_props_default(props);
2112
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2166
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2113
2167
  "path",
2114
2168
  {
2115
2169
  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",
@@ -2120,10 +2174,10 @@ var ArrowDownCircleSolid = (props) => {
2120
2174
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2121
2175
 
2122
2176
  // src/icons/v2/solid/bag-solid.tsx
2123
- var import_jsx_runtime67 = require("react/jsx-runtime");
2177
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2124
2178
  var BagSolid = (props) => {
2125
2179
  const { color, ...svgProps } = use_icon_props_default(props);
2126
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2180
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2127
2181
  "path",
2128
2182
  {
2129
2183
  fillRule: "evenodd",
@@ -2136,32 +2190,32 @@ var BagSolid = (props) => {
2136
2190
  var bag_solid_default = BagSolid;
2137
2191
 
2138
2192
  // src/icons/v2/solid/category-solid.tsx
2139
- var import_jsx_runtime68 = require("react/jsx-runtime");
2193
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2140
2194
  var CategorySolid = (props) => {
2141
2195
  const { color, ...svgProps } = use_icon_props_default(props);
2142
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2143
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2196
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2197
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2144
2198
  "path",
2145
2199
  {
2146
2200
  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",
2147
2201
  fill: color
2148
2202
  }
2149
2203
  ),
2150
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2204
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2151
2205
  "path",
2152
2206
  {
2153
2207
  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",
2154
2208
  fill: color
2155
2209
  }
2156
2210
  ),
2157
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2211
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2158
2212
  "path",
2159
2213
  {
2160
2214
  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",
2161
2215
  fill: color
2162
2216
  }
2163
2217
  ),
2164
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2218
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2165
2219
  "path",
2166
2220
  {
2167
2221
  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",
@@ -2173,10 +2227,10 @@ var CategorySolid = (props) => {
2173
2227
  var category_solid_default = CategorySolid;
2174
2228
 
2175
2229
  // src/icons/v2/solid/chat-cs-solid.tsx
2176
- var import_jsx_runtime69 = require("react/jsx-runtime");
2230
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2177
2231
  var ChatCsSolid = (props) => {
2178
2232
  const { color, ...svgProps } = use_icon_props_default(props);
2179
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2233
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2180
2234
  "path",
2181
2235
  {
2182
2236
  fillRule: "evenodd",
@@ -2189,10 +2243,10 @@ var ChatCsSolid = (props) => {
2189
2243
  var chat_cs_solid_default = ChatCsSolid;
2190
2244
 
2191
2245
  // src/icons/v2/solid/check-shield.tsx
2192
- var import_jsx_runtime70 = require("react/jsx-runtime");
2193
- var CheckShield = (props) => {
2246
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2247
+ var CheckShield2 = (props) => {
2194
2248
  const { color, ...svgProps } = use_icon_props_default(props);
2195
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2249
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2196
2250
  "path",
2197
2251
  {
2198
2252
  fillRule: "evenodd",
@@ -2202,16 +2256,16 @@ var CheckShield = (props) => {
2202
2256
  }
2203
2257
  ) });
2204
2258
  };
2205
- var check_shield_default = CheckShield;
2259
+ var check_shield_default2 = CheckShield2;
2206
2260
 
2207
2261
  // src/icons/v2/solid/direction.tsx
2208
- var import_jsx_runtime71 = require("react/jsx-runtime");
2262
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2209
2263
  var Direction = (props) => {
2210
2264
  const { color, ...svgProps } = use_icon_props_default(props);
2211
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2212
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("g", { clipPath: "url(#direction)", children: [
2213
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2214
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2265
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2266
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("g", { clipPath: "url(#direction)", children: [
2267
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2268
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2215
2269
  "path",
2216
2270
  {
2217
2271
  fillRule: "evenodd",
@@ -2221,16 +2275,16 @@ var Direction = (props) => {
2221
2275
  }
2222
2276
  )
2223
2277
  ] }),
2224
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2278
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2225
2279
  ] });
2226
2280
  };
2227
2281
  var direction_default = Direction;
2228
2282
 
2229
2283
  // src/icons/v2/solid/enveloped-solid.tsx
2230
- var import_jsx_runtime72 = require("react/jsx-runtime");
2284
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2231
2285
  var EnvelopedSolid = (props) => {
2232
2286
  const { color, ...svgProps } = use_icon_props_default(props);
2233
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2287
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2234
2288
  "path",
2235
2289
  {
2236
2290
  fillRule: "evenodd",
@@ -2243,12 +2297,12 @@ var EnvelopedSolid = (props) => {
2243
2297
  var enveloped_solid_default = EnvelopedSolid;
2244
2298
 
2245
2299
  // src/icons/v2/solid/fast-truck-solid.tsx
2246
- var import_jsx_runtime73 = require("react/jsx-runtime");
2300
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2247
2301
  var FastTruckSolid = (props) => {
2248
2302
  const { color, ...svgProps } = use_icon_props_default(props);
2249
2303
  const fillColor = color || "#12784A";
2250
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2251
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2304
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2305
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2252
2306
  "path",
2253
2307
  {
2254
2308
  fillRule: "evenodd",
@@ -2257,14 +2311,14 @@ var FastTruckSolid = (props) => {
2257
2311
  fill: fillColor
2258
2312
  }
2259
2313
  ),
2260
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2314
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2261
2315
  "path",
2262
2316
  {
2263
2317
  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",
2264
2318
  fill: fillColor
2265
2319
  }
2266
2320
  ),
2267
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2321
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2268
2322
  "path",
2269
2323
  {
2270
2324
  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",
@@ -2276,10 +2330,10 @@ var FastTruckSolid = (props) => {
2276
2330
  var fast_truck_solid_default = FastTruckSolid;
2277
2331
 
2278
2332
  // src/icons/v2/solid/hand.tsx
2279
- var import_jsx_runtime74 = require("react/jsx-runtime");
2333
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2280
2334
  var Hand = (props) => {
2281
2335
  const { color, ...svgProps } = use_icon_props_default(props);
2282
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2336
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2283
2337
  "path",
2284
2338
  {
2285
2339
  id: "Vector 650",
@@ -2291,10 +2345,10 @@ var Hand = (props) => {
2291
2345
  var hand_default = Hand;
2292
2346
 
2293
2347
  // src/icons/v2/solid/handphone-solid.tsx
2294
- var import_jsx_runtime75 = require("react/jsx-runtime");
2348
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2295
2349
  var HandphoneSolid = (props) => {
2296
2350
  const { color, ...svgProps } = use_icon_props_default(props);
2297
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2351
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2298
2352
  "path",
2299
2353
  {
2300
2354
  fillRule: "evenodd",
@@ -2307,10 +2361,10 @@ var HandphoneSolid = (props) => {
2307
2361
  var handphone_solid_default = HandphoneSolid;
2308
2362
 
2309
2363
  // src/icons/v2/solid/heart-solid.tsx
2310
- var import_jsx_runtime76 = require("react/jsx-runtime");
2364
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2311
2365
  var HeartSolid = (props) => {
2312
2366
  const { color, ...svgProps } = use_icon_props_default(props);
2313
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2367
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2314
2368
  "path",
2315
2369
  {
2316
2370
  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",
@@ -2321,10 +2375,10 @@ var HeartSolid = (props) => {
2321
2375
  var heart_solid_default = HeartSolid;
2322
2376
 
2323
2377
  // src/icons/v2/solid/home-solid.tsx
2324
- var import_jsx_runtime77 = require("react/jsx-runtime");
2378
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2325
2379
  var HomeSolid = (props) => {
2326
2380
  const { color, ...svgProps } = use_icon_props_default(props);
2327
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2381
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2328
2382
  "path",
2329
2383
  {
2330
2384
  fillRule: "evenodd",
@@ -2337,10 +2391,10 @@ var HomeSolid = (props) => {
2337
2391
  var home_solid_default = HomeSolid;
2338
2392
 
2339
2393
  // src/icons/v2/solid/info-solid.tsx
2340
- var import_jsx_runtime78 = require("react/jsx-runtime");
2394
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2341
2395
  var InfoSolid = (props) => {
2342
2396
  const { color, ...svgProps } = use_icon_props_default(props);
2343
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2397
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2344
2398
  "path",
2345
2399
  {
2346
2400
  fillRule: "evenodd",
@@ -2353,11 +2407,11 @@ var InfoSolid = (props) => {
2353
2407
  var info_solid_default = InfoSolid;
2354
2408
 
2355
2409
  // src/icons/v2/solid/lock-solid.tsx
2356
- var import_jsx_runtime79 = require("react/jsx-runtime");
2410
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2357
2411
  var InfoSolid2 = (props) => {
2358
2412
  const { color, ...svgProps } = use_icon_props_default(props);
2359
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2360
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2413
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2414
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2361
2415
  "path",
2362
2416
  {
2363
2417
  fillRule: "evenodd",
@@ -2366,24 +2420,24 @@ var InfoSolid2 = (props) => {
2366
2420
  fill: color
2367
2421
  }
2368
2422
  ) }),
2369
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2423
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2370
2424
  ] });
2371
2425
  };
2372
2426
  var lock_solid_default = InfoSolid2;
2373
2427
 
2374
2428
  // src/icons/v2/solid/map-marker-solid.tsx
2375
- var import_jsx_runtime80 = require("react/jsx-runtime");
2429
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2376
2430
  var MapMarkerSolid = (props) => {
2377
2431
  const { color, ...svgProps } = use_icon_props_default(props);
2378
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2379
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2432
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2433
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2380
2434
  "path",
2381
2435
  {
2382
2436
  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",
2383
2437
  fill: color
2384
2438
  }
2385
2439
  ),
2386
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2440
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2387
2441
  "path",
2388
2442
  {
2389
2443
  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",
@@ -2395,18 +2449,18 @@ var MapMarkerSolid = (props) => {
2395
2449
  var map_marker_solid_default = MapMarkerSolid;
2396
2450
 
2397
2451
  // src/icons/v2/solid/profile-solid.tsx
2398
- var import_jsx_runtime81 = require("react/jsx-runtime");
2452
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2399
2453
  var ProfileSolid = (props) => {
2400
2454
  const { color, ...svgProps } = use_icon_props_default(props);
2401
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2402
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2455
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2456
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2403
2457
  "path",
2404
2458
  {
2405
2459
  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",
2406
2460
  fill: color
2407
2461
  }
2408
2462
  ),
2409
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2463
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2410
2464
  "path",
2411
2465
  {
2412
2466
  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",
@@ -2418,10 +2472,10 @@ var ProfileSolid = (props) => {
2418
2472
  var profile_solid_default = ProfileSolid;
2419
2473
 
2420
2474
  // src/icons/v2/solid/search-solid.tsx
2421
- var import_jsx_runtime82 = require("react/jsx-runtime");
2475
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2422
2476
  var SearchSolid = (props) => {
2423
2477
  const { color, ...svgProps } = use_icon_props_default(props);
2424
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2478
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2425
2479
  "path",
2426
2480
  {
2427
2481
  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",
@@ -2432,18 +2486,18 @@ var SearchSolid = (props) => {
2432
2486
  var search_solid_default = SearchSolid;
2433
2487
 
2434
2488
  // src/icons/v2/solid/setting-solid.tsx
2435
- var import_jsx_runtime83 = require("react/jsx-runtime");
2489
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2436
2490
  var SettingSolid = (props) => {
2437
2491
  const { color, ...svgProps } = use_icon_props_default(props);
2438
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2439
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2492
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2493
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2440
2494
  "path",
2441
2495
  {
2442
2496
  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",
2443
2497
  fill: "#999999"
2444
2498
  }
2445
2499
  ),
2446
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2500
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2447
2501
  "path",
2448
2502
  {
2449
2503
  fillRule: "evenodd",
@@ -2457,10 +2511,10 @@ var SettingSolid = (props) => {
2457
2511
  var setting_solid_default = SettingSolid;
2458
2512
 
2459
2513
  // src/icons/v2/solid/success-solid.tsx
2460
- var import_jsx_runtime84 = require("react/jsx-runtime");
2514
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2461
2515
  var SuccessSolid = (props) => {
2462
2516
  const { color, ...svgProps } = use_icon_props_default(props);
2463
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2517
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2464
2518
  "path",
2465
2519
  {
2466
2520
  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",
@@ -2471,11 +2525,11 @@ var SuccessSolid = (props) => {
2471
2525
  var success_solid_default = SuccessSolid;
2472
2526
 
2473
2527
  // src/icons/v2/solid/trash-solid.tsx
2474
- var import_jsx_runtime85 = require("react/jsx-runtime");
2528
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2475
2529
  var TrashSolid = (props) => {
2476
2530
  const { color, ...svgProps } = use_icon_props_default(props);
2477
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2478
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2531
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2532
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2479
2533
  "path",
2480
2534
  {
2481
2535
  fillRule: "evenodd",
@@ -2484,7 +2538,7 @@ var TrashSolid = (props) => {
2484
2538
  fill: color
2485
2539
  }
2486
2540
  ),
2487
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2541
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2488
2542
  "path",
2489
2543
  {
2490
2544
  fillRule: "evenodd",
@@ -2498,11 +2552,11 @@ var TrashSolid = (props) => {
2498
2552
  var trash_solid_default = TrashSolid;
2499
2553
 
2500
2554
  // src/icons/v2/solid/trend-up.tsx
2501
- var import_jsx_runtime86 = require("react/jsx-runtime");
2555
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2502
2556
  var TrendUp = (props) => {
2503
2557
  const { color, ...svgProps } = use_icon_props_default(props);
2504
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("g", { id: "Vector", children: [
2505
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2558
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { id: "Vector", children: [
2559
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2506
2560
  "path",
2507
2561
  {
2508
2562
  fillRule: "evenodd",
@@ -2511,14 +2565,14 @@ var TrendUp = (props) => {
2511
2565
  fill: color
2512
2566
  }
2513
2567
  ),
2514
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2568
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2515
2569
  "path",
2516
2570
  {
2517
2571
  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",
2518
2572
  fill: color
2519
2573
  }
2520
2574
  ),
2521
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2575
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2522
2576
  "path",
2523
2577
  {
2524
2578
  fillRule: "evenodd",
@@ -2532,32 +2586,32 @@ var TrendUp = (props) => {
2532
2586
  var trend_up_default = TrendUp;
2533
2587
 
2534
2588
  // src/icons/v2/solid/voila-point-base.tsx
2535
- var import_jsx_runtime87 = require("react/jsx-runtime");
2589
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2536
2590
  var VoilaPointBase = (props) => {
2537
2591
  const { color, ...svgProps } = use_icon_props_default(props);
2538
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2539
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2592
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2593
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2540
2594
  "path",
2541
2595
  {
2542
2596
  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",
2543
2597
  fill: "#8F8F8F"
2544
2598
  }
2545
2599
  ),
2546
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2600
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2547
2601
  "path",
2548
2602
  {
2549
2603
  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",
2550
2604
  fill: "url(#paint0_linear_1327_167461)"
2551
2605
  }
2552
2606
  ),
2553
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2607
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2554
2608
  "path",
2555
2609
  {
2556
2610
  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",
2557
2611
  stroke: "white"
2558
2612
  }
2559
2613
  ),
2560
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2614
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2561
2615
  "path",
2562
2616
  {
2563
2617
  fillRule: "evenodd",
@@ -2566,15 +2620,15 @@ var VoilaPointBase = (props) => {
2566
2620
  fill: "url(#paint1_linear_1327_167461)"
2567
2621
  }
2568
2622
  ),
2569
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2623
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2570
2624
  "path",
2571
2625
  {
2572
2626
  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",
2573
2627
  fill: "white"
2574
2628
  }
2575
2629
  ),
2576
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("defs", { children: [
2577
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2630
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("defs", { children: [
2631
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2578
2632
  "linearGradient",
2579
2633
  {
2580
2634
  id: "paint0_linear_1327_167461",
@@ -2584,12 +2638,12 @@ var VoilaPointBase = (props) => {
2584
2638
  y2: "2.51294",
2585
2639
  gradientUnits: "userSpaceOnUse",
2586
2640
  children: [
2587
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("stop", { stopColor: "#E6E6E6" }),
2588
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2641
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#E6E6E6" }),
2642
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2589
2643
  ]
2590
2644
  }
2591
2645
  ),
2592
- /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2646
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2593
2647
  "linearGradient",
2594
2648
  {
2595
2649
  id: "paint1_linear_1327_167461",
@@ -2599,9 +2653,9 @@ var VoilaPointBase = (props) => {
2599
2653
  y2: "19.984",
2600
2654
  gradientUnits: "userSpaceOnUse",
2601
2655
  children: [
2602
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("stop", { stopColor: "#E6E6E6" }),
2603
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
2604
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2656
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { stopColor: "#E6E6E6" }),
2657
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
2658
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2605
2659
  ]
2606
2660
  }
2607
2661
  )
@@ -2611,10 +2665,10 @@ var VoilaPointBase = (props) => {
2611
2665
  var voila_point_base_default = VoilaPointBase;
2612
2666
 
2613
2667
  // src/icons/v2/solid/voucher.tsx
2614
- var import_jsx_runtime88 = require("react/jsx-runtime");
2668
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2615
2669
  var Voucher = (props) => {
2616
2670
  const { color, ...svgProps } = use_icon_props_default(props);
2617
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2671
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2618
2672
  "path",
2619
2673
  {
2620
2674
  fillRule: "evenodd",
@@ -2627,10 +2681,10 @@ var Voucher = (props) => {
2627
2681
  var voucher_default = Voucher;
2628
2682
 
2629
2683
  // src/icons/v2/solid/wallet.tsx
2630
- var import_jsx_runtime89 = require("react/jsx-runtime");
2684
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2631
2685
  var Wallet = (props) => {
2632
2686
  const { color, ...svgProps } = use_icon_props_default(props);
2633
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2687
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2634
2688
  "path",
2635
2689
  {
2636
2690
  id: "Subtract",
@@ -2663,6 +2717,7 @@ var wallet_default = Wallet;
2663
2717
  ChatCsSolid,
2664
2718
  Check,
2665
2719
  CheckLarge,
2720
+ CheckShield,
2666
2721
  CheckShieldSolid,
2667
2722
  ChevronDown,
2668
2723
  ChevronDownLarge,
@@ -2672,6 +2727,7 @@ var wallet_default = Wallet;
2672
2727
  ChevronRightLarge,
2673
2728
  ChevronUp,
2674
2729
  ChevronUpLarge,
2730
+ Clock,
2675
2731
  Close,
2676
2732
  CloseLarge,
2677
2733
  ContactBook,