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