@ctlyst.id/icons 2.8.18 → 2.8.20
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/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +276 -85
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +274 -85
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -283,10 +283,12 @@ __export(src_exports, {
|
|
|
283
283
|
ImgNoTransaction: () => img_no_transaction_default,
|
|
284
284
|
ImgNoVoilaPoint: () => img_no_voila_point_default,
|
|
285
285
|
ImgNotFound: () => img_not_found_default,
|
|
286
|
+
ImgOrder: () => img_order_default,
|
|
286
287
|
ImgOverload: () => img_overload_default,
|
|
287
288
|
ImgPaymentFailed: () => img_payment_failed_default,
|
|
288
289
|
ImgPaymentPending: () => img_payment_pending_default,
|
|
289
290
|
ImgPostal: () => img_postal_default,
|
|
291
|
+
ImgProduct: () => img_product_default,
|
|
290
292
|
ImgRefresh: () => img_refresh_default,
|
|
291
293
|
ImgSearchNotFound: () => img_search_not_found_default,
|
|
292
294
|
ImgShield: () => img_shield_default,
|
|
@@ -6489,9 +6491,99 @@ var ImgNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impo
|
|
|
6489
6491
|
);
|
|
6490
6492
|
var img_not_found_default = ImgNotFound;
|
|
6491
6493
|
|
|
6492
|
-
// src/illustrations/img-
|
|
6494
|
+
// src/illustrations/img-order.tsx
|
|
6493
6495
|
var import_jsx_runtime263 = require("react/jsx-runtime");
|
|
6494
|
-
var
|
|
6496
|
+
var ImgOrder = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime263.jsxs)(
|
|
6497
|
+
"svg",
|
|
6498
|
+
{
|
|
6499
|
+
"data-test-id": `illustration-order${testId ? `-${testId}` : ""}`,
|
|
6500
|
+
width: size,
|
|
6501
|
+
height: size,
|
|
6502
|
+
viewBox: "0 0 120 120",
|
|
6503
|
+
fill: "none",
|
|
6504
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6505
|
+
...props,
|
|
6506
|
+
children: [
|
|
6507
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsxs)("g", { clipPath: "url(#clip0_2289_30611)", children: [
|
|
6508
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6509
|
+
"path",
|
|
6510
|
+
{
|
|
6511
|
+
d: "M59.6475 2.05762C84.5218 2.05762 104.725 22.2519 104.725 47.1348V118.115H14.5703V47.1348C14.5703 22.2605 34.7646 2.05762 59.6475 2.05762Z",
|
|
6512
|
+
fill: "url(#paint0_linear_2289_30611)"
|
|
6513
|
+
}
|
|
6514
|
+
),
|
|
6515
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6516
|
+
"path",
|
|
6517
|
+
{
|
|
6518
|
+
fillRule: "evenodd",
|
|
6519
|
+
clipRule: "evenodd",
|
|
6520
|
+
d: "M88.2052 42.1532L25.1069 35.6883L18.642 98.7866L81.7402 105.251L88.2052 42.1532ZM18.9844 28.168L11.1216 104.909L87.8628 112.772L95.7255 36.0307L18.9844 28.168Z",
|
|
6521
|
+
fill: "#232022"
|
|
6522
|
+
}
|
|
6523
|
+
),
|
|
6524
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6525
|
+
"path",
|
|
6526
|
+
{
|
|
6527
|
+
fillRule: "evenodd",
|
|
6528
|
+
clipRule: "evenodd",
|
|
6529
|
+
d: "M41.7891 30.5195L72.9184 33.709L69.9825 62.3631L55.1248 54.6296L38.8624 59.0836L41.7891 30.5195ZM55.9062 47.3059L64.1904 51.6179L65.3981 39.8315L47.9116 38.0399L46.704 49.8262L55.9062 47.3059Z",
|
|
6530
|
+
fill: "#12784A"
|
|
6531
|
+
}
|
|
6532
|
+
),
|
|
6533
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6534
|
+
"path",
|
|
6535
|
+
{
|
|
6536
|
+
fillRule: "evenodd",
|
|
6537
|
+
clipRule: "evenodd",
|
|
6538
|
+
d: "M74.824 97.9142L53.512 95.7306L54.2109 88.9092L75.5229 91.0928L74.824 97.9142Z",
|
|
6539
|
+
fill: "#232022"
|
|
6540
|
+
}
|
|
6541
|
+
),
|
|
6542
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6543
|
+
"path",
|
|
6544
|
+
{
|
|
6545
|
+
fillRule: "evenodd",
|
|
6546
|
+
clipRule: "evenodd",
|
|
6547
|
+
d: "M31.1825 18.4872L85.7426 24.0774L95.7012 36.014L90.4359 40.4068L82.266 30.6142L33.2613 25.5933L23.2755 33.5256L19.0103 28.1564L31.1825 18.4872Z",
|
|
6548
|
+
fill: "#232022"
|
|
6549
|
+
}
|
|
6550
|
+
),
|
|
6551
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)(
|
|
6552
|
+
"path",
|
|
6553
|
+
{
|
|
6554
|
+
fillRule: "evenodd",
|
|
6555
|
+
clipRule: "evenodd",
|
|
6556
|
+
d: "M47.3818 20.1288L69.8077 22.4265L72.9116 33.8011L66.2963 35.6062L64.4305 28.7686L51.2583 27.4191L47.8538 33.7828L41.8075 30.5481L47.3818 20.1288Z",
|
|
6557
|
+
fill: "#12784A"
|
|
6558
|
+
}
|
|
6559
|
+
)
|
|
6560
|
+
] }),
|
|
6561
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsxs)("defs", { children: [
|
|
6562
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsxs)(
|
|
6563
|
+
"linearGradient",
|
|
6564
|
+
{
|
|
6565
|
+
id: "paint0_linear_2289_30611",
|
|
6566
|
+
x1: "59.6475",
|
|
6567
|
+
y1: "2.05762",
|
|
6568
|
+
x2: "59.6475",
|
|
6569
|
+
y2: "118.115",
|
|
6570
|
+
gradientUnits: "userSpaceOnUse",
|
|
6571
|
+
children: [
|
|
6572
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)("stop", { offset: "0.2", stopColor: "#E6F6FF" }),
|
|
6573
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)("stop", { offset: "1", stopColor: "white" })
|
|
6574
|
+
]
|
|
6575
|
+
}
|
|
6576
|
+
),
|
|
6577
|
+
/* @__PURE__ */ (0, import_jsx_runtime263.jsx)("clipPath", { id: "clip0_2289_30611", children: /* @__PURE__ */ (0, import_jsx_runtime263.jsx)("rect", { width: "120", height: "120", fill: "white" }) })
|
|
6578
|
+
] })
|
|
6579
|
+
]
|
|
6580
|
+
}
|
|
6581
|
+
);
|
|
6582
|
+
var img_order_default = ImgOrder;
|
|
6583
|
+
|
|
6584
|
+
// src/illustrations/img-overload.tsx
|
|
6585
|
+
var import_jsx_runtime264 = require("react/jsx-runtime");
|
|
6586
|
+
var ImgOverload = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime264.jsxs)(
|
|
6495
6587
|
"svg",
|
|
6496
6588
|
{
|
|
6497
6589
|
"data-test-id": `illustration-overload${testId ? `-${testId}` : ""}`,
|
|
@@ -6502,24 +6594,24 @@ var ImgOverload = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impo
|
|
|
6502
6594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6503
6595
|
...props,
|
|
6504
6596
|
children: [
|
|
6505
|
-
/* @__PURE__ */ (0,
|
|
6506
|
-
/* @__PURE__ */ (0,
|
|
6597
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.97 40.56 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
6598
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)(
|
|
6507
6599
|
"path",
|
|
6508
6600
|
{
|
|
6509
6601
|
d: "M26.13 22.968 10.436 53.73l15.73 76.433 84.145-17.317L89.146 10 26.13 22.968Zm72.907 82.451-65.446 13.469-13.132-63.81 12.083-23.684 49.178-10.12 17.317 84.145Z",
|
|
6510
6602
|
fill: "#000"
|
|
6511
6603
|
}
|
|
6512
6604
|
),
|
|
6513
|
-
/* @__PURE__ */ (0,
|
|
6514
|
-
/* @__PURE__ */ (0,
|
|
6605
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)("path", { d: "M67.14 92.493a4.773 4.773 0 1 0-1.924-9.35 4.773 4.773 0 0 0 1.925 9.35Z", fill: "#12784A" }),
|
|
6606
|
+
/* @__PURE__ */ (0, import_jsx_runtime264.jsx)("path", { d: "m62.195 44.783-9.35 1.924 5.773 28.049 9.349-1.924-5.772-28.05Z", fill: "#000" })
|
|
6515
6607
|
]
|
|
6516
6608
|
}
|
|
6517
6609
|
);
|
|
6518
6610
|
var img_overload_default = ImgOverload;
|
|
6519
6611
|
|
|
6520
6612
|
// src/illustrations/img-payment-failed.tsx
|
|
6521
|
-
var
|
|
6522
|
-
var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6613
|
+
var import_jsx_runtime265 = require("react/jsx-runtime");
|
|
6614
|
+
var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)(
|
|
6523
6615
|
"svg",
|
|
6524
6616
|
{
|
|
6525
6617
|
"data-test-id": `illustration-payment-failed${testId ? `-${testId}` : ""}`,
|
|
@@ -6530,30 +6622,30 @@ var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
|
6530
6622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6531
6623
|
...props,
|
|
6532
6624
|
children: [
|
|
6533
|
-
/* @__PURE__ */ (0,
|
|
6625
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)(
|
|
6534
6626
|
"path",
|
|
6535
6627
|
{
|
|
6536
6628
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6537
6629
|
fill: "#E0E0E0"
|
|
6538
6630
|
}
|
|
6539
6631
|
),
|
|
6540
|
-
/* @__PURE__ */ (0,
|
|
6632
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)(
|
|
6541
6633
|
"path",
|
|
6542
6634
|
{
|
|
6543
6635
|
d: "M20.4021 57.0375L19.7069 50.4233C18.976 43.4692 21.2917 40.3536 27.7142 39.6785L92.4793 32.8714L91.655 25.0285L26.8899 31.8356C16.1625 32.9631 10.6861 40.0409 11.864 51.2476L12.5592 57.8618L12.5505 57.8627L18.1485 111.125C18.9646 118.889 25.9177 124.52 33.6822 123.704L111.066 115.57L103.99 48.252L20.4021 57.0375ZM102.399 108.561L32.8588 115.87C29.434 116.229 26.3523 113.734 25.9924 110.309L21.2177 64.8813L96.9716 56.9193L102.399 108.561Z",
|
|
6544
6636
|
fill: "black"
|
|
6545
6637
|
}
|
|
6546
6638
|
),
|
|
6547
|
-
/* @__PURE__ */ (0,
|
|
6639
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)(
|
|
6548
6640
|
"path",
|
|
6549
6641
|
{
|
|
6550
6642
|
d: "M79.6261 93.1566C84.1646 92.6796 87.457 88.6138 86.98 84.0753C86.503 79.5368 82.4371 76.2444 77.8987 76.7214C73.3602 77.1984 70.0677 81.2642 70.5447 85.8027C71.0218 90.3412 75.0876 93.6337 79.6261 93.1566Z",
|
|
6551
6643
|
fill: "#12784A"
|
|
6552
6644
|
}
|
|
6553
6645
|
),
|
|
6554
|
-
/* @__PURE__ */ (0,
|
|
6555
|
-
/* @__PURE__ */ (0,
|
|
6556
|
-
/* @__PURE__ */ (0,
|
|
6646
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)("path", { d: "M92.936 37.1319L27.4999 44.0095L28.3242 51.8524L93.7603 44.9748L92.936 37.1319Z", fill: "#12784A" }),
|
|
6647
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)("circle", { cx: "26.3096", cy: "89.245", r: "20.3775", transform: "rotate(0.231944 26.3096 89.245)", fill: "black" }),
|
|
6648
|
+
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)(
|
|
6557
6649
|
"path",
|
|
6558
6650
|
{
|
|
6559
6651
|
d: "M37.3883 82.8636L33.2105 78.5524L26.5203 85.0503L20.1013 78.4373L15.8009 82.6072L22.2111 89.2297L15.5118 95.7279L19.6893 100.03L26.3886 93.5317L32.9607 100.314L37.2608 96.1349L30.689 89.3617L37.3883 82.8636Z",
|
|
@@ -6566,8 +6658,8 @@ var ImgPaymentFailed = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
|
6566
6658
|
var img_payment_failed_default = ImgPaymentFailed;
|
|
6567
6659
|
|
|
6568
6660
|
// src/illustrations/img-payment-pending.tsx
|
|
6569
|
-
var
|
|
6570
|
-
var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6661
|
+
var import_jsx_runtime266 = require("react/jsx-runtime");
|
|
6662
|
+
var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)(
|
|
6571
6663
|
"svg",
|
|
6572
6664
|
{
|
|
6573
6665
|
"data-test-id": `illustration-payment-pending${testId ? `-${testId}` : ""}`,
|
|
@@ -6578,36 +6670,36 @@ var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0
|
|
|
6578
6670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6579
6671
|
...props,
|
|
6580
6672
|
children: [
|
|
6581
|
-
/* @__PURE__ */ (0,
|
|
6673
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
6582
6674
|
"path",
|
|
6583
6675
|
{
|
|
6584
6676
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6585
6677
|
fill: "#E0E0E0"
|
|
6586
6678
|
}
|
|
6587
6679
|
),
|
|
6588
|
-
/* @__PURE__ */ (0,
|
|
6680
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
6589
6681
|
"path",
|
|
6590
6682
|
{
|
|
6591
6683
|
d: "M23.4021 55.0375L22.7069 48.4233C21.976 41.4692 24.2917 38.3536 30.7142 37.6785L95.4793 30.8714L94.655 23.0285L29.8899 29.8356C19.1625 30.9631 13.6861 38.0409 14.864 49.2476L15.5592 55.8618L15.5505 55.8627L21.1485 109.125C21.9646 116.889 28.9177 122.52 36.6822 121.704L114.066 113.57L106.99 46.252L23.4021 55.0375ZM105.399 106.561L35.8588 113.87C32.434 114.229 29.3523 111.734 28.9924 108.309L24.2177 62.8813L99.9716 54.9193L105.399 106.561Z",
|
|
6592
6684
|
fill: "black"
|
|
6593
6685
|
}
|
|
6594
6686
|
),
|
|
6595
|
-
/* @__PURE__ */ (0,
|
|
6687
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
6596
6688
|
"path",
|
|
6597
6689
|
{
|
|
6598
6690
|
d: "M82.6261 91.1566C87.1646 90.6796 90.457 86.6138 89.98 82.0753C89.503 77.5368 85.4371 74.2444 80.8987 74.7214C76.3602 75.1984 73.0677 79.2642 73.5447 83.8027C74.0218 88.3412 78.0876 91.6337 82.6261 91.1566Z",
|
|
6599
6691
|
fill: "#12784A"
|
|
6600
6692
|
}
|
|
6601
6693
|
),
|
|
6602
|
-
/* @__PURE__ */ (0,
|
|
6603
|
-
/* @__PURE__ */ (0,
|
|
6694
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)("path", { d: "M95.936 35.1319L30.4999 42.0095L31.3242 49.8524L96.7603 42.9748L95.936 35.1319Z", fill: "#12784A" }),
|
|
6695
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
6604
6696
|
"path",
|
|
6605
6697
|
{
|
|
6606
6698
|
d: "M29.3716 108.125C40.6824 108.125 49.8516 98.9556 49.8516 87.6448C49.8516 76.334 40.6824 67.1648 29.3716 67.1648C18.0608 67.1648 8.8916 76.334 8.8916 87.6448C8.8916 98.9556 18.0608 108.125 29.3716 108.125Z",
|
|
6607
6699
|
fill: "black"
|
|
6608
6700
|
}
|
|
6609
6701
|
),
|
|
6610
|
-
/* @__PURE__ */ (0,
|
|
6702
|
+
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)(
|
|
6611
6703
|
"path",
|
|
6612
6704
|
{
|
|
6613
6705
|
fillRule: "evenodd",
|
|
@@ -6622,8 +6714,8 @@ var ImgPaymentPending = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0
|
|
|
6622
6714
|
var img_payment_pending_default = ImgPaymentPending;
|
|
6623
6715
|
|
|
6624
6716
|
// src/illustrations/img-postal.tsx
|
|
6625
|
-
var
|
|
6626
|
-
var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6717
|
+
var import_jsx_runtime267 = require("react/jsx-runtime");
|
|
6718
|
+
var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime267.jsxs)(
|
|
6627
6719
|
"svg",
|
|
6628
6720
|
{
|
|
6629
6721
|
"data-test-id": `illustration-postal${testId ? `-${testId}` : ""}`,
|
|
@@ -6634,14 +6726,14 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6634
6726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6635
6727
|
...props,
|
|
6636
6728
|
children: [
|
|
6637
|
-
/* @__PURE__ */ (0,
|
|
6729
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
6638
6730
|
"path",
|
|
6639
6731
|
{
|
|
6640
6732
|
d: "M69.59 2.40002C98.61 2.40002 122.18 25.96 122.18 54.99V137.8H17V54.99C17 25.96 40.57 2.40002 69.59 2.40002Z",
|
|
6641
6733
|
fill: "#E0E0E0"
|
|
6642
6734
|
}
|
|
6643
6735
|
),
|
|
6644
|
-
/* @__PURE__ */ (0,
|
|
6736
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
6645
6737
|
"path",
|
|
6646
6738
|
{
|
|
6647
6739
|
d: "M14.8455 120.855L14.9208 121.349L15.4151 121.274L116.254 105.925L116.748 105.85L116.673 105.355L110.123 62.3279C107.991 48.3195 94.8686 38.664 80.8602 40.7963L29.8279 48.564C15.8195 50.6963 6.16401 63.8189 8.29625 77.8272L14.8455 120.855ZM16.2167 73.0611L16.2167 73.0598C16.6329 64.9363 22.7176 57.93 31.0602 56.6602C40.5957 55.2088 49.5435 61.7925 50.9949 71.328L53.8421 90.033L19.2396 95.2999L16.3924 76.5949C16.2109 75.4023 16.1545 74.2182 16.2167 73.0611ZM21.7846 112.02L20.4719 103.396L55.0744 98.1292L56.3871 106.754L21.7846 112.02ZM107.419 98.9858L64.4833 105.521L59.0911 70.0956C58.0745 63.4168 54.5528 57.7256 49.63 53.8336L82.0925 48.8925C91.628 47.441 100.576 54.0248 102.027 63.5602L107.419 98.9858Z",
|
|
@@ -6649,7 +6741,7 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6649
6741
|
stroke: "black"
|
|
6650
6742
|
}
|
|
6651
6743
|
),
|
|
6652
|
-
/* @__PURE__ */ (0,
|
|
6744
|
+
/* @__PURE__ */ (0, import_jsx_runtime267.jsx)(
|
|
6653
6745
|
"path",
|
|
6654
6746
|
{
|
|
6655
6747
|
d: "M86.6926 20.4247L86.6174 19.9304L86.1231 20.0057L72.0323 22.1505L64.9248 23.2323L64.4305 23.3076L64.5057 23.8019L66.4936 36.862L74.709 90.8351L74.7842 91.3294L75.2785 91.2541L82.3861 90.1723L82.8804 90.097L82.8051 89.6027L74.665 36.124L88.2615 34.0544L88.7558 33.9792L88.6805 33.4849L86.6926 20.4247Z",
|
|
@@ -6662,9 +6754,106 @@ var ImgPostal = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6662
6754
|
);
|
|
6663
6755
|
var img_postal_default = ImgPostal;
|
|
6664
6756
|
|
|
6757
|
+
// src/illustrations/img-product.tsx
|
|
6758
|
+
var import_jsx_runtime268 = require("react/jsx-runtime");
|
|
6759
|
+
var ImgProduct = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime268.jsxs)(
|
|
6760
|
+
"svg",
|
|
6761
|
+
{
|
|
6762
|
+
"data-test-id": `illustration-product${testId ? `-${testId}` : ""}`,
|
|
6763
|
+
width: size,
|
|
6764
|
+
height: size,
|
|
6765
|
+
viewBox: "0 0 120 120",
|
|
6766
|
+
fill: "none",
|
|
6767
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6768
|
+
...props,
|
|
6769
|
+
children: [
|
|
6770
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsxs)("g", { clipPath: "url(#clip0_2289_8203)", children: [
|
|
6771
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6772
|
+
"path",
|
|
6773
|
+
{
|
|
6774
|
+
d: "M59.6475 1.11426C84.5217 1.11426 104.725 21.3085 104.725 46.1914V117.171H14.5703V46.1914C14.5703 21.3085 34.7646 1.11426 59.6475 1.11426Z",
|
|
6775
|
+
fill: "url(#paint0_linear_2289_8203)"
|
|
6776
|
+
}
|
|
6777
|
+
),
|
|
6778
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsxs)("g", { clipPath: "url(#clip1_2289_8203)", children: [
|
|
6779
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6780
|
+
"path",
|
|
6781
|
+
{
|
|
6782
|
+
d: "M119.489 31.1074L113.055 28.2497L112.556 28.4818C110.354 29.5782 108.325 29.934 106.592 29.2776C103.659 28.3055 102.163 25.3976 102.079 25.294L101.847 24.7953L94.954 23.5967L94.6678 24.515C91.618 33.6791 93.135 41.8057 93.8167 44.3433C93.3083 44.6693 92.5826 45.2569 91.6495 46.0125L94.4638 46.3083L94.4145 46.7773C94.8292 46.4415 95.1304 46.2835 95.3476 46.0218L96.1721 46.2981C95.7279 46.9153 95.0763 47.7005 94.3951 48.767L94.2328 53.0181C96.2468 50.0998 97.7869 48.0802 98.4582 47.1075L103.144 48.5484C103.372 51.7971 103.833 64.555 101.776 77.807L104.018 78.1374C105.995 65.6359 105.653 53.5544 105.44 49.264L107.464 49.8561C112.275 63.6403 110.763 82.5454 110.679 84.2438C109.43 88.0013 102.157 85.909 102.064 85.8992L101.511 85.7462L101.096 86.082C98.8349 87.7413 95.5516 87.3962 92.9643 86.7449L92.9054 89.1098C95.6803 89.7809 99.2549 90.0617 102.005 88.2641C104.039 88.7625 111.297 90.0944 112.985 84.8655L113.004 84.6779C113.093 83.8336 114.863 64.2916 109.785 49.4361C116.681 40.6763 119.143 32.5886 119.276 32.2232L119.489 31.1074ZM108.18 47.5602L96.0533 43.8196C95.5098 41.7707 94.1016 34.4144 96.5837 26.1391L100.213 26.8051C98.5799 36.0232 105.679 31.6477 105.98 31.4897C106.138 31.7908 109.517 39.3542 113.351 30.8417L116.704 32.3322C115.885 34.7121 113.328 40.9878 108.18 47.5602Z",
|
|
6783
|
+
fill: "#12784A"
|
|
6784
|
+
}
|
|
6785
|
+
),
|
|
6786
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6787
|
+
"path",
|
|
6788
|
+
{
|
|
6789
|
+
d: "M50.1821 99.4153C50.35 99.6227 50.6117 99.8399 50.8833 99.9633L50.9771 99.9731L53.7866 101.217L53.8804 101.227C54.3298 101.464 54.9174 102.189 55.4014 102.999L40.3873 104.171L33.0791 97.9023C32.9014 97.7887 32.7236 97.6752 32.5458 97.5617C31.8249 97.2014 31.0646 97.2163 30.3685 97.5225C29.465 97.9966 28.8974 98.8855 28.8827 99.9272L28.9132 105.052L25.8521 105.299L23.1093 88.9822L24.3728 85.985C24.5061 85.6197 24.5455 85.2444 24.5948 84.7754L24.3077 80.2874L28.223 80.035L28.6438 87.7618L31.226 87.559L30.6175 79.8124L36.5422 79.3918L37.0059 76.7849L28.0201 77.4528L27.9263 77.443L21.4289 77.8982L21.9188 84.9683L20.3987 88.6024L23.5863 107.907L31.4266 107.308L31.3612 99.8083L39.4545 106.729L59.0405 105.373C58.8822 103.27 57.0598 99.8537 55.0749 98.8863C54.9811 98.8764 54.9811 98.8764 54.8971 98.7727L52.0876 97.529L48.6606 94.0389L44.6268 93.6149L50.1821 99.4153Z",
|
|
6790
|
+
fill: "#12784A"
|
|
6791
|
+
}
|
|
6792
|
+
),
|
|
6793
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6794
|
+
"path",
|
|
6795
|
+
{
|
|
6796
|
+
d: "M26.9461 59.6991L22.1344 42.3107L24.8991 41.2735C27.0624 45.9586 32.2668 48.7819 37.5841 47.8233C39.0405 47.5021 40.4229 46.9835 41.6472 46.1637C41.9582 45.9118 42.363 45.6699 42.674 45.418L43.4287 40.9447L45.8678 41.2011C46.845 39.1223 47.1952 36.6931 46.6912 34.269C46.5529 33.7802 46.4146 33.2914 46.2763 32.8027L48.9472 31.7555L54.3107 42.0884L57.125 42.3842L50.0132 28.8325L45.2638 30.7045C42.8537 26.5625 38.079 24.1637 33.1369 25.1618C31.6805 25.483 30.2981 26.0016 29.0738 26.8214C25.2132 29.261 23.1058 33.9715 24.0298 38.7161C24.0199 38.8099 24.094 39.0074 24.178 39.1111L19.3446 40.8794L25.3815 62.8543L40.5232 56.858L40.9967 54.1573L26.9461 59.6991ZM44.104 33.6177C44.1682 33.909 44.3164 34.3039 44.3708 34.689C45.1218 38.3721 43.498 42.0901 40.3434 44.1297C39.3264 44.7816 38.2354 45.236 37.0801 45.3991C32.9181 46.1947 28.7803 44.0526 27.0813 40.3647L44.104 33.6177ZM30.3973 28.6677C31.4143 28.0158 32.5053 27.5614 33.6606 27.3983C37.4376 26.6571 41.2395 28.3846 43.1853 31.5293L26.2663 38.1924C25.6189 34.4253 27.139 30.7913 30.3973 28.6677Z",
|
|
6797
|
+
fill: "#12784A"
|
|
6798
|
+
}
|
|
6799
|
+
),
|
|
6800
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6801
|
+
"path",
|
|
6802
|
+
{
|
|
6803
|
+
d: "M96.9873 44.5961L89.6702 43.8271C89.2045 33.8192 81.4566 25.4172 71.1375 24.3326C60.8184 23.248 51.4929 29.8556 48.8628 39.538L41.6394 38.7788L31.6404 95.1099L94.9622 101.765L96.9873 44.5961ZM70.6445 29.0231C78.3369 29.8316 84.2379 35.9529 84.9698 43.4279L53.6373 40.1347C55.9073 32.9753 62.9521 28.2146 70.6445 29.0231ZM37.1992 90.9518L45.5555 43.9327L92.1791 48.8331L90.4832 96.5522L37.1992 90.9518Z",
|
|
6804
|
+
fill: "#232022"
|
|
6805
|
+
}
|
|
6806
|
+
),
|
|
6807
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6808
|
+
"path",
|
|
6809
|
+
{
|
|
6810
|
+
d: "M59.8318 65.3369C61.5204 65.5144 62.9718 64.3391 63.1493 62.6505C63.3267 60.9619 62.1514 59.5106 60.4629 59.3331C58.7743 59.1556 57.3229 60.3309 57.1454 62.0195C56.9679 63.7081 58.1531 65.0656 59.8318 65.3369Z",
|
|
6811
|
+
fill: "#232022"
|
|
6812
|
+
}
|
|
6813
|
+
),
|
|
6814
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6815
|
+
"path",
|
|
6816
|
+
{
|
|
6817
|
+
d: "M74.2391 66.703C75.8742 66.378 76.9363 64.7891 76.6113 63.1539C76.2863 61.5188 74.6973 60.4567 73.0622 60.7817C71.4271 61.1067 70.365 62.6956 70.69 64.3308C71.015 65.9659 72.6039 67.028 74.2391 66.703Z",
|
|
6818
|
+
fill: "#232022"
|
|
6819
|
+
}
|
|
6820
|
+
),
|
|
6821
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)(
|
|
6822
|
+
"path",
|
|
6823
|
+
{
|
|
6824
|
+
d: "M64.7188 81.1216C69.8784 81.6639 74.7807 79.239 77.619 74.7949L73.1651 72.0505C71.4621 74.7169 68.4605 76.2035 65.3549 75.9719C62.1654 75.6367 59.5286 73.6523 58.4271 70.5963L53.4901 72.4486C55.1646 77.2721 59.4655 80.5695 64.7188 81.1216Z",
|
|
6825
|
+
fill: "#232022"
|
|
6826
|
+
}
|
|
6827
|
+
)
|
|
6828
|
+
] })
|
|
6829
|
+
] }),
|
|
6830
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsxs)("defs", { children: [
|
|
6831
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsxs)(
|
|
6832
|
+
"linearGradient",
|
|
6833
|
+
{
|
|
6834
|
+
id: "paint0_linear_2289_8203",
|
|
6835
|
+
x1: "59.6475",
|
|
6836
|
+
y1: "1.11426",
|
|
6837
|
+
x2: "59.6475",
|
|
6838
|
+
y2: "117.171",
|
|
6839
|
+
gradientUnits: "userSpaceOnUse",
|
|
6840
|
+
children: [
|
|
6841
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)("stop", { offset: "0.2", stopColor: "#E6F6FF" }),
|
|
6842
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)("stop", { offset: "1", stopColor: "white" })
|
|
6843
|
+
]
|
|
6844
|
+
}
|
|
6845
|
+
),
|
|
6846
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)("clipPath", { id: "clip0_2289_8203", children: /* @__PURE__ */ (0, import_jsx_runtime268.jsx)("rect", { width: "120", height: "120", fill: "white" }) }),
|
|
6847
|
+
/* @__PURE__ */ (0, import_jsx_runtime268.jsx)("clipPath", { id: "clip1_2289_8203", children: /* @__PURE__ */ (0, import_jsx_runtime268.jsx)("rect", { width: "98.5714", height: "91.4026", fill: "white", transform: "translate(21.9688 15.9258) rotate(6)" }) })
|
|
6848
|
+
] })
|
|
6849
|
+
]
|
|
6850
|
+
}
|
|
6851
|
+
);
|
|
6852
|
+
var img_product_default = ImgProduct;
|
|
6853
|
+
|
|
6665
6854
|
// src/illustrations/img-refresh.tsx
|
|
6666
|
-
var
|
|
6667
|
-
var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6855
|
+
var import_jsx_runtime269 = require("react/jsx-runtime");
|
|
6856
|
+
var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime269.jsxs)(
|
|
6668
6857
|
"svg",
|
|
6669
6858
|
{
|
|
6670
6859
|
"data-test-id": `illustration-refresh${testId ? `-${testId}` : ""}`,
|
|
@@ -6675,29 +6864,29 @@ var ImgRefresh = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
6675
6864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6676
6865
|
...props,
|
|
6677
6866
|
children: [
|
|
6678
|
-
/* @__PURE__ */ (0,
|
|
6867
|
+
/* @__PURE__ */ (0, import_jsx_runtime269.jsx)(
|
|
6679
6868
|
"path",
|
|
6680
6869
|
{
|
|
6681
6870
|
d: "M69.59 2.79999C98.61 2.79999 122.18 26.36 122.18 55.39V138.2H17V55.39C17 26.36 40.56 2.79999 69.59 2.79999Z",
|
|
6682
6871
|
fill: "#E0E0E0"
|
|
6683
6872
|
}
|
|
6684
6873
|
),
|
|
6685
|
-
/* @__PURE__ */ (0,
|
|
6874
|
+
/* @__PURE__ */ (0, import_jsx_runtime269.jsx)(
|
|
6686
6875
|
"path",
|
|
6687
6876
|
{
|
|
6688
6877
|
d: "M26.1475 60.3028C32.299 31.993 60.2882 13.9962 88.598 20.1476C105.295 23.7756 119.192 35.3425 125.83 51.0954L129.56 33.9323L138.887 35.9591L131.793 68.6064L99.1462 61.5124L101.173 52.1846L117.403 55.7113C117.403 55.7113 117.225 55.1841 117.126 54.9672C111.743 41.978 100.283 32.4548 86.5711 29.4754C63.4382 24.4488 40.5019 39.1968 35.4753 62.3297C30.4488 85.4626 45.1967 108.399 68.3296 113.425C91.4625 118.452 114.399 103.704 119.425 80.5712L128.753 82.598C122.602 110.908 94.6126 128.905 66.3028 122.753C37.9929 116.602 19.9961 88.6127 26.1475 60.3028Z",
|
|
6689
6878
|
fill: "black"
|
|
6690
6879
|
}
|
|
6691
6880
|
),
|
|
6692
|
-
/* @__PURE__ */ (0,
|
|
6881
|
+
/* @__PURE__ */ (0, import_jsx_runtime269.jsx)("path", { d: "M101 52L99 61.5L132 69L139 35.5L129.5 33.5L124.5 57L101 52Z", fill: "#12784A" })
|
|
6693
6882
|
]
|
|
6694
6883
|
}
|
|
6695
6884
|
);
|
|
6696
6885
|
var img_refresh_default = ImgRefresh;
|
|
6697
6886
|
|
|
6698
6887
|
// src/illustrations/img-search-not-found.tsx
|
|
6699
|
-
var
|
|
6700
|
-
var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6888
|
+
var import_jsx_runtime270 = require("react/jsx-runtime");
|
|
6889
|
+
var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime270.jsxs)(
|
|
6701
6890
|
"svg",
|
|
6702
6891
|
{
|
|
6703
6892
|
"data-test-id": `illustration-search-not-found${testId ? `-${testId}` : ""}`,
|
|
@@ -6708,16 +6897,16 @@ var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0
|
|
|
6708
6897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6709
6898
|
...props,
|
|
6710
6899
|
children: [
|
|
6711
|
-
/* @__PURE__ */ (0,
|
|
6712
|
-
/* @__PURE__ */ (0,
|
|
6900
|
+
/* @__PURE__ */ (0, import_jsx_runtime270.jsx)("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
6901
|
+
/* @__PURE__ */ (0, import_jsx_runtime270.jsx)(
|
|
6713
6902
|
"path",
|
|
6714
6903
|
{
|
|
6715
6904
|
d: "M87.096 42.971c-5.476-1.785-11.312-1.162-16.144 1.782a19.006 19.006 0 0 0-8.912 13.433l9.44 1.413a9.559 9.559 0 0 1 4.432-6.72c2.447-1.515 5.338-1.807 8.14-.856 3.63 1.219 6.319 4.855 6.421 8.682.12 5.327-3.752 8.946-7.631 9.716-5.076 1.026-8.842 4.902-9.59 9.906l-.545 3.634 9.44 1.413.545-3.634c.14-.944.936-1.742 2.078-1.957 9.111-1.87 15.538-9.98 15.296-19.33-.184-7.798-5.522-15.015-12.923-17.475l-.047-.007Z",
|
|
6716
6905
|
fill: "#000"
|
|
6717
6906
|
}
|
|
6718
6907
|
),
|
|
6719
|
-
/* @__PURE__ */ (0,
|
|
6720
|
-
/* @__PURE__ */ (0,
|
|
6908
|
+
/* @__PURE__ */ (0, import_jsx_runtime270.jsx)("path", { d: "M75.26 98.82a4.773 4.773 0 1 0 1.414-9.44 4.773 4.773 0 0 0-1.414 9.44Z", fill: "#12784A" }),
|
|
6909
|
+
/* @__PURE__ */ (0, import_jsx_runtime270.jsx)(
|
|
6721
6910
|
"path",
|
|
6722
6911
|
{
|
|
6723
6912
|
d: "M87.272 18.579c-28.65-4.29-55.404 15.497-59.694 44.148-4.288 28.652 15.498 55.405 44.15 59.695 28.651 4.289 55.404-15.498 59.693-44.15 4.289-28.65-15.497-55.404-44.148-59.693ZM73.141 112.98c-23.412-3.504-39.627-25.428-36.122-48.84 3.505-23.412 25.428-39.627 48.84-36.122 23.412 3.505 39.627 25.429 36.122 48.84-3.505 23.412-25.429 39.627-48.84 36.122Z",
|
|
@@ -6730,8 +6919,8 @@ var ImgSearchNotFound = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0
|
|
|
6730
6919
|
var img_search_not_found_default = ImgSearchNotFound;
|
|
6731
6920
|
|
|
6732
6921
|
// src/illustrations/img-shield.tsx
|
|
6733
|
-
var
|
|
6734
|
-
var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6922
|
+
var import_jsx_runtime271 = require("react/jsx-runtime");
|
|
6923
|
+
var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime271.jsxs)(
|
|
6735
6924
|
"svg",
|
|
6736
6925
|
{
|
|
6737
6926
|
"data-test-id": `illustration-shield${testId ? `-${testId}` : ""}`,
|
|
@@ -6742,29 +6931,29 @@ var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6742
6931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6743
6932
|
...props,
|
|
6744
6933
|
children: [
|
|
6745
|
-
/* @__PURE__ */ (0,
|
|
6746
|
-
/* @__PURE__ */ (0,
|
|
6934
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.96 40.57 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
6935
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(
|
|
6747
6936
|
"path",
|
|
6748
6937
|
{
|
|
6749
6938
|
d: "m46.073 66.272 2.881 3.723-4.646 2.497 5.185.9-1.733 4.62-4.557-2.884 1.819 5.04-4.676.736.14-5.35-3.396 4.19-3.163-3.933 4.646-2.497-5.135-.83 1.624-4.48 4.707 2.824-1.87-5.12 4.766-.747-.209 5.441 3.607-4.13h.01Z",
|
|
6750
6939
|
fill: "#000"
|
|
6751
6940
|
}
|
|
6752
6941
|
),
|
|
6753
|
-
/* @__PURE__ */ (0,
|
|
6942
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(
|
|
6754
6943
|
"path",
|
|
6755
6944
|
{
|
|
6756
6945
|
d: "m67.424 62.9 2.881 3.723-4.646 2.497 5.186.9-1.734 4.62-4.557-2.884 1.82 5.04-4.677.737.14-5.351-3.396 4.19-3.163-3.933 4.646-2.496-5.135-.831 1.625-4.48 4.706 2.824-1.87-5.12 4.766-.747-.209 5.442 3.607-4.131h.01Z",
|
|
6757
6946
|
fill: "#12784A"
|
|
6758
6947
|
}
|
|
6759
6948
|
),
|
|
6760
|
-
/* @__PURE__ */ (0,
|
|
6949
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(
|
|
6761
6950
|
"path",
|
|
6762
6951
|
{
|
|
6763
6952
|
d: "m88.775 59.538 2.881 3.724-4.646 2.496 5.186.9-1.734 4.62-4.556-2.884 1.818 5.04-4.675.737.139-5.351-3.396 4.19-3.163-3.933 4.646-2.496-5.135-.83 1.625-4.48 4.706 2.823-1.87-5.12 4.767-.747-.21 5.442 3.607-4.131h.01Z",
|
|
6764
6953
|
fill: "#000"
|
|
6765
6954
|
}
|
|
6766
6955
|
),
|
|
6767
|
-
/* @__PURE__ */ (0,
|
|
6956
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(
|
|
6768
6957
|
"path",
|
|
6769
6958
|
{
|
|
6770
6959
|
d: "M56.208 23.872 11.02 44.621l5.6 38.475c2.137 14.681 11.872 27.245 25.4 32.748l29.312 11.932 24.694-19.793c11.398-9.131 17.155-23.901 15.011-38.63l-5.601-38.475-49.228-7.008Zm45.38 46.809c1.663 11.424-2.746 22.865-11.559 29.884l-20.291 16.259-24.084-9.8c-10.401-4.222-17.943-13.972-19.599-25.349l-4.583-31.488 36.152-16.59 39.38 5.596 4.584 31.488Z",
|
|
@@ -6777,8 +6966,8 @@ var ImgShield = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6777
6966
|
var img_shield_default = ImgShield;
|
|
6778
6967
|
|
|
6779
6968
|
// src/illustrations/img-update.tsx
|
|
6780
|
-
var
|
|
6781
|
-
var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
6969
|
+
var import_jsx_runtime272 = require("react/jsx-runtime");
|
|
6970
|
+
var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime272.jsxs)(
|
|
6782
6971
|
"svg",
|
|
6783
6972
|
{
|
|
6784
6973
|
"data-test-id": `illustration-update${testId ? `-${testId}` : ""}`,
|
|
@@ -6789,15 +6978,15 @@ var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6789
6978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6790
6979
|
...props,
|
|
6791
6980
|
children: [
|
|
6792
|
-
/* @__PURE__ */ (0,
|
|
6793
|
-
/* @__PURE__ */ (0,
|
|
6981
|
+
/* @__PURE__ */ (0, import_jsx_runtime272.jsx)("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
6982
|
+
/* @__PURE__ */ (0, import_jsx_runtime272.jsx)(
|
|
6794
6983
|
"path",
|
|
6795
6984
|
{
|
|
6796
6985
|
d: "M41.4 61.174c7.243-21.204 30.394-32.596 51.603-25.397 8.894 3.063 16.524 9.205 21.456 17.161l-14.02-4.767-3.812 11.204 22.213 7.564c4.992 1.686 10.416-.988 12.112-5.967l7.564-22.214-11.205-3.812-3.582 10.522c-14.927-22.834-45.29-30.548-69.457-17.052a52.316 52.316 0 0 0-24.078 28.956l-.537 1.592 11.204 3.813.548-1.59-.01-.013Z",
|
|
6797
6986
|
fill: "#12784A"
|
|
6798
6987
|
}
|
|
6799
6988
|
),
|
|
6800
|
-
/* @__PURE__ */ (0,
|
|
6989
|
+
/* @__PURE__ */ (0, import_jsx_runtime272.jsx)(
|
|
6801
6990
|
"path",
|
|
6802
6991
|
{
|
|
6803
6992
|
d: "M118.399 87.381c-7.188 21.211-30.284 32.622-51.495 25.434-8.954-3.037-16.638-9.198-21.574-17.212l14.03 4.781 3.812-11.204-22.224-7.566c-4.969-1.694-10.416.988-12.112 5.968l-7.564 22.213 11.204 3.812 3.581-10.511c8.545 13.068 22.158 21.191 36.772 23.208a52.242 52.242 0 0 0 32.685-6.156 52.317 52.317 0 0 0 24.079-28.956l.536-1.592-11.204-3.812-.538 1.603.012-.01Z",
|
|
@@ -6810,8 +6999,8 @@ var ImgUpdate = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import
|
|
|
6810
6999
|
var img_update_default = ImgUpdate;
|
|
6811
7000
|
|
|
6812
7001
|
// src/illustrations/img-voila-points.tsx
|
|
6813
|
-
var
|
|
6814
|
-
var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /* @__PURE__ */ (0,
|
|
7002
|
+
var import_jsx_runtime273 = require("react/jsx-runtime");
|
|
7003
|
+
var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6815
7004
|
"svg",
|
|
6816
7005
|
{
|
|
6817
7006
|
"data-test-id": `illustration-voila-points${testId ? `-${testId}` : ""}`,
|
|
@@ -6821,9 +7010,9 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6821
7010
|
viewBox: "0 0 113 113",
|
|
6822
7011
|
fill: "none",
|
|
6823
7012
|
...props,
|
|
6824
|
-
children: /* @__PURE__ */ (0,
|
|
6825
|
-
/* @__PURE__ */ (0,
|
|
6826
|
-
/* @__PURE__ */ (0,
|
|
7013
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime273.jsxs)("g", { opacity, children: [
|
|
7014
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)("path", { d: "M50.8652 61.0371L62.6594 58.8239L69.3881 94.6815L57.5939 96.8946L50.8652 61.0371Z", fill: "#B5E4CF" }),
|
|
7015
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6827
7016
|
"path",
|
|
6828
7017
|
{
|
|
6829
7018
|
fillRule: "evenodd",
|
|
@@ -6832,7 +7021,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6832
7021
|
fill: "#CCCCCC"
|
|
6833
7022
|
}
|
|
6834
7023
|
),
|
|
6835
|
-
/* @__PURE__ */ (0,
|
|
7024
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6836
7025
|
"path",
|
|
6837
7026
|
{
|
|
6838
7027
|
fillRule: "evenodd",
|
|
@@ -6841,7 +7030,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6841
7030
|
fill: "#CCCCCC"
|
|
6842
7031
|
}
|
|
6843
7032
|
),
|
|
6844
|
-
/* @__PURE__ */ (0,
|
|
7033
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6845
7034
|
"path",
|
|
6846
7035
|
{
|
|
6847
7036
|
fillRule: "evenodd",
|
|
@@ -6850,14 +7039,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6850
7039
|
fill: "#CCCCCC"
|
|
6851
7040
|
}
|
|
6852
7041
|
),
|
|
6853
|
-
/* @__PURE__ */ (0,
|
|
7042
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6854
7043
|
"path",
|
|
6855
7044
|
{
|
|
6856
7045
|
d: "M56.0605 56.0234C55.6152 56.107 55.17 56.1905 54.7188 56.2422C43.2286 57.6412 32.7725 49.4637 31.3417 37.9794C30.0124 27.0357 37.4188 16.856 48.263 14.8211C48.7082 14.7376 49.1534 14.654 49.6046 14.6023C61.0948 13.2033 71.5509 21.3808 72.9817 32.8651C74.311 43.8088 66.9046 53.9885 56.0605 56.0234Z",
|
|
6857
7046
|
fill: "#B5E4CF"
|
|
6858
7047
|
}
|
|
6859
7048
|
),
|
|
6860
|
-
/* @__PURE__ */ (0,
|
|
7049
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6861
7050
|
"path",
|
|
6862
7051
|
{
|
|
6863
7052
|
fillRule: "evenodd",
|
|
@@ -6866,14 +7055,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6866
7055
|
fill: "#CCCCCC"
|
|
6867
7056
|
}
|
|
6868
7057
|
),
|
|
6869
|
-
/* @__PURE__ */ (0,
|
|
7058
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6870
7059
|
"path",
|
|
6871
7060
|
{
|
|
6872
7061
|
d: "M55.0261 50.568C54.6987 50.6294 54.3714 50.6908 54.0397 50.7288C45.5919 51.7574 37.9045 45.7452 36.8525 37.3018C35.8752 29.2558 41.3205 21.7716 49.2932 20.2755C49.6206 20.2141 49.9479 20.1526 50.2796 20.1146C58.7274 19.0861 66.4148 25.0983 67.4668 33.5417C68.4441 41.5876 62.9988 49.0719 55.0261 50.568Z",
|
|
6873
7062
|
fill: "#B5E4CF"
|
|
6874
7063
|
}
|
|
6875
7064
|
),
|
|
6876
|
-
/* @__PURE__ */ (0,
|
|
7065
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6877
7066
|
"path",
|
|
6878
7067
|
{
|
|
6879
7068
|
fillRule: "evenodd",
|
|
@@ -6882,7 +7071,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6882
7071
|
fill: "white"
|
|
6883
7072
|
}
|
|
6884
7073
|
),
|
|
6885
|
-
/* @__PURE__ */ (0,
|
|
7074
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6886
7075
|
"path",
|
|
6887
7076
|
{
|
|
6888
7077
|
fillRule: "evenodd",
|
|
@@ -6891,14 +7080,14 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6891
7080
|
fill: "white"
|
|
6892
7081
|
}
|
|
6893
7082
|
),
|
|
6894
|
-
/* @__PURE__ */ (0,
|
|
7083
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6895
7084
|
"path",
|
|
6896
7085
|
{
|
|
6897
7086
|
d: "M48.8602 31.3101L48.1332 38.9389L44.7217 32.106C44.5956 31.8333 44.3885 31.6304 44.1112 31.5008C43.835 31.3628 43.5455 31.3182 43.2498 31.3737L42.7193 31.4733C42.442 31.5253 42.2343 31.6862 42.1171 31.9425C41.9999 32.1985 42.0141 32.4609 42.1544 32.7056L46.9234 41.2971L46.9278 41.3043C47.0821 41.5592 47.2922 41.7541 47.5559 41.8841L47.5606 41.8863C47.8356 42.014 48.1229 42.0522 48.4161 41.9972L48.9465 41.8976C49.2468 41.8413 49.5026 41.7027 49.7054 41.4823C49.9152 41.263 50.0429 41.0017 50.0837 40.704L51.4137 30.9681C51.4557 30.6892 51.3739 30.4395 51.1718 30.2433C50.9696 30.047 50.7178 29.9724 50.4404 30.0244L49.9689 30.1129C49.6757 30.1679 49.4218 30.3076 49.2118 30.5263L49.2083 30.5302C49.0066 30.7503 48.8895 31.013 48.8602 31.3101Z",
|
|
6898
7087
|
fill: "white"
|
|
6899
7088
|
}
|
|
6900
7089
|
),
|
|
6901
|
-
/* @__PURE__ */ (0,
|
|
7090
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6902
7091
|
"path",
|
|
6903
7092
|
{
|
|
6904
7093
|
fillRule: "evenodd",
|
|
@@ -6907,7 +7096,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6907
7096
|
fill: "#CCCCCC"
|
|
6908
7097
|
}
|
|
6909
7098
|
),
|
|
6910
|
-
/* @__PURE__ */ (0,
|
|
7099
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6911
7100
|
"path",
|
|
6912
7101
|
{
|
|
6913
7102
|
fillRule: "evenodd",
|
|
@@ -6916,7 +7105,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6916
7105
|
fill: "#CCCCCC"
|
|
6917
7106
|
}
|
|
6918
7107
|
),
|
|
6919
|
-
/* @__PURE__ */ (0,
|
|
7108
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6920
7109
|
"path",
|
|
6921
7110
|
{
|
|
6922
7111
|
fillRule: "evenodd",
|
|
@@ -6925,7 +7114,7 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6925
7114
|
fill: "#CCCCCC"
|
|
6926
7115
|
}
|
|
6927
7116
|
),
|
|
6928
|
-
/* @__PURE__ */ (0,
|
|
7117
|
+
/* @__PURE__ */ (0, import_jsx_runtime273.jsx)(
|
|
6929
7118
|
"path",
|
|
6930
7119
|
{
|
|
6931
7120
|
fillRule: "evenodd",
|
|
@@ -6940,8 +7129,8 @@ var ImgEmptyProduct2 = ({ size = 140, testId, opacity = "0.3", ...props }) => /*
|
|
|
6940
7129
|
var img_voila_points_default = ImgEmptyProduct2;
|
|
6941
7130
|
|
|
6942
7131
|
// src/illustrations/img-voucher.tsx
|
|
6943
|
-
var
|
|
6944
|
-
var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
7132
|
+
var import_jsx_runtime274 = require("react/jsx-runtime");
|
|
7133
|
+
var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime274.jsxs)(
|
|
6945
7134
|
"svg",
|
|
6946
7135
|
{
|
|
6947
7136
|
"data-test-id": `illustration-voucher${testId ? `-${testId}` : ""}`,
|
|
@@ -6952,22 +7141,22 @@ var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
6952
7141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6953
7142
|
...props,
|
|
6954
7143
|
children: [
|
|
6955
|
-
/* @__PURE__ */ (0,
|
|
7144
|
+
/* @__PURE__ */ (0, import_jsx_runtime274.jsx)(
|
|
6956
7145
|
"path",
|
|
6957
7146
|
{
|
|
6958
7147
|
d: "M69.59 2.29999C98.61 2.29999 122.18 25.86 122.18 54.89V137.7H17V54.89C17 25.86 40.56 2.29999 69.59 2.29999Z",
|
|
6959
7148
|
fill: "#E0E0E0"
|
|
6960
7149
|
}
|
|
6961
7150
|
),
|
|
6962
|
-
/* @__PURE__ */ (0,
|
|
6963
|
-
/* @__PURE__ */ (0,
|
|
7151
|
+
/* @__PURE__ */ (0, import_jsx_runtime274.jsxs)("g", { clipPath: "url(#clip0_18340_17787)", children: [
|
|
7152
|
+
/* @__PURE__ */ (0, import_jsx_runtime274.jsx)(
|
|
6964
7153
|
"path",
|
|
6965
7154
|
{
|
|
6966
7155
|
d: "M124.746 54.354L123.898 62.6307C115.88 65.1465 109.748 72.0073 108.869 80.5924C107.989 89.1774 112.592 97.138 119.933 101.228L119.085 109.504L32.6278 100.646L33.4758 92.3693C41.494 89.8535 47.6153 82.9916 48.4949 74.4066C49.3745 65.8215 44.7719 57.861 37.4305 53.7714L38.2785 45.4947L124.746 54.354ZM134.616 46.3182L30.2427 35.6243L27.7476 59.9768C34.9499 60.7147 40.2307 66.7645 39.5417 73.4893C38.8527 80.2141 32.4547 85.0672 25.2525 84.3293L22.7573 108.682L127.131 119.376L129.626 95.0232C122.424 94.2853 117.143 88.2355 117.832 81.5107C118.521 74.7859 124.919 69.9328 132.121 70.6707L134.616 46.3182Z",
|
|
6967
7156
|
fill: "black"
|
|
6968
7157
|
}
|
|
6969
7158
|
),
|
|
6970
|
-
/* @__PURE__ */ (0,
|
|
7159
|
+
/* @__PURE__ */ (0, import_jsx_runtime274.jsx)(
|
|
6971
7160
|
"path",
|
|
6972
7161
|
{
|
|
6973
7162
|
d: "M96.0287 91.3908L84.9473 78.0164L98.1686 67.0618L92.4331 60.1395L79.2117 71.0941L68.393 58.0368L61.4717 63.7623L72.2994 76.8305L59.0781 87.7851L64.8045 94.6965L78.0259 83.7419L89.1164 97.1273L96.0287 91.3908Z",
|
|
@@ -6975,15 +7164,15 @@ var ImgVoucher = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
6975
7164
|
}
|
|
6976
7165
|
)
|
|
6977
7166
|
] }),
|
|
6978
|
-
/* @__PURE__ */ (0,
|
|
7167
|
+
/* @__PURE__ */ (0, import_jsx_runtime274.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime274.jsx)("clipPath", { id: "clip0_18340_17787", children: /* @__PURE__ */ (0, import_jsx_runtime274.jsx)("rect", { width: "104.92", height: "73.44", fill: "white", transform: "translate(30.2427 35.6243) rotate(5.85)" }) }) })
|
|
6979
7168
|
]
|
|
6980
7169
|
}
|
|
6981
7170
|
);
|
|
6982
7171
|
var img_voucher_default = ImgVoucher;
|
|
6983
7172
|
|
|
6984
7173
|
// src/illustrations/img-warning.tsx
|
|
6985
|
-
var
|
|
6986
|
-
var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
7174
|
+
var import_jsx_runtime275 = require("react/jsx-runtime");
|
|
7175
|
+
var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime275.jsxs)(
|
|
6987
7176
|
"svg",
|
|
6988
7177
|
{
|
|
6989
7178
|
"data-test-id": `illustration-warning${testId ? `-${testId}` : ""}`,
|
|
@@ -6994,16 +7183,16 @@ var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
6994
7183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6995
7184
|
...props,
|
|
6996
7185
|
children: [
|
|
6997
|
-
/* @__PURE__ */ (0,
|
|
6998
|
-
/* @__PURE__ */ (0,
|
|
7186
|
+
/* @__PURE__ */ (0, import_jsx_runtime275.jsx)("path", { d: "M69.59 2.3c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.89C17 25.87 40.56 2.3 69.59 2.3Z", fill: "#E0E0E0" }),
|
|
7187
|
+
/* @__PURE__ */ (0, import_jsx_runtime275.jsx)(
|
|
6999
7188
|
"path",
|
|
7000
7189
|
{
|
|
7001
7190
|
d: "m52.09 25.543-40.873 95.842 104.181-13.087-63.307-82.755Zm2.406 19.15L97.6 101.01l-70.89 8.904 27.834-65.227-.047.006Z",
|
|
7002
7191
|
fill: "#000"
|
|
7003
7192
|
}
|
|
7004
7193
|
),
|
|
7005
|
-
/* @__PURE__ */ (0,
|
|
7006
|
-
/* @__PURE__ */ (0,
|
|
7194
|
+
/* @__PURE__ */ (0, import_jsx_runtime275.jsx)("path", { d: "m61.811 64.636-9.47 1.19 2.492 19.844 9.47-1.19-2.492-19.844Z", fill: "#000" }),
|
|
7195
|
+
/* @__PURE__ */ (0, import_jsx_runtime275.jsx)(
|
|
7007
7196
|
"path",
|
|
7008
7197
|
{
|
|
7009
7198
|
d: "M61.438 99.958c2.615-.328 4.456-2.816 4.112-5.555-.344-2.74-2.743-4.695-5.358-4.367-2.616.329-4.457 2.816-4.113 5.556.344 2.74 2.743 4.695 5.359 4.366Z",
|
|
@@ -7016,8 +7205,8 @@ var ImgWarning = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
7016
7205
|
var img_warning_default = ImgWarning;
|
|
7017
7206
|
|
|
7018
7207
|
// src/illustrations/img-welcome.tsx
|
|
7019
|
-
var
|
|
7020
|
-
var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0,
|
|
7208
|
+
var import_jsx_runtime276 = require("react/jsx-runtime");
|
|
7209
|
+
var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime276.jsxs)(
|
|
7021
7210
|
"svg",
|
|
7022
7211
|
{
|
|
7023
7212
|
"data-test-id": `illustration-404${testId ? `-${testId}` : ""}`,
|
|
@@ -7028,15 +7217,15 @@ var ImgWelcome = ({ size = 140, testId, ...props }) => /* @__PURE__ */ (0, impor
|
|
|
7028
7217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7029
7218
|
...props,
|
|
7030
7219
|
children: [
|
|
7031
|
-
/* @__PURE__ */ (0,
|
|
7032
|
-
/* @__PURE__ */ (0,
|
|
7220
|
+
/* @__PURE__ */ (0, import_jsx_runtime276.jsx)("path", { d: "M69.59 2.4c29.02 0 52.59 23.56 52.59 52.59v82.81H17V54.99C17 25.97 40.56 2.4 69.59 2.4Z", fill: "#E0E0E0" }),
|
|
7221
|
+
/* @__PURE__ */ (0, import_jsx_runtime276.jsx)(
|
|
7033
7222
|
"path",
|
|
7034
7223
|
{
|
|
7035
7224
|
d: "M57.005 27.075c.239 0 .485.017.732.05 2.441.328 4.175 2.17 4.537 4.874 1.718 12.74 3.427 25.48 5.145 38.219.05.378.09.764.222 1.11.23.583.789.928 1.348.928.353 0 .699-.131.962-.419.287-.32.443-.822.51-1.258 1.766-11.975 3.5-23.95 5.284-35.917.14-.93.411-1.915.888-2.713.937-1.586 2.622-2.449 4.372-2.449.609 0 1.233.107 1.833.32 2.384.863 3.74 3.198 3.395 5.886-1.118 8.753-2.203 17.514-3.378 26.268-.847 6.288-1.965 12.559-.403 18.888.016.057.016.115.025.172.304 2.186 1.512 3.592 3.46 4.036a4.76 4.76 0 0 0 1.052.123c1.512 0 2.82-.78 3.797-2.285 2.08-3.189 4.134-6.394 6.247-9.559 2.359-3.542 5.745-5.515 9.896-6.18.246-.042.493-.058.723-.058 1.323 0 2.408.625 3.181 1.841.863 1.348.772 3.008-.214 4.364-7.931 10.924-15.847 21.855-23.81 32.762-2.77 3.797-6.379 6.584-10.76 8.326-.674.271-1.364.501-2.063.723a23.869 23.869 0 0 1-4.2.954l-7.085.953h-.041c-.205-.024-.419-.066-.624-.066h-.042c-.238 0-.476.009-.706.009-2.113 0-4.2-.272-6.214-.929-9.329-3.058-14.967-9.403-16.537-19.118-1.118-6.929-3.592-13.225-7.874-18.789-2.12-2.753-4.266-5.499-6.362-8.268a435.243 435.243 0 0 1-4.019-5.384c-.033-.05-.994-1.553-.608-3.353.394-1.554 1.307-2.663 2.827-3.222a4.67 4.67 0 0 1 1.636-.304c1.397 0 2.688.69 3.715 2.022 4.75 6.156 9.501 12.328 14.252 18.484.411.526.847.79 1.307.79.246 0 .493-.075.748-.223.682-.402.871-1.084.51-1.997-.362-.929-.765-1.833-1.143-2.753-4.028-9.658-8.071-19.307-12.066-28.981-.37-.888-.575-1.94-.526-2.893.148-2.417 2.088-4.364 4.471-4.718.272-.041.543-.058.806-.058 2.112 0 3.97 1.25 4.866 3.395 3.591 8.573 7.159 17.154 10.734 25.734.756 1.808 1.504 3.625 2.277 5.433.263.608.863 1.011 1.487 1.011.222 0 .436-.05.65-.156.526-.271.764-.773.682-1.455a31.234 31.234 0 0 0-.115-.871l-4.414-32.82c-.206-1.512-.444-3.016-.6-4.528-.337-3.255 2.129-5.926 5.227-5.926m0-6.575a11.826 11.826 0 0 0-8.778 3.904c-2.252 2.498-3.345 5.885-2.991 9.28.049.5.115.994.172 1.487a11.59 11.59 0 0 0-9.214-4.48c-.583 0-1.175.041-1.759.132-5.515.814-9.756 5.367-10.076 10.833-.115 1.882.246 3.945 1.002 5.786a812.31 812.31 0 0 0 1.644 3.97 10.841 10.841 0 0 0-2.876-.386c-1.315 0-2.63.238-3.913.715-3.51 1.298-5.967 4.052-6.92 7.767l-.033.131-.025.132c-.88 4.15.946 7.389 1.52 8.285l.083.123.09.123.025.041.033.042a375.61 375.61 0 0 0 4.077 5.457c1.38 1.825 2.802 3.658 4.167 5.425.74.961 1.487 1.923 2.227 2.885 3.436 4.47 5.597 9.649 6.6 15.83 1.948 12.049 9.206 20.466 20.984 24.312 2.54.83 5.318 1.249 8.26 1.249h.501c.058 0 .115.017.173.017l.353.041h.798l.444-.058 7.11-.953a31.248 31.248 0 0 0 5.341-1.208c.716-.23 1.57-.518 2.475-.871 5.54-2.203 10.126-5.754 13.635-10.562 6.09-8.334 12.247-16.825 18.206-25.036l5.613-7.734c2.565-3.534 2.737-8.153.444-11.762-1.972-3.106-5.153-4.89-8.729-4.89-.583 0-1.175.05-1.767.14-6.082.978-11.038 4.093-14.326 9.024a440.83 440.83 0 0 0-3.312 5.039c-.09-3.206.378-6.584.863-10.093l.246-1.8c.896-6.707 1.768-13.53 2.598-20.12l.789-6.19c.723-5.688-2.433-10.989-7.669-12.896a11.939 11.939 0 0 0-4.076-.723c-4.118 0-7.965 2.178-10.036 5.68-.863 1.454-1.447 3.172-1.726 5.095l-.05.345c-.13-.97-.262-1.947-.394-2.917-.764-5.663-4.759-9.79-10.184-10.513a11.575 11.575 0 0 0-1.602-.107l-.017.009Z",
|
|
7036
7225
|
fill: "#000"
|
|
7037
7226
|
}
|
|
7038
7227
|
),
|
|
7039
|
-
/* @__PURE__ */ (0,
|
|
7228
|
+
/* @__PURE__ */ (0, import_jsx_runtime276.jsx)(
|
|
7040
7229
|
"path",
|
|
7041
7230
|
{
|
|
7042
7231
|
d: "M53.792 110.689c-.05-.238-4.537-23.992 23.416-34.783l2.556 5.851c-22.759 8.787-19.512 26.984-19.364 27.757l-6.617 1.175h.009Z",
|
|
@@ -7312,10 +7501,12 @@ var img_welcome_default = ImgWelcome;
|
|
|
7312
7501
|
ImgNoTransaction,
|
|
7313
7502
|
ImgNoVoilaPoint,
|
|
7314
7503
|
ImgNotFound,
|
|
7504
|
+
ImgOrder,
|
|
7315
7505
|
ImgOverload,
|
|
7316
7506
|
ImgPaymentFailed,
|
|
7317
7507
|
ImgPaymentPending,
|
|
7318
7508
|
ImgPostal,
|
|
7509
|
+
ImgProduct,
|
|
7319
7510
|
ImgRefresh,
|
|
7320
7511
|
ImgSearchNotFound,
|
|
7321
7512
|
ImgShield,
|