@ctlyst.id/icons 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +31 -1
- package/dist/v2.d.ts +31 -1
- package/dist/v2.js +689 -152
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +674 -152
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.js
CHANGED
|
@@ -27,6 +27,8 @@ __export(v2_exports, {
|
|
|
27
27
|
Bag: () => bag_default,
|
|
28
28
|
Calendar: () => calendar_default,
|
|
29
29
|
CalendarEvent: () => calendar_event_default,
|
|
30
|
+
Category: () => category_default,
|
|
31
|
+
ChatCs: () => chat_cs_default,
|
|
30
32
|
Check: () => check_default,
|
|
31
33
|
CheckLarge: () => check_large_default,
|
|
32
34
|
ChevronDown: () => chevron_down_default,
|
|
@@ -40,25 +42,38 @@ __export(v2_exports, {
|
|
|
40
42
|
Close: () => close_default,
|
|
41
43
|
CloseLarge: () => close_large_default,
|
|
42
44
|
ContactBook: () => contact_book_default,
|
|
45
|
+
Delivered: () => delivered_default,
|
|
43
46
|
Direction: () => direction_default,
|
|
47
|
+
Edit: () => edit_default,
|
|
48
|
+
Enveloped: () => enveloped_default,
|
|
44
49
|
EyeClose: () => eye_close_default,
|
|
45
50
|
EyeOpen: () => eye_open_default,
|
|
46
51
|
Filter: () => filter_default,
|
|
52
|
+
Gps: () => gps_default,
|
|
47
53
|
Hand: () => hand_default,
|
|
54
|
+
Handphone: () => handphone_default,
|
|
48
55
|
Heart: () => heart_default,
|
|
56
|
+
Home: () => home_default,
|
|
57
|
+
Info: () => info_default,
|
|
58
|
+
KebabMenu: () => kebab_menu_default,
|
|
49
59
|
Logout: () => logout_default,
|
|
50
60
|
MapMarker: () => map_marker_default,
|
|
61
|
+
MapMarkerSolid: () => map_marker_solid_default,
|
|
51
62
|
Minus: () => minus_default,
|
|
52
63
|
MinusLarge: () => minus_large_default,
|
|
53
64
|
OrderHistory: () => order_history_default,
|
|
65
|
+
Otp: () => otp_default,
|
|
54
66
|
Plus: () => plus_default,
|
|
55
67
|
PlusLarge: () => plus_large_default,
|
|
68
|
+
PrivacyPolicy: () => privacy_policy_default,
|
|
56
69
|
Profile: () => profile_default,
|
|
57
70
|
QRCode: () => qr_code_default,
|
|
58
71
|
Search: () => search_default,
|
|
72
|
+
Setting: () => setting_default,
|
|
59
73
|
Share: () => share_default,
|
|
60
74
|
Sort: () => sort_default,
|
|
61
75
|
StoreComplete: () => store_complete_default,
|
|
76
|
+
TermConditions: () => term_conditions_default,
|
|
62
77
|
TrendUp: () => trend_up_default,
|
|
63
78
|
Truck: () => truck_default,
|
|
64
79
|
Voucher: () => voucher_default,
|
|
@@ -283,12 +298,99 @@ var CalendarEvent = (props) => {
|
|
|
283
298
|
};
|
|
284
299
|
var calendar_event_default = CalendarEvent;
|
|
285
300
|
|
|
286
|
-
// src/icons/v2/outline/
|
|
301
|
+
// src/icons/v2/outline/category.tsx
|
|
287
302
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
288
|
-
var
|
|
303
|
+
var Category = (props) => {
|
|
289
304
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
290
305
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
291
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.
|
|
306
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("g", { clipPath: "url(#clip0_5761_9461)", children: [
|
|
307
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
308
|
+
"path",
|
|
309
|
+
{
|
|
310
|
+
fillRule: "evenodd",
|
|
311
|
+
clipRule: "evenodd",
|
|
312
|
+
d: "M3.04138 5.77051C3.04138 4.80401 3.82488 4.02051 4.79138 4.02051H9.79138C10.7579 4.02051 11.5414 4.80401 11.5414 5.77051V10.7705C11.5414 11.737 10.7579 12.5205 9.79138 12.5205H4.79138C3.82488 12.5205 3.04138 11.737 3.04138 10.7705V5.77051ZM4.79138 5.52051C4.65331 5.52051 4.54138 5.63244 4.54138 5.77051V10.7705C4.54138 10.9086 4.65331 11.0205 4.79138 11.0205H9.79138C9.92945 11.0205 10.0414 10.9086 10.0414 10.7705V5.77051C10.0414 5.63244 9.92945 5.52051 9.79138 5.52051H4.79138Z",
|
|
313
|
+
fill: color
|
|
314
|
+
}
|
|
315
|
+
),
|
|
316
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
317
|
+
"path",
|
|
318
|
+
{
|
|
319
|
+
fillRule: "evenodd",
|
|
320
|
+
clipRule: "evenodd",
|
|
321
|
+
d: "M3.0415 15.2268C3.0415 14.2603 3.82501 13.4768 4.7915 13.4768H9.7915C10.758 13.4768 11.5415 14.2603 11.5415 15.2268V20.2268C11.5415 21.1933 10.758 21.9768 9.7915 21.9768H4.7915C3.82501 21.9768 3.0415 21.1933 3.0415 20.2268V15.2268ZM4.7915 14.9768C4.65343 14.9768 4.5415 15.0887 4.5415 15.2268V20.2268C4.5415 20.3649 4.65343 20.4768 4.7915 20.4768H9.7915C9.92957 20.4768 10.0415 20.3649 10.0415 20.2268V15.2268C10.0415 15.0887 9.92957 14.9768 9.7915 14.9768H4.7915Z",
|
|
322
|
+
fill: color
|
|
323
|
+
}
|
|
324
|
+
),
|
|
325
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
326
|
+
"path",
|
|
327
|
+
{
|
|
328
|
+
fillRule: "evenodd",
|
|
329
|
+
clipRule: "evenodd",
|
|
330
|
+
d: "M12.4959 15.2271C12.4959 14.2606 13.2794 13.4771 14.2459 13.4771H19.2459C20.2124 13.4771 20.9959 14.2606 20.9959 15.2271V20.2271C20.9959 21.1935 20.2124 21.9771 19.2459 21.9771H14.2459C13.2794 21.9771 12.4959 21.1935 12.4959 20.2271V15.2271ZM14.2459 14.9771C14.1078 14.9771 13.9959 15.089 13.9959 15.2271V20.2271C13.9959 20.3651 14.1078 20.4771 14.2459 20.4771H19.2459C19.384 20.4771 19.4959 20.3651 19.4959 20.2271V15.2271C19.4959 15.089 19.384 14.9771 19.2459 14.9771H14.2459Z",
|
|
331
|
+
fill: color
|
|
332
|
+
}
|
|
333
|
+
),
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
fillRule: "evenodd",
|
|
338
|
+
clipRule: "evenodd",
|
|
339
|
+
d: "M13.0786 4.97276C13.4749 4.44386 14.114 3.99512 15.0256 3.99512C15.9213 3.99512 16.5675 4.34608 17.0075 4.77713C17.4474 4.34611 18.0936 3.99518 18.9893 3.99518C19.9009 3.99518 20.5399 4.44393 20.9363 4.97283C21.3018 5.46045 21.4727 6.02399 21.5264 6.42505C21.7046 7.29533 21.3571 8.95479 19.5904 10.5624C19.2867 10.8504 18.4705 11.5353 17.4054 12.2021C17.162 12.3545 16.8529 12.3545 16.6095 12.2021C15.5443 11.5353 14.7282 10.8504 14.4245 10.5624C12.6578 8.95472 12.3103 7.29526 12.4885 6.42498C12.5422 6.02392 12.7131 5.46038 13.0786 4.97276ZM14.2789 5.87233C14.0921 6.12161 13.9968 6.44051 13.9732 6.63975C13.97 6.66698 13.9653 6.69402 13.9591 6.72074C13.9142 6.91475 13.9251 8.08267 15.4393 9.4578L15.4524 9.46999C15.6455 9.65394 16.2208 10.1449 17.0074 10.6727C17.7941 10.1449 18.3694 9.65399 18.5624 9.47005L18.5755 9.45786C20.0897 8.08273 20.1007 6.91482 20.0558 6.7208C20.0496 6.69409 20.0449 6.66705 20.0417 6.63981C20.0181 6.44057 19.9228 6.12167 19.736 5.8724C19.5683 5.6486 19.3444 5.49518 18.9893 5.49518C18.1688 5.49518 17.8048 6.09164 17.7292 6.35916C17.6379 6.68219 17.3431 6.90523 17.0074 6.90523C16.6718 6.90523 16.377 6.68219 16.2857 6.35916C16.2101 6.0916 15.8461 5.49512 15.0256 5.49512C14.6705 5.49512 14.4466 5.64853 14.2789 5.87233Z",
|
|
340
|
+
fill: color
|
|
341
|
+
}
|
|
342
|
+
)
|
|
343
|
+
] }),
|
|
344
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("clipPath", { id: "clip0_5761_9461", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
345
|
+
] });
|
|
346
|
+
};
|
|
347
|
+
var category_default = Category;
|
|
348
|
+
|
|
349
|
+
// src/icons/v2/outline/chat-cs.tsx
|
|
350
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
351
|
+
var ChatCs = (props) => {
|
|
352
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
353
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
354
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
355
|
+
"path",
|
|
356
|
+
{
|
|
357
|
+
fillRule: "evenodd",
|
|
358
|
+
clipRule: "evenodd",
|
|
359
|
+
d: "M6.77051 5.00806C5.52787 5.00806 4.52051 6.01542 4.52051 7.25806V14.9076C4.52051 16.1502 5.52787 17.1576 6.77051 17.1576H10.0691C10.3371 17.1576 10.5847 17.3005 10.7186 17.5326L12 19.752L13.2814 17.5326C13.4154 17.3005 13.663 17.1576 13.9309 17.1576H17.2296C18.4722 17.1576 19.4796 16.1502 19.4796 14.9076V7.25806C19.4796 6.01542 18.4722 5.00806 17.2296 5.00806H6.77051ZM11.7835 20.127C11.7835 20.1271 11.7836 20.1269 11.7835 20.127V20.127ZM3.02051 7.25806C3.02051 5.18699 4.69944 3.50806 6.77051 3.50806H17.2296C19.3006 3.50806 20.9796 5.18699 20.9796 7.25806V14.9076C20.9796 16.9787 19.3006 18.6576 17.2296 18.6576H14.3639L13.0826 20.877C12.6014 21.7103 11.3986 21.7103 10.9175 20.877L9.63612 18.6576H6.77051C4.69944 18.6576 3.02051 16.9787 3.02051 14.9076V7.25806Z",
|
|
360
|
+
fill: color
|
|
361
|
+
}
|
|
362
|
+
),
|
|
363
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
364
|
+
"path",
|
|
365
|
+
{
|
|
366
|
+
d: "M7.06653 8.01517C7.06653 7.65618 7.35754 7.36517 7.71653 7.36517H16.2834C16.6424 7.36517 16.9334 7.65618 16.9334 8.01517C16.9334 8.37415 16.6424 8.66517 16.2834 8.66517H7.71653C7.35754 8.66517 7.06653 8.37415 7.06653 8.01517Z",
|
|
367
|
+
fill: color
|
|
368
|
+
}
|
|
369
|
+
),
|
|
370
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
371
|
+
"path",
|
|
372
|
+
{
|
|
373
|
+
d: "M7.06653 11.0152C7.06653 10.6562 7.35754 10.3652 7.71653 10.3652H16.2834C16.6424 10.3652 16.9334 10.6562 16.9334 11.0152C16.9334 11.3742 16.6424 11.6652 16.2834 11.6652H7.71653C7.35754 11.6652 7.06653 11.3742 7.06653 11.0152Z",
|
|
374
|
+
fill: color
|
|
375
|
+
}
|
|
376
|
+
),
|
|
377
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
378
|
+
"path",
|
|
379
|
+
{
|
|
380
|
+
d: "M7.71653 13.3652C7.35754 13.3652 7.06653 13.6562 7.06653 14.0152C7.06653 14.3742 7.35754 14.6652 7.71653 14.6652H12C12.359 14.6652 12.65 14.3742 12.65 14.0152C12.65 13.6562 12.359 13.3652 12 13.3652H7.71653Z",
|
|
381
|
+
fill: color
|
|
382
|
+
}
|
|
383
|
+
)
|
|
384
|
+
] });
|
|
385
|
+
};
|
|
386
|
+
var chat_cs_default = ChatCs;
|
|
387
|
+
|
|
388
|
+
// src/icons/v2/outline/check.tsx
|
|
389
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
390
|
+
var Check = (props) => {
|
|
391
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
392
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
393
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
292
394
|
"path",
|
|
293
395
|
{
|
|
294
396
|
fillRule: "evenodd",
|
|
@@ -297,16 +399,16 @@ var Check = (props) => {
|
|
|
297
399
|
fill: color
|
|
298
400
|
}
|
|
299
401
|
) }),
|
|
300
|
-
/* @__PURE__ */ (0,
|
|
402
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "icon-outline-check", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
301
403
|
] });
|
|
302
404
|
};
|
|
303
405
|
var check_default = Check;
|
|
304
406
|
|
|
305
407
|
// src/icons/v2/outline/check-large.tsx
|
|
306
|
-
var
|
|
408
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
307
409
|
var Check2 = (props) => {
|
|
308
410
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
309
|
-
return /* @__PURE__ */ (0,
|
|
411
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
310
412
|
"path",
|
|
311
413
|
{
|
|
312
414
|
d: "M20.3906 6.76232C20.7421 7.11379 20.7421 7.68364 20.3906 8.03511L11.188 17.2377C11.0192 17.4065 10.7903 17.5013 10.5516 17.5013C10.3129 17.5013 10.084 17.4065 9.9152 17.2377L4.6209 11.9434C4.26943 11.5919 4.26943 11.0221 4.62091 10.6706C4.97238 10.3191 5.54223 10.3191 5.8937 10.6706L10.5516 15.3285L19.1178 6.76232C19.4693 6.41085 20.0391 6.41085 20.3906 6.76232Z",
|
|
@@ -317,11 +419,11 @@ var Check2 = (props) => {
|
|
|
317
419
|
var check_large_default = Check2;
|
|
318
420
|
|
|
319
421
|
// src/icons/v2/outline/chevron-down.tsx
|
|
320
|
-
var
|
|
422
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
321
423
|
var ChevronUp = (props) => {
|
|
322
424
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
323
|
-
return /* @__PURE__ */ (0,
|
|
324
|
-
/* @__PURE__ */ (0,
|
|
425
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
426
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
325
427
|
"path",
|
|
326
428
|
{
|
|
327
429
|
fillRule: "evenodd",
|
|
@@ -330,16 +432,16 @@ var ChevronUp = (props) => {
|
|
|
330
432
|
fill: color
|
|
331
433
|
}
|
|
332
434
|
) }),
|
|
333
|
-
/* @__PURE__ */ (0,
|
|
435
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
334
436
|
] });
|
|
335
437
|
};
|
|
336
438
|
var chevron_down_default = ChevronUp;
|
|
337
439
|
|
|
338
440
|
// src/icons/v2/outline/chevron-down-large.tsx
|
|
339
|
-
var
|
|
441
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
340
442
|
var ChevronUp2 = (props) => {
|
|
341
443
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
342
|
-
return /* @__PURE__ */ (0,
|
|
444
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
343
445
|
"path",
|
|
344
446
|
{
|
|
345
447
|
d: "M13.1364 16.2592C12.7849 16.6106 12.215 16.6106 11.8636 16.2592L4.61805 9.01365C4.26657 8.66217 4.26657 8.09233 4.61805 7.74085C4.96952 7.38938 5.53937 7.38938 5.89084 7.74085L12.5 14.35L19.1091 7.74085C19.4606 7.38938 20.0304 7.38938 20.3819 7.74086C20.7334 8.09233 20.7334 8.66218 20.3819 9.01365L13.1364 16.2592Z",
|
|
@@ -350,11 +452,11 @@ var ChevronUp2 = (props) => {
|
|
|
350
452
|
var chevron_down_large_default = ChevronUp2;
|
|
351
453
|
|
|
352
454
|
// src/icons/v2/outline/chevron-left.tsx
|
|
353
|
-
var
|
|
455
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
354
456
|
var ChevronLeft = (props) => {
|
|
355
457
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
356
|
-
return /* @__PURE__ */ (0,
|
|
357
|
-
/* @__PURE__ */ (0,
|
|
458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
459
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
358
460
|
"path",
|
|
359
461
|
{
|
|
360
462
|
fillRule: "evenodd",
|
|
@@ -363,16 +465,16 @@ var ChevronLeft = (props) => {
|
|
|
363
465
|
fill: color
|
|
364
466
|
}
|
|
365
467
|
) }),
|
|
366
|
-
/* @__PURE__ */ (0,
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
367
469
|
] });
|
|
368
470
|
};
|
|
369
471
|
var chevron_left_default = ChevronLeft;
|
|
370
472
|
|
|
371
473
|
// src/icons/v2/outline/chevron-left-large.tsx
|
|
372
|
-
var
|
|
474
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
373
475
|
var ChevronLeftLarge = (props) => {
|
|
374
476
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
375
|
-
return /* @__PURE__ */ (0,
|
|
477
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
376
478
|
"path",
|
|
377
479
|
{
|
|
378
480
|
d: "M8.2409 12.6364C7.88943 12.2849 7.88943 11.7151 8.2409 11.3636L15.4864 4.11811C15.8379 3.76664 16.4077 3.76664 16.7592 4.11811C17.1107 4.46958 17.1107 5.03943 16.7592 5.3909L10.1501 12L16.7592 18.6092C17.1107 18.9606 17.1107 19.5305 16.7592 19.882C16.4077 20.2334 15.8379 20.2334 15.4864 19.882L8.2409 12.6364Z",
|
|
@@ -383,11 +485,11 @@ var ChevronLeftLarge = (props) => {
|
|
|
383
485
|
var chevron_left_large_default = ChevronLeftLarge;
|
|
384
486
|
|
|
385
487
|
// src/icons/v2/outline/chevron-right.tsx
|
|
386
|
-
var
|
|
488
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
387
489
|
var ChevronRight = (props) => {
|
|
388
490
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
389
|
-
return /* @__PURE__ */ (0,
|
|
390
|
-
/* @__PURE__ */ (0,
|
|
491
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
492
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
391
493
|
"path",
|
|
392
494
|
{
|
|
393
495
|
fillRule: "evenodd",
|
|
@@ -396,16 +498,16 @@ var ChevronRight = (props) => {
|
|
|
396
498
|
fill: color
|
|
397
499
|
}
|
|
398
500
|
) }),
|
|
399
|
-
/* @__PURE__ */ (0,
|
|
501
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
400
502
|
] });
|
|
401
503
|
};
|
|
402
504
|
var chevron_right_default = ChevronRight;
|
|
403
505
|
|
|
404
506
|
// src/icons/v2/outline/chevron-right-large.tsx
|
|
405
|
-
var
|
|
507
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
406
508
|
var ChevronRightLarge = (props) => {
|
|
407
509
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
408
|
-
return /* @__PURE__ */ (0,
|
|
510
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
409
511
|
"path",
|
|
410
512
|
{
|
|
411
513
|
d: "M16.7591 11.3636C17.1106 11.7151 17.1106 12.285 16.7591 12.6364L9.51359 19.882C9.16211 20.2334 8.59227 20.2334 8.24079 19.882C7.88932 19.5305 7.88932 18.9606 8.24079 18.6092L14.8499 12L8.24079 5.39089C7.88932 5.03941 7.88932 4.46956 8.2408 4.11809C8.59227 3.76662 9.16212 3.76662 9.51359 4.1181L16.7591 11.3636Z",
|
|
@@ -416,11 +518,11 @@ var ChevronRightLarge = (props) => {
|
|
|
416
518
|
var chevron_right_large_default = ChevronRightLarge;
|
|
417
519
|
|
|
418
520
|
// src/icons/v2/outline/chevron-up.tsx
|
|
419
|
-
var
|
|
521
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
420
522
|
var ChevronUp3 = (props) => {
|
|
421
523
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
422
|
-
return /* @__PURE__ */ (0,
|
|
423
|
-
/* @__PURE__ */ (0,
|
|
524
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
525
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
424
526
|
"path",
|
|
425
527
|
{
|
|
426
528
|
fillRule: "evenodd",
|
|
@@ -429,16 +531,16 @@ var ChevronUp3 = (props) => {
|
|
|
429
531
|
fill: color
|
|
430
532
|
}
|
|
431
533
|
) }),
|
|
432
|
-
/* @__PURE__ */ (0,
|
|
534
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
433
535
|
] });
|
|
434
536
|
};
|
|
435
537
|
var chevron_up_default = ChevronUp3;
|
|
436
538
|
|
|
437
539
|
// src/icons/v2/outline/chevron-up-large.tsx
|
|
438
|
-
var
|
|
540
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
439
541
|
var ChevronUpLarge = (props) => {
|
|
440
542
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
441
|
-
return /* @__PURE__ */ (0,
|
|
543
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
442
544
|
"path",
|
|
443
545
|
{
|
|
444
546
|
d: "M11.8636 7.74084C12.2151 7.38937 12.785 7.38937 13.1364 7.74084L20.382 14.9864C20.7334 15.3378 20.7334 15.9077 20.382 16.2591C20.0305 16.6106 19.4606 16.6106 19.1092 16.2591L12.5 9.65002L5.89089 16.2591C5.53941 16.6106 4.96957 16.6106 4.61809 16.2591C4.26662 15.9077 4.26662 15.3378 4.6181 14.9864L11.8636 7.74084Z",
|
|
@@ -449,11 +551,11 @@ var ChevronUpLarge = (props) => {
|
|
|
449
551
|
var chevron_up_large_default = ChevronUpLarge;
|
|
450
552
|
|
|
451
553
|
// src/icons/v2/outline/close.tsx
|
|
452
|
-
var
|
|
554
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
453
555
|
var Close = (props) => {
|
|
454
556
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
455
|
-
return /* @__PURE__ */ (0,
|
|
456
|
-
/* @__PURE__ */ (0,
|
|
557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
457
559
|
"path",
|
|
458
560
|
{
|
|
459
561
|
fillRule: "evenodd",
|
|
@@ -462,24 +564,24 @@ var Close = (props) => {
|
|
|
462
564
|
fill: color
|
|
463
565
|
}
|
|
464
566
|
) }),
|
|
465
|
-
/* @__PURE__ */ (0,
|
|
567
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
466
568
|
] });
|
|
467
569
|
};
|
|
468
570
|
var close_default = Close;
|
|
469
571
|
|
|
470
572
|
// src/icons/v2/outline/close-large.tsx
|
|
471
|
-
var
|
|
573
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
472
574
|
var CloseLarge = (props) => {
|
|
473
575
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
474
|
-
return /* @__PURE__ */ (0,
|
|
475
|
-
/* @__PURE__ */ (0,
|
|
576
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
577
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
476
578
|
"path",
|
|
477
579
|
{
|
|
478
580
|
d: "M4.60857 4.11486C4.96004 3.76339 5.52989 3.76339 5.88136 4.11486L20.3915 18.6249C20.743 18.9764 20.743 19.5462 20.3915 19.8977C20.04 20.2492 19.4702 20.2492 19.1187 19.8977L4.60858 5.38766C4.2571 5.03618 4.2571 4.46634 4.60857 4.11486Z",
|
|
479
581
|
fill: color
|
|
480
582
|
}
|
|
481
583
|
),
|
|
482
|
-
/* @__PURE__ */ (0,
|
|
584
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
483
585
|
"path",
|
|
484
586
|
{
|
|
485
587
|
d: "M20.3914 4.1148C20.7429 4.46627 20.7429 5.03612 20.3914 5.38759L5.88138 19.8977C5.52991 20.2492 4.96006 20.2492 4.60859 19.8977C4.25711 19.5463 4.25711 18.9764 4.60858 18.6249L19.1186 4.1148C19.4701 3.76333 20.04 3.76333 20.3914 4.1148Z",
|
|
@@ -491,11 +593,11 @@ var CloseLarge = (props) => {
|
|
|
491
593
|
var close_large_default = CloseLarge;
|
|
492
594
|
|
|
493
595
|
// src/icons/v2/outline/contact-book.tsx
|
|
494
|
-
var
|
|
596
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
495
597
|
var ContactBook = (props) => {
|
|
496
598
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
497
|
-
return /* @__PURE__ */ (0,
|
|
498
|
-
/* @__PURE__ */ (0,
|
|
599
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
600
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
499
601
|
"path",
|
|
500
602
|
{
|
|
501
603
|
fillRule: "evenodd",
|
|
@@ -504,7 +606,7 @@ var ContactBook = (props) => {
|
|
|
504
606
|
fill: color
|
|
505
607
|
}
|
|
506
608
|
),
|
|
507
|
-
/* @__PURE__ */ (0,
|
|
609
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
508
610
|
"path",
|
|
509
611
|
{
|
|
510
612
|
fillRule: "evenodd",
|
|
@@ -513,7 +615,7 @@ var ContactBook = (props) => {
|
|
|
513
615
|
fill: color
|
|
514
616
|
}
|
|
515
617
|
),
|
|
516
|
-
/* @__PURE__ */ (0,
|
|
618
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
517
619
|
"path",
|
|
518
620
|
{
|
|
519
621
|
fillRule: "evenodd",
|
|
@@ -522,7 +624,7 @@ var ContactBook = (props) => {
|
|
|
522
624
|
fill: color
|
|
523
625
|
}
|
|
524
626
|
),
|
|
525
|
-
/* @__PURE__ */ (0,
|
|
627
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
526
628
|
"path",
|
|
527
629
|
{
|
|
528
630
|
fillRule: "evenodd",
|
|
@@ -531,7 +633,7 @@ var ContactBook = (props) => {
|
|
|
531
633
|
fill: color
|
|
532
634
|
}
|
|
533
635
|
),
|
|
534
|
-
/* @__PURE__ */ (0,
|
|
636
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
535
637
|
"path",
|
|
536
638
|
{
|
|
537
639
|
fillRule: "evenodd",
|
|
@@ -540,7 +642,7 @@ var ContactBook = (props) => {
|
|
|
540
642
|
fill: color
|
|
541
643
|
}
|
|
542
644
|
),
|
|
543
|
-
/* @__PURE__ */ (0,
|
|
645
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
544
646
|
"path",
|
|
545
647
|
{
|
|
546
648
|
fillRule: "evenodd",
|
|
@@ -553,12 +655,60 @@ var ContactBook = (props) => {
|
|
|
553
655
|
};
|
|
554
656
|
var contact_book_default = ContactBook;
|
|
555
657
|
|
|
658
|
+
// src/icons/v2/outline/delivered.tsx
|
|
659
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
660
|
+
var Delivered = (props) => {
|
|
661
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
663
|
+
"path",
|
|
664
|
+
{
|
|
665
|
+
fillRule: "evenodd",
|
|
666
|
+
clipRule: "evenodd",
|
|
667
|
+
d: "M20.36 6.28001H13.7C12.78 6.28001 12.06 7.02001 12.06 7.94001V14.56C12.06 14.74 12.1 14.92 12.14 15.08H11.66V13.18C11.66 11.46 10.48 10.02 8.87998 9.64001C10.2 9.02001 11.14 7.70001 11.18 6.16001H13C13.28 6.16001 13.5 5.94001 13.5 5.66001C13.5 5.38001 13.28 5.16001 13 5.16001H11.08C10.68 3.38001 9.09998 2.04001 7.19998 2.04001C4.99998 2.04001 3.21998 3.82001 3.21998 6.02001C3.21998 7.66001 4.19998 9.06001 5.61998 9.68001C4.09998 10.12 2.97998 11.52 2.97998 13.18V21.34C2.97998 21.7 3.27998 21.98 3.61998 21.98H11.02C11.38 21.98 11.66 21.68 11.66 21.34V19.38H14.5C15.68 19.38 16.64 18.42 16.64 17.22C16.64 16.86 16.54 16.5 16.38 16.2H20.36C21.28 16.2 22 15.46 22 14.56V7.92001C22.02 7.02001 21.28 6.28001 20.36 6.28001ZM18 7.70001V9.84001H16.06V7.70001H18ZM7.17998 3.32001C8.35998 3.32001 9.35998 4.08001 9.71998 5.14001H4.63998C4.99998 4.08001 5.99998 3.32001 7.17998 3.32001ZM4.49998 6.14001H9.85998C9.79998 7.56001 8.61998 8.70001 7.17998 8.70001C5.73998 8.70001 4.55998 7.56001 4.49998 6.14001ZM10.34 20.68H4.25998V13.16C4.25998 11.86 5.31998 10.8 6.61998 10.8H8.01998C9.31998 10.8 10.38 11.86 10.38 13.16V14.76C10.24 14.64 10.12 14.5 10.02 14.34L8.57998 11.72C8.39998 11.4 8.01998 11.28 7.69998 11.46C7.37998 11.64 7.25998 12.02 7.43998 12.34L8.83998 14.92L7.19998 16.04L6.57998 14.98C6.39998 14.68 5.99998 14.56 5.69998 14.74C5.39998 14.92 5.27998 15.32 5.45998 15.62L6.57998 17.54C7.23998 18.66 8.43998 19.34 9.71998 19.34H10.36V20.68H10.34ZM14.5 18.06H9.69998C8.87998 18.06 8.09998 17.62 7.67998 16.92L9.43998 15.72C9.91998 16.12 10.52 16.36 11.16 16.36H14.48C14.94 16.36 15.32 16.74 15.32 17.2C15.34 17.68 14.96 18.06 14.5 18.06ZM20.72 14.54C20.72 14.74 20.56 14.9 20.36 14.9H13.7C13.5 14.9 13.34 14.74 13.34 14.54V7.92001C13.34 7.72001 13.5 7.56001 13.7 7.56001H15.04V9.82001C15.04 10.38 15.48 10.82 16.04 10.82H18C18.56 10.82 19 10.38 19 9.82001V7.58001H20.36C20.56 7.58001 20.72 7.74001 20.72 7.94001V14.54Z",
|
|
668
|
+
fill: color
|
|
669
|
+
}
|
|
670
|
+
) });
|
|
671
|
+
};
|
|
672
|
+
var delivered_default = Delivered;
|
|
673
|
+
|
|
674
|
+
// src/icons/v2/outline/edit.tsx
|
|
675
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
676
|
+
var Edit = (props) => {
|
|
677
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
678
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
679
|
+
"path",
|
|
680
|
+
{
|
|
681
|
+
fillRule: "evenodd",
|
|
682
|
+
clipRule: "evenodd",
|
|
683
|
+
d: "M21.2199 2.96001L21.0799 2.82001C19.9999 1.74001 18.2599 1.74001 17.1799 2.82001L4.29991 15.82C4.19991 15.92 4.13991 16.04 4.09991 16.16L3.11991 20C3.05991 20.26 3.11991 20.52 3.29991 20.7C3.47991 20.88 3.73991 20.96 3.99991 20.9L7.91991 20.02C8.05991 19.98 8.17991 19.92 8.27991 19.82L21.1999 6.84001C22.2799 5.76001 22.2799 4.04001 21.2199 2.96001ZM7.37991 18.6L4.85991 19.16L5.47991 16.7L15.3799 6.70001L17.2799 8.60001L7.37991 18.6ZM20.1399 5.78001L18.3599 7.58001L16.4399 5.66001L18.2199 3.86001C18.6999 3.36001 19.4999 3.36001 19.9999 3.86001L20.1399 4.00001C20.6399 4.50001 20.6399 5.30001 20.1399 5.78001Z",
|
|
684
|
+
fill: color
|
|
685
|
+
}
|
|
686
|
+
) });
|
|
687
|
+
};
|
|
688
|
+
var edit_default = Edit;
|
|
689
|
+
|
|
690
|
+
// src/icons/v2/outline/enveloped.tsx
|
|
691
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
692
|
+
var Enveloped = (props) => {
|
|
693
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
694
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
695
|
+
"path",
|
|
696
|
+
{
|
|
697
|
+
fillRule: "evenodd",
|
|
698
|
+
clipRule: "evenodd",
|
|
699
|
+
d: "M19.24 4H4.76C3.24 4 2 5.24 2 6.76V17.24C2 18.76 3.24 20 4.76 20H19.24C20.76 20 22 18.76 22 17.24V6.76C22 5.24 20.76 4 19.24 4ZM19.24 5.5C19.32 5.5 19.4 5.5 19.46 5.52L12.92 12.06C12.44 12.54 11.64 12.54 11.16 12.06L4.62 5.52C4.66 5.52 4.7 5.52 4.76 5.52H19.24V5.5ZM20.5 17.24C20.5 17.94 19.94 18.48 19.26 18.48H4.78C4.08 18.48 3.54 17.92 3.54 17.24V6.76C3.54 6.68 3.54 6.62 3.56 6.54L10.14 13.12C11.22 14.2 12.96 14.2 14.02 13.12L20.5 6.64C20.5 6.68 20.5 6.72 20.5 6.76V17.24Z",
|
|
700
|
+
fill: color
|
|
701
|
+
}
|
|
702
|
+
) });
|
|
703
|
+
};
|
|
704
|
+
var enveloped_default = Enveloped;
|
|
705
|
+
|
|
556
706
|
// src/icons/v2/outline/eye-close.tsx
|
|
557
|
-
var
|
|
707
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
558
708
|
var EyeClose = (props) => {
|
|
559
709
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
560
|
-
return /* @__PURE__ */ (0,
|
|
561
|
-
/* @__PURE__ */ (0,
|
|
710
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
711
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
562
712
|
"path",
|
|
563
713
|
{
|
|
564
714
|
fillRule: "evenodd",
|
|
@@ -567,7 +717,7 @@ var EyeClose = (props) => {
|
|
|
567
717
|
fill: color
|
|
568
718
|
}
|
|
569
719
|
),
|
|
570
|
-
/* @__PURE__ */ (0,
|
|
720
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
571
721
|
"path",
|
|
572
722
|
{
|
|
573
723
|
fillRule: "evenodd",
|
|
@@ -576,7 +726,7 @@ var EyeClose = (props) => {
|
|
|
576
726
|
fill: color
|
|
577
727
|
}
|
|
578
728
|
),
|
|
579
|
-
/* @__PURE__ */ (0,
|
|
729
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
580
730
|
"path",
|
|
581
731
|
{
|
|
582
732
|
fillRule: "evenodd",
|
|
@@ -590,11 +740,11 @@ var EyeClose = (props) => {
|
|
|
590
740
|
var eye_close_default = EyeClose;
|
|
591
741
|
|
|
592
742
|
// src/icons/v2/outline/eye-open.tsx
|
|
593
|
-
var
|
|
743
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
594
744
|
var EyeOpen = (props) => {
|
|
595
745
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
596
|
-
return /* @__PURE__ */ (0,
|
|
597
|
-
/* @__PURE__ */ (0,
|
|
746
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
747
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
598
748
|
"path",
|
|
599
749
|
{
|
|
600
750
|
fillRule: "evenodd",
|
|
@@ -603,7 +753,7 @@ var EyeOpen = (props) => {
|
|
|
603
753
|
fill: color
|
|
604
754
|
}
|
|
605
755
|
),
|
|
606
|
-
/* @__PURE__ */ (0,
|
|
756
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
607
757
|
"path",
|
|
608
758
|
{
|
|
609
759
|
fillRule: "evenodd",
|
|
@@ -617,11 +767,11 @@ var EyeOpen = (props) => {
|
|
|
617
767
|
var eye_open_default = EyeOpen;
|
|
618
768
|
|
|
619
769
|
// src/icons/v2/outline/filter.tsx
|
|
620
|
-
var
|
|
770
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
621
771
|
var Filter = (props) => {
|
|
622
772
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
623
|
-
return /* @__PURE__ */ (0,
|
|
624
|
-
/* @__PURE__ */ (0,
|
|
773
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
774
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
625
775
|
"path",
|
|
626
776
|
{
|
|
627
777
|
fillRule: "evenodd",
|
|
@@ -630,7 +780,7 @@ var Filter = (props) => {
|
|
|
630
780
|
fill: color
|
|
631
781
|
}
|
|
632
782
|
),
|
|
633
|
-
/* @__PURE__ */ (0,
|
|
783
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
634
784
|
"path",
|
|
635
785
|
{
|
|
636
786
|
fillRule: "evenodd",
|
|
@@ -639,7 +789,7 @@ var Filter = (props) => {
|
|
|
639
789
|
fill: color
|
|
640
790
|
}
|
|
641
791
|
),
|
|
642
|
-
/* @__PURE__ */ (0,
|
|
792
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
643
793
|
"path",
|
|
644
794
|
{
|
|
645
795
|
fillRule: "evenodd",
|
|
@@ -652,12 +802,60 @@ var Filter = (props) => {
|
|
|
652
802
|
};
|
|
653
803
|
var filter_default = Filter;
|
|
654
804
|
|
|
805
|
+
// src/icons/v2/outline/gps.tsx
|
|
806
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
807
|
+
var Gps = (props) => {
|
|
808
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
809
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
810
|
+
"path",
|
|
811
|
+
{
|
|
812
|
+
fillRule: "evenodd",
|
|
813
|
+
clipRule: "evenodd",
|
|
814
|
+
d: "M11.2546 4.53963V3.25C11.2546 2.83579 11.5904 2.5 12.0046 2.5C12.4189 2.5 12.7546 2.83579 12.7546 3.25V4.53904C16.5758 4.89279 19.6179 7.9339 19.9731 11.7546H21.2592C21.6734 11.7546 22.0092 12.0904 22.0092 12.5046C22.0092 12.9189 21.6734 13.2546 21.2592 13.2546H19.9731C19.6179 17.0754 16.5758 20.1165 12.7546 20.4702V21.7593C12.7546 22.1735 12.4189 22.5093 12.0046 22.5093C11.5904 22.5093 11.2546 22.1735 11.2546 21.7593V20.4696C7.43645 20.1131 4.39755 17.0733 4.04251 13.2546H2.75C2.33579 13.2546 2 12.9189 2 12.5046C2 12.0904 2.33579 11.7546 2.75 11.7546H4.04251C4.39755 7.93602 7.43645 4.89616 11.2546 4.53963ZM12.0078 19.0046C15.5977 19.0046 18.5078 16.0945 18.5078 12.5046C18.5078 8.91479 15.5977 6.00464 12.0078 6.00464C8.41796 6.00464 5.50781 8.91479 5.50781 12.5046C5.50781 16.0945 8.41796 19.0046 12.0078 19.0046ZM16.2578 12.5046C16.2578 14.8518 14.355 16.7546 12.0078 16.7546C9.6606 16.7546 7.75781 14.8518 7.75781 12.5046C7.75781 10.1574 9.6606 8.25464 12.0078 8.25464C14.355 8.25464 16.2578 10.1574 16.2578 12.5046Z",
|
|
815
|
+
fill: color
|
|
816
|
+
}
|
|
817
|
+
) });
|
|
818
|
+
};
|
|
819
|
+
var gps_default = Gps;
|
|
820
|
+
|
|
821
|
+
// src/icons/v2/outline/handphone.tsx
|
|
822
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
823
|
+
var Handphone = (props) => {
|
|
824
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
825
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
826
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
827
|
+
"path",
|
|
828
|
+
{
|
|
829
|
+
d: "M9.92627 5.80112C9.92627 5.44214 10.2173 5.15112 10.5763 5.15112H13.4337C13.7927 5.15112 14.0837 5.44214 14.0837 5.80112C14.0837 6.16011 13.7927 6.45112 13.4337 6.45112H10.5763C10.2173 6.45112 9.92627 6.16011 9.92627 5.80112Z",
|
|
830
|
+
fill: color
|
|
831
|
+
}
|
|
832
|
+
),
|
|
833
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
834
|
+
"path",
|
|
835
|
+
{
|
|
836
|
+
d: "M12.005 20.1746C12.3995 20.1746 12.7194 19.8547 12.7194 19.4602C12.7194 19.0657 12.3995 18.7458 12.005 18.7458C11.6105 18.7458 11.2906 19.0657 11.2906 19.4602C11.2906 19.8547 11.6105 20.1746 12.005 20.1746Z",
|
|
837
|
+
fill: color
|
|
838
|
+
}
|
|
839
|
+
),
|
|
840
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
841
|
+
"path",
|
|
842
|
+
{
|
|
843
|
+
fillRule: "evenodd",
|
|
844
|
+
clipRule: "evenodd",
|
|
845
|
+
d: "M5.63 5.25C5.63 3.73122 6.86122 2.5 8.38 2.5H15.63C17.1488 2.5 18.38 3.73122 18.38 5.25V19.7275C18.38 21.2463 17.1488 22.4775 15.63 22.4775H8.38C6.86122 22.4775 5.63 21.2463 5.63 19.7275V5.25ZM8.38 4C7.68965 4 7.13 4.55964 7.13 5.25V19.7275C7.13 20.4179 7.68965 20.9775 8.38 20.9775H15.63C16.3204 20.9775 16.88 20.4179 16.88 19.7275V5.25C16.88 4.55964 16.3204 4 15.63 4H8.38Z",
|
|
846
|
+
fill: color
|
|
847
|
+
}
|
|
848
|
+
)
|
|
849
|
+
] });
|
|
850
|
+
};
|
|
851
|
+
var handphone_default = Handphone;
|
|
852
|
+
|
|
655
853
|
// src/icons/v2/outline/heart.tsx
|
|
656
|
-
var
|
|
854
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
657
855
|
var Heart = (props) => {
|
|
658
856
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
659
|
-
return /* @__PURE__ */ (0,
|
|
660
|
-
/* @__PURE__ */ (0,
|
|
857
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
661
859
|
"path",
|
|
662
860
|
{
|
|
663
861
|
fillRule: "evenodd",
|
|
@@ -666,18 +864,110 @@ var Heart = (props) => {
|
|
|
666
864
|
fill: color
|
|
667
865
|
}
|
|
668
866
|
) }),
|
|
669
|
-
/* @__PURE__ */ (0,
|
|
867
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
670
868
|
] });
|
|
671
869
|
};
|
|
672
870
|
var heart_default = Heart;
|
|
673
871
|
|
|
872
|
+
// src/icons/v2/outline/home.tsx
|
|
873
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
874
|
+
var Home = (props) => {
|
|
875
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
876
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
877
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
879
|
+
"path",
|
|
880
|
+
{
|
|
881
|
+
fillRule: "evenodd",
|
|
882
|
+
clipRule: "evenodd",
|
|
883
|
+
d: "M4.5 10.9797V20C4.5 20.2761 4.72386 20.5 5 20.5H19C19.2761 20.5 19.5 20.2761 19.5 20V10.9766C19.5 10.8225 19.429 10.6771 19.3075 10.5823L12.3272 5.13939C12.1468 4.99874 11.894 4.99843 11.7132 5.13864L4.69351 10.5846C4.57143 10.6793 4.5 10.8251 4.5 10.9797ZM3 20V10.9797C3 10.3616 3.28574 9.77829 3.77406 9.39944L10.7938 3.95348C11.5167 3.39264 12.528 3.39388 13.2495 3.9565L20.2298 9.39942C20.7158 9.7784 21 10.3603 21 10.9766V20C21 21.1045 20.1046 22 19 22H5C3.89543 22 3 21.1045 3 20Z",
|
|
884
|
+
fill: color
|
|
885
|
+
}
|
|
886
|
+
),
|
|
887
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
888
|
+
"path",
|
|
889
|
+
{
|
|
890
|
+
d: "M11.8961 17.2611C11.9676 17.2611 12.0316 17.2611 12.1038 17.2611C12.1204 17.2187 12.1392 17.1756 12.1542 17.1317C12.4522 16.2495 12.7487 15.3682 13.0467 14.486C13.514 13.1012 13.9813 11.7165 14.4494 10.3317C14.466 10.2831 14.4803 10.2321 14.5051 10.1882C14.5706 10.069 14.6691 10.0016 14.8038 10.0016C15.0409 10.0008 15.2779 10 15.515 10.0016C15.7806 10.0039 15.9431 10.2407 15.8528 10.5011C15.7558 10.7818 15.6504 11.0594 15.5481 11.3377C14.7466 13.5231 13.946 15.7077 13.1438 17.8931C13.1197 17.9597 13.0911 18.0256 13.0535 18.0852C12.9737 18.2114 12.8608 18.2867 12.7141 18.3016C12.672 18.3055 12.6306 18.3103 12.5884 18.3103C12.1986 18.311 11.8088 18.3103 11.419 18.311C11.2941 18.311 11.176 18.2899 11.0714 18.213C10.9705 18.1385 10.9096 18.0366 10.8667 17.9182C10.5898 17.1599 10.3106 16.4017 10.0329 15.6442C9.41207 13.9528 8.792 12.2622 8.17192 10.5716C8.13656 10.4744 8.10344 10.3787 8.1343 10.2705C8.1802 10.1113 8.30136 10.0039 8.46014 10.0024C8.71223 9.99922 8.96432 9.99922 9.21641 10.0024C9.37218 10.0039 9.48431 10.0925 9.54075 10.2564C9.67846 10.6571 9.81316 11.0586 9.94936 11.4601C10.4332 12.8935 10.9178 14.3269 11.4002 15.761C11.5545 16.219 11.702 16.6793 11.8525 17.138C11.8668 17.1787 11.8818 17.2187 11.8961 17.2611Z",
|
|
891
|
+
fill: color
|
|
892
|
+
}
|
|
893
|
+
)
|
|
894
|
+
] }),
|
|
895
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
896
|
+
] });
|
|
897
|
+
};
|
|
898
|
+
var home_default = Home;
|
|
899
|
+
|
|
900
|
+
// src/icons/v2/outline/info.tsx
|
|
901
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
902
|
+
var Info = (props) => {
|
|
903
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
905
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
906
|
+
"path",
|
|
907
|
+
{
|
|
908
|
+
d: "M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z",
|
|
909
|
+
fill: color
|
|
910
|
+
}
|
|
911
|
+
),
|
|
912
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
913
|
+
"path",
|
|
914
|
+
{
|
|
915
|
+
fillRule: "evenodd",
|
|
916
|
+
clipRule: "evenodd",
|
|
917
|
+
d: "M12 10.48C11.58 10.48 11.24 10.82 11.24 11.24V17.24C11.24 17.66 11.58 18 12 18C12.42 18 12.76 17.66 12.76 17.24V11.24C12.76 10.82 12.42 10.48 12 10.48Z",
|
|
918
|
+
fill: color
|
|
919
|
+
}
|
|
920
|
+
),
|
|
921
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
922
|
+
"path",
|
|
923
|
+
{
|
|
924
|
+
fillRule: "evenodd",
|
|
925
|
+
clipRule: "evenodd",
|
|
926
|
+
d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20.5C7.3 20.5 3.5 16.7 3.5 12C3.5 7.3 7.3 3.5 12 3.5C16.7 3.5 20.5 7.3 20.5 12C20.5 16.7 16.7 20.5 12 20.5Z",
|
|
927
|
+
fill: color
|
|
928
|
+
}
|
|
929
|
+
)
|
|
930
|
+
] });
|
|
931
|
+
};
|
|
932
|
+
var info_default = Info;
|
|
933
|
+
|
|
934
|
+
// src/icons/v2/outline/kebab-menu.tsx
|
|
935
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
936
|
+
var KebabMenu = (props) => {
|
|
937
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
938
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
940
|
+
"path",
|
|
941
|
+
{
|
|
942
|
+
d: "M11.6 6.1C11.6 6.98366 10.8836 7.7 9.99999 7.7C9.11634 7.7 8.39999 6.98366 8.39999 6.1C8.39999 5.21634 9.11634 4.5 9.99999 4.5C10.8836 4.5 11.6 5.21634 11.6 6.1Z",
|
|
943
|
+
fill: color
|
|
944
|
+
}
|
|
945
|
+
),
|
|
946
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
947
|
+
"path",
|
|
948
|
+
{
|
|
949
|
+
d: "M11.6 12.5C11.6 13.3837 10.8836 14.1 9.99999 14.1C9.11634 14.1 8.39999 13.3837 8.39999 12.5C8.39999 11.6163 9.11634 10.9 9.99999 10.9C10.8836 10.9 11.6 11.6163 11.6 12.5Z",
|
|
950
|
+
fill: color
|
|
951
|
+
}
|
|
952
|
+
),
|
|
953
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
954
|
+
"path",
|
|
955
|
+
{
|
|
956
|
+
d: "M11.6 18.9C11.6 19.7837 10.8836 20.5 9.99999 20.5C9.11634 20.5 8.39999 19.7837 8.39999 18.9C8.39999 18.0163 9.11634 17.3 9.99999 17.3C10.8836 17.3 11.6 18.0163 11.6 18.9Z",
|
|
957
|
+
fill: color
|
|
958
|
+
}
|
|
959
|
+
)
|
|
960
|
+
] });
|
|
961
|
+
};
|
|
962
|
+
var kebab_menu_default = KebabMenu;
|
|
963
|
+
|
|
674
964
|
// src/icons/v2/outline/logout.tsx
|
|
675
|
-
var
|
|
965
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
676
966
|
var Logout = (props) => {
|
|
677
967
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
678
|
-
return /* @__PURE__ */ (0,
|
|
679
|
-
/* @__PURE__ */ (0,
|
|
680
|
-
/* @__PURE__ */ (0,
|
|
968
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
970
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
681
971
|
"path",
|
|
682
972
|
{
|
|
683
973
|
fillRule: "evenodd",
|
|
@@ -686,7 +976,7 @@ var Logout = (props) => {
|
|
|
686
976
|
fill: color
|
|
687
977
|
}
|
|
688
978
|
),
|
|
689
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
690
980
|
"path",
|
|
691
981
|
{
|
|
692
982
|
fillRule: "evenodd",
|
|
@@ -695,7 +985,7 @@ var Logout = (props) => {
|
|
|
695
985
|
fill: color
|
|
696
986
|
}
|
|
697
987
|
),
|
|
698
|
-
/* @__PURE__ */ (0,
|
|
988
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
699
989
|
"path",
|
|
700
990
|
{
|
|
701
991
|
fillRule: "evenodd",
|
|
@@ -705,18 +995,18 @@ var Logout = (props) => {
|
|
|
705
995
|
}
|
|
706
996
|
)
|
|
707
997
|
] }),
|
|
708
|
-
/* @__PURE__ */ (0,
|
|
998
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
709
999
|
] });
|
|
710
1000
|
};
|
|
711
1001
|
var logout_default = Logout;
|
|
712
1002
|
|
|
713
1003
|
// src/icons/v2/outline/map-marker.tsx
|
|
714
|
-
var
|
|
1004
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
715
1005
|
var MapMarker = (props) => {
|
|
716
1006
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
717
|
-
return /* @__PURE__ */ (0,
|
|
718
|
-
/* @__PURE__ */ (0,
|
|
719
|
-
/* @__PURE__ */ (0,
|
|
1007
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1008
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { clipPath: "url(#map-marker)", children: [
|
|
1009
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
720
1010
|
"path",
|
|
721
1011
|
{
|
|
722
1012
|
fillRule: "evenodd",
|
|
@@ -725,7 +1015,7 @@ var MapMarker = (props) => {
|
|
|
725
1015
|
fill: color
|
|
726
1016
|
}
|
|
727
1017
|
),
|
|
728
|
-
/* @__PURE__ */ (0,
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
729
1019
|
"path",
|
|
730
1020
|
{
|
|
731
1021
|
fillRule: "evenodd",
|
|
@@ -735,17 +1025,17 @@ var MapMarker = (props) => {
|
|
|
735
1025
|
}
|
|
736
1026
|
)
|
|
737
1027
|
] }),
|
|
738
|
-
/* @__PURE__ */ (0,
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
739
1029
|
] });
|
|
740
1030
|
};
|
|
741
1031
|
var map_marker_default = MapMarker;
|
|
742
1032
|
|
|
743
1033
|
// src/icons/v2/outline/minus.tsx
|
|
744
|
-
var
|
|
1034
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
745
1035
|
var Minus = (props) => {
|
|
746
1036
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
747
|
-
return /* @__PURE__ */ (0,
|
|
748
|
-
/* @__PURE__ */ (0,
|
|
1037
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1038
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
749
1039
|
"path",
|
|
750
1040
|
{
|
|
751
1041
|
fillRule: "evenodd",
|
|
@@ -754,16 +1044,16 @@ var Minus = (props) => {
|
|
|
754
1044
|
fill: color
|
|
755
1045
|
}
|
|
756
1046
|
) }),
|
|
757
|
-
/* @__PURE__ */ (0,
|
|
1047
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
758
1048
|
] });
|
|
759
1049
|
};
|
|
760
1050
|
var minus_default = Minus;
|
|
761
1051
|
|
|
762
1052
|
// src/icons/v2/outline/minus-large.tsx
|
|
763
|
-
var
|
|
1053
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
764
1054
|
var MinusLarge = (props) => {
|
|
765
1055
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
766
|
-
return /* @__PURE__ */ (0,
|
|
1056
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
767
1057
|
"path",
|
|
768
1058
|
{
|
|
769
1059
|
fillRule: "evenodd",
|
|
@@ -776,11 +1066,11 @@ var MinusLarge = (props) => {
|
|
|
776
1066
|
var minus_large_default = MinusLarge;
|
|
777
1067
|
|
|
778
1068
|
// src/icons/v2/outline/order-history.tsx
|
|
779
|
-
var
|
|
1069
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
780
1070
|
var OrderHistory = (props) => {
|
|
781
1071
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
782
|
-
return /* @__PURE__ */ (0,
|
|
783
|
-
/* @__PURE__ */ (0,
|
|
1072
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1073
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
784
1074
|
"path",
|
|
785
1075
|
{
|
|
786
1076
|
fillRule: "evenodd",
|
|
@@ -789,7 +1079,7 @@ var OrderHistory = (props) => {
|
|
|
789
1079
|
fill: color
|
|
790
1080
|
}
|
|
791
1081
|
),
|
|
792
|
-
/* @__PURE__ */ (0,
|
|
1082
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
793
1083
|
"path",
|
|
794
1084
|
{
|
|
795
1085
|
fillRule: "evenodd",
|
|
@@ -802,12 +1092,75 @@ var OrderHistory = (props) => {
|
|
|
802
1092
|
};
|
|
803
1093
|
var order_history_default = OrderHistory;
|
|
804
1094
|
|
|
1095
|
+
// src/icons/v2/outline/otp.tsx
|
|
1096
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1097
|
+
var Otp = (props) => {
|
|
1098
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1099
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1100
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1101
|
+
"path",
|
|
1102
|
+
{
|
|
1103
|
+
fillRule: "evenodd",
|
|
1104
|
+
clipRule: "evenodd",
|
|
1105
|
+
d: "M13.42 4.66H10.56C10.2 4.66 9.92 4.96 9.92 5.3C9.92 5.66 10.22 5.94 10.56 5.94H13.42C13.78 5.94 14.06 5.64 14.06 5.3C14.08 4.94 13.78 4.66 13.42 4.66Z",
|
|
1106
|
+
fill: color
|
|
1107
|
+
}
|
|
1108
|
+
),
|
|
1109
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1110
|
+
"path",
|
|
1111
|
+
{
|
|
1112
|
+
fillRule: "evenodd",
|
|
1113
|
+
clipRule: "evenodd",
|
|
1114
|
+
d: "M12 19.68C12.4 19.68 12.72 19.36 12.72 18.96C12.72 18.56 12.4 18.24 12 18.24C11.6 18.24 11.28 18.56 11.28 18.96C11.28 19.36 11.6 19.68 12 19.68Z",
|
|
1115
|
+
fill: color
|
|
1116
|
+
}
|
|
1117
|
+
),
|
|
1118
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1119
|
+
"path",
|
|
1120
|
+
{
|
|
1121
|
+
fillRule: "evenodd",
|
|
1122
|
+
clipRule: "evenodd",
|
|
1123
|
+
d: "M20 7.32H18.38V4.76C18.38 3.24 17.14 2 15.62 2H8.38C6.86 2 5.62 3.24 5.62 4.76V7.34H4C2.9 7.34 2 8.24 2 9.34V14.68C2 15.78 2.9 16.68 4 16.68H5.62V19.24C5.62 20.76 6.86 22 8.38 22H15.62C17.14 22 18.38 20.76 18.38 19.24V16.68H20C21.1 16.68 22 15.78 22 14.68V9.32C22 8.22 21.1 7.32 20 7.32ZM7.12 4.76C7.12 4.06 7.68 3.52 8.36 3.52H15.6C16.3 3.52 16.84 4.08 16.84 4.76V7.34H7.08V4.76H7.12ZM16.88 19.24C16.88 19.94 16.32 20.48 15.64 20.48H8.4C7.7 20.48 7.16 19.92 7.16 19.24V16.68H16.92V19.24H16.88ZM20.7 14.68C20.7 15.06 20.38 15.38 20 15.38H4C3.62 15.38 3.3 15.06 3.3 14.68V9.32C3.3 8.94 3.62 8.62 4 8.62H20C20.38 8.62 20.7 8.94 20.7 9.32V14.68Z",
|
|
1124
|
+
fill: color
|
|
1125
|
+
}
|
|
1126
|
+
),
|
|
1127
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1128
|
+
"path",
|
|
1129
|
+
{
|
|
1130
|
+
fillRule: "evenodd",
|
|
1131
|
+
clipRule: "evenodd",
|
|
1132
|
+
d: "M7.68001 12.22L7.28001 12L7.68001 11.78C7.94001 11.62 8.04001 11.3 7.88001 11.02C7.72001 10.76 7.4 10.66 7.12 10.82L6.72 11.04V10.6C6.72 10.3 6.48 10.04 6.16 10.04C5.84 10.04 5.6 10.28 5.6 10.6V11.06L5.2 10.84C4.94 10.68 4.60001 10.78 4.44001 11.04C4.28001 11.3 4.38001 11.64 4.64001 11.8L5.04001 12.02L4.64001 12.24C4.38001 12.4 4.28001 12.72 4.44001 13C4.60001 13.26 4.92 13.36 5.2 13.2L5.6 12.98V13.4C5.6 13.7 5.84 13.96 6.16 13.96C6.48 13.96 6.72 13.72 6.72 13.4V12.94L7.12 13.16C7.38 13.32 7.72001 13.22 7.88001 12.96C8.04001 12.72 7.94001 12.38 7.68001 12.22Z",
|
|
1133
|
+
fill: color
|
|
1134
|
+
}
|
|
1135
|
+
),
|
|
1136
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1137
|
+
"path",
|
|
1138
|
+
{
|
|
1139
|
+
fillRule: "evenodd",
|
|
1140
|
+
clipRule: "evenodd",
|
|
1141
|
+
d: "M13.7 11.02C13.54 10.76 13.22 10.66 12.94 10.82L12.54 11.04V10.6C12.54 10.3 12.3 10.04 11.98 10.04C11.66 10.04 11.42 10.28 11.42 10.6V11.06L11.02 10.84C10.76 10.68 10.42 10.78 10.26 11.04C10.1 11.3 10.2 11.64 10.46 11.8L10.86 12.02L10.46 12.24C10.2 12.4 10.1 12.72 10.26 13C10.42 13.26 10.74 13.36 11.02 13.2L11.42 12.98V13.4C11.42 13.7 11.66 13.96 11.98 13.96C12.3 13.96 12.54 13.72 12.54 13.4V12.94L12.94 13.16C13.2 13.32 13.54 13.22 13.7 12.96C13.86 12.7 13.76 12.36 13.5 12.2L13.1 11.98L13.5 11.76C13.76 11.62 13.84 11.28 13.7 11.02Z",
|
|
1142
|
+
fill: color
|
|
1143
|
+
}
|
|
1144
|
+
),
|
|
1145
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1146
|
+
"path",
|
|
1147
|
+
{
|
|
1148
|
+
fillRule: "evenodd",
|
|
1149
|
+
clipRule: "evenodd",
|
|
1150
|
+
d: "M19.5 11.02C19.34 10.76 19.02 10.66 18.74 10.82L18.34 11.04V10.58C18.34 10.28 18.1 10.02 17.78 10.02C17.48 10.02 17.22 10.26 17.22 10.58V11.04L16.82 10.82C16.56 10.66 16.22 10.76 16.06 11.02C15.9 11.28 16 11.62 16.26 11.78L16.66 12L16.26 12.22C16 12.38 15.9 12.7 16.06 12.98C16.22 13.24 16.54 13.34 16.82 13.18L17.22 12.96V13.42C17.22 13.72 17.46 13.98 17.78 13.98C18.08 13.98 18.34 13.74 18.34 13.42V12.96L18.74 13.18C19 13.34 19.34 13.24 19.5 12.98C19.66 12.72 19.56 12.38 19.3 12.22L18.9 12L19.3 11.78C19.56 11.62 19.66 11.28 19.5 11.02Z",
|
|
1151
|
+
fill: color
|
|
1152
|
+
}
|
|
1153
|
+
)
|
|
1154
|
+
] });
|
|
1155
|
+
};
|
|
1156
|
+
var otp_default = Otp;
|
|
1157
|
+
|
|
805
1158
|
// src/icons/v2/outline/plus.tsx
|
|
806
|
-
var
|
|
1159
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
807
1160
|
var Plus = (props) => {
|
|
808
1161
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
809
|
-
return /* @__PURE__ */ (0,
|
|
810
|
-
/* @__PURE__ */ (0,
|
|
1162
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1163
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
811
1164
|
"path",
|
|
812
1165
|
{
|
|
813
1166
|
fillRule: "evenodd",
|
|
@@ -816,24 +1169,24 @@ var Plus = (props) => {
|
|
|
816
1169
|
fill: color
|
|
817
1170
|
}
|
|
818
1171
|
) }),
|
|
819
|
-
/* @__PURE__ */ (0,
|
|
1172
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
820
1173
|
] });
|
|
821
1174
|
};
|
|
822
1175
|
var plus_default = Plus;
|
|
823
1176
|
|
|
824
1177
|
// src/icons/v2/outline/plus-large.tsx
|
|
825
|
-
var
|
|
1178
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
826
1179
|
var PlusLarge = (props) => {
|
|
827
1180
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
828
|
-
return /* @__PURE__ */ (0,
|
|
829
|
-
/* @__PURE__ */ (0,
|
|
1181
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1182
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
830
1183
|
"path",
|
|
831
1184
|
{
|
|
832
1185
|
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",
|
|
833
1186
|
fill: color
|
|
834
1187
|
}
|
|
835
1188
|
),
|
|
836
|
-
/* @__PURE__ */ (0,
|
|
1189
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
837
1190
|
"path",
|
|
838
1191
|
{
|
|
839
1192
|
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",
|
|
@@ -844,13 +1197,79 @@ var PlusLarge = (props) => {
|
|
|
844
1197
|
};
|
|
845
1198
|
var plus_large_default = PlusLarge;
|
|
846
1199
|
|
|
1200
|
+
// src/icons/v2/outline/privacy-policy.tsx
|
|
1201
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1202
|
+
var PrivacyPolicy = (props) => {
|
|
1203
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1204
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1205
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1206
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1207
|
+
"path",
|
|
1208
|
+
{
|
|
1209
|
+
fillRule: "evenodd",
|
|
1210
|
+
clipRule: "evenodd",
|
|
1211
|
+
d: "M16.5104 6.19709H7.48549C7.12449 6.19709 6.83818 6.48339 6.83818 6.84439C6.83818 7.20539 7.12449 7.4917 7.48549 7.4917H16.5104C16.8714 7.4917 17.1577 7.20539 17.1577 6.84439C17.1577 6.48339 16.8714 6.19709 16.5104 6.19709Z",
|
|
1212
|
+
fill: color
|
|
1213
|
+
}
|
|
1214
|
+
),
|
|
1215
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1216
|
+
"path",
|
|
1217
|
+
{
|
|
1218
|
+
fillRule: "evenodd",
|
|
1219
|
+
clipRule: "evenodd",
|
|
1220
|
+
d: "M17.1577 9.84441C17.1577 9.48341 16.8714 9.1971 16.5104 9.1971H7.48549C7.12449 9.1971 6.83818 9.48341 6.83818 9.84441C6.83818 10.2054 7.12449 10.4917 7.48549 10.4917H16.5104C16.8714 10.4917 17.1577 10.2054 17.1577 9.84441Z",
|
|
1221
|
+
fill: color
|
|
1222
|
+
}
|
|
1223
|
+
),
|
|
1224
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1225
|
+
"path",
|
|
1226
|
+
{
|
|
1227
|
+
fillRule: "evenodd",
|
|
1228
|
+
clipRule: "evenodd",
|
|
1229
|
+
d: "M7.48549 12.1971C7.12449 12.1971 6.83818 12.4834 6.83818 12.8444C6.83818 13.2054 7.12449 13.4917 7.48549 13.4917H12.0042C12.3652 13.4917 12.6515 13.2054 12.6515 12.8444C12.6515 12.4834 12.3652 12.1971 12.0042 12.1971H7.48549Z",
|
|
1230
|
+
fill: color
|
|
1231
|
+
}
|
|
1232
|
+
),
|
|
1233
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1234
|
+
"path",
|
|
1235
|
+
{
|
|
1236
|
+
fillRule: "evenodd",
|
|
1237
|
+
clipRule: "evenodd",
|
|
1238
|
+
d: "M18.6141 22.1058C18.2282 22.2676 17.917 22.3797 17.7427 22.4295C18.0539 22.3672 18.3527 22.2552 18.6141 22.1058Z",
|
|
1239
|
+
fill: color
|
|
1240
|
+
}
|
|
1241
|
+
),
|
|
1242
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1243
|
+
"path",
|
|
1244
|
+
{
|
|
1245
|
+
fillRule: "evenodd",
|
|
1246
|
+
clipRule: "evenodd",
|
|
1247
|
+
d: "M21.3278 13.8154L17.8299 12.6079C17.6183 12.5332 17.3942 12.5332 17.1826 12.6079L13.6846 13.8154C13.2863 13.9523 13.0125 14.3382 13.0125 14.7614V17.5C13.0125 19.1929 13.834 20.3506 14.7676 21.1224C14.7054 21.0726 14.6556 21.0228 14.5934 20.973H6.75104C6.06639 20.973 5.50623 20.4129 5.50623 19.7282V5.25104C5.50623 4.56639 6.06639 4.00623 6.75104 4.00623H17.2448C17.9419 4.00623 18.4896 4.56639 18.4896 5.25104V12.832L19.9959 13.3548V5.25104C19.9959 3.73237 18.7635 2.5 17.2448 2.5H6.75104C5.23237 2.5 4 3.73237 4 5.25104V19.7282C4 21.2469 5.23237 22.4793 6.75104 22.4793H17.2448C17.2946 22.4793 17.3569 22.4793 17.4066 22.4793H17.4191C17.4813 22.4917 17.5436 22.4917 17.5934 22.4793C17.6432 22.4668 22 21.4087 22 17.5V14.7614C22 14.3257 21.7261 13.9523 21.3278 13.8154ZM17.2324 22.417C17.2448 22.417 17.2573 22.417 17.2573 22.4295C17.2573 22.4295 17.2448 22.4295 17.2324 22.417ZM14.7925 21.1473C14.8548 21.1971 14.9046 21.2469 14.9668 21.2842C14.917 21.2469 14.8548 21.1971 14.7925 21.1473ZM15.6017 21.7075C15.6639 21.7448 15.7261 21.7822 15.7884 21.8195C15.7386 21.7822 15.6764 21.7448 15.6017 21.7075ZM16.3734 22.0934C16.61 22.1929 16.8216 22.2801 16.9834 22.3423C16.8216 22.2801 16.61 22.2054 16.3734 22.0934ZM17.1203 22.3797C17.1452 22.3921 17.1701 22.3921 17.195 22.4046C17.1701 22.4046 17.1452 22.3921 17.1203 22.3797ZM20.7054 17.5C20.7054 18.8817 19.9585 19.7656 19.0747 20.3755C18.6266 20.6867 18.1784 20.8983 17.8299 21.0353C17.7054 21.0851 17.5934 21.1224 17.5062 21.1473C17.4191 21.1224 17.3071 21.0851 17.1826 21.0353C16.834 20.8983 16.3734 20.6867 15.9378 20.3755C15.0539 19.7656 14.3071 18.8817 14.3071 17.5V14.973L17.5062 13.8651L20.7054 14.973V17.5Z",
|
|
1248
|
+
fill: color
|
|
1249
|
+
}
|
|
1250
|
+
),
|
|
1251
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1252
|
+
"path",
|
|
1253
|
+
{
|
|
1254
|
+
fillRule: "evenodd",
|
|
1255
|
+
clipRule: "evenodd",
|
|
1256
|
+
d: "M16.4606 16.7656C16.2116 16.5166 15.7884 16.5166 15.5394 16.7656C15.2905 17.0145 15.2905 17.4378 15.5394 17.6867L16.7967 18.944C17.0456 19.1929 17.4564 19.1929 17.7178 18.944L19.722 16.9398C19.9709 16.6909 19.9709 16.2676 19.722 16.0187C19.473 15.7697 19.0622 15.7697 18.8008 16.0187L17.2573 17.5622L16.4606 16.7656Z",
|
|
1257
|
+
fill: color
|
|
1258
|
+
}
|
|
1259
|
+
)
|
|
1260
|
+
] }),
|
|
1261
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1262
|
+
] });
|
|
1263
|
+
};
|
|
1264
|
+
var privacy_policy_default = PrivacyPolicy;
|
|
1265
|
+
|
|
847
1266
|
// src/icons/v2/outline/profile.tsx
|
|
848
|
-
var
|
|
1267
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
849
1268
|
var Profile = (props) => {
|
|
850
1269
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
851
|
-
return /* @__PURE__ */ (0,
|
|
852
|
-
/* @__PURE__ */ (0,
|
|
853
|
-
/* @__PURE__ */ (0,
|
|
1270
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1271
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
854
1273
|
"path",
|
|
855
1274
|
{
|
|
856
1275
|
fillRule: "evenodd",
|
|
@@ -859,7 +1278,7 @@ var Profile = (props) => {
|
|
|
859
1278
|
fill: color
|
|
860
1279
|
}
|
|
861
1280
|
),
|
|
862
|
-
/* @__PURE__ */ (0,
|
|
1281
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
863
1282
|
"path",
|
|
864
1283
|
{
|
|
865
1284
|
fillRule: "evenodd",
|
|
@@ -869,17 +1288,17 @@ var Profile = (props) => {
|
|
|
869
1288
|
}
|
|
870
1289
|
)
|
|
871
1290
|
] }),
|
|
872
|
-
/* @__PURE__ */ (0,
|
|
1291
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
873
1292
|
] });
|
|
874
1293
|
};
|
|
875
1294
|
var profile_default = Profile;
|
|
876
1295
|
|
|
877
1296
|
// src/icons/v2/outline/qr-code.tsx
|
|
878
|
-
var
|
|
1297
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
879
1298
|
var QRCode = (props) => {
|
|
880
1299
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
881
|
-
return /* @__PURE__ */ (0,
|
|
882
|
-
/* @__PURE__ */ (0,
|
|
1300
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1301
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
883
1302
|
"path",
|
|
884
1303
|
{
|
|
885
1304
|
fillRule: "evenodd",
|
|
@@ -888,7 +1307,7 @@ var QRCode = (props) => {
|
|
|
888
1307
|
fill: color
|
|
889
1308
|
}
|
|
890
1309
|
),
|
|
891
|
-
/* @__PURE__ */ (0,
|
|
1310
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
892
1311
|
"path",
|
|
893
1312
|
{
|
|
894
1313
|
fillRule: "evenodd",
|
|
@@ -897,7 +1316,7 @@ var QRCode = (props) => {
|
|
|
897
1316
|
fill: color
|
|
898
1317
|
}
|
|
899
1318
|
),
|
|
900
|
-
/* @__PURE__ */ (0,
|
|
1319
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
901
1320
|
"path",
|
|
902
1321
|
{
|
|
903
1322
|
fillRule: "evenodd",
|
|
@@ -906,7 +1325,7 @@ var QRCode = (props) => {
|
|
|
906
1325
|
fill: color
|
|
907
1326
|
}
|
|
908
1327
|
),
|
|
909
|
-
/* @__PURE__ */ (0,
|
|
1328
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
910
1329
|
"path",
|
|
911
1330
|
{
|
|
912
1331
|
fillRule: "evenodd",
|
|
@@ -915,7 +1334,7 @@ var QRCode = (props) => {
|
|
|
915
1334
|
fill: color
|
|
916
1335
|
}
|
|
917
1336
|
),
|
|
918
|
-
/* @__PURE__ */ (0,
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
919
1338
|
"path",
|
|
920
1339
|
{
|
|
921
1340
|
fillRule: "evenodd",
|
|
@@ -924,7 +1343,7 @@ var QRCode = (props) => {
|
|
|
924
1343
|
fill: color
|
|
925
1344
|
}
|
|
926
1345
|
),
|
|
927
|
-
/* @__PURE__ */ (0,
|
|
1346
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
928
1347
|
"path",
|
|
929
1348
|
{
|
|
930
1349
|
fillRule: "evenodd",
|
|
@@ -933,7 +1352,7 @@ var QRCode = (props) => {
|
|
|
933
1352
|
fill: color
|
|
934
1353
|
}
|
|
935
1354
|
),
|
|
936
|
-
/* @__PURE__ */ (0,
|
|
1355
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
937
1356
|
"path",
|
|
938
1357
|
{
|
|
939
1358
|
fillRule: "evenodd",
|
|
@@ -942,7 +1361,7 @@ var QRCode = (props) => {
|
|
|
942
1361
|
fill: color
|
|
943
1362
|
}
|
|
944
1363
|
),
|
|
945
|
-
/* @__PURE__ */ (0,
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
946
1365
|
"path",
|
|
947
1366
|
{
|
|
948
1367
|
fillRule: "evenodd",
|
|
@@ -951,7 +1370,7 @@ var QRCode = (props) => {
|
|
|
951
1370
|
fill: color
|
|
952
1371
|
}
|
|
953
1372
|
),
|
|
954
|
-
/* @__PURE__ */ (0,
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
955
1374
|
"path",
|
|
956
1375
|
{
|
|
957
1376
|
fillRule: "evenodd",
|
|
@@ -960,7 +1379,7 @@ var QRCode = (props) => {
|
|
|
960
1379
|
fill: color
|
|
961
1380
|
}
|
|
962
1381
|
),
|
|
963
|
-
/* @__PURE__ */ (0,
|
|
1382
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
964
1383
|
"path",
|
|
965
1384
|
{
|
|
966
1385
|
fillRule: "evenodd",
|
|
@@ -974,11 +1393,11 @@ var QRCode = (props) => {
|
|
|
974
1393
|
var qr_code_default = QRCode;
|
|
975
1394
|
|
|
976
1395
|
// src/icons/v2/outline/search.tsx
|
|
977
|
-
var
|
|
1396
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
978
1397
|
var Search = (props) => {
|
|
979
1398
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
980
|
-
return /* @__PURE__ */ (0,
|
|
981
|
-
/* @__PURE__ */ (0,
|
|
1399
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1400
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
982
1401
|
"path",
|
|
983
1402
|
{
|
|
984
1403
|
fillRule: "evenodd",
|
|
@@ -987,7 +1406,7 @@ var Search = (props) => {
|
|
|
987
1406
|
fill: color
|
|
988
1407
|
}
|
|
989
1408
|
),
|
|
990
|
-
/* @__PURE__ */ (0,
|
|
1409
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
991
1410
|
"path",
|
|
992
1411
|
{
|
|
993
1412
|
fillRule: "evenodd",
|
|
@@ -1000,12 +1419,26 @@ var Search = (props) => {
|
|
|
1000
1419
|
};
|
|
1001
1420
|
var search_default = Search;
|
|
1002
1421
|
|
|
1422
|
+
// src/icons/v2/outline/setting.tsx
|
|
1423
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1424
|
+
var Setting = (props) => {
|
|
1425
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1426
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1427
|
+
"path",
|
|
1428
|
+
{
|
|
1429
|
+
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",
|
|
1430
|
+
fill: color
|
|
1431
|
+
}
|
|
1432
|
+
) });
|
|
1433
|
+
};
|
|
1434
|
+
var setting_default = Setting;
|
|
1435
|
+
|
|
1003
1436
|
// src/icons/v2/outline/share.tsx
|
|
1004
|
-
var
|
|
1437
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1005
1438
|
var Bag2 = (props) => {
|
|
1006
1439
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1007
|
-
return /* @__PURE__ */ (0,
|
|
1008
|
-
/* @__PURE__ */ (0,
|
|
1440
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1009
1442
|
"path",
|
|
1010
1443
|
{
|
|
1011
1444
|
fillRule: "evenodd",
|
|
@@ -1014,7 +1447,7 @@ var Bag2 = (props) => {
|
|
|
1014
1447
|
fill: color
|
|
1015
1448
|
}
|
|
1016
1449
|
),
|
|
1017
|
-
/* @__PURE__ */ (0,
|
|
1450
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1018
1451
|
"path",
|
|
1019
1452
|
{
|
|
1020
1453
|
fillRule: "evenodd",
|
|
@@ -1023,7 +1456,7 @@ var Bag2 = (props) => {
|
|
|
1023
1456
|
fill: color
|
|
1024
1457
|
}
|
|
1025
1458
|
),
|
|
1026
|
-
/* @__PURE__ */ (0,
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1027
1460
|
"path",
|
|
1028
1461
|
{
|
|
1029
1462
|
fillRule: "evenodd",
|
|
@@ -1037,11 +1470,11 @@ var Bag2 = (props) => {
|
|
|
1037
1470
|
var share_default = Bag2;
|
|
1038
1471
|
|
|
1039
1472
|
// src/icons/v2/outline/sort.tsx
|
|
1040
|
-
var
|
|
1473
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1041
1474
|
var Sort = (props) => {
|
|
1042
1475
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1043
|
-
return /* @__PURE__ */ (0,
|
|
1044
|
-
/* @__PURE__ */ (0,
|
|
1476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1477
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1045
1478
|
"path",
|
|
1046
1479
|
{
|
|
1047
1480
|
fillRule: "evenodd",
|
|
@@ -1050,7 +1483,7 @@ var Sort = (props) => {
|
|
|
1050
1483
|
fill: color
|
|
1051
1484
|
}
|
|
1052
1485
|
),
|
|
1053
|
-
/* @__PURE__ */ (0,
|
|
1486
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1054
1487
|
"path",
|
|
1055
1488
|
{
|
|
1056
1489
|
fillRule: "evenodd",
|
|
@@ -1064,25 +1497,25 @@ var Sort = (props) => {
|
|
|
1064
1497
|
var sort_default = Sort;
|
|
1065
1498
|
|
|
1066
1499
|
// src/icons/v2/outline/store-complete.tsx
|
|
1067
|
-
var
|
|
1500
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1068
1501
|
var StoreComplete = (props) => {
|
|
1069
1502
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1070
|
-
return /* @__PURE__ */ (0,
|
|
1071
|
-
/* @__PURE__ */ (0,
|
|
1503
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1504
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1072
1505
|
"path",
|
|
1073
1506
|
{
|
|
1074
1507
|
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",
|
|
1075
1508
|
fill: color
|
|
1076
1509
|
}
|
|
1077
1510
|
),
|
|
1078
|
-
/* @__PURE__ */ (0,
|
|
1511
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1079
1512
|
"path",
|
|
1080
1513
|
{
|
|
1081
1514
|
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",
|
|
1082
1515
|
fill: color
|
|
1083
1516
|
}
|
|
1084
1517
|
),
|
|
1085
|
-
/* @__PURE__ */ (0,
|
|
1518
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1086
1519
|
"path",
|
|
1087
1520
|
{
|
|
1088
1521
|
fillRule: "evenodd",
|
|
@@ -1095,12 +1528,78 @@ var StoreComplete = (props) => {
|
|
|
1095
1528
|
};
|
|
1096
1529
|
var store_complete_default = StoreComplete;
|
|
1097
1530
|
|
|
1531
|
+
// src/icons/v2/outline/term-conditions.tsx
|
|
1532
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1533
|
+
var TermConditions = (props) => {
|
|
1534
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1537
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1538
|
+
"path",
|
|
1539
|
+
{
|
|
1540
|
+
fillRule: "evenodd",
|
|
1541
|
+
clipRule: "evenodd",
|
|
1542
|
+
d: "M19.709 13.3548C19.7713 13.3921 19.8335 13.4419 19.8957 13.4792V5.25104C19.8957 3.73236 18.6634 2.5 17.1447 2.5H6.65095C5.13228 2.5 3.8999 3.73236 3.8999 5.25104V19.7282C3.8999 21.2469 5.13228 22.4792 6.65095 22.4792H16.485C16.4725 22.4792 16.4476 22.4792 16.4352 22.4792C16.5846 22.4917 16.7464 22.5041 16.8958 22.5041C19.6592 22.5041 21.8999 20.2635 21.8999 17.5C21.8999 15.7697 21.0285 14.251 19.709 13.3548ZM19.6343 13.305C19.597 13.2801 19.5472 13.2552 19.5099 13.2303C19.5597 13.2552 19.597 13.2801 19.6343 13.305ZM19.4352 13.1805C19.3978 13.1556 19.3605 13.1307 19.3231 13.1182C19.3605 13.1431 19.3978 13.1556 19.4352 13.1805ZM19.236 13.0685C19.1987 13.0436 19.1613 13.0311 19.1115 13.0062C19.1489 13.0311 19.1987 13.0436 19.236 13.0685ZM6.65095 20.973C5.9663 20.973 5.40614 20.4128 5.40614 19.7282V5.25104C5.40614 4.56639 5.9663 4.00622 6.65095 4.00622H17.1447C17.8418 4.00622 18.3895 4.56639 18.3895 5.25104V12.7199C18.4642 12.7448 18.5389 12.7697 18.6011 12.7946C18.0659 12.5954 17.4933 12.4958 16.8958 12.4958C14.1323 12.4958 11.8916 14.7365 11.8916 17.5C11.8916 18.8693 12.4393 20.1141 13.3356 21.0104C13.3231 20.9979 13.3107 20.9855 13.3107 20.9855H6.65095V20.973ZM19.0244 12.9689C18.987 12.944 18.9372 12.9315 18.8999 12.9066C18.9497 12.9315 18.987 12.944 19.0244 12.9689ZM18.8252 12.8693C18.7754 12.8444 18.7256 12.8319 18.6759 12.807C18.7256 12.8319 18.7754 12.8568 18.8252 12.8693ZM16.1862 22.4419C16.236 22.4543 16.2733 22.4543 16.3231 22.4543C16.2858 22.4543 16.236 22.4419 16.1862 22.4419ZM13.4103 21.0726C13.4476 21.1099 13.4725 21.1348 13.5099 21.1597C13.4725 21.1348 13.4352 21.0975 13.4103 21.0726ZM13.5845 21.2344C13.6219 21.2593 13.6468 21.2967 13.6841 21.3216C13.6468 21.2842 13.6094 21.2593 13.5845 21.2344ZM13.7588 21.3838C13.7962 21.4087 13.8335 21.4336 13.8584 21.4709C13.8211 21.4336 13.7962 21.4087 13.7588 21.3838ZM13.9456 21.5207C13.9829 21.5456 14.0202 21.5705 14.0576 21.5954C14.0078 21.5705 13.9705 21.5456 13.9456 21.5207ZM14.7298 22.0062C14.8045 22.0436 14.8667 22.0685 14.9414 22.1058C14.8792 22.0685 14.8045 22.0311 14.7298 22.0062ZM14.9912 22.1182C15.0534 22.1431 15.1032 22.168 15.1655 22.1929C15.1032 22.1556 15.0534 22.1431 14.9912 22.1182ZM15.2402 22.2054C15.2899 22.2178 15.3397 22.2427 15.3895 22.2552C15.3397 22.2427 15.2899 22.2303 15.2402 22.2054ZM15.4767 22.2801C15.5265 22.2925 15.5638 22.305 15.6136 22.3174C15.5763 22.3174 15.5265 22.305 15.4767 22.2801ZM15.7132 22.3548C15.763 22.3672 15.8003 22.3797 15.8501 22.3921C15.8003 22.3672 15.763 22.3548 15.7132 22.3548ZM15.9497 22.4045C15.9995 22.417 16.0368 22.417 16.0866 22.4294C16.0368 22.417 15.9995 22.4045 15.9497 22.4045ZM16.8958 21.1971C14.8543 21.1971 13.1987 19.5415 13.1987 17.5C13.1987 15.4585 14.8543 13.8029 16.8958 13.8029C18.9373 13.8029 20.5928 15.4585 20.5928 17.5C20.6053 19.529 18.9373 21.1971 16.8958 21.1971Z",
|
|
1543
|
+
fill: color
|
|
1544
|
+
}
|
|
1545
|
+
),
|
|
1546
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1547
|
+
"path",
|
|
1548
|
+
{
|
|
1549
|
+
fillRule: "evenodd",
|
|
1550
|
+
clipRule: "evenodd",
|
|
1551
|
+
d: "M16.8957 14.6618C16.4849 14.6618 16.1488 14.9979 16.1488 15.4087C16.1488 15.8195 16.4849 16.1556 16.8957 16.1556C17.3065 16.1556 17.6426 15.8195 17.6426 15.4087C17.6426 14.9979 17.3065 14.6618 16.8957 14.6618Z",
|
|
1552
|
+
fill: color
|
|
1553
|
+
}
|
|
1554
|
+
),
|
|
1555
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1556
|
+
"path",
|
|
1557
|
+
{
|
|
1558
|
+
fillRule: "evenodd",
|
|
1559
|
+
clipRule: "evenodd",
|
|
1560
|
+
d: "M16.8958 16.5041C16.5348 16.5041 16.2485 16.7904 16.2485 17.1514V19.9025C16.2485 20.2635 16.5348 20.5498 16.8958 20.5498C17.2568 20.5498 17.5431 20.2635 17.5431 19.9025V17.1514C17.5431 16.8029 17.2568 16.5041 16.8958 16.5041Z",
|
|
1561
|
+
fill: color
|
|
1562
|
+
}
|
|
1563
|
+
),
|
|
1564
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1565
|
+
"path",
|
|
1566
|
+
{
|
|
1567
|
+
fillRule: "evenodd",
|
|
1568
|
+
clipRule: "evenodd",
|
|
1569
|
+
d: "M7.38542 7.4917H16.4103C16.7713 7.4917 17.0576 7.20539 17.0576 6.8444C17.0576 6.4834 16.7713 6.19709 16.4103 6.19709H7.38542C7.02442 6.19709 6.73812 6.4834 6.73812 6.8444C6.72567 7.20539 7.02442 7.4917 7.38542 7.4917Z",
|
|
1570
|
+
fill: color
|
|
1571
|
+
}
|
|
1572
|
+
),
|
|
1573
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1574
|
+
"path",
|
|
1575
|
+
{
|
|
1576
|
+
fillRule: "evenodd",
|
|
1577
|
+
clipRule: "evenodd",
|
|
1578
|
+
d: "M7.38542 10.4917H16.4103C16.7713 10.4917 17.0576 10.2054 17.0576 9.84439C17.0576 9.4834 16.7713 9.19709 16.4103 9.19709H7.38542C7.02442 9.19709 6.73812 9.4834 6.73812 9.84439C6.72567 10.2054 7.02442 10.4917 7.38542 10.4917Z",
|
|
1579
|
+
fill: color
|
|
1580
|
+
}
|
|
1581
|
+
),
|
|
1582
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1583
|
+
"path",
|
|
1584
|
+
{
|
|
1585
|
+
fillRule: "evenodd",
|
|
1586
|
+
clipRule: "evenodd",
|
|
1587
|
+
d: "M12.5389 12.8444C12.5389 12.4834 12.2526 12.1971 11.8916 12.1971H7.37295C7.01195 12.1971 6.72565 12.4834 6.72565 12.8444C6.72565 13.2054 7.01195 13.4917 7.37295 13.4917H11.8916C12.2526 13.4917 12.5389 13.2054 12.5389 12.8444Z",
|
|
1588
|
+
fill: color
|
|
1589
|
+
}
|
|
1590
|
+
)
|
|
1591
|
+
] }),
|
|
1592
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1593
|
+
] });
|
|
1594
|
+
};
|
|
1595
|
+
var term_conditions_default = TermConditions;
|
|
1596
|
+
|
|
1098
1597
|
// src/icons/v2/outline/truck.tsx
|
|
1099
|
-
var
|
|
1598
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1100
1599
|
var Truck = (props) => {
|
|
1101
1600
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1102
|
-
return /* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1601
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1602
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1104
1603
|
"path",
|
|
1105
1604
|
{
|
|
1106
1605
|
fillRule: "evenodd",
|
|
@@ -1109,19 +1608,19 @@ var Truck = (props) => {
|
|
|
1109
1608
|
fill: color
|
|
1110
1609
|
}
|
|
1111
1610
|
) }),
|
|
1112
|
-
/* @__PURE__ */ (0,
|
|
1611
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1113
1612
|
] });
|
|
1114
1613
|
};
|
|
1115
1614
|
var truck_default = Truck;
|
|
1116
1615
|
|
|
1117
1616
|
// src/icons/v2/solid/direction.tsx
|
|
1118
|
-
var
|
|
1617
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1119
1618
|
var Direction = (props) => {
|
|
1120
1619
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1121
|
-
return /* @__PURE__ */ (0,
|
|
1122
|
-
/* @__PURE__ */ (0,
|
|
1123
|
-
/* @__PURE__ */ (0,
|
|
1124
|
-
/* @__PURE__ */ (0,
|
|
1620
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1621
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
1622
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
1623
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1125
1624
|
"path",
|
|
1126
1625
|
{
|
|
1127
1626
|
fillRule: "evenodd",
|
|
@@ -1131,16 +1630,16 @@ var Direction = (props) => {
|
|
|
1131
1630
|
}
|
|
1132
1631
|
)
|
|
1133
1632
|
] }),
|
|
1134
|
-
/* @__PURE__ */ (0,
|
|
1633
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1135
1634
|
] });
|
|
1136
1635
|
};
|
|
1137
1636
|
var direction_default = Direction;
|
|
1138
1637
|
|
|
1139
1638
|
// src/icons/v2/solid/hand.tsx
|
|
1140
|
-
var
|
|
1639
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1141
1640
|
var Hand = (props) => {
|
|
1142
1641
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1143
|
-
return /* @__PURE__ */ (0,
|
|
1642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1144
1643
|
"path",
|
|
1145
1644
|
{
|
|
1146
1645
|
id: "Vector 650",
|
|
@@ -1151,12 +1650,35 @@ var Hand = (props) => {
|
|
|
1151
1650
|
};
|
|
1152
1651
|
var hand_default = Hand;
|
|
1153
1652
|
|
|
1653
|
+
// src/icons/v2/solid/map-marker-solid.tsx
|
|
1654
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1655
|
+
var MapMarkerSolid = (props) => {
|
|
1656
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1657
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1659
|
+
"path",
|
|
1660
|
+
{
|
|
1661
|
+
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",
|
|
1662
|
+
fill: color
|
|
1663
|
+
}
|
|
1664
|
+
),
|
|
1665
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1666
|
+
"path",
|
|
1667
|
+
{
|
|
1668
|
+
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",
|
|
1669
|
+
fill: color
|
|
1670
|
+
}
|
|
1671
|
+
)
|
|
1672
|
+
] });
|
|
1673
|
+
};
|
|
1674
|
+
var map_marker_solid_default = MapMarkerSolid;
|
|
1675
|
+
|
|
1154
1676
|
// src/icons/v2/solid/trend-up.tsx
|
|
1155
|
-
var
|
|
1677
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1156
1678
|
var TrendUp = (props) => {
|
|
1157
1679
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1158
|
-
return /* @__PURE__ */ (0,
|
|
1159
|
-
/* @__PURE__ */ (0,
|
|
1680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("g", { id: "Vector", children: [
|
|
1681
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1160
1682
|
"path",
|
|
1161
1683
|
{
|
|
1162
1684
|
fillRule: "evenodd",
|
|
@@ -1165,14 +1687,14 @@ var TrendUp = (props) => {
|
|
|
1165
1687
|
fill: color
|
|
1166
1688
|
}
|
|
1167
1689
|
),
|
|
1168
|
-
/* @__PURE__ */ (0,
|
|
1690
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1169
1691
|
"path",
|
|
1170
1692
|
{
|
|
1171
1693
|
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",
|
|
1172
1694
|
fill: color
|
|
1173
1695
|
}
|
|
1174
1696
|
),
|
|
1175
|
-
/* @__PURE__ */ (0,
|
|
1697
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1176
1698
|
"path",
|
|
1177
1699
|
{
|
|
1178
1700
|
fillRule: "evenodd",
|
|
@@ -1186,10 +1708,10 @@ var TrendUp = (props) => {
|
|
|
1186
1708
|
var trend_up_default = TrendUp;
|
|
1187
1709
|
|
|
1188
1710
|
// src/icons/v2/solid/voucher.tsx
|
|
1189
|
-
var
|
|
1711
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1190
1712
|
var Voucher = (props) => {
|
|
1191
1713
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1192
|
-
return /* @__PURE__ */ (0,
|
|
1714
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1193
1715
|
"path",
|
|
1194
1716
|
{
|
|
1195
1717
|
fillRule: "evenodd",
|
|
@@ -1202,10 +1724,10 @@ var Voucher = (props) => {
|
|
|
1202
1724
|
var voucher_default = Voucher;
|
|
1203
1725
|
|
|
1204
1726
|
// src/icons/v2/solid/wallet.tsx
|
|
1205
|
-
var
|
|
1727
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1206
1728
|
var Wallet = (props) => {
|
|
1207
1729
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1208
|
-
return /* @__PURE__ */ (0,
|
|
1730
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1209
1731
|
"path",
|
|
1210
1732
|
{
|
|
1211
1733
|
id: "Subtract",
|
|
@@ -1226,6 +1748,8 @@ var wallet_default = Wallet;
|
|
|
1226
1748
|
Bag,
|
|
1227
1749
|
Calendar,
|
|
1228
1750
|
CalendarEvent,
|
|
1751
|
+
Category,
|
|
1752
|
+
ChatCs,
|
|
1229
1753
|
Check,
|
|
1230
1754
|
CheckLarge,
|
|
1231
1755
|
ChevronDown,
|
|
@@ -1239,25 +1763,38 @@ var wallet_default = Wallet;
|
|
|
1239
1763
|
Close,
|
|
1240
1764
|
CloseLarge,
|
|
1241
1765
|
ContactBook,
|
|
1766
|
+
Delivered,
|
|
1242
1767
|
Direction,
|
|
1768
|
+
Edit,
|
|
1769
|
+
Enveloped,
|
|
1243
1770
|
EyeClose,
|
|
1244
1771
|
EyeOpen,
|
|
1245
1772
|
Filter,
|
|
1773
|
+
Gps,
|
|
1246
1774
|
Hand,
|
|
1775
|
+
Handphone,
|
|
1247
1776
|
Heart,
|
|
1777
|
+
Home,
|
|
1778
|
+
Info,
|
|
1779
|
+
KebabMenu,
|
|
1248
1780
|
Logout,
|
|
1249
1781
|
MapMarker,
|
|
1782
|
+
MapMarkerSolid,
|
|
1250
1783
|
Minus,
|
|
1251
1784
|
MinusLarge,
|
|
1252
1785
|
OrderHistory,
|
|
1786
|
+
Otp,
|
|
1253
1787
|
Plus,
|
|
1254
1788
|
PlusLarge,
|
|
1789
|
+
PrivacyPolicy,
|
|
1255
1790
|
Profile,
|
|
1256
1791
|
QRCode,
|
|
1257
1792
|
Search,
|
|
1793
|
+
Setting,
|
|
1258
1794
|
Share,
|
|
1259
1795
|
Sort,
|
|
1260
1796
|
StoreComplete,
|
|
1797
|
+
TermConditions,
|
|
1261
1798
|
TrendUp,
|
|
1262
1799
|
Truck,
|
|
1263
1800
|
Voucher,
|