@ctlyst.id/icons 2.8.11 → 2.8.13
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 +13 -1
- package/dist/v2.d.ts +13 -1
- package/dist/v2.js +568 -394
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +515 -347
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.js
CHANGED
|
@@ -26,6 +26,7 @@ __export(v2_exports, {
|
|
|
26
26
|
ArrowLeftLarge: () => arrow_left_large_default,
|
|
27
27
|
ArrowRight: () => arrow_right_default,
|
|
28
28
|
ArrowRightLarge: () => arrow_right_large_default,
|
|
29
|
+
ArrowRightRounded: () => arrow_right_rounded_default,
|
|
29
30
|
Bag: () => bag_default,
|
|
30
31
|
BagSolid: () => bag_solid_default,
|
|
31
32
|
BankTransfer: () => bank_transfer_default,
|
|
@@ -80,6 +81,7 @@ __export(v2_exports, {
|
|
|
80
81
|
MapMarkerSolid: () => map_marker_solid_default,
|
|
81
82
|
Minus: () => minus_default,
|
|
82
83
|
MinusLarge: () => minus_large_default,
|
|
84
|
+
MinusRounded: () => minus_rounded_default,
|
|
83
85
|
NoGps: () => no_gps_default,
|
|
84
86
|
Note: () => note_default,
|
|
85
87
|
OrderHistory: () => order_history_default,
|
|
@@ -90,14 +92,18 @@ __export(v2_exports, {
|
|
|
90
92
|
PrivacyPolicy: () => privacy_policy_default,
|
|
91
93
|
Profile: () => profile_default,
|
|
92
94
|
ProfileSolid: () => profile_solid_default,
|
|
95
|
+
PurchaseHistory: () => purchase_history_default,
|
|
93
96
|
QRCode: () => qr_code_default,
|
|
94
97
|
QRCodeBase: () => qr_code_base_default,
|
|
98
|
+
RedeemPointSolid: () => redeem_point_solid_default,
|
|
95
99
|
Search: () => search_default,
|
|
96
100
|
SearchSolid: () => search_solid_default,
|
|
97
101
|
Setting: () => setting_default,
|
|
98
102
|
SettingSolid: () => setting_solid_default,
|
|
99
103
|
Share: () => share_default,
|
|
104
|
+
SizeChartRounded: () => size_chart_rounded_default,
|
|
100
105
|
Sort: () => sort_default,
|
|
106
|
+
StarSolidRounded: () => start_solid_rounded_default,
|
|
101
107
|
StoreComplete: () => store_complete_default,
|
|
102
108
|
SuccessSolid: () => success_solid_default,
|
|
103
109
|
TermConditions: () => term_conditions_default,
|
|
@@ -211,12 +217,28 @@ var ArrowRight2 = (props) => {
|
|
|
211
217
|
};
|
|
212
218
|
var arrow_right_large_default = ArrowRight2;
|
|
213
219
|
|
|
214
|
-
// src/icons/v2/outline/
|
|
220
|
+
// src/icons/v2/outline/arrow-right-rounded.tsx
|
|
215
221
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
222
|
+
var ArrowRightRounded = (props) => {
|
|
223
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
224
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { width: "10", height: "8", viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
225
|
+
"path",
|
|
226
|
+
{
|
|
227
|
+
fillRule: "evenodd",
|
|
228
|
+
clipRule: "evenodd",
|
|
229
|
+
d: "M9.00079 3.22003C9.00895 3.22808 9.01683 3.23641 9.02443 3.24501C9.0601 3.28533 9.08814 3.33003 9.10857 3.37724C9.13496 3.43814 9.1496 3.50533 9.1496 3.57593C9.1496 3.64157 9.13695 3.70426 9.11396 3.76168C9.08955 3.82278 9.05262 3.88003 9.00315 3.9295L5.92722 7.00542C5.73196 7.20069 5.41538 7.20069 5.22012 7.00542C5.02485 6.81016 5.02485 6.49358 5.22012 6.29832L7.44251 4.07593H0.5C0.223857 4.07593 0 3.85207 0 3.57593C0 3.29979 0.223857 3.07593 0.5 3.07593H7.44248L5.22012 0.853552C5.02485 0.65829 5.02485 0.341707 5.22012 0.146446C5.41538 -0.048816 5.73196 -0.0488151 5.92722 0.146448L9.00079 3.22003Z",
|
|
230
|
+
fill: color
|
|
231
|
+
}
|
|
232
|
+
) });
|
|
233
|
+
};
|
|
234
|
+
var arrow_right_rounded_default = ArrowRightRounded;
|
|
235
|
+
|
|
236
|
+
// src/icons/v2/outline/bag.tsx
|
|
237
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
216
238
|
var Bag = (props) => {
|
|
217
239
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
218
|
-
return /* @__PURE__ */ (0,
|
|
219
|
-
/* @__PURE__ */ (0,
|
|
240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
241
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
220
242
|
"path",
|
|
221
243
|
{
|
|
222
244
|
fillRule: "evenodd",
|
|
@@ -225,7 +247,7 @@ var Bag = (props) => {
|
|
|
225
247
|
fill: color
|
|
226
248
|
}
|
|
227
249
|
),
|
|
228
|
-
/* @__PURE__ */ (0,
|
|
250
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
229
251
|
"path",
|
|
230
252
|
{
|
|
231
253
|
fillRule: "evenodd",
|
|
@@ -234,7 +256,7 @@ var Bag = (props) => {
|
|
|
234
256
|
fill: color
|
|
235
257
|
}
|
|
236
258
|
),
|
|
237
|
-
/* @__PURE__ */ (0,
|
|
259
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
238
260
|
"path",
|
|
239
261
|
{
|
|
240
262
|
fillRule: "evenodd",
|
|
@@ -243,7 +265,7 @@ var Bag = (props) => {
|
|
|
243
265
|
fill: color
|
|
244
266
|
}
|
|
245
267
|
),
|
|
246
|
-
/* @__PURE__ */ (0,
|
|
268
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
247
269
|
"path",
|
|
248
270
|
{
|
|
249
271
|
fillRule: "evenodd",
|
|
@@ -257,18 +279,18 @@ var Bag = (props) => {
|
|
|
257
279
|
var bag_default = Bag;
|
|
258
280
|
|
|
259
281
|
// src/icons/v2/outline/bank-transfer.tsx
|
|
260
|
-
var
|
|
282
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
261
283
|
var BankTransfer = (props) => {
|
|
262
284
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
263
|
-
return /* @__PURE__ */ (0,
|
|
264
|
-
/* @__PURE__ */ (0,
|
|
285
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
286
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
265
287
|
"path",
|
|
266
288
|
{
|
|
267
289
|
d: "M11.9999 8.84431C12.5949 8.84431 13.0772 8.36201 13.0772 7.76706C13.0772 7.17212 12.5949 6.68982 11.9999 6.68982C11.405 6.68982 10.9227 7.17212 10.9227 7.76706C10.9227 8.36201 11.405 8.84431 11.9999 8.84431Z",
|
|
268
290
|
fill: color
|
|
269
291
|
}
|
|
270
292
|
),
|
|
271
|
-
/* @__PURE__ */ (0,
|
|
293
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
272
294
|
"path",
|
|
273
295
|
{
|
|
274
296
|
fillRule: "evenodd",
|
|
@@ -282,12 +304,12 @@ var BankTransfer = (props) => {
|
|
|
282
304
|
var bank_transfer_default = BankTransfer;
|
|
283
305
|
|
|
284
306
|
// src/icons/v2/outline/calendar.tsx
|
|
285
|
-
var
|
|
307
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
286
308
|
var Calendar = (props) => {
|
|
287
309
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
288
|
-
return /* @__PURE__ */ (0,
|
|
289
|
-
/* @__PURE__ */ (0,
|
|
290
|
-
/* @__PURE__ */ (0,
|
|
310
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
311
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("g", { clipPath: "url(#calendar)", children: [
|
|
312
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
291
313
|
"path",
|
|
292
314
|
{
|
|
293
315
|
fillRule: "evenodd",
|
|
@@ -296,7 +318,7 @@ var Calendar = (props) => {
|
|
|
296
318
|
fill: color
|
|
297
319
|
}
|
|
298
320
|
),
|
|
299
|
-
/* @__PURE__ */ (0,
|
|
321
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
300
322
|
"path",
|
|
301
323
|
{
|
|
302
324
|
fillRule: "evenodd",
|
|
@@ -305,7 +327,7 @@ var Calendar = (props) => {
|
|
|
305
327
|
fill: color
|
|
306
328
|
}
|
|
307
329
|
),
|
|
308
|
-
/* @__PURE__ */ (0,
|
|
330
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
309
331
|
"path",
|
|
310
332
|
{
|
|
311
333
|
fillRule: "evenodd",
|
|
@@ -314,8 +336,8 @@ var Calendar = (props) => {
|
|
|
314
336
|
fill: color
|
|
315
337
|
}
|
|
316
338
|
),
|
|
317
|
-
/* @__PURE__ */ (0,
|
|
318
|
-
/* @__PURE__ */ (0,
|
|
339
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
|
|
340
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
319
341
|
"path",
|
|
320
342
|
{
|
|
321
343
|
fillRule: "evenodd",
|
|
@@ -325,25 +347,25 @@ var Calendar = (props) => {
|
|
|
325
347
|
}
|
|
326
348
|
)
|
|
327
349
|
] }),
|
|
328
|
-
/* @__PURE__ */ (0,
|
|
350
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("clipPath", { id: "calendar", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
329
351
|
] });
|
|
330
352
|
};
|
|
331
353
|
var calendar_default = Calendar;
|
|
332
354
|
|
|
333
355
|
// src/icons/v2/outline/calendar-event.tsx
|
|
334
|
-
var
|
|
356
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
335
357
|
var CalendarEvent = (props) => {
|
|
336
358
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
337
|
-
return /* @__PURE__ */ (0,
|
|
338
|
-
/* @__PURE__ */ (0,
|
|
339
|
-
/* @__PURE__ */ (0,
|
|
359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
360
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
|
|
361
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
340
362
|
"path",
|
|
341
363
|
{
|
|
342
364
|
d: "M12.1617 17.9467C12.0631 17.8837 11.937 17.8837 11.8384 17.9467L10.2769 18.9452C10.0517 19.0892 9.76485 18.889 9.82233 18.6279L10.2486 16.692C10.2716 16.5875 10.2373 16.4787 10.1585 16.4064L8.72429 15.0901C8.53232 14.9139 8.64077 14.5936 8.90028 14.5703L10.7557 14.4035C10.8682 14.3934 10.9654 14.321 11.0074 14.2162L11.7215 12.4311C11.8221 12.1797 12.178 12.1797 12.2786 12.4311L12.9927 14.2162C13.0347 14.321 13.1319 14.3934 13.2444 14.4035L15.0998 14.5703C15.3593 14.5936 15.4678 14.9139 15.2758 15.0901L13.8416 16.4064C13.7628 16.4787 13.7285 16.5875 13.7515 16.692L14.1778 18.6279C14.2353 18.889 13.9484 19.0892 13.7232 18.9452L12.1617 17.9467Z",
|
|
343
365
|
fill: color
|
|
344
366
|
}
|
|
345
367
|
),
|
|
346
|
-
/* @__PURE__ */ (0,
|
|
368
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
347
369
|
"path",
|
|
348
370
|
{
|
|
349
371
|
fillRule: "evenodd",
|
|
@@ -353,16 +375,16 @@ var CalendarEvent = (props) => {
|
|
|
353
375
|
}
|
|
354
376
|
)
|
|
355
377
|
] }),
|
|
356
|
-
/* @__PURE__ */ (0,
|
|
378
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("clipPath", { id: "calendar-event", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
357
379
|
] });
|
|
358
380
|
};
|
|
359
381
|
var calendar_event_default = CalendarEvent;
|
|
360
382
|
|
|
361
383
|
// src/icons/v2/outline/card.tsx
|
|
362
|
-
var
|
|
384
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
363
385
|
var Card = (props) => {
|
|
364
386
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
365
|
-
return /* @__PURE__ */ (0,
|
|
387
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
366
388
|
"path",
|
|
367
389
|
{
|
|
368
390
|
fillRule: "evenodd",
|
|
@@ -375,12 +397,12 @@ var Card = (props) => {
|
|
|
375
397
|
var card_default = Card;
|
|
376
398
|
|
|
377
399
|
// src/icons/v2/outline/category.tsx
|
|
378
|
-
var
|
|
400
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
379
401
|
var Category = (props) => {
|
|
380
402
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
381
|
-
return /* @__PURE__ */ (0,
|
|
382
|
-
/* @__PURE__ */ (0,
|
|
383
|
-
/* @__PURE__ */ (0,
|
|
403
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
404
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("g", { clipPath: "url(#clip0_5761_9461)", children: [
|
|
405
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
384
406
|
"path",
|
|
385
407
|
{
|
|
386
408
|
fillRule: "evenodd",
|
|
@@ -389,7 +411,7 @@ var Category = (props) => {
|
|
|
389
411
|
fill: color
|
|
390
412
|
}
|
|
391
413
|
),
|
|
392
|
-
/* @__PURE__ */ (0,
|
|
414
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
393
415
|
"path",
|
|
394
416
|
{
|
|
395
417
|
fillRule: "evenodd",
|
|
@@ -398,7 +420,7 @@ var Category = (props) => {
|
|
|
398
420
|
fill: color
|
|
399
421
|
}
|
|
400
422
|
),
|
|
401
|
-
/* @__PURE__ */ (0,
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
402
424
|
"path",
|
|
403
425
|
{
|
|
404
426
|
fillRule: "evenodd",
|
|
@@ -407,7 +429,7 @@ var Category = (props) => {
|
|
|
407
429
|
fill: color
|
|
408
430
|
}
|
|
409
431
|
),
|
|
410
|
-
/* @__PURE__ */ (0,
|
|
432
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
411
433
|
"path",
|
|
412
434
|
{
|
|
413
435
|
fillRule: "evenodd",
|
|
@@ -417,17 +439,17 @@ var Category = (props) => {
|
|
|
417
439
|
}
|
|
418
440
|
)
|
|
419
441
|
] }),
|
|
420
|
-
/* @__PURE__ */ (0,
|
|
442
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "clip0_5761_9461", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
421
443
|
] });
|
|
422
444
|
};
|
|
423
445
|
var category_default = Category;
|
|
424
446
|
|
|
425
447
|
// src/icons/v2/outline/chat-cs.tsx
|
|
426
|
-
var
|
|
448
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
427
449
|
var ChatCs = (props) => {
|
|
428
450
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
429
|
-
return /* @__PURE__ */ (0,
|
|
430
|
-
/* @__PURE__ */ (0,
|
|
451
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
452
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
431
453
|
"path",
|
|
432
454
|
{
|
|
433
455
|
fillRule: "evenodd",
|
|
@@ -436,21 +458,21 @@ var ChatCs = (props) => {
|
|
|
436
458
|
fill: color
|
|
437
459
|
}
|
|
438
460
|
),
|
|
439
|
-
/* @__PURE__ */ (0,
|
|
461
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
440
462
|
"path",
|
|
441
463
|
{
|
|
442
464
|
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",
|
|
443
465
|
fill: color
|
|
444
466
|
}
|
|
445
467
|
),
|
|
446
|
-
/* @__PURE__ */ (0,
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
447
469
|
"path",
|
|
448
470
|
{
|
|
449
471
|
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",
|
|
450
472
|
fill: color
|
|
451
473
|
}
|
|
452
474
|
),
|
|
453
|
-
/* @__PURE__ */ (0,
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
454
476
|
"path",
|
|
455
477
|
{
|
|
456
478
|
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",
|
|
@@ -462,11 +484,11 @@ var ChatCs = (props) => {
|
|
|
462
484
|
var chat_cs_default = ChatCs;
|
|
463
485
|
|
|
464
486
|
// src/icons/v2/outline/check.tsx
|
|
465
|
-
var
|
|
487
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
466
488
|
var Check = (props) => {
|
|
467
489
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
468
|
-
return /* @__PURE__ */ (0,
|
|
469
|
-
/* @__PURE__ */ (0,
|
|
490
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
491
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
470
492
|
"path",
|
|
471
493
|
{
|
|
472
494
|
fillRule: "evenodd",
|
|
@@ -475,16 +497,16 @@ var Check = (props) => {
|
|
|
475
497
|
fill: color
|
|
476
498
|
}
|
|
477
499
|
) }),
|
|
478
|
-
/* @__PURE__ */ (0,
|
|
500
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("clipPath", { id: "icon-outline-check", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
479
501
|
] });
|
|
480
502
|
};
|
|
481
503
|
var check_default = Check;
|
|
482
504
|
|
|
483
505
|
// src/icons/v2/outline/check-large.tsx
|
|
484
|
-
var
|
|
506
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
485
507
|
var Check2 = (props) => {
|
|
486
508
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
487
|
-
return /* @__PURE__ */ (0,
|
|
509
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
488
510
|
"path",
|
|
489
511
|
{
|
|
490
512
|
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",
|
|
@@ -495,11 +517,11 @@ var Check2 = (props) => {
|
|
|
495
517
|
var check_large_default = Check2;
|
|
496
518
|
|
|
497
519
|
// src/icons/v2/outline/check-shield.tsx
|
|
498
|
-
var
|
|
520
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
499
521
|
var CheckShield = (props) => {
|
|
500
522
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
501
|
-
return /* @__PURE__ */ (0,
|
|
502
|
-
/* @__PURE__ */ (0,
|
|
523
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
524
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
503
525
|
"path",
|
|
504
526
|
{
|
|
505
527
|
fillRule: "evenodd",
|
|
@@ -508,7 +530,7 @@ var CheckShield = (props) => {
|
|
|
508
530
|
fill: color
|
|
509
531
|
}
|
|
510
532
|
),
|
|
511
|
-
/* @__PURE__ */ (0,
|
|
533
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
512
534
|
"path",
|
|
513
535
|
{
|
|
514
536
|
fillRule: "evenodd",
|
|
@@ -522,11 +544,11 @@ var CheckShield = (props) => {
|
|
|
522
544
|
var check_shield_default = CheckShield;
|
|
523
545
|
|
|
524
546
|
// src/icons/v2/outline/chevron-down.tsx
|
|
525
|
-
var
|
|
547
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
526
548
|
var ChevronUp = (props) => {
|
|
527
549
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
528
|
-
return /* @__PURE__ */ (0,
|
|
529
|
-
/* @__PURE__ */ (0,
|
|
550
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
551
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
530
552
|
"path",
|
|
531
553
|
{
|
|
532
554
|
fillRule: "evenodd",
|
|
@@ -535,16 +557,16 @@ var ChevronUp = (props) => {
|
|
|
535
557
|
fill: color
|
|
536
558
|
}
|
|
537
559
|
) }),
|
|
538
|
-
/* @__PURE__ */ (0,
|
|
560
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
539
561
|
] });
|
|
540
562
|
};
|
|
541
563
|
var chevron_down_default = ChevronUp;
|
|
542
564
|
|
|
543
565
|
// src/icons/v2/outline/chevron-down-large.tsx
|
|
544
|
-
var
|
|
566
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
545
567
|
var ChevronUp2 = (props) => {
|
|
546
568
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
547
|
-
return /* @__PURE__ */ (0,
|
|
569
|
+
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)(
|
|
548
570
|
"path",
|
|
549
571
|
{
|
|
550
572
|
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",
|
|
@@ -555,11 +577,11 @@ var ChevronUp2 = (props) => {
|
|
|
555
577
|
var chevron_down_large_default = ChevronUp2;
|
|
556
578
|
|
|
557
579
|
// src/icons/v2/outline/chevron-left.tsx
|
|
558
|
-
var
|
|
580
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
559
581
|
var ChevronLeft = (props) => {
|
|
560
582
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
561
|
-
return /* @__PURE__ */ (0,
|
|
562
|
-
/* @__PURE__ */ (0,
|
|
583
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
584
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
563
585
|
"path",
|
|
564
586
|
{
|
|
565
587
|
fillRule: "evenodd",
|
|
@@ -568,16 +590,16 @@ var ChevronLeft = (props) => {
|
|
|
568
590
|
fill: color
|
|
569
591
|
}
|
|
570
592
|
) }),
|
|
571
|
-
/* @__PURE__ */ (0,
|
|
593
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
572
594
|
] });
|
|
573
595
|
};
|
|
574
596
|
var chevron_left_default = ChevronLeft;
|
|
575
597
|
|
|
576
598
|
// src/icons/v2/outline/chevron-left-large.tsx
|
|
577
|
-
var
|
|
599
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
578
600
|
var ChevronLeftLarge = (props) => {
|
|
579
601
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
580
|
-
return /* @__PURE__ */ (0,
|
|
602
|
+
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)(
|
|
581
603
|
"path",
|
|
582
604
|
{
|
|
583
605
|
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",
|
|
@@ -588,11 +610,11 @@ var ChevronLeftLarge = (props) => {
|
|
|
588
610
|
var chevron_left_large_default = ChevronLeftLarge;
|
|
589
611
|
|
|
590
612
|
// src/icons/v2/outline/chevron-right.tsx
|
|
591
|
-
var
|
|
613
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
592
614
|
var ChevronRight = (props) => {
|
|
593
615
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
594
|
-
return /* @__PURE__ */ (0,
|
|
595
|
-
/* @__PURE__ */ (0,
|
|
616
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
617
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
596
618
|
"path",
|
|
597
619
|
{
|
|
598
620
|
fillRule: "evenodd",
|
|
@@ -601,16 +623,16 @@ var ChevronRight = (props) => {
|
|
|
601
623
|
fill: color
|
|
602
624
|
}
|
|
603
625
|
) }),
|
|
604
|
-
/* @__PURE__ */ (0,
|
|
626
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
605
627
|
] });
|
|
606
628
|
};
|
|
607
629
|
var chevron_right_default = ChevronRight;
|
|
608
630
|
|
|
609
631
|
// src/icons/v2/outline/chevron-right-large.tsx
|
|
610
|
-
var
|
|
632
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
611
633
|
var ChevronRightLarge = (props) => {
|
|
612
634
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
613
|
-
return /* @__PURE__ */ (0,
|
|
635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
614
636
|
"path",
|
|
615
637
|
{
|
|
616
638
|
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",
|
|
@@ -621,11 +643,11 @@ var ChevronRightLarge = (props) => {
|
|
|
621
643
|
var chevron_right_large_default = ChevronRightLarge;
|
|
622
644
|
|
|
623
645
|
// src/icons/v2/outline/chevron-up.tsx
|
|
624
|
-
var
|
|
646
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
625
647
|
var ChevronUp3 = (props) => {
|
|
626
648
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
627
|
-
return /* @__PURE__ */ (0,
|
|
628
|
-
/* @__PURE__ */ (0,
|
|
649
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
650
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
629
651
|
"path",
|
|
630
652
|
{
|
|
631
653
|
fillRule: "evenodd",
|
|
@@ -634,16 +656,16 @@ var ChevronUp3 = (props) => {
|
|
|
634
656
|
fill: color
|
|
635
657
|
}
|
|
636
658
|
) }),
|
|
637
|
-
/* @__PURE__ */ (0,
|
|
659
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
638
660
|
] });
|
|
639
661
|
};
|
|
640
662
|
var chevron_up_default = ChevronUp3;
|
|
641
663
|
|
|
642
664
|
// src/icons/v2/outline/chevron-up-large.tsx
|
|
643
|
-
var
|
|
665
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
644
666
|
var ChevronUpLarge = (props) => {
|
|
645
667
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
646
|
-
return /* @__PURE__ */ (0,
|
|
668
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
647
669
|
"path",
|
|
648
670
|
{
|
|
649
671
|
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",
|
|
@@ -654,18 +676,18 @@ var ChevronUpLarge = (props) => {
|
|
|
654
676
|
var chevron_up_large_default = ChevronUpLarge;
|
|
655
677
|
|
|
656
678
|
// src/icons/v2/outline/clock.tsx
|
|
657
|
-
var
|
|
679
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
658
680
|
var Clock = (props) => {
|
|
659
681
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
660
|
-
return /* @__PURE__ */ (0,
|
|
661
|
-
/* @__PURE__ */ (0,
|
|
682
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
|
|
683
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
662
684
|
"path",
|
|
663
685
|
{
|
|
664
686
|
d: "M12 6.24316C12.4142 6.24316 12.7499 6.57901 12.75 6.99316V12.2432H18C18.4142 12.2432 18.7499 12.579 18.75 12.9932C18.75 13.4074 18.4142 13.7432 18 13.7432H12C11.5858 13.7432 11.25 13.4074 11.25 12.9932V6.99316C11.2501 6.57901 11.5858 6.24316 12 6.24316Z",
|
|
665
687
|
fill: color
|
|
666
688
|
}
|
|
667
689
|
),
|
|
668
|
-
/* @__PURE__ */ (0,
|
|
690
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
669
691
|
"path",
|
|
670
692
|
{
|
|
671
693
|
fillRule: "evenodd",
|
|
@@ -679,11 +701,11 @@ var Clock = (props) => {
|
|
|
679
701
|
var clock_default = Clock;
|
|
680
702
|
|
|
681
703
|
// src/icons/v2/outline/close.tsx
|
|
682
|
-
var
|
|
704
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
683
705
|
var Close = (props) => {
|
|
684
706
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
685
|
-
return /* @__PURE__ */ (0,
|
|
686
|
-
/* @__PURE__ */ (0,
|
|
707
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
708
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
687
709
|
"path",
|
|
688
710
|
{
|
|
689
711
|
fillRule: "evenodd",
|
|
@@ -692,24 +714,24 @@ var Close = (props) => {
|
|
|
692
714
|
fill: color
|
|
693
715
|
}
|
|
694
716
|
) }),
|
|
695
|
-
/* @__PURE__ */ (0,
|
|
717
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
696
718
|
] });
|
|
697
719
|
};
|
|
698
720
|
var close_default = Close;
|
|
699
721
|
|
|
700
722
|
// src/icons/v2/outline/close-large.tsx
|
|
701
|
-
var
|
|
723
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
702
724
|
var CloseLarge = (props) => {
|
|
703
725
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
704
|
-
return /* @__PURE__ */ (0,
|
|
705
|
-
/* @__PURE__ */ (0,
|
|
726
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
727
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
706
728
|
"path",
|
|
707
729
|
{
|
|
708
730
|
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",
|
|
709
731
|
fill: color
|
|
710
732
|
}
|
|
711
733
|
),
|
|
712
|
-
/* @__PURE__ */ (0,
|
|
734
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
713
735
|
"path",
|
|
714
736
|
{
|
|
715
737
|
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",
|
|
@@ -721,11 +743,11 @@ var CloseLarge = (props) => {
|
|
|
721
743
|
var close_large_default = CloseLarge;
|
|
722
744
|
|
|
723
745
|
// src/icons/v2/outline/contact-book.tsx
|
|
724
|
-
var
|
|
746
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
725
747
|
var ContactBook = (props) => {
|
|
726
748
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
727
|
-
return /* @__PURE__ */ (0,
|
|
728
|
-
/* @__PURE__ */ (0,
|
|
749
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
750
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
729
751
|
"path",
|
|
730
752
|
{
|
|
731
753
|
fillRule: "evenodd",
|
|
@@ -734,7 +756,7 @@ var ContactBook = (props) => {
|
|
|
734
756
|
fill: color
|
|
735
757
|
}
|
|
736
758
|
),
|
|
737
|
-
/* @__PURE__ */ (0,
|
|
759
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
738
760
|
"path",
|
|
739
761
|
{
|
|
740
762
|
fillRule: "evenodd",
|
|
@@ -743,7 +765,7 @@ var ContactBook = (props) => {
|
|
|
743
765
|
fill: color
|
|
744
766
|
}
|
|
745
767
|
),
|
|
746
|
-
/* @__PURE__ */ (0,
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
747
769
|
"path",
|
|
748
770
|
{
|
|
749
771
|
fillRule: "evenodd",
|
|
@@ -752,7 +774,7 @@ var ContactBook = (props) => {
|
|
|
752
774
|
fill: color
|
|
753
775
|
}
|
|
754
776
|
),
|
|
755
|
-
/* @__PURE__ */ (0,
|
|
777
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
756
778
|
"path",
|
|
757
779
|
{
|
|
758
780
|
fillRule: "evenodd",
|
|
@@ -761,7 +783,7 @@ var ContactBook = (props) => {
|
|
|
761
783
|
fill: color
|
|
762
784
|
}
|
|
763
785
|
),
|
|
764
|
-
/* @__PURE__ */ (0,
|
|
786
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
765
787
|
"path",
|
|
766
788
|
{
|
|
767
789
|
fillRule: "evenodd",
|
|
@@ -770,7 +792,7 @@ var ContactBook = (props) => {
|
|
|
770
792
|
fill: color
|
|
771
793
|
}
|
|
772
794
|
),
|
|
773
|
-
/* @__PURE__ */ (0,
|
|
795
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
774
796
|
"path",
|
|
775
797
|
{
|
|
776
798
|
fillRule: "evenodd",
|
|
@@ -784,18 +806,18 @@ var ContactBook = (props) => {
|
|
|
784
806
|
var contact_book_default = ContactBook;
|
|
785
807
|
|
|
786
808
|
// src/icons/v2/outline/copy.tsx
|
|
787
|
-
var
|
|
809
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
788
810
|
var Copy = (props) => {
|
|
789
811
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
790
|
-
return /* @__PURE__ */ (0,
|
|
791
|
-
/* @__PURE__ */ (0,
|
|
812
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
813
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
792
814
|
"path",
|
|
793
815
|
{
|
|
794
816
|
d: "M4.39624 4.24683H3.83081C3.37057 4.24683 2.99683 4.62057 2.99683 5.08081V12.8357C2.99683 13.2959 3.37057 13.6697 3.83081 13.6697H10.2712C10.7315 13.6697 11.1052 13.2959 11.1052 12.8357V12.2595H12.1052V12.8357C12.1052 13.8482 11.2838 14.6697 10.2712 14.6697H3.83081C2.81829 14.6697 1.99683 13.8482 1.99683 12.8357V5.08081C1.99683 4.06829 2.81829 3.24683 3.83081 3.24683H4.39624V4.24683Z",
|
|
795
817
|
fill: color
|
|
796
818
|
}
|
|
797
819
|
),
|
|
798
|
-
/* @__PURE__ */ (0,
|
|
820
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
799
821
|
"path",
|
|
800
822
|
{
|
|
801
823
|
fillRule: "evenodd",
|
|
@@ -804,7 +826,7 @@ var Copy = (props) => {
|
|
|
804
826
|
fill: color
|
|
805
827
|
}
|
|
806
828
|
),
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
829
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
808
830
|
"path",
|
|
809
831
|
{
|
|
810
832
|
fillRule: "evenodd",
|
|
@@ -813,7 +835,7 @@ var Copy = (props) => {
|
|
|
813
835
|
fill: color
|
|
814
836
|
}
|
|
815
837
|
),
|
|
816
|
-
/* @__PURE__ */ (0,
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
817
839
|
"path",
|
|
818
840
|
{
|
|
819
841
|
fillRule: "evenodd",
|
|
@@ -827,11 +849,11 @@ var Copy = (props) => {
|
|
|
827
849
|
var copy_default = Copy;
|
|
828
850
|
|
|
829
851
|
// src/icons/v2/outline/cvv.tsx
|
|
830
|
-
var
|
|
852
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
831
853
|
var Cvv = (props) => {
|
|
832
854
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
833
|
-
return /* @__PURE__ */ (0,
|
|
834
|
-
/* @__PURE__ */ (0,
|
|
855
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
835
857
|
"path",
|
|
836
858
|
{
|
|
837
859
|
fillRule: "evenodd",
|
|
@@ -840,35 +862,35 @@ var Cvv = (props) => {
|
|
|
840
862
|
fill: color
|
|
841
863
|
}
|
|
842
864
|
),
|
|
843
|
-
/* @__PURE__ */ (0,
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
844
866
|
"path",
|
|
845
867
|
{
|
|
846
868
|
d: "M29 20C29 23.3137 26.3137 26 23 26C19.6863 26 17 23.3137 17 20C17 16.6863 19.6863 14 23 14C26.3137 14 29 16.6863 29 20Z",
|
|
847
869
|
fill: "white"
|
|
848
870
|
}
|
|
849
871
|
),
|
|
850
|
-
/* @__PURE__ */ (0,
|
|
872
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
851
873
|
"path",
|
|
852
874
|
{
|
|
853
875
|
d: "M22 20C22 20.5523 22.4477 21 23 21C23.5523 21 24 20.5523 24 20C24 19.4477 23.5523 19 23 19C22.4477 19 22 19.4477 22 20Z",
|
|
854
876
|
fill: color
|
|
855
877
|
}
|
|
856
878
|
),
|
|
857
|
-
/* @__PURE__ */ (0,
|
|
879
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
858
880
|
"path",
|
|
859
881
|
{
|
|
860
882
|
d: "M25 20C25 20.5523 25.4477 21 26 21C26.5523 21 27 20.5523 27 20C27 19.4477 26.5523 19 26 19C25.4477 19 25 19.4477 25 20Z",
|
|
861
883
|
fill: color
|
|
862
884
|
}
|
|
863
885
|
),
|
|
864
|
-
/* @__PURE__ */ (0,
|
|
886
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
865
887
|
"path",
|
|
866
888
|
{
|
|
867
889
|
d: "M19 20C19 20.5523 19.4477 21 20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19C19.4477 19 19 19.4477 19 20Z",
|
|
868
890
|
fill: color
|
|
869
891
|
}
|
|
870
892
|
),
|
|
871
|
-
/* @__PURE__ */ (0,
|
|
893
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
872
894
|
"path",
|
|
873
895
|
{
|
|
874
896
|
fillRule: "evenodd",
|
|
@@ -882,10 +904,10 @@ var Cvv = (props) => {
|
|
|
882
904
|
var cvv_default = Cvv;
|
|
883
905
|
|
|
884
906
|
// src/icons/v2/outline/delivered.tsx
|
|
885
|
-
var
|
|
907
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
886
908
|
var Delivered = (props) => {
|
|
887
909
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
888
|
-
return /* @__PURE__ */ (0,
|
|
910
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
889
911
|
"path",
|
|
890
912
|
{
|
|
891
913
|
fillRule: "evenodd",
|
|
@@ -898,10 +920,10 @@ var Delivered = (props) => {
|
|
|
898
920
|
var delivered_default = Delivered;
|
|
899
921
|
|
|
900
922
|
// src/icons/v2/outline/edit.tsx
|
|
901
|
-
var
|
|
923
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
902
924
|
var Edit = (props) => {
|
|
903
925
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
904
|
-
return /* @__PURE__ */ (0,
|
|
926
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
905
927
|
"path",
|
|
906
928
|
{
|
|
907
929
|
fillRule: "evenodd",
|
|
@@ -914,10 +936,10 @@ var Edit = (props) => {
|
|
|
914
936
|
var edit_default = Edit;
|
|
915
937
|
|
|
916
938
|
// src/icons/v2/outline/enveloped.tsx
|
|
917
|
-
var
|
|
939
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
918
940
|
var Enveloped = (props) => {
|
|
919
941
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
920
|
-
return /* @__PURE__ */ (0,
|
|
942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
921
943
|
"path",
|
|
922
944
|
{
|
|
923
945
|
fillRule: "evenodd",
|
|
@@ -930,11 +952,11 @@ var Enveloped = (props) => {
|
|
|
930
952
|
var enveloped_default = Enveloped;
|
|
931
953
|
|
|
932
954
|
// src/icons/v2/outline/eye-close.tsx
|
|
933
|
-
var
|
|
955
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
934
956
|
var EyeClose = (props) => {
|
|
935
957
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
936
|
-
return /* @__PURE__ */ (0,
|
|
937
|
-
/* @__PURE__ */ (0,
|
|
958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
959
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
938
960
|
"path",
|
|
939
961
|
{
|
|
940
962
|
fillRule: "evenodd",
|
|
@@ -943,7 +965,7 @@ var EyeClose = (props) => {
|
|
|
943
965
|
fill: color
|
|
944
966
|
}
|
|
945
967
|
),
|
|
946
|
-
/* @__PURE__ */ (0,
|
|
968
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
947
969
|
"path",
|
|
948
970
|
{
|
|
949
971
|
fillRule: "evenodd",
|
|
@@ -952,7 +974,7 @@ var EyeClose = (props) => {
|
|
|
952
974
|
fill: color
|
|
953
975
|
}
|
|
954
976
|
),
|
|
955
|
-
/* @__PURE__ */ (0,
|
|
977
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
956
978
|
"path",
|
|
957
979
|
{
|
|
958
980
|
fillRule: "evenodd",
|
|
@@ -966,11 +988,11 @@ var EyeClose = (props) => {
|
|
|
966
988
|
var eye_close_default = EyeClose;
|
|
967
989
|
|
|
968
990
|
// src/icons/v2/outline/eye-open.tsx
|
|
969
|
-
var
|
|
991
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
970
992
|
var EyeOpen = (props) => {
|
|
971
993
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
972
|
-
return /* @__PURE__ */ (0,
|
|
973
|
-
/* @__PURE__ */ (0,
|
|
994
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
974
996
|
"path",
|
|
975
997
|
{
|
|
976
998
|
fillRule: "evenodd",
|
|
@@ -979,7 +1001,7 @@ var EyeOpen = (props) => {
|
|
|
979
1001
|
fill: color
|
|
980
1002
|
}
|
|
981
1003
|
),
|
|
982
|
-
/* @__PURE__ */ (0,
|
|
1004
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
983
1005
|
"path",
|
|
984
1006
|
{
|
|
985
1007
|
fillRule: "evenodd",
|
|
@@ -993,11 +1015,11 @@ var EyeOpen = (props) => {
|
|
|
993
1015
|
var eye_open_default = EyeOpen;
|
|
994
1016
|
|
|
995
1017
|
// src/icons/v2/outline/filter.tsx
|
|
996
|
-
var
|
|
1018
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
997
1019
|
var Filter = (props) => {
|
|
998
1020
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
999
|
-
return /* @__PURE__ */ (0,
|
|
1000
|
-
/* @__PURE__ */ (0,
|
|
1021
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1022
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1001
1023
|
"path",
|
|
1002
1024
|
{
|
|
1003
1025
|
fillRule: "evenodd",
|
|
@@ -1006,7 +1028,7 @@ var Filter = (props) => {
|
|
|
1006
1028
|
fill: color
|
|
1007
1029
|
}
|
|
1008
1030
|
),
|
|
1009
|
-
/* @__PURE__ */ (0,
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1010
1032
|
"path",
|
|
1011
1033
|
{
|
|
1012
1034
|
fillRule: "evenodd",
|
|
@@ -1015,7 +1037,7 @@ var Filter = (props) => {
|
|
|
1015
1037
|
fill: color
|
|
1016
1038
|
}
|
|
1017
1039
|
),
|
|
1018
|
-
/* @__PURE__ */ (0,
|
|
1040
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1019
1041
|
"path",
|
|
1020
1042
|
{
|
|
1021
1043
|
fillRule: "evenodd",
|
|
@@ -1029,10 +1051,10 @@ var Filter = (props) => {
|
|
|
1029
1051
|
var filter_default = Filter;
|
|
1030
1052
|
|
|
1031
1053
|
// src/icons/v2/outline/gps.tsx
|
|
1032
|
-
var
|
|
1054
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1033
1055
|
var Gps = (props) => {
|
|
1034
1056
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1035
|
-
return /* @__PURE__ */ (0,
|
|
1057
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1036
1058
|
"path",
|
|
1037
1059
|
{
|
|
1038
1060
|
fillRule: "evenodd",
|
|
@@ -1045,25 +1067,25 @@ var Gps = (props) => {
|
|
|
1045
1067
|
var gps_default = Gps;
|
|
1046
1068
|
|
|
1047
1069
|
// src/icons/v2/outline/handphone.tsx
|
|
1048
|
-
var
|
|
1070
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1049
1071
|
var Handphone = (props) => {
|
|
1050
1072
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1051
|
-
return /* @__PURE__ */ (0,
|
|
1052
|
-
/* @__PURE__ */ (0,
|
|
1073
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1074
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1053
1075
|
"path",
|
|
1054
1076
|
{
|
|
1055
1077
|
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",
|
|
1056
1078
|
fill: color
|
|
1057
1079
|
}
|
|
1058
1080
|
),
|
|
1059
|
-
/* @__PURE__ */ (0,
|
|
1081
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1060
1082
|
"path",
|
|
1061
1083
|
{
|
|
1062
1084
|
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",
|
|
1063
1085
|
fill: color
|
|
1064
1086
|
}
|
|
1065
1087
|
),
|
|
1066
|
-
/* @__PURE__ */ (0,
|
|
1088
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1067
1089
|
"path",
|
|
1068
1090
|
{
|
|
1069
1091
|
fillRule: "evenodd",
|
|
@@ -1077,11 +1099,11 @@ var Handphone = (props) => {
|
|
|
1077
1099
|
var handphone_default = Handphone;
|
|
1078
1100
|
|
|
1079
1101
|
// src/icons/v2/outline/heart.tsx
|
|
1080
|
-
var
|
|
1102
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1081
1103
|
var Heart = (props) => {
|
|
1082
1104
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1083
|
-
return /* @__PURE__ */ (0,
|
|
1084
|
-
/* @__PURE__ */ (0,
|
|
1105
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1106
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1085
1107
|
"path",
|
|
1086
1108
|
{
|
|
1087
1109
|
fillRule: "evenodd",
|
|
@@ -1090,18 +1112,18 @@ var Heart = (props) => {
|
|
|
1090
1112
|
fill: color
|
|
1091
1113
|
}
|
|
1092
1114
|
) }),
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1115
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1094
1116
|
] });
|
|
1095
1117
|
};
|
|
1096
1118
|
var heart_default = Heart;
|
|
1097
1119
|
|
|
1098
1120
|
// src/icons/v2/outline/home.tsx
|
|
1099
|
-
var
|
|
1121
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1100
1122
|
var Home = (props) => {
|
|
1101
1123
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1102
|
-
return /* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1104
|
-
/* @__PURE__ */ (0,
|
|
1124
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1125
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
1126
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1105
1127
|
"path",
|
|
1106
1128
|
{
|
|
1107
1129
|
fillRule: "evenodd",
|
|
@@ -1110,7 +1132,7 @@ var Home = (props) => {
|
|
|
1110
1132
|
fill: color
|
|
1111
1133
|
}
|
|
1112
1134
|
),
|
|
1113
|
-
/* @__PURE__ */ (0,
|
|
1135
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1114
1136
|
"path",
|
|
1115
1137
|
{
|
|
1116
1138
|
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",
|
|
@@ -1118,24 +1140,24 @@ var Home = (props) => {
|
|
|
1118
1140
|
}
|
|
1119
1141
|
)
|
|
1120
1142
|
] }),
|
|
1121
|
-
/* @__PURE__ */ (0,
|
|
1143
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1122
1144
|
] });
|
|
1123
1145
|
};
|
|
1124
1146
|
var home_default = Home;
|
|
1125
1147
|
|
|
1126
1148
|
// src/icons/v2/outline/info.tsx
|
|
1127
|
-
var
|
|
1149
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1128
1150
|
var Info = (props) => {
|
|
1129
1151
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1130
|
-
return /* @__PURE__ */ (0,
|
|
1131
|
-
/* @__PURE__ */ (0,
|
|
1152
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1153
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1132
1154
|
"path",
|
|
1133
1155
|
{
|
|
1134
1156
|
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",
|
|
1135
1157
|
fill: color
|
|
1136
1158
|
}
|
|
1137
1159
|
),
|
|
1138
|
-
/* @__PURE__ */ (0,
|
|
1160
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1139
1161
|
"path",
|
|
1140
1162
|
{
|
|
1141
1163
|
fillRule: "evenodd",
|
|
@@ -1144,7 +1166,7 @@ var Info = (props) => {
|
|
|
1144
1166
|
fill: color
|
|
1145
1167
|
}
|
|
1146
1168
|
),
|
|
1147
|
-
/* @__PURE__ */ (0,
|
|
1169
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1148
1170
|
"path",
|
|
1149
1171
|
{
|
|
1150
1172
|
fillRule: "evenodd",
|
|
@@ -1158,25 +1180,25 @@ var Info = (props) => {
|
|
|
1158
1180
|
var info_default = Info;
|
|
1159
1181
|
|
|
1160
1182
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1161
|
-
var
|
|
1183
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1162
1184
|
var KebabMenu = (props) => {
|
|
1163
1185
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1164
|
-
return /* @__PURE__ */ (0,
|
|
1165
|
-
/* @__PURE__ */ (0,
|
|
1186
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1187
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1166
1188
|
"path",
|
|
1167
1189
|
{
|
|
1168
1190
|
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",
|
|
1169
1191
|
fill: color
|
|
1170
1192
|
}
|
|
1171
1193
|
),
|
|
1172
|
-
/* @__PURE__ */ (0,
|
|
1194
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1173
1195
|
"path",
|
|
1174
1196
|
{
|
|
1175
1197
|
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",
|
|
1176
1198
|
fill: color
|
|
1177
1199
|
}
|
|
1178
1200
|
),
|
|
1179
|
-
/* @__PURE__ */ (0,
|
|
1201
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1180
1202
|
"path",
|
|
1181
1203
|
{
|
|
1182
1204
|
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",
|
|
@@ -1188,12 +1210,12 @@ var KebabMenu = (props) => {
|
|
|
1188
1210
|
var kebab_menu_default = KebabMenu;
|
|
1189
1211
|
|
|
1190
1212
|
// src/icons/v2/outline/logout.tsx
|
|
1191
|
-
var
|
|
1213
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1192
1214
|
var Logout = (props) => {
|
|
1193
1215
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1194
|
-
return /* @__PURE__ */ (0,
|
|
1195
|
-
/* @__PURE__ */ (0,
|
|
1196
|
-
/* @__PURE__ */ (0,
|
|
1216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1218
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1197
1219
|
"path",
|
|
1198
1220
|
{
|
|
1199
1221
|
fillRule: "evenodd",
|
|
@@ -1202,7 +1224,7 @@ var Logout = (props) => {
|
|
|
1202
1224
|
fill: color
|
|
1203
1225
|
}
|
|
1204
1226
|
),
|
|
1205
|
-
/* @__PURE__ */ (0,
|
|
1227
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1206
1228
|
"path",
|
|
1207
1229
|
{
|
|
1208
1230
|
fillRule: "evenodd",
|
|
@@ -1211,7 +1233,7 @@ var Logout = (props) => {
|
|
|
1211
1233
|
fill: color
|
|
1212
1234
|
}
|
|
1213
1235
|
),
|
|
1214
|
-
/* @__PURE__ */ (0,
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1215
1237
|
"path",
|
|
1216
1238
|
{
|
|
1217
1239
|
fillRule: "evenodd",
|
|
@@ -1221,18 +1243,18 @@ var Logout = (props) => {
|
|
|
1221
1243
|
}
|
|
1222
1244
|
)
|
|
1223
1245
|
] }),
|
|
1224
|
-
/* @__PURE__ */ (0,
|
|
1246
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1225
1247
|
] });
|
|
1226
1248
|
};
|
|
1227
1249
|
var logout_default = Logout;
|
|
1228
1250
|
|
|
1229
1251
|
// src/icons/v2/outline/map-marker.tsx
|
|
1230
|
-
var
|
|
1252
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1231
1253
|
var MapMarker = (props) => {
|
|
1232
1254
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1233
|
-
return /* @__PURE__ */ (0,
|
|
1234
|
-
/* @__PURE__ */ (0,
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1255
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1256
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#map-marker)", children: [
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1236
1258
|
"path",
|
|
1237
1259
|
{
|
|
1238
1260
|
fillRule: "evenodd",
|
|
@@ -1241,7 +1263,7 @@ var MapMarker = (props) => {
|
|
|
1241
1263
|
fill: color
|
|
1242
1264
|
}
|
|
1243
1265
|
),
|
|
1244
|
-
/* @__PURE__ */ (0,
|
|
1266
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1245
1267
|
"path",
|
|
1246
1268
|
{
|
|
1247
1269
|
fillRule: "evenodd",
|
|
@@ -1251,17 +1273,17 @@ var MapMarker = (props) => {
|
|
|
1251
1273
|
}
|
|
1252
1274
|
)
|
|
1253
1275
|
] }),
|
|
1254
|
-
/* @__PURE__ */ (0,
|
|
1276
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1255
1277
|
] });
|
|
1256
1278
|
};
|
|
1257
1279
|
var map_marker_default = MapMarker;
|
|
1258
1280
|
|
|
1259
1281
|
// src/icons/v2/outline/minus.tsx
|
|
1260
|
-
var
|
|
1282
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1261
1283
|
var Minus = (props) => {
|
|
1262
1284
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1263
|
-
return /* @__PURE__ */ (0,
|
|
1264
|
-
/* @__PURE__ */ (0,
|
|
1285
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1286
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1265
1287
|
"path",
|
|
1266
1288
|
{
|
|
1267
1289
|
fillRule: "evenodd",
|
|
@@ -1270,16 +1292,16 @@ var Minus = (props) => {
|
|
|
1270
1292
|
fill: color
|
|
1271
1293
|
}
|
|
1272
1294
|
) }),
|
|
1273
|
-
/* @__PURE__ */ (0,
|
|
1295
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1274
1296
|
] });
|
|
1275
1297
|
};
|
|
1276
1298
|
var minus_default = Minus;
|
|
1277
1299
|
|
|
1278
1300
|
// src/icons/v2/outline/minus-large.tsx
|
|
1279
|
-
var
|
|
1301
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1280
1302
|
var MinusLarge = (props) => {
|
|
1281
1303
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1282
|
-
return /* @__PURE__ */ (0,
|
|
1304
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1283
1305
|
"path",
|
|
1284
1306
|
{
|
|
1285
1307
|
fillRule: "evenodd",
|
|
@@ -1291,11 +1313,27 @@ var MinusLarge = (props) => {
|
|
|
1291
1313
|
};
|
|
1292
1314
|
var minus_large_default = MinusLarge;
|
|
1293
1315
|
|
|
1316
|
+
// src/icons/v2/outline/minus-rounded.tsx
|
|
1317
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1318
|
+
var MinusRounded = (props) => {
|
|
1319
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1321
|
+
"path",
|
|
1322
|
+
{
|
|
1323
|
+
fillRule: "evenodd",
|
|
1324
|
+
clipRule: "evenodd",
|
|
1325
|
+
d: "M7.55098e-05 0.5C7.55098e-05 0.223858 0.223933 6.09655e-08 0.500075 3.28676e-08L6.1727 -2.76209e-07C6.44885 -5.1426e-08 6.6727 0.223857 6.6727 0.5C6.6727 0.776142 6.44885 1 6.1727 1L0.500075 1C0.223933 1 7.55379e-05 0.776142 7.55098e-05 0.5Z",
|
|
1326
|
+
fill: color
|
|
1327
|
+
}
|
|
1328
|
+
) });
|
|
1329
|
+
};
|
|
1330
|
+
var minus_rounded_default = MinusRounded;
|
|
1331
|
+
|
|
1294
1332
|
// src/icons/v2/outline/no-gps.tsx
|
|
1295
|
-
var
|
|
1333
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1296
1334
|
var NoGps = (props) => {
|
|
1297
1335
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1298
|
-
return /* @__PURE__ */ (0,
|
|
1336
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1299
1337
|
"path",
|
|
1300
1338
|
{
|
|
1301
1339
|
fillRule: "evenodd",
|
|
@@ -1308,11 +1346,11 @@ var NoGps = (props) => {
|
|
|
1308
1346
|
var no_gps_default = NoGps;
|
|
1309
1347
|
|
|
1310
1348
|
// src/icons/v2/outline/note.tsx
|
|
1311
|
-
var
|
|
1349
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1312
1350
|
var Note = (props) => {
|
|
1313
1351
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1314
|
-
return /* @__PURE__ */ (0,
|
|
1315
|
-
/* @__PURE__ */ (0,
|
|
1352
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1353
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1316
1354
|
"path",
|
|
1317
1355
|
{
|
|
1318
1356
|
fillRule: "evenodd",
|
|
@@ -1321,7 +1359,7 @@ var Note = (props) => {
|
|
|
1321
1359
|
fill: color
|
|
1322
1360
|
}
|
|
1323
1361
|
),
|
|
1324
|
-
/* @__PURE__ */ (0,
|
|
1362
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1325
1363
|
"path",
|
|
1326
1364
|
{
|
|
1327
1365
|
fillRule: "evenodd",
|
|
@@ -1330,7 +1368,7 @@ var Note = (props) => {
|
|
|
1330
1368
|
fill: color
|
|
1331
1369
|
}
|
|
1332
1370
|
),
|
|
1333
|
-
/* @__PURE__ */ (0,
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1334
1372
|
"path",
|
|
1335
1373
|
{
|
|
1336
1374
|
d: "M11.4941 2.00391C11.8125 2.00391 12.1122 2.08481 12.373 2.22754L11.5537 3.00586C11.5342 3.00449 11.514 3.00391 11.4941 3.00391H7.06738C6.81964 3.00401 6.58501 3.11406 6.42676 3.30469L3.86914 6.38574C3.74503 6.53531 3.67676 6.72361 3.67676 6.91797V12.8154C3.67701 13.2755 4.05066 13.6484 4.51074 13.6484H11.4941C11.9542 13.6484 12.3279 13.2755 12.3281 12.8154V5.08496L13.3281 4.23535V12.8154C13.3279 13.8277 12.5065 14.6484 11.4941 14.6484H4.51074C3.49838 14.6484 2.67701 13.8277 2.67676 12.8154V6.91797C2.67676 6.49036 2.82653 6.07612 3.09961 5.74707L5.65723 2.66602C6.00546 2.24648 6.52216 2.00401 7.06738 2.00391H11.4941Z",
|
|
@@ -1342,11 +1380,11 @@ var Note = (props) => {
|
|
|
1342
1380
|
var note_default = Note;
|
|
1343
1381
|
|
|
1344
1382
|
// src/icons/v2/outline/order-history.tsx
|
|
1345
|
-
var
|
|
1383
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1346
1384
|
var OrderHistory = (props) => {
|
|
1347
1385
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1348
|
-
return /* @__PURE__ */ (0,
|
|
1349
|
-
/* @__PURE__ */ (0,
|
|
1386
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1387
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1350
1388
|
"path",
|
|
1351
1389
|
{
|
|
1352
1390
|
fillRule: "evenodd",
|
|
@@ -1355,7 +1393,7 @@ var OrderHistory = (props) => {
|
|
|
1355
1393
|
fill: color
|
|
1356
1394
|
}
|
|
1357
1395
|
),
|
|
1358
|
-
/* @__PURE__ */ (0,
|
|
1396
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
1359
1397
|
"path",
|
|
1360
1398
|
{
|
|
1361
1399
|
fillRule: "evenodd",
|
|
@@ -1369,11 +1407,11 @@ var OrderHistory = (props) => {
|
|
|
1369
1407
|
var order_history_default = OrderHistory;
|
|
1370
1408
|
|
|
1371
1409
|
// src/icons/v2/outline/otp.tsx
|
|
1372
|
-
var
|
|
1410
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1373
1411
|
var Otp = (props) => {
|
|
1374
1412
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1375
|
-
return /* @__PURE__ */ (0,
|
|
1376
|
-
/* @__PURE__ */ (0,
|
|
1413
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1414
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1377
1415
|
"path",
|
|
1378
1416
|
{
|
|
1379
1417
|
fillRule: "evenodd",
|
|
@@ -1382,7 +1420,7 @@ var Otp = (props) => {
|
|
|
1382
1420
|
fill: color
|
|
1383
1421
|
}
|
|
1384
1422
|
),
|
|
1385
|
-
/* @__PURE__ */ (0,
|
|
1423
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1386
1424
|
"path",
|
|
1387
1425
|
{
|
|
1388
1426
|
fillRule: "evenodd",
|
|
@@ -1391,7 +1429,7 @@ var Otp = (props) => {
|
|
|
1391
1429
|
fill: color
|
|
1392
1430
|
}
|
|
1393
1431
|
),
|
|
1394
|
-
/* @__PURE__ */ (0,
|
|
1432
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1395
1433
|
"path",
|
|
1396
1434
|
{
|
|
1397
1435
|
fillRule: "evenodd",
|
|
@@ -1400,7 +1438,7 @@ var Otp = (props) => {
|
|
|
1400
1438
|
fill: color
|
|
1401
1439
|
}
|
|
1402
1440
|
),
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1404
1442
|
"path",
|
|
1405
1443
|
{
|
|
1406
1444
|
fillRule: "evenodd",
|
|
@@ -1409,7 +1447,7 @@ var Otp = (props) => {
|
|
|
1409
1447
|
fill: color
|
|
1410
1448
|
}
|
|
1411
1449
|
),
|
|
1412
|
-
/* @__PURE__ */ (0,
|
|
1450
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1413
1451
|
"path",
|
|
1414
1452
|
{
|
|
1415
1453
|
fillRule: "evenodd",
|
|
@@ -1418,7 +1456,7 @@ var Otp = (props) => {
|
|
|
1418
1456
|
fill: color
|
|
1419
1457
|
}
|
|
1420
1458
|
),
|
|
1421
|
-
/* @__PURE__ */ (0,
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1422
1460
|
"path",
|
|
1423
1461
|
{
|
|
1424
1462
|
fillRule: "evenodd",
|
|
@@ -1432,10 +1470,10 @@ var Otp = (props) => {
|
|
|
1432
1470
|
var otp_default = Otp;
|
|
1433
1471
|
|
|
1434
1472
|
// src/icons/v2/outline/paylater.tsx
|
|
1435
|
-
var
|
|
1473
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1436
1474
|
var Paylater = (props) => {
|
|
1437
1475
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1438
|
-
return /* @__PURE__ */ (0,
|
|
1476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1439
1477
|
"path",
|
|
1440
1478
|
{
|
|
1441
1479
|
fillRule: "evenodd",
|
|
@@ -1448,11 +1486,11 @@ var Paylater = (props) => {
|
|
|
1448
1486
|
var paylater_default = Paylater;
|
|
1449
1487
|
|
|
1450
1488
|
// src/icons/v2/outline/plus.tsx
|
|
1451
|
-
var
|
|
1489
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1452
1490
|
var Plus = (props) => {
|
|
1453
1491
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1454
|
-
return /* @__PURE__ */ (0,
|
|
1455
|
-
/* @__PURE__ */ (0,
|
|
1492
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1493
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1456
1494
|
"path",
|
|
1457
1495
|
{
|
|
1458
1496
|
fillRule: "evenodd",
|
|
@@ -1461,24 +1499,24 @@ var Plus = (props) => {
|
|
|
1461
1499
|
fill: color
|
|
1462
1500
|
}
|
|
1463
1501
|
) }),
|
|
1464
|
-
/* @__PURE__ */ (0,
|
|
1502
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1465
1503
|
] });
|
|
1466
1504
|
};
|
|
1467
1505
|
var plus_default = Plus;
|
|
1468
1506
|
|
|
1469
1507
|
// src/icons/v2/outline/plus-large.tsx
|
|
1470
|
-
var
|
|
1508
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1471
1509
|
var PlusLarge = (props) => {
|
|
1472
1510
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1473
|
-
return /* @__PURE__ */ (0,
|
|
1474
|
-
/* @__PURE__ */ (0,
|
|
1511
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1512
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1475
1513
|
"path",
|
|
1476
1514
|
{
|
|
1477
1515
|
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",
|
|
1478
1516
|
fill: color
|
|
1479
1517
|
}
|
|
1480
1518
|
),
|
|
1481
|
-
/* @__PURE__ */ (0,
|
|
1519
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1482
1520
|
"path",
|
|
1483
1521
|
{
|
|
1484
1522
|
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",
|
|
@@ -1490,12 +1528,12 @@ var PlusLarge = (props) => {
|
|
|
1490
1528
|
var plus_large_default = PlusLarge;
|
|
1491
1529
|
|
|
1492
1530
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1493
|
-
var
|
|
1531
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1494
1532
|
var PrivacyPolicy = (props) => {
|
|
1495
1533
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1496
|
-
return /* @__PURE__ */ (0,
|
|
1497
|
-
/* @__PURE__ */ (0,
|
|
1498
|
-
/* @__PURE__ */ (0,
|
|
1534
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1535
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1499
1537
|
"path",
|
|
1500
1538
|
{
|
|
1501
1539
|
fillRule: "evenodd",
|
|
@@ -1504,7 +1542,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1504
1542
|
fill: color
|
|
1505
1543
|
}
|
|
1506
1544
|
),
|
|
1507
|
-
/* @__PURE__ */ (0,
|
|
1545
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1508
1546
|
"path",
|
|
1509
1547
|
{
|
|
1510
1548
|
fillRule: "evenodd",
|
|
@@ -1513,7 +1551,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1513
1551
|
fill: color
|
|
1514
1552
|
}
|
|
1515
1553
|
),
|
|
1516
|
-
/* @__PURE__ */ (0,
|
|
1554
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1517
1555
|
"path",
|
|
1518
1556
|
{
|
|
1519
1557
|
fillRule: "evenodd",
|
|
@@ -1522,7 +1560,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1522
1560
|
fill: color
|
|
1523
1561
|
}
|
|
1524
1562
|
),
|
|
1525
|
-
/* @__PURE__ */ (0,
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1526
1564
|
"path",
|
|
1527
1565
|
{
|
|
1528
1566
|
fillRule: "evenodd",
|
|
@@ -1531,7 +1569,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1531
1569
|
fill: color
|
|
1532
1570
|
}
|
|
1533
1571
|
),
|
|
1534
|
-
/* @__PURE__ */ (0,
|
|
1572
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1535
1573
|
"path",
|
|
1536
1574
|
{
|
|
1537
1575
|
fillRule: "evenodd",
|
|
@@ -1540,7 +1578,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1540
1578
|
fill: color
|
|
1541
1579
|
}
|
|
1542
1580
|
),
|
|
1543
|
-
/* @__PURE__ */ (0,
|
|
1581
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1544
1582
|
"path",
|
|
1545
1583
|
{
|
|
1546
1584
|
fillRule: "evenodd",
|
|
@@ -1550,18 +1588,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1550
1588
|
}
|
|
1551
1589
|
)
|
|
1552
1590
|
] }),
|
|
1553
|
-
/* @__PURE__ */ (0,
|
|
1591
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1554
1592
|
] });
|
|
1555
1593
|
};
|
|
1556
1594
|
var privacy_policy_default = PrivacyPolicy;
|
|
1557
1595
|
|
|
1558
1596
|
// src/icons/v2/outline/profile.tsx
|
|
1559
|
-
var
|
|
1597
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1560
1598
|
var Profile = (props) => {
|
|
1561
1599
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1562
|
-
return /* @__PURE__ */ (0,
|
|
1563
|
-
/* @__PURE__ */ (0,
|
|
1564
|
-
/* @__PURE__ */ (0,
|
|
1600
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1601
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1602
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1565
1603
|
"path",
|
|
1566
1604
|
{
|
|
1567
1605
|
fillRule: "evenodd",
|
|
@@ -1570,7 +1608,7 @@ var Profile = (props) => {
|
|
|
1570
1608
|
fill: color
|
|
1571
1609
|
}
|
|
1572
1610
|
),
|
|
1573
|
-
/* @__PURE__ */ (0,
|
|
1611
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1574
1612
|
"path",
|
|
1575
1613
|
{
|
|
1576
1614
|
fillRule: "evenodd",
|
|
@@ -1580,17 +1618,17 @@ var Profile = (props) => {
|
|
|
1580
1618
|
}
|
|
1581
1619
|
)
|
|
1582
1620
|
] }),
|
|
1583
|
-
/* @__PURE__ */ (0,
|
|
1621
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1584
1622
|
] });
|
|
1585
1623
|
};
|
|
1586
1624
|
var profile_default = Profile;
|
|
1587
1625
|
|
|
1588
1626
|
// src/icons/v2/outline/qr-code.tsx
|
|
1589
|
-
var
|
|
1627
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1590
1628
|
var QRCode = (props) => {
|
|
1591
1629
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1592
|
-
return /* @__PURE__ */ (0,
|
|
1593
|
-
/* @__PURE__ */ (0,
|
|
1630
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1631
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1594
1632
|
"path",
|
|
1595
1633
|
{
|
|
1596
1634
|
fillRule: "evenodd",
|
|
@@ -1599,7 +1637,7 @@ var QRCode = (props) => {
|
|
|
1599
1637
|
fill: color
|
|
1600
1638
|
}
|
|
1601
1639
|
),
|
|
1602
|
-
/* @__PURE__ */ (0,
|
|
1640
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1603
1641
|
"path",
|
|
1604
1642
|
{
|
|
1605
1643
|
fillRule: "evenodd",
|
|
@@ -1608,7 +1646,7 @@ var QRCode = (props) => {
|
|
|
1608
1646
|
fill: color
|
|
1609
1647
|
}
|
|
1610
1648
|
),
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
1649
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1612
1650
|
"path",
|
|
1613
1651
|
{
|
|
1614
1652
|
fillRule: "evenodd",
|
|
@@ -1617,7 +1655,7 @@ var QRCode = (props) => {
|
|
|
1617
1655
|
fill: color
|
|
1618
1656
|
}
|
|
1619
1657
|
),
|
|
1620
|
-
/* @__PURE__ */ (0,
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1621
1659
|
"path",
|
|
1622
1660
|
{
|
|
1623
1661
|
fillRule: "evenodd",
|
|
@@ -1626,7 +1664,7 @@ var QRCode = (props) => {
|
|
|
1626
1664
|
fill: color
|
|
1627
1665
|
}
|
|
1628
1666
|
),
|
|
1629
|
-
/* @__PURE__ */ (0,
|
|
1667
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1630
1668
|
"path",
|
|
1631
1669
|
{
|
|
1632
1670
|
fillRule: "evenodd",
|
|
@@ -1635,7 +1673,7 @@ var QRCode = (props) => {
|
|
|
1635
1673
|
fill: color
|
|
1636
1674
|
}
|
|
1637
1675
|
),
|
|
1638
|
-
/* @__PURE__ */ (0,
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1639
1677
|
"path",
|
|
1640
1678
|
{
|
|
1641
1679
|
fillRule: "evenodd",
|
|
@@ -1644,7 +1682,7 @@ var QRCode = (props) => {
|
|
|
1644
1682
|
fill: color
|
|
1645
1683
|
}
|
|
1646
1684
|
),
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1648
1686
|
"path",
|
|
1649
1687
|
{
|
|
1650
1688
|
fillRule: "evenodd",
|
|
@@ -1653,7 +1691,7 @@ var QRCode = (props) => {
|
|
|
1653
1691
|
fill: color
|
|
1654
1692
|
}
|
|
1655
1693
|
),
|
|
1656
|
-
/* @__PURE__ */ (0,
|
|
1694
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1657
1695
|
"path",
|
|
1658
1696
|
{
|
|
1659
1697
|
fillRule: "evenodd",
|
|
@@ -1662,7 +1700,7 @@ var QRCode = (props) => {
|
|
|
1662
1700
|
fill: color
|
|
1663
1701
|
}
|
|
1664
1702
|
),
|
|
1665
|
-
/* @__PURE__ */ (0,
|
|
1703
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1666
1704
|
"path",
|
|
1667
1705
|
{
|
|
1668
1706
|
fillRule: "evenodd",
|
|
@@ -1671,7 +1709,7 @@ var QRCode = (props) => {
|
|
|
1671
1709
|
fill: color
|
|
1672
1710
|
}
|
|
1673
1711
|
),
|
|
1674
|
-
/* @__PURE__ */ (0,
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1675
1713
|
"path",
|
|
1676
1714
|
{
|
|
1677
1715
|
fillRule: "evenodd",
|
|
@@ -1685,10 +1723,10 @@ var QRCode = (props) => {
|
|
|
1685
1723
|
var qr_code_default = QRCode;
|
|
1686
1724
|
|
|
1687
1725
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1688
|
-
var
|
|
1726
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1689
1727
|
var QRCodeBase = (props) => {
|
|
1690
1728
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1691
|
-
return /* @__PURE__ */ (0,
|
|
1729
|
+
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)(
|
|
1692
1730
|
"path",
|
|
1693
1731
|
{
|
|
1694
1732
|
fillRule: "evenodd",
|
|
@@ -1701,11 +1739,11 @@ var QRCodeBase = (props) => {
|
|
|
1701
1739
|
var qr_code_base_default = QRCodeBase;
|
|
1702
1740
|
|
|
1703
1741
|
// src/icons/v2/outline/search.tsx
|
|
1704
|
-
var
|
|
1742
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1705
1743
|
var Search = (props) => {
|
|
1706
1744
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1707
|
-
return /* @__PURE__ */ (0,
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1745
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1746
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1709
1747
|
"path",
|
|
1710
1748
|
{
|
|
1711
1749
|
fillRule: "evenodd",
|
|
@@ -1714,7 +1752,7 @@ var Search = (props) => {
|
|
|
1714
1752
|
fill: color
|
|
1715
1753
|
}
|
|
1716
1754
|
),
|
|
1717
|
-
/* @__PURE__ */ (0,
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1718
1756
|
"path",
|
|
1719
1757
|
{
|
|
1720
1758
|
fillRule: "evenodd",
|
|
@@ -1728,10 +1766,10 @@ var Search = (props) => {
|
|
|
1728
1766
|
var search_default = Search;
|
|
1729
1767
|
|
|
1730
1768
|
// src/icons/v2/outline/setting.tsx
|
|
1731
|
-
var
|
|
1769
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1732
1770
|
var Setting = (props) => {
|
|
1733
1771
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1734
|
-
return /* @__PURE__ */ (0,
|
|
1772
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1735
1773
|
"path",
|
|
1736
1774
|
{
|
|
1737
1775
|
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",
|
|
@@ -1742,11 +1780,11 @@ var Setting = (props) => {
|
|
|
1742
1780
|
var setting_default = Setting;
|
|
1743
1781
|
|
|
1744
1782
|
// src/icons/v2/outline/share.tsx
|
|
1745
|
-
var
|
|
1783
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1746
1784
|
var Bag2 = (props) => {
|
|
1747
1785
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1748
|
-
return /* @__PURE__ */ (0,
|
|
1749
|
-
/* @__PURE__ */ (0,
|
|
1786
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1787
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1750
1788
|
"path",
|
|
1751
1789
|
{
|
|
1752
1790
|
fillRule: "evenodd",
|
|
@@ -1755,7 +1793,7 @@ var Bag2 = (props) => {
|
|
|
1755
1793
|
fill: color
|
|
1756
1794
|
}
|
|
1757
1795
|
),
|
|
1758
|
-
/* @__PURE__ */ (0,
|
|
1796
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1759
1797
|
"path",
|
|
1760
1798
|
{
|
|
1761
1799
|
fillRule: "evenodd",
|
|
@@ -1764,7 +1802,7 @@ var Bag2 = (props) => {
|
|
|
1764
1802
|
fill: color
|
|
1765
1803
|
}
|
|
1766
1804
|
),
|
|
1767
|
-
/* @__PURE__ */ (0,
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1768
1806
|
"path",
|
|
1769
1807
|
{
|
|
1770
1808
|
fillRule: "evenodd",
|
|
@@ -1777,12 +1815,84 @@ var Bag2 = (props) => {
|
|
|
1777
1815
|
};
|
|
1778
1816
|
var share_default = Bag2;
|
|
1779
1817
|
|
|
1818
|
+
// src/icons/v2/outline/size-chart-rounded.tsx
|
|
1819
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1820
|
+
var SizeChartRounded = (props) => {
|
|
1821
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1822
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1824
|
+
"path",
|
|
1825
|
+
{
|
|
1826
|
+
fillRule: "evenodd",
|
|
1827
|
+
clipRule: "evenodd",
|
|
1828
|
+
d: "M1.6779 10.8567C1.6779 10.0512 2.33082 9.39832 3.13624 9.39832H16.8647C17.6701 9.39832 18.323 10.0512 18.323 10.8567V15.2017C18.323 16.0071 17.6701 16.66 16.8647 16.66H3.13624C2.33082 16.66 1.6779 16.0071 1.6779 15.2017V10.8567ZM3.13624 10.6483C3.02118 10.6483 2.9279 10.7416 2.9279 10.8567V15.2017C2.9279 15.3168 3.02118 15.41 3.13624 15.41H16.8647C16.9798 15.41 17.073 15.3168 17.073 15.2017V10.8567C17.073 10.7416 16.9798 10.6483 16.8647 10.6483H3.13624Z",
|
|
1829
|
+
fill: color
|
|
1830
|
+
}
|
|
1831
|
+
),
|
|
1832
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1833
|
+
"path",
|
|
1834
|
+
{
|
|
1835
|
+
fillRule: "evenodd",
|
|
1836
|
+
clipRule: "evenodd",
|
|
1837
|
+
d: "M5.83381 9.64007C6.13297 9.64007 6.37548 9.88259 6.37548 10.1817V12.106C6.37548 12.4052 6.13297 12.6477 5.83381 12.6477C5.53466 12.6477 5.29214 12.4052 5.29214 12.106V10.1817C5.29214 9.88259 5.53466 9.64007 5.83381 9.64007Z",
|
|
1838
|
+
fill: color
|
|
1839
|
+
}
|
|
1840
|
+
),
|
|
1841
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1842
|
+
"path",
|
|
1843
|
+
{
|
|
1844
|
+
fillRule: "evenodd",
|
|
1845
|
+
clipRule: "evenodd",
|
|
1846
|
+
d: "M10.0005 9.89768C10.2996 9.89768 10.5421 10.1402 10.5421 10.4393V12.3636C10.5421 12.6628 10.2996 12.9053 10.0005 12.9053C9.70132 12.9053 9.45881 12.6628 9.45881 12.3636V10.4393C9.45881 10.1402 9.70132 9.89768 10.0005 9.89768Z",
|
|
1847
|
+
fill: color
|
|
1848
|
+
}
|
|
1849
|
+
),
|
|
1850
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1851
|
+
"path",
|
|
1852
|
+
{
|
|
1853
|
+
fillRule: "evenodd",
|
|
1854
|
+
clipRule: "evenodd",
|
|
1855
|
+
d: "M14.5332 9.48165C14.8324 9.48165 15.0749 9.72416 15.0749 10.0233V11.9476C15.0749 12.2467 14.8324 12.4893 14.5332 12.4893C14.2341 12.4893 13.9916 12.2467 13.9916 11.9476V10.0233C13.9916 9.72416 14.2341 9.48165 14.5332 9.48165Z",
|
|
1856
|
+
fill: color
|
|
1857
|
+
}
|
|
1858
|
+
),
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1860
|
+
"path",
|
|
1861
|
+
{
|
|
1862
|
+
fillRule: "evenodd",
|
|
1863
|
+
clipRule: "evenodd",
|
|
1864
|
+
d: "M1.82564 6.04234C1.58156 5.79826 1.58156 5.40253 1.82564 5.15846L3.45136 3.53273C3.69544 3.28866 4.09116 3.28866 4.33524 3.53273C4.57932 3.77681 4.57932 4.17254 4.33524 4.41662L3.15146 5.6004L4.33524 6.78419C4.57932 7.02827 4.57932 7.42399 4.33524 7.66807C4.09116 7.91215 3.69543 7.91215 3.45136 7.66807L1.82564 6.04234Z",
|
|
1865
|
+
fill: color
|
|
1866
|
+
}
|
|
1867
|
+
),
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1869
|
+
"path",
|
|
1870
|
+
{
|
|
1871
|
+
fillRule: "evenodd",
|
|
1872
|
+
clipRule: "evenodd",
|
|
1873
|
+
d: "M17.3208 5.15846C17.5648 5.40254 17.5648 5.79827 17.3208 6.04234L15.695 7.66807C15.451 7.91214 15.0552 7.91214 14.8111 7.66807C14.5671 7.42399 14.5671 7.02826 14.8111 6.78418L15.9949 5.6004L14.8111 4.41661C14.5671 4.17253 14.5671 3.7768 14.8111 3.53273C15.0552 3.28865 15.451 3.28865 15.695 3.53273L17.3208 5.15846Z",
|
|
1874
|
+
fill: color
|
|
1875
|
+
}
|
|
1876
|
+
),
|
|
1877
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1878
|
+
"path",
|
|
1879
|
+
{
|
|
1880
|
+
fillRule: "evenodd",
|
|
1881
|
+
clipRule: "evenodd",
|
|
1882
|
+
d: "M1.85223 5.60039C1.85223 5.25521 2.13206 4.97539 2.47723 4.97539L16.8788 4.97539C17.224 4.97539 17.5038 5.25521 17.5038 5.60039C17.5038 5.94557 17.224 6.22539 16.8788 6.22539L2.47723 6.22539C2.13206 6.22539 1.85223 5.94557 1.85223 5.60039Z",
|
|
1883
|
+
fill: color
|
|
1884
|
+
}
|
|
1885
|
+
)
|
|
1886
|
+
] });
|
|
1887
|
+
};
|
|
1888
|
+
var size_chart_rounded_default = SizeChartRounded;
|
|
1889
|
+
|
|
1780
1890
|
// src/icons/v2/outline/sort.tsx
|
|
1781
|
-
var
|
|
1891
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1782
1892
|
var Sort = (props) => {
|
|
1783
1893
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1784
|
-
return /* @__PURE__ */ (0,
|
|
1785
|
-
/* @__PURE__ */ (0,
|
|
1894
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1895
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1786
1896
|
"path",
|
|
1787
1897
|
{
|
|
1788
1898
|
fillRule: "evenodd",
|
|
@@ -1791,7 +1901,7 @@ var Sort = (props) => {
|
|
|
1791
1901
|
fill: color
|
|
1792
1902
|
}
|
|
1793
1903
|
),
|
|
1794
|
-
/* @__PURE__ */ (0,
|
|
1904
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1795
1905
|
"path",
|
|
1796
1906
|
{
|
|
1797
1907
|
fillRule: "evenodd",
|
|
@@ -1805,25 +1915,25 @@ var Sort = (props) => {
|
|
|
1805
1915
|
var sort_default = Sort;
|
|
1806
1916
|
|
|
1807
1917
|
// src/icons/v2/outline/store-complete.tsx
|
|
1808
|
-
var
|
|
1918
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1809
1919
|
var StoreComplete = (props) => {
|
|
1810
1920
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1811
|
-
return /* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1921
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1922
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1813
1923
|
"path",
|
|
1814
1924
|
{
|
|
1815
1925
|
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",
|
|
1816
1926
|
fill: color
|
|
1817
1927
|
}
|
|
1818
1928
|
),
|
|
1819
|
-
/* @__PURE__ */ (0,
|
|
1929
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1820
1930
|
"path",
|
|
1821
1931
|
{
|
|
1822
1932
|
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",
|
|
1823
1933
|
fill: color
|
|
1824
1934
|
}
|
|
1825
1935
|
),
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1936
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1827
1937
|
"path",
|
|
1828
1938
|
{
|
|
1829
1939
|
fillRule: "evenodd",
|
|
@@ -1837,12 +1947,12 @@ var StoreComplete = (props) => {
|
|
|
1837
1947
|
var store_complete_default = StoreComplete;
|
|
1838
1948
|
|
|
1839
1949
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1840
|
-
var
|
|
1950
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1841
1951
|
var TermConditions = (props) => {
|
|
1842
1952
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1843
|
-
return /* @__PURE__ */ (0,
|
|
1844
|
-
/* @__PURE__ */ (0,
|
|
1845
|
-
/* @__PURE__ */ (0,
|
|
1953
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1954
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1955
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1846
1956
|
"path",
|
|
1847
1957
|
{
|
|
1848
1958
|
fillRule: "evenodd",
|
|
@@ -1851,7 +1961,7 @@ var TermConditions = (props) => {
|
|
|
1851
1961
|
fill: color
|
|
1852
1962
|
}
|
|
1853
1963
|
),
|
|
1854
|
-
/* @__PURE__ */ (0,
|
|
1964
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1855
1965
|
"path",
|
|
1856
1966
|
{
|
|
1857
1967
|
fillRule: "evenodd",
|
|
@@ -1860,7 +1970,7 @@ var TermConditions = (props) => {
|
|
|
1860
1970
|
fill: color
|
|
1861
1971
|
}
|
|
1862
1972
|
),
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1864
1974
|
"path",
|
|
1865
1975
|
{
|
|
1866
1976
|
fillRule: "evenodd",
|
|
@@ -1869,7 +1979,7 @@ var TermConditions = (props) => {
|
|
|
1869
1979
|
fill: color
|
|
1870
1980
|
}
|
|
1871
1981
|
),
|
|
1872
|
-
/* @__PURE__ */ (0,
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1873
1983
|
"path",
|
|
1874
1984
|
{
|
|
1875
1985
|
fillRule: "evenodd",
|
|
@@ -1878,7 +1988,7 @@ var TermConditions = (props) => {
|
|
|
1878
1988
|
fill: color
|
|
1879
1989
|
}
|
|
1880
1990
|
),
|
|
1881
|
-
/* @__PURE__ */ (0,
|
|
1991
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1882
1992
|
"path",
|
|
1883
1993
|
{
|
|
1884
1994
|
fillRule: "evenodd",
|
|
@@ -1887,7 +1997,7 @@ var TermConditions = (props) => {
|
|
|
1887
1997
|
fill: color
|
|
1888
1998
|
}
|
|
1889
1999
|
),
|
|
1890
|
-
/* @__PURE__ */ (0,
|
|
2000
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1891
2001
|
"path",
|
|
1892
2002
|
{
|
|
1893
2003
|
fillRule: "evenodd",
|
|
@@ -1897,16 +2007,16 @@ var TermConditions = (props) => {
|
|
|
1897
2007
|
}
|
|
1898
2008
|
)
|
|
1899
2009
|
] }),
|
|
1900
|
-
/* @__PURE__ */ (0,
|
|
2010
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1901
2011
|
] });
|
|
1902
2012
|
};
|
|
1903
2013
|
var term_conditions_default = TermConditions;
|
|
1904
2014
|
|
|
1905
2015
|
// src/icons/v2/outline/tips-measurement.tsx
|
|
1906
|
-
var
|
|
2016
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1907
2017
|
var TipsMeasurement = (props) => {
|
|
1908
2018
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1909
|
-
return /* @__PURE__ */ (0,
|
|
2019
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1910
2020
|
"path",
|
|
1911
2021
|
{
|
|
1912
2022
|
d: "M10.0085 1.68457C10.4642 1.22897 11.2033 1.22896 11.6589 1.68457L14.3376 4.3623C14.7932 4.81786 14.7931 5.55707 14.3376 6.0127L6.00659 14.3428C5.5794 14.77 4.90331 14.7968 4.44507 14.4229L4.35718 14.3428L1.67847 11.665C1.22285 11.2094 1.22286 10.4703 1.67847 10.0146L10.0085 1.68457ZM10.9519 2.3916C10.8869 2.32657 10.7817 2.32669 10.7166 2.3916L9.58667 3.51953L10.3933 4.32617C10.5623 4.4953 10.5621 4.76928 10.3933 4.93848C10.2241 5.10764 9.94927 5.1085 9.78003 4.93945L8.97339 4.13281L6.85718 6.25L7.91382 7.30664C8.0827 7.47589 8.08195 7.74983 7.91284 7.91895C7.74373 8.08806 7.46979 8.08881 7.30054 7.91992L6.2439 6.86328L4.34741 8.75977L5.24878 9.66113C5.41783 9.83037 5.41697 10.1052 5.2478 10.2744C5.07861 10.4433 4.80463 10.4434 4.6355 10.2744L3.73413 9.37305L2.3855 10.7217C2.32041 10.7868 2.32041 10.8929 2.3855 10.958L5.06421 13.6357L5.0896 13.6582C5.15428 13.7008 5.24265 13.6927 5.29956 13.6357L13.6306 5.30566C13.6955 5.24056 13.6956 5.13436 13.6306 5.06934L10.9519 2.3916ZM3.72534 2.66309C3.75403 2.67238 3.7773 2.69285 3.79077 2.71875L4.10229 3.50488C4.2215 3.81045 4.45915 4.06057 4.76636 4.20312L5.31519 4.45703C5.33365 4.46568 5.34922 4.47943 5.36011 4.49609C5.37104 4.51287 5.37679 4.53297 5.37671 4.55273C5.37642 4.57198 5.36997 4.59118 5.35913 4.60742C5.34832 4.62344 5.33316 4.63623 5.31519 4.64453L4.76636 4.90039C4.45903 5.04289 4.22095 5.29312 4.10132 5.59863L3.79077 6.38574C3.77985 6.41379 3.75659 6.43621 3.72729 6.44727C3.70007 6.45686 3.66976 6.45574 3.64331 6.44434C3.61683 6.43288 3.5961 6.41165 3.58569 6.38574L3.27515 5.59863C3.15503 5.29388 2.91709 5.04427 2.61011 4.90234L2.06226 4.64746C2.04028 4.63694 2.02247 4.61962 2.01147 4.59863C1.99892 4.57376 1.9972 4.54564 2.00659 4.51953C2.01612 4.49328 2.03608 4.47114 2.06226 4.45898L2.61011 4.2041C2.9176 4.06177 3.15568 3.8115 3.27515 3.50586L3.58569 2.71875C3.59665 2.69723 3.61593 2.6794 3.63843 2.66895C3.66554 2.65634 3.69677 2.65386 3.72534 2.66309ZM6.04272 2.45703C6.05886 2.46236 6.07226 2.47367 6.07983 2.48828L6.19409 2.7793C6.23646 2.88715 6.32087 2.97513 6.42944 3.02539L6.63159 3.12012C6.64401 3.12575 6.6547 3.13556 6.66089 3.14746C6.66432 3.15433 6.66627 3.16232 6.66675 3.16992C6.66717 3.17755 6.66547 3.18516 6.66284 3.19238C6.66021 3.19957 6.65639 3.20619 6.65112 3.21191C6.64569 3.21773 6.63895 3.22318 6.63159 3.22656L6.42944 3.32031C6.321 3.37051 6.23658 3.45875 6.19409 3.56641L6.07983 3.85742C6.07332 3.87333 6.06029 3.88665 6.0437 3.89258C6.0361 3.89533 6.02741 3.89574 6.01929 3.89551C6.01127 3.89524 6.00316 3.89377 5.99585 3.89062C5.98853 3.88744 5.98183 3.88255 5.97632 3.87695C5.97088 3.87135 5.96645 3.86457 5.96362 3.85742L5.84839 3.56641C5.806 3.45881 5.72241 3.3704 5.61401 3.32031L5.41089 3.22656C5.39855 3.22089 5.38846 3.21103 5.38257 3.19922C5.37902 3.19226 5.37721 3.18449 5.37671 3.17676C5.37622 3.16917 5.37711 3.16151 5.37964 3.1543C5.38228 3.14694 5.38694 3.13962 5.39233 3.13379C5.39758 3.12817 5.40384 3.12348 5.41089 3.12012L5.61401 3.02539C5.72247 2.97521 5.80617 2.88707 5.84839 2.7793L5.96362 2.48828C5.96987 2.47606 5.98017 2.46604 5.99292 2.45996C6.00836 2.45283 6.0265 2.45171 6.04272 2.45703Z",
|
|
@@ -1917,12 +2027,12 @@ var TipsMeasurement = (props) => {
|
|
|
1917
2027
|
var tips_measurement_default = TipsMeasurement;
|
|
1918
2028
|
|
|
1919
2029
|
// src/icons/v2/outline/trash.tsx
|
|
1920
|
-
var
|
|
2030
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1921
2031
|
var Trash = (props) => {
|
|
1922
2032
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1923
|
-
return /* @__PURE__ */ (0,
|
|
1924
|
-
/* @__PURE__ */ (0,
|
|
1925
|
-
/* @__PURE__ */ (0,
|
|
2033
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1926
2036
|
"path",
|
|
1927
2037
|
{
|
|
1928
2038
|
fillRule: "evenodd",
|
|
@@ -1931,7 +2041,7 @@ var Trash = (props) => {
|
|
|
1931
2041
|
fill: color
|
|
1932
2042
|
}
|
|
1933
2043
|
),
|
|
1934
|
-
/* @__PURE__ */ (0,
|
|
2044
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1935
2045
|
"path",
|
|
1936
2046
|
{
|
|
1937
2047
|
fillRule: "evenodd",
|
|
@@ -1940,7 +2050,7 @@ var Trash = (props) => {
|
|
|
1940
2050
|
fill: color
|
|
1941
2051
|
}
|
|
1942
2052
|
),
|
|
1943
|
-
/* @__PURE__ */ (0,
|
|
2053
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1944
2054
|
"path",
|
|
1945
2055
|
{
|
|
1946
2056
|
fillRule: "evenodd",
|
|
@@ -1949,7 +2059,7 @@ var Trash = (props) => {
|
|
|
1949
2059
|
fill: color
|
|
1950
2060
|
}
|
|
1951
2061
|
),
|
|
1952
|
-
/* @__PURE__ */ (0,
|
|
2062
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1953
2063
|
"path",
|
|
1954
2064
|
{
|
|
1955
2065
|
fillRule: "evenodd",
|
|
@@ -1959,17 +2069,17 @@ var Trash = (props) => {
|
|
|
1959
2069
|
}
|
|
1960
2070
|
)
|
|
1961
2071
|
] }),
|
|
1962
|
-
/* @__PURE__ */ (0,
|
|
2072
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1963
2073
|
] });
|
|
1964
2074
|
};
|
|
1965
2075
|
var trash_default = Trash;
|
|
1966
2076
|
|
|
1967
2077
|
// src/icons/v2/outline/truck.tsx
|
|
1968
|
-
var
|
|
2078
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
1969
2079
|
var Truck = (props) => {
|
|
1970
2080
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1971
|
-
return /* @__PURE__ */ (0,
|
|
1972
|
-
/* @__PURE__ */ (0,
|
|
2081
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1973
2083
|
"path",
|
|
1974
2084
|
{
|
|
1975
2085
|
fillRule: "evenodd",
|
|
@@ -1978,38 +2088,38 @@ var Truck = (props) => {
|
|
|
1978
2088
|
fill: color
|
|
1979
2089
|
}
|
|
1980
2090
|
) }),
|
|
1981
|
-
/* @__PURE__ */ (0,
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1982
2092
|
] });
|
|
1983
2093
|
};
|
|
1984
2094
|
var truck_default = Truck;
|
|
1985
2095
|
|
|
1986
2096
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1987
|
-
var
|
|
2097
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
1988
2098
|
var TruckDiscount = (props) => {
|
|
1989
2099
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1990
|
-
return /* @__PURE__ */ (0,
|
|
1991
|
-
/* @__PURE__ */ (0,
|
|
2100
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2101
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1992
2102
|
"path",
|
|
1993
2103
|
{
|
|
1994
2104
|
d: "M7.53159 6.71973C7.66828 6.5832 7.89007 6.58309 8.0267 6.71973C8.16285 6.85631 8.16286 7.07729 8.0267 7.21387L5.39584 9.84473L5.34116 9.88965C5.20548 9.9791 5.02126 9.96389 4.9017 9.84473C4.76502 9.70804 4.76502 9.48629 4.9017 9.34961L7.53159 6.71973Z",
|
|
1995
2105
|
fill: color
|
|
1996
2106
|
}
|
|
1997
2107
|
),
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
2108
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1999
2109
|
"path",
|
|
2000
2110
|
{
|
|
2001
2111
|
d: "M7.39194 8.75977C7.66062 8.75993 7.87903 8.97742 7.87924 9.24609C7.87924 9.51495 7.66075 9.73323 7.39194 9.7334C7.12311 9.73326 6.90561 9.51496 6.90561 9.24609C6.90582 8.97741 7.12323 8.75991 7.39194 8.75977Z",
|
|
2002
2112
|
fill: color
|
|
2003
2113
|
}
|
|
2004
2114
|
),
|
|
2005
|
-
/* @__PURE__ */ (0,
|
|
2115
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2006
2116
|
"path",
|
|
2007
2117
|
{
|
|
2008
2118
|
d: "M5.47592 6.86719C5.74453 6.86748 5.96308 7.08487 5.96323 7.35352C5.96323 7.62229 5.74462 7.84052 5.47592 7.84082C5.20709 7.84068 4.98959 7.62238 4.98959 7.35352C4.98974 7.08477 5.20718 6.86733 5.47592 6.86719Z",
|
|
2009
2119
|
fill: color
|
|
2010
2120
|
}
|
|
2011
2121
|
),
|
|
2012
|
-
/* @__PURE__ */ (0,
|
|
2122
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2013
2123
|
"path",
|
|
2014
2124
|
{
|
|
2015
2125
|
fillRule: "evenodd",
|
|
@@ -2023,12 +2133,12 @@ var TruckDiscount = (props) => {
|
|
|
2023
2133
|
var truck_discount_default = TruckDiscount;
|
|
2024
2134
|
|
|
2025
2135
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
2026
|
-
var
|
|
2136
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
2027
2137
|
var VirtualWallet = (props) => {
|
|
2028
2138
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2029
|
-
return /* @__PURE__ */ (0,
|
|
2030
|
-
/* @__PURE__ */ (0,
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2139
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2140
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
2141
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2032
2142
|
"path",
|
|
2033
2143
|
{
|
|
2034
2144
|
fillRule: "evenodd",
|
|
@@ -2037,7 +2147,7 @@ var VirtualWallet = (props) => {
|
|
|
2037
2147
|
fill: color
|
|
2038
2148
|
}
|
|
2039
2149
|
),
|
|
2040
|
-
/* @__PURE__ */ (0,
|
|
2150
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2041
2151
|
"path",
|
|
2042
2152
|
{
|
|
2043
2153
|
fillRule: "evenodd",
|
|
@@ -2046,7 +2156,7 @@ var VirtualWallet = (props) => {
|
|
|
2046
2156
|
fill: color
|
|
2047
2157
|
}
|
|
2048
2158
|
),
|
|
2049
|
-
/* @__PURE__ */ (0,
|
|
2159
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2050
2160
|
"path",
|
|
2051
2161
|
{
|
|
2052
2162
|
fillRule: "evenodd",
|
|
@@ -2055,14 +2165,14 @@ var VirtualWallet = (props) => {
|
|
|
2055
2165
|
fill: color
|
|
2056
2166
|
}
|
|
2057
2167
|
),
|
|
2058
|
-
/* @__PURE__ */ (0,
|
|
2168
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2059
2169
|
"path",
|
|
2060
2170
|
{
|
|
2061
2171
|
d: "M18 14.5039C18 15.3323 17.3284 16.0039 16.5 16.0039C15.6716 16.0039 15 15.3323 15 14.5039C15 13.6755 15.6716 13.0039 16.5 13.0039C17.3284 13.0039 18 13.6755 18 14.5039Z",
|
|
2062
2172
|
fill: color
|
|
2063
2173
|
}
|
|
2064
2174
|
),
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2175
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2066
2176
|
"path",
|
|
2067
2177
|
{
|
|
2068
2178
|
fillRule: "evenodd",
|
|
@@ -2071,7 +2181,7 @@ var VirtualWallet = (props) => {
|
|
|
2071
2181
|
fill: color
|
|
2072
2182
|
}
|
|
2073
2183
|
),
|
|
2074
|
-
/* @__PURE__ */ (0,
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2075
2185
|
"path",
|
|
2076
2186
|
{
|
|
2077
2187
|
fillRule: "evenodd",
|
|
@@ -2081,17 +2191,17 @@ var VirtualWallet = (props) => {
|
|
|
2081
2191
|
}
|
|
2082
2192
|
)
|
|
2083
2193
|
] }),
|
|
2084
|
-
/* @__PURE__ */ (0,
|
|
2194
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2085
2195
|
] });
|
|
2086
2196
|
};
|
|
2087
2197
|
var virtual_wallet_default = VirtualWallet;
|
|
2088
2198
|
|
|
2089
2199
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
2090
|
-
var
|
|
2200
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
2091
2201
|
var VoucherApplied = (props) => {
|
|
2092
2202
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2093
|
-
return /* @__PURE__ */ (0,
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2203
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2095
2205
|
"path",
|
|
2096
2206
|
{
|
|
2097
2207
|
fillRule: "evenodd",
|
|
@@ -2100,7 +2210,7 @@ var VoucherApplied = (props) => {
|
|
|
2100
2210
|
fill: color
|
|
2101
2211
|
}
|
|
2102
2212
|
),
|
|
2103
|
-
/* @__PURE__ */ (0,
|
|
2213
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2104
2214
|
"path",
|
|
2105
2215
|
{
|
|
2106
2216
|
fillRule: "evenodd",
|
|
@@ -2109,7 +2219,7 @@ var VoucherApplied = (props) => {
|
|
|
2109
2219
|
fill: color
|
|
2110
2220
|
}
|
|
2111
2221
|
),
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2222
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2113
2223
|
"path",
|
|
2114
2224
|
{
|
|
2115
2225
|
fillRule: "evenodd",
|
|
@@ -2118,7 +2228,7 @@ var VoucherApplied = (props) => {
|
|
|
2118
2228
|
fill: color
|
|
2119
2229
|
}
|
|
2120
2230
|
),
|
|
2121
|
-
/* @__PURE__ */ (0,
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2122
2232
|
"path",
|
|
2123
2233
|
{
|
|
2124
2234
|
fillRule: "evenodd",
|
|
@@ -2132,25 +2242,25 @@ var VoucherApplied = (props) => {
|
|
|
2132
2242
|
var voucher_applied_default = VoucherApplied;
|
|
2133
2243
|
|
|
2134
2244
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
2135
|
-
var
|
|
2245
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
2136
2246
|
var VoucherOutline = (props) => {
|
|
2137
2247
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2138
|
-
return /* @__PURE__ */ (0,
|
|
2139
|
-
/* @__PURE__ */ (0,
|
|
2248
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2249
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2140
2250
|
"path",
|
|
2141
2251
|
{
|
|
2142
2252
|
d: "M10 12.541C10.359 12.541 10.6504 12.8324 10.6504 13.1914V15.5762C10.6502 15.935 10.3589 16.2256 10 16.2256C9.6411 16.2256 9.34975 15.935 9.34961 15.5762V13.1914C9.34961 12.8324 9.64102 12.541 10 12.541Z",
|
|
2143
2253
|
fill: color
|
|
2144
2254
|
}
|
|
2145
2255
|
),
|
|
2146
|
-
/* @__PURE__ */ (0,
|
|
2256
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2147
2257
|
"path",
|
|
2148
2258
|
{
|
|
2149
2259
|
d: "M10 7.77246C10.3589 7.77247 10.6503 8.06301 10.6504 8.42188V10.8066C10.6504 11.1656 10.359 11.457 10 11.457C9.64102 11.457 9.34961 11.1656 9.34961 10.8066V8.42188C9.34974 8.063 9.64109 7.77246 10 7.77246Z",
|
|
2150
2260
|
fill: color
|
|
2151
2261
|
}
|
|
2152
2262
|
),
|
|
2153
|
-
/* @__PURE__ */ (0,
|
|
2263
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2154
2264
|
"path",
|
|
2155
2265
|
{
|
|
2156
2266
|
fillRule: "evenodd",
|
|
@@ -2164,12 +2274,12 @@ var VoucherOutline = (props) => {
|
|
|
2164
2274
|
var voucher_outline_default = VoucherOutline;
|
|
2165
2275
|
|
|
2166
2276
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2167
|
-
var
|
|
2277
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
2168
2278
|
var AddBagSolid = (props) => {
|
|
2169
2279
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2170
2280
|
const fillColor = color || "#12784A";
|
|
2171
|
-
return /* @__PURE__ */ (0,
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2281
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2173
2283
|
"path",
|
|
2174
2284
|
{
|
|
2175
2285
|
fillRule: "evenodd",
|
|
@@ -2178,7 +2288,7 @@ var AddBagSolid = (props) => {
|
|
|
2178
2288
|
fill: fillColor
|
|
2179
2289
|
}
|
|
2180
2290
|
),
|
|
2181
|
-
/* @__PURE__ */ (0,
|
|
2291
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2182
2292
|
"path",
|
|
2183
2293
|
{
|
|
2184
2294
|
fillRule: "evenodd",
|
|
@@ -2192,10 +2302,10 @@ var AddBagSolid = (props) => {
|
|
|
2192
2302
|
var add_bag_solid_default = AddBagSolid;
|
|
2193
2303
|
|
|
2194
2304
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2195
|
-
var
|
|
2305
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2196
2306
|
var ArrowDownCircleSolid = (props) => {
|
|
2197
2307
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2198
|
-
return /* @__PURE__ */ (0,
|
|
2308
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2199
2309
|
"path",
|
|
2200
2310
|
{
|
|
2201
2311
|
d: "M11 6C11 4.54131 10.4205 3.14237 9.38909 2.11091C8.35764 1.07946 6.95869 0.500001 5.5 0.500001C4.04131 0.500001 2.64236 1.07946 1.61091 2.11092C0.579463 3.14237 0 4.54131 0 6C0 7.45869 0.579463 8.85764 1.61091 9.88909C2.64236 10.9205 4.04131 11.5 5.5 11.5C6.95869 11.5 8.35764 10.9205 9.38909 9.88909C10.4205 8.85764 11 7.45869 11 6ZM5.071 8.87956L5.06733 8.87589L2.62289 6.43145C2.5083 6.3167 2.44399 6.16112 2.4441 5.99896C2.44422 5.83679 2.50875 5.68131 2.6235 5.56672C2.73825 5.45213 2.89382 5.38782 3.05599 5.38794C3.21815 5.38805 3.37363 5.45258 3.48822 5.56733L4.88889 6.96922L4.88889 3.55556C4.88889 3.39348 4.95327 3.23804 5.06788 3.12344C5.18248 3.00883 5.33792 2.94445 5.5 2.94445C5.66208 2.94445 5.81751 3.00883 5.93212 3.12344C6.04673 3.23804 6.11111 3.39348 6.11111 3.55556L6.11111 6.96922L7.51178 5.56733C7.62653 5.45258 7.78216 5.38812 7.94444 5.38812C8.10672 5.38812 8.26236 5.45258 8.37711 5.56733C8.49186 5.68208 8.55633 5.83772 8.55633 6C8.55633 6.16228 8.49186 6.31792 8.37711 6.43267L5.93267 8.87711C5.81874 8.99076 5.66458 9.05488 5.50367 9.05556L5.49633 9.05556C5.33703 9.05457 5.18442 8.99142 5.071 8.87956Z",
|
|
@@ -2206,10 +2316,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2206
2316
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2207
2317
|
|
|
2208
2318
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2209
|
-
var
|
|
2319
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2210
2320
|
var BagSolid = (props) => {
|
|
2211
2321
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2212
|
-
return /* @__PURE__ */ (0,
|
|
2322
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2213
2323
|
"path",
|
|
2214
2324
|
{
|
|
2215
2325
|
fillRule: "evenodd",
|
|
@@ -2222,32 +2332,32 @@ var BagSolid = (props) => {
|
|
|
2222
2332
|
var bag_solid_default = BagSolid;
|
|
2223
2333
|
|
|
2224
2334
|
// src/icons/v2/solid/category-solid.tsx
|
|
2225
|
-
var
|
|
2335
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2226
2336
|
var CategorySolid = (props) => {
|
|
2227
2337
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2228
|
-
return /* @__PURE__ */ (0,
|
|
2229
|
-
/* @__PURE__ */ (0,
|
|
2338
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2230
2340
|
"path",
|
|
2231
2341
|
{
|
|
2232
2342
|
d: "M14.9842 3.5C14.0726 3.5 13.4336 3.94874 13.0372 4.47764C12.6717 4.96527 12.5008 5.52881 12.4471 5.92986C12.2689 6.80014 12.6164 8.45961 14.3831 10.0673C14.6868 10.3553 15.503 11.0402 16.5681 11.707C16.8115 11.8594 17.1206 11.8594 17.364 11.707C18.4292 11.0402 19.2453 10.3553 19.549 10.0673C21.3157 8.45967 21.6632 6.80022 21.485 5.92993C21.4313 5.52888 21.2604 4.96533 20.8949 4.47771C20.4986 3.94881 19.8595 3.50006 18.9479 3.50006C18.0522 3.50006 17.406 3.851 16.9661 4.28201C16.5261 3.85097 15.8799 3.5 14.9842 3.5Z",
|
|
2233
2343
|
fill: color
|
|
2234
2344
|
}
|
|
2235
2345
|
),
|
|
2236
|
-
/* @__PURE__ */ (0,
|
|
2346
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2237
2347
|
"path",
|
|
2238
2348
|
{
|
|
2239
2349
|
d: "M4.75 3.52539C3.7835 3.52539 3 4.30889 3 5.27539V10.2754C3 11.2419 3.7835 12.0254 4.75 12.0254H9.75C10.7165 12.0254 11.5 11.2419 11.5 10.2754V5.27539C11.5 4.30889 10.7165 3.52539 9.75 3.52539H4.75Z",
|
|
2240
2350
|
fill: color
|
|
2241
2351
|
}
|
|
2242
2352
|
),
|
|
2243
|
-
/* @__PURE__ */ (0,
|
|
2353
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2244
2354
|
"path",
|
|
2245
2355
|
{
|
|
2246
2356
|
d: "M4.75012 12.9817C3.78362 12.9817 3.00012 13.7652 3.00012 14.7317V19.7317C3.00012 20.6982 3.78362 21.4817 4.75012 21.4817H9.75012C10.7166 21.4817 11.5001 20.6982 11.5001 19.7317V14.7317C11.5001 13.7652 10.7166 12.9817 9.75012 12.9817H4.75012Z",
|
|
2247
2357
|
fill: color
|
|
2248
2358
|
}
|
|
2249
2359
|
),
|
|
2250
|
-
/* @__PURE__ */ (0,
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2251
2361
|
"path",
|
|
2252
2362
|
{
|
|
2253
2363
|
d: "M14.2046 12.9819C13.2381 12.9819 12.4546 13.7654 12.4546 14.7319V19.7319C12.4546 20.6984 13.2381 21.4819 14.2046 21.4819H19.2046C20.1711 21.4819 20.9546 20.6984 20.9546 19.7319V14.7319C20.9546 13.7654 20.1711 12.9819 19.2046 12.9819H14.2046Z",
|
|
@@ -2259,10 +2369,10 @@ var CategorySolid = (props) => {
|
|
|
2259
2369
|
var category_solid_default = CategorySolid;
|
|
2260
2370
|
|
|
2261
2371
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2262
|
-
var
|
|
2372
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2263
2373
|
var ChatCsSolid = (props) => {
|
|
2264
2374
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2265
|
-
return /* @__PURE__ */ (0,
|
|
2375
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2266
2376
|
"path",
|
|
2267
2377
|
{
|
|
2268
2378
|
fillRule: "evenodd",
|
|
@@ -2275,10 +2385,10 @@ var ChatCsSolid = (props) => {
|
|
|
2275
2385
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2276
2386
|
|
|
2277
2387
|
// src/icons/v2/solid/check-shield.tsx
|
|
2278
|
-
var
|
|
2388
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2279
2389
|
var CheckShield2 = (props) => {
|
|
2280
2390
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2281
|
-
return /* @__PURE__ */ (0,
|
|
2391
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2282
2392
|
"path",
|
|
2283
2393
|
{
|
|
2284
2394
|
fillRule: "evenodd",
|
|
@@ -2291,13 +2401,13 @@ var CheckShield2 = (props) => {
|
|
|
2291
2401
|
var check_shield_default2 = CheckShield2;
|
|
2292
2402
|
|
|
2293
2403
|
// src/icons/v2/solid/direction.tsx
|
|
2294
|
-
var
|
|
2404
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2295
2405
|
var Direction = (props) => {
|
|
2296
2406
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2297
|
-
return /* @__PURE__ */ (0,
|
|
2298
|
-
/* @__PURE__ */ (0,
|
|
2299
|
-
/* @__PURE__ */ (0,
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2407
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2408
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
2409
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2410
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2301
2411
|
"path",
|
|
2302
2412
|
{
|
|
2303
2413
|
fillRule: "evenodd",
|
|
@@ -2307,16 +2417,16 @@ var Direction = (props) => {
|
|
|
2307
2417
|
}
|
|
2308
2418
|
)
|
|
2309
2419
|
] }),
|
|
2310
|
-
/* @__PURE__ */ (0,
|
|
2420
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2311
2421
|
] });
|
|
2312
2422
|
};
|
|
2313
2423
|
var direction_default = Direction;
|
|
2314
2424
|
|
|
2315
2425
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2316
|
-
var
|
|
2426
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2317
2427
|
var EnvelopedSolid = (props) => {
|
|
2318
2428
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2319
|
-
return /* @__PURE__ */ (0,
|
|
2429
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2320
2430
|
"path",
|
|
2321
2431
|
{
|
|
2322
2432
|
fillRule: "evenodd",
|
|
@@ -2329,12 +2439,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2329
2439
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2330
2440
|
|
|
2331
2441
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2332
|
-
var
|
|
2442
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2333
2443
|
var FastTruckSolid = (props) => {
|
|
2334
2444
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2335
2445
|
const fillColor = color || "#12784A";
|
|
2336
|
-
return /* @__PURE__ */ (0,
|
|
2337
|
-
/* @__PURE__ */ (0,
|
|
2446
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2338
2448
|
"path",
|
|
2339
2449
|
{
|
|
2340
2450
|
fillRule: "evenodd",
|
|
@@ -2343,14 +2453,14 @@ var FastTruckSolid = (props) => {
|
|
|
2343
2453
|
fill: fillColor
|
|
2344
2454
|
}
|
|
2345
2455
|
),
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2456
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2347
2457
|
"path",
|
|
2348
2458
|
{
|
|
2349
2459
|
d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
|
|
2350
2460
|
fill: fillColor
|
|
2351
2461
|
}
|
|
2352
2462
|
),
|
|
2353
|
-
/* @__PURE__ */ (0,
|
|
2463
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2354
2464
|
"path",
|
|
2355
2465
|
{
|
|
2356
2466
|
d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
|
|
@@ -2362,10 +2472,10 @@ var FastTruckSolid = (props) => {
|
|
|
2362
2472
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2363
2473
|
|
|
2364
2474
|
// src/icons/v2/solid/hand.tsx
|
|
2365
|
-
var
|
|
2475
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2366
2476
|
var Hand = (props) => {
|
|
2367
2477
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2368
|
-
return /* @__PURE__ */ (0,
|
|
2478
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2369
2479
|
"path",
|
|
2370
2480
|
{
|
|
2371
2481
|
id: "Vector 650",
|
|
@@ -2377,10 +2487,10 @@ var Hand = (props) => {
|
|
|
2377
2487
|
var hand_default = Hand;
|
|
2378
2488
|
|
|
2379
2489
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2380
|
-
var
|
|
2490
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2381
2491
|
var HandphoneSolid = (props) => {
|
|
2382
2492
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2383
|
-
return /* @__PURE__ */ (0,
|
|
2493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2384
2494
|
"path",
|
|
2385
2495
|
{
|
|
2386
2496
|
fillRule: "evenodd",
|
|
@@ -2393,10 +2503,10 @@ var HandphoneSolid = (props) => {
|
|
|
2393
2503
|
var handphone_solid_default = HandphoneSolid;
|
|
2394
2504
|
|
|
2395
2505
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2396
|
-
var
|
|
2506
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2397
2507
|
var HeartSolid = (props) => {
|
|
2398
2508
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2399
|
-
return /* @__PURE__ */ (0,
|
|
2509
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2400
2510
|
"path",
|
|
2401
2511
|
{
|
|
2402
2512
|
d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
|
|
@@ -2407,10 +2517,10 @@ var HeartSolid = (props) => {
|
|
|
2407
2517
|
var heart_solid_default = HeartSolid;
|
|
2408
2518
|
|
|
2409
2519
|
// src/icons/v2/solid/home-solid.tsx
|
|
2410
|
-
var
|
|
2520
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2411
2521
|
var HomeSolid = (props) => {
|
|
2412
2522
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2413
|
-
return /* @__PURE__ */ (0,
|
|
2523
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2414
2524
|
"path",
|
|
2415
2525
|
{
|
|
2416
2526
|
fillRule: "evenodd",
|
|
@@ -2423,10 +2533,10 @@ var HomeSolid = (props) => {
|
|
|
2423
2533
|
var home_solid_default = HomeSolid;
|
|
2424
2534
|
|
|
2425
2535
|
// src/icons/v2/solid/info-solid.tsx
|
|
2426
|
-
var
|
|
2536
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2427
2537
|
var InfoSolid = (props) => {
|
|
2428
2538
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2429
|
-
return /* @__PURE__ */ (0,
|
|
2539
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2430
2540
|
"path",
|
|
2431
2541
|
{
|
|
2432
2542
|
fillRule: "evenodd",
|
|
@@ -2439,11 +2549,11 @@ var InfoSolid = (props) => {
|
|
|
2439
2549
|
var info_solid_default = InfoSolid;
|
|
2440
2550
|
|
|
2441
2551
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2442
|
-
var
|
|
2552
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2443
2553
|
var InfoSolid2 = (props) => {
|
|
2444
2554
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2445
|
-
return /* @__PURE__ */ (0,
|
|
2446
|
-
/* @__PURE__ */ (0,
|
|
2555
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2556
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2447
2557
|
"path",
|
|
2448
2558
|
{
|
|
2449
2559
|
fillRule: "evenodd",
|
|
@@ -2452,24 +2562,24 @@ var InfoSolid2 = (props) => {
|
|
|
2452
2562
|
fill: color
|
|
2453
2563
|
}
|
|
2454
2564
|
) }),
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2565
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2456
2566
|
] });
|
|
2457
2567
|
};
|
|
2458
2568
|
var lock_solid_default = InfoSolid2;
|
|
2459
2569
|
|
|
2460
2570
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2461
|
-
var
|
|
2571
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2462
2572
|
var MapMarkerSolid = (props) => {
|
|
2463
2573
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2464
|
-
return /* @__PURE__ */ (0,
|
|
2465
|
-
/* @__PURE__ */ (0,
|
|
2574
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2575
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2466
2576
|
"path",
|
|
2467
2577
|
{
|
|
2468
2578
|
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",
|
|
2469
2579
|
fill: color
|
|
2470
2580
|
}
|
|
2471
2581
|
),
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2582
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2473
2583
|
"path",
|
|
2474
2584
|
{
|
|
2475
2585
|
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",
|
|
@@ -2481,18 +2591,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2481
2591
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2482
2592
|
|
|
2483
2593
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2484
|
-
var
|
|
2594
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2485
2595
|
var ProfileSolid = (props) => {
|
|
2486
2596
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2487
|
-
return /* @__PURE__ */ (0,
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2489
2599
|
"path",
|
|
2490
2600
|
{
|
|
2491
2601
|
d: "M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z",
|
|
2492
2602
|
fill: color
|
|
2493
2603
|
}
|
|
2494
2604
|
),
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2496
2606
|
"path",
|
|
2497
2607
|
{
|
|
2498
2608
|
d: "M4.0556 19.5212C4.95811 16.06 8.17325 13.5 12.0011 13.5C15.829 13.5 19.0441 16.06 19.9467 19.5212C20.2254 20.59 19.3039 21.5 18.1994 21.5H5.80289C4.69832 21.5 3.77691 20.59 4.0556 19.5212Z",
|
|
@@ -2503,11 +2613,55 @@ var ProfileSolid = (props) => {
|
|
|
2503
2613
|
};
|
|
2504
2614
|
var profile_solid_default = ProfileSolid;
|
|
2505
2615
|
|
|
2616
|
+
// src/icons/v2/solid/purchase-history.tsx
|
|
2617
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2618
|
+
var PurchaseHistory = (props) => {
|
|
2619
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2620
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
|
|
2621
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2622
|
+
"path",
|
|
2623
|
+
{
|
|
2624
|
+
d: "M17.252 2.01562C18.7707 2.01563 20.002 3.24684 20.002 4.76562V9.00098C19.166 8.37243 18.1265 8 17 8C14.2386 8 12 10.2386 12 13C12 15.7614 14.2386 18 17 18C18.1267 18 19.1659 17.6268 20.002 16.998V19.2402C20.0018 20.7589 18.7707 21.9902 17.252 21.9902H6.74902C5.23056 21.99 3.99916 20.7587 3.99902 19.2402V9.69727C3.99908 9.08117 4.20628 8.48248 4.58691 7.99805L8.46484 3.06543C8.98617 2.40241 9.78352 2.0157 10.627 2.01562H17.252ZM7.49902 13.8496C7.14009 13.8497 6.84863 14.1411 6.84863 14.5C6.84863 14.8589 7.14009 15.1503 7.49902 15.1504H10.999C11.358 15.1504 11.6494 14.859 11.6494 14.5C11.6494 14.141 11.358 13.8496 10.999 13.8496H7.49902ZM7.49902 10.8496C7.14009 10.8497 6.84863 11.1411 6.84863 11.5C6.84863 11.8589 7.14009 12.1503 7.49902 12.1504H11C11.3589 12.1503 11.6494 11.8589 11.6494 11.5C11.6494 11.1411 11.3589 10.8497 11 10.8496H7.49902Z",
|
|
2625
|
+
fill: color
|
|
2626
|
+
}
|
|
2627
|
+
),
|
|
2628
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2629
|
+
"path",
|
|
2630
|
+
{
|
|
2631
|
+
d: "M20.7002 13C20.7002 10.9565 19.0435 9.2998 17 9.2998C14.9565 9.2998 13.2998 10.9565 13.2998 13C13.2998 15.0435 14.9565 16.7002 17 16.7002V18C14.2386 18 12 15.7614 12 13C12 10.2386 14.2386 8 17 8C19.7614 8 22 10.2386 22 13C22 15.7614 19.7614 18 17 18V16.7002C19.0435 16.7002 20.7002 15.0435 20.7002 13Z",
|
|
2632
|
+
fill: color
|
|
2633
|
+
}
|
|
2634
|
+
),
|
|
2635
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2636
|
+
"path",
|
|
2637
|
+
{
|
|
2638
|
+
d: "M16.0372 11.2329C16.0372 10.8739 16.3286 10.5825 16.6876 10.5825C17.0465 10.5825 17.338 10.8739 17.338 11.2329V12.9429H18.6876C19.0464 12.9429 19.3378 13.2335 19.338 13.5923C19.338 13.9513 19.0465 14.2427 18.6876 14.2427H16.6876C16.3286 14.2427 16.0372 13.9513 16.0372 13.5923V11.2329Z",
|
|
2639
|
+
fill: color
|
|
2640
|
+
}
|
|
2641
|
+
)
|
|
2642
|
+
] });
|
|
2643
|
+
};
|
|
2644
|
+
var purchase_history_default = PurchaseHistory;
|
|
2645
|
+
|
|
2646
|
+
// src/icons/v2/solid/redeem-point-solid.tsx
|
|
2647
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2648
|
+
var RedeemPointSolid = (props) => {
|
|
2649
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2651
|
+
"path",
|
|
2652
|
+
{
|
|
2653
|
+
d: "M5.97211 0C7.70607 0.000206476 9.11171 1.40565 9.11176 3.13965H9.11078C9.1109 3.14404 9.11176 3.14891 9.11176 3.15332V3.32617H9.66352L9.78754 3.33105C9.84627 3.33649 9.90397 3.34653 9.96039 3.35938C9.97965 3.36376 9.99906 3.36784 10.018 3.37305C10.0732 3.38825 10.1269 3.40777 10.1791 3.42969C10.1974 3.43736 10.216 3.44467 10.2338 3.45312C10.291 3.48018 10.3455 3.51223 10.3979 3.54688C10.4041 3.55099 10.4103 3.55535 10.4164 3.55957C10.4405 3.57603 10.4639 3.59336 10.4868 3.61133C10.4953 3.61803 10.5038 3.62492 10.5121 3.63184C10.526 3.6433 10.5398 3.65498 10.5532 3.66699C10.5712 3.68312 10.5888 3.69971 10.6059 3.7168C10.6176 3.7285 10.6288 3.74079 10.6401 3.75293C10.6518 3.76557 10.664 3.77792 10.6752 3.79102C10.6883 3.80627 10.7009 3.82204 10.7133 3.83789C10.729 3.85785 10.7437 3.87854 10.7582 3.89941C10.7633 3.90666 10.769 3.91354 10.7739 3.9209C10.7909 3.94649 10.8064 3.97316 10.8217 4C10.8258 4.00721 10.8304 4.01419 10.8344 4.02148C10.8476 4.04558 10.8589 4.07069 10.8705 4.0957C10.8763 4.10808 10.8827 4.12022 10.8881 4.13281C10.896 4.15104 10.9026 4.16982 10.9096 4.18848C10.9161 4.20578 10.9243 4.22258 10.9301 4.24023C10.948 4.29425 10.9611 4.35019 10.9721 4.40723C10.9762 4.42857 10.9807 4.44995 10.9838 4.47168L11.2407 6.28906C12.0959 7.02267 12.6381 8.11101 12.6381 9.32617C12.6379 11.5351 10.8471 13.3262 8.63813 13.3262C7.82063 13.3261 7.06055 13.0802 6.42719 12.6592H1.33344L1.18402 12.6504C1.11046 12.6422 1.03937 12.626 0.970156 12.6064C0.94858 12.6003 0.9268 12.595 0.905703 12.5879C0.89086 12.5829 0.876351 12.5768 0.861758 12.5713C0.835727 12.5614 0.809806 12.5514 0.78461 12.54C0.762278 12.5299 0.740813 12.5181 0.71918 12.5068C0.700168 12.4969 0.680987 12.4873 0.662539 12.4766C0.640125 12.4635 0.618646 12.4489 0.59711 12.4346C0.58321 12.4253 0.568639 12.417 0.555117 12.4072C0.529727 12.3889 0.505857 12.3687 0.481875 12.3486C0.471766 12.3402 0.461451 12.332 0.451602 12.3232C0.429688 12.3038 0.4087 12.2835 0.388125 12.2627C0.374834 12.2493 0.361773 12.2356 0.349063 12.2217C0.335706 12.207 0.322694 12.192 0.31 12.1768C0.292035 12.1552 0.27483 12.133 0.258242 12.1104C0.247531 12.0957 0.236133 12.0815 0.226016 12.0664C0.212183 12.0458 0.199637 12.0243 0.186953 12.0029C0.176112 11.9846 0.165676 11.9661 0.155703 11.9473C0.143164 11.9236 0.131669 11.8994 0.120547 11.875C0.113794 11.8601 0.107231 11.8452 0.101016 11.8301C0.0912309 11.8063 0.0820871 11.7822 0.0736721 11.7578C0.0656501 11.7345 0.0569707 11.7113 0.0502346 11.6875C0.0437831 11.6647 0.0388702 11.6414 0.033633 11.6182C0.0295508 11.6 0.0252397 11.5819 0.0219142 11.5635C-0.00284927 11.4266 -0.007804 11.2831 0.0131252 11.1367L0.967227 4.46973C0.978934 4.38809 0.998381 4.30919 1.02387 4.2334C1.02794 4.22128 1.03216 4.20921 1.03656 4.19727C1.04594 4.17183 1.05599 4.14672 1.06684 4.12207C1.07235 4.10953 1.07853 4.09728 1.08441 4.08496C1.09157 4.06997 1.09821 4.0547 1.1059 4.04004L1.11957 4.01465C1.12648 4.00214 1.13376 3.98979 1.14105 3.97754C1.15025 3.96209 1.15958 3.94667 1.16938 3.93164C1.18062 3.91439 1.19253 3.89753 1.20453 3.88086C1.21457 3.86691 1.22523 3.85337 1.23578 3.83984C1.24901 3.82288 1.26279 3.80631 1.2768 3.79004C1.28702 3.77817 1.29742 3.76638 1.30805 3.75488C1.32398 3.73764 1.34007 3.72047 1.35688 3.7041C1.36544 3.69577 1.37446 3.68779 1.38324 3.67969C1.40051 3.66375 1.41789 3.64782 1.43598 3.63281C1.45059 3.6207 1.46578 3.60914 1.4809 3.59766C1.49404 3.58767 1.50743 3.57786 1.52094 3.56836C1.54048 3.55463 1.56023 3.541 1.58051 3.52832C1.59112 3.52168 1.60193 3.51514 1.61273 3.50879C1.63692 3.4946 1.66185 3.48142 1.68695 3.46875C1.6964 3.46398 1.7057 3.45865 1.71527 3.4541C1.73536 3.44456 1.75619 3.43628 1.7768 3.42773C1.79304 3.42099 1.80908 3.41333 1.82563 3.40723C1.84862 3.39875 1.8724 3.39199 1.89594 3.38477C1.90798 3.38106 1.91989 3.37641 1.93207 3.37305C1.95419 3.36695 1.97691 3.36239 1.99945 3.35742C2.05308 3.3456 2.10783 3.3362 2.16352 3.33105L2.28754 3.32617H2.83148V3.15332C2.83148 3.14891 2.83235 3.14403 2.83246 3.13965H2.83148C2.83153 1.40553 4.23798 9.53327e-06 5.97211 0ZM8.63813 6.19238C6.90777 6.19255 5.50531 7.59578 5.50531 9.32617C5.50558 11.0563 6.90793 12.4588 8.63813 12.459C10.3685 12.459 11.7717 11.0564 11.7719 9.32617C11.7719 7.59568 10.3686 6.19238 8.63813 6.19238ZM9.55805 7.9834C9.66518 7.76958 9.92515 7.68306 10.1391 7.79004C10.3529 7.89715 10.4393 8.15717 10.3325 8.37109L8.99945 11.0381C8.92601 11.1847 8.77578 11.2773 8.61176 11.2773C8.44773 11.2773 8.29752 11.1847 8.22406 11.0381L6.89105 8.37109C6.78415 8.15715 6.87061 7.89714 7.08441 7.79004C7.29838 7.68305 7.55836 7.76953 7.66547 7.9834L8.61176 9.875L9.55805 7.9834ZM5.97211 1C4.79027 1.00001 3.83153 1.95782 3.83148 3.13965H3.83051C3.83062 3.14404 3.83148 3.1489 3.83148 3.15332V3.32617H8.11176V3.15332C8.11176 3.14891 8.11262 3.14404 8.11273 3.13965H8.11176C8.11171 1.95794 7.15378 1.00021 5.97211 1Z",
|
|
2654
|
+
fill: color
|
|
2655
|
+
}
|
|
2656
|
+
) });
|
|
2657
|
+
};
|
|
2658
|
+
var redeem_point_solid_default = RedeemPointSolid;
|
|
2659
|
+
|
|
2506
2660
|
// src/icons/v2/solid/search-solid.tsx
|
|
2507
|
-
var
|
|
2661
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2508
2662
|
var SearchSolid = (props) => {
|
|
2509
2663
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2510
|
-
return /* @__PURE__ */ (0,
|
|
2664
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2511
2665
|
"path",
|
|
2512
2666
|
{
|
|
2513
2667
|
d: "M20.7876 20.2156L16.2978 15.7258C17.355 14.4323 17.9893 12.7782 17.9893 10.9872C17.9893 6.85805 14.6312 3.5 10.4896 3.5C6.36048 3.5 2.98999 6.85805 2.98999 10.9872C2.98999 15.1164 6.34805 18.4744 10.4896 18.4744C12.2806 18.4744 13.9347 17.8401 15.2282 16.783L19.7305 21.2728C19.8797 21.422 20.0663 21.4967 20.2529 21.4967C20.4394 21.4967 20.6384 21.422 20.7752 21.2728C21.0862 20.9867 21.0861 20.5141 20.7876 20.2156ZM10.4896 16.982C7.18134 16.982 4.49488 14.2955 4.49488 10.9872C4.49488 7.67891 7.18134 4.99247 10.4896 4.99247C13.7979 4.99247 16.4844 7.67891 16.4844 10.9872C16.4844 14.2955 13.7979 16.982 10.4896 16.982Z",
|
|
@@ -2518,18 +2672,18 @@ var SearchSolid = (props) => {
|
|
|
2518
2672
|
var search_solid_default = SearchSolid;
|
|
2519
2673
|
|
|
2520
2674
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2521
|
-
var
|
|
2675
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
2522
2676
|
var SettingSolid = (props) => {
|
|
2523
2677
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2524
|
-
return /* @__PURE__ */ (0,
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2678
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2526
2680
|
"path",
|
|
2527
2681
|
{
|
|
2528
2682
|
d: "M9.91663 13.0145C9.91663 11.8715 10.8433 10.9448 11.9863 10.9448C13.1294 10.9448 14.056 11.8715 14.056 13.0145C14.056 14.1576 13.1294 15.0842 11.9863 15.0842C10.8433 15.0842 9.91663 14.1576 9.91663 13.0145Z",
|
|
2529
2683
|
fill: "#999999"
|
|
2530
2684
|
}
|
|
2531
2685
|
),
|
|
2532
|
-
/* @__PURE__ */ (0,
|
|
2686
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2533
2687
|
"path",
|
|
2534
2688
|
{
|
|
2535
2689
|
fillRule: "evenodd",
|
|
@@ -2542,11 +2696,25 @@ var SettingSolid = (props) => {
|
|
|
2542
2696
|
};
|
|
2543
2697
|
var setting_solid_default = SettingSolid;
|
|
2544
2698
|
|
|
2699
|
+
// src/icons/v2/solid/start-solid-rounded.tsx
|
|
2700
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
2701
|
+
var StarSolidRounded = (props) => {
|
|
2702
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2703
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2704
|
+
"path",
|
|
2705
|
+
{
|
|
2706
|
+
d: "M13.113 5.69333C13.313 5.52 13.3797 5.24 13.2997 4.98667C13.2197 4.73333 12.993 4.56 12.7263 4.53333L9.193 4.21333C8.93967 4.18667 8.72634 4.02667 8.633 3.8L7.273 0.413333C7.16634 0.16 6.92634 0 6.65967 0C6.37967 0 6.13967 0.16 6.04634 0.413333L4.68634 3.8C4.593 4.04 4.37967 4.2 4.12634 4.21333L0.606337 4.53333C0.33967 4.56 0.113003 4.73333 0.0330031 4.98667C-0.046997 5.24 0.0196689 5.50667 0.219669 5.69333L2.953 8.2C3.12634 8.36 3.20634 8.6 3.153 8.84L2.33967 12.5333C2.28634 12.8 2.393 13.0667 2.60634 13.2267C2.72634 13.3067 2.85967 13.3467 2.993 13.3467C3.113 13.3467 3.24634 13.3067 3.353 13.24L6.29967 11.3333C6.513 11.2 6.80634 11.2 7.01967 11.3333L9.97967 13.2267C10.2063 13.3733 10.4997 13.3733 10.7263 13.2133C10.953 13.0533 11.0597 12.7867 10.993 12.52L10.1797 8.82667C10.1263 8.6 10.2063 8.34667 10.3797 8.18667L13.113 5.69333Z",
|
|
2707
|
+
fill: color
|
|
2708
|
+
}
|
|
2709
|
+
) });
|
|
2710
|
+
};
|
|
2711
|
+
var start_solid_rounded_default = StarSolidRounded;
|
|
2712
|
+
|
|
2545
2713
|
// src/icons/v2/solid/success-solid.tsx
|
|
2546
|
-
var
|
|
2714
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
2547
2715
|
var SuccessSolid = (props) => {
|
|
2548
2716
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2549
|
-
return /* @__PURE__ */ (0,
|
|
2717
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2550
2718
|
"path",
|
|
2551
2719
|
{
|
|
2552
2720
|
d: "M10 0.5C15.5228 0.5 20 4.97715 20 10.5C20 16.0228 15.5228 20.5 10 20.5C4.47715 20.5 0 16.0228 0 10.5C0 4.97715 4.47715 0.5 10 0.5ZM14.4805 7.76953C14.1213 7.41038 13.5388 7.41038 13.1797 7.76953L9.13086 11.8184L6.82031 9.50781C6.46117 9.14867 5.87868 9.14868 5.51953 9.50781C5.16039 9.86696 5.16038 10.4494 5.51953 10.8086L8.48047 13.7695C8.83962 14.1287 9.4221 14.1287 9.78125 13.7695L14.4805 9.07031C14.8396 8.71116 14.8396 8.12868 14.4805 7.76953Z",
|
|
@@ -2557,11 +2725,11 @@ var SuccessSolid = (props) => {
|
|
|
2557
2725
|
var success_solid_default = SuccessSolid;
|
|
2558
2726
|
|
|
2559
2727
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2560
|
-
var
|
|
2728
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
2561
2729
|
var TrashSolid = (props) => {
|
|
2562
2730
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2563
|
-
return /* @__PURE__ */ (0,
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2731
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2732
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2565
2733
|
"path",
|
|
2566
2734
|
{
|
|
2567
2735
|
fillRule: "evenodd",
|
|
@@ -2570,7 +2738,7 @@ var TrashSolid = (props) => {
|
|
|
2570
2738
|
fill: color
|
|
2571
2739
|
}
|
|
2572
2740
|
),
|
|
2573
|
-
/* @__PURE__ */ (0,
|
|
2741
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2574
2742
|
"path",
|
|
2575
2743
|
{
|
|
2576
2744
|
fillRule: "evenodd",
|
|
@@ -2584,11 +2752,11 @@ var TrashSolid = (props) => {
|
|
|
2584
2752
|
var trash_solid_default = TrashSolid;
|
|
2585
2753
|
|
|
2586
2754
|
// src/icons/v2/solid/trend-up.tsx
|
|
2587
|
-
var
|
|
2755
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
2588
2756
|
var TrendUp = (props) => {
|
|
2589
2757
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2590
|
-
return /* @__PURE__ */ (0,
|
|
2591
|
-
/* @__PURE__ */ (0,
|
|
2758
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("g", { id: "Vector", children: [
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2592
2760
|
"path",
|
|
2593
2761
|
{
|
|
2594
2762
|
fillRule: "evenodd",
|
|
@@ -2597,14 +2765,14 @@ var TrendUp = (props) => {
|
|
|
2597
2765
|
fill: color
|
|
2598
2766
|
}
|
|
2599
2767
|
),
|
|
2600
|
-
/* @__PURE__ */ (0,
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2601
2769
|
"path",
|
|
2602
2770
|
{
|
|
2603
2771
|
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",
|
|
2604
2772
|
fill: color
|
|
2605
2773
|
}
|
|
2606
2774
|
),
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2608
2776
|
"path",
|
|
2609
2777
|
{
|
|
2610
2778
|
fillRule: "evenodd",
|
|
@@ -2618,32 +2786,32 @@ var TrendUp = (props) => {
|
|
|
2618
2786
|
var trend_up_default = TrendUp;
|
|
2619
2787
|
|
|
2620
2788
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2621
|
-
var
|
|
2789
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
2622
2790
|
var VoilaPointBase = (props) => {
|
|
2623
2791
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2624
|
-
return /* @__PURE__ */ (0,
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2792
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2793
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2626
2794
|
"path",
|
|
2627
2795
|
{
|
|
2628
2796
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2629
2797
|
fill: "#8F8F8F"
|
|
2630
2798
|
}
|
|
2631
2799
|
),
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2800
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2633
2801
|
"path",
|
|
2634
2802
|
{
|
|
2635
2803
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2636
2804
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2637
2805
|
}
|
|
2638
2806
|
),
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
2807
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2640
2808
|
"path",
|
|
2641
2809
|
{
|
|
2642
2810
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2643
2811
|
stroke: "white"
|
|
2644
2812
|
}
|
|
2645
2813
|
),
|
|
2646
|
-
/* @__PURE__ */ (0,
|
|
2814
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2647
2815
|
"path",
|
|
2648
2816
|
{
|
|
2649
2817
|
fillRule: "evenodd",
|
|
@@ -2652,15 +2820,15 @@ var VoilaPointBase = (props) => {
|
|
|
2652
2820
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2653
2821
|
}
|
|
2654
2822
|
),
|
|
2655
|
-
/* @__PURE__ */ (0,
|
|
2823
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2656
2824
|
"path",
|
|
2657
2825
|
{
|
|
2658
2826
|
d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
|
|
2659
2827
|
fill: "white"
|
|
2660
2828
|
}
|
|
2661
2829
|
),
|
|
2662
|
-
/* @__PURE__ */ (0,
|
|
2663
|
-
/* @__PURE__ */ (0,
|
|
2830
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("defs", { children: [
|
|
2831
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
2664
2832
|
"linearGradient",
|
|
2665
2833
|
{
|
|
2666
2834
|
id: "paint0_linear_1327_167461",
|
|
@@ -2670,12 +2838,12 @@ var VoilaPointBase = (props) => {
|
|
|
2670
2838
|
y2: "2.51294",
|
|
2671
2839
|
gradientUnits: "userSpaceOnUse",
|
|
2672
2840
|
children: [
|
|
2673
|
-
/* @__PURE__ */ (0,
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2842
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2675
2843
|
]
|
|
2676
2844
|
}
|
|
2677
2845
|
),
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2846
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
2679
2847
|
"linearGradient",
|
|
2680
2848
|
{
|
|
2681
2849
|
id: "paint1_linear_1327_167461",
|
|
@@ -2685,9 +2853,9 @@ var VoilaPointBase = (props) => {
|
|
|
2685
2853
|
y2: "19.984",
|
|
2686
2854
|
gradientUnits: "userSpaceOnUse",
|
|
2687
2855
|
children: [
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2689
|
-
/* @__PURE__ */ (0,
|
|
2690
|
-
/* @__PURE__ */ (0,
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { stopColor: "#E6E6E6" }),
|
|
2857
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2858
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2691
2859
|
]
|
|
2692
2860
|
}
|
|
2693
2861
|
)
|
|
@@ -2697,10 +2865,10 @@ var VoilaPointBase = (props) => {
|
|
|
2697
2865
|
var voila_point_base_default = VoilaPointBase;
|
|
2698
2866
|
|
|
2699
2867
|
// src/icons/v2/solid/voucher.tsx
|
|
2700
|
-
var
|
|
2868
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
2701
2869
|
var Voucher = (props) => {
|
|
2702
2870
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2703
|
-
return /* @__PURE__ */ (0,
|
|
2871
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2704
2872
|
"path",
|
|
2705
2873
|
{
|
|
2706
2874
|
fillRule: "evenodd",
|
|
@@ -2713,10 +2881,10 @@ var Voucher = (props) => {
|
|
|
2713
2881
|
var voucher_default = Voucher;
|
|
2714
2882
|
|
|
2715
2883
|
// src/icons/v2/solid/wallet.tsx
|
|
2716
|
-
var
|
|
2884
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
2717
2885
|
var Wallet = (props) => {
|
|
2718
2886
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2719
|
-
return /* @__PURE__ */ (0,
|
|
2887
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2720
2888
|
"path",
|
|
2721
2889
|
{
|
|
2722
2890
|
id: "Subtract",
|
|
@@ -2736,6 +2904,7 @@ var wallet_default = Wallet;
|
|
|
2736
2904
|
ArrowLeftLarge,
|
|
2737
2905
|
ArrowRight,
|
|
2738
2906
|
ArrowRightLarge,
|
|
2907
|
+
ArrowRightRounded,
|
|
2739
2908
|
Bag,
|
|
2740
2909
|
BagSolid,
|
|
2741
2910
|
BankTransfer,
|
|
@@ -2790,6 +2959,7 @@ var wallet_default = Wallet;
|
|
|
2790
2959
|
MapMarkerSolid,
|
|
2791
2960
|
Minus,
|
|
2792
2961
|
MinusLarge,
|
|
2962
|
+
MinusRounded,
|
|
2793
2963
|
NoGps,
|
|
2794
2964
|
Note,
|
|
2795
2965
|
OrderHistory,
|
|
@@ -2800,14 +2970,18 @@ var wallet_default = Wallet;
|
|
|
2800
2970
|
PrivacyPolicy,
|
|
2801
2971
|
Profile,
|
|
2802
2972
|
ProfileSolid,
|
|
2973
|
+
PurchaseHistory,
|
|
2803
2974
|
QRCode,
|
|
2804
2975
|
QRCodeBase,
|
|
2976
|
+
RedeemPointSolid,
|
|
2805
2977
|
Search,
|
|
2806
2978
|
SearchSolid,
|
|
2807
2979
|
Setting,
|
|
2808
2980
|
SettingSolid,
|
|
2809
2981
|
Share,
|
|
2982
|
+
SizeChartRounded,
|
|
2810
2983
|
Sort,
|
|
2984
|
+
StarSolidRounded,
|
|
2811
2985
|
StoreComplete,
|
|
2812
2986
|
SuccessSolid,
|
|
2813
2987
|
TermConditions,
|