@ctlyst.id/icons 2.8.6 → 2.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2.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",
@@ -488,12 +515,37 @@ var ChevronUpLarge = (props) => {
488
515
  };
489
516
  var chevron_up_large_default = ChevronUpLarge;
490
517
 
518
+ // src/icons/v2/outline/clock.tsx
519
+ import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
520
+ var Clock = (props) => {
521
+ const { color, ...svgProps } = use_icon_props_default(props);
522
+ return /* @__PURE__ */ jsxs16("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
523
+ /* @__PURE__ */ jsx23(
524
+ "path",
525
+ {
526
+ d: "M12 6.24316C12.4142 6.24316 12.7499 6.57901 12.75 6.99316V12.2432H18C18.4142 12.2432 18.7499 12.579 18.75 12.9932C18.75 13.4074 18.4142 13.7432 18 13.7432H12C11.5858 13.7432 11.25 13.4074 11.25 12.9932V6.99316C11.2501 6.57901 11.5858 6.24316 12 6.24316Z",
527
+ fill: color
528
+ }
529
+ ),
530
+ /* @__PURE__ */ jsx23(
531
+ "path",
532
+ {
533
+ fillRule: "evenodd",
534
+ clipRule: "evenodd",
535
+ d: "M12 2.5C17.5228 2.5 22 6.97715 22 12.5C22 18.0228 17.5228 22.5 12 22.5C6.47715 22.5 2 18.0228 2 12.5C2 6.97715 6.47715 2.5 12 2.5ZM12 4C7.30558 4 3.5 7.80558 3.5 12.5C3.5 17.1944 7.30558 21 12 21C16.6944 21 20.5 17.1944 20.5 12.5C20.5 7.80558 16.6944 4 12 4Z",
536
+ fill: color
537
+ }
538
+ )
539
+ ] });
540
+ };
541
+ var clock_default = Clock;
542
+
491
543
  // src/icons/v2/outline/close.tsx
492
- import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
544
+ import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
493
545
  var Close = (props) => {
494
546
  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(
547
+ return /* @__PURE__ */ jsxs17("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
548
+ /* @__PURE__ */ jsx24("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ jsx24(
497
549
  "path",
498
550
  {
499
551
  fillRule: "evenodd",
@@ -502,24 +554,24 @@ var Close = (props) => {
502
554
  fill: color
503
555
  }
504
556
  ) }),
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)" }) }) })
557
+ /* @__PURE__ */ jsx24("defs", { children: /* @__PURE__ */ jsx24("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ jsx24("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
506
558
  ] });
507
559
  };
508
560
  var close_default = Close;
509
561
 
510
562
  // src/icons/v2/outline/close-large.tsx
511
- import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
563
+ import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
512
564
  var CloseLarge = (props) => {
513
565
  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(
566
+ return /* @__PURE__ */ jsxs18("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
567
+ /* @__PURE__ */ jsx25(
516
568
  "path",
517
569
  {
518
570
  d: "M4.60857 4.11486C4.96004 3.76339 5.52989 3.76339 5.88136 4.11486L20.3915 18.6249C20.743 18.9764 20.743 19.5462 20.3915 19.8977C20.04 20.2492 19.4702 20.2492 19.1187 19.8977L4.60858 5.38766C4.2571 5.03618 4.2571 4.46634 4.60857 4.11486Z",
519
571
  fill: color
520
572
  }
521
573
  ),
522
- /* @__PURE__ */ jsx23(
574
+ /* @__PURE__ */ jsx25(
523
575
  "path",
524
576
  {
525
577
  d: "M20.3914 4.1148C20.7429 4.46627 20.7429 5.03612 20.3914 5.38759L5.88138 19.8977C5.52991 20.2492 4.96006 20.2492 4.60859 19.8977C4.25711 19.5463 4.25711 18.9764 4.60858 18.6249L19.1186 4.1148C19.4701 3.76333 20.04 3.76333 20.3914 4.1148Z",
@@ -531,11 +583,11 @@ var CloseLarge = (props) => {
531
583
  var close_large_default = CloseLarge;
532
584
 
533
585
  // src/icons/v2/outline/contact-book.tsx
534
- import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
586
+ import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
535
587
  var ContactBook = (props) => {
536
588
  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(
589
+ return /* @__PURE__ */ jsxs19("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
590
+ /* @__PURE__ */ jsx26(
539
591
  "path",
540
592
  {
541
593
  fillRule: "evenodd",
@@ -544,7 +596,7 @@ var ContactBook = (props) => {
544
596
  fill: color
545
597
  }
546
598
  ),
547
- /* @__PURE__ */ jsx24(
599
+ /* @__PURE__ */ jsx26(
548
600
  "path",
549
601
  {
550
602
  fillRule: "evenodd",
@@ -553,7 +605,7 @@ var ContactBook = (props) => {
553
605
  fill: color
554
606
  }
555
607
  ),
556
- /* @__PURE__ */ jsx24(
608
+ /* @__PURE__ */ jsx26(
557
609
  "path",
558
610
  {
559
611
  fillRule: "evenodd",
@@ -562,7 +614,7 @@ var ContactBook = (props) => {
562
614
  fill: color
563
615
  }
564
616
  ),
565
- /* @__PURE__ */ jsx24(
617
+ /* @__PURE__ */ jsx26(
566
618
  "path",
567
619
  {
568
620
  fillRule: "evenodd",
@@ -571,7 +623,7 @@ var ContactBook = (props) => {
571
623
  fill: color
572
624
  }
573
625
  ),
574
- /* @__PURE__ */ jsx24(
626
+ /* @__PURE__ */ jsx26(
575
627
  "path",
576
628
  {
577
629
  fillRule: "evenodd",
@@ -580,7 +632,7 @@ var ContactBook = (props) => {
580
632
  fill: color
581
633
  }
582
634
  ),
583
- /* @__PURE__ */ jsx24(
635
+ /* @__PURE__ */ jsx26(
584
636
  "path",
585
637
  {
586
638
  fillRule: "evenodd",
@@ -594,18 +646,18 @@ var ContactBook = (props) => {
594
646
  var contact_book_default = ContactBook;
595
647
 
596
648
  // src/icons/v2/outline/copy.tsx
597
- import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
649
+ import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
598
650
  var Copy = (props) => {
599
651
  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(
652
+ return /* @__PURE__ */ jsxs20("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
653
+ /* @__PURE__ */ jsx27(
602
654
  "path",
603
655
  {
604
656
  d: "M4.39624 4.24683H3.83081C3.37057 4.24683 2.99683 4.62057 2.99683 5.08081V12.8357C2.99683 13.2959 3.37057 13.6697 3.83081 13.6697H10.2712C10.7315 13.6697 11.1052 13.2959 11.1052 12.8357V12.2595H12.1052V12.8357C12.1052 13.8482 11.2838 14.6697 10.2712 14.6697H3.83081C2.81829 14.6697 1.99683 13.8482 1.99683 12.8357V5.08081C1.99683 4.06829 2.81829 3.24683 3.83081 3.24683H4.39624V4.24683Z",
605
657
  fill: color
606
658
  }
607
659
  ),
608
- /* @__PURE__ */ jsx25(
660
+ /* @__PURE__ */ jsx27(
609
661
  "path",
610
662
  {
611
663
  fillRule: "evenodd",
@@ -614,7 +666,7 @@ var Copy = (props) => {
614
666
  fill: color
615
667
  }
616
668
  ),
617
- /* @__PURE__ */ jsx25(
669
+ /* @__PURE__ */ jsx27(
618
670
  "path",
619
671
  {
620
672
  fillRule: "evenodd",
@@ -623,7 +675,7 @@ var Copy = (props) => {
623
675
  fill: color
624
676
  }
625
677
  ),
626
- /* @__PURE__ */ jsx25(
678
+ /* @__PURE__ */ jsx27(
627
679
  "path",
628
680
  {
629
681
  fillRule: "evenodd",
@@ -637,11 +689,11 @@ var Copy = (props) => {
637
689
  var copy_default = Copy;
638
690
 
639
691
  // src/icons/v2/outline/cvv.tsx
640
- import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
692
+ import { jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
641
693
  var Cvv = (props) => {
642
694
  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(
695
+ return /* @__PURE__ */ jsxs21("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
696
+ /* @__PURE__ */ jsx28(
645
697
  "path",
646
698
  {
647
699
  fillRule: "evenodd",
@@ -650,35 +702,35 @@ var Cvv = (props) => {
650
702
  fill: color
651
703
  }
652
704
  ),
653
- /* @__PURE__ */ jsx26(
705
+ /* @__PURE__ */ jsx28(
654
706
  "path",
655
707
  {
656
708
  d: "M29 20C29 23.3137 26.3137 26 23 26C19.6863 26 17 23.3137 17 20C17 16.6863 19.6863 14 23 14C26.3137 14 29 16.6863 29 20Z",
657
709
  fill: "white"
658
710
  }
659
711
  ),
660
- /* @__PURE__ */ jsx26(
712
+ /* @__PURE__ */ jsx28(
661
713
  "path",
662
714
  {
663
715
  d: "M22 20C22 20.5523 22.4477 21 23 21C23.5523 21 24 20.5523 24 20C24 19.4477 23.5523 19 23 19C22.4477 19 22 19.4477 22 20Z",
664
716
  fill: color
665
717
  }
666
718
  ),
667
- /* @__PURE__ */ jsx26(
719
+ /* @__PURE__ */ jsx28(
668
720
  "path",
669
721
  {
670
722
  d: "M25 20C25 20.5523 25.4477 21 26 21C26.5523 21 27 20.5523 27 20C27 19.4477 26.5523 19 26 19C25.4477 19 25 19.4477 25 20Z",
671
723
  fill: color
672
724
  }
673
725
  ),
674
- /* @__PURE__ */ jsx26(
726
+ /* @__PURE__ */ jsx28(
675
727
  "path",
676
728
  {
677
729
  d: "M19 20C19 20.5523 19.4477 21 20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19C19.4477 19 19 19.4477 19 20Z",
678
730
  fill: color
679
731
  }
680
732
  ),
681
- /* @__PURE__ */ jsx26(
733
+ /* @__PURE__ */ jsx28(
682
734
  "path",
683
735
  {
684
736
  fillRule: "evenodd",
@@ -692,10 +744,10 @@ var Cvv = (props) => {
692
744
  var cvv_default = Cvv;
693
745
 
694
746
  // src/icons/v2/outline/delivered.tsx
695
- import { jsx as jsx27 } from "react/jsx-runtime";
747
+ import { jsx as jsx29 } from "react/jsx-runtime";
696
748
  var Delivered = (props) => {
697
749
  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(
750
+ return /* @__PURE__ */ jsx29("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx29(
699
751
  "path",
700
752
  {
701
753
  fillRule: "evenodd",
@@ -708,10 +760,10 @@ var Delivered = (props) => {
708
760
  var delivered_default = Delivered;
709
761
 
710
762
  // src/icons/v2/outline/edit.tsx
711
- import { jsx as jsx28 } from "react/jsx-runtime";
763
+ import { jsx as jsx30 } from "react/jsx-runtime";
712
764
  var Edit = (props) => {
713
765
  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(
766
+ return /* @__PURE__ */ jsx30("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx30(
715
767
  "path",
716
768
  {
717
769
  fillRule: "evenodd",
@@ -724,10 +776,10 @@ var Edit = (props) => {
724
776
  var edit_default = Edit;
725
777
 
726
778
  // src/icons/v2/outline/enveloped.tsx
727
- import { jsx as jsx29 } from "react/jsx-runtime";
779
+ import { jsx as jsx31 } from "react/jsx-runtime";
728
780
  var Enveloped = (props) => {
729
781
  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(
782
+ return /* @__PURE__ */ jsx31("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx31(
731
783
  "path",
732
784
  {
733
785
  fillRule: "evenodd",
@@ -740,11 +792,11 @@ var Enveloped = (props) => {
740
792
  var enveloped_default = Enveloped;
741
793
 
742
794
  // src/icons/v2/outline/eye-close.tsx
743
- import { jsx as jsx30, jsxs as jsxs20 } from "react/jsx-runtime";
795
+ import { jsx as jsx32, jsxs as jsxs22 } from "react/jsx-runtime";
744
796
  var EyeClose = (props) => {
745
797
  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(
798
+ return /* @__PURE__ */ jsxs22("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
799
+ /* @__PURE__ */ jsx32(
748
800
  "path",
749
801
  {
750
802
  fillRule: "evenodd",
@@ -753,7 +805,7 @@ var EyeClose = (props) => {
753
805
  fill: color
754
806
  }
755
807
  ),
756
- /* @__PURE__ */ jsx30(
808
+ /* @__PURE__ */ jsx32(
757
809
  "path",
758
810
  {
759
811
  fillRule: "evenodd",
@@ -762,7 +814,7 @@ var EyeClose = (props) => {
762
814
  fill: color
763
815
  }
764
816
  ),
765
- /* @__PURE__ */ jsx30(
817
+ /* @__PURE__ */ jsx32(
766
818
  "path",
767
819
  {
768
820
  fillRule: "evenodd",
@@ -776,11 +828,11 @@ var EyeClose = (props) => {
776
828
  var eye_close_default = EyeClose;
777
829
 
778
830
  // src/icons/v2/outline/eye-open.tsx
779
- import { jsx as jsx31, jsxs as jsxs21 } from "react/jsx-runtime";
831
+ import { jsx as jsx33, jsxs as jsxs23 } from "react/jsx-runtime";
780
832
  var EyeOpen = (props) => {
781
833
  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(
834
+ return /* @__PURE__ */ jsxs23("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
835
+ /* @__PURE__ */ jsx33(
784
836
  "path",
785
837
  {
786
838
  fillRule: "evenodd",
@@ -789,7 +841,7 @@ var EyeOpen = (props) => {
789
841
  fill: color
790
842
  }
791
843
  ),
792
- /* @__PURE__ */ jsx31(
844
+ /* @__PURE__ */ jsx33(
793
845
  "path",
794
846
  {
795
847
  fillRule: "evenodd",
@@ -803,11 +855,11 @@ var EyeOpen = (props) => {
803
855
  var eye_open_default = EyeOpen;
804
856
 
805
857
  // src/icons/v2/outline/filter.tsx
806
- import { jsx as jsx32, jsxs as jsxs22 } from "react/jsx-runtime";
858
+ import { jsx as jsx34, jsxs as jsxs24 } from "react/jsx-runtime";
807
859
  var Filter = (props) => {
808
860
  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(
861
+ return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
862
+ /* @__PURE__ */ jsx34(
811
863
  "path",
812
864
  {
813
865
  fillRule: "evenodd",
@@ -816,7 +868,7 @@ var Filter = (props) => {
816
868
  fill: color
817
869
  }
818
870
  ),
819
- /* @__PURE__ */ jsx32(
871
+ /* @__PURE__ */ jsx34(
820
872
  "path",
821
873
  {
822
874
  fillRule: "evenodd",
@@ -825,7 +877,7 @@ var Filter = (props) => {
825
877
  fill: color
826
878
  }
827
879
  ),
828
- /* @__PURE__ */ jsx32(
880
+ /* @__PURE__ */ jsx34(
829
881
  "path",
830
882
  {
831
883
  fillRule: "evenodd",
@@ -839,10 +891,10 @@ var Filter = (props) => {
839
891
  var filter_default = Filter;
840
892
 
841
893
  // src/icons/v2/outline/gps.tsx
842
- import { jsx as jsx33 } from "react/jsx-runtime";
894
+ import { jsx as jsx35 } from "react/jsx-runtime";
843
895
  var Gps = (props) => {
844
896
  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(
897
+ return /* @__PURE__ */ jsx35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx35(
846
898
  "path",
847
899
  {
848
900
  fillRule: "evenodd",
@@ -855,25 +907,25 @@ var Gps = (props) => {
855
907
  var gps_default = Gps;
856
908
 
857
909
  // src/icons/v2/outline/handphone.tsx
858
- import { jsx as jsx34, jsxs as jsxs23 } from "react/jsx-runtime";
910
+ import { jsx as jsx36, jsxs as jsxs25 } from "react/jsx-runtime";
859
911
  var Handphone = (props) => {
860
912
  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(
913
+ return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
914
+ /* @__PURE__ */ jsx36(
863
915
  "path",
864
916
  {
865
917
  d: "M9.92627 5.80112C9.92627 5.44214 10.2173 5.15112 10.5763 5.15112H13.4337C13.7927 5.15112 14.0837 5.44214 14.0837 5.80112C14.0837 6.16011 13.7927 6.45112 13.4337 6.45112H10.5763C10.2173 6.45112 9.92627 6.16011 9.92627 5.80112Z",
866
918
  fill: color
867
919
  }
868
920
  ),
869
- /* @__PURE__ */ jsx34(
921
+ /* @__PURE__ */ jsx36(
870
922
  "path",
871
923
  {
872
924
  d: "M12.005 20.1746C12.3995 20.1746 12.7194 19.8547 12.7194 19.4602C12.7194 19.0657 12.3995 18.7458 12.005 18.7458C11.6105 18.7458 11.2906 19.0657 11.2906 19.4602C11.2906 19.8547 11.6105 20.1746 12.005 20.1746Z",
873
925
  fill: color
874
926
  }
875
927
  ),
876
- /* @__PURE__ */ jsx34(
928
+ /* @__PURE__ */ jsx36(
877
929
  "path",
878
930
  {
879
931
  fillRule: "evenodd",
@@ -887,11 +939,11 @@ var Handphone = (props) => {
887
939
  var handphone_default = Handphone;
888
940
 
889
941
  // src/icons/v2/outline/heart.tsx
890
- import { jsx as jsx35, jsxs as jsxs24 } from "react/jsx-runtime";
942
+ import { jsx as jsx37, jsxs as jsxs26 } from "react/jsx-runtime";
891
943
  var Heart = (props) => {
892
944
  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(
945
+ return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
946
+ /* @__PURE__ */ jsx37("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx37(
895
947
  "path",
896
948
  {
897
949
  fillRule: "evenodd",
@@ -900,18 +952,18 @@ var Heart = (props) => {
900
952
  fill: color
901
953
  }
902
954
  ) }),
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)" }) }) })
955
+ /* @__PURE__ */ jsx37("defs", { children: /* @__PURE__ */ jsx37("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx37("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
904
956
  ] });
905
957
  };
906
958
  var heart_default = Heart;
907
959
 
908
960
  // src/icons/v2/outline/home.tsx
909
- import { jsx as jsx36, jsxs as jsxs25 } from "react/jsx-runtime";
961
+ import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
910
962
  var Home = (props) => {
911
963
  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(
964
+ return /* @__PURE__ */ jsxs27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
965
+ /* @__PURE__ */ jsxs27("g", { clipPath: "url(#clip0_5761_9490)", children: [
966
+ /* @__PURE__ */ jsx38(
915
967
  "path",
916
968
  {
917
969
  fillRule: "evenodd",
@@ -920,7 +972,7 @@ var Home = (props) => {
920
972
  fill: color
921
973
  }
922
974
  ),
923
- /* @__PURE__ */ jsx36(
975
+ /* @__PURE__ */ jsx38(
924
976
  "path",
925
977
  {
926
978
  d: "M11.8961 17.2611C11.9676 17.2611 12.0316 17.2611 12.1038 17.2611C12.1204 17.2187 12.1392 17.1756 12.1542 17.1317C12.4522 16.2495 12.7487 15.3682 13.0467 14.486C13.514 13.1012 13.9813 11.7165 14.4494 10.3317C14.466 10.2831 14.4803 10.2321 14.5051 10.1882C14.5706 10.069 14.6691 10.0016 14.8038 10.0016C15.0409 10.0008 15.2779 10 15.515 10.0016C15.7806 10.0039 15.9431 10.2407 15.8528 10.5011C15.7558 10.7818 15.6504 11.0594 15.5481 11.3377C14.7466 13.5231 13.946 15.7077 13.1438 17.8931C13.1197 17.9597 13.0911 18.0256 13.0535 18.0852C12.9737 18.2114 12.8608 18.2867 12.7141 18.3016C12.672 18.3055 12.6306 18.3103 12.5884 18.3103C12.1986 18.311 11.8088 18.3103 11.419 18.311C11.2941 18.311 11.176 18.2899 11.0714 18.213C10.9705 18.1385 10.9096 18.0366 10.8667 17.9182C10.5898 17.1599 10.3106 16.4017 10.0329 15.6442C9.41207 13.9528 8.792 12.2622 8.17192 10.5716C8.13656 10.4744 8.10344 10.3787 8.1343 10.2705C8.1802 10.1113 8.30136 10.0039 8.46014 10.0024C8.71223 9.99922 8.96432 9.99922 9.21641 10.0024C9.37218 10.0039 9.48431 10.0925 9.54075 10.2564C9.67846 10.6571 9.81316 11.0586 9.94936 11.4601C10.4332 12.8935 10.9178 14.3269 11.4002 15.761C11.5545 16.219 11.702 16.6793 11.8525 17.138C11.8668 17.1787 11.8818 17.2187 11.8961 17.2611Z",
@@ -928,24 +980,24 @@ var Home = (props) => {
928
980
  }
929
981
  )
930
982
  ] }),
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)" }) }) })
983
+ /* @__PURE__ */ jsx38("defs", { children: /* @__PURE__ */ jsx38("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx38("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
932
984
  ] });
933
985
  };
934
986
  var home_default = Home;
935
987
 
936
988
  // src/icons/v2/outline/info.tsx
937
- import { jsx as jsx37, jsxs as jsxs26 } from "react/jsx-runtime";
989
+ import { jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
938
990
  var Info = (props) => {
939
991
  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(
992
+ return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
993
+ /* @__PURE__ */ jsx39(
942
994
  "path",
943
995
  {
944
996
  d: "M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z",
945
997
  fill: color
946
998
  }
947
999
  ),
948
- /* @__PURE__ */ jsx37(
1000
+ /* @__PURE__ */ jsx39(
949
1001
  "path",
950
1002
  {
951
1003
  fillRule: "evenodd",
@@ -954,7 +1006,7 @@ var Info = (props) => {
954
1006
  fill: color
955
1007
  }
956
1008
  ),
957
- /* @__PURE__ */ jsx37(
1009
+ /* @__PURE__ */ jsx39(
958
1010
  "path",
959
1011
  {
960
1012
  fillRule: "evenodd",
@@ -968,25 +1020,25 @@ var Info = (props) => {
968
1020
  var info_default = Info;
969
1021
 
970
1022
  // src/icons/v2/outline/kebab-menu.tsx
971
- import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
1023
+ import { jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
972
1024
  var KebabMenu = (props) => {
973
1025
  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(
1026
+ return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1027
+ /* @__PURE__ */ jsx40(
976
1028
  "path",
977
1029
  {
978
1030
  d: "M11.6 6.1C11.6 6.98366 10.8836 7.7 9.99999 7.7C9.11634 7.7 8.39999 6.98366 8.39999 6.1C8.39999 5.21634 9.11634 4.5 9.99999 4.5C10.8836 4.5 11.6 5.21634 11.6 6.1Z",
979
1031
  fill: color
980
1032
  }
981
1033
  ),
982
- /* @__PURE__ */ jsx38(
1034
+ /* @__PURE__ */ jsx40(
983
1035
  "path",
984
1036
  {
985
1037
  d: "M11.6 12.5C11.6 13.3837 10.8836 14.1 9.99999 14.1C9.11634 14.1 8.39999 13.3837 8.39999 12.5C8.39999 11.6163 9.11634 10.9 9.99999 10.9C10.8836 10.9 11.6 11.6163 11.6 12.5Z",
986
1038
  fill: color
987
1039
  }
988
1040
  ),
989
- /* @__PURE__ */ jsx38(
1041
+ /* @__PURE__ */ jsx40(
990
1042
  "path",
991
1043
  {
992
1044
  d: "M11.6 18.9C11.6 19.7837 10.8836 20.5 9.99999 20.5C9.11634 20.5 8.39999 19.7837 8.39999 18.9C8.39999 18.0163 9.11634 17.3 9.99999 17.3C10.8836 17.3 11.6 18.0163 11.6 18.9Z",
@@ -998,12 +1050,12 @@ var KebabMenu = (props) => {
998
1050
  var kebab_menu_default = KebabMenu;
999
1051
 
1000
1052
  // src/icons/v2/outline/logout.tsx
1001
- import { jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
1053
+ import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
1002
1054
  var Logout = (props) => {
1003
1055
  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(
1056
+ return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1057
+ /* @__PURE__ */ jsxs30("g", { clipPath: "url(#icon-outline-logout)", children: [
1058
+ /* @__PURE__ */ jsx41(
1007
1059
  "path",
1008
1060
  {
1009
1061
  fillRule: "evenodd",
@@ -1012,7 +1064,7 @@ var Logout = (props) => {
1012
1064
  fill: color
1013
1065
  }
1014
1066
  ),
1015
- /* @__PURE__ */ jsx39(
1067
+ /* @__PURE__ */ jsx41(
1016
1068
  "path",
1017
1069
  {
1018
1070
  fillRule: "evenodd",
@@ -1021,7 +1073,7 @@ var Logout = (props) => {
1021
1073
  fill: color
1022
1074
  }
1023
1075
  ),
1024
- /* @__PURE__ */ jsx39(
1076
+ /* @__PURE__ */ jsx41(
1025
1077
  "path",
1026
1078
  {
1027
1079
  fillRule: "evenodd",
@@ -1031,18 +1083,18 @@ var Logout = (props) => {
1031
1083
  }
1032
1084
  )
1033
1085
  ] }),
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)" }) }) })
1086
+ /* @__PURE__ */ jsx41("defs", { children: /* @__PURE__ */ jsx41("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx41("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1035
1087
  ] });
1036
1088
  };
1037
1089
  var logout_default = Logout;
1038
1090
 
1039
1091
  // src/icons/v2/outline/map-marker.tsx
1040
- import { jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
1092
+ import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
1041
1093
  var MapMarker = (props) => {
1042
1094
  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(
1095
+ return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1096
+ /* @__PURE__ */ jsxs31("g", { clipPath: "url(#map-marker)", children: [
1097
+ /* @__PURE__ */ jsx42(
1046
1098
  "path",
1047
1099
  {
1048
1100
  fillRule: "evenodd",
@@ -1051,7 +1103,7 @@ var MapMarker = (props) => {
1051
1103
  fill: color
1052
1104
  }
1053
1105
  ),
1054
- /* @__PURE__ */ jsx40(
1106
+ /* @__PURE__ */ jsx42(
1055
1107
  "path",
1056
1108
  {
1057
1109
  fillRule: "evenodd",
@@ -1061,17 +1113,17 @@ var MapMarker = (props) => {
1061
1113
  }
1062
1114
  )
1063
1115
  ] }),
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)" }) }) })
1116
+ /* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1065
1117
  ] });
1066
1118
  };
1067
1119
  var map_marker_default = MapMarker;
1068
1120
 
1069
1121
  // src/icons/v2/outline/minus.tsx
1070
- import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
1122
+ import { jsx as jsx43, jsxs as jsxs32 } from "react/jsx-runtime";
1071
1123
  var Minus = (props) => {
1072
1124
  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(
1125
+ return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1126
+ /* @__PURE__ */ jsx43("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx43(
1075
1127
  "path",
1076
1128
  {
1077
1129
  fillRule: "evenodd",
@@ -1080,16 +1132,16 @@ var Minus = (props) => {
1080
1132
  fill: color
1081
1133
  }
1082
1134
  ) }),
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)" }) }) })
1135
+ /* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1084
1136
  ] });
1085
1137
  };
1086
1138
  var minus_default = Minus;
1087
1139
 
1088
1140
  // src/icons/v2/outline/minus-large.tsx
1089
- import { jsx as jsx42 } from "react/jsx-runtime";
1141
+ import { jsx as jsx44 } from "react/jsx-runtime";
1090
1142
  var MinusLarge = (props) => {
1091
1143
  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(
1144
+ return /* @__PURE__ */ jsx44("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx44(
1093
1145
  "path",
1094
1146
  {
1095
1147
  fillRule: "evenodd",
@@ -1102,10 +1154,10 @@ var MinusLarge = (props) => {
1102
1154
  var minus_large_default = MinusLarge;
1103
1155
 
1104
1156
  // src/icons/v2/outline/no-gps.tsx
1105
- import { jsx as jsx43 } from "react/jsx-runtime";
1157
+ import { jsx as jsx45 } from "react/jsx-runtime";
1106
1158
  var NoGps = (props) => {
1107
1159
  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(
1160
+ return /* @__PURE__ */ jsx45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx45(
1109
1161
  "path",
1110
1162
  {
1111
1163
  fillRule: "evenodd",
@@ -1118,11 +1170,11 @@ var NoGps = (props) => {
1118
1170
  var no_gps_default = NoGps;
1119
1171
 
1120
1172
  // src/icons/v2/outline/note.tsx
1121
- import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
1173
+ import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
1122
1174
  var Note = (props) => {
1123
1175
  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(
1176
+ return /* @__PURE__ */ jsxs33("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1177
+ /* @__PURE__ */ jsx46(
1126
1178
  "path",
1127
1179
  {
1128
1180
  fillRule: "evenodd",
@@ -1131,7 +1183,7 @@ var Note = (props) => {
1131
1183
  fill: color
1132
1184
  }
1133
1185
  ),
1134
- /* @__PURE__ */ jsx44(
1186
+ /* @__PURE__ */ jsx46(
1135
1187
  "path",
1136
1188
  {
1137
1189
  fillRule: "evenodd",
@@ -1140,7 +1192,7 @@ var Note = (props) => {
1140
1192
  fill: color
1141
1193
  }
1142
1194
  ),
1143
- /* @__PURE__ */ jsx44(
1195
+ /* @__PURE__ */ jsx46(
1144
1196
  "path",
1145
1197
  {
1146
1198
  d: "M11.4941 2.00391C11.8125 2.00391 12.1122 2.08481 12.373 2.22754L11.5537 3.00586C11.5342 3.00449 11.514 3.00391 11.4941 3.00391H7.06738C6.81964 3.00401 6.58501 3.11406 6.42676 3.30469L3.86914 6.38574C3.74503 6.53531 3.67676 6.72361 3.67676 6.91797V12.8154C3.67701 13.2755 4.05066 13.6484 4.51074 13.6484H11.4941C11.9542 13.6484 12.3279 13.2755 12.3281 12.8154V5.08496L13.3281 4.23535V12.8154C13.3279 13.8277 12.5065 14.6484 11.4941 14.6484H4.51074C3.49838 14.6484 2.67701 13.8277 2.67676 12.8154V6.91797C2.67676 6.49036 2.82653 6.07612 3.09961 5.74707L5.65723 2.66602C6.00546 2.24648 6.52216 2.00401 7.06738 2.00391H11.4941Z",
@@ -1152,11 +1204,11 @@ var Note = (props) => {
1152
1204
  var note_default = Note;
1153
1205
 
1154
1206
  // src/icons/v2/outline/order-history.tsx
1155
- import { jsx as jsx45, jsxs as jsxs32 } from "react/jsx-runtime";
1207
+ import { jsx as jsx47, jsxs as jsxs34 } from "react/jsx-runtime";
1156
1208
  var OrderHistory = (props) => {
1157
1209
  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(
1210
+ return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1211
+ /* @__PURE__ */ jsx47(
1160
1212
  "path",
1161
1213
  {
1162
1214
  fillRule: "evenodd",
@@ -1165,7 +1217,7 @@ var OrderHistory = (props) => {
1165
1217
  fill: color
1166
1218
  }
1167
1219
  ),
1168
- /* @__PURE__ */ jsx45(
1220
+ /* @__PURE__ */ jsx47(
1169
1221
  "path",
1170
1222
  {
1171
1223
  fillRule: "evenodd",
@@ -1179,11 +1231,11 @@ var OrderHistory = (props) => {
1179
1231
  var order_history_default = OrderHistory;
1180
1232
 
1181
1233
  // src/icons/v2/outline/otp.tsx
1182
- import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
1234
+ import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
1183
1235
  var Otp = (props) => {
1184
1236
  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(
1237
+ return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1238
+ /* @__PURE__ */ jsx48(
1187
1239
  "path",
1188
1240
  {
1189
1241
  fillRule: "evenodd",
@@ -1192,7 +1244,7 @@ var Otp = (props) => {
1192
1244
  fill: color
1193
1245
  }
1194
1246
  ),
1195
- /* @__PURE__ */ jsx46(
1247
+ /* @__PURE__ */ jsx48(
1196
1248
  "path",
1197
1249
  {
1198
1250
  fillRule: "evenodd",
@@ -1201,7 +1253,7 @@ var Otp = (props) => {
1201
1253
  fill: color
1202
1254
  }
1203
1255
  ),
1204
- /* @__PURE__ */ jsx46(
1256
+ /* @__PURE__ */ jsx48(
1205
1257
  "path",
1206
1258
  {
1207
1259
  fillRule: "evenodd",
@@ -1210,7 +1262,7 @@ var Otp = (props) => {
1210
1262
  fill: color
1211
1263
  }
1212
1264
  ),
1213
- /* @__PURE__ */ jsx46(
1265
+ /* @__PURE__ */ jsx48(
1214
1266
  "path",
1215
1267
  {
1216
1268
  fillRule: "evenodd",
@@ -1219,7 +1271,7 @@ var Otp = (props) => {
1219
1271
  fill: color
1220
1272
  }
1221
1273
  ),
1222
- /* @__PURE__ */ jsx46(
1274
+ /* @__PURE__ */ jsx48(
1223
1275
  "path",
1224
1276
  {
1225
1277
  fillRule: "evenodd",
@@ -1228,7 +1280,7 @@ var Otp = (props) => {
1228
1280
  fill: color
1229
1281
  }
1230
1282
  ),
1231
- /* @__PURE__ */ jsx46(
1283
+ /* @__PURE__ */ jsx48(
1232
1284
  "path",
1233
1285
  {
1234
1286
  fillRule: "evenodd",
@@ -1242,11 +1294,11 @@ var Otp = (props) => {
1242
1294
  var otp_default = Otp;
1243
1295
 
1244
1296
  // src/icons/v2/outline/plus.tsx
1245
- import { jsx as jsx47, jsxs as jsxs34 } from "react/jsx-runtime";
1297
+ import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
1246
1298
  var Plus = (props) => {
1247
1299
  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(
1300
+ return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1301
+ /* @__PURE__ */ jsx49("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx49(
1250
1302
  "path",
1251
1303
  {
1252
1304
  fillRule: "evenodd",
@@ -1255,24 +1307,24 @@ var Plus = (props) => {
1255
1307
  fill: color
1256
1308
  }
1257
1309
  ) }),
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)" }) }) })
1310
+ /* @__PURE__ */ jsx49("defs", { children: /* @__PURE__ */ jsx49("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx49("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1259
1311
  ] });
1260
1312
  };
1261
1313
  var plus_default = Plus;
1262
1314
 
1263
1315
  // src/icons/v2/outline/plus-large.tsx
1264
- import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
1316
+ import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
1265
1317
  var PlusLarge = (props) => {
1266
1318
  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(
1319
+ return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1320
+ /* @__PURE__ */ jsx50(
1269
1321
  "path",
1270
1322
  {
1271
1323
  d: "M3.7731 12.0058C3.7731 11.4535 4.22081 11.0058 4.7731 11.0058L19.2582 11.0058C19.8104 11.0058 20.2582 11.4535 20.2582 12.0058C20.2582 12.558 19.8104 13.0058 19.2582 13.0058L4.7731 13.0058C4.22082 13.0058 3.7731 12.5581 3.7731 12.0058Z",
1272
1324
  fill: color
1273
1325
  }
1274
1326
  ),
1275
- /* @__PURE__ */ jsx48(
1327
+ /* @__PURE__ */ jsx50(
1276
1328
  "path",
1277
1329
  {
1278
1330
  d: "M12.0156 3.76321C12.5679 3.76321 13.0156 4.21092 13.0156 4.76321L13.0157 19.2483C13.0157 19.8006 12.568 20.2483 12.0157 20.2483C11.4634 20.2483 11.0157 19.8006 11.0157 19.2483L11.0156 4.76322C11.0156 4.21093 11.4633 3.76321 12.0156 3.76321Z",
@@ -1284,12 +1336,12 @@ var PlusLarge = (props) => {
1284
1336
  var plus_large_default = PlusLarge;
1285
1337
 
1286
1338
  // src/icons/v2/outline/privacy-policy.tsx
1287
- import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
1339
+ import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
1288
1340
  var PrivacyPolicy = (props) => {
1289
1341
  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(
1342
+ return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1343
+ /* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_6322_13346)", children: [
1344
+ /* @__PURE__ */ jsx51(
1293
1345
  "path",
1294
1346
  {
1295
1347
  fillRule: "evenodd",
@@ -1298,7 +1350,7 @@ var PrivacyPolicy = (props) => {
1298
1350
  fill: color
1299
1351
  }
1300
1352
  ),
1301
- /* @__PURE__ */ jsx49(
1353
+ /* @__PURE__ */ jsx51(
1302
1354
  "path",
1303
1355
  {
1304
1356
  fillRule: "evenodd",
@@ -1307,7 +1359,7 @@ var PrivacyPolicy = (props) => {
1307
1359
  fill: color
1308
1360
  }
1309
1361
  ),
1310
- /* @__PURE__ */ jsx49(
1362
+ /* @__PURE__ */ jsx51(
1311
1363
  "path",
1312
1364
  {
1313
1365
  fillRule: "evenodd",
@@ -1316,7 +1368,7 @@ var PrivacyPolicy = (props) => {
1316
1368
  fill: color
1317
1369
  }
1318
1370
  ),
1319
- /* @__PURE__ */ jsx49(
1371
+ /* @__PURE__ */ jsx51(
1320
1372
  "path",
1321
1373
  {
1322
1374
  fillRule: "evenodd",
@@ -1325,7 +1377,7 @@ var PrivacyPolicy = (props) => {
1325
1377
  fill: color
1326
1378
  }
1327
1379
  ),
1328
- /* @__PURE__ */ jsx49(
1380
+ /* @__PURE__ */ jsx51(
1329
1381
  "path",
1330
1382
  {
1331
1383
  fillRule: "evenodd",
@@ -1334,7 +1386,7 @@ var PrivacyPolicy = (props) => {
1334
1386
  fill: color
1335
1387
  }
1336
1388
  ),
1337
- /* @__PURE__ */ jsx49(
1389
+ /* @__PURE__ */ jsx51(
1338
1390
  "path",
1339
1391
  {
1340
1392
  fillRule: "evenodd",
@@ -1344,18 +1396,18 @@ var PrivacyPolicy = (props) => {
1344
1396
  }
1345
1397
  )
1346
1398
  ] }),
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)" }) }) })
1399
+ /* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx51("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1348
1400
  ] });
1349
1401
  };
1350
1402
  var privacy_policy_default = PrivacyPolicy;
1351
1403
 
1352
1404
  // src/icons/v2/outline/profile.tsx
1353
- import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
1405
+ import { jsx as jsx52, jsxs as jsxs39 } from "react/jsx-runtime";
1354
1406
  var Profile = (props) => {
1355
1407
  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(
1408
+ return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1409
+ /* @__PURE__ */ jsxs39("g", { clipPath: "url(#icon-outline-profile)", children: [
1410
+ /* @__PURE__ */ jsx52(
1359
1411
  "path",
1360
1412
  {
1361
1413
  fillRule: "evenodd",
@@ -1364,7 +1416,7 @@ var Profile = (props) => {
1364
1416
  fill: color
1365
1417
  }
1366
1418
  ),
1367
- /* @__PURE__ */ jsx50(
1419
+ /* @__PURE__ */ jsx52(
1368
1420
  "path",
1369
1421
  {
1370
1422
  fillRule: "evenodd",
@@ -1374,17 +1426,17 @@ var Profile = (props) => {
1374
1426
  }
1375
1427
  )
1376
1428
  ] }),
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)" }) }) })
1429
+ /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1378
1430
  ] });
1379
1431
  };
1380
1432
  var profile_default = Profile;
1381
1433
 
1382
1434
  // src/icons/v2/outline/qr-code.tsx
1383
- import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
1435
+ import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
1384
1436
  var QRCode = (props) => {
1385
1437
  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(
1438
+ return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1439
+ /* @__PURE__ */ jsx53(
1388
1440
  "path",
1389
1441
  {
1390
1442
  fillRule: "evenodd",
@@ -1393,7 +1445,7 @@ var QRCode = (props) => {
1393
1445
  fill: color
1394
1446
  }
1395
1447
  ),
1396
- /* @__PURE__ */ jsx51(
1448
+ /* @__PURE__ */ jsx53(
1397
1449
  "path",
1398
1450
  {
1399
1451
  fillRule: "evenodd",
@@ -1402,7 +1454,7 @@ var QRCode = (props) => {
1402
1454
  fill: color
1403
1455
  }
1404
1456
  ),
1405
- /* @__PURE__ */ jsx51(
1457
+ /* @__PURE__ */ jsx53(
1406
1458
  "path",
1407
1459
  {
1408
1460
  fillRule: "evenodd",
@@ -1411,7 +1463,7 @@ var QRCode = (props) => {
1411
1463
  fill: color
1412
1464
  }
1413
1465
  ),
1414
- /* @__PURE__ */ jsx51(
1466
+ /* @__PURE__ */ jsx53(
1415
1467
  "path",
1416
1468
  {
1417
1469
  fillRule: "evenodd",
@@ -1420,7 +1472,7 @@ var QRCode = (props) => {
1420
1472
  fill: color
1421
1473
  }
1422
1474
  ),
1423
- /* @__PURE__ */ jsx51(
1475
+ /* @__PURE__ */ jsx53(
1424
1476
  "path",
1425
1477
  {
1426
1478
  fillRule: "evenodd",
@@ -1429,7 +1481,7 @@ var QRCode = (props) => {
1429
1481
  fill: color
1430
1482
  }
1431
1483
  ),
1432
- /* @__PURE__ */ jsx51(
1484
+ /* @__PURE__ */ jsx53(
1433
1485
  "path",
1434
1486
  {
1435
1487
  fillRule: "evenodd",
@@ -1438,7 +1490,7 @@ var QRCode = (props) => {
1438
1490
  fill: color
1439
1491
  }
1440
1492
  ),
1441
- /* @__PURE__ */ jsx51(
1493
+ /* @__PURE__ */ jsx53(
1442
1494
  "path",
1443
1495
  {
1444
1496
  fillRule: "evenodd",
@@ -1447,7 +1499,7 @@ var QRCode = (props) => {
1447
1499
  fill: color
1448
1500
  }
1449
1501
  ),
1450
- /* @__PURE__ */ jsx51(
1502
+ /* @__PURE__ */ jsx53(
1451
1503
  "path",
1452
1504
  {
1453
1505
  fillRule: "evenodd",
@@ -1456,7 +1508,7 @@ var QRCode = (props) => {
1456
1508
  fill: color
1457
1509
  }
1458
1510
  ),
1459
- /* @__PURE__ */ jsx51(
1511
+ /* @__PURE__ */ jsx53(
1460
1512
  "path",
1461
1513
  {
1462
1514
  fillRule: "evenodd",
@@ -1465,7 +1517,7 @@ var QRCode = (props) => {
1465
1517
  fill: color
1466
1518
  }
1467
1519
  ),
1468
- /* @__PURE__ */ jsx51(
1520
+ /* @__PURE__ */ jsx53(
1469
1521
  "path",
1470
1522
  {
1471
1523
  fillRule: "evenodd",
@@ -1479,10 +1531,10 @@ var QRCode = (props) => {
1479
1531
  var qr_code_default = QRCode;
1480
1532
 
1481
1533
  // src/icons/v2/outline/qr-code-base.tsx
1482
- import { jsx as jsx52 } from "react/jsx-runtime";
1534
+ import { jsx as jsx54 } from "react/jsx-runtime";
1483
1535
  var QRCodeBase = (props) => {
1484
1536
  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(
1537
+ return /* @__PURE__ */ jsx54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
1486
1538
  "path",
1487
1539
  {
1488
1540
  fillRule: "evenodd",
@@ -1495,11 +1547,11 @@ var QRCodeBase = (props) => {
1495
1547
  var qr_code_base_default = QRCodeBase;
1496
1548
 
1497
1549
  // src/icons/v2/outline/search.tsx
1498
- import { jsx as jsx53, jsxs as jsxs39 } from "react/jsx-runtime";
1550
+ import { jsx as jsx55, jsxs as jsxs41 } from "react/jsx-runtime";
1499
1551
  var Search = (props) => {
1500
1552
  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(
1553
+ return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1554
+ /* @__PURE__ */ jsx55(
1503
1555
  "path",
1504
1556
  {
1505
1557
  fillRule: "evenodd",
@@ -1508,7 +1560,7 @@ var Search = (props) => {
1508
1560
  fill: color
1509
1561
  }
1510
1562
  ),
1511
- /* @__PURE__ */ jsx53(
1563
+ /* @__PURE__ */ jsx55(
1512
1564
  "path",
1513
1565
  {
1514
1566
  fillRule: "evenodd",
@@ -1522,10 +1574,10 @@ var Search = (props) => {
1522
1574
  var search_default = Search;
1523
1575
 
1524
1576
  // src/icons/v2/outline/setting.tsx
1525
- import { jsx as jsx54 } from "react/jsx-runtime";
1577
+ import { jsx as jsx56 } from "react/jsx-runtime";
1526
1578
  var Setting = (props) => {
1527
1579
  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(
1580
+ return /* @__PURE__ */ jsx56("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx56(
1529
1581
  "path",
1530
1582
  {
1531
1583
  d: "M15.2339 21.5C14.798 21.5 14.362 21.3549 13.9987 21.1011C13.0723 20.4303 11.9642 20.4303 11.0196 21.1011C10.4565 21.5 9.72984 21.6087 9.07589 21.3731C7.98597 20.9742 6.98688 20.3941 6.09678 19.6507C5.56998 19.2156 5.2975 18.5267 5.37017 17.8378C5.42466 17.2757 5.31567 16.7318 5.06136 16.2967C4.80704 15.8616 4.38924 15.499 3.88061 15.2633C3.24483 14.9733 2.79069 14.3931 2.66354 13.7042C2.46372 12.562 2.46372 11.4198 2.66354 10.2776C2.79069 9.58871 3.24483 9.00856 3.88061 8.71848C4.40741 8.4828 4.80704 8.13833 5.06136 7.68509C5.31567 7.24997 5.42466 6.72421 5.37017 6.14406C5.2975 5.45512 5.56998 4.78432 6.09678 4.33108C6.98688 3.58776 7.98597 3.00761 9.07589 2.60875C9.72984 2.37306 10.4746 2.48184 11.0377 2.8807C11.9642 3.53337 13.0723 3.5515 13.9987 2.8807C14.5436 2.49997 15.2703 2.39119 15.9424 2.62688C17.0323 3.02574 18.0314 3.60589 18.9215 4.34921C19.4483 4.80245 19.7389 5.49138 19.6481 6.18031C19.5936 6.74234 19.7026 7.2681 19.9569 7.72134C20.2112 8.15646 20.629 8.51905 21.1377 8.75474C21.7734 9.02669 22.2276 9.60684 22.3547 10.2958C22.5545 11.4379 22.5545 12.5983 22.3547 13.7223C22.2457 14.3931 21.7916 14.9733 21.1377 15.2633C20.6109 15.499 20.2112 15.8616 19.9569 16.2967C19.7026 16.7318 19.5936 17.2576 19.6481 17.8378C19.7208 18.5267 19.4483 19.2156 18.9215 19.6507C18.0314 20.3941 17.0323 20.9742 15.9424 21.3731C15.7062 21.4637 15.4701 21.5 15.2339 21.5ZM12.5091 19.1975C13.3084 19.1975 14.1077 19.4694 14.8161 19.9771C14.8888 20.0315 15.1613 20.1946 15.4701 20.0858C16.4147 19.7414 17.2684 19.2519 18.0314 18.5992C18.2857 18.3816 18.2857 18.0734 18.2675 17.9828C18.1767 17.1126 18.3402 16.2967 18.758 15.6078C19.1576 14.9189 19.7934 14.3568 20.5745 14.0124C20.6472 13.9761 20.9378 13.8311 20.9923 13.4866C21.174 12.5076 21.174 11.5105 20.9923 10.5315C20.956 10.2958 20.7925 10.1145 20.5745 10.0057C19.7753 9.6431 19.1576 9.09921 18.758 8.39215C18.3584 7.70322 18.1949 6.88738 18.2857 6.01715C18.3039 5.78146 18.213 5.54577 18.0314 5.40073C17.2684 4.76619 16.3965 4.25856 15.4701 3.91409C15.2521 3.84157 15.0159 3.87783 14.8161 4.00474C13.3811 5.02001 11.619 5.02001 10.2021 4.00474C10.0023 3.8597 9.76617 3.82344 9.54819 3.91409C8.62176 4.25856 7.74982 4.74806 6.98688 5.40073C6.80523 5.54577 6.7144 5.78146 6.75073 6.01715C6.84156 6.88738 6.67807 7.70322 6.27843 8.39215C5.87879 9.08108 5.24301 9.6431 4.4619 9.98757C4.24392 10.0782 4.08043 10.2776 4.0441 10.5133C3.88061 11.4923 3.88061 12.4895 4.0441 13.4685C4.09859 13.8129 4.37107 13.958 4.4619 13.9942C5.24301 14.3387 5.87879 14.9007 6.27843 15.5897C6.67807 16.2786 6.84156 17.1126 6.75073 17.9647C6.75073 18.0553 6.73256 18.3635 6.98688 18.5811C7.74982 19.2156 8.62176 19.7233 9.54819 20.0677C9.76617 20.1402 10.0023 20.104 10.2021 19.9771C10.9106 19.4694 11.7099 19.1975 12.5091 19.1975ZM12.5091 15.4809C10.5836 15.4809 9.02139 13.9217 9.02139 12C9.02139 10.0782 10.5836 8.51906 12.5091 8.51906C14.4347 8.51906 15.9969 10.0782 15.9969 12C15.9969 13.9217 14.4347 15.4809 12.5091 15.4809ZM12.5091 9.91505C11.3466 9.91505 10.4201 10.8578 10.4201 12C10.4201 13.1603 11.3647 14.0849 12.5091 14.0849C13.6717 14.0849 14.5981 13.1421 14.5981 12C14.5981 10.8578 13.6535 9.91505 12.5091 9.91505Z",
@@ -1536,11 +1588,11 @@ var Setting = (props) => {
1536
1588
  var setting_default = Setting;
1537
1589
 
1538
1590
  // src/icons/v2/outline/share.tsx
1539
- import { jsx as jsx55, jsxs as jsxs40 } from "react/jsx-runtime";
1591
+ import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
1540
1592
  var Bag2 = (props) => {
1541
1593
  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(
1594
+ return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1595
+ /* @__PURE__ */ jsx57(
1544
1596
  "path",
1545
1597
  {
1546
1598
  fillRule: "evenodd",
@@ -1549,7 +1601,7 @@ var Bag2 = (props) => {
1549
1601
  fill: color
1550
1602
  }
1551
1603
  ),
1552
- /* @__PURE__ */ jsx55(
1604
+ /* @__PURE__ */ jsx57(
1553
1605
  "path",
1554
1606
  {
1555
1607
  fillRule: "evenodd",
@@ -1558,7 +1610,7 @@ var Bag2 = (props) => {
1558
1610
  fill: color
1559
1611
  }
1560
1612
  ),
1561
- /* @__PURE__ */ jsx55(
1613
+ /* @__PURE__ */ jsx57(
1562
1614
  "path",
1563
1615
  {
1564
1616
  fillRule: "evenodd",
@@ -1572,11 +1624,11 @@ var Bag2 = (props) => {
1572
1624
  var share_default = Bag2;
1573
1625
 
1574
1626
  // src/icons/v2/outline/sort.tsx
1575
- import { jsx as jsx56, jsxs as jsxs41 } from "react/jsx-runtime";
1627
+ import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
1576
1628
  var Sort = (props) => {
1577
1629
  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(
1630
+ return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1631
+ /* @__PURE__ */ jsx58(
1580
1632
  "path",
1581
1633
  {
1582
1634
  fillRule: "evenodd",
@@ -1585,7 +1637,7 @@ var Sort = (props) => {
1585
1637
  fill: color
1586
1638
  }
1587
1639
  ),
1588
- /* @__PURE__ */ jsx56(
1640
+ /* @__PURE__ */ jsx58(
1589
1641
  "path",
1590
1642
  {
1591
1643
  fillRule: "evenodd",
@@ -1599,25 +1651,25 @@ var Sort = (props) => {
1599
1651
  var sort_default = Sort;
1600
1652
 
1601
1653
  // src/icons/v2/outline/store-complete.tsx
1602
- import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
1654
+ import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
1603
1655
  var StoreComplete = (props) => {
1604
1656
  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(
1657
+ return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1658
+ /* @__PURE__ */ jsx59(
1607
1659
  "path",
1608
1660
  {
1609
1661
  d: "M4.41675 3C4.00253 3 3.66675 3.33579 3.66675 3.75C3.66675 4.16421 4.00253 4.5 4.41675 4.5H19.5833C19.9975 4.5 20.3333 4.16421 20.3333 3.75C20.3333 3.33579 19.9975 3 19.5833 3H4.41675Z",
1610
1662
  fill: color
1611
1663
  }
1612
1664
  ),
1613
- /* @__PURE__ */ jsx57(
1665
+ /* @__PURE__ */ jsx59(
1614
1666
  "path",
1615
1667
  {
1616
1668
  d: "M19.0898 16.5493C19.3437 16.8032 19.3437 17.2147 19.0898 17.4686L17.0898 19.4686C16.836 19.7224 16.4244 19.7224 16.1706 19.4686L14.9104 18.2084C14.6565 17.9545 14.6565 17.543 14.9103 17.2891C15.1642 17.0353 15.5757 17.0353 15.8296 17.2891L16.6302 18.0897L18.1706 16.5493C18.4244 16.2955 18.836 16.2955 19.0898 16.5493Z",
1617
1669
  fill: color
1618
1670
  }
1619
1671
  ),
1620
- /* @__PURE__ */ jsx57(
1672
+ /* @__PURE__ */ jsx59(
1621
1673
  "path",
1622
1674
  {
1623
1675
  fillRule: "evenodd",
@@ -1631,12 +1683,12 @@ var StoreComplete = (props) => {
1631
1683
  var store_complete_default = StoreComplete;
1632
1684
 
1633
1685
  // src/icons/v2/outline/term-conditions.tsx
1634
- import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
1686
+ import { jsx as jsx60, jsxs as jsxs45 } from "react/jsx-runtime";
1635
1687
  var TermConditions = (props) => {
1636
1688
  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(
1689
+ return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1690
+ /* @__PURE__ */ jsxs45("g", { clipPath: "url(#clip0_6322_13347)", children: [
1691
+ /* @__PURE__ */ jsx60(
1640
1692
  "path",
1641
1693
  {
1642
1694
  fillRule: "evenodd",
@@ -1645,7 +1697,7 @@ var TermConditions = (props) => {
1645
1697
  fill: color
1646
1698
  }
1647
1699
  ),
1648
- /* @__PURE__ */ jsx58(
1700
+ /* @__PURE__ */ jsx60(
1649
1701
  "path",
1650
1702
  {
1651
1703
  fillRule: "evenodd",
@@ -1654,7 +1706,7 @@ var TermConditions = (props) => {
1654
1706
  fill: color
1655
1707
  }
1656
1708
  ),
1657
- /* @__PURE__ */ jsx58(
1709
+ /* @__PURE__ */ jsx60(
1658
1710
  "path",
1659
1711
  {
1660
1712
  fillRule: "evenodd",
@@ -1663,7 +1715,7 @@ var TermConditions = (props) => {
1663
1715
  fill: color
1664
1716
  }
1665
1717
  ),
1666
- /* @__PURE__ */ jsx58(
1718
+ /* @__PURE__ */ jsx60(
1667
1719
  "path",
1668
1720
  {
1669
1721
  fillRule: "evenodd",
@@ -1672,7 +1724,7 @@ var TermConditions = (props) => {
1672
1724
  fill: color
1673
1725
  }
1674
1726
  ),
1675
- /* @__PURE__ */ jsx58(
1727
+ /* @__PURE__ */ jsx60(
1676
1728
  "path",
1677
1729
  {
1678
1730
  fillRule: "evenodd",
@@ -1681,7 +1733,7 @@ var TermConditions = (props) => {
1681
1733
  fill: color
1682
1734
  }
1683
1735
  ),
1684
- /* @__PURE__ */ jsx58(
1736
+ /* @__PURE__ */ jsx60(
1685
1737
  "path",
1686
1738
  {
1687
1739
  fillRule: "evenodd",
@@ -1691,18 +1743,18 @@ var TermConditions = (props) => {
1691
1743
  }
1692
1744
  )
1693
1745
  ] }),
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)" }) }) })
1746
+ /* @__PURE__ */ jsx60("defs", { children: /* @__PURE__ */ jsx60("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx60("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1695
1747
  ] });
1696
1748
  };
1697
1749
  var term_conditions_default = TermConditions;
1698
1750
 
1699
1751
  // src/icons/v2/outline/trash.tsx
1700
- import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
1752
+ import { jsx as jsx61, jsxs as jsxs46 } from "react/jsx-runtime";
1701
1753
  var Trash = (props) => {
1702
1754
  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(
1755
+ return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1756
+ /* @__PURE__ */ jsxs46("g", { clipPath: "url(#clip0_5761_9499)", children: [
1757
+ /* @__PURE__ */ jsx61(
1706
1758
  "path",
1707
1759
  {
1708
1760
  fillRule: "evenodd",
@@ -1711,7 +1763,7 @@ var Trash = (props) => {
1711
1763
  fill: color
1712
1764
  }
1713
1765
  ),
1714
- /* @__PURE__ */ jsx59(
1766
+ /* @__PURE__ */ jsx61(
1715
1767
  "path",
1716
1768
  {
1717
1769
  fillRule: "evenodd",
@@ -1720,7 +1772,7 @@ var Trash = (props) => {
1720
1772
  fill: color
1721
1773
  }
1722
1774
  ),
1723
- /* @__PURE__ */ jsx59(
1775
+ /* @__PURE__ */ jsx61(
1724
1776
  "path",
1725
1777
  {
1726
1778
  fillRule: "evenodd",
@@ -1729,7 +1781,7 @@ var Trash = (props) => {
1729
1781
  fill: color
1730
1782
  }
1731
1783
  ),
1732
- /* @__PURE__ */ jsx59(
1784
+ /* @__PURE__ */ jsx61(
1733
1785
  "path",
1734
1786
  {
1735
1787
  fillRule: "evenodd",
@@ -1739,17 +1791,17 @@ var Trash = (props) => {
1739
1791
  }
1740
1792
  )
1741
1793
  ] }),
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)" }) }) })
1794
+ /* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx61("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1743
1795
  ] });
1744
1796
  };
1745
1797
  var trash_default = Trash;
1746
1798
 
1747
1799
  // src/icons/v2/outline/truck.tsx
1748
- import { jsx as jsx60, jsxs as jsxs45 } from "react/jsx-runtime";
1800
+ import { jsx as jsx62, jsxs as jsxs47 } from "react/jsx-runtime";
1749
1801
  var Truck = (props) => {
1750
1802
  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(
1803
+ return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1804
+ /* @__PURE__ */ jsx62("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx62(
1753
1805
  "path",
1754
1806
  {
1755
1807
  fillRule: "evenodd",
@@ -1758,38 +1810,38 @@ var Truck = (props) => {
1758
1810
  fill: color
1759
1811
  }
1760
1812
  ) }),
1761
- /* @__PURE__ */ jsx60("defs", { children: /* @__PURE__ */ jsx60("clipPath", { id: "truck", children: /* @__PURE__ */ jsx60("rect", { width: "24", height: "24", fill: "white" }) }) })
1813
+ /* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "truck", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white" }) }) })
1762
1814
  ] });
1763
1815
  };
1764
1816
  var truck_default = Truck;
1765
1817
 
1766
1818
  // src/icons/v2/outline/truck-discount.tsx
1767
- import { jsx as jsx61, jsxs as jsxs46 } from "react/jsx-runtime";
1819
+ import { jsx as jsx63, jsxs as jsxs48 } from "react/jsx-runtime";
1768
1820
  var TruckDiscount = (props) => {
1769
1821
  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(
1822
+ return /* @__PURE__ */ jsxs48("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1823
+ /* @__PURE__ */ jsx63(
1772
1824
  "path",
1773
1825
  {
1774
1826
  d: "M7.53159 6.71973C7.66828 6.5832 7.89007 6.58309 8.0267 6.71973C8.16285 6.85631 8.16286 7.07729 8.0267 7.21387L5.39584 9.84473L5.34116 9.88965C5.20548 9.9791 5.02126 9.96389 4.9017 9.84473C4.76502 9.70804 4.76502 9.48629 4.9017 9.34961L7.53159 6.71973Z",
1775
1827
  fill: color
1776
1828
  }
1777
1829
  ),
1778
- /* @__PURE__ */ jsx61(
1830
+ /* @__PURE__ */ jsx63(
1779
1831
  "path",
1780
1832
  {
1781
1833
  d: "M7.39194 8.75977C7.66062 8.75993 7.87903 8.97742 7.87924 9.24609C7.87924 9.51495 7.66075 9.73323 7.39194 9.7334C7.12311 9.73326 6.90561 9.51496 6.90561 9.24609C6.90582 8.97741 7.12323 8.75991 7.39194 8.75977Z",
1782
1834
  fill: color
1783
1835
  }
1784
1836
  ),
1785
- /* @__PURE__ */ jsx61(
1837
+ /* @__PURE__ */ jsx63(
1786
1838
  "path",
1787
1839
  {
1788
1840
  d: "M5.47592 6.86719C5.74453 6.86748 5.96308 7.08487 5.96323 7.35352C5.96323 7.62229 5.74462 7.84052 5.47592 7.84082C5.20709 7.84068 4.98959 7.62238 4.98959 7.35352C4.98974 7.08477 5.20718 6.86733 5.47592 6.86719Z",
1789
1841
  fill: color
1790
1842
  }
1791
1843
  ),
1792
- /* @__PURE__ */ jsx61(
1844
+ /* @__PURE__ */ jsx63(
1793
1845
  "path",
1794
1846
  {
1795
1847
  fillRule: "evenodd",
@@ -1803,12 +1855,12 @@ var TruckDiscount = (props) => {
1803
1855
  var truck_discount_default = TruckDiscount;
1804
1856
 
1805
1857
  // src/icons/v2/outline/virtual-wallet.tsx
1806
- import { jsx as jsx62, jsxs as jsxs47 } from "react/jsx-runtime";
1858
+ import { jsx as jsx64, jsxs as jsxs49 } from "react/jsx-runtime";
1807
1859
  var VirtualWallet = (props) => {
1808
1860
  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(
1861
+ return /* @__PURE__ */ jsxs49("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1862
+ /* @__PURE__ */ jsxs49("g", { clipPath: "url(#clip0_2092_1618)", children: [
1863
+ /* @__PURE__ */ jsx64(
1812
1864
  "path",
1813
1865
  {
1814
1866
  fillRule: "evenodd",
@@ -1817,7 +1869,7 @@ var VirtualWallet = (props) => {
1817
1869
  fill: color
1818
1870
  }
1819
1871
  ),
1820
- /* @__PURE__ */ jsx62(
1872
+ /* @__PURE__ */ jsx64(
1821
1873
  "path",
1822
1874
  {
1823
1875
  fillRule: "evenodd",
@@ -1826,7 +1878,7 @@ var VirtualWallet = (props) => {
1826
1878
  fill: color
1827
1879
  }
1828
1880
  ),
1829
- /* @__PURE__ */ jsx62(
1881
+ /* @__PURE__ */ jsx64(
1830
1882
  "path",
1831
1883
  {
1832
1884
  fillRule: "evenodd",
@@ -1835,14 +1887,14 @@ var VirtualWallet = (props) => {
1835
1887
  fill: color
1836
1888
  }
1837
1889
  ),
1838
- /* @__PURE__ */ jsx62(
1890
+ /* @__PURE__ */ jsx64(
1839
1891
  "path",
1840
1892
  {
1841
1893
  d: "M18 14.5039C18 15.3323 17.3284 16.0039 16.5 16.0039C15.6716 16.0039 15 15.3323 15 14.5039C15 13.6755 15.6716 13.0039 16.5 13.0039C17.3284 13.0039 18 13.6755 18 14.5039Z",
1842
1894
  fill: color
1843
1895
  }
1844
1896
  ),
1845
- /* @__PURE__ */ jsx62(
1897
+ /* @__PURE__ */ jsx64(
1846
1898
  "path",
1847
1899
  {
1848
1900
  fillRule: "evenodd",
@@ -1851,7 +1903,7 @@ var VirtualWallet = (props) => {
1851
1903
  fill: color
1852
1904
  }
1853
1905
  ),
1854
- /* @__PURE__ */ jsx62(
1906
+ /* @__PURE__ */ jsx64(
1855
1907
  "path",
1856
1908
  {
1857
1909
  fillRule: "evenodd",
@@ -1861,17 +1913,17 @@ var VirtualWallet = (props) => {
1861
1913
  }
1862
1914
  )
1863
1915
  ] }),
1864
- /* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white" }) }) })
1916
+ /* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white" }) }) })
1865
1917
  ] });
1866
1918
  };
1867
1919
  var virtual_wallet_default = VirtualWallet;
1868
1920
 
1869
1921
  // src/icons/v2/outline/voucher-applied.tsx
1870
- import { jsx as jsx63, jsxs as jsxs48 } from "react/jsx-runtime";
1922
+ import { jsx as jsx65, jsxs as jsxs50 } from "react/jsx-runtime";
1871
1923
  var VoucherApplied = (props) => {
1872
1924
  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(
1925
+ return /* @__PURE__ */ jsxs50("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
1926
+ /* @__PURE__ */ jsx65(
1875
1927
  "path",
1876
1928
  {
1877
1929
  fillRule: "evenodd",
@@ -1880,7 +1932,7 @@ var VoucherApplied = (props) => {
1880
1932
  fill: color
1881
1933
  }
1882
1934
  ),
1883
- /* @__PURE__ */ jsx63(
1935
+ /* @__PURE__ */ jsx65(
1884
1936
  "path",
1885
1937
  {
1886
1938
  fillRule: "evenodd",
@@ -1889,7 +1941,7 @@ var VoucherApplied = (props) => {
1889
1941
  fill: color
1890
1942
  }
1891
1943
  ),
1892
- /* @__PURE__ */ jsx63(
1944
+ /* @__PURE__ */ jsx65(
1893
1945
  "path",
1894
1946
  {
1895
1947
  fillRule: "evenodd",
@@ -1898,7 +1950,7 @@ var VoucherApplied = (props) => {
1898
1950
  fill: color
1899
1951
  }
1900
1952
  ),
1901
- /* @__PURE__ */ jsx63(
1953
+ /* @__PURE__ */ jsx65(
1902
1954
  "path",
1903
1955
  {
1904
1956
  fillRule: "evenodd",
@@ -1912,25 +1964,25 @@ var VoucherApplied = (props) => {
1912
1964
  var voucher_applied_default = VoucherApplied;
1913
1965
 
1914
1966
  // src/icons/v2/outline/voucher-outline.tsx
1915
- import { jsx as jsx64, jsxs as jsxs49 } from "react/jsx-runtime";
1967
+ import { jsx as jsx66, jsxs as jsxs51 } from "react/jsx-runtime";
1916
1968
  var VoucherOutline = (props) => {
1917
1969
  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(
1970
+ return /* @__PURE__ */ jsxs51("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1971
+ /* @__PURE__ */ jsx66(
1920
1972
  "path",
1921
1973
  {
1922
1974
  d: "M10 12.541C10.359 12.541 10.6504 12.8324 10.6504 13.1914V15.5762C10.6502 15.935 10.3589 16.2256 10 16.2256C9.6411 16.2256 9.34975 15.935 9.34961 15.5762V13.1914C9.34961 12.8324 9.64102 12.541 10 12.541Z",
1923
1975
  fill: color
1924
1976
  }
1925
1977
  ),
1926
- /* @__PURE__ */ jsx64(
1978
+ /* @__PURE__ */ jsx66(
1927
1979
  "path",
1928
1980
  {
1929
1981
  d: "M10 7.77246C10.3589 7.77247 10.6503 8.06301 10.6504 8.42188V10.8066C10.6504 11.1656 10.359 11.457 10 11.457C9.64102 11.457 9.34961 11.1656 9.34961 10.8066V8.42188C9.34974 8.063 9.64109 7.77246 10 7.77246Z",
1930
1982
  fill: color
1931
1983
  }
1932
1984
  ),
1933
- /* @__PURE__ */ jsx64(
1985
+ /* @__PURE__ */ jsx66(
1934
1986
  "path",
1935
1987
  {
1936
1988
  fillRule: "evenodd",
@@ -1944,12 +1996,12 @@ var VoucherOutline = (props) => {
1944
1996
  var voucher_outline_default = VoucherOutline;
1945
1997
 
1946
1998
  // src/icons/v2/solid/add-bag-solid.tsx
1947
- import { jsx as jsx65, jsxs as jsxs50 } from "react/jsx-runtime";
1999
+ import { jsx as jsx67, jsxs as jsxs52 } from "react/jsx-runtime";
1948
2000
  var AddBagSolid = (props) => {
1949
2001
  const { color, ...svgProps } = use_icon_props_default(props);
1950
2002
  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(
2003
+ return /* @__PURE__ */ jsxs52("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2004
+ /* @__PURE__ */ jsx67(
1953
2005
  "path",
1954
2006
  {
1955
2007
  fillRule: "evenodd",
@@ -1958,7 +2010,7 @@ var AddBagSolid = (props) => {
1958
2010
  fill: fillColor
1959
2011
  }
1960
2012
  ),
1961
- /* @__PURE__ */ jsx65(
2013
+ /* @__PURE__ */ jsx67(
1962
2014
  "path",
1963
2015
  {
1964
2016
  fillRule: "evenodd",
@@ -1972,10 +2024,10 @@ var AddBagSolid = (props) => {
1972
2024
  var add_bag_solid_default = AddBagSolid;
1973
2025
 
1974
2026
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
1975
- import { jsx as jsx66 } from "react/jsx-runtime";
2027
+ import { jsx as jsx68 } from "react/jsx-runtime";
1976
2028
  var ArrowDownCircleSolid = (props) => {
1977
2029
  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(
2030
+ return /* @__PURE__ */ jsx68("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx68(
1979
2031
  "path",
1980
2032
  {
1981
2033
  d: "M11 6C11 4.54131 10.4205 3.14237 9.38909 2.11091C8.35764 1.07946 6.95869 0.500001 5.5 0.500001C4.04131 0.500001 2.64236 1.07946 1.61091 2.11092C0.579463 3.14237 0 4.54131 0 6C0 7.45869 0.579463 8.85764 1.61091 9.88909C2.64236 10.9205 4.04131 11.5 5.5 11.5C6.95869 11.5 8.35764 10.9205 9.38909 9.88909C10.4205 8.85764 11 7.45869 11 6ZM5.071 8.87956L5.06733 8.87589L2.62289 6.43145C2.5083 6.3167 2.44399 6.16112 2.4441 5.99896C2.44422 5.83679 2.50875 5.68131 2.6235 5.56672C2.73825 5.45213 2.89382 5.38782 3.05599 5.38794C3.21815 5.38805 3.37363 5.45258 3.48822 5.56733L4.88889 6.96922L4.88889 3.55556C4.88889 3.39348 4.95327 3.23804 5.06788 3.12344C5.18248 3.00883 5.33792 2.94445 5.5 2.94445C5.66208 2.94445 5.81751 3.00883 5.93212 3.12344C6.04673 3.23804 6.11111 3.39348 6.11111 3.55556L6.11111 6.96922L7.51178 5.56733C7.62653 5.45258 7.78216 5.38812 7.94444 5.38812C8.10672 5.38812 8.26236 5.45258 8.37711 5.56733C8.49186 5.68208 8.55633 5.83772 8.55633 6C8.55633 6.16228 8.49186 6.31792 8.37711 6.43267L5.93267 8.87711C5.81874 8.99076 5.66458 9.05488 5.50367 9.05556L5.49633 9.05556C5.33703 9.05457 5.18442 8.99142 5.071 8.87956Z",
@@ -1986,10 +2038,10 @@ var ArrowDownCircleSolid = (props) => {
1986
2038
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
1987
2039
 
1988
2040
  // src/icons/v2/solid/bag-solid.tsx
1989
- import { jsx as jsx67 } from "react/jsx-runtime";
2041
+ import { jsx as jsx69 } from "react/jsx-runtime";
1990
2042
  var BagSolid = (props) => {
1991
2043
  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(
2044
+ return /* @__PURE__ */ jsx69("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx69(
1993
2045
  "path",
1994
2046
  {
1995
2047
  fillRule: "evenodd",
@@ -2002,32 +2054,32 @@ var BagSolid = (props) => {
2002
2054
  var bag_solid_default = BagSolid;
2003
2055
 
2004
2056
  // src/icons/v2/solid/category-solid.tsx
2005
- import { jsx as jsx68, jsxs as jsxs51 } from "react/jsx-runtime";
2057
+ import { jsx as jsx70, jsxs as jsxs53 } from "react/jsx-runtime";
2006
2058
  var CategorySolid = (props) => {
2007
2059
  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(
2060
+ return /* @__PURE__ */ jsxs53("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2061
+ /* @__PURE__ */ jsx70(
2010
2062
  "path",
2011
2063
  {
2012
2064
  d: "M14.9842 3.5C14.0726 3.5 13.4336 3.94874 13.0372 4.47764C12.6717 4.96527 12.5008 5.52881 12.4471 5.92986C12.2689 6.80014 12.6164 8.45961 14.3831 10.0673C14.6868 10.3553 15.503 11.0402 16.5681 11.707C16.8115 11.8594 17.1206 11.8594 17.364 11.707C18.4292 11.0402 19.2453 10.3553 19.549 10.0673C21.3157 8.45967 21.6632 6.80022 21.485 5.92993C21.4313 5.52888 21.2604 4.96533 20.8949 4.47771C20.4986 3.94881 19.8595 3.50006 18.9479 3.50006C18.0522 3.50006 17.406 3.851 16.9661 4.28201C16.5261 3.85097 15.8799 3.5 14.9842 3.5Z",
2013
2065
  fill: color
2014
2066
  }
2015
2067
  ),
2016
- /* @__PURE__ */ jsx68(
2068
+ /* @__PURE__ */ jsx70(
2017
2069
  "path",
2018
2070
  {
2019
2071
  d: "M4.75 3.52539C3.7835 3.52539 3 4.30889 3 5.27539V10.2754C3 11.2419 3.7835 12.0254 4.75 12.0254H9.75C10.7165 12.0254 11.5 11.2419 11.5 10.2754V5.27539C11.5 4.30889 10.7165 3.52539 9.75 3.52539H4.75Z",
2020
2072
  fill: color
2021
2073
  }
2022
2074
  ),
2023
- /* @__PURE__ */ jsx68(
2075
+ /* @__PURE__ */ jsx70(
2024
2076
  "path",
2025
2077
  {
2026
2078
  d: "M4.75012 12.9817C3.78362 12.9817 3.00012 13.7652 3.00012 14.7317V19.7317C3.00012 20.6982 3.78362 21.4817 4.75012 21.4817H9.75012C10.7166 21.4817 11.5001 20.6982 11.5001 19.7317V14.7317C11.5001 13.7652 10.7166 12.9817 9.75012 12.9817H4.75012Z",
2027
2079
  fill: color
2028
2080
  }
2029
2081
  ),
2030
- /* @__PURE__ */ jsx68(
2082
+ /* @__PURE__ */ jsx70(
2031
2083
  "path",
2032
2084
  {
2033
2085
  d: "M14.2046 12.9819C13.2381 12.9819 12.4546 13.7654 12.4546 14.7319V19.7319C12.4546 20.6984 13.2381 21.4819 14.2046 21.4819H19.2046C20.1711 21.4819 20.9546 20.6984 20.9546 19.7319V14.7319C20.9546 13.7654 20.1711 12.9819 19.2046 12.9819H14.2046Z",
@@ -2039,10 +2091,10 @@ var CategorySolid = (props) => {
2039
2091
  var category_solid_default = CategorySolid;
2040
2092
 
2041
2093
  // src/icons/v2/solid/chat-cs-solid.tsx
2042
- import { jsx as jsx69 } from "react/jsx-runtime";
2094
+ import { jsx as jsx71 } from "react/jsx-runtime";
2043
2095
  var ChatCsSolid = (props) => {
2044
2096
  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(
2097
+ return /* @__PURE__ */ jsx71("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx71(
2046
2098
  "path",
2047
2099
  {
2048
2100
  fillRule: "evenodd",
@@ -2055,10 +2107,10 @@ var ChatCsSolid = (props) => {
2055
2107
  var chat_cs_solid_default = ChatCsSolid;
2056
2108
 
2057
2109
  // src/icons/v2/solid/check-shield.tsx
2058
- import { jsx as jsx70 } from "react/jsx-runtime";
2059
- var CheckShield = (props) => {
2110
+ import { jsx as jsx72 } from "react/jsx-runtime";
2111
+ var CheckShield2 = (props) => {
2060
2112
  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(
2113
+ return /* @__PURE__ */ jsx72("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
2062
2114
  "path",
2063
2115
  {
2064
2116
  fillRule: "evenodd",
@@ -2068,16 +2120,16 @@ var CheckShield = (props) => {
2068
2120
  }
2069
2121
  ) });
2070
2122
  };
2071
- var check_shield_default = CheckShield;
2123
+ var check_shield_default2 = CheckShield2;
2072
2124
 
2073
2125
  // src/icons/v2/solid/direction.tsx
2074
- import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
2126
+ import { jsx as jsx73, jsxs as jsxs54 } from "react/jsx-runtime";
2075
2127
  var Direction = (props) => {
2076
2128
  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(
2129
+ return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2130
+ /* @__PURE__ */ jsxs54("g", { clipPath: "url(#direction)", children: [
2131
+ /* @__PURE__ */ jsx73("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2132
+ /* @__PURE__ */ jsx73(
2081
2133
  "path",
2082
2134
  {
2083
2135
  fillRule: "evenodd",
@@ -2087,16 +2139,16 @@ var Direction = (props) => {
2087
2139
  }
2088
2140
  )
2089
2141
  ] }),
2090
- /* @__PURE__ */ jsx71("defs", { children: /* @__PURE__ */ jsx71("clipPath", { id: "direction", children: /* @__PURE__ */ jsx71("rect", { width: "16", height: "16", fill: "white" }) }) })
2142
+ /* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "direction", children: /* @__PURE__ */ jsx73("rect", { width: "16", height: "16", fill: "white" }) }) })
2091
2143
  ] });
2092
2144
  };
2093
2145
  var direction_default = Direction;
2094
2146
 
2095
2147
  // src/icons/v2/solid/enveloped-solid.tsx
2096
- import { jsx as jsx72 } from "react/jsx-runtime";
2148
+ import { jsx as jsx74 } from "react/jsx-runtime";
2097
2149
  var EnvelopedSolid = (props) => {
2098
2150
  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(
2151
+ return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74(
2100
2152
  "path",
2101
2153
  {
2102
2154
  fillRule: "evenodd",
@@ -2109,12 +2161,12 @@ var EnvelopedSolid = (props) => {
2109
2161
  var enveloped_solid_default = EnvelopedSolid;
2110
2162
 
2111
2163
  // src/icons/v2/solid/fast-truck-solid.tsx
2112
- import { jsx as jsx73, jsxs as jsxs53 } from "react/jsx-runtime";
2164
+ import { jsx as jsx75, jsxs as jsxs55 } from "react/jsx-runtime";
2113
2165
  var FastTruckSolid = (props) => {
2114
2166
  const { color, ...svgProps } = use_icon_props_default(props);
2115
2167
  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(
2168
+ return /* @__PURE__ */ jsxs55("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2169
+ /* @__PURE__ */ jsx75(
2118
2170
  "path",
2119
2171
  {
2120
2172
  fillRule: "evenodd",
@@ -2123,14 +2175,14 @@ var FastTruckSolid = (props) => {
2123
2175
  fill: fillColor
2124
2176
  }
2125
2177
  ),
2126
- /* @__PURE__ */ jsx73(
2178
+ /* @__PURE__ */ jsx75(
2127
2179
  "path",
2128
2180
  {
2129
2181
  d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
2130
2182
  fill: fillColor
2131
2183
  }
2132
2184
  ),
2133
- /* @__PURE__ */ jsx73(
2185
+ /* @__PURE__ */ jsx75(
2134
2186
  "path",
2135
2187
  {
2136
2188
  d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
@@ -2142,10 +2194,10 @@ var FastTruckSolid = (props) => {
2142
2194
  var fast_truck_solid_default = FastTruckSolid;
2143
2195
 
2144
2196
  // src/icons/v2/solid/hand.tsx
2145
- import { jsx as jsx74 } from "react/jsx-runtime";
2197
+ import { jsx as jsx76 } from "react/jsx-runtime";
2146
2198
  var Hand = (props) => {
2147
2199
  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(
2200
+ return /* @__PURE__ */ jsx76("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx76("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx76(
2149
2201
  "path",
2150
2202
  {
2151
2203
  id: "Vector 650",
@@ -2157,10 +2209,10 @@ var Hand = (props) => {
2157
2209
  var hand_default = Hand;
2158
2210
 
2159
2211
  // src/icons/v2/solid/handphone-solid.tsx
2160
- import { jsx as jsx75 } from "react/jsx-runtime";
2212
+ import { jsx as jsx77 } from "react/jsx-runtime";
2161
2213
  var HandphoneSolid = (props) => {
2162
2214
  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(
2215
+ return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77(
2164
2216
  "path",
2165
2217
  {
2166
2218
  fillRule: "evenodd",
@@ -2173,10 +2225,10 @@ var HandphoneSolid = (props) => {
2173
2225
  var handphone_solid_default = HandphoneSolid;
2174
2226
 
2175
2227
  // src/icons/v2/solid/heart-solid.tsx
2176
- import { jsx as jsx76 } from "react/jsx-runtime";
2228
+ import { jsx as jsx78 } from "react/jsx-runtime";
2177
2229
  var HeartSolid = (props) => {
2178
2230
  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(
2231
+ return /* @__PURE__ */ jsx78("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx78(
2180
2232
  "path",
2181
2233
  {
2182
2234
  d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
@@ -2187,10 +2239,10 @@ var HeartSolid = (props) => {
2187
2239
  var heart_solid_default = HeartSolid;
2188
2240
 
2189
2241
  // src/icons/v2/solid/home-solid.tsx
2190
- import { jsx as jsx77 } from "react/jsx-runtime";
2242
+ import { jsx as jsx79 } from "react/jsx-runtime";
2191
2243
  var HomeSolid = (props) => {
2192
2244
  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(
2245
+ return /* @__PURE__ */ jsx79("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
2194
2246
  "path",
2195
2247
  {
2196
2248
  fillRule: "evenodd",
@@ -2203,10 +2255,10 @@ var HomeSolid = (props) => {
2203
2255
  var home_solid_default = HomeSolid;
2204
2256
 
2205
2257
  // src/icons/v2/solid/info-solid.tsx
2206
- import { jsx as jsx78 } from "react/jsx-runtime";
2258
+ import { jsx as jsx80 } from "react/jsx-runtime";
2207
2259
  var InfoSolid = (props) => {
2208
2260
  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(
2261
+ return /* @__PURE__ */ jsx80("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx80(
2210
2262
  "path",
2211
2263
  {
2212
2264
  fillRule: "evenodd",
@@ -2219,11 +2271,11 @@ var InfoSolid = (props) => {
2219
2271
  var info_solid_default = InfoSolid;
2220
2272
 
2221
2273
  // src/icons/v2/solid/lock-solid.tsx
2222
- import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
2274
+ import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
2223
2275
  var InfoSolid2 = (props) => {
2224
2276
  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(
2277
+ return /* @__PURE__ */ jsxs56("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2278
+ /* @__PURE__ */ jsx81("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx81(
2227
2279
  "path",
2228
2280
  {
2229
2281
  fillRule: "evenodd",
@@ -2232,24 +2284,24 @@ var InfoSolid2 = (props) => {
2232
2284
  fill: color
2233
2285
  }
2234
2286
  ) }),
2235
- /* @__PURE__ */ jsx79("defs", { children: /* @__PURE__ */ jsx79("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx79("rect", { width: "20", height: "20", fill: "white" }) }) })
2287
+ /* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx81("rect", { width: "20", height: "20", fill: "white" }) }) })
2236
2288
  ] });
2237
2289
  };
2238
2290
  var lock_solid_default = InfoSolid2;
2239
2291
 
2240
2292
  // src/icons/v2/solid/map-marker-solid.tsx
2241
- import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
2293
+ import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
2242
2294
  var MapMarkerSolid = (props) => {
2243
2295
  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(
2296
+ return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2297
+ /* @__PURE__ */ jsx82(
2246
2298
  "path",
2247
2299
  {
2248
2300
  d: "M12 7.78C10.74 7.78 9.72 8.8 9.72 10.06C9.72 11.32 10.74 12.34 12 12.34C13.26 12.34 14.28 11.32 14.28 10.06C14.28 8.8 13.26 7.78 12 7.78Z",
2249
2301
  fill: color
2250
2302
  }
2251
2303
  ),
2252
- /* @__PURE__ */ jsx80(
2304
+ /* @__PURE__ */ jsx82(
2253
2305
  "path",
2254
2306
  {
2255
2307
  d: "M17.66 4.38C16.16 2.86 14.12 2 12 2C9.88 2 7.84 2.86 6.34 4.38C4.84 5.9 4 7.96 4 10.1C4 14.68 7.9 19.08 10.26 21.3C11.24 22.24 12.74 22.24 13.74 21.3C16.1 19.06 20 14.68 20 10.1C20 7.96 19.16 5.9 17.66 4.38ZM12 13.82C9.92 13.82 8.22 12.14 8.22 10.04C8.22 7.96 9.9 6.26 12 6.26C14.1 6.26 15.78 7.94 15.78 10.04C15.78 12.14 14.08 13.82 12 13.82Z",
@@ -2261,18 +2313,18 @@ var MapMarkerSolid = (props) => {
2261
2313
  var map_marker_solid_default = MapMarkerSolid;
2262
2314
 
2263
2315
  // src/icons/v2/solid/profile-solid.tsx
2264
- import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
2316
+ import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
2265
2317
  var ProfileSolid = (props) => {
2266
2318
  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(
2319
+ return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2320
+ /* @__PURE__ */ jsx83(
2269
2321
  "path",
2270
2322
  {
2271
2323
  d: "M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z",
2272
2324
  fill: color
2273
2325
  }
2274
2326
  ),
2275
- /* @__PURE__ */ jsx81(
2327
+ /* @__PURE__ */ jsx83(
2276
2328
  "path",
2277
2329
  {
2278
2330
  d: "M4.0556 19.5212C4.95811 16.06 8.17325 13.5 12.0011 13.5C15.829 13.5 19.0441 16.06 19.9467 19.5212C20.2254 20.59 19.3039 21.5 18.1994 21.5H5.80289C4.69832 21.5 3.77691 20.59 4.0556 19.5212Z",
@@ -2284,10 +2336,10 @@ var ProfileSolid = (props) => {
2284
2336
  var profile_solid_default = ProfileSolid;
2285
2337
 
2286
2338
  // src/icons/v2/solid/search-solid.tsx
2287
- import { jsx as jsx82 } from "react/jsx-runtime";
2339
+ import { jsx as jsx84 } from "react/jsx-runtime";
2288
2340
  var SearchSolid = (props) => {
2289
2341
  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(
2342
+ return /* @__PURE__ */ jsx84("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx84(
2291
2343
  "path",
2292
2344
  {
2293
2345
  d: "M20.7876 20.2156L16.2978 15.7258C17.355 14.4323 17.9893 12.7782 17.9893 10.9872C17.9893 6.85805 14.6312 3.5 10.4896 3.5C6.36048 3.5 2.98999 6.85805 2.98999 10.9872C2.98999 15.1164 6.34805 18.4744 10.4896 18.4744C12.2806 18.4744 13.9347 17.8401 15.2282 16.783L19.7305 21.2728C19.8797 21.422 20.0663 21.4967 20.2529 21.4967C20.4394 21.4967 20.6384 21.422 20.7752 21.2728C21.0862 20.9867 21.0861 20.5141 20.7876 20.2156ZM10.4896 16.982C7.18134 16.982 4.49488 14.2955 4.49488 10.9872C4.49488 7.67891 7.18134 4.99247 10.4896 4.99247C13.7979 4.99247 16.4844 7.67891 16.4844 10.9872C16.4844 14.2955 13.7979 16.982 10.4896 16.982Z",
@@ -2298,18 +2350,18 @@ var SearchSolid = (props) => {
2298
2350
  var search_solid_default = SearchSolid;
2299
2351
 
2300
2352
  // src/icons/v2/solid/setting-solid.tsx
2301
- import { jsx as jsx83, jsxs as jsxs57 } from "react/jsx-runtime";
2353
+ import { jsx as jsx85, jsxs as jsxs59 } from "react/jsx-runtime";
2302
2354
  var SettingSolid = (props) => {
2303
2355
  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(
2356
+ return /* @__PURE__ */ jsxs59("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2357
+ /* @__PURE__ */ jsx85(
2306
2358
  "path",
2307
2359
  {
2308
2360
  d: "M9.91663 13.0145C9.91663 11.8715 10.8433 10.9448 11.9863 10.9448C13.1294 10.9448 14.056 11.8715 14.056 13.0145C14.056 14.1576 13.1294 15.0842 11.9863 15.0842C10.8433 15.0842 9.91663 14.1576 9.91663 13.0145Z",
2309
2361
  fill: "#999999"
2310
2362
  }
2311
2363
  ),
2312
- /* @__PURE__ */ jsx83(
2364
+ /* @__PURE__ */ jsx85(
2313
2365
  "path",
2314
2366
  {
2315
2367
  fillRule: "evenodd",
@@ -2323,10 +2375,10 @@ var SettingSolid = (props) => {
2323
2375
  var setting_solid_default = SettingSolid;
2324
2376
 
2325
2377
  // src/icons/v2/solid/success-solid.tsx
2326
- import { jsx as jsx84 } from "react/jsx-runtime";
2378
+ import { jsx as jsx86 } from "react/jsx-runtime";
2327
2379
  var SuccessSolid = (props) => {
2328
2380
  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(
2381
+ return /* @__PURE__ */ jsx86("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx86(
2330
2382
  "path",
2331
2383
  {
2332
2384
  d: "M10 0.5C15.5228 0.5 20 4.97715 20 10.5C20 16.0228 15.5228 20.5 10 20.5C4.47715 20.5 0 16.0228 0 10.5C0 4.97715 4.47715 0.5 10 0.5ZM14.4805 7.76953C14.1213 7.41038 13.5388 7.41038 13.1797 7.76953L9.13086 11.8184L6.82031 9.50781C6.46117 9.14867 5.87868 9.14868 5.51953 9.50781C5.16039 9.86696 5.16038 10.4494 5.51953 10.8086L8.48047 13.7695C8.83962 14.1287 9.4221 14.1287 9.78125 13.7695L14.4805 9.07031C14.8396 8.71116 14.8396 8.12868 14.4805 7.76953Z",
@@ -2337,11 +2389,11 @@ var SuccessSolid = (props) => {
2337
2389
  var success_solid_default = SuccessSolid;
2338
2390
 
2339
2391
  // src/icons/v2/solid/trash-solid.tsx
2340
- import { jsx as jsx85, jsxs as jsxs58 } from "react/jsx-runtime";
2392
+ import { jsx as jsx87, jsxs as jsxs60 } from "react/jsx-runtime";
2341
2393
  var TrashSolid = (props) => {
2342
2394
  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(
2395
+ return /* @__PURE__ */ jsxs60("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2396
+ /* @__PURE__ */ jsx87(
2345
2397
  "path",
2346
2398
  {
2347
2399
  fillRule: "evenodd",
@@ -2350,7 +2402,7 @@ var TrashSolid = (props) => {
2350
2402
  fill: color
2351
2403
  }
2352
2404
  ),
2353
- /* @__PURE__ */ jsx85(
2405
+ /* @__PURE__ */ jsx87(
2354
2406
  "path",
2355
2407
  {
2356
2408
  fillRule: "evenodd",
@@ -2364,11 +2416,11 @@ var TrashSolid = (props) => {
2364
2416
  var trash_solid_default = TrashSolid;
2365
2417
 
2366
2418
  // src/icons/v2/solid/trend-up.tsx
2367
- import { jsx as jsx86, jsxs as jsxs59 } from "react/jsx-runtime";
2419
+ import { jsx as jsx88, jsxs as jsxs61 } from "react/jsx-runtime";
2368
2420
  var TrendUp = (props) => {
2369
2421
  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(
2422
+ return /* @__PURE__ */ jsx88("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx88("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs61("g", { id: "Vector", children: [
2423
+ /* @__PURE__ */ jsx88(
2372
2424
  "path",
2373
2425
  {
2374
2426
  fillRule: "evenodd",
@@ -2377,14 +2429,14 @@ var TrendUp = (props) => {
2377
2429
  fill: color
2378
2430
  }
2379
2431
  ),
2380
- /* @__PURE__ */ jsx86(
2432
+ /* @__PURE__ */ jsx88(
2381
2433
  "path",
2382
2434
  {
2383
2435
  d: "M16.0599 20.2002C16.4686 20.2002 16.7999 19.8689 16.7999 19.4602C16.7999 19.0515 16.4686 18.7202 16.0599 18.7202C15.6513 18.7202 15.3199 19.0515 15.3199 19.4602C15.3199 19.8689 15.6513 20.2002 16.0599 20.2002Z",
2384
2436
  fill: color
2385
2437
  }
2386
2438
  ),
2387
- /* @__PURE__ */ jsx86(
2439
+ /* @__PURE__ */ jsx88(
2388
2440
  "path",
2389
2441
  {
2390
2442
  fillRule: "evenodd",
@@ -2398,32 +2450,32 @@ var TrendUp = (props) => {
2398
2450
  var trend_up_default = TrendUp;
2399
2451
 
2400
2452
  // src/icons/v2/solid/voila-point-base.tsx
2401
- import { jsx as jsx87, jsxs as jsxs60 } from "react/jsx-runtime";
2453
+ import { jsx as jsx89, jsxs as jsxs62 } from "react/jsx-runtime";
2402
2454
  var VoilaPointBase = (props) => {
2403
2455
  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(
2456
+ return /* @__PURE__ */ jsxs62("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2457
+ /* @__PURE__ */ jsx89(
2406
2458
  "path",
2407
2459
  {
2408
2460
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
2409
2461
  fill: "#8F8F8F"
2410
2462
  }
2411
2463
  ),
2412
- /* @__PURE__ */ jsx87(
2464
+ /* @__PURE__ */ jsx89(
2413
2465
  "path",
2414
2466
  {
2415
2467
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
2416
2468
  fill: "url(#paint0_linear_1327_167461)"
2417
2469
  }
2418
2470
  ),
2419
- /* @__PURE__ */ jsx87(
2471
+ /* @__PURE__ */ jsx89(
2420
2472
  "path",
2421
2473
  {
2422
2474
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
2423
2475
  stroke: "white"
2424
2476
  }
2425
2477
  ),
2426
- /* @__PURE__ */ jsx87(
2478
+ /* @__PURE__ */ jsx89(
2427
2479
  "path",
2428
2480
  {
2429
2481
  fillRule: "evenodd",
@@ -2432,15 +2484,15 @@ var VoilaPointBase = (props) => {
2432
2484
  fill: "url(#paint1_linear_1327_167461)"
2433
2485
  }
2434
2486
  ),
2435
- /* @__PURE__ */ jsx87(
2487
+ /* @__PURE__ */ jsx89(
2436
2488
  "path",
2437
2489
  {
2438
2490
  d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
2439
2491
  fill: "white"
2440
2492
  }
2441
2493
  ),
2442
- /* @__PURE__ */ jsxs60("defs", { children: [
2443
- /* @__PURE__ */ jsxs60(
2494
+ /* @__PURE__ */ jsxs62("defs", { children: [
2495
+ /* @__PURE__ */ jsxs62(
2444
2496
  "linearGradient",
2445
2497
  {
2446
2498
  id: "paint0_linear_1327_167461",
@@ -2450,12 +2502,12 @@ var VoilaPointBase = (props) => {
2450
2502
  y2: "2.51294",
2451
2503
  gradientUnits: "userSpaceOnUse",
2452
2504
  children: [
2453
- /* @__PURE__ */ jsx87("stop", { stopColor: "#E6E6E6" }),
2454
- /* @__PURE__ */ jsx87("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2505
+ /* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
2506
+ /* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2455
2507
  ]
2456
2508
  }
2457
2509
  ),
2458
- /* @__PURE__ */ jsxs60(
2510
+ /* @__PURE__ */ jsxs62(
2459
2511
  "linearGradient",
2460
2512
  {
2461
2513
  id: "paint1_linear_1327_167461",
@@ -2465,9 +2517,9 @@ var VoilaPointBase = (props) => {
2465
2517
  y2: "19.984",
2466
2518
  gradientUnits: "userSpaceOnUse",
2467
2519
  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" })
2520
+ /* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
2521
+ /* @__PURE__ */ jsx89("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
2522
+ /* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2471
2523
  ]
2472
2524
  }
2473
2525
  )
@@ -2477,10 +2529,10 @@ var VoilaPointBase = (props) => {
2477
2529
  var voila_point_base_default = VoilaPointBase;
2478
2530
 
2479
2531
  // src/icons/v2/solid/voucher.tsx
2480
- import { jsx as jsx88 } from "react/jsx-runtime";
2532
+ import { jsx as jsx90 } from "react/jsx-runtime";
2481
2533
  var Voucher = (props) => {
2482
2534
  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(
2535
+ return /* @__PURE__ */ jsx90("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx90(
2484
2536
  "path",
2485
2537
  {
2486
2538
  fillRule: "evenodd",
@@ -2493,10 +2545,10 @@ var Voucher = (props) => {
2493
2545
  var voucher_default = Voucher;
2494
2546
 
2495
2547
  // src/icons/v2/solid/wallet.tsx
2496
- import { jsx as jsx89 } from "react/jsx-runtime";
2548
+ import { jsx as jsx91 } from "react/jsx-runtime";
2497
2549
  var Wallet = (props) => {
2498
2550
  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(
2551
+ return /* @__PURE__ */ jsx91("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91("g", { id: "24x24", children: /* @__PURE__ */ jsx91(
2500
2552
  "path",
2501
2553
  {
2502
2554
  id: "Subtract",
@@ -2528,7 +2580,8 @@ export {
2528
2580
  chat_cs_solid_default as ChatCsSolid,
2529
2581
  check_default as Check,
2530
2582
  check_large_default as CheckLarge,
2531
- check_shield_default as CheckShieldSolid,
2583
+ check_shield_default as CheckShield,
2584
+ check_shield_default2 as CheckShieldSolid,
2532
2585
  chevron_down_default as ChevronDown,
2533
2586
  chevron_down_large_default as ChevronDownLarge,
2534
2587
  chevron_left_default as ChevronLeft,
@@ -2537,6 +2590,7 @@ export {
2537
2590
  chevron_right_large_default as ChevronRightLarge,
2538
2591
  chevron_up_default as ChevronUp,
2539
2592
  chevron_up_large_default as ChevronUpLarge,
2593
+ clock_default as Clock,
2540
2594
  close_default as Close,
2541
2595
  close_large_default as CloseLarge,
2542
2596
  contact_book_default as ContactBook,