@ctlyst.id/icons 2.8.5 → 2.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +380 -333
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +378 -333
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.js
CHANGED
|
@@ -39,6 +39,8 @@ __export(v2_exports, {
|
|
|
39
39
|
ChatCsSolid: () => chat_cs_solid_default,
|
|
40
40
|
Check: () => check_default,
|
|
41
41
|
CheckLarge: () => check_large_default,
|
|
42
|
+
CheckShield: () => check_shield_default,
|
|
43
|
+
CheckShieldSolid: () => check_shield_default2,
|
|
42
44
|
ChevronDown: () => chevron_down_default,
|
|
43
45
|
ChevronDownLarge: () => chevron_down_large_default,
|
|
44
46
|
ChevronLeft: () => chevron_left_default,
|
|
@@ -489,12 +491,39 @@ var Check2 = (props) => {
|
|
|
489
491
|
};
|
|
490
492
|
var check_large_default = Check2;
|
|
491
493
|
|
|
492
|
-
// src/icons/v2/outline/
|
|
494
|
+
// src/icons/v2/outline/check-shield.tsx
|
|
493
495
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
496
|
+
var CheckShield = (props) => {
|
|
497
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
498
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
499
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
500
|
+
"path",
|
|
501
|
+
{
|
|
502
|
+
fillRule: "evenodd",
|
|
503
|
+
clipRule: "evenodd",
|
|
504
|
+
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",
|
|
505
|
+
fill: color
|
|
506
|
+
}
|
|
507
|
+
),
|
|
508
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
509
|
+
"path",
|
|
510
|
+
{
|
|
511
|
+
fillRule: "evenodd",
|
|
512
|
+
clipRule: "evenodd",
|
|
513
|
+
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",
|
|
514
|
+
fill: color
|
|
515
|
+
}
|
|
516
|
+
)
|
|
517
|
+
] });
|
|
518
|
+
};
|
|
519
|
+
var check_shield_default = CheckShield;
|
|
520
|
+
|
|
521
|
+
// src/icons/v2/outline/chevron-down.tsx
|
|
522
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
494
523
|
var ChevronUp = (props) => {
|
|
495
524
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
496
|
-
return /* @__PURE__ */ (0,
|
|
497
|
-
/* @__PURE__ */ (0,
|
|
525
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
498
527
|
"path",
|
|
499
528
|
{
|
|
500
529
|
fillRule: "evenodd",
|
|
@@ -503,16 +532,16 @@ var ChevronUp = (props) => {
|
|
|
503
532
|
fill: color
|
|
504
533
|
}
|
|
505
534
|
) }),
|
|
506
|
-
/* @__PURE__ */ (0,
|
|
535
|
+
/* @__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)" }) }) })
|
|
507
536
|
] });
|
|
508
537
|
};
|
|
509
538
|
var chevron_down_default = ChevronUp;
|
|
510
539
|
|
|
511
540
|
// src/icons/v2/outline/chevron-down-large.tsx
|
|
512
|
-
var
|
|
541
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
513
542
|
var ChevronUp2 = (props) => {
|
|
514
543
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
515
|
-
return /* @__PURE__ */ (0,
|
|
544
|
+
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)(
|
|
516
545
|
"path",
|
|
517
546
|
{
|
|
518
547
|
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",
|
|
@@ -523,11 +552,11 @@ var ChevronUp2 = (props) => {
|
|
|
523
552
|
var chevron_down_large_default = ChevronUp2;
|
|
524
553
|
|
|
525
554
|
// src/icons/v2/outline/chevron-left.tsx
|
|
526
|
-
var
|
|
555
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
527
556
|
var ChevronLeft = (props) => {
|
|
528
557
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
529
|
-
return /* @__PURE__ */ (0,
|
|
530
|
-
/* @__PURE__ */ (0,
|
|
558
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
531
560
|
"path",
|
|
532
561
|
{
|
|
533
562
|
fillRule: "evenodd",
|
|
@@ -536,16 +565,16 @@ var ChevronLeft = (props) => {
|
|
|
536
565
|
fill: color
|
|
537
566
|
}
|
|
538
567
|
) }),
|
|
539
|
-
/* @__PURE__ */ (0,
|
|
568
|
+
/* @__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)" }) }) })
|
|
540
569
|
] });
|
|
541
570
|
};
|
|
542
571
|
var chevron_left_default = ChevronLeft;
|
|
543
572
|
|
|
544
573
|
// src/icons/v2/outline/chevron-left-large.tsx
|
|
545
|
-
var
|
|
574
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
546
575
|
var ChevronLeftLarge = (props) => {
|
|
547
576
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
548
|
-
return /* @__PURE__ */ (0,
|
|
577
|
+
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)(
|
|
549
578
|
"path",
|
|
550
579
|
{
|
|
551
580
|
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",
|
|
@@ -556,11 +585,11 @@ var ChevronLeftLarge = (props) => {
|
|
|
556
585
|
var chevron_left_large_default = ChevronLeftLarge;
|
|
557
586
|
|
|
558
587
|
// src/icons/v2/outline/chevron-right.tsx
|
|
559
|
-
var
|
|
588
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
560
589
|
var ChevronRight = (props) => {
|
|
561
590
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
562
|
-
return /* @__PURE__ */ (0,
|
|
563
|
-
/* @__PURE__ */ (0,
|
|
591
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
592
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
564
593
|
"path",
|
|
565
594
|
{
|
|
566
595
|
fillRule: "evenodd",
|
|
@@ -569,16 +598,16 @@ var ChevronRight = (props) => {
|
|
|
569
598
|
fill: color
|
|
570
599
|
}
|
|
571
600
|
) }),
|
|
572
|
-
/* @__PURE__ */ (0,
|
|
601
|
+
/* @__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)" }) }) })
|
|
573
602
|
] });
|
|
574
603
|
};
|
|
575
604
|
var chevron_right_default = ChevronRight;
|
|
576
605
|
|
|
577
606
|
// src/icons/v2/outline/chevron-right-large.tsx
|
|
578
|
-
var
|
|
607
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
579
608
|
var ChevronRightLarge = (props) => {
|
|
580
609
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
581
|
-
return /* @__PURE__ */ (0,
|
|
610
|
+
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)(
|
|
582
611
|
"path",
|
|
583
612
|
{
|
|
584
613
|
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",
|
|
@@ -589,11 +618,11 @@ var ChevronRightLarge = (props) => {
|
|
|
589
618
|
var chevron_right_large_default = ChevronRightLarge;
|
|
590
619
|
|
|
591
620
|
// src/icons/v2/outline/chevron-up.tsx
|
|
592
|
-
var
|
|
621
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
593
622
|
var ChevronUp3 = (props) => {
|
|
594
623
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
595
|
-
return /* @__PURE__ */ (0,
|
|
596
|
-
/* @__PURE__ */ (0,
|
|
624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
625
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
597
626
|
"path",
|
|
598
627
|
{
|
|
599
628
|
fillRule: "evenodd",
|
|
@@ -602,16 +631,16 @@ var ChevronUp3 = (props) => {
|
|
|
602
631
|
fill: color
|
|
603
632
|
}
|
|
604
633
|
) }),
|
|
605
|
-
/* @__PURE__ */ (0,
|
|
634
|
+
/* @__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)" }) }) })
|
|
606
635
|
] });
|
|
607
636
|
};
|
|
608
637
|
var chevron_up_default = ChevronUp3;
|
|
609
638
|
|
|
610
639
|
// src/icons/v2/outline/chevron-up-large.tsx
|
|
611
|
-
var
|
|
640
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
612
641
|
var ChevronUpLarge = (props) => {
|
|
613
642
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
614
|
-
return /* @__PURE__ */ (0,
|
|
643
|
+
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)(
|
|
615
644
|
"path",
|
|
616
645
|
{
|
|
617
646
|
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,11 +651,11 @@ var ChevronUpLarge = (props) => {
|
|
|
622
651
|
var chevron_up_large_default = ChevronUpLarge;
|
|
623
652
|
|
|
624
653
|
// src/icons/v2/outline/close.tsx
|
|
625
|
-
var
|
|
654
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
626
655
|
var Close = (props) => {
|
|
627
656
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
628
|
-
return /* @__PURE__ */ (0,
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
657
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
630
659
|
"path",
|
|
631
660
|
{
|
|
632
661
|
fillRule: "evenodd",
|
|
@@ -635,24 +664,24 @@ var Close = (props) => {
|
|
|
635
664
|
fill: color
|
|
636
665
|
}
|
|
637
666
|
) }),
|
|
638
|
-
/* @__PURE__ */ (0,
|
|
667
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
639
668
|
] });
|
|
640
669
|
};
|
|
641
670
|
var close_default = Close;
|
|
642
671
|
|
|
643
672
|
// src/icons/v2/outline/close-large.tsx
|
|
644
|
-
var
|
|
673
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
645
674
|
var CloseLarge = (props) => {
|
|
646
675
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
647
|
-
return /* @__PURE__ */ (0,
|
|
648
|
-
/* @__PURE__ */ (0,
|
|
676
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
677
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
649
678
|
"path",
|
|
650
679
|
{
|
|
651
680
|
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",
|
|
652
681
|
fill: color
|
|
653
682
|
}
|
|
654
683
|
),
|
|
655
|
-
/* @__PURE__ */ (0,
|
|
684
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
656
685
|
"path",
|
|
657
686
|
{
|
|
658
687
|
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",
|
|
@@ -664,11 +693,11 @@ var CloseLarge = (props) => {
|
|
|
664
693
|
var close_large_default = CloseLarge;
|
|
665
694
|
|
|
666
695
|
// src/icons/v2/outline/contact-book.tsx
|
|
667
|
-
var
|
|
696
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
668
697
|
var ContactBook = (props) => {
|
|
669
698
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
670
|
-
return /* @__PURE__ */ (0,
|
|
671
|
-
/* @__PURE__ */ (0,
|
|
699
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
700
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
672
701
|
"path",
|
|
673
702
|
{
|
|
674
703
|
fillRule: "evenodd",
|
|
@@ -677,7 +706,7 @@ var ContactBook = (props) => {
|
|
|
677
706
|
fill: color
|
|
678
707
|
}
|
|
679
708
|
),
|
|
680
|
-
/* @__PURE__ */ (0,
|
|
709
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
681
710
|
"path",
|
|
682
711
|
{
|
|
683
712
|
fillRule: "evenodd",
|
|
@@ -686,7 +715,7 @@ var ContactBook = (props) => {
|
|
|
686
715
|
fill: color
|
|
687
716
|
}
|
|
688
717
|
),
|
|
689
|
-
/* @__PURE__ */ (0,
|
|
718
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
690
719
|
"path",
|
|
691
720
|
{
|
|
692
721
|
fillRule: "evenodd",
|
|
@@ -695,7 +724,7 @@ var ContactBook = (props) => {
|
|
|
695
724
|
fill: color
|
|
696
725
|
}
|
|
697
726
|
),
|
|
698
|
-
/* @__PURE__ */ (0,
|
|
727
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
699
728
|
"path",
|
|
700
729
|
{
|
|
701
730
|
fillRule: "evenodd",
|
|
@@ -704,7 +733,7 @@ var ContactBook = (props) => {
|
|
|
704
733
|
fill: color
|
|
705
734
|
}
|
|
706
735
|
),
|
|
707
|
-
/* @__PURE__ */ (0,
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
708
737
|
"path",
|
|
709
738
|
{
|
|
710
739
|
fillRule: "evenodd",
|
|
@@ -713,7 +742,7 @@ var ContactBook = (props) => {
|
|
|
713
742
|
fill: color
|
|
714
743
|
}
|
|
715
744
|
),
|
|
716
|
-
/* @__PURE__ */ (0,
|
|
745
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
717
746
|
"path",
|
|
718
747
|
{
|
|
719
748
|
fillRule: "evenodd",
|
|
@@ -727,18 +756,18 @@ var ContactBook = (props) => {
|
|
|
727
756
|
var contact_book_default = ContactBook;
|
|
728
757
|
|
|
729
758
|
// src/icons/v2/outline/copy.tsx
|
|
730
|
-
var
|
|
759
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
731
760
|
var Copy = (props) => {
|
|
732
761
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
733
|
-
return /* @__PURE__ */ (0,
|
|
734
|
-
/* @__PURE__ */ (0,
|
|
762
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
735
764
|
"path",
|
|
736
765
|
{
|
|
737
766
|
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",
|
|
738
767
|
fill: color
|
|
739
768
|
}
|
|
740
769
|
),
|
|
741
|
-
/* @__PURE__ */ (0,
|
|
770
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
742
771
|
"path",
|
|
743
772
|
{
|
|
744
773
|
fillRule: "evenodd",
|
|
@@ -747,7 +776,7 @@ var Copy = (props) => {
|
|
|
747
776
|
fill: color
|
|
748
777
|
}
|
|
749
778
|
),
|
|
750
|
-
/* @__PURE__ */ (0,
|
|
779
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
751
780
|
"path",
|
|
752
781
|
{
|
|
753
782
|
fillRule: "evenodd",
|
|
@@ -756,7 +785,7 @@ var Copy = (props) => {
|
|
|
756
785
|
fill: color
|
|
757
786
|
}
|
|
758
787
|
),
|
|
759
|
-
/* @__PURE__ */ (0,
|
|
788
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
760
789
|
"path",
|
|
761
790
|
{
|
|
762
791
|
fillRule: "evenodd",
|
|
@@ -770,11 +799,11 @@ var Copy = (props) => {
|
|
|
770
799
|
var copy_default = Copy;
|
|
771
800
|
|
|
772
801
|
// src/icons/v2/outline/cvv.tsx
|
|
773
|
-
var
|
|
802
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
774
803
|
var Cvv = (props) => {
|
|
775
804
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
776
|
-
return /* @__PURE__ */ (0,
|
|
777
|
-
/* @__PURE__ */ (0,
|
|
805
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
778
807
|
"path",
|
|
779
808
|
{
|
|
780
809
|
fillRule: "evenodd",
|
|
@@ -783,35 +812,35 @@ var Cvv = (props) => {
|
|
|
783
812
|
fill: color
|
|
784
813
|
}
|
|
785
814
|
),
|
|
786
|
-
/* @__PURE__ */ (0,
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
787
816
|
"path",
|
|
788
817
|
{
|
|
789
818
|
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",
|
|
790
819
|
fill: "white"
|
|
791
820
|
}
|
|
792
821
|
),
|
|
793
|
-
/* @__PURE__ */ (0,
|
|
822
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
794
823
|
"path",
|
|
795
824
|
{
|
|
796
825
|
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",
|
|
797
826
|
fill: color
|
|
798
827
|
}
|
|
799
828
|
),
|
|
800
|
-
/* @__PURE__ */ (0,
|
|
829
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
801
830
|
"path",
|
|
802
831
|
{
|
|
803
832
|
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",
|
|
804
833
|
fill: color
|
|
805
834
|
}
|
|
806
835
|
),
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
836
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
808
837
|
"path",
|
|
809
838
|
{
|
|
810
839
|
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",
|
|
811
840
|
fill: color
|
|
812
841
|
}
|
|
813
842
|
),
|
|
814
|
-
/* @__PURE__ */ (0,
|
|
843
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
815
844
|
"path",
|
|
816
845
|
{
|
|
817
846
|
fillRule: "evenodd",
|
|
@@ -825,10 +854,10 @@ var Cvv = (props) => {
|
|
|
825
854
|
var cvv_default = Cvv;
|
|
826
855
|
|
|
827
856
|
// src/icons/v2/outline/delivered.tsx
|
|
828
|
-
var
|
|
857
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
829
858
|
var Delivered = (props) => {
|
|
830
859
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
831
|
-
return /* @__PURE__ */ (0,
|
|
860
|
+
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)(
|
|
832
861
|
"path",
|
|
833
862
|
{
|
|
834
863
|
fillRule: "evenodd",
|
|
@@ -841,10 +870,10 @@ var Delivered = (props) => {
|
|
|
841
870
|
var delivered_default = Delivered;
|
|
842
871
|
|
|
843
872
|
// src/icons/v2/outline/edit.tsx
|
|
844
|
-
var
|
|
873
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
845
874
|
var Edit = (props) => {
|
|
846
875
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
847
|
-
return /* @__PURE__ */ (0,
|
|
876
|
+
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)(
|
|
848
877
|
"path",
|
|
849
878
|
{
|
|
850
879
|
fillRule: "evenodd",
|
|
@@ -857,10 +886,10 @@ var Edit = (props) => {
|
|
|
857
886
|
var edit_default = Edit;
|
|
858
887
|
|
|
859
888
|
// src/icons/v2/outline/enveloped.tsx
|
|
860
|
-
var
|
|
889
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
861
890
|
var Enveloped = (props) => {
|
|
862
891
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
863
|
-
return /* @__PURE__ */ (0,
|
|
892
|
+
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)(
|
|
864
893
|
"path",
|
|
865
894
|
{
|
|
866
895
|
fillRule: "evenodd",
|
|
@@ -873,11 +902,11 @@ var Enveloped = (props) => {
|
|
|
873
902
|
var enveloped_default = Enveloped;
|
|
874
903
|
|
|
875
904
|
// src/icons/v2/outline/eye-close.tsx
|
|
876
|
-
var
|
|
905
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
877
906
|
var EyeClose = (props) => {
|
|
878
907
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
879
|
-
return /* @__PURE__ */ (0,
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
908
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
909
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
881
910
|
"path",
|
|
882
911
|
{
|
|
883
912
|
fillRule: "evenodd",
|
|
@@ -886,7 +915,7 @@ var EyeClose = (props) => {
|
|
|
886
915
|
fill: color
|
|
887
916
|
}
|
|
888
917
|
),
|
|
889
|
-
/* @__PURE__ */ (0,
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
890
919
|
"path",
|
|
891
920
|
{
|
|
892
921
|
fillRule: "evenodd",
|
|
@@ -895,7 +924,7 @@ var EyeClose = (props) => {
|
|
|
895
924
|
fill: color
|
|
896
925
|
}
|
|
897
926
|
),
|
|
898
|
-
/* @__PURE__ */ (0,
|
|
927
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
899
928
|
"path",
|
|
900
929
|
{
|
|
901
930
|
fillRule: "evenodd",
|
|
@@ -909,11 +938,11 @@ var EyeClose = (props) => {
|
|
|
909
938
|
var eye_close_default = EyeClose;
|
|
910
939
|
|
|
911
940
|
// src/icons/v2/outline/eye-open.tsx
|
|
912
|
-
var
|
|
941
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
913
942
|
var EyeOpen = (props) => {
|
|
914
943
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
915
|
-
return /* @__PURE__ */ (0,
|
|
916
|
-
/* @__PURE__ */ (0,
|
|
944
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
917
946
|
"path",
|
|
918
947
|
{
|
|
919
948
|
fillRule: "evenodd",
|
|
@@ -922,7 +951,7 @@ var EyeOpen = (props) => {
|
|
|
922
951
|
fill: color
|
|
923
952
|
}
|
|
924
953
|
),
|
|
925
|
-
/* @__PURE__ */ (0,
|
|
954
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
926
955
|
"path",
|
|
927
956
|
{
|
|
928
957
|
fillRule: "evenodd",
|
|
@@ -936,11 +965,11 @@ var EyeOpen = (props) => {
|
|
|
936
965
|
var eye_open_default = EyeOpen;
|
|
937
966
|
|
|
938
967
|
// src/icons/v2/outline/filter.tsx
|
|
939
|
-
var
|
|
968
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
940
969
|
var Filter = (props) => {
|
|
941
970
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
942
|
-
return /* @__PURE__ */ (0,
|
|
943
|
-
/* @__PURE__ */ (0,
|
|
971
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
944
973
|
"path",
|
|
945
974
|
{
|
|
946
975
|
fillRule: "evenodd",
|
|
@@ -949,7 +978,7 @@ var Filter = (props) => {
|
|
|
949
978
|
fill: color
|
|
950
979
|
}
|
|
951
980
|
),
|
|
952
|
-
/* @__PURE__ */ (0,
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
953
982
|
"path",
|
|
954
983
|
{
|
|
955
984
|
fillRule: "evenodd",
|
|
@@ -958,7 +987,7 @@ var Filter = (props) => {
|
|
|
958
987
|
fill: color
|
|
959
988
|
}
|
|
960
989
|
),
|
|
961
|
-
/* @__PURE__ */ (0,
|
|
990
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
962
991
|
"path",
|
|
963
992
|
{
|
|
964
993
|
fillRule: "evenodd",
|
|
@@ -972,10 +1001,10 @@ var Filter = (props) => {
|
|
|
972
1001
|
var filter_default = Filter;
|
|
973
1002
|
|
|
974
1003
|
// src/icons/v2/outline/gps.tsx
|
|
975
|
-
var
|
|
1004
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
976
1005
|
var Gps = (props) => {
|
|
977
1006
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
978
|
-
return /* @__PURE__ */ (0,
|
|
1007
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
979
1008
|
"path",
|
|
980
1009
|
{
|
|
981
1010
|
fillRule: "evenodd",
|
|
@@ -988,25 +1017,25 @@ var Gps = (props) => {
|
|
|
988
1017
|
var gps_default = Gps;
|
|
989
1018
|
|
|
990
1019
|
// src/icons/v2/outline/handphone.tsx
|
|
991
|
-
var
|
|
1020
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
992
1021
|
var Handphone = (props) => {
|
|
993
1022
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
994
|
-
return /* @__PURE__ */ (0,
|
|
995
|
-
/* @__PURE__ */ (0,
|
|
1023
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1024
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
996
1025
|
"path",
|
|
997
1026
|
{
|
|
998
1027
|
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",
|
|
999
1028
|
fill: color
|
|
1000
1029
|
}
|
|
1001
1030
|
),
|
|
1002
|
-
/* @__PURE__ */ (0,
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1003
1032
|
"path",
|
|
1004
1033
|
{
|
|
1005
1034
|
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",
|
|
1006
1035
|
fill: color
|
|
1007
1036
|
}
|
|
1008
1037
|
),
|
|
1009
|
-
/* @__PURE__ */ (0,
|
|
1038
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1010
1039
|
"path",
|
|
1011
1040
|
{
|
|
1012
1041
|
fillRule: "evenodd",
|
|
@@ -1020,11 +1049,11 @@ var Handphone = (props) => {
|
|
|
1020
1049
|
var handphone_default = Handphone;
|
|
1021
1050
|
|
|
1022
1051
|
// src/icons/v2/outline/heart.tsx
|
|
1023
|
-
var
|
|
1052
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1024
1053
|
var Heart = (props) => {
|
|
1025
1054
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1026
|
-
return /* @__PURE__ */ (0,
|
|
1027
|
-
/* @__PURE__ */ (0,
|
|
1055
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1056
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1028
1057
|
"path",
|
|
1029
1058
|
{
|
|
1030
1059
|
fillRule: "evenodd",
|
|
@@ -1033,18 +1062,18 @@ var Heart = (props) => {
|
|
|
1033
1062
|
fill: color
|
|
1034
1063
|
}
|
|
1035
1064
|
) }),
|
|
1036
|
-
/* @__PURE__ */ (0,
|
|
1065
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1037
1066
|
] });
|
|
1038
1067
|
};
|
|
1039
1068
|
var heart_default = Heart;
|
|
1040
1069
|
|
|
1041
1070
|
// src/icons/v2/outline/home.tsx
|
|
1042
|
-
var
|
|
1071
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1043
1072
|
var Home = (props) => {
|
|
1044
1073
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1045
|
-
return /* @__PURE__ */ (0,
|
|
1046
|
-
/* @__PURE__ */ (0,
|
|
1047
|
-
/* @__PURE__ */ (0,
|
|
1074
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1075
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
1076
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1048
1077
|
"path",
|
|
1049
1078
|
{
|
|
1050
1079
|
fillRule: "evenodd",
|
|
@@ -1053,7 +1082,7 @@ var Home = (props) => {
|
|
|
1053
1082
|
fill: color
|
|
1054
1083
|
}
|
|
1055
1084
|
),
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1085
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1057
1086
|
"path",
|
|
1058
1087
|
{
|
|
1059
1088
|
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",
|
|
@@ -1061,24 +1090,24 @@ var Home = (props) => {
|
|
|
1061
1090
|
}
|
|
1062
1091
|
)
|
|
1063
1092
|
] }),
|
|
1064
|
-
/* @__PURE__ */ (0,
|
|
1093
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1065
1094
|
] });
|
|
1066
1095
|
};
|
|
1067
1096
|
var home_default = Home;
|
|
1068
1097
|
|
|
1069
1098
|
// src/icons/v2/outline/info.tsx
|
|
1070
|
-
var
|
|
1099
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1071
1100
|
var Info = (props) => {
|
|
1072
1101
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1073
|
-
return /* @__PURE__ */ (0,
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1102
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1103
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1075
1104
|
"path",
|
|
1076
1105
|
{
|
|
1077
1106
|
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",
|
|
1078
1107
|
fill: color
|
|
1079
1108
|
}
|
|
1080
1109
|
),
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1110
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1082
1111
|
"path",
|
|
1083
1112
|
{
|
|
1084
1113
|
fillRule: "evenodd",
|
|
@@ -1087,7 +1116,7 @@ var Info = (props) => {
|
|
|
1087
1116
|
fill: color
|
|
1088
1117
|
}
|
|
1089
1118
|
),
|
|
1090
|
-
/* @__PURE__ */ (0,
|
|
1119
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1091
1120
|
"path",
|
|
1092
1121
|
{
|
|
1093
1122
|
fillRule: "evenodd",
|
|
@@ -1101,25 +1130,25 @@ var Info = (props) => {
|
|
|
1101
1130
|
var info_default = Info;
|
|
1102
1131
|
|
|
1103
1132
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1104
|
-
var
|
|
1133
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1105
1134
|
var KebabMenu = (props) => {
|
|
1106
1135
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1107
|
-
return /* @__PURE__ */ (0,
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1136
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1137
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1109
1138
|
"path",
|
|
1110
1139
|
{
|
|
1111
1140
|
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",
|
|
1112
1141
|
fill: color
|
|
1113
1142
|
}
|
|
1114
1143
|
),
|
|
1115
|
-
/* @__PURE__ */ (0,
|
|
1144
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1116
1145
|
"path",
|
|
1117
1146
|
{
|
|
1118
1147
|
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",
|
|
1119
1148
|
fill: color
|
|
1120
1149
|
}
|
|
1121
1150
|
),
|
|
1122
|
-
/* @__PURE__ */ (0,
|
|
1151
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1123
1152
|
"path",
|
|
1124
1153
|
{
|
|
1125
1154
|
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",
|
|
@@ -1131,12 +1160,12 @@ var KebabMenu = (props) => {
|
|
|
1131
1160
|
var kebab_menu_default = KebabMenu;
|
|
1132
1161
|
|
|
1133
1162
|
// src/icons/v2/outline/logout.tsx
|
|
1134
|
-
var
|
|
1163
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1135
1164
|
var Logout = (props) => {
|
|
1136
1165
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1137
|
-
return /* @__PURE__ */ (0,
|
|
1138
|
-
/* @__PURE__ */ (0,
|
|
1139
|
-
/* @__PURE__ */ (0,
|
|
1166
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1167
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1168
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1140
1169
|
"path",
|
|
1141
1170
|
{
|
|
1142
1171
|
fillRule: "evenodd",
|
|
@@ -1145,7 +1174,7 @@ var Logout = (props) => {
|
|
|
1145
1174
|
fill: color
|
|
1146
1175
|
}
|
|
1147
1176
|
),
|
|
1148
|
-
/* @__PURE__ */ (0,
|
|
1177
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1149
1178
|
"path",
|
|
1150
1179
|
{
|
|
1151
1180
|
fillRule: "evenodd",
|
|
@@ -1154,7 +1183,7 @@ var Logout = (props) => {
|
|
|
1154
1183
|
fill: color
|
|
1155
1184
|
}
|
|
1156
1185
|
),
|
|
1157
|
-
/* @__PURE__ */ (0,
|
|
1186
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1158
1187
|
"path",
|
|
1159
1188
|
{
|
|
1160
1189
|
fillRule: "evenodd",
|
|
@@ -1164,18 +1193,18 @@ var Logout = (props) => {
|
|
|
1164
1193
|
}
|
|
1165
1194
|
)
|
|
1166
1195
|
] }),
|
|
1167
|
-
/* @__PURE__ */ (0,
|
|
1196
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1168
1197
|
] });
|
|
1169
1198
|
};
|
|
1170
1199
|
var logout_default = Logout;
|
|
1171
1200
|
|
|
1172
1201
|
// src/icons/v2/outline/map-marker.tsx
|
|
1173
|
-
var
|
|
1202
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1174
1203
|
var MapMarker = (props) => {
|
|
1175
1204
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1176
|
-
return /* @__PURE__ */ (0,
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1205
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1206
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { clipPath: "url(#map-marker)", children: [
|
|
1207
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1179
1208
|
"path",
|
|
1180
1209
|
{
|
|
1181
1210
|
fillRule: "evenodd",
|
|
@@ -1184,7 +1213,7 @@ var MapMarker = (props) => {
|
|
|
1184
1213
|
fill: color
|
|
1185
1214
|
}
|
|
1186
1215
|
),
|
|
1187
|
-
/* @__PURE__ */ (0,
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1188
1217
|
"path",
|
|
1189
1218
|
{
|
|
1190
1219
|
fillRule: "evenodd",
|
|
@@ -1194,17 +1223,17 @@ var MapMarker = (props) => {
|
|
|
1194
1223
|
}
|
|
1195
1224
|
)
|
|
1196
1225
|
] }),
|
|
1197
|
-
/* @__PURE__ */ (0,
|
|
1226
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1198
1227
|
] });
|
|
1199
1228
|
};
|
|
1200
1229
|
var map_marker_default = MapMarker;
|
|
1201
1230
|
|
|
1202
1231
|
// src/icons/v2/outline/minus.tsx
|
|
1203
|
-
var
|
|
1232
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1204
1233
|
var Minus = (props) => {
|
|
1205
1234
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1206
|
-
return /* @__PURE__ */ (0,
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1235
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1208
1237
|
"path",
|
|
1209
1238
|
{
|
|
1210
1239
|
fillRule: "evenodd",
|
|
@@ -1213,16 +1242,16 @@ var Minus = (props) => {
|
|
|
1213
1242
|
fill: color
|
|
1214
1243
|
}
|
|
1215
1244
|
) }),
|
|
1216
|
-
/* @__PURE__ */ (0,
|
|
1245
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1217
1246
|
] });
|
|
1218
1247
|
};
|
|
1219
1248
|
var minus_default = Minus;
|
|
1220
1249
|
|
|
1221
1250
|
// src/icons/v2/outline/minus-large.tsx
|
|
1222
|
-
var
|
|
1251
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1223
1252
|
var MinusLarge = (props) => {
|
|
1224
1253
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1225
|
-
return /* @__PURE__ */ (0,
|
|
1254
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1226
1255
|
"path",
|
|
1227
1256
|
{
|
|
1228
1257
|
fillRule: "evenodd",
|
|
@@ -1235,10 +1264,10 @@ var MinusLarge = (props) => {
|
|
|
1235
1264
|
var minus_large_default = MinusLarge;
|
|
1236
1265
|
|
|
1237
1266
|
// src/icons/v2/outline/no-gps.tsx
|
|
1238
|
-
var
|
|
1267
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1239
1268
|
var NoGps = (props) => {
|
|
1240
1269
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1241
|
-
return /* @__PURE__ */ (0,
|
|
1270
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1242
1271
|
"path",
|
|
1243
1272
|
{
|
|
1244
1273
|
fillRule: "evenodd",
|
|
@@ -1251,11 +1280,11 @@ var NoGps = (props) => {
|
|
|
1251
1280
|
var no_gps_default = NoGps;
|
|
1252
1281
|
|
|
1253
1282
|
// src/icons/v2/outline/note.tsx
|
|
1254
|
-
var
|
|
1283
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1255
1284
|
var Note = (props) => {
|
|
1256
1285
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1257
|
-
return /* @__PURE__ */ (0,
|
|
1258
|
-
/* @__PURE__ */ (0,
|
|
1286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1287
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1259
1288
|
"path",
|
|
1260
1289
|
{
|
|
1261
1290
|
fillRule: "evenodd",
|
|
@@ -1264,7 +1293,7 @@ var Note = (props) => {
|
|
|
1264
1293
|
fill: color
|
|
1265
1294
|
}
|
|
1266
1295
|
),
|
|
1267
|
-
/* @__PURE__ */ (0,
|
|
1296
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1268
1297
|
"path",
|
|
1269
1298
|
{
|
|
1270
1299
|
fillRule: "evenodd",
|
|
@@ -1273,7 +1302,7 @@ var Note = (props) => {
|
|
|
1273
1302
|
fill: color
|
|
1274
1303
|
}
|
|
1275
1304
|
),
|
|
1276
|
-
/* @__PURE__ */ (0,
|
|
1305
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1277
1306
|
"path",
|
|
1278
1307
|
{
|
|
1279
1308
|
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",
|
|
@@ -1285,11 +1314,11 @@ var Note = (props) => {
|
|
|
1285
1314
|
var note_default = Note;
|
|
1286
1315
|
|
|
1287
1316
|
// src/icons/v2/outline/order-history.tsx
|
|
1288
|
-
var
|
|
1317
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1289
1318
|
var OrderHistory = (props) => {
|
|
1290
1319
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1291
|
-
return /* @__PURE__ */ (0,
|
|
1292
|
-
/* @__PURE__ */ (0,
|
|
1320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1321
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1293
1322
|
"path",
|
|
1294
1323
|
{
|
|
1295
1324
|
fillRule: "evenodd",
|
|
@@ -1298,7 +1327,7 @@ var OrderHistory = (props) => {
|
|
|
1298
1327
|
fill: color
|
|
1299
1328
|
}
|
|
1300
1329
|
),
|
|
1301
|
-
/* @__PURE__ */ (0,
|
|
1330
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1302
1331
|
"path",
|
|
1303
1332
|
{
|
|
1304
1333
|
fillRule: "evenodd",
|
|
@@ -1312,11 +1341,11 @@ var OrderHistory = (props) => {
|
|
|
1312
1341
|
var order_history_default = OrderHistory;
|
|
1313
1342
|
|
|
1314
1343
|
// src/icons/v2/outline/otp.tsx
|
|
1315
|
-
var
|
|
1344
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1316
1345
|
var Otp = (props) => {
|
|
1317
1346
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1318
|
-
return /* @__PURE__ */ (0,
|
|
1319
|
-
/* @__PURE__ */ (0,
|
|
1347
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1348
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1320
1349
|
"path",
|
|
1321
1350
|
{
|
|
1322
1351
|
fillRule: "evenodd",
|
|
@@ -1325,7 +1354,7 @@ var Otp = (props) => {
|
|
|
1325
1354
|
fill: color
|
|
1326
1355
|
}
|
|
1327
1356
|
),
|
|
1328
|
-
/* @__PURE__ */ (0,
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1329
1358
|
"path",
|
|
1330
1359
|
{
|
|
1331
1360
|
fillRule: "evenodd",
|
|
@@ -1334,7 +1363,7 @@ var Otp = (props) => {
|
|
|
1334
1363
|
fill: color
|
|
1335
1364
|
}
|
|
1336
1365
|
),
|
|
1337
|
-
/* @__PURE__ */ (0,
|
|
1366
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1338
1367
|
"path",
|
|
1339
1368
|
{
|
|
1340
1369
|
fillRule: "evenodd",
|
|
@@ -1343,7 +1372,7 @@ var Otp = (props) => {
|
|
|
1343
1372
|
fill: color
|
|
1344
1373
|
}
|
|
1345
1374
|
),
|
|
1346
|
-
/* @__PURE__ */ (0,
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1347
1376
|
"path",
|
|
1348
1377
|
{
|
|
1349
1378
|
fillRule: "evenodd",
|
|
@@ -1352,7 +1381,7 @@ var Otp = (props) => {
|
|
|
1352
1381
|
fill: color
|
|
1353
1382
|
}
|
|
1354
1383
|
),
|
|
1355
|
-
/* @__PURE__ */ (0,
|
|
1384
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1356
1385
|
"path",
|
|
1357
1386
|
{
|
|
1358
1387
|
fillRule: "evenodd",
|
|
@@ -1361,7 +1390,7 @@ var Otp = (props) => {
|
|
|
1361
1390
|
fill: color
|
|
1362
1391
|
}
|
|
1363
1392
|
),
|
|
1364
|
-
/* @__PURE__ */ (0,
|
|
1393
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1365
1394
|
"path",
|
|
1366
1395
|
{
|
|
1367
1396
|
fillRule: "evenodd",
|
|
@@ -1375,11 +1404,11 @@ var Otp = (props) => {
|
|
|
1375
1404
|
var otp_default = Otp;
|
|
1376
1405
|
|
|
1377
1406
|
// src/icons/v2/outline/plus.tsx
|
|
1378
|
-
var
|
|
1407
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1379
1408
|
var Plus = (props) => {
|
|
1380
1409
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1381
|
-
return /* @__PURE__ */ (0,
|
|
1382
|
-
/* @__PURE__ */ (0,
|
|
1410
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1383
1412
|
"path",
|
|
1384
1413
|
{
|
|
1385
1414
|
fillRule: "evenodd",
|
|
@@ -1388,24 +1417,24 @@ var Plus = (props) => {
|
|
|
1388
1417
|
fill: color
|
|
1389
1418
|
}
|
|
1390
1419
|
) }),
|
|
1391
|
-
/* @__PURE__ */ (0,
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1392
1421
|
] });
|
|
1393
1422
|
};
|
|
1394
1423
|
var plus_default = Plus;
|
|
1395
1424
|
|
|
1396
1425
|
// src/icons/v2/outline/plus-large.tsx
|
|
1397
|
-
var
|
|
1426
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1398
1427
|
var PlusLarge = (props) => {
|
|
1399
1428
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1400
|
-
return /* @__PURE__ */ (0,
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1429
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1430
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1402
1431
|
"path",
|
|
1403
1432
|
{
|
|
1404
1433
|
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",
|
|
1405
1434
|
fill: color
|
|
1406
1435
|
}
|
|
1407
1436
|
),
|
|
1408
|
-
/* @__PURE__ */ (0,
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1409
1438
|
"path",
|
|
1410
1439
|
{
|
|
1411
1440
|
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",
|
|
@@ -1417,12 +1446,12 @@ var PlusLarge = (props) => {
|
|
|
1417
1446
|
var plus_large_default = PlusLarge;
|
|
1418
1447
|
|
|
1419
1448
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1420
|
-
var
|
|
1449
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1421
1450
|
var PrivacyPolicy = (props) => {
|
|
1422
1451
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1423
|
-
return /* @__PURE__ */ (0,
|
|
1424
|
-
/* @__PURE__ */ (0,
|
|
1425
|
-
/* @__PURE__ */ (0,
|
|
1452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1453
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1454
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1426
1455
|
"path",
|
|
1427
1456
|
{
|
|
1428
1457
|
fillRule: "evenodd",
|
|
@@ -1431,7 +1460,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1431
1460
|
fill: color
|
|
1432
1461
|
}
|
|
1433
1462
|
),
|
|
1434
|
-
/* @__PURE__ */ (0,
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1435
1464
|
"path",
|
|
1436
1465
|
{
|
|
1437
1466
|
fillRule: "evenodd",
|
|
@@ -1440,7 +1469,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1440
1469
|
fill: color
|
|
1441
1470
|
}
|
|
1442
1471
|
),
|
|
1443
|
-
/* @__PURE__ */ (0,
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1444
1473
|
"path",
|
|
1445
1474
|
{
|
|
1446
1475
|
fillRule: "evenodd",
|
|
@@ -1449,7 +1478,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1449
1478
|
fill: color
|
|
1450
1479
|
}
|
|
1451
1480
|
),
|
|
1452
|
-
/* @__PURE__ */ (0,
|
|
1481
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1453
1482
|
"path",
|
|
1454
1483
|
{
|
|
1455
1484
|
fillRule: "evenodd",
|
|
@@ -1458,7 +1487,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1458
1487
|
fill: color
|
|
1459
1488
|
}
|
|
1460
1489
|
),
|
|
1461
|
-
/* @__PURE__ */ (0,
|
|
1490
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1462
1491
|
"path",
|
|
1463
1492
|
{
|
|
1464
1493
|
fillRule: "evenodd",
|
|
@@ -1467,7 +1496,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1467
1496
|
fill: color
|
|
1468
1497
|
}
|
|
1469
1498
|
),
|
|
1470
|
-
/* @__PURE__ */ (0,
|
|
1499
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1471
1500
|
"path",
|
|
1472
1501
|
{
|
|
1473
1502
|
fillRule: "evenodd",
|
|
@@ -1477,18 +1506,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1477
1506
|
}
|
|
1478
1507
|
)
|
|
1479
1508
|
] }),
|
|
1480
|
-
/* @__PURE__ */ (0,
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1481
1510
|
] });
|
|
1482
1511
|
};
|
|
1483
1512
|
var privacy_policy_default = PrivacyPolicy;
|
|
1484
1513
|
|
|
1485
1514
|
// src/icons/v2/outline/profile.tsx
|
|
1486
|
-
var
|
|
1515
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1487
1516
|
var Profile = (props) => {
|
|
1488
1517
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1489
|
-
return /* @__PURE__ */ (0,
|
|
1490
|
-
/* @__PURE__ */ (0,
|
|
1491
|
-
/* @__PURE__ */ (0,
|
|
1518
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1519
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1520
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1492
1521
|
"path",
|
|
1493
1522
|
{
|
|
1494
1523
|
fillRule: "evenodd",
|
|
@@ -1497,7 +1526,7 @@ var Profile = (props) => {
|
|
|
1497
1526
|
fill: color
|
|
1498
1527
|
}
|
|
1499
1528
|
),
|
|
1500
|
-
/* @__PURE__ */ (0,
|
|
1529
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1501
1530
|
"path",
|
|
1502
1531
|
{
|
|
1503
1532
|
fillRule: "evenodd",
|
|
@@ -1507,17 +1536,17 @@ var Profile = (props) => {
|
|
|
1507
1536
|
}
|
|
1508
1537
|
)
|
|
1509
1538
|
] }),
|
|
1510
|
-
/* @__PURE__ */ (0,
|
|
1539
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1511
1540
|
] });
|
|
1512
1541
|
};
|
|
1513
1542
|
var profile_default = Profile;
|
|
1514
1543
|
|
|
1515
1544
|
// src/icons/v2/outline/qr-code.tsx
|
|
1516
|
-
var
|
|
1545
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1517
1546
|
var QRCode = (props) => {
|
|
1518
1547
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1519
|
-
return /* @__PURE__ */ (0,
|
|
1520
|
-
/* @__PURE__ */ (0,
|
|
1548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1549
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1521
1550
|
"path",
|
|
1522
1551
|
{
|
|
1523
1552
|
fillRule: "evenodd",
|
|
@@ -1526,7 +1555,7 @@ var QRCode = (props) => {
|
|
|
1526
1555
|
fill: color
|
|
1527
1556
|
}
|
|
1528
1557
|
),
|
|
1529
|
-
/* @__PURE__ */ (0,
|
|
1558
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1530
1559
|
"path",
|
|
1531
1560
|
{
|
|
1532
1561
|
fillRule: "evenodd",
|
|
@@ -1535,7 +1564,7 @@ var QRCode = (props) => {
|
|
|
1535
1564
|
fill: color
|
|
1536
1565
|
}
|
|
1537
1566
|
),
|
|
1538
|
-
/* @__PURE__ */ (0,
|
|
1567
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1539
1568
|
"path",
|
|
1540
1569
|
{
|
|
1541
1570
|
fillRule: "evenodd",
|
|
@@ -1544,7 +1573,7 @@ var QRCode = (props) => {
|
|
|
1544
1573
|
fill: color
|
|
1545
1574
|
}
|
|
1546
1575
|
),
|
|
1547
|
-
/* @__PURE__ */ (0,
|
|
1576
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1548
1577
|
"path",
|
|
1549
1578
|
{
|
|
1550
1579
|
fillRule: "evenodd",
|
|
@@ -1553,7 +1582,7 @@ var QRCode = (props) => {
|
|
|
1553
1582
|
fill: color
|
|
1554
1583
|
}
|
|
1555
1584
|
),
|
|
1556
|
-
/* @__PURE__ */ (0,
|
|
1585
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1557
1586
|
"path",
|
|
1558
1587
|
{
|
|
1559
1588
|
fillRule: "evenodd",
|
|
@@ -1562,7 +1591,7 @@ var QRCode = (props) => {
|
|
|
1562
1591
|
fill: color
|
|
1563
1592
|
}
|
|
1564
1593
|
),
|
|
1565
|
-
/* @__PURE__ */ (0,
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1566
1595
|
"path",
|
|
1567
1596
|
{
|
|
1568
1597
|
fillRule: "evenodd",
|
|
@@ -1571,7 +1600,7 @@ var QRCode = (props) => {
|
|
|
1571
1600
|
fill: color
|
|
1572
1601
|
}
|
|
1573
1602
|
),
|
|
1574
|
-
/* @__PURE__ */ (0,
|
|
1603
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1575
1604
|
"path",
|
|
1576
1605
|
{
|
|
1577
1606
|
fillRule: "evenodd",
|
|
@@ -1580,7 +1609,7 @@ var QRCode = (props) => {
|
|
|
1580
1609
|
fill: color
|
|
1581
1610
|
}
|
|
1582
1611
|
),
|
|
1583
|
-
/* @__PURE__ */ (0,
|
|
1612
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1584
1613
|
"path",
|
|
1585
1614
|
{
|
|
1586
1615
|
fillRule: "evenodd",
|
|
@@ -1589,7 +1618,7 @@ var QRCode = (props) => {
|
|
|
1589
1618
|
fill: color
|
|
1590
1619
|
}
|
|
1591
1620
|
),
|
|
1592
|
-
/* @__PURE__ */ (0,
|
|
1621
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1593
1622
|
"path",
|
|
1594
1623
|
{
|
|
1595
1624
|
fillRule: "evenodd",
|
|
@@ -1598,7 +1627,7 @@ var QRCode = (props) => {
|
|
|
1598
1627
|
fill: color
|
|
1599
1628
|
}
|
|
1600
1629
|
),
|
|
1601
|
-
/* @__PURE__ */ (0,
|
|
1630
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1602
1631
|
"path",
|
|
1603
1632
|
{
|
|
1604
1633
|
fillRule: "evenodd",
|
|
@@ -1612,10 +1641,10 @@ var QRCode = (props) => {
|
|
|
1612
1641
|
var qr_code_default = QRCode;
|
|
1613
1642
|
|
|
1614
1643
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1615
|
-
var
|
|
1644
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1616
1645
|
var QRCodeBase = (props) => {
|
|
1617
1646
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1618
|
-
return /* @__PURE__ */ (0,
|
|
1647
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1619
1648
|
"path",
|
|
1620
1649
|
{
|
|
1621
1650
|
fillRule: "evenodd",
|
|
@@ -1628,11 +1657,11 @@ var QRCodeBase = (props) => {
|
|
|
1628
1657
|
var qr_code_base_default = QRCodeBase;
|
|
1629
1658
|
|
|
1630
1659
|
// src/icons/v2/outline/search.tsx
|
|
1631
|
-
var
|
|
1660
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1632
1661
|
var Search = (props) => {
|
|
1633
1662
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1634
|
-
return /* @__PURE__ */ (0,
|
|
1635
|
-
/* @__PURE__ */ (0,
|
|
1663
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1664
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1636
1665
|
"path",
|
|
1637
1666
|
{
|
|
1638
1667
|
fillRule: "evenodd",
|
|
@@ -1641,7 +1670,7 @@ var Search = (props) => {
|
|
|
1641
1670
|
fill: color
|
|
1642
1671
|
}
|
|
1643
1672
|
),
|
|
1644
|
-
/* @__PURE__ */ (0,
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1645
1674
|
"path",
|
|
1646
1675
|
{
|
|
1647
1676
|
fillRule: "evenodd",
|
|
@@ -1655,10 +1684,10 @@ var Search = (props) => {
|
|
|
1655
1684
|
var search_default = Search;
|
|
1656
1685
|
|
|
1657
1686
|
// src/icons/v2/outline/setting.tsx
|
|
1658
|
-
var
|
|
1687
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1659
1688
|
var Setting = (props) => {
|
|
1660
1689
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1661
|
-
return /* @__PURE__ */ (0,
|
|
1690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1662
1691
|
"path",
|
|
1663
1692
|
{
|
|
1664
1693
|
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",
|
|
@@ -1669,11 +1698,11 @@ var Setting = (props) => {
|
|
|
1669
1698
|
var setting_default = Setting;
|
|
1670
1699
|
|
|
1671
1700
|
// src/icons/v2/outline/share.tsx
|
|
1672
|
-
var
|
|
1701
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1673
1702
|
var Bag2 = (props) => {
|
|
1674
1703
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1675
|
-
return /* @__PURE__ */ (0,
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1704
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1705
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1677
1706
|
"path",
|
|
1678
1707
|
{
|
|
1679
1708
|
fillRule: "evenodd",
|
|
@@ -1682,7 +1711,7 @@ var Bag2 = (props) => {
|
|
|
1682
1711
|
fill: color
|
|
1683
1712
|
}
|
|
1684
1713
|
),
|
|
1685
|
-
/* @__PURE__ */ (0,
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1686
1715
|
"path",
|
|
1687
1716
|
{
|
|
1688
1717
|
fillRule: "evenodd",
|
|
@@ -1691,7 +1720,7 @@ var Bag2 = (props) => {
|
|
|
1691
1720
|
fill: color
|
|
1692
1721
|
}
|
|
1693
1722
|
),
|
|
1694
|
-
/* @__PURE__ */ (0,
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1695
1724
|
"path",
|
|
1696
1725
|
{
|
|
1697
1726
|
fillRule: "evenodd",
|
|
@@ -1705,11 +1734,11 @@ var Bag2 = (props) => {
|
|
|
1705
1734
|
var share_default = Bag2;
|
|
1706
1735
|
|
|
1707
1736
|
// src/icons/v2/outline/sort.tsx
|
|
1708
|
-
var
|
|
1737
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1709
1738
|
var Sort = (props) => {
|
|
1710
1739
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1711
|
-
return /* @__PURE__ */ (0,
|
|
1712
|
-
/* @__PURE__ */ (0,
|
|
1740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1741
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1713
1742
|
"path",
|
|
1714
1743
|
{
|
|
1715
1744
|
fillRule: "evenodd",
|
|
@@ -1718,7 +1747,7 @@ var Sort = (props) => {
|
|
|
1718
1747
|
fill: color
|
|
1719
1748
|
}
|
|
1720
1749
|
),
|
|
1721
|
-
/* @__PURE__ */ (0,
|
|
1750
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1722
1751
|
"path",
|
|
1723
1752
|
{
|
|
1724
1753
|
fillRule: "evenodd",
|
|
@@ -1732,25 +1761,25 @@ var Sort = (props) => {
|
|
|
1732
1761
|
var sort_default = Sort;
|
|
1733
1762
|
|
|
1734
1763
|
// src/icons/v2/outline/store-complete.tsx
|
|
1735
|
-
var
|
|
1764
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1736
1765
|
var StoreComplete = (props) => {
|
|
1737
1766
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1738
|
-
return /* @__PURE__ */ (0,
|
|
1739
|
-
/* @__PURE__ */ (0,
|
|
1767
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1768
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1740
1769
|
"path",
|
|
1741
1770
|
{
|
|
1742
1771
|
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",
|
|
1743
1772
|
fill: color
|
|
1744
1773
|
}
|
|
1745
1774
|
),
|
|
1746
|
-
/* @__PURE__ */ (0,
|
|
1775
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1747
1776
|
"path",
|
|
1748
1777
|
{
|
|
1749
1778
|
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",
|
|
1750
1779
|
fill: color
|
|
1751
1780
|
}
|
|
1752
1781
|
),
|
|
1753
|
-
/* @__PURE__ */ (0,
|
|
1782
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1754
1783
|
"path",
|
|
1755
1784
|
{
|
|
1756
1785
|
fillRule: "evenodd",
|
|
@@ -1764,12 +1793,12 @@ var StoreComplete = (props) => {
|
|
|
1764
1793
|
var store_complete_default = StoreComplete;
|
|
1765
1794
|
|
|
1766
1795
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1767
|
-
var
|
|
1796
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1768
1797
|
var TermConditions = (props) => {
|
|
1769
1798
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1770
|
-
return /* @__PURE__ */ (0,
|
|
1771
|
-
/* @__PURE__ */ (0,
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1800
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1801
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1773
1802
|
"path",
|
|
1774
1803
|
{
|
|
1775
1804
|
fillRule: "evenodd",
|
|
@@ -1778,7 +1807,7 @@ var TermConditions = (props) => {
|
|
|
1778
1807
|
fill: color
|
|
1779
1808
|
}
|
|
1780
1809
|
),
|
|
1781
|
-
/* @__PURE__ */ (0,
|
|
1810
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1782
1811
|
"path",
|
|
1783
1812
|
{
|
|
1784
1813
|
fillRule: "evenodd",
|
|
@@ -1787,7 +1816,7 @@ var TermConditions = (props) => {
|
|
|
1787
1816
|
fill: color
|
|
1788
1817
|
}
|
|
1789
1818
|
),
|
|
1790
|
-
/* @__PURE__ */ (0,
|
|
1819
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1791
1820
|
"path",
|
|
1792
1821
|
{
|
|
1793
1822
|
fillRule: "evenodd",
|
|
@@ -1796,7 +1825,7 @@ var TermConditions = (props) => {
|
|
|
1796
1825
|
fill: color
|
|
1797
1826
|
}
|
|
1798
1827
|
),
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1800
1829
|
"path",
|
|
1801
1830
|
{
|
|
1802
1831
|
fillRule: "evenodd",
|
|
@@ -1805,7 +1834,7 @@ var TermConditions = (props) => {
|
|
|
1805
1834
|
fill: color
|
|
1806
1835
|
}
|
|
1807
1836
|
),
|
|
1808
|
-
/* @__PURE__ */ (0,
|
|
1837
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1809
1838
|
"path",
|
|
1810
1839
|
{
|
|
1811
1840
|
fillRule: "evenodd",
|
|
@@ -1814,7 +1843,7 @@ var TermConditions = (props) => {
|
|
|
1814
1843
|
fill: color
|
|
1815
1844
|
}
|
|
1816
1845
|
),
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1818
1847
|
"path",
|
|
1819
1848
|
{
|
|
1820
1849
|
fillRule: "evenodd",
|
|
@@ -1824,18 +1853,18 @@ var TermConditions = (props) => {
|
|
|
1824
1853
|
}
|
|
1825
1854
|
)
|
|
1826
1855
|
] }),
|
|
1827
|
-
/* @__PURE__ */ (0,
|
|
1856
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1828
1857
|
] });
|
|
1829
1858
|
};
|
|
1830
1859
|
var term_conditions_default = TermConditions;
|
|
1831
1860
|
|
|
1832
1861
|
// src/icons/v2/outline/trash.tsx
|
|
1833
|
-
var
|
|
1862
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1834
1863
|
var Trash = (props) => {
|
|
1835
1864
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1836
|
-
return /* @__PURE__ */ (0,
|
|
1837
|
-
/* @__PURE__ */ (0,
|
|
1838
|
-
/* @__PURE__ */ (0,
|
|
1865
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1866
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1867
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1839
1868
|
"path",
|
|
1840
1869
|
{
|
|
1841
1870
|
fillRule: "evenodd",
|
|
@@ -1844,7 +1873,7 @@ var Trash = (props) => {
|
|
|
1844
1873
|
fill: color
|
|
1845
1874
|
}
|
|
1846
1875
|
),
|
|
1847
|
-
/* @__PURE__ */ (0,
|
|
1876
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1848
1877
|
"path",
|
|
1849
1878
|
{
|
|
1850
1879
|
fillRule: "evenodd",
|
|
@@ -1853,7 +1882,7 @@ var Trash = (props) => {
|
|
|
1853
1882
|
fill: color
|
|
1854
1883
|
}
|
|
1855
1884
|
),
|
|
1856
|
-
/* @__PURE__ */ (0,
|
|
1885
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1857
1886
|
"path",
|
|
1858
1887
|
{
|
|
1859
1888
|
fillRule: "evenodd",
|
|
@@ -1862,7 +1891,7 @@ var Trash = (props) => {
|
|
|
1862
1891
|
fill: color
|
|
1863
1892
|
}
|
|
1864
1893
|
),
|
|
1865
|
-
/* @__PURE__ */ (0,
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1866
1895
|
"path",
|
|
1867
1896
|
{
|
|
1868
1897
|
fillRule: "evenodd",
|
|
@@ -1872,17 +1901,17 @@ var Trash = (props) => {
|
|
|
1872
1901
|
}
|
|
1873
1902
|
)
|
|
1874
1903
|
] }),
|
|
1875
|
-
/* @__PURE__ */ (0,
|
|
1904
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1876
1905
|
] });
|
|
1877
1906
|
};
|
|
1878
1907
|
var trash_default = Trash;
|
|
1879
1908
|
|
|
1880
1909
|
// src/icons/v2/outline/truck.tsx
|
|
1881
|
-
var
|
|
1910
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1882
1911
|
var Truck = (props) => {
|
|
1883
1912
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1884
|
-
return /* @__PURE__ */ (0,
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1913
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1886
1915
|
"path",
|
|
1887
1916
|
{
|
|
1888
1917
|
fillRule: "evenodd",
|
|
@@ -1891,38 +1920,38 @@ var Truck = (props) => {
|
|
|
1891
1920
|
fill: color
|
|
1892
1921
|
}
|
|
1893
1922
|
) }),
|
|
1894
|
-
/* @__PURE__ */ (0,
|
|
1923
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1895
1924
|
] });
|
|
1896
1925
|
};
|
|
1897
1926
|
var truck_default = Truck;
|
|
1898
1927
|
|
|
1899
1928
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1900
|
-
var
|
|
1929
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1901
1930
|
var TruckDiscount = (props) => {
|
|
1902
1931
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1903
|
-
return /* @__PURE__ */ (0,
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
1932
|
+
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: [
|
|
1933
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1905
1934
|
"path",
|
|
1906
1935
|
{
|
|
1907
1936
|
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",
|
|
1908
1937
|
fill: color
|
|
1909
1938
|
}
|
|
1910
1939
|
),
|
|
1911
|
-
/* @__PURE__ */ (0,
|
|
1940
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1912
1941
|
"path",
|
|
1913
1942
|
{
|
|
1914
1943
|
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",
|
|
1915
1944
|
fill: color
|
|
1916
1945
|
}
|
|
1917
1946
|
),
|
|
1918
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1919
1948
|
"path",
|
|
1920
1949
|
{
|
|
1921
1950
|
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",
|
|
1922
1951
|
fill: color
|
|
1923
1952
|
}
|
|
1924
1953
|
),
|
|
1925
|
-
/* @__PURE__ */ (0,
|
|
1954
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1926
1955
|
"path",
|
|
1927
1956
|
{
|
|
1928
1957
|
fillRule: "evenodd",
|
|
@@ -1936,12 +1965,12 @@ var TruckDiscount = (props) => {
|
|
|
1936
1965
|
var truck_discount_default = TruckDiscount;
|
|
1937
1966
|
|
|
1938
1967
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1939
|
-
var
|
|
1968
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1940
1969
|
var VirtualWallet = (props) => {
|
|
1941
1970
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1942
|
-
return /* @__PURE__ */ (0,
|
|
1943
|
-
/* @__PURE__ */ (0,
|
|
1944
|
-
/* @__PURE__ */ (0,
|
|
1971
|
+
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: [
|
|
1972
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1945
1974
|
"path",
|
|
1946
1975
|
{
|
|
1947
1976
|
fillRule: "evenodd",
|
|
@@ -1950,7 +1979,7 @@ var VirtualWallet = (props) => {
|
|
|
1950
1979
|
fill: color
|
|
1951
1980
|
}
|
|
1952
1981
|
),
|
|
1953
|
-
/* @__PURE__ */ (0,
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1954
1983
|
"path",
|
|
1955
1984
|
{
|
|
1956
1985
|
fillRule: "evenodd",
|
|
@@ -1959,7 +1988,7 @@ var VirtualWallet = (props) => {
|
|
|
1959
1988
|
fill: color
|
|
1960
1989
|
}
|
|
1961
1990
|
),
|
|
1962
|
-
/* @__PURE__ */ (0,
|
|
1991
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1963
1992
|
"path",
|
|
1964
1993
|
{
|
|
1965
1994
|
fillRule: "evenodd",
|
|
@@ -1968,14 +1997,14 @@ var VirtualWallet = (props) => {
|
|
|
1968
1997
|
fill: color
|
|
1969
1998
|
}
|
|
1970
1999
|
),
|
|
1971
|
-
/* @__PURE__ */ (0,
|
|
2000
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1972
2001
|
"path",
|
|
1973
2002
|
{
|
|
1974
2003
|
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",
|
|
1975
2004
|
fill: color
|
|
1976
2005
|
}
|
|
1977
2006
|
),
|
|
1978
|
-
/* @__PURE__ */ (0,
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1979
2008
|
"path",
|
|
1980
2009
|
{
|
|
1981
2010
|
fillRule: "evenodd",
|
|
@@ -1984,7 +2013,7 @@ var VirtualWallet = (props) => {
|
|
|
1984
2013
|
fill: color
|
|
1985
2014
|
}
|
|
1986
2015
|
),
|
|
1987
|
-
/* @__PURE__ */ (0,
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1988
2017
|
"path",
|
|
1989
2018
|
{
|
|
1990
2019
|
fillRule: "evenodd",
|
|
@@ -1994,17 +2023,17 @@ var VirtualWallet = (props) => {
|
|
|
1994
2023
|
}
|
|
1995
2024
|
)
|
|
1996
2025
|
] }),
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
2026
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1998
2027
|
] });
|
|
1999
2028
|
};
|
|
2000
2029
|
var virtual_wallet_default = VirtualWallet;
|
|
2001
2030
|
|
|
2002
2031
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
2003
|
-
var
|
|
2032
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
2004
2033
|
var VoucherApplied = (props) => {
|
|
2005
2034
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2006
|
-
return /* @__PURE__ */ (0,
|
|
2007
|
-
/* @__PURE__ */ (0,
|
|
2035
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2036
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2008
2037
|
"path",
|
|
2009
2038
|
{
|
|
2010
2039
|
fillRule: "evenodd",
|
|
@@ -2013,7 +2042,7 @@ var VoucherApplied = (props) => {
|
|
|
2013
2042
|
fill: color
|
|
2014
2043
|
}
|
|
2015
2044
|
),
|
|
2016
|
-
/* @__PURE__ */ (0,
|
|
2045
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2017
2046
|
"path",
|
|
2018
2047
|
{
|
|
2019
2048
|
fillRule: "evenodd",
|
|
@@ -2022,7 +2051,7 @@ var VoucherApplied = (props) => {
|
|
|
2022
2051
|
fill: color
|
|
2023
2052
|
}
|
|
2024
2053
|
),
|
|
2025
|
-
/* @__PURE__ */ (0,
|
|
2054
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2026
2055
|
"path",
|
|
2027
2056
|
{
|
|
2028
2057
|
fillRule: "evenodd",
|
|
@@ -2031,7 +2060,7 @@ var VoucherApplied = (props) => {
|
|
|
2031
2060
|
fill: color
|
|
2032
2061
|
}
|
|
2033
2062
|
),
|
|
2034
|
-
/* @__PURE__ */ (0,
|
|
2063
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2035
2064
|
"path",
|
|
2036
2065
|
{
|
|
2037
2066
|
fillRule: "evenodd",
|
|
@@ -2045,25 +2074,25 @@ var VoucherApplied = (props) => {
|
|
|
2045
2074
|
var voucher_applied_default = VoucherApplied;
|
|
2046
2075
|
|
|
2047
2076
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
2048
|
-
var
|
|
2077
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
2049
2078
|
var VoucherOutline = (props) => {
|
|
2050
2079
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2051
|
-
return /* @__PURE__ */ (0,
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2080
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2053
2082
|
"path",
|
|
2054
2083
|
{
|
|
2055
2084
|
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",
|
|
2056
2085
|
fill: color
|
|
2057
2086
|
}
|
|
2058
2087
|
),
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2088
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2060
2089
|
"path",
|
|
2061
2090
|
{
|
|
2062
2091
|
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",
|
|
2063
2092
|
fill: color
|
|
2064
2093
|
}
|
|
2065
2094
|
),
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2095
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2067
2096
|
"path",
|
|
2068
2097
|
{
|
|
2069
2098
|
fillRule: "evenodd",
|
|
@@ -2077,12 +2106,12 @@ var VoucherOutline = (props) => {
|
|
|
2077
2106
|
var voucher_outline_default = VoucherOutline;
|
|
2078
2107
|
|
|
2079
2108
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2080
|
-
var
|
|
2109
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
2081
2110
|
var AddBagSolid = (props) => {
|
|
2082
2111
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2083
2112
|
const fillColor = color || "#12784A";
|
|
2084
|
-
return /* @__PURE__ */ (0,
|
|
2085
|
-
/* @__PURE__ */ (0,
|
|
2113
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2114
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2086
2115
|
"path",
|
|
2087
2116
|
{
|
|
2088
2117
|
fillRule: "evenodd",
|
|
@@ -2091,7 +2120,7 @@ var AddBagSolid = (props) => {
|
|
|
2091
2120
|
fill: fillColor
|
|
2092
2121
|
}
|
|
2093
2122
|
),
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2123
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2095
2124
|
"path",
|
|
2096
2125
|
{
|
|
2097
2126
|
fillRule: "evenodd",
|
|
@@ -2105,10 +2134,10 @@ var AddBagSolid = (props) => {
|
|
|
2105
2134
|
var add_bag_solid_default = AddBagSolid;
|
|
2106
2135
|
|
|
2107
2136
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2108
|
-
var
|
|
2137
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
2109
2138
|
var ArrowDownCircleSolid = (props) => {
|
|
2110
2139
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2111
|
-
return /* @__PURE__ */ (0,
|
|
2140
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.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_runtime67.jsx)(
|
|
2112
2141
|
"path",
|
|
2113
2142
|
{
|
|
2114
2143
|
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",
|
|
@@ -2119,10 +2148,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2119
2148
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2120
2149
|
|
|
2121
2150
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2122
|
-
var
|
|
2151
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
2123
2152
|
var BagSolid = (props) => {
|
|
2124
2153
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2125
|
-
return /* @__PURE__ */ (0,
|
|
2154
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2126
2155
|
"path",
|
|
2127
2156
|
{
|
|
2128
2157
|
fillRule: "evenodd",
|
|
@@ -2135,32 +2164,32 @@ var BagSolid = (props) => {
|
|
|
2135
2164
|
var bag_solid_default = BagSolid;
|
|
2136
2165
|
|
|
2137
2166
|
// src/icons/v2/solid/category-solid.tsx
|
|
2138
|
-
var
|
|
2167
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
2139
2168
|
var CategorySolid = (props) => {
|
|
2140
2169
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2141
|
-
return /* @__PURE__ */ (0,
|
|
2142
|
-
/* @__PURE__ */ (0,
|
|
2170
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2143
2172
|
"path",
|
|
2144
2173
|
{
|
|
2145
2174
|
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",
|
|
2146
2175
|
fill: color
|
|
2147
2176
|
}
|
|
2148
2177
|
),
|
|
2149
|
-
/* @__PURE__ */ (0,
|
|
2178
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2150
2179
|
"path",
|
|
2151
2180
|
{
|
|
2152
2181
|
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",
|
|
2153
2182
|
fill: color
|
|
2154
2183
|
}
|
|
2155
2184
|
),
|
|
2156
|
-
/* @__PURE__ */ (0,
|
|
2185
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2157
2186
|
"path",
|
|
2158
2187
|
{
|
|
2159
2188
|
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",
|
|
2160
2189
|
fill: color
|
|
2161
2190
|
}
|
|
2162
2191
|
),
|
|
2163
|
-
/* @__PURE__ */ (0,
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2164
2193
|
"path",
|
|
2165
2194
|
{
|
|
2166
2195
|
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",
|
|
@@ -2172,10 +2201,10 @@ var CategorySolid = (props) => {
|
|
|
2172
2201
|
var category_solid_default = CategorySolid;
|
|
2173
2202
|
|
|
2174
2203
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2175
|
-
var
|
|
2204
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
2176
2205
|
var ChatCsSolid = (props) => {
|
|
2177
2206
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2178
|
-
return /* @__PURE__ */ (0,
|
|
2207
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2179
2208
|
"path",
|
|
2180
2209
|
{
|
|
2181
2210
|
fillRule: "evenodd",
|
|
@@ -2187,14 +2216,30 @@ var ChatCsSolid = (props) => {
|
|
|
2187
2216
|
};
|
|
2188
2217
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2189
2218
|
|
|
2219
|
+
// src/icons/v2/solid/check-shield.tsx
|
|
2220
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
2221
|
+
var CheckShield2 = (props) => {
|
|
2222
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2223
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.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_runtime71.jsx)(
|
|
2224
|
+
"path",
|
|
2225
|
+
{
|
|
2226
|
+
fillRule: "evenodd",
|
|
2227
|
+
clipRule: "evenodd",
|
|
2228
|
+
d: "M9.7326 17.4736L9.88515 16.8675L9.74212 17.4759C9.91493 17.5165 10.0948 17.5165 10.2676 17.4759L10.1246 16.8675L10.2771 17.4736C10.3361 17.4587 11.9023 17.0636 13.4667 15.9514C15.0439 14.8301 16.6655 12.9405 16.6655 9.96939V6.35516C16.6655 5.38654 16.0565 4.52253 15.1443 4.19688L10.7753 2.6373C10.2771 2.45944 9.73265 2.45944 9.23442 2.6373L4.86547 4.19688C3.95323 4.52252 3.34424 5.38654 3.34424 6.35516V9.96939C3.34424 12.9405 4.96579 14.8301 6.54297 15.9514C8.10737 17.0636 9.67362 17.4587 9.7326 17.4736ZM13.1481 8.91448C13.3922 8.6704 13.3922 8.27467 13.1481 8.03059C12.904 7.78652 12.5083 7.78652 12.2642 8.03059L9.51236 10.7824L7.94186 9.21194C7.69778 8.96787 7.30205 8.96787 7.05797 9.21195C6.8139 9.45603 6.8139 9.85176 7.05798 10.0958L9.07042 12.1083C9.3145 12.3523 9.71023 12.3523 9.9543 12.1083L13.1481 8.91448Z",
|
|
2229
|
+
fill: color
|
|
2230
|
+
}
|
|
2231
|
+
) });
|
|
2232
|
+
};
|
|
2233
|
+
var check_shield_default2 = CheckShield2;
|
|
2234
|
+
|
|
2190
2235
|
// src/icons/v2/solid/direction.tsx
|
|
2191
|
-
var
|
|
2236
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
2192
2237
|
var Direction = (props) => {
|
|
2193
2238
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2194
|
-
return /* @__PURE__ */ (0,
|
|
2195
|
-
/* @__PURE__ */ (0,
|
|
2196
|
-
/* @__PURE__ */ (0,
|
|
2197
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
2241
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2198
2243
|
"path",
|
|
2199
2244
|
{
|
|
2200
2245
|
fillRule: "evenodd",
|
|
@@ -2204,16 +2249,16 @@ var Direction = (props) => {
|
|
|
2204
2249
|
}
|
|
2205
2250
|
)
|
|
2206
2251
|
] }),
|
|
2207
|
-
/* @__PURE__ */ (0,
|
|
2252
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2208
2253
|
] });
|
|
2209
2254
|
};
|
|
2210
2255
|
var direction_default = Direction;
|
|
2211
2256
|
|
|
2212
2257
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2213
|
-
var
|
|
2258
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2214
2259
|
var EnvelopedSolid = (props) => {
|
|
2215
2260
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2216
|
-
return /* @__PURE__ */ (0,
|
|
2261
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2217
2262
|
"path",
|
|
2218
2263
|
{
|
|
2219
2264
|
fillRule: "evenodd",
|
|
@@ -2226,12 +2271,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2226
2271
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2227
2272
|
|
|
2228
2273
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2229
|
-
var
|
|
2274
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2230
2275
|
var FastTruckSolid = (props) => {
|
|
2231
2276
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2232
2277
|
const fillColor = color || "#12784A";
|
|
2233
|
-
return /* @__PURE__ */ (0,
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2278
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2279
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2235
2280
|
"path",
|
|
2236
2281
|
{
|
|
2237
2282
|
fillRule: "evenodd",
|
|
@@ -2240,14 +2285,14 @@ var FastTruckSolid = (props) => {
|
|
|
2240
2285
|
fill: fillColor
|
|
2241
2286
|
}
|
|
2242
2287
|
),
|
|
2243
|
-
/* @__PURE__ */ (0,
|
|
2288
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2244
2289
|
"path",
|
|
2245
2290
|
{
|
|
2246
2291
|
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",
|
|
2247
2292
|
fill: fillColor
|
|
2248
2293
|
}
|
|
2249
2294
|
),
|
|
2250
|
-
/* @__PURE__ */ (0,
|
|
2295
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2251
2296
|
"path",
|
|
2252
2297
|
{
|
|
2253
2298
|
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",
|
|
@@ -2259,10 +2304,10 @@ var FastTruckSolid = (props) => {
|
|
|
2259
2304
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2260
2305
|
|
|
2261
2306
|
// src/icons/v2/solid/hand.tsx
|
|
2262
|
-
var
|
|
2307
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2263
2308
|
var Hand = (props) => {
|
|
2264
2309
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2265
|
-
return /* @__PURE__ */ (0,
|
|
2310
|
+
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)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2266
2311
|
"path",
|
|
2267
2312
|
{
|
|
2268
2313
|
id: "Vector 650",
|
|
@@ -2274,10 +2319,10 @@ var Hand = (props) => {
|
|
|
2274
2319
|
var hand_default = Hand;
|
|
2275
2320
|
|
|
2276
2321
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2277
|
-
var
|
|
2322
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2278
2323
|
var HandphoneSolid = (props) => {
|
|
2279
2324
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2280
|
-
return /* @__PURE__ */ (0,
|
|
2325
|
+
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)(
|
|
2281
2326
|
"path",
|
|
2282
2327
|
{
|
|
2283
2328
|
fillRule: "evenodd",
|
|
@@ -2290,10 +2335,10 @@ var HandphoneSolid = (props) => {
|
|
|
2290
2335
|
var handphone_solid_default = HandphoneSolid;
|
|
2291
2336
|
|
|
2292
2337
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2293
|
-
var
|
|
2338
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2294
2339
|
var HeartSolid = (props) => {
|
|
2295
2340
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2296
|
-
return /* @__PURE__ */ (0,
|
|
2341
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.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_runtime77.jsx)(
|
|
2297
2342
|
"path",
|
|
2298
2343
|
{
|
|
2299
2344
|
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",
|
|
@@ -2304,10 +2349,10 @@ var HeartSolid = (props) => {
|
|
|
2304
2349
|
var heart_solid_default = HeartSolid;
|
|
2305
2350
|
|
|
2306
2351
|
// src/icons/v2/solid/home-solid.tsx
|
|
2307
|
-
var
|
|
2352
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2308
2353
|
var HomeSolid = (props) => {
|
|
2309
2354
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2310
|
-
return /* @__PURE__ */ (0,
|
|
2355
|
+
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)(
|
|
2311
2356
|
"path",
|
|
2312
2357
|
{
|
|
2313
2358
|
fillRule: "evenodd",
|
|
@@ -2320,10 +2365,10 @@ var HomeSolid = (props) => {
|
|
|
2320
2365
|
var home_solid_default = HomeSolid;
|
|
2321
2366
|
|
|
2322
2367
|
// src/icons/v2/solid/info-solid.tsx
|
|
2323
|
-
var
|
|
2368
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2324
2369
|
var InfoSolid = (props) => {
|
|
2325
2370
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2326
|
-
return /* @__PURE__ */ (0,
|
|
2371
|
+
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)(
|
|
2327
2372
|
"path",
|
|
2328
2373
|
{
|
|
2329
2374
|
fillRule: "evenodd",
|
|
@@ -2336,11 +2381,11 @@ var InfoSolid = (props) => {
|
|
|
2336
2381
|
var info_solid_default = InfoSolid;
|
|
2337
2382
|
|
|
2338
2383
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2339
|
-
var
|
|
2384
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2340
2385
|
var InfoSolid2 = (props) => {
|
|
2341
2386
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2342
|
-
return /* @__PURE__ */ (0,
|
|
2343
|
-
/* @__PURE__ */ (0,
|
|
2387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2344
2389
|
"path",
|
|
2345
2390
|
{
|
|
2346
2391
|
fillRule: "evenodd",
|
|
@@ -2349,24 +2394,24 @@ var InfoSolid2 = (props) => {
|
|
|
2349
2394
|
fill: color
|
|
2350
2395
|
}
|
|
2351
2396
|
) }),
|
|
2352
|
-
/* @__PURE__ */ (0,
|
|
2397
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2353
2398
|
] });
|
|
2354
2399
|
};
|
|
2355
2400
|
var lock_solid_default = InfoSolid2;
|
|
2356
2401
|
|
|
2357
2402
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2358
|
-
var
|
|
2403
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2359
2404
|
var MapMarkerSolid = (props) => {
|
|
2360
2405
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2361
|
-
return /* @__PURE__ */ (0,
|
|
2362
|
-
/* @__PURE__ */ (0,
|
|
2406
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2407
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2363
2408
|
"path",
|
|
2364
2409
|
{
|
|
2365
2410
|
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",
|
|
2366
2411
|
fill: color
|
|
2367
2412
|
}
|
|
2368
2413
|
),
|
|
2369
|
-
/* @__PURE__ */ (0,
|
|
2414
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2370
2415
|
"path",
|
|
2371
2416
|
{
|
|
2372
2417
|
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",
|
|
@@ -2378,18 +2423,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2378
2423
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2379
2424
|
|
|
2380
2425
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2381
|
-
var
|
|
2426
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2382
2427
|
var ProfileSolid = (props) => {
|
|
2383
2428
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2384
|
-
return /* @__PURE__ */ (0,
|
|
2385
|
-
/* @__PURE__ */ (0,
|
|
2429
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2430
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2386
2431
|
"path",
|
|
2387
2432
|
{
|
|
2388
2433
|
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",
|
|
2389
2434
|
fill: color
|
|
2390
2435
|
}
|
|
2391
2436
|
),
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2437
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2393
2438
|
"path",
|
|
2394
2439
|
{
|
|
2395
2440
|
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",
|
|
@@ -2401,10 +2446,10 @@ var ProfileSolid = (props) => {
|
|
|
2401
2446
|
var profile_solid_default = ProfileSolid;
|
|
2402
2447
|
|
|
2403
2448
|
// src/icons/v2/solid/search-solid.tsx
|
|
2404
|
-
var
|
|
2449
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2405
2450
|
var SearchSolid = (props) => {
|
|
2406
2451
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2407
|
-
return /* @__PURE__ */ (0,
|
|
2452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2408
2453
|
"path",
|
|
2409
2454
|
{
|
|
2410
2455
|
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",
|
|
@@ -2415,18 +2460,18 @@ var SearchSolid = (props) => {
|
|
|
2415
2460
|
var search_solid_default = SearchSolid;
|
|
2416
2461
|
|
|
2417
2462
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2418
|
-
var
|
|
2463
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2419
2464
|
var SettingSolid = (props) => {
|
|
2420
2465
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2421
|
-
return /* @__PURE__ */ (0,
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2466
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2467
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2423
2468
|
"path",
|
|
2424
2469
|
{
|
|
2425
2470
|
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",
|
|
2426
2471
|
fill: "#999999"
|
|
2427
2472
|
}
|
|
2428
2473
|
),
|
|
2429
|
-
/* @__PURE__ */ (0,
|
|
2474
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2430
2475
|
"path",
|
|
2431
2476
|
{
|
|
2432
2477
|
fillRule: "evenodd",
|
|
@@ -2440,10 +2485,10 @@ var SettingSolid = (props) => {
|
|
|
2440
2485
|
var setting_solid_default = SettingSolid;
|
|
2441
2486
|
|
|
2442
2487
|
// src/icons/v2/solid/success-solid.tsx
|
|
2443
|
-
var
|
|
2488
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2444
2489
|
var SuccessSolid = (props) => {
|
|
2445
2490
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2446
|
-
return /* @__PURE__ */ (0,
|
|
2491
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.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_runtime85.jsx)(
|
|
2447
2492
|
"path",
|
|
2448
2493
|
{
|
|
2449
2494
|
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",
|
|
@@ -2454,11 +2499,11 @@ var SuccessSolid = (props) => {
|
|
|
2454
2499
|
var success_solid_default = SuccessSolid;
|
|
2455
2500
|
|
|
2456
2501
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2457
|
-
var
|
|
2502
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2458
2503
|
var TrashSolid = (props) => {
|
|
2459
2504
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2460
|
-
return /* @__PURE__ */ (0,
|
|
2461
|
-
/* @__PURE__ */ (0,
|
|
2505
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2506
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2462
2507
|
"path",
|
|
2463
2508
|
{
|
|
2464
2509
|
fillRule: "evenodd",
|
|
@@ -2467,7 +2512,7 @@ var TrashSolid = (props) => {
|
|
|
2467
2512
|
fill: color
|
|
2468
2513
|
}
|
|
2469
2514
|
),
|
|
2470
|
-
/* @__PURE__ */ (0,
|
|
2515
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2471
2516
|
"path",
|
|
2472
2517
|
{
|
|
2473
2518
|
fillRule: "evenodd",
|
|
@@ -2481,11 +2526,11 @@ var TrashSolid = (props) => {
|
|
|
2481
2526
|
var trash_solid_default = TrashSolid;
|
|
2482
2527
|
|
|
2483
2528
|
// src/icons/v2/solid/trend-up.tsx
|
|
2484
|
-
var
|
|
2529
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2485
2530
|
var TrendUp = (props) => {
|
|
2486
2531
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2487
|
-
return /* @__PURE__ */ (0,
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2532
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { id: "Vector", children: [
|
|
2533
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2489
2534
|
"path",
|
|
2490
2535
|
{
|
|
2491
2536
|
fillRule: "evenodd",
|
|
@@ -2494,14 +2539,14 @@ var TrendUp = (props) => {
|
|
|
2494
2539
|
fill: color
|
|
2495
2540
|
}
|
|
2496
2541
|
),
|
|
2497
|
-
/* @__PURE__ */ (0,
|
|
2542
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2498
2543
|
"path",
|
|
2499
2544
|
{
|
|
2500
2545
|
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",
|
|
2501
2546
|
fill: color
|
|
2502
2547
|
}
|
|
2503
2548
|
),
|
|
2504
|
-
/* @__PURE__ */ (0,
|
|
2549
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2505
2550
|
"path",
|
|
2506
2551
|
{
|
|
2507
2552
|
fillRule: "evenodd",
|
|
@@ -2515,32 +2560,32 @@ var TrendUp = (props) => {
|
|
|
2515
2560
|
var trend_up_default = TrendUp;
|
|
2516
2561
|
|
|
2517
2562
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2518
|
-
var
|
|
2563
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2519
2564
|
var VoilaPointBase = (props) => {
|
|
2520
2565
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2521
|
-
return /* @__PURE__ */ (0,
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2566
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2523
2568
|
"path",
|
|
2524
2569
|
{
|
|
2525
2570
|
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",
|
|
2526
2571
|
fill: "#8F8F8F"
|
|
2527
2572
|
}
|
|
2528
2573
|
),
|
|
2529
|
-
/* @__PURE__ */ (0,
|
|
2574
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2530
2575
|
"path",
|
|
2531
2576
|
{
|
|
2532
2577
|
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",
|
|
2533
2578
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2534
2579
|
}
|
|
2535
2580
|
),
|
|
2536
|
-
/* @__PURE__ */ (0,
|
|
2581
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2537
2582
|
"path",
|
|
2538
2583
|
{
|
|
2539
2584
|
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",
|
|
2540
2585
|
stroke: "white"
|
|
2541
2586
|
}
|
|
2542
2587
|
),
|
|
2543
|
-
/* @__PURE__ */ (0,
|
|
2588
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2544
2589
|
"path",
|
|
2545
2590
|
{
|
|
2546
2591
|
fillRule: "evenodd",
|
|
@@ -2549,15 +2594,15 @@ var VoilaPointBase = (props) => {
|
|
|
2549
2594
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2550
2595
|
}
|
|
2551
2596
|
),
|
|
2552
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2553
2598
|
"path",
|
|
2554
2599
|
{
|
|
2555
2600
|
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",
|
|
2556
2601
|
fill: "white"
|
|
2557
2602
|
}
|
|
2558
2603
|
),
|
|
2559
|
-
/* @__PURE__ */ (0,
|
|
2560
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2561
2606
|
"linearGradient",
|
|
2562
2607
|
{
|
|
2563
2608
|
id: "paint0_linear_1327_167461",
|
|
@@ -2567,12 +2612,12 @@ var VoilaPointBase = (props) => {
|
|
|
2567
2612
|
y2: "2.51294",
|
|
2568
2613
|
gradientUnits: "userSpaceOnUse",
|
|
2569
2614
|
children: [
|
|
2570
|
-
/* @__PURE__ */ (0,
|
|
2571
|
-
/* @__PURE__ */ (0,
|
|
2615
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2616
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2572
2617
|
]
|
|
2573
2618
|
}
|
|
2574
2619
|
),
|
|
2575
|
-
/* @__PURE__ */ (0,
|
|
2620
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2576
2621
|
"linearGradient",
|
|
2577
2622
|
{
|
|
2578
2623
|
id: "paint1_linear_1327_167461",
|
|
@@ -2582,9 +2627,9 @@ var VoilaPointBase = (props) => {
|
|
|
2582
2627
|
y2: "19.984",
|
|
2583
2628
|
gradientUnits: "userSpaceOnUse",
|
|
2584
2629
|
children: [
|
|
2585
|
-
/* @__PURE__ */ (0,
|
|
2586
|
-
/* @__PURE__ */ (0,
|
|
2587
|
-
/* @__PURE__ */ (0,
|
|
2630
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2631
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2588
2633
|
]
|
|
2589
2634
|
}
|
|
2590
2635
|
)
|
|
@@ -2594,10 +2639,10 @@ var VoilaPointBase = (props) => {
|
|
|
2594
2639
|
var voila_point_base_default = VoilaPointBase;
|
|
2595
2640
|
|
|
2596
2641
|
// src/icons/v2/solid/voucher.tsx
|
|
2597
|
-
var
|
|
2642
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2598
2643
|
var Voucher = (props) => {
|
|
2599
2644
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2600
|
-
return /* @__PURE__ */ (0,
|
|
2645
|
+
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)(
|
|
2601
2646
|
"path",
|
|
2602
2647
|
{
|
|
2603
2648
|
fillRule: "evenodd",
|
|
@@ -2610,10 +2655,10 @@ var Voucher = (props) => {
|
|
|
2610
2655
|
var voucher_default = Voucher;
|
|
2611
2656
|
|
|
2612
2657
|
// src/icons/v2/solid/wallet.tsx
|
|
2613
|
-
var
|
|
2658
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2614
2659
|
var Wallet = (props) => {
|
|
2615
2660
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2616
|
-
return /* @__PURE__ */ (0,
|
|
2661
|
+
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)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2617
2662
|
"path",
|
|
2618
2663
|
{
|
|
2619
2664
|
id: "Subtract",
|
|
@@ -2646,6 +2691,8 @@ var wallet_default = Wallet;
|
|
|
2646
2691
|
ChatCsSolid,
|
|
2647
2692
|
Check,
|
|
2648
2693
|
CheckLarge,
|
|
2694
|
+
CheckShield,
|
|
2695
|
+
CheckShieldSolid,
|
|
2649
2696
|
ChevronDown,
|
|
2650
2697
|
ChevronDownLarge,
|
|
2651
2698
|
ChevronLeft,
|