@ctlyst.id/icons 2.8.8 → 2.8.9

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
@@ -1293,12 +1293,28 @@ var Otp = (props) => {
1293
1293
  };
1294
1294
  var otp_default = Otp;
1295
1295
 
1296
+ // src/icons/v2/outline/paylater.tsx
1297
+ import { jsx as jsx49 } from "react/jsx-runtime";
1298
+ var Paylater = (props) => {
1299
+ const { color, ...svgProps } = use_icon_props_default(props);
1300
+ return /* @__PURE__ */ jsx49("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx49(
1301
+ "path",
1302
+ {
1303
+ fillRule: "evenodd",
1304
+ clipRule: "evenodd",
1305
+ d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
1306
+ fill: color
1307
+ }
1308
+ ) });
1309
+ };
1310
+ var paylater_default = Paylater;
1311
+
1296
1312
  // src/icons/v2/outline/plus.tsx
1297
- import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
1313
+ import { jsx as jsx50, jsxs as jsxs36 } from "react/jsx-runtime";
1298
1314
  var Plus = (props) => {
1299
1315
  const { color, ...svgProps } = use_icon_props_default(props);
1300
1316
  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(
1317
+ /* @__PURE__ */ jsx50("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx50(
1302
1318
  "path",
1303
1319
  {
1304
1320
  fillRule: "evenodd",
@@ -1307,24 +1323,24 @@ var Plus = (props) => {
1307
1323
  fill: color
1308
1324
  }
1309
1325
  ) }),
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)" }) }) })
1326
+ /* @__PURE__ */ jsx50("defs", { children: /* @__PURE__ */ jsx50("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx50("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1311
1327
  ] });
1312
1328
  };
1313
1329
  var plus_default = Plus;
1314
1330
 
1315
1331
  // src/icons/v2/outline/plus-large.tsx
1316
- import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
1332
+ import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
1317
1333
  var PlusLarge = (props) => {
1318
1334
  const { color, ...svgProps } = use_icon_props_default(props);
1319
1335
  return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1320
- /* @__PURE__ */ jsx50(
1336
+ /* @__PURE__ */ jsx51(
1321
1337
  "path",
1322
1338
  {
1323
1339
  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",
1324
1340
  fill: color
1325
1341
  }
1326
1342
  ),
1327
- /* @__PURE__ */ jsx50(
1343
+ /* @__PURE__ */ jsx51(
1328
1344
  "path",
1329
1345
  {
1330
1346
  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",
@@ -1336,12 +1352,12 @@ var PlusLarge = (props) => {
1336
1352
  var plus_large_default = PlusLarge;
1337
1353
 
1338
1354
  // src/icons/v2/outline/privacy-policy.tsx
1339
- import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
1355
+ import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
1340
1356
  var PrivacyPolicy = (props) => {
1341
1357
  const { color, ...svgProps } = use_icon_props_default(props);
1342
1358
  return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1343
1359
  /* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_6322_13346)", children: [
1344
- /* @__PURE__ */ jsx51(
1360
+ /* @__PURE__ */ jsx52(
1345
1361
  "path",
1346
1362
  {
1347
1363
  fillRule: "evenodd",
@@ -1350,7 +1366,7 @@ var PrivacyPolicy = (props) => {
1350
1366
  fill: color
1351
1367
  }
1352
1368
  ),
1353
- /* @__PURE__ */ jsx51(
1369
+ /* @__PURE__ */ jsx52(
1354
1370
  "path",
1355
1371
  {
1356
1372
  fillRule: "evenodd",
@@ -1359,7 +1375,7 @@ var PrivacyPolicy = (props) => {
1359
1375
  fill: color
1360
1376
  }
1361
1377
  ),
1362
- /* @__PURE__ */ jsx51(
1378
+ /* @__PURE__ */ jsx52(
1363
1379
  "path",
1364
1380
  {
1365
1381
  fillRule: "evenodd",
@@ -1368,7 +1384,7 @@ var PrivacyPolicy = (props) => {
1368
1384
  fill: color
1369
1385
  }
1370
1386
  ),
1371
- /* @__PURE__ */ jsx51(
1387
+ /* @__PURE__ */ jsx52(
1372
1388
  "path",
1373
1389
  {
1374
1390
  fillRule: "evenodd",
@@ -1377,7 +1393,7 @@ var PrivacyPolicy = (props) => {
1377
1393
  fill: color
1378
1394
  }
1379
1395
  ),
1380
- /* @__PURE__ */ jsx51(
1396
+ /* @__PURE__ */ jsx52(
1381
1397
  "path",
1382
1398
  {
1383
1399
  fillRule: "evenodd",
@@ -1386,7 +1402,7 @@ var PrivacyPolicy = (props) => {
1386
1402
  fill: color
1387
1403
  }
1388
1404
  ),
1389
- /* @__PURE__ */ jsx51(
1405
+ /* @__PURE__ */ jsx52(
1390
1406
  "path",
1391
1407
  {
1392
1408
  fillRule: "evenodd",
@@ -1396,18 +1412,18 @@ var PrivacyPolicy = (props) => {
1396
1412
  }
1397
1413
  )
1398
1414
  ] }),
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)" }) }) })
1415
+ /* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1400
1416
  ] });
1401
1417
  };
1402
1418
  var privacy_policy_default = PrivacyPolicy;
1403
1419
 
1404
1420
  // src/icons/v2/outline/profile.tsx
1405
- import { jsx as jsx52, jsxs as jsxs39 } from "react/jsx-runtime";
1421
+ import { jsx as jsx53, jsxs as jsxs39 } from "react/jsx-runtime";
1406
1422
  var Profile = (props) => {
1407
1423
  const { color, ...svgProps } = use_icon_props_default(props);
1408
1424
  return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1409
1425
  /* @__PURE__ */ jsxs39("g", { clipPath: "url(#icon-outline-profile)", children: [
1410
- /* @__PURE__ */ jsx52(
1426
+ /* @__PURE__ */ jsx53(
1411
1427
  "path",
1412
1428
  {
1413
1429
  fillRule: "evenodd",
@@ -1416,7 +1432,7 @@ var Profile = (props) => {
1416
1432
  fill: color
1417
1433
  }
1418
1434
  ),
1419
- /* @__PURE__ */ jsx52(
1435
+ /* @__PURE__ */ jsx53(
1420
1436
  "path",
1421
1437
  {
1422
1438
  fillRule: "evenodd",
@@ -1426,17 +1442,17 @@ var Profile = (props) => {
1426
1442
  }
1427
1443
  )
1428
1444
  ] }),
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)" }) }) })
1445
+ /* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx53("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1430
1446
  ] });
1431
1447
  };
1432
1448
  var profile_default = Profile;
1433
1449
 
1434
1450
  // src/icons/v2/outline/qr-code.tsx
1435
- import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
1451
+ import { jsx as jsx54, jsxs as jsxs40 } from "react/jsx-runtime";
1436
1452
  var QRCode = (props) => {
1437
1453
  const { color, ...svgProps } = use_icon_props_default(props);
1438
1454
  return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1439
- /* @__PURE__ */ jsx53(
1455
+ /* @__PURE__ */ jsx54(
1440
1456
  "path",
1441
1457
  {
1442
1458
  fillRule: "evenodd",
@@ -1445,7 +1461,7 @@ var QRCode = (props) => {
1445
1461
  fill: color
1446
1462
  }
1447
1463
  ),
1448
- /* @__PURE__ */ jsx53(
1464
+ /* @__PURE__ */ jsx54(
1449
1465
  "path",
1450
1466
  {
1451
1467
  fillRule: "evenodd",
@@ -1454,7 +1470,7 @@ var QRCode = (props) => {
1454
1470
  fill: color
1455
1471
  }
1456
1472
  ),
1457
- /* @__PURE__ */ jsx53(
1473
+ /* @__PURE__ */ jsx54(
1458
1474
  "path",
1459
1475
  {
1460
1476
  fillRule: "evenodd",
@@ -1463,7 +1479,7 @@ var QRCode = (props) => {
1463
1479
  fill: color
1464
1480
  }
1465
1481
  ),
1466
- /* @__PURE__ */ jsx53(
1482
+ /* @__PURE__ */ jsx54(
1467
1483
  "path",
1468
1484
  {
1469
1485
  fillRule: "evenodd",
@@ -1472,7 +1488,7 @@ var QRCode = (props) => {
1472
1488
  fill: color
1473
1489
  }
1474
1490
  ),
1475
- /* @__PURE__ */ jsx53(
1491
+ /* @__PURE__ */ jsx54(
1476
1492
  "path",
1477
1493
  {
1478
1494
  fillRule: "evenodd",
@@ -1481,7 +1497,7 @@ var QRCode = (props) => {
1481
1497
  fill: color
1482
1498
  }
1483
1499
  ),
1484
- /* @__PURE__ */ jsx53(
1500
+ /* @__PURE__ */ jsx54(
1485
1501
  "path",
1486
1502
  {
1487
1503
  fillRule: "evenodd",
@@ -1490,7 +1506,7 @@ var QRCode = (props) => {
1490
1506
  fill: color
1491
1507
  }
1492
1508
  ),
1493
- /* @__PURE__ */ jsx53(
1509
+ /* @__PURE__ */ jsx54(
1494
1510
  "path",
1495
1511
  {
1496
1512
  fillRule: "evenodd",
@@ -1499,7 +1515,7 @@ var QRCode = (props) => {
1499
1515
  fill: color
1500
1516
  }
1501
1517
  ),
1502
- /* @__PURE__ */ jsx53(
1518
+ /* @__PURE__ */ jsx54(
1503
1519
  "path",
1504
1520
  {
1505
1521
  fillRule: "evenodd",
@@ -1508,7 +1524,7 @@ var QRCode = (props) => {
1508
1524
  fill: color
1509
1525
  }
1510
1526
  ),
1511
- /* @__PURE__ */ jsx53(
1527
+ /* @__PURE__ */ jsx54(
1512
1528
  "path",
1513
1529
  {
1514
1530
  fillRule: "evenodd",
@@ -1517,7 +1533,7 @@ var QRCode = (props) => {
1517
1533
  fill: color
1518
1534
  }
1519
1535
  ),
1520
- /* @__PURE__ */ jsx53(
1536
+ /* @__PURE__ */ jsx54(
1521
1537
  "path",
1522
1538
  {
1523
1539
  fillRule: "evenodd",
@@ -1531,10 +1547,10 @@ var QRCode = (props) => {
1531
1547
  var qr_code_default = QRCode;
1532
1548
 
1533
1549
  // src/icons/v2/outline/qr-code-base.tsx
1534
- import { jsx as jsx54 } from "react/jsx-runtime";
1550
+ import { jsx as jsx55 } from "react/jsx-runtime";
1535
1551
  var QRCodeBase = (props) => {
1536
1552
  const { color, ...svgProps } = use_icon_props_default(props);
1537
- return /* @__PURE__ */ jsx54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
1553
+ return /* @__PURE__ */ jsx55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx55(
1538
1554
  "path",
1539
1555
  {
1540
1556
  fillRule: "evenodd",
@@ -1547,11 +1563,11 @@ var QRCodeBase = (props) => {
1547
1563
  var qr_code_base_default = QRCodeBase;
1548
1564
 
1549
1565
  // src/icons/v2/outline/search.tsx
1550
- import { jsx as jsx55, jsxs as jsxs41 } from "react/jsx-runtime";
1566
+ import { jsx as jsx56, jsxs as jsxs41 } from "react/jsx-runtime";
1551
1567
  var Search = (props) => {
1552
1568
  const { color, ...svgProps } = use_icon_props_default(props);
1553
1569
  return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1554
- /* @__PURE__ */ jsx55(
1570
+ /* @__PURE__ */ jsx56(
1555
1571
  "path",
1556
1572
  {
1557
1573
  fillRule: "evenodd",
@@ -1560,7 +1576,7 @@ var Search = (props) => {
1560
1576
  fill: color
1561
1577
  }
1562
1578
  ),
1563
- /* @__PURE__ */ jsx55(
1579
+ /* @__PURE__ */ jsx56(
1564
1580
  "path",
1565
1581
  {
1566
1582
  fillRule: "evenodd",
@@ -1574,10 +1590,10 @@ var Search = (props) => {
1574
1590
  var search_default = Search;
1575
1591
 
1576
1592
  // src/icons/v2/outline/setting.tsx
1577
- import { jsx as jsx56 } from "react/jsx-runtime";
1593
+ import { jsx as jsx57 } from "react/jsx-runtime";
1578
1594
  var Setting = (props) => {
1579
1595
  const { color, ...svgProps } = use_icon_props_default(props);
1580
- return /* @__PURE__ */ jsx56("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx56(
1596
+ return /* @__PURE__ */ jsx57("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx57(
1581
1597
  "path",
1582
1598
  {
1583
1599
  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",
@@ -1588,11 +1604,11 @@ var Setting = (props) => {
1588
1604
  var setting_default = Setting;
1589
1605
 
1590
1606
  // src/icons/v2/outline/share.tsx
1591
- import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
1607
+ import { jsx as jsx58, jsxs as jsxs42 } from "react/jsx-runtime";
1592
1608
  var Bag2 = (props) => {
1593
1609
  const { color, ...svgProps } = use_icon_props_default(props);
1594
1610
  return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
1595
- /* @__PURE__ */ jsx57(
1611
+ /* @__PURE__ */ jsx58(
1596
1612
  "path",
1597
1613
  {
1598
1614
  fillRule: "evenodd",
@@ -1601,7 +1617,7 @@ var Bag2 = (props) => {
1601
1617
  fill: color
1602
1618
  }
1603
1619
  ),
1604
- /* @__PURE__ */ jsx57(
1620
+ /* @__PURE__ */ jsx58(
1605
1621
  "path",
1606
1622
  {
1607
1623
  fillRule: "evenodd",
@@ -1610,7 +1626,7 @@ var Bag2 = (props) => {
1610
1626
  fill: color
1611
1627
  }
1612
1628
  ),
1613
- /* @__PURE__ */ jsx57(
1629
+ /* @__PURE__ */ jsx58(
1614
1630
  "path",
1615
1631
  {
1616
1632
  fillRule: "evenodd",
@@ -1624,11 +1640,11 @@ var Bag2 = (props) => {
1624
1640
  var share_default = Bag2;
1625
1641
 
1626
1642
  // src/icons/v2/outline/sort.tsx
1627
- import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
1643
+ import { jsx as jsx59, jsxs as jsxs43 } from "react/jsx-runtime";
1628
1644
  var Sort = (props) => {
1629
1645
  const { color, ...svgProps } = use_icon_props_default(props);
1630
1646
  return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1631
- /* @__PURE__ */ jsx58(
1647
+ /* @__PURE__ */ jsx59(
1632
1648
  "path",
1633
1649
  {
1634
1650
  fillRule: "evenodd",
@@ -1637,7 +1653,7 @@ var Sort = (props) => {
1637
1653
  fill: color
1638
1654
  }
1639
1655
  ),
1640
- /* @__PURE__ */ jsx58(
1656
+ /* @__PURE__ */ jsx59(
1641
1657
  "path",
1642
1658
  {
1643
1659
  fillRule: "evenodd",
@@ -1651,25 +1667,25 @@ var Sort = (props) => {
1651
1667
  var sort_default = Sort;
1652
1668
 
1653
1669
  // src/icons/v2/outline/store-complete.tsx
1654
- import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
1670
+ import { jsx as jsx60, jsxs as jsxs44 } from "react/jsx-runtime";
1655
1671
  var StoreComplete = (props) => {
1656
1672
  const { color, ...svgProps } = use_icon_props_default(props);
1657
1673
  return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1658
- /* @__PURE__ */ jsx59(
1674
+ /* @__PURE__ */ jsx60(
1659
1675
  "path",
1660
1676
  {
1661
1677
  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",
1662
1678
  fill: color
1663
1679
  }
1664
1680
  ),
1665
- /* @__PURE__ */ jsx59(
1681
+ /* @__PURE__ */ jsx60(
1666
1682
  "path",
1667
1683
  {
1668
1684
  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",
1669
1685
  fill: color
1670
1686
  }
1671
1687
  ),
1672
- /* @__PURE__ */ jsx59(
1688
+ /* @__PURE__ */ jsx60(
1673
1689
  "path",
1674
1690
  {
1675
1691
  fillRule: "evenodd",
@@ -1683,12 +1699,12 @@ var StoreComplete = (props) => {
1683
1699
  var store_complete_default = StoreComplete;
1684
1700
 
1685
1701
  // src/icons/v2/outline/term-conditions.tsx
1686
- import { jsx as jsx60, jsxs as jsxs45 } from "react/jsx-runtime";
1702
+ import { jsx as jsx61, jsxs as jsxs45 } from "react/jsx-runtime";
1687
1703
  var TermConditions = (props) => {
1688
1704
  const { color, ...svgProps } = use_icon_props_default(props);
1689
1705
  return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1690
1706
  /* @__PURE__ */ jsxs45("g", { clipPath: "url(#clip0_6322_13347)", children: [
1691
- /* @__PURE__ */ jsx60(
1707
+ /* @__PURE__ */ jsx61(
1692
1708
  "path",
1693
1709
  {
1694
1710
  fillRule: "evenodd",
@@ -1697,7 +1713,7 @@ var TermConditions = (props) => {
1697
1713
  fill: color
1698
1714
  }
1699
1715
  ),
1700
- /* @__PURE__ */ jsx60(
1716
+ /* @__PURE__ */ jsx61(
1701
1717
  "path",
1702
1718
  {
1703
1719
  fillRule: "evenodd",
@@ -1706,7 +1722,7 @@ var TermConditions = (props) => {
1706
1722
  fill: color
1707
1723
  }
1708
1724
  ),
1709
- /* @__PURE__ */ jsx60(
1725
+ /* @__PURE__ */ jsx61(
1710
1726
  "path",
1711
1727
  {
1712
1728
  fillRule: "evenodd",
@@ -1715,7 +1731,7 @@ var TermConditions = (props) => {
1715
1731
  fill: color
1716
1732
  }
1717
1733
  ),
1718
- /* @__PURE__ */ jsx60(
1734
+ /* @__PURE__ */ jsx61(
1719
1735
  "path",
1720
1736
  {
1721
1737
  fillRule: "evenodd",
@@ -1724,7 +1740,7 @@ var TermConditions = (props) => {
1724
1740
  fill: color
1725
1741
  }
1726
1742
  ),
1727
- /* @__PURE__ */ jsx60(
1743
+ /* @__PURE__ */ jsx61(
1728
1744
  "path",
1729
1745
  {
1730
1746
  fillRule: "evenodd",
@@ -1733,7 +1749,7 @@ var TermConditions = (props) => {
1733
1749
  fill: color
1734
1750
  }
1735
1751
  ),
1736
- /* @__PURE__ */ jsx60(
1752
+ /* @__PURE__ */ jsx61(
1737
1753
  "path",
1738
1754
  {
1739
1755
  fillRule: "evenodd",
@@ -1743,18 +1759,18 @@ var TermConditions = (props) => {
1743
1759
  }
1744
1760
  )
1745
1761
  ] }),
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)" }) }) })
1762
+ /* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx61("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1747
1763
  ] });
1748
1764
  };
1749
1765
  var term_conditions_default = TermConditions;
1750
1766
 
1751
1767
  // src/icons/v2/outline/trash.tsx
1752
- import { jsx as jsx61, jsxs as jsxs46 } from "react/jsx-runtime";
1768
+ import { jsx as jsx62, jsxs as jsxs46 } from "react/jsx-runtime";
1753
1769
  var Trash = (props) => {
1754
1770
  const { color, ...svgProps } = use_icon_props_default(props);
1755
1771
  return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1756
1772
  /* @__PURE__ */ jsxs46("g", { clipPath: "url(#clip0_5761_9499)", children: [
1757
- /* @__PURE__ */ jsx61(
1773
+ /* @__PURE__ */ jsx62(
1758
1774
  "path",
1759
1775
  {
1760
1776
  fillRule: "evenodd",
@@ -1763,7 +1779,7 @@ var Trash = (props) => {
1763
1779
  fill: color
1764
1780
  }
1765
1781
  ),
1766
- /* @__PURE__ */ jsx61(
1782
+ /* @__PURE__ */ jsx62(
1767
1783
  "path",
1768
1784
  {
1769
1785
  fillRule: "evenodd",
@@ -1772,7 +1788,7 @@ var Trash = (props) => {
1772
1788
  fill: color
1773
1789
  }
1774
1790
  ),
1775
- /* @__PURE__ */ jsx61(
1791
+ /* @__PURE__ */ jsx62(
1776
1792
  "path",
1777
1793
  {
1778
1794
  fillRule: "evenodd",
@@ -1781,7 +1797,7 @@ var Trash = (props) => {
1781
1797
  fill: color
1782
1798
  }
1783
1799
  ),
1784
- /* @__PURE__ */ jsx61(
1800
+ /* @__PURE__ */ jsx62(
1785
1801
  "path",
1786
1802
  {
1787
1803
  fillRule: "evenodd",
@@ -1791,17 +1807,17 @@ var Trash = (props) => {
1791
1807
  }
1792
1808
  )
1793
1809
  ] }),
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)" }) }) })
1810
+ /* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1795
1811
  ] });
1796
1812
  };
1797
1813
  var trash_default = Trash;
1798
1814
 
1799
1815
  // src/icons/v2/outline/truck.tsx
1800
- import { jsx as jsx62, jsxs as jsxs47 } from "react/jsx-runtime";
1816
+ import { jsx as jsx63, jsxs as jsxs47 } from "react/jsx-runtime";
1801
1817
  var Truck = (props) => {
1802
1818
  const { color, ...svgProps } = use_icon_props_default(props);
1803
1819
  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(
1820
+ /* @__PURE__ */ jsx63("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx63(
1805
1821
  "path",
1806
1822
  {
1807
1823
  fillRule: "evenodd",
@@ -1810,38 +1826,38 @@ var Truck = (props) => {
1810
1826
  fill: color
1811
1827
  }
1812
1828
  ) }),
1813
- /* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "truck", children: /* @__PURE__ */ jsx62("rect", { width: "24", height: "24", fill: "white" }) }) })
1829
+ /* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "truck", children: /* @__PURE__ */ jsx63("rect", { width: "24", height: "24", fill: "white" }) }) })
1814
1830
  ] });
1815
1831
  };
1816
1832
  var truck_default = Truck;
1817
1833
 
1818
1834
  // src/icons/v2/outline/truck-discount.tsx
1819
- import { jsx as jsx63, jsxs as jsxs48 } from "react/jsx-runtime";
1835
+ import { jsx as jsx64, jsxs as jsxs48 } from "react/jsx-runtime";
1820
1836
  var TruckDiscount = (props) => {
1821
1837
  const { color, ...svgProps } = use_icon_props_default(props);
1822
1838
  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(
1839
+ /* @__PURE__ */ jsx64(
1824
1840
  "path",
1825
1841
  {
1826
1842
  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",
1827
1843
  fill: color
1828
1844
  }
1829
1845
  ),
1830
- /* @__PURE__ */ jsx63(
1846
+ /* @__PURE__ */ jsx64(
1831
1847
  "path",
1832
1848
  {
1833
1849
  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",
1834
1850
  fill: color
1835
1851
  }
1836
1852
  ),
1837
- /* @__PURE__ */ jsx63(
1853
+ /* @__PURE__ */ jsx64(
1838
1854
  "path",
1839
1855
  {
1840
1856
  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",
1841
1857
  fill: color
1842
1858
  }
1843
1859
  ),
1844
- /* @__PURE__ */ jsx63(
1860
+ /* @__PURE__ */ jsx64(
1845
1861
  "path",
1846
1862
  {
1847
1863
  fillRule: "evenodd",
@@ -1855,12 +1871,12 @@ var TruckDiscount = (props) => {
1855
1871
  var truck_discount_default = TruckDiscount;
1856
1872
 
1857
1873
  // src/icons/v2/outline/virtual-wallet.tsx
1858
- import { jsx as jsx64, jsxs as jsxs49 } from "react/jsx-runtime";
1874
+ import { jsx as jsx65, jsxs as jsxs49 } from "react/jsx-runtime";
1859
1875
  var VirtualWallet = (props) => {
1860
1876
  const { color, ...svgProps } = use_icon_props_default(props);
1861
1877
  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
1878
  /* @__PURE__ */ jsxs49("g", { clipPath: "url(#clip0_2092_1618)", children: [
1863
- /* @__PURE__ */ jsx64(
1879
+ /* @__PURE__ */ jsx65(
1864
1880
  "path",
1865
1881
  {
1866
1882
  fillRule: "evenodd",
@@ -1869,7 +1885,7 @@ var VirtualWallet = (props) => {
1869
1885
  fill: color
1870
1886
  }
1871
1887
  ),
1872
- /* @__PURE__ */ jsx64(
1888
+ /* @__PURE__ */ jsx65(
1873
1889
  "path",
1874
1890
  {
1875
1891
  fillRule: "evenodd",
@@ -1878,7 +1894,7 @@ var VirtualWallet = (props) => {
1878
1894
  fill: color
1879
1895
  }
1880
1896
  ),
1881
- /* @__PURE__ */ jsx64(
1897
+ /* @__PURE__ */ jsx65(
1882
1898
  "path",
1883
1899
  {
1884
1900
  fillRule: "evenodd",
@@ -1887,14 +1903,14 @@ var VirtualWallet = (props) => {
1887
1903
  fill: color
1888
1904
  }
1889
1905
  ),
1890
- /* @__PURE__ */ jsx64(
1906
+ /* @__PURE__ */ jsx65(
1891
1907
  "path",
1892
1908
  {
1893
1909
  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",
1894
1910
  fill: color
1895
1911
  }
1896
1912
  ),
1897
- /* @__PURE__ */ jsx64(
1913
+ /* @__PURE__ */ jsx65(
1898
1914
  "path",
1899
1915
  {
1900
1916
  fillRule: "evenodd",
@@ -1903,7 +1919,7 @@ var VirtualWallet = (props) => {
1903
1919
  fill: color
1904
1920
  }
1905
1921
  ),
1906
- /* @__PURE__ */ jsx64(
1922
+ /* @__PURE__ */ jsx65(
1907
1923
  "path",
1908
1924
  {
1909
1925
  fillRule: "evenodd",
@@ -1913,17 +1929,17 @@ var VirtualWallet = (props) => {
1913
1929
  }
1914
1930
  )
1915
1931
  ] }),
1916
- /* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white" }) }) })
1932
+ /* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: "white" }) }) })
1917
1933
  ] });
1918
1934
  };
1919
1935
  var virtual_wallet_default = VirtualWallet;
1920
1936
 
1921
1937
  // src/icons/v2/outline/voucher-applied.tsx
1922
- import { jsx as jsx65, jsxs as jsxs50 } from "react/jsx-runtime";
1938
+ import { jsx as jsx66, jsxs as jsxs50 } from "react/jsx-runtime";
1923
1939
  var VoucherApplied = (props) => {
1924
1940
  const { color, ...svgProps } = use_icon_props_default(props);
1925
1941
  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(
1942
+ /* @__PURE__ */ jsx66(
1927
1943
  "path",
1928
1944
  {
1929
1945
  fillRule: "evenodd",
@@ -1932,7 +1948,7 @@ var VoucherApplied = (props) => {
1932
1948
  fill: color
1933
1949
  }
1934
1950
  ),
1935
- /* @__PURE__ */ jsx65(
1951
+ /* @__PURE__ */ jsx66(
1936
1952
  "path",
1937
1953
  {
1938
1954
  fillRule: "evenodd",
@@ -1941,7 +1957,7 @@ var VoucherApplied = (props) => {
1941
1957
  fill: color
1942
1958
  }
1943
1959
  ),
1944
- /* @__PURE__ */ jsx65(
1960
+ /* @__PURE__ */ jsx66(
1945
1961
  "path",
1946
1962
  {
1947
1963
  fillRule: "evenodd",
@@ -1950,7 +1966,7 @@ var VoucherApplied = (props) => {
1950
1966
  fill: color
1951
1967
  }
1952
1968
  ),
1953
- /* @__PURE__ */ jsx65(
1969
+ /* @__PURE__ */ jsx66(
1954
1970
  "path",
1955
1971
  {
1956
1972
  fillRule: "evenodd",
@@ -1964,25 +1980,25 @@ var VoucherApplied = (props) => {
1964
1980
  var voucher_applied_default = VoucherApplied;
1965
1981
 
1966
1982
  // src/icons/v2/outline/voucher-outline.tsx
1967
- import { jsx as jsx66, jsxs as jsxs51 } from "react/jsx-runtime";
1983
+ import { jsx as jsx67, jsxs as jsxs51 } from "react/jsx-runtime";
1968
1984
  var VoucherOutline = (props) => {
1969
1985
  const { color, ...svgProps } = use_icon_props_default(props);
1970
1986
  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(
1987
+ /* @__PURE__ */ jsx67(
1972
1988
  "path",
1973
1989
  {
1974
1990
  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",
1975
1991
  fill: color
1976
1992
  }
1977
1993
  ),
1978
- /* @__PURE__ */ jsx66(
1994
+ /* @__PURE__ */ jsx67(
1979
1995
  "path",
1980
1996
  {
1981
1997
  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",
1982
1998
  fill: color
1983
1999
  }
1984
2000
  ),
1985
- /* @__PURE__ */ jsx66(
2001
+ /* @__PURE__ */ jsx67(
1986
2002
  "path",
1987
2003
  {
1988
2004
  fillRule: "evenodd",
@@ -1996,12 +2012,12 @@ var VoucherOutline = (props) => {
1996
2012
  var voucher_outline_default = VoucherOutline;
1997
2013
 
1998
2014
  // src/icons/v2/solid/add-bag-solid.tsx
1999
- import { jsx as jsx67, jsxs as jsxs52 } from "react/jsx-runtime";
2015
+ import { jsx as jsx68, jsxs as jsxs52 } from "react/jsx-runtime";
2000
2016
  var AddBagSolid = (props) => {
2001
2017
  const { color, ...svgProps } = use_icon_props_default(props);
2002
2018
  const fillColor = color || "#12784A";
2003
2019
  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(
2020
+ /* @__PURE__ */ jsx68(
2005
2021
  "path",
2006
2022
  {
2007
2023
  fillRule: "evenodd",
@@ -2010,7 +2026,7 @@ var AddBagSolid = (props) => {
2010
2026
  fill: fillColor
2011
2027
  }
2012
2028
  ),
2013
- /* @__PURE__ */ jsx67(
2029
+ /* @__PURE__ */ jsx68(
2014
2030
  "path",
2015
2031
  {
2016
2032
  fillRule: "evenodd",
@@ -2024,10 +2040,10 @@ var AddBagSolid = (props) => {
2024
2040
  var add_bag_solid_default = AddBagSolid;
2025
2041
 
2026
2042
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2027
- import { jsx as jsx68 } from "react/jsx-runtime";
2043
+ import { jsx as jsx69 } from "react/jsx-runtime";
2028
2044
  var ArrowDownCircleSolid = (props) => {
2029
2045
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2046
+ return /* @__PURE__ */ jsx69("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx69(
2031
2047
  "path",
2032
2048
  {
2033
2049
  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",
@@ -2038,10 +2054,10 @@ var ArrowDownCircleSolid = (props) => {
2038
2054
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2039
2055
 
2040
2056
  // src/icons/v2/solid/bag-solid.tsx
2041
- import { jsx as jsx69 } from "react/jsx-runtime";
2057
+ import { jsx as jsx70 } from "react/jsx-runtime";
2042
2058
  var BagSolid = (props) => {
2043
2059
  const { color, ...svgProps } = use_icon_props_default(props);
2044
- return /* @__PURE__ */ jsx69("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx69(
2060
+ return /* @__PURE__ */ jsx70("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
2045
2061
  "path",
2046
2062
  {
2047
2063
  fillRule: "evenodd",
@@ -2054,32 +2070,32 @@ var BagSolid = (props) => {
2054
2070
  var bag_solid_default = BagSolid;
2055
2071
 
2056
2072
  // src/icons/v2/solid/category-solid.tsx
2057
- import { jsx as jsx70, jsxs as jsxs53 } from "react/jsx-runtime";
2073
+ import { jsx as jsx71, jsxs as jsxs53 } from "react/jsx-runtime";
2058
2074
  var CategorySolid = (props) => {
2059
2075
  const { color, ...svgProps } = use_icon_props_default(props);
2060
2076
  return /* @__PURE__ */ jsxs53("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2061
- /* @__PURE__ */ jsx70(
2077
+ /* @__PURE__ */ jsx71(
2062
2078
  "path",
2063
2079
  {
2064
2080
  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",
2065
2081
  fill: color
2066
2082
  }
2067
2083
  ),
2068
- /* @__PURE__ */ jsx70(
2084
+ /* @__PURE__ */ jsx71(
2069
2085
  "path",
2070
2086
  {
2071
2087
  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",
2072
2088
  fill: color
2073
2089
  }
2074
2090
  ),
2075
- /* @__PURE__ */ jsx70(
2091
+ /* @__PURE__ */ jsx71(
2076
2092
  "path",
2077
2093
  {
2078
2094
  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",
2079
2095
  fill: color
2080
2096
  }
2081
2097
  ),
2082
- /* @__PURE__ */ jsx70(
2098
+ /* @__PURE__ */ jsx71(
2083
2099
  "path",
2084
2100
  {
2085
2101
  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",
@@ -2091,10 +2107,10 @@ var CategorySolid = (props) => {
2091
2107
  var category_solid_default = CategorySolid;
2092
2108
 
2093
2109
  // src/icons/v2/solid/chat-cs-solid.tsx
2094
- import { jsx as jsx71 } from "react/jsx-runtime";
2110
+ import { jsx as jsx72 } from "react/jsx-runtime";
2095
2111
  var ChatCsSolid = (props) => {
2096
2112
  const { color, ...svgProps } = use_icon_props_default(props);
2097
- return /* @__PURE__ */ jsx71("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx71(
2113
+ return /* @__PURE__ */ jsx72("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
2098
2114
  "path",
2099
2115
  {
2100
2116
  fillRule: "evenodd",
@@ -2107,10 +2123,10 @@ var ChatCsSolid = (props) => {
2107
2123
  var chat_cs_solid_default = ChatCsSolid;
2108
2124
 
2109
2125
  // src/icons/v2/solid/check-shield.tsx
2110
- import { jsx as jsx72 } from "react/jsx-runtime";
2126
+ import { jsx as jsx73 } from "react/jsx-runtime";
2111
2127
  var CheckShield2 = (props) => {
2112
2128
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2129
+ return /* @__PURE__ */ jsx73("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx73(
2114
2130
  "path",
2115
2131
  {
2116
2132
  fillRule: "evenodd",
@@ -2123,13 +2139,13 @@ var CheckShield2 = (props) => {
2123
2139
  var check_shield_default2 = CheckShield2;
2124
2140
 
2125
2141
  // src/icons/v2/solid/direction.tsx
2126
- import { jsx as jsx73, jsxs as jsxs54 } from "react/jsx-runtime";
2142
+ import { jsx as jsx74, jsxs as jsxs54 } from "react/jsx-runtime";
2127
2143
  var Direction = (props) => {
2128
2144
  const { color, ...svgProps } = use_icon_props_default(props);
2129
2145
  return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2130
2146
  /* @__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(
2147
+ /* @__PURE__ */ jsx74("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2148
+ /* @__PURE__ */ jsx74(
2133
2149
  "path",
2134
2150
  {
2135
2151
  fillRule: "evenodd",
@@ -2139,16 +2155,16 @@ var Direction = (props) => {
2139
2155
  }
2140
2156
  )
2141
2157
  ] }),
2142
- /* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "direction", children: /* @__PURE__ */ jsx73("rect", { width: "16", height: "16", fill: "white" }) }) })
2158
+ /* @__PURE__ */ jsx74("defs", { children: /* @__PURE__ */ jsx74("clipPath", { id: "direction", children: /* @__PURE__ */ jsx74("rect", { width: "16", height: "16", fill: "white" }) }) })
2143
2159
  ] });
2144
2160
  };
2145
2161
  var direction_default = Direction;
2146
2162
 
2147
2163
  // src/icons/v2/solid/enveloped-solid.tsx
2148
- import { jsx as jsx74 } from "react/jsx-runtime";
2164
+ import { jsx as jsx75 } from "react/jsx-runtime";
2149
2165
  var EnvelopedSolid = (props) => {
2150
2166
  const { color, ...svgProps } = use_icon_props_default(props);
2151
- return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74(
2167
+ return /* @__PURE__ */ jsx75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx75(
2152
2168
  "path",
2153
2169
  {
2154
2170
  fillRule: "evenodd",
@@ -2161,12 +2177,12 @@ var EnvelopedSolid = (props) => {
2161
2177
  var enveloped_solid_default = EnvelopedSolid;
2162
2178
 
2163
2179
  // src/icons/v2/solid/fast-truck-solid.tsx
2164
- import { jsx as jsx75, jsxs as jsxs55 } from "react/jsx-runtime";
2180
+ import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
2165
2181
  var FastTruckSolid = (props) => {
2166
2182
  const { color, ...svgProps } = use_icon_props_default(props);
2167
2183
  const fillColor = color || "#12784A";
2168
2184
  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(
2185
+ /* @__PURE__ */ jsx76(
2170
2186
  "path",
2171
2187
  {
2172
2188
  fillRule: "evenodd",
@@ -2175,14 +2191,14 @@ var FastTruckSolid = (props) => {
2175
2191
  fill: fillColor
2176
2192
  }
2177
2193
  ),
2178
- /* @__PURE__ */ jsx75(
2194
+ /* @__PURE__ */ jsx76(
2179
2195
  "path",
2180
2196
  {
2181
2197
  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",
2182
2198
  fill: fillColor
2183
2199
  }
2184
2200
  ),
2185
- /* @__PURE__ */ jsx75(
2201
+ /* @__PURE__ */ jsx76(
2186
2202
  "path",
2187
2203
  {
2188
2204
  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",
@@ -2194,10 +2210,10 @@ var FastTruckSolid = (props) => {
2194
2210
  var fast_truck_solid_default = FastTruckSolid;
2195
2211
 
2196
2212
  // src/icons/v2/solid/hand.tsx
2197
- import { jsx as jsx76 } from "react/jsx-runtime";
2213
+ import { jsx as jsx77 } from "react/jsx-runtime";
2198
2214
  var Hand = (props) => {
2199
2215
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2216
+ return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx77(
2201
2217
  "path",
2202
2218
  {
2203
2219
  id: "Vector 650",
@@ -2209,10 +2225,10 @@ var Hand = (props) => {
2209
2225
  var hand_default = Hand;
2210
2226
 
2211
2227
  // src/icons/v2/solid/handphone-solid.tsx
2212
- import { jsx as jsx77 } from "react/jsx-runtime";
2228
+ import { jsx as jsx78 } from "react/jsx-runtime";
2213
2229
  var HandphoneSolid = (props) => {
2214
2230
  const { color, ...svgProps } = use_icon_props_default(props);
2215
- return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77(
2231
+ return /* @__PURE__ */ jsx78("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx78(
2216
2232
  "path",
2217
2233
  {
2218
2234
  fillRule: "evenodd",
@@ -2225,10 +2241,10 @@ var HandphoneSolid = (props) => {
2225
2241
  var handphone_solid_default = HandphoneSolid;
2226
2242
 
2227
2243
  // src/icons/v2/solid/heart-solid.tsx
2228
- import { jsx as jsx78 } from "react/jsx-runtime";
2244
+ import { jsx as jsx79 } from "react/jsx-runtime";
2229
2245
  var HeartSolid = (props) => {
2230
2246
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2247
+ return /* @__PURE__ */ jsx79("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
2232
2248
  "path",
2233
2249
  {
2234
2250
  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",
@@ -2239,10 +2255,10 @@ var HeartSolid = (props) => {
2239
2255
  var heart_solid_default = HeartSolid;
2240
2256
 
2241
2257
  // src/icons/v2/solid/home-solid.tsx
2242
- import { jsx as jsx79 } from "react/jsx-runtime";
2258
+ import { jsx as jsx80 } from "react/jsx-runtime";
2243
2259
  var HomeSolid = (props) => {
2244
2260
  const { color, ...svgProps } = use_icon_props_default(props);
2245
- return /* @__PURE__ */ jsx79("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
2261
+ return /* @__PURE__ */ jsx80("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx80(
2246
2262
  "path",
2247
2263
  {
2248
2264
  fillRule: "evenodd",
@@ -2255,10 +2271,10 @@ var HomeSolid = (props) => {
2255
2271
  var home_solid_default = HomeSolid;
2256
2272
 
2257
2273
  // src/icons/v2/solid/info-solid.tsx
2258
- import { jsx as jsx80 } from "react/jsx-runtime";
2274
+ import { jsx as jsx81 } from "react/jsx-runtime";
2259
2275
  var InfoSolid = (props) => {
2260
2276
  const { color, ...svgProps } = use_icon_props_default(props);
2261
- return /* @__PURE__ */ jsx80("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx80(
2277
+ return /* @__PURE__ */ jsx81("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx81(
2262
2278
  "path",
2263
2279
  {
2264
2280
  fillRule: "evenodd",
@@ -2271,11 +2287,11 @@ var InfoSolid = (props) => {
2271
2287
  var info_solid_default = InfoSolid;
2272
2288
 
2273
2289
  // src/icons/v2/solid/lock-solid.tsx
2274
- import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
2290
+ import { jsx as jsx82, jsxs as jsxs56 } from "react/jsx-runtime";
2275
2291
  var InfoSolid2 = (props) => {
2276
2292
  const { color, ...svgProps } = use_icon_props_default(props);
2277
2293
  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(
2294
+ /* @__PURE__ */ jsx82("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx82(
2279
2295
  "path",
2280
2296
  {
2281
2297
  fillRule: "evenodd",
@@ -2284,24 +2300,24 @@ var InfoSolid2 = (props) => {
2284
2300
  fill: color
2285
2301
  }
2286
2302
  ) }),
2287
- /* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx81("rect", { width: "20", height: "20", fill: "white" }) }) })
2303
+ /* @__PURE__ */ jsx82("defs", { children: /* @__PURE__ */ jsx82("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx82("rect", { width: "20", height: "20", fill: "white" }) }) })
2288
2304
  ] });
2289
2305
  };
2290
2306
  var lock_solid_default = InfoSolid2;
2291
2307
 
2292
2308
  // src/icons/v2/solid/map-marker-solid.tsx
2293
- import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
2309
+ import { jsx as jsx83, jsxs as jsxs57 } from "react/jsx-runtime";
2294
2310
  var MapMarkerSolid = (props) => {
2295
2311
  const { color, ...svgProps } = use_icon_props_default(props);
2296
2312
  return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2297
- /* @__PURE__ */ jsx82(
2313
+ /* @__PURE__ */ jsx83(
2298
2314
  "path",
2299
2315
  {
2300
2316
  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",
2301
2317
  fill: color
2302
2318
  }
2303
2319
  ),
2304
- /* @__PURE__ */ jsx82(
2320
+ /* @__PURE__ */ jsx83(
2305
2321
  "path",
2306
2322
  {
2307
2323
  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",
@@ -2313,18 +2329,18 @@ var MapMarkerSolid = (props) => {
2313
2329
  var map_marker_solid_default = MapMarkerSolid;
2314
2330
 
2315
2331
  // src/icons/v2/solid/profile-solid.tsx
2316
- import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
2332
+ import { jsx as jsx84, jsxs as jsxs58 } from "react/jsx-runtime";
2317
2333
  var ProfileSolid = (props) => {
2318
2334
  const { color, ...svgProps } = use_icon_props_default(props);
2319
2335
  return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2320
- /* @__PURE__ */ jsx83(
2336
+ /* @__PURE__ */ jsx84(
2321
2337
  "path",
2322
2338
  {
2323
2339
  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",
2324
2340
  fill: color
2325
2341
  }
2326
2342
  ),
2327
- /* @__PURE__ */ jsx83(
2343
+ /* @__PURE__ */ jsx84(
2328
2344
  "path",
2329
2345
  {
2330
2346
  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",
@@ -2336,10 +2352,10 @@ var ProfileSolid = (props) => {
2336
2352
  var profile_solid_default = ProfileSolid;
2337
2353
 
2338
2354
  // src/icons/v2/solid/search-solid.tsx
2339
- import { jsx as jsx84 } from "react/jsx-runtime";
2355
+ import { jsx as jsx85 } from "react/jsx-runtime";
2340
2356
  var SearchSolid = (props) => {
2341
2357
  const { color, ...svgProps } = use_icon_props_default(props);
2342
- return /* @__PURE__ */ jsx84("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx84(
2358
+ return /* @__PURE__ */ jsx85("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx85(
2343
2359
  "path",
2344
2360
  {
2345
2361
  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",
@@ -2350,18 +2366,18 @@ var SearchSolid = (props) => {
2350
2366
  var search_solid_default = SearchSolid;
2351
2367
 
2352
2368
  // src/icons/v2/solid/setting-solid.tsx
2353
- import { jsx as jsx85, jsxs as jsxs59 } from "react/jsx-runtime";
2369
+ import { jsx as jsx86, jsxs as jsxs59 } from "react/jsx-runtime";
2354
2370
  var SettingSolid = (props) => {
2355
2371
  const { color, ...svgProps } = use_icon_props_default(props);
2356
2372
  return /* @__PURE__ */ jsxs59("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2357
- /* @__PURE__ */ jsx85(
2373
+ /* @__PURE__ */ jsx86(
2358
2374
  "path",
2359
2375
  {
2360
2376
  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",
2361
2377
  fill: "#999999"
2362
2378
  }
2363
2379
  ),
2364
- /* @__PURE__ */ jsx85(
2380
+ /* @__PURE__ */ jsx86(
2365
2381
  "path",
2366
2382
  {
2367
2383
  fillRule: "evenodd",
@@ -2375,10 +2391,10 @@ var SettingSolid = (props) => {
2375
2391
  var setting_solid_default = SettingSolid;
2376
2392
 
2377
2393
  // src/icons/v2/solid/success-solid.tsx
2378
- import { jsx as jsx86 } from "react/jsx-runtime";
2394
+ import { jsx as jsx87 } from "react/jsx-runtime";
2379
2395
  var SuccessSolid = (props) => {
2380
2396
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2397
+ return /* @__PURE__ */ jsx87("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx87(
2382
2398
  "path",
2383
2399
  {
2384
2400
  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",
@@ -2389,11 +2405,11 @@ var SuccessSolid = (props) => {
2389
2405
  var success_solid_default = SuccessSolid;
2390
2406
 
2391
2407
  // src/icons/v2/solid/trash-solid.tsx
2392
- import { jsx as jsx87, jsxs as jsxs60 } from "react/jsx-runtime";
2408
+ import { jsx as jsx88, jsxs as jsxs60 } from "react/jsx-runtime";
2393
2409
  var TrashSolid = (props) => {
2394
2410
  const { color, ...svgProps } = use_icon_props_default(props);
2395
2411
  return /* @__PURE__ */ jsxs60("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2396
- /* @__PURE__ */ jsx87(
2412
+ /* @__PURE__ */ jsx88(
2397
2413
  "path",
2398
2414
  {
2399
2415
  fillRule: "evenodd",
@@ -2402,7 +2418,7 @@ var TrashSolid = (props) => {
2402
2418
  fill: color
2403
2419
  }
2404
2420
  ),
2405
- /* @__PURE__ */ jsx87(
2421
+ /* @__PURE__ */ jsx88(
2406
2422
  "path",
2407
2423
  {
2408
2424
  fillRule: "evenodd",
@@ -2416,11 +2432,11 @@ var TrashSolid = (props) => {
2416
2432
  var trash_solid_default = TrashSolid;
2417
2433
 
2418
2434
  // src/icons/v2/solid/trend-up.tsx
2419
- import { jsx as jsx88, jsxs as jsxs61 } from "react/jsx-runtime";
2435
+ import { jsx as jsx89, jsxs as jsxs61 } from "react/jsx-runtime";
2420
2436
  var TrendUp = (props) => {
2421
2437
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2438
+ return /* @__PURE__ */ jsx89("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx89("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs61("g", { id: "Vector", children: [
2439
+ /* @__PURE__ */ jsx89(
2424
2440
  "path",
2425
2441
  {
2426
2442
  fillRule: "evenodd",
@@ -2429,14 +2445,14 @@ var TrendUp = (props) => {
2429
2445
  fill: color
2430
2446
  }
2431
2447
  ),
2432
- /* @__PURE__ */ jsx88(
2448
+ /* @__PURE__ */ jsx89(
2433
2449
  "path",
2434
2450
  {
2435
2451
  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",
2436
2452
  fill: color
2437
2453
  }
2438
2454
  ),
2439
- /* @__PURE__ */ jsx88(
2455
+ /* @__PURE__ */ jsx89(
2440
2456
  "path",
2441
2457
  {
2442
2458
  fillRule: "evenodd",
@@ -2450,32 +2466,32 @@ var TrendUp = (props) => {
2450
2466
  var trend_up_default = TrendUp;
2451
2467
 
2452
2468
  // src/icons/v2/solid/voila-point-base.tsx
2453
- import { jsx as jsx89, jsxs as jsxs62 } from "react/jsx-runtime";
2469
+ import { jsx as jsx90, jsxs as jsxs62 } from "react/jsx-runtime";
2454
2470
  var VoilaPointBase = (props) => {
2455
2471
  const { color, ...svgProps } = use_icon_props_default(props);
2456
2472
  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(
2473
+ /* @__PURE__ */ jsx90(
2458
2474
  "path",
2459
2475
  {
2460
2476
  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",
2461
2477
  fill: "#8F8F8F"
2462
2478
  }
2463
2479
  ),
2464
- /* @__PURE__ */ jsx89(
2480
+ /* @__PURE__ */ jsx90(
2465
2481
  "path",
2466
2482
  {
2467
2483
  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",
2468
2484
  fill: "url(#paint0_linear_1327_167461)"
2469
2485
  }
2470
2486
  ),
2471
- /* @__PURE__ */ jsx89(
2487
+ /* @__PURE__ */ jsx90(
2472
2488
  "path",
2473
2489
  {
2474
2490
  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",
2475
2491
  stroke: "white"
2476
2492
  }
2477
2493
  ),
2478
- /* @__PURE__ */ jsx89(
2494
+ /* @__PURE__ */ jsx90(
2479
2495
  "path",
2480
2496
  {
2481
2497
  fillRule: "evenodd",
@@ -2484,7 +2500,7 @@ var VoilaPointBase = (props) => {
2484
2500
  fill: "url(#paint1_linear_1327_167461)"
2485
2501
  }
2486
2502
  ),
2487
- /* @__PURE__ */ jsx89(
2503
+ /* @__PURE__ */ jsx90(
2488
2504
  "path",
2489
2505
  {
2490
2506
  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",
@@ -2502,8 +2518,8 @@ var VoilaPointBase = (props) => {
2502
2518
  y2: "2.51294",
2503
2519
  gradientUnits: "userSpaceOnUse",
2504
2520
  children: [
2505
- /* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
2506
- /* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2521
+ /* @__PURE__ */ jsx90("stop", { stopColor: "#E6E6E6" }),
2522
+ /* @__PURE__ */ jsx90("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2507
2523
  ]
2508
2524
  }
2509
2525
  ),
@@ -2517,9 +2533,9 @@ var VoilaPointBase = (props) => {
2517
2533
  y2: "19.984",
2518
2534
  gradientUnits: "userSpaceOnUse",
2519
2535
  children: [
2520
- /* @__PURE__ */ jsx89("stop", { stopColor: "#E6E6E6" }),
2521
- /* @__PURE__ */ jsx89("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
2522
- /* @__PURE__ */ jsx89("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2536
+ /* @__PURE__ */ jsx90("stop", { stopColor: "#E6E6E6" }),
2537
+ /* @__PURE__ */ jsx90("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
2538
+ /* @__PURE__ */ jsx90("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2523
2539
  ]
2524
2540
  }
2525
2541
  )
@@ -2529,10 +2545,10 @@ var VoilaPointBase = (props) => {
2529
2545
  var voila_point_base_default = VoilaPointBase;
2530
2546
 
2531
2547
  // src/icons/v2/solid/voucher.tsx
2532
- import { jsx as jsx90 } from "react/jsx-runtime";
2548
+ import { jsx as jsx91 } from "react/jsx-runtime";
2533
2549
  var Voucher = (props) => {
2534
2550
  const { color, ...svgProps } = use_icon_props_default(props);
2535
- return /* @__PURE__ */ jsx90("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx90(
2551
+ return /* @__PURE__ */ jsx91("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91(
2536
2552
  "path",
2537
2553
  {
2538
2554
  fillRule: "evenodd",
@@ -2545,10 +2561,10 @@ var Voucher = (props) => {
2545
2561
  var voucher_default = Voucher;
2546
2562
 
2547
2563
  // src/icons/v2/solid/wallet.tsx
2548
- import { jsx as jsx91 } from "react/jsx-runtime";
2564
+ import { jsx as jsx92 } from "react/jsx-runtime";
2549
2565
  var Wallet = (props) => {
2550
2566
  const { color, ...svgProps } = use_icon_props_default(props);
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(
2567
+ return /* @__PURE__ */ jsx92("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx92("g", { id: "24x24", children: /* @__PURE__ */ jsx92(
2552
2568
  "path",
2553
2569
  {
2554
2570
  id: "Subtract",
@@ -2625,6 +2641,7 @@ export {
2625
2641
  note_default as Note,
2626
2642
  order_history_default as OrderHistory,
2627
2643
  otp_default as Otp,
2644
+ paylater_default as Paylater,
2628
2645
  plus_default as Plus,
2629
2646
  plus_large_default as PlusLarge,
2630
2647
  privacy_policy_default as PrivacyPolicy,