@ctlyst.id/icons 2.8.13 → 2.8.14

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.js CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var v2_exports = {};
22
22
  __export(v2_exports, {
23
23
  AddBagSolid: () => add_bag_solid_default,
24
+ AddressRounded: () => address_rounded_default,
24
25
  ArrowDownCircleSolid: () => arrow_down_circle_solid_default,
25
26
  ArrowLeft: () => arrow_left_default,
26
27
  ArrowLeftLarge: () => arrow_left_large_default,
@@ -42,6 +43,7 @@ __export(v2_exports, {
42
43
  CheckLarge: () => check_large_default,
43
44
  CheckShield: () => check_shield_default,
44
45
  CheckShieldSolid: () => check_shield_default2,
46
+ ChecklistRounded: () => check_default,
45
47
  ChevronDown: () => chevron_down_default,
46
48
  ChevronDownLarge: () => chevron_down_large_default,
47
49
  ChevronLeft: () => chevron_left_default,
@@ -53,9 +55,11 @@ __export(v2_exports, {
53
55
  Clock: () => clock_default,
54
56
  Close: () => close_default,
55
57
  CloseLarge: () => close_large_default,
58
+ CompleteOrderRounded: () => complete_order_rounded_default,
56
59
  ContactBook: () => contact_book_default,
57
60
  Copy: () => copy_default,
58
61
  Delivered: () => delivered_default,
62
+ DeliveredRounded: () => delivered_rounded_default,
59
63
  Direction: () => direction_default,
60
64
  Edit: () => edit_default,
61
65
  Enveloped: () => enveloped_default,
@@ -70,10 +74,12 @@ __export(v2_exports, {
70
74
  HandphoneSolid: () => handphone_solid_default,
71
75
  Heart: () => heart_default,
72
76
  HeartSolid: () => heart_solid_default,
77
+ Help: () => help_default,
73
78
  Home: () => home_default,
74
79
  HomeSolid: () => home_solid_default,
75
80
  Info: () => info_default,
76
81
  InfoSolid: () => info_solid_default,
82
+ InstallmentRounded: () => installment_rounded_default,
77
83
  KebabMenu: () => kebab_menu_default,
78
84
  LockSolid: () => lock_solid_default,
79
85
  Logout: () => logout_default,
@@ -84,9 +90,13 @@ __export(v2_exports, {
84
90
  MinusRounded: () => minus_rounded_default,
85
91
  NoGps: () => no_gps_default,
86
92
  Note: () => note_default,
93
+ OrderFailedRounded: () => order_failed_rounded_default,
87
94
  OrderHistory: () => order_history_default,
95
+ OrderProcessedRounded: () => order_processed_rounded_default,
88
96
  Otp: () => otp_default,
89
97
  Paylater: () => paylater_default,
98
+ PaymentFailedRounded: () => payment_failed_rounded_default,
99
+ PaymentVerificationRounded: () => payment_verification_rounded_default,
90
100
  Plus: () => plus_default,
91
101
  PlusLarge: () => plus_large_default,
92
102
  PrivacyPolicy: () => privacy_policy_default,
@@ -101,6 +111,8 @@ __export(v2_exports, {
101
111
  Setting: () => setting_default,
102
112
  SettingSolid: () => setting_solid_default,
103
113
  Share: () => share_default,
114
+ ShieldRounded: () => shield_rounded_default,
115
+ ShippedRounded: () => shipped_rounded_default,
104
116
  SizeChartRounded: () => size_chart_rounded_default,
105
117
  Sort: () => sort_default,
106
118
  StarSolidRounded: () => start_solid_rounded_default,
@@ -113,12 +125,15 @@ __export(v2_exports, {
113
125
  TrendUp: () => trend_up_default,
114
126
  Truck: () => truck_default,
115
127
  TruckDiscount: () => truck_discount_default,
128
+ TruckRounded: () => truck_rounded_default,
116
129
  VirtualWallet: () => virtual_wallet_default,
117
130
  VoilaPointBase: () => voila_point_base_default,
118
131
  Voucher: () => voucher_default,
119
132
  VoucherApplied: () => voucher_applied_default,
120
133
  VoucherOutline: () => voucher_outline_default,
121
- Wallet: () => wallet_default
134
+ WaitingPaymentRounded: () => waiting_payment_rounded_default,
135
+ Wallet: () => wallet_default,
136
+ ZoomRounded: () => zoom_rounded_default
122
137
  });
123
138
  module.exports = __toCommonJS(v2_exports);
124
139
 
@@ -146,12 +161,39 @@ var useIconProps = (props) => {
146
161
  };
147
162
  var use_icon_props_default = useIconProps;
148
163
 
149
- // src/icons/v2/outline/arrow-left.tsx
164
+ // src/icons/v2/outline/address-rounded.tsx
150
165
  var import_jsx_runtime = require("react/jsx-runtime");
166
+ var AddressRounded = (props) => {
167
+ const { color, ...svgProps } = use_icon_props_default(props);
168
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
169
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
170
+ "path",
171
+ {
172
+ fillRule: "evenodd",
173
+ clipRule: "evenodd",
174
+ d: "M12 3.5C10.2821 3.5 8.63074 4.1907 7.41029 5.42621C6.18923 6.66234 5.5 8.34276 5.5 10.0988C5.5 11.9782 6.31024 13.9324 7.50477 15.7649C8.68835 17.5806 10.1635 19.146 11.2931 20.2167C11.704 20.6061 12.296 20.6061 12.7069 20.2167C13.8365 19.146 15.3116 17.5806 16.4952 15.7649C17.6898 13.9324 18.5 11.9782 18.5 10.0988C18.5 8.34276 17.8108 6.66234 16.5897 5.42621C15.3693 4.1907 13.7179 3.5 12 3.5ZM6.34315 4.37207C7.84344 2.85326 9.87827 2 12 2C14.1217 2 16.1566 2.85326 17.6569 4.37207C19.1571 5.89089 20 7.95084 20 10.0988C20 14.6811 16.092 19.075 13.7388 21.3053C12.7492 22.2432 11.2508 22.2432 10.2612 21.3053C7.90804 19.075 4 14.6811 4 10.0988C4 7.95084 4.84285 5.89089 6.34315 4.37207Z",
175
+ fill: color
176
+ }
177
+ ),
178
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
179
+ "path",
180
+ {
181
+ fillRule: "evenodd",
182
+ clipRule: "evenodd",
183
+ d: "M12 7.78418C10.746 7.78418 9.72949 8.80071 9.72949 10.0547C9.72949 11.3086 10.746 12.3252 12 12.3252C13.2539 12.3252 14.2705 11.3086 14.2705 10.0547C14.2705 8.80071 13.2539 7.78418 12 7.78418ZM8.22949 10.0547C8.22949 7.97229 9.9176 6.28418 12 6.28418C14.0824 6.28418 15.7705 7.97229 15.7705 10.0547C15.7705 12.1371 14.0824 13.8252 12 13.8252C9.9176 13.8252 8.22949 12.1371 8.22949 10.0547Z",
184
+ fill: color
185
+ }
186
+ )
187
+ ] });
188
+ };
189
+ var address_rounded_default = AddressRounded;
190
+
191
+ // src/icons/v2/outline/arrow-left.tsx
192
+ var import_jsx_runtime2 = require("react/jsx-runtime");
151
193
  var ArrowLeft = (props) => {
152
194
  const { color, ...svgProps } = use_icon_props_default(props);
153
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
154
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#icon-outline-arrow-left)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
195
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
196
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("g", { clipPath: "url(#icon-outline-arrow-left)", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
155
197
  "path",
156
198
  {
157
199
  fillRule: "evenodd",
@@ -160,16 +202,16 @@ var ArrowLeft = (props) => {
160
202
  fill: color
161
203
  }
162
204
  ) }),
163
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "icon-outline-arrow-left", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
205
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("clipPath", { id: "icon-outline-arrow-left", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
164
206
  ] });
165
207
  };
166
208
  var arrow_left_default = ArrowLeft;
167
209
 
168
210
  // src/icons/v2/outline/arrow-left-large.tsx
169
- var import_jsx_runtime2 = require("react/jsx-runtime");
211
+ var import_jsx_runtime3 = require("react/jsx-runtime");
170
212
  var ArrowLeft2 = (props) => {
171
213
  const { color, ...svgProps } = use_icon_props_default(props);
172
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
214
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
173
215
  "path",
174
216
  {
175
217
  d: "M4.6459 11.357C4.62111 11.3812 4.59772 11.4069 4.57586 11.4339C4.52869 11.4921 4.48985 11.5548 4.45935 11.6204C4.40561 11.7357 4.37561 11.8643 4.37561 12C4.37561 12.1114 4.39584 12.218 4.43283 12.3165C4.47656 12.4331 4.54535 12.5426 4.63921 12.6364L11.8847 19.882C12.2362 20.2334 12.8061 20.2334 13.1575 19.882C13.509 19.5305 13.509 18.9606 13.1575 18.6092L7.44833 12.9H19.7244C20.2215 12.9 20.6244 12.497 20.6244 12C20.6244 11.5029 20.2215 11.1 19.7244 11.1H7.44846L13.1575 5.39089C13.509 5.03941 13.509 4.46957 13.1575 4.11809C12.806 3.76662 12.2362 3.76663 11.8847 4.1181L4.6459 11.357Z",
@@ -180,11 +222,11 @@ var ArrowLeft2 = (props) => {
180
222
  var arrow_left_large_default = ArrowLeft2;
181
223
 
182
224
  // src/icons/v2/outline/arrow-right.tsx
183
- var import_jsx_runtime3 = require("react/jsx-runtime");
225
+ var import_jsx_runtime4 = require("react/jsx-runtime");
184
226
  var ArrowRight = (props) => {
185
227
  const { color, ...svgProps } = use_icon_props_default(props);
186
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
187
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("g", { clipPath: "url(#icon-outline-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
228
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
229
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { clipPath: "url(#icon-outline-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
188
230
  "path",
189
231
  {
190
232
  fillRule: "evenodd",
@@ -193,17 +235,17 @@ var ArrowRight = (props) => {
193
235
  fill: color
194
236
  }
195
237
  ) }),
196
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("clipPath", { id: "icon-outline-arrow-right", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
238
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "icon-outline-arrow-right", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
197
239
  ] });
198
240
  };
199
241
  var arrow_right_default = ArrowRight;
200
242
 
201
243
  // src/icons/v2/outline/arrow-right-large.tsx
202
- var import_jsx_runtime4 = require("react/jsx-runtime");
244
+ var import_jsx_runtime5 = require("react/jsx-runtime");
203
245
  var ArrowRight2 = (props) => {
204
246
  const { color, ...svgProps } = use_icon_props_default(props);
205
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
206
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
247
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
248
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
207
249
  "path",
208
250
  {
209
251
  fillRule: "evenodd",
@@ -212,16 +254,16 @@ var ArrowRight2 = (props) => {
212
254
  fill: color
213
255
  }
214
256
  ) }),
215
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "icon-arrow-right", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
257
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("clipPath", { id: "icon-arrow-right", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
216
258
  ] });
217
259
  };
218
260
  var arrow_right_large_default = ArrowRight2;
219
261
 
220
262
  // src/icons/v2/outline/arrow-right-rounded.tsx
221
- var import_jsx_runtime5 = require("react/jsx-runtime");
263
+ var import_jsx_runtime6 = require("react/jsx-runtime");
222
264
  var ArrowRightRounded = (props) => {
223
265
  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)(
266
+ return /* @__PURE__ */ (0, import_jsx_runtime6.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_runtime6.jsx)(
225
267
  "path",
226
268
  {
227
269
  fillRule: "evenodd",
@@ -234,11 +276,11 @@ var ArrowRightRounded = (props) => {
234
276
  var arrow_right_rounded_default = ArrowRightRounded;
235
277
 
236
278
  // src/icons/v2/outline/bag.tsx
237
- var import_jsx_runtime6 = require("react/jsx-runtime");
279
+ var import_jsx_runtime7 = require("react/jsx-runtime");
238
280
  var Bag = (props) => {
239
281
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
282
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
283
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
242
284
  "path",
243
285
  {
244
286
  fillRule: "evenodd",
@@ -247,7 +289,7 @@ var Bag = (props) => {
247
289
  fill: color
248
290
  }
249
291
  ),
250
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
292
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
251
293
  "path",
252
294
  {
253
295
  fillRule: "evenodd",
@@ -256,7 +298,7 @@ var Bag = (props) => {
256
298
  fill: color
257
299
  }
258
300
  ),
259
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
301
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
260
302
  "path",
261
303
  {
262
304
  fillRule: "evenodd",
@@ -265,7 +307,7 @@ var Bag = (props) => {
265
307
  fill: color
266
308
  }
267
309
  ),
268
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
310
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
269
311
  "path",
270
312
  {
271
313
  fillRule: "evenodd",
@@ -279,18 +321,18 @@ var Bag = (props) => {
279
321
  var bag_default = Bag;
280
322
 
281
323
  // src/icons/v2/outline/bank-transfer.tsx
282
- var import_jsx_runtime7 = require("react/jsx-runtime");
324
+ var import_jsx_runtime8 = require("react/jsx-runtime");
283
325
  var BankTransfer = (props) => {
284
326
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
327
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
328
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
287
329
  "path",
288
330
  {
289
331
  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",
290
332
  fill: color
291
333
  }
292
334
  ),
293
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
335
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
294
336
  "path",
295
337
  {
296
338
  fillRule: "evenodd",
@@ -304,12 +346,12 @@ var BankTransfer = (props) => {
304
346
  var bank_transfer_default = BankTransfer;
305
347
 
306
348
  // src/icons/v2/outline/calendar.tsx
307
- var import_jsx_runtime8 = require("react/jsx-runtime");
349
+ var import_jsx_runtime9 = require("react/jsx-runtime");
308
350
  var Calendar = (props) => {
309
351
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
352
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
353
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("g", { clipPath: "url(#calendar)", children: [
354
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
313
355
  "path",
314
356
  {
315
357
  fillRule: "evenodd",
@@ -318,7 +360,7 @@ var Calendar = (props) => {
318
360
  fill: color
319
361
  }
320
362
  ),
321
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
363
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
322
364
  "path",
323
365
  {
324
366
  fillRule: "evenodd",
@@ -327,7 +369,7 @@ var Calendar = (props) => {
327
369
  fill: color
328
370
  }
329
371
  ),
330
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
372
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
331
373
  "path",
332
374
  {
333
375
  fillRule: "evenodd",
@@ -336,8 +378,8 @@ var Calendar = (props) => {
336
378
  fill: color
337
379
  }
338
380
  ),
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)(
381
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
382
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
341
383
  "path",
342
384
  {
343
385
  fillRule: "evenodd",
@@ -347,25 +389,25 @@ var Calendar = (props) => {
347
389
  }
348
390
  )
349
391
  ] }),
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)" }) }) })
392
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("clipPath", { id: "calendar", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
351
393
  ] });
352
394
  };
353
395
  var calendar_default = Calendar;
354
396
 
355
397
  // src/icons/v2/outline/calendar-event.tsx
356
- var import_jsx_runtime9 = require("react/jsx-runtime");
398
+ var import_jsx_runtime10 = require("react/jsx-runtime");
357
399
  var CalendarEvent = (props) => {
358
400
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
401
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
402
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
403
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
362
404
  "path",
363
405
  {
364
406
  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",
365
407
  fill: color
366
408
  }
367
409
  ),
368
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
410
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
369
411
  "path",
370
412
  {
371
413
  fillRule: "evenodd",
@@ -375,16 +417,16 @@ var CalendarEvent = (props) => {
375
417
  }
376
418
  )
377
419
  ] }),
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)" }) }) })
420
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "calendar-event", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
379
421
  ] });
380
422
  };
381
423
  var calendar_event_default = CalendarEvent;
382
424
 
383
425
  // src/icons/v2/outline/card.tsx
384
- var import_jsx_runtime10 = require("react/jsx-runtime");
426
+ var import_jsx_runtime11 = require("react/jsx-runtime");
385
427
  var Card = (props) => {
386
428
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
429
+ return /* @__PURE__ */ (0, import_jsx_runtime11.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_runtime11.jsx)(
388
430
  "path",
389
431
  {
390
432
  fillRule: "evenodd",
@@ -397,12 +439,12 @@ var Card = (props) => {
397
439
  var card_default = Card;
398
440
 
399
441
  // src/icons/v2/outline/category.tsx
400
- var import_jsx_runtime11 = require("react/jsx-runtime");
442
+ var import_jsx_runtime12 = require("react/jsx-runtime");
401
443
  var Category = (props) => {
402
444
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
445
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
446
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { clipPath: "url(#clip0_5761_9461)", children: [
447
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
406
448
  "path",
407
449
  {
408
450
  fillRule: "evenodd",
@@ -411,7 +453,7 @@ var Category = (props) => {
411
453
  fill: color
412
454
  }
413
455
  ),
414
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
456
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
415
457
  "path",
416
458
  {
417
459
  fillRule: "evenodd",
@@ -420,7 +462,7 @@ var Category = (props) => {
420
462
  fill: color
421
463
  }
422
464
  ),
423
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
465
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
424
466
  "path",
425
467
  {
426
468
  fillRule: "evenodd",
@@ -429,7 +471,7 @@ var Category = (props) => {
429
471
  fill: color
430
472
  }
431
473
  ),
432
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
474
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
433
475
  "path",
434
476
  {
435
477
  fillRule: "evenodd",
@@ -439,17 +481,17 @@ var Category = (props) => {
439
481
  }
440
482
  )
441
483
  ] }),
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)" }) }) })
484
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("clipPath", { id: "clip0_5761_9461", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
443
485
  ] });
444
486
  };
445
487
  var category_default = Category;
446
488
 
447
489
  // src/icons/v2/outline/chat-cs.tsx
448
- var import_jsx_runtime12 = require("react/jsx-runtime");
490
+ var import_jsx_runtime13 = require("react/jsx-runtime");
449
491
  var ChatCs = (props) => {
450
492
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
493
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
494
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
453
495
  "path",
454
496
  {
455
497
  fillRule: "evenodd",
@@ -458,21 +500,21 @@ var ChatCs = (props) => {
458
500
  fill: color
459
501
  }
460
502
  ),
461
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
503
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
462
504
  "path",
463
505
  {
464
506
  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",
465
507
  fill: color
466
508
  }
467
509
  ),
468
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
510
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
469
511
  "path",
470
512
  {
471
513
  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",
472
514
  fill: color
473
515
  }
474
516
  ),
475
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
517
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
476
518
  "path",
477
519
  {
478
520
  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",
@@ -484,11 +526,11 @@ var ChatCs = (props) => {
484
526
  var chat_cs_default = ChatCs;
485
527
 
486
528
  // src/icons/v2/outline/check.tsx
487
- var import_jsx_runtime13 = require("react/jsx-runtime");
529
+ var import_jsx_runtime14 = require("react/jsx-runtime");
488
530
  var Check = (props) => {
489
531
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
532
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
533
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
492
534
  "path",
493
535
  {
494
536
  fillRule: "evenodd",
@@ -497,16 +539,16 @@ var Check = (props) => {
497
539
  fill: color
498
540
  }
499
541
  ) }),
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)" }) }) })
542
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "icon-outline-check", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
501
543
  ] });
502
544
  };
503
545
  var check_default = Check;
504
546
 
505
547
  // src/icons/v2/outline/check-large.tsx
506
- var import_jsx_runtime14 = require("react/jsx-runtime");
548
+ var import_jsx_runtime15 = require("react/jsx-runtime");
507
549
  var Check2 = (props) => {
508
550
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
551
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
510
552
  "path",
511
553
  {
512
554
  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",
@@ -517,11 +559,11 @@ var Check2 = (props) => {
517
559
  var check_large_default = Check2;
518
560
 
519
561
  // src/icons/v2/outline/check-shield.tsx
520
- var import_jsx_runtime15 = require("react/jsx-runtime");
562
+ var import_jsx_runtime16 = require("react/jsx-runtime");
521
563
  var CheckShield = (props) => {
522
564
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
565
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
566
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
525
567
  "path",
526
568
  {
527
569
  fillRule: "evenodd",
@@ -530,7 +572,7 @@ var CheckShield = (props) => {
530
572
  fill: color
531
573
  }
532
574
  ),
533
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
575
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
534
576
  "path",
535
577
  {
536
578
  fillRule: "evenodd",
@@ -544,11 +586,11 @@ var CheckShield = (props) => {
544
586
  var check_shield_default = CheckShield;
545
587
 
546
588
  // src/icons/v2/outline/chevron-down.tsx
547
- var import_jsx_runtime16 = require("react/jsx-runtime");
589
+ var import_jsx_runtime17 = require("react/jsx-runtime");
548
590
  var ChevronUp = (props) => {
549
591
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
592
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
593
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
552
594
  "path",
553
595
  {
554
596
  fillRule: "evenodd",
@@ -557,16 +599,16 @@ var ChevronUp = (props) => {
557
599
  fill: color
558
600
  }
559
601
  ) }),
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)" }) }) })
602
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
561
603
  ] });
562
604
  };
563
605
  var chevron_down_default = ChevronUp;
564
606
 
565
607
  // src/icons/v2/outline/chevron-down-large.tsx
566
- var import_jsx_runtime17 = require("react/jsx-runtime");
608
+ var import_jsx_runtime18 = require("react/jsx-runtime");
567
609
  var ChevronUp2 = (props) => {
568
610
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
611
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
570
612
  "path",
571
613
  {
572
614
  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",
@@ -577,11 +619,11 @@ var ChevronUp2 = (props) => {
577
619
  var chevron_down_large_default = ChevronUp2;
578
620
 
579
621
  // src/icons/v2/outline/chevron-left.tsx
580
- var import_jsx_runtime18 = require("react/jsx-runtime");
622
+ var import_jsx_runtime19 = require("react/jsx-runtime");
581
623
  var ChevronLeft = (props) => {
582
624
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
625
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
626
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
585
627
  "path",
586
628
  {
587
629
  fillRule: "evenodd",
@@ -590,16 +632,16 @@ var ChevronLeft = (props) => {
590
632
  fill: color
591
633
  }
592
634
  ) }),
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)" }) }) })
635
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
594
636
  ] });
595
637
  };
596
638
  var chevron_left_default = ChevronLeft;
597
639
 
598
640
  // src/icons/v2/outline/chevron-left-large.tsx
599
- var import_jsx_runtime19 = require("react/jsx-runtime");
641
+ var import_jsx_runtime20 = require("react/jsx-runtime");
600
642
  var ChevronLeftLarge = (props) => {
601
643
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
644
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
603
645
  "path",
604
646
  {
605
647
  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",
@@ -610,11 +652,11 @@ var ChevronLeftLarge = (props) => {
610
652
  var chevron_left_large_default = ChevronLeftLarge;
611
653
 
612
654
  // src/icons/v2/outline/chevron-right.tsx
613
- var import_jsx_runtime20 = require("react/jsx-runtime");
655
+ var import_jsx_runtime21 = require("react/jsx-runtime");
614
656
  var ChevronRight = (props) => {
615
657
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
658
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
659
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
618
660
  "path",
619
661
  {
620
662
  fillRule: "evenodd",
@@ -623,16 +665,16 @@ var ChevronRight = (props) => {
623
665
  fill: color
624
666
  }
625
667
  ) }),
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)" }) }) })
668
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
627
669
  ] });
628
670
  };
629
671
  var chevron_right_default = ChevronRight;
630
672
 
631
673
  // src/icons/v2/outline/chevron-right-large.tsx
632
- var import_jsx_runtime21 = require("react/jsx-runtime");
674
+ var import_jsx_runtime22 = require("react/jsx-runtime");
633
675
  var ChevronRightLarge = (props) => {
634
676
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
677
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
636
678
  "path",
637
679
  {
638
680
  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",
@@ -643,11 +685,11 @@ var ChevronRightLarge = (props) => {
643
685
  var chevron_right_large_default = ChevronRightLarge;
644
686
 
645
687
  // src/icons/v2/outline/chevron-up.tsx
646
- var import_jsx_runtime22 = require("react/jsx-runtime");
688
+ var import_jsx_runtime23 = require("react/jsx-runtime");
647
689
  var ChevronUp3 = (props) => {
648
690
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
691
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
692
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
651
693
  "path",
652
694
  {
653
695
  fillRule: "evenodd",
@@ -656,16 +698,16 @@ var ChevronUp3 = (props) => {
656
698
  fill: color
657
699
  }
658
700
  ) }),
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)" }) }) })
701
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
660
702
  ] });
661
703
  };
662
704
  var chevron_up_default = ChevronUp3;
663
705
 
664
706
  // src/icons/v2/outline/chevron-up-large.tsx
665
- var import_jsx_runtime23 = require("react/jsx-runtime");
707
+ var import_jsx_runtime24 = require("react/jsx-runtime");
666
708
  var ChevronUpLarge = (props) => {
667
709
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
710
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
669
711
  "path",
670
712
  {
671
713
  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",
@@ -676,18 +718,18 @@ var ChevronUpLarge = (props) => {
676
718
  var chevron_up_large_default = ChevronUpLarge;
677
719
 
678
720
  // src/icons/v2/outline/clock.tsx
679
- var import_jsx_runtime24 = require("react/jsx-runtime");
721
+ var import_jsx_runtime25 = require("react/jsx-runtime");
680
722
  var Clock = (props) => {
681
723
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
724
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
725
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
684
726
  "path",
685
727
  {
686
728
  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",
687
729
  fill: color
688
730
  }
689
731
  ),
690
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
732
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
691
733
  "path",
692
734
  {
693
735
  fillRule: "evenodd",
@@ -701,11 +743,11 @@ var Clock = (props) => {
701
743
  var clock_default = Clock;
702
744
 
703
745
  // src/icons/v2/outline/close.tsx
704
- var import_jsx_runtime25 = require("react/jsx-runtime");
746
+ var import_jsx_runtime26 = require("react/jsx-runtime");
705
747
  var Close = (props) => {
706
748
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
749
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
750
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
709
751
  "path",
710
752
  {
711
753
  fillRule: "evenodd",
@@ -714,24 +756,24 @@ var Close = (props) => {
714
756
  fill: color
715
757
  }
716
758
  ) }),
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)" }) }) })
759
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
718
760
  ] });
719
761
  };
720
762
  var close_default = Close;
721
763
 
722
764
  // src/icons/v2/outline/close-large.tsx
723
- var import_jsx_runtime26 = require("react/jsx-runtime");
765
+ var import_jsx_runtime27 = require("react/jsx-runtime");
724
766
  var CloseLarge = (props) => {
725
767
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
768
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
769
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
728
770
  "path",
729
771
  {
730
772
  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",
731
773
  fill: color
732
774
  }
733
775
  ),
734
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
776
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
735
777
  "path",
736
778
  {
737
779
  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",
@@ -742,12 +784,48 @@ var CloseLarge = (props) => {
742
784
  };
743
785
  var close_large_default = CloseLarge;
744
786
 
787
+ // src/icons/v2/outline/complete-order-rounded.tsx
788
+ var import_jsx_runtime28 = require("react/jsx-runtime");
789
+ var CompleteOrderRounded = (props) => {
790
+ const { color, ...svgProps } = use_icon_props_default(props);
791
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
792
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
793
+ "path",
794
+ {
795
+ fillRule: "evenodd",
796
+ clipRule: "evenodd",
797
+ d: "M4.25976 4H19.4198C19.8398 4 20.1798 3.66 20.1798 3.24C20.1798 2.82 19.8398 2.5 19.4198 2.5H4.25976C3.83976 2.5 3.49976 2.84 3.49976 3.24C3.49976 3.64 3.83976 4 4.25976 4Z",
798
+ fill: color
799
+ }
800
+ ),
801
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
802
+ "path",
803
+ {
804
+ fillRule: "evenodd",
805
+ clipRule: "evenodd",
806
+ d: "M18.0197 16.0401L16.4797 17.5801L15.6797 16.7801C15.4197 16.5201 15.0197 16.5201 14.7597 16.7801C14.4997 17.0401 14.4997 17.4401 14.7597 17.7001L16.0197 18.9601C16.2797 19.2201 16.6797 19.2201 16.9397 18.9601L18.9397 16.9601C19.1997 16.7001 19.1997 16.3001 18.9397 16.0401C18.6797 15.8001 18.2597 15.8001 18.0197 16.0401Z",
807
+ fill: color
808
+ }
809
+ ),
810
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
811
+ "path",
812
+ {
813
+ fillRule: "evenodd",
814
+ clipRule: "evenodd",
815
+ d: "M20.2797 13.88V12.92C21.1797 12.74 21.7997 11.88 21.6597 10.94L20.9597 6.26001C20.8397 5.40001 20.0997 4.76001 19.2197 4.76001H4.45973C3.59973 4.76001 2.85973 5.40001 2.71973 6.24001L2.01973 10.88C1.87973 11.82 2.49973 12.68 3.39973 12.86V18.76C3.39973 20.28 4.63973 21.52 6.15973 21.52H13.8397C14.6797 22.16 15.7197 22.52 16.8397 22.52C19.5997 22.52 21.8397 20.28 21.8397 17.52C21.8397 16.08 21.2397 14.78 20.2797 13.88ZM3.75973 11.4C3.59973 11.4 3.49973 11.26 3.51973 11.12L4.21973 6.48001C4.23973 6.36001 4.33973 6.26001 4.45973 6.26001H19.2197C19.3397 6.26001 19.4397 6.36001 19.4597 6.48001L20.1597 11.16C20.1797 11.32 20.0597 11.44 19.9197 11.44L3.75973 11.4ZM9.83973 20H6.93973V15.5C6.93973 15.26 7.13973 15.06 7.37973 15.06H9.37973C9.61973 15.06 9.81973 15.26 9.81973 15.5V20H9.83973ZM10.9397 20V15.5C10.9397 14.64 10.2397 13.94 9.37973 13.94H7.37973C6.51973 13.94 5.81973 14.64 5.81973 15.5V19.96C5.27973 19.82 4.89973 19.34 4.89973 18.76V12.9L14.8197 12.94C13.0597 13.7 11.8397 15.46 11.8397 17.5C11.8397 18.4 12.0797 19.26 12.4997 20H10.9397ZM16.8397 21.2C14.7997 21.2 13.1397 19.54 13.1397 17.5C13.1397 15.46 14.7997 13.8 16.8397 13.8C18.8797 13.8 20.5397 15.46 20.5397 17.5C20.5397 19.56 18.8797 21.2 16.8397 21.2Z",
816
+ fill: color
817
+ }
818
+ )
819
+ ] });
820
+ };
821
+ var complete_order_rounded_default = CompleteOrderRounded;
822
+
745
823
  // src/icons/v2/outline/contact-book.tsx
746
- var import_jsx_runtime27 = require("react/jsx-runtime");
824
+ var import_jsx_runtime29 = require("react/jsx-runtime");
747
825
  var ContactBook = (props) => {
748
826
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
827
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
828
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
751
829
  "path",
752
830
  {
753
831
  fillRule: "evenodd",
@@ -756,7 +834,7 @@ var ContactBook = (props) => {
756
834
  fill: color
757
835
  }
758
836
  ),
759
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
837
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
760
838
  "path",
761
839
  {
762
840
  fillRule: "evenodd",
@@ -765,7 +843,7 @@ var ContactBook = (props) => {
765
843
  fill: color
766
844
  }
767
845
  ),
768
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
846
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
769
847
  "path",
770
848
  {
771
849
  fillRule: "evenodd",
@@ -774,7 +852,7 @@ var ContactBook = (props) => {
774
852
  fill: color
775
853
  }
776
854
  ),
777
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
855
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
778
856
  "path",
779
857
  {
780
858
  fillRule: "evenodd",
@@ -783,7 +861,7 @@ var ContactBook = (props) => {
783
861
  fill: color
784
862
  }
785
863
  ),
786
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
864
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
787
865
  "path",
788
866
  {
789
867
  fillRule: "evenodd",
@@ -792,7 +870,7 @@ var ContactBook = (props) => {
792
870
  fill: color
793
871
  }
794
872
  ),
795
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
873
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
796
874
  "path",
797
875
  {
798
876
  fillRule: "evenodd",
@@ -806,18 +884,18 @@ var ContactBook = (props) => {
806
884
  var contact_book_default = ContactBook;
807
885
 
808
886
  // src/icons/v2/outline/copy.tsx
809
- var import_jsx_runtime28 = require("react/jsx-runtime");
887
+ var import_jsx_runtime30 = require("react/jsx-runtime");
810
888
  var Copy = (props) => {
811
889
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
890
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
891
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
814
892
  "path",
815
893
  {
816
894
  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",
817
895
  fill: color
818
896
  }
819
897
  ),
820
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
898
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
821
899
  "path",
822
900
  {
823
901
  fillRule: "evenodd",
@@ -826,7 +904,7 @@ var Copy = (props) => {
826
904
  fill: color
827
905
  }
828
906
  ),
829
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
907
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
830
908
  "path",
831
909
  {
832
910
  fillRule: "evenodd",
@@ -835,7 +913,7 @@ var Copy = (props) => {
835
913
  fill: color
836
914
  }
837
915
  ),
838
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
916
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
839
917
  "path",
840
918
  {
841
919
  fillRule: "evenodd",
@@ -849,11 +927,11 @@ var Copy = (props) => {
849
927
  var copy_default = Copy;
850
928
 
851
929
  // src/icons/v2/outline/cvv.tsx
852
- var import_jsx_runtime29 = require("react/jsx-runtime");
930
+ var import_jsx_runtime31 = require("react/jsx-runtime");
853
931
  var Cvv = (props) => {
854
932
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
933
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
934
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
857
935
  "path",
858
936
  {
859
937
  fillRule: "evenodd",
@@ -862,35 +940,35 @@ var Cvv = (props) => {
862
940
  fill: color
863
941
  }
864
942
  ),
865
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
943
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
866
944
  "path",
867
945
  {
868
946
  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",
869
947
  fill: "white"
870
948
  }
871
949
  ),
872
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
950
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
873
951
  "path",
874
952
  {
875
953
  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",
876
954
  fill: color
877
955
  }
878
956
  ),
879
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
957
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
880
958
  "path",
881
959
  {
882
960
  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",
883
961
  fill: color
884
962
  }
885
963
  ),
886
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
964
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
887
965
  "path",
888
966
  {
889
967
  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",
890
968
  fill: color
891
969
  }
892
970
  ),
893
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
971
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
894
972
  "path",
895
973
  {
896
974
  fillRule: "evenodd",
@@ -904,10 +982,10 @@ var Cvv = (props) => {
904
982
  var cvv_default = Cvv;
905
983
 
906
984
  // src/icons/v2/outline/delivered.tsx
907
- var import_jsx_runtime30 = require("react/jsx-runtime");
985
+ var import_jsx_runtime32 = require("react/jsx-runtime");
908
986
  var Delivered = (props) => {
909
987
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
988
+ 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)(
911
989
  "path",
912
990
  {
913
991
  fillRule: "evenodd",
@@ -919,11 +997,25 @@ var Delivered = (props) => {
919
997
  };
920
998
  var delivered_default = Delivered;
921
999
 
1000
+ // src/icons/v2/outline/delivered-rounded.tsx
1001
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1002
+ var DeliveredRounded = (props) => {
1003
+ const { color, ...svgProps } = use_icon_props_default(props);
1004
+ return /* @__PURE__ */ (0, import_jsx_runtime33.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_runtime33.jsx)(
1005
+ "path",
1006
+ {
1007
+ d: "M7.18372 2C9.08406 2.00033 10.673 3.33047 11.0724 5.11035H13.0001C13.2761 5.11048 13.5 5.3344 13.5001 5.61035C13.5001 5.88641 13.2762 6.11022 13.0001 6.11035H11.1671C11.1201 7.65583 10.1934 8.97932 8.87122 9.59863C10.4664 9.98941 11.6505 11.428 11.6505 13.1436V15.0352H12.1368C12.0824 14.8714 12.0519 14.6966 12.0519 14.5146V7.9043C12.0519 6.99303 12.791 6.25391 13.7023 6.25391H20.3605C21.2717 6.25397 22.0109 6.99307 22.0109 7.9043V14.5146C22.0107 15.4258 21.2716 16.165 20.3605 16.165H16.382C16.5461 16.4688 16.6398 16.8162 16.6398 17.1855C16.6395 18.3727 15.6766 19.335 14.4894 19.335H11.6505V21.2988C11.6505 21.6578 11.3591 21.9492 11.0001 21.9492H3.60754C3.24856 21.9492 2.95715 21.6578 2.95715 21.2988V13.1436C2.95715 11.4827 4.06684 10.0809 5.58508 9.63867C4.17925 9.02257 3.1966 7.62034 3.19641 5.9873C3.19641 3.78544 4.98185 2 7.18372 2ZM6.60754 10.793C5.30967 10.793 4.25696 11.8457 4.25696 13.1436V20.6494H10.3497V19.335H9.70813C8.41307 19.3348 7.21474 18.6485 6.55969 17.5312L5.4386 15.6201C5.25711 15.3106 5.36166 14.9122 5.67102 14.7305C5.98066 14.549 6.37909 14.6523 6.56067 14.9619L7.18469 16.0273L8.82532 14.9092L7.41907 12.3379C7.24698 12.023 7.36317 11.6274 7.67786 11.4551C7.99272 11.2831 8.38745 11.3992 8.55969 11.7139L9.99133 14.333C10.0819 14.4986 10.2055 14.6392 10.3497 14.751V13.1436C10.3497 11.8457 9.29796 10.793 8.00012 10.793H6.60754ZM7.69153 16.8916C8.11546 17.6004 8.88128 18.035 9.70813 18.0352H14.4894C14.9586 18.0352 15.3397 17.6547 15.34 17.1855C15.34 16.7161 14.9588 16.335 14.4894 16.335H11.1759C10.5317 16.3349 9.9224 16.0999 9.44934 15.6934L7.69153 16.8916ZM13.7023 7.55371C13.509 7.55371 13.3517 7.711 13.3517 7.9043V14.5146C13.3518 14.7078 13.5091 14.8643 13.7023 14.8643H20.3605C20.5536 14.8642 20.7109 14.7078 20.7111 14.5146V7.9043C20.7111 7.71104 20.5537 7.55378 20.3605 7.55371H18.9972V9.81836C18.9968 10.3703 18.5491 10.8182 17.9972 10.8184H16.0509C15.4991 10.8181 15.0522 10.3702 15.0519 9.81836V7.55371H13.7023ZM16.0509 9.81836H17.9972V7.68066H16.0519L16.0509 9.81836ZM4.50208 6.11035C4.5667 7.53685 5.74127 8.67383 7.18372 8.67383C8.62584 8.67345 9.79977 7.53661 9.86438 6.11035H4.50208ZM7.18372 3.2998C6.00709 3.2998 5.00931 4.05734 4.64563 5.11035H9.72083C9.35724 4.05752 8.36005 3.30011 7.18372 3.2998Z",
1008
+ fill: color
1009
+ }
1010
+ ) });
1011
+ };
1012
+ var delivered_rounded_default = DeliveredRounded;
1013
+
922
1014
  // src/icons/v2/outline/edit.tsx
923
- var import_jsx_runtime31 = require("react/jsx-runtime");
1015
+ var import_jsx_runtime34 = require("react/jsx-runtime");
924
1016
  var Edit = (props) => {
925
1017
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1018
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
927
1019
  "path",
928
1020
  {
929
1021
  fillRule: "evenodd",
@@ -936,10 +1028,10 @@ var Edit = (props) => {
936
1028
  var edit_default = Edit;
937
1029
 
938
1030
  // src/icons/v2/outline/enveloped.tsx
939
- var import_jsx_runtime32 = require("react/jsx-runtime");
1031
+ var import_jsx_runtime35 = require("react/jsx-runtime");
940
1032
  var Enveloped = (props) => {
941
1033
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1034
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
943
1035
  "path",
944
1036
  {
945
1037
  fillRule: "evenodd",
@@ -952,11 +1044,11 @@ var Enveloped = (props) => {
952
1044
  var enveloped_default = Enveloped;
953
1045
 
954
1046
  // src/icons/v2/outline/eye-close.tsx
955
- var import_jsx_runtime33 = require("react/jsx-runtime");
1047
+ var import_jsx_runtime36 = require("react/jsx-runtime");
956
1048
  var EyeClose = (props) => {
957
1049
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1050
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1051
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
960
1052
  "path",
961
1053
  {
962
1054
  fillRule: "evenodd",
@@ -965,7 +1057,7 @@ var EyeClose = (props) => {
965
1057
  fill: color
966
1058
  }
967
1059
  ),
968
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1060
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
969
1061
  "path",
970
1062
  {
971
1063
  fillRule: "evenodd",
@@ -974,7 +1066,7 @@ var EyeClose = (props) => {
974
1066
  fill: color
975
1067
  }
976
1068
  ),
977
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1069
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
978
1070
  "path",
979
1071
  {
980
1072
  fillRule: "evenodd",
@@ -988,11 +1080,11 @@ var EyeClose = (props) => {
988
1080
  var eye_close_default = EyeClose;
989
1081
 
990
1082
  // src/icons/v2/outline/eye-open.tsx
991
- var import_jsx_runtime34 = require("react/jsx-runtime");
1083
+ var import_jsx_runtime37 = require("react/jsx-runtime");
992
1084
  var EyeOpen = (props) => {
993
1085
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1086
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1087
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
996
1088
  "path",
997
1089
  {
998
1090
  fillRule: "evenodd",
@@ -1001,7 +1093,7 @@ var EyeOpen = (props) => {
1001
1093
  fill: color
1002
1094
  }
1003
1095
  ),
1004
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1096
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1005
1097
  "path",
1006
1098
  {
1007
1099
  fillRule: "evenodd",
@@ -1015,11 +1107,11 @@ var EyeOpen = (props) => {
1015
1107
  var eye_open_default = EyeOpen;
1016
1108
 
1017
1109
  // src/icons/v2/outline/filter.tsx
1018
- var import_jsx_runtime35 = require("react/jsx-runtime");
1110
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1019
1111
  var Filter = (props) => {
1020
1112
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1113
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1114
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1023
1115
  "path",
1024
1116
  {
1025
1117
  fillRule: "evenodd",
@@ -1028,7 +1120,7 @@ var Filter = (props) => {
1028
1120
  fill: color
1029
1121
  }
1030
1122
  ),
1031
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1123
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1032
1124
  "path",
1033
1125
  {
1034
1126
  fillRule: "evenodd",
@@ -1037,7 +1129,7 @@ var Filter = (props) => {
1037
1129
  fill: color
1038
1130
  }
1039
1131
  ),
1040
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1132
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1041
1133
  "path",
1042
1134
  {
1043
1135
  fillRule: "evenodd",
@@ -1051,10 +1143,10 @@ var Filter = (props) => {
1051
1143
  var filter_default = Filter;
1052
1144
 
1053
1145
  // src/icons/v2/outline/gps.tsx
1054
- var import_jsx_runtime36 = require("react/jsx-runtime");
1146
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1055
1147
  var Gps = (props) => {
1056
1148
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1149
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1058
1150
  "path",
1059
1151
  {
1060
1152
  fillRule: "evenodd",
@@ -1067,25 +1159,25 @@ var Gps = (props) => {
1067
1159
  var gps_default = Gps;
1068
1160
 
1069
1161
  // src/icons/v2/outline/handphone.tsx
1070
- var import_jsx_runtime37 = require("react/jsx-runtime");
1162
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1071
1163
  var Handphone = (props) => {
1072
1164
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1165
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1166
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1075
1167
  "path",
1076
1168
  {
1077
1169
  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",
1078
1170
  fill: color
1079
1171
  }
1080
1172
  ),
1081
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1173
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1082
1174
  "path",
1083
1175
  {
1084
1176
  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",
1085
1177
  fill: color
1086
1178
  }
1087
1179
  ),
1088
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1180
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1089
1181
  "path",
1090
1182
  {
1091
1183
  fillRule: "evenodd",
@@ -1099,11 +1191,11 @@ var Handphone = (props) => {
1099
1191
  var handphone_default = Handphone;
1100
1192
 
1101
1193
  // src/icons/v2/outline/heart.tsx
1102
- var import_jsx_runtime38 = require("react/jsx-runtime");
1194
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1103
1195
  var Heart = (props) => {
1104
1196
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1197
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1198
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1107
1199
  "path",
1108
1200
  {
1109
1201
  fillRule: "evenodd",
@@ -1112,18 +1204,55 @@ var Heart = (props) => {
1112
1204
  fill: color
1113
1205
  }
1114
1206
  ) }),
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)" }) }) })
1207
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1116
1208
  ] });
1117
1209
  };
1118
1210
  var heart_default = Heart;
1119
1211
 
1212
+ // src/icons/v2/outline/help.tsx
1213
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1214
+ var Help = (props) => {
1215
+ const { color, ...svgProps } = use_icon_props_default(props);
1216
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1217
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1218
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1219
+ "path",
1220
+ {
1221
+ fillRule: "evenodd",
1222
+ clipRule: "evenodd",
1223
+ d: "M12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
1224
+ fill: color
1225
+ }
1226
+ ),
1227
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1228
+ "path",
1229
+ {
1230
+ d: "M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z",
1231
+ fill: color
1232
+ }
1233
+ ),
1234
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1235
+ "path",
1236
+ {
1237
+ fillRule: "evenodd",
1238
+ clipRule: "evenodd",
1239
+ d: "M12 6.49463C10.6993 6.49463 9.64484 7.54908 9.64484 8.84982C9.64484 9.26404 9.30905 9.59982 8.89484 9.59982C8.48062 9.59982 8.14484 9.26404 8.14484 8.84982C8.14484 6.72066 9.87087 4.99463 12 4.99463C14.1292 4.99463 15.8552 6.72066 15.8552 8.84982C15.8552 10.5536 14.7505 11.9973 13.2204 12.5076C13.0655 12.5593 12.9344 12.6455 12.8507 12.7378C12.771 12.8257 12.75 12.8986 12.75 12.955L12.75 14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14L11.25 12.955C11.25 11.9528 12.0567 11.3145 12.7459 11.0847C13.682 10.7725 14.3552 9.8888 14.3552 8.84982C14.3552 7.54908 13.3008 6.49463 12 6.49463Z",
1240
+ fill: color
1241
+ }
1242
+ )
1243
+ ] }),
1244
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1245
+ ] });
1246
+ };
1247
+ var help_default = Help;
1248
+
1120
1249
  // src/icons/v2/outline/home.tsx
1121
- var import_jsx_runtime39 = require("react/jsx-runtime");
1250
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1122
1251
  var Home = (props) => {
1123
1252
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1253
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1254
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1255
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1127
1256
  "path",
1128
1257
  {
1129
1258
  fillRule: "evenodd",
@@ -1132,7 +1261,7 @@ var Home = (props) => {
1132
1261
  fill: color
1133
1262
  }
1134
1263
  ),
1135
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1264
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1136
1265
  "path",
1137
1266
  {
1138
1267
  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",
@@ -1140,24 +1269,24 @@ var Home = (props) => {
1140
1269
  }
1141
1270
  )
1142
1271
  ] }),
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)" }) }) })
1272
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1144
1273
  ] });
1145
1274
  };
1146
1275
  var home_default = Home;
1147
1276
 
1148
1277
  // src/icons/v2/outline/info.tsx
1149
- var import_jsx_runtime40 = require("react/jsx-runtime");
1278
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1150
1279
  var Info = (props) => {
1151
1280
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1281
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1282
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1154
1283
  "path",
1155
1284
  {
1156
1285
  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",
1157
1286
  fill: color
1158
1287
  }
1159
1288
  ),
1160
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1289
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1161
1290
  "path",
1162
1291
  {
1163
1292
  fillRule: "evenodd",
@@ -1166,7 +1295,7 @@ var Info = (props) => {
1166
1295
  fill: color
1167
1296
  }
1168
1297
  ),
1169
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1298
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1170
1299
  "path",
1171
1300
  {
1172
1301
  fillRule: "evenodd",
@@ -1179,26 +1308,42 @@ var Info = (props) => {
1179
1308
  };
1180
1309
  var info_default = Info;
1181
1310
 
1311
+ // src/icons/v2/outline/installment-rounded.tsx
1312
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1313
+ var InstallmentRounded = (props) => {
1314
+ const { color, ...svgProps } = use_icon_props_default(props);
1315
+ return /* @__PURE__ */ (0, import_jsx_runtime45.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_runtime45.jsx)(
1316
+ "path",
1317
+ {
1318
+ fillRule: "evenodd",
1319
+ clipRule: "evenodd",
1320
+ d: "M4.7998 4.58423C3.76427 4.58423 2.9248 5.42369 2.9248 6.45923V7.51333H16.8661C17.6715 7.51333 18.3244 8.16625 18.3244 8.97166V15.2026C18.3244 16.008 17.6715 16.6609 16.8661 16.6609H4.80062C3.07473 16.6609 1.67562 15.2618 1.67562 13.5359V8.95064C1.67508 8.93999 1.6748 8.92926 1.6748 8.91847V6.45923C1.6748 4.73334 3.07392 3.33423 4.7998 3.33423H15C15.3452 3.33423 15.625 3.61405 15.625 3.95923C15.625 4.30441 15.3452 4.58423 15 4.58423H4.7998ZM5 5.42253C4.65482 5.42253 4.375 5.70236 4.375 6.04753C4.375 6.39271 4.65482 6.67253 5 6.67253H16.6667C17.0118 6.67253 17.2917 6.39271 17.2917 6.04753C17.2917 5.70236 17.0118 5.42253 16.6667 5.42253H5ZM13.75 13.3371C14.4404 13.3371 15 12.7775 15 12.0871C15 11.3968 14.4404 10.8371 13.75 10.8371C13.0596 10.8371 12.5 11.3968 12.5 12.0871C12.5 12.7775 13.0596 13.3371 13.75 13.3371Z",
1321
+ fill: color
1322
+ }
1323
+ ) });
1324
+ };
1325
+ var installment_rounded_default = InstallmentRounded;
1326
+
1182
1327
  // src/icons/v2/outline/kebab-menu.tsx
1183
- var import_jsx_runtime41 = require("react/jsx-runtime");
1328
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1184
1329
  var KebabMenu = (props) => {
1185
1330
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1331
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1332
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1188
1333
  "path",
1189
1334
  {
1190
1335
  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",
1191
1336
  fill: color
1192
1337
  }
1193
1338
  ),
1194
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1339
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1195
1340
  "path",
1196
1341
  {
1197
1342
  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",
1198
1343
  fill: color
1199
1344
  }
1200
1345
  ),
1201
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1346
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1202
1347
  "path",
1203
1348
  {
1204
1349
  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",
@@ -1210,12 +1355,12 @@ var KebabMenu = (props) => {
1210
1355
  var kebab_menu_default = KebabMenu;
1211
1356
 
1212
1357
  // src/icons/v2/outline/logout.tsx
1213
- var import_jsx_runtime42 = require("react/jsx-runtime");
1358
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1214
1359
  var Logout = (props) => {
1215
1360
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1361
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1362
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1363
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1219
1364
  "path",
1220
1365
  {
1221
1366
  fillRule: "evenodd",
@@ -1224,7 +1369,7 @@ var Logout = (props) => {
1224
1369
  fill: color
1225
1370
  }
1226
1371
  ),
1227
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1372
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1228
1373
  "path",
1229
1374
  {
1230
1375
  fillRule: "evenodd",
@@ -1233,7 +1378,7 @@ var Logout = (props) => {
1233
1378
  fill: color
1234
1379
  }
1235
1380
  ),
1236
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1381
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1237
1382
  "path",
1238
1383
  {
1239
1384
  fillRule: "evenodd",
@@ -1243,18 +1388,18 @@ var Logout = (props) => {
1243
1388
  }
1244
1389
  )
1245
1390
  ] }),
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)" }) }) })
1391
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1247
1392
  ] });
1248
1393
  };
1249
1394
  var logout_default = Logout;
1250
1395
 
1251
1396
  // src/icons/v2/outline/map-marker.tsx
1252
- var import_jsx_runtime43 = require("react/jsx-runtime");
1397
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1253
1398
  var MapMarker = (props) => {
1254
1399
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1400
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1401
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1402
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1258
1403
  "path",
1259
1404
  {
1260
1405
  fillRule: "evenodd",
@@ -1263,7 +1408,7 @@ var MapMarker = (props) => {
1263
1408
  fill: color
1264
1409
  }
1265
1410
  ),
1266
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1411
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1267
1412
  "path",
1268
1413
  {
1269
1414
  fillRule: "evenodd",
@@ -1273,17 +1418,17 @@ var MapMarker = (props) => {
1273
1418
  }
1274
1419
  )
1275
1420
  ] }),
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)" }) }) })
1421
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1277
1422
  ] });
1278
1423
  };
1279
1424
  var map_marker_default = MapMarker;
1280
1425
 
1281
1426
  // src/icons/v2/outline/minus.tsx
1282
- var import_jsx_runtime44 = require("react/jsx-runtime");
1427
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1283
1428
  var Minus = (props) => {
1284
1429
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1430
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1431
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1287
1432
  "path",
1288
1433
  {
1289
1434
  fillRule: "evenodd",
@@ -1292,16 +1437,16 @@ var Minus = (props) => {
1292
1437
  fill: color
1293
1438
  }
1294
1439
  ) }),
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)" }) }) })
1440
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1296
1441
  ] });
1297
1442
  };
1298
1443
  var minus_default = Minus;
1299
1444
 
1300
1445
  // src/icons/v2/outline/minus-large.tsx
1301
- var import_jsx_runtime45 = require("react/jsx-runtime");
1446
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1302
1447
  var MinusLarge = (props) => {
1303
1448
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1449
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1305
1450
  "path",
1306
1451
  {
1307
1452
  fillRule: "evenodd",
@@ -1314,10 +1459,10 @@ var MinusLarge = (props) => {
1314
1459
  var minus_large_default = MinusLarge;
1315
1460
 
1316
1461
  // src/icons/v2/outline/minus-rounded.tsx
1317
- var import_jsx_runtime46 = require("react/jsx-runtime");
1462
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1318
1463
  var MinusRounded = (props) => {
1319
1464
  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)(
1465
+ return /* @__PURE__ */ (0, import_jsx_runtime51.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_runtime51.jsx)(
1321
1466
  "path",
1322
1467
  {
1323
1468
  fillRule: "evenodd",
@@ -1330,10 +1475,10 @@ var MinusRounded = (props) => {
1330
1475
  var minus_rounded_default = MinusRounded;
1331
1476
 
1332
1477
  // src/icons/v2/outline/no-gps.tsx
1333
- var import_jsx_runtime47 = require("react/jsx-runtime");
1478
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1334
1479
  var NoGps = (props) => {
1335
1480
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1481
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1337
1482
  "path",
1338
1483
  {
1339
1484
  fillRule: "evenodd",
@@ -1346,11 +1491,11 @@ var NoGps = (props) => {
1346
1491
  var no_gps_default = NoGps;
1347
1492
 
1348
1493
  // src/icons/v2/outline/note.tsx
1349
- var import_jsx_runtime48 = require("react/jsx-runtime");
1494
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1350
1495
  var Note = (props) => {
1351
1496
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1497
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1498
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1354
1499
  "path",
1355
1500
  {
1356
1501
  fillRule: "evenodd",
@@ -1359,7 +1504,7 @@ var Note = (props) => {
1359
1504
  fill: color
1360
1505
  }
1361
1506
  ),
1362
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1507
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1363
1508
  "path",
1364
1509
  {
1365
1510
  fillRule: "evenodd",
@@ -1368,7 +1513,7 @@ var Note = (props) => {
1368
1513
  fill: color
1369
1514
  }
1370
1515
  ),
1371
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1516
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1372
1517
  "path",
1373
1518
  {
1374
1519
  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",
@@ -1379,12 +1524,39 @@ var Note = (props) => {
1379
1524
  };
1380
1525
  var note_default = Note;
1381
1526
 
1527
+ // src/icons/v2/outline/order-failed-rounded.tsx
1528
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1529
+ var OrderFailedRounded = (props) => {
1530
+ const { color, ...svgProps } = use_icon_props_default(props);
1531
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1532
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1533
+ "path",
1534
+ {
1535
+ fillRule: "evenodd",
1536
+ clipRule: "evenodd",
1537
+ d: "M20.1421 13.1275L19.5158 8.69324C19.3655 7.71621 18.5388 6.96464 17.5367 6.96464H16.7099V6.68907C16.7099 4.08364 14.6056 1.97925 12.0001 1.97925C9.49493 1.97925 7.46569 3.93332 7.31537 6.41349C7.26527 6.5137 7.24023 6.61391 7.24023 6.71412V6.96464H6.46362C5.46154 6.96464 4.63481 7.69116 4.4845 8.69324L3.0565 18.6891C2.88114 19.8916 3.80807 20.9688 5.03563 20.9688H14.0294C14.8561 21.5951 15.8832 21.9709 17.0106 21.9709C19.7663 21.9709 22.021 19.7413 22.021 16.9605C21.996 15.4323 21.2695 14.0544 20.1421 13.1275ZM8.74337 6.71412H8.79346C8.79346 4.93541 10.2214 3.50744 12.0001 3.50744C13.7789 3.50744 15.2068 4.93541 15.2068 6.71412V6.98968H8.74337V6.71412ZM4.55963 18.9145L5.98763 8.9187C6.01268 8.66818 6.23815 8.49282 6.48867 8.49282H7.26528V8.99386C7.26528 9.41975 7.59096 9.74542 8.01685 9.74542C8.44273 9.74542 8.76841 9.41975 8.76841 8.99386V8.49282H15.2319V8.99386C15.2319 9.41975 15.5576 9.74542 15.9835 9.74542C16.4093 9.74542 16.735 9.41975 16.735 8.99386V8.49282H17.5617C17.8122 8.49282 18.0127 8.66818 18.0628 8.9187L18.5388 12.2506C18.0628 12.1003 17.5617 12.0001 17.0356 12.0001C14.2799 12.0001 12.0252 14.2298 12.0252 17.0106C12.0252 17.9375 12.3008 18.7642 12.7267 19.5158H5.08575C4.73502 19.4907 4.50953 19.2152 4.55963 18.9145ZM17.0106 20.6932C14.9563 20.6932 13.3029 19.0398 13.3029 16.9855C13.3029 14.9312 14.9563 13.2778 17.0106 13.2778C19.0649 13.2778 20.7183 14.9312 20.7183 16.9855C20.6932 19.0398 19.0398 20.6932 17.0106 20.6932Z",
1538
+ fill: color
1539
+ }
1540
+ ),
1541
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1542
+ "path",
1543
+ {
1544
+ fillRule: "evenodd",
1545
+ clipRule: "evenodd",
1546
+ d: "M18.7642 15.2319C18.5137 14.9813 18.0878 14.9813 17.8373 15.2319L16.9855 16.0836L16.1338 15.2319C15.8832 14.9813 15.4573 14.9813 15.2068 15.2319C14.9563 15.4824 14.9563 15.9083 15.2068 16.1588L16.0586 17.0106L15.2068 17.8623C14.9563 18.1129 14.9563 18.5387 15.2068 18.7893C15.4573 19.0398 15.8832 19.0398 16.1338 18.7893L16.9855 17.9375L17.8373 18.7893C18.0878 19.0398 18.5137 19.0398 18.7642 18.7893C19.0148 18.5387 19.0148 18.1129 18.7642 17.8623L17.9125 17.0106L18.7642 16.1588C19.0148 15.8832 19.0148 15.4824 18.7642 15.2319Z",
1547
+ fill: color
1548
+ }
1549
+ )
1550
+ ] });
1551
+ };
1552
+ var order_failed_rounded_default = OrderFailedRounded;
1553
+
1382
1554
  // src/icons/v2/outline/order-history.tsx
1383
- var import_jsx_runtime49 = require("react/jsx-runtime");
1555
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1384
1556
  var OrderHistory = (props) => {
1385
1557
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1558
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1559
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1388
1560
  "path",
1389
1561
  {
1390
1562
  fillRule: "evenodd",
@@ -1393,7 +1565,7 @@ var OrderHistory = (props) => {
1393
1565
  fill: color
1394
1566
  }
1395
1567
  ),
1396
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1568
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1397
1569
  "path",
1398
1570
  {
1399
1571
  fillRule: "evenodd",
@@ -1406,12 +1578,39 @@ var OrderHistory = (props) => {
1406
1578
  };
1407
1579
  var order_history_default = OrderHistory;
1408
1580
 
1581
+ // src/icons/v2/outline/order-processed-rounded.tsx
1582
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1583
+ var OrderProcessedRounded = (props) => {
1584
+ const { color, ...svgProps } = use_icon_props_default(props);
1585
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1586
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1587
+ "path",
1588
+ {
1589
+ fillRule: "evenodd",
1590
+ clipRule: "evenodd",
1591
+ d: "M20.9438 18.7391L19.5158 8.74328C19.3655 7.76624 18.5388 7.01467 17.5367 7.01467H16.7099V6.7391C16.7099 4.13368 14.6056 2.0293 12.0001 2.0293C9.49492 2.0293 7.46569 3.98336 7.31537 6.46352C7.26527 6.56373 7.24022 6.66394 7.24022 6.76415V7.01467H6.4636C5.46151 7.01467 4.63479 7.74119 4.48448 8.74328L3.0565 18.7391C2.88114 19.9416 3.80807 21.0189 5.03562 21.0189H18.9646C20.1922 21.0189 21.1191 19.9416 20.9438 18.7391ZM8.74335 6.7391H8.79345C8.79345 4.9604 10.2214 3.53243 12.0001 3.53243C13.7788 3.53243 15.2068 4.9604 15.2068 6.7391V7.01467H8.74335V6.7391C8.7684 6.7391 8.7684 6.7391 8.74335 6.7391ZM18.9646 19.5157H5.06068C4.76005 19.5157 4.53458 19.2401 4.55963 18.9395L5.98761 8.94369C6.01266 8.69317 6.23813 8.5178 6.48866 8.5178H7.26527V9.01885C7.26527 9.44474 7.59095 9.77041 8.01683 9.77041C8.44272 9.77041 8.7684 9.44474 8.7684 9.01885V8.5178H15.2319V9.01885C15.2319 9.44474 15.5575 9.77041 15.9834 9.77041C16.4093 9.77041 16.735 9.44474 16.735 9.01885V8.5178H17.5617C17.8122 8.5178 18.0127 8.69317 18.0628 8.94369L19.4907 18.9395C19.5158 19.2401 19.2653 19.5157 18.9646 19.5157Z",
1592
+ fill: color
1593
+ }
1594
+ ),
1595
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1596
+ "path",
1597
+ {
1598
+ fillRule: "evenodd",
1599
+ clipRule: "evenodd",
1600
+ d: "M15.6578 14.3049C15.5325 14.0293 15.2319 13.879 14.9312 14.0042L13.2527 14.7057C12.9772 14.831 12.8269 15.1316 12.9521 15.4322C13.0774 15.7078 13.378 15.8581 13.6786 15.7328L14.1045 15.5575C13.9292 15.8331 13.7287 16.0585 13.4782 16.284C12.2507 17.236 10.472 17.0355 9.49492 15.7829C8.54293 14.5554 8.74335 12.7767 9.99596 11.7997C11.2235 10.8477 13.0022 11.0481 13.9793 12.3007C14.1546 12.5512 14.5054 12.5763 14.7559 12.4009C15.0064 12.2255 15.0314 11.8748 14.8561 11.6243C13.5283 9.92073 11.0482 9.59505 9.31955 10.9479C7.616 12.2756 7.29032 14.7558 8.64314 16.4594C9.9709 18.1629 12.4511 18.4886 14.1797 17.1358C14.6056 16.8101 14.9062 16.4092 15.1567 15.9834L15.3321 16.4092C15.4573 16.6848 15.758 16.8351 16.0586 16.7099C16.3342 16.5846 16.4845 16.284 16.3592 15.9834L15.6578 14.3049Z",
1601
+ fill: color
1602
+ }
1603
+ )
1604
+ ] });
1605
+ };
1606
+ var order_processed_rounded_default = OrderProcessedRounded;
1607
+
1409
1608
  // src/icons/v2/outline/otp.tsx
1410
- var import_jsx_runtime50 = require("react/jsx-runtime");
1609
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1411
1610
  var Otp = (props) => {
1412
1611
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1612
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1613
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1415
1614
  "path",
1416
1615
  {
1417
1616
  fillRule: "evenodd",
@@ -1420,7 +1619,7 @@ var Otp = (props) => {
1420
1619
  fill: color
1421
1620
  }
1422
1621
  ),
1423
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1622
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1424
1623
  "path",
1425
1624
  {
1426
1625
  fillRule: "evenodd",
@@ -1429,7 +1628,7 @@ var Otp = (props) => {
1429
1628
  fill: color
1430
1629
  }
1431
1630
  ),
1432
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1631
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1433
1632
  "path",
1434
1633
  {
1435
1634
  fillRule: "evenodd",
@@ -1438,7 +1637,7 @@ var Otp = (props) => {
1438
1637
  fill: color
1439
1638
  }
1440
1639
  ),
1441
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1640
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1442
1641
  "path",
1443
1642
  {
1444
1643
  fillRule: "evenodd",
@@ -1447,7 +1646,7 @@ var Otp = (props) => {
1447
1646
  fill: color
1448
1647
  }
1449
1648
  ),
1450
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1649
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1451
1650
  "path",
1452
1651
  {
1453
1652
  fillRule: "evenodd",
@@ -1456,41 +1655,131 @@ var Otp = (props) => {
1456
1655
  fill: color
1457
1656
  }
1458
1657
  ),
1459
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1658
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1659
+ "path",
1660
+ {
1661
+ fillRule: "evenodd",
1662
+ clipRule: "evenodd",
1663
+ d: "M19.5 11.02C19.34 10.76 19.02 10.66 18.74 10.82L18.34 11.04V10.58C18.34 10.28 18.1 10.02 17.78 10.02C17.48 10.02 17.22 10.26 17.22 10.58V11.04L16.82 10.82C16.56 10.66 16.22 10.76 16.06 11.02C15.9 11.28 16 11.62 16.26 11.78L16.66 12L16.26 12.22C16 12.38 15.9 12.7 16.06 12.98C16.22 13.24 16.54 13.34 16.82 13.18L17.22 12.96V13.42C17.22 13.72 17.46 13.98 17.78 13.98C18.08 13.98 18.34 13.74 18.34 13.42V12.96L18.74 13.18C19 13.34 19.34 13.24 19.5 12.98C19.66 12.72 19.56 12.38 19.3 12.22L18.9 12L19.3 11.78C19.56 11.62 19.66 11.28 19.5 11.02Z",
1664
+ fill: color
1665
+ }
1666
+ )
1667
+ ] });
1668
+ };
1669
+ var otp_default = Otp;
1670
+
1671
+ // src/icons/v2/outline/paylater.tsx
1672
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1673
+ var Paylater = (props) => {
1674
+ const { color, ...svgProps } = use_icon_props_default(props);
1675
+ return /* @__PURE__ */ (0, import_jsx_runtime58.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_runtime58.jsx)(
1676
+ "path",
1677
+ {
1678
+ fillRule: "evenodd",
1679
+ clipRule: "evenodd",
1680
+ d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
1681
+ fill: color
1682
+ }
1683
+ ) });
1684
+ };
1685
+ var paylater_default = Paylater;
1686
+
1687
+ // src/icons/v2/outline/payment-failed-rounded.tsx
1688
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1689
+ var PaymentFailedRounded = (props) => {
1690
+ const { color, ...svgProps } = use_icon_props_default(props);
1691
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1692
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1693
+ "path",
1694
+ {
1695
+ fillRule: "evenodd",
1696
+ clipRule: "evenodd",
1697
+ d: "M5.07445 7.26268C5.07445 7.67344 5.41052 8.00951 5.82127 8.00951H19.0774C19.4882 8.00951 19.8242 7.67344 19.8242 7.26268C19.8242 6.85193 19.4882 6.51586 19.0774 6.51586H5.82127C5.39807 6.50341 5.07445 6.83948 5.07445 7.26268Z",
1698
+ fill: color
1699
+ }
1700
+ ),
1701
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1702
+ "path",
1703
+ {
1704
+ fillRule: "evenodd",
1705
+ clipRule: "evenodd",
1706
+ d: "M20.7328 13.6854C20.8324 13.7974 20.9196 13.897 21.0067 14.0214V10.7728C21.0067 9.80189 20.2225 9.01772 19.2516 9.01772H3.49365V7.74812C3.49365 6.50342 4.50187 5.4952 5.74658 5.4952H17.9821C18.3928 5.4952 18.7289 5.15913 18.7289 4.74838C18.7289 4.33763 18.3928 4.00156 17.9821 4.00156H5.74658C3.68037 4.00156 2 5.68191 2 7.74812V10.6981C2 10.7105 2 10.7105 2 10.723V16.2495C2 18.3157 3.68037 19.996 5.74658 19.996H12.9783C12.9285 19.9338 12.8912 19.8716 12.8414 19.7969C13.7376 21.1287 15.2561 22 16.9863 22C19.7495 22 21.99 19.7595 21.99 16.9963C21.99 15.7267 21.517 14.5691 20.7328 13.6854ZM20.6831 13.6356C20.6457 13.5982 20.6208 13.5734 20.5835 13.536C20.6208 13.5734 20.6582 13.5982 20.6831 13.6356ZM20.5212 13.4613C20.4963 13.4364 20.459 13.3991 20.4341 13.3742C20.459 13.3991 20.4839 13.424 20.5212 13.4613ZM3.50611 16.237V10.5114H19.2516C19.3886 10.5114 19.5006 10.6234 19.5006 10.7603V12.6647C19.513 12.6772 19.5255 12.6772 19.5379 12.6896C18.7911 12.2415 17.9198 11.9926 16.9863 11.9926C14.223 11.9926 11.9826 14.233 11.9826 16.9963C11.9826 17.5191 12.0572 18.017 12.2066 18.4899H5.74658C4.50187 18.4899 3.50611 17.4817 3.50611 16.237ZM20.1478 13.1253C20.1105 13.1004 20.0856 13.0755 20.0482 13.0506C20.0856 13.0755 20.1229 13.1004 20.1478 13.1253ZM19.9611 12.9759C19.9238 12.951 19.8989 12.9261 19.8615 12.9012C19.8864 12.9261 19.9238 12.951 19.9611 12.9759ZM19.7495 12.839C19.7122 12.8141 19.6873 12.7892 19.6499 12.7767C19.6873 12.7892 19.7246 12.8141 19.7495 12.839ZM12.7169 19.6102C12.7543 19.6724 12.7916 19.7346 12.8289 19.7844C12.7916 19.7222 12.7543 19.6724 12.7169 19.6102ZM12.2191 18.4899C12.2439 18.5646 12.2689 18.6269 12.2937 18.7015C12.2689 18.6393 12.2439 18.5646 12.2191 18.4899ZM12.3062 18.7638C12.3311 18.8136 12.3435 18.8758 12.3684 18.9256C12.356 18.8758 12.3311 18.8136 12.3062 18.7638ZM12.4058 18.9878C12.4307 19.0376 12.4556 19.0874 12.4805 19.1372C12.4431 19.0874 12.4182 19.0376 12.4058 18.9878ZM16.9863 20.7055C14.945 20.7055 13.2895 19.0501 13.2895 17.0087C13.2895 14.9674 14.945 13.312 16.9863 13.312C19.0276 13.312 20.6831 14.9674 20.6831 17.0087C20.6955 19.0376 19.0276 20.7055 16.9863 20.7055Z",
1707
+ fill: color
1708
+ }
1709
+ ),
1710
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1711
+ "path",
1712
+ {
1713
+ fillRule: "evenodd",
1714
+ clipRule: "evenodd",
1715
+ d: "M18.7538 15.2288C18.5048 14.9799 18.0941 14.9799 17.8327 15.2288L16.9863 16.0752L16.1399 15.2288C15.8909 14.9799 15.4802 14.9799 15.2188 15.2288C14.9699 15.4777 14.9699 15.8885 15.2188 16.1499L16.0652 16.9963L15.2188 17.8427C14.9699 18.0916 14.9699 18.5024 15.2188 18.7638C15.4677 19.0127 15.8785 19.0127 16.1399 18.7638L16.9863 17.9174L17.8327 18.7638C18.0816 19.0127 18.4924 19.0127 18.7538 18.7638C19.0027 18.5148 19.0027 18.1041 18.7538 17.8427L17.9074 16.9963L18.7538 16.1499C19.0152 15.9009 19.0152 15.4902 18.7538 15.2288Z",
1716
+ fill: color
1717
+ }
1718
+ )
1719
+ ] });
1720
+ };
1721
+ var payment_failed_rounded_default = PaymentFailedRounded;
1722
+
1723
+ // src/icons/v2/outline/payment-verification-rounded.tsx
1724
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1725
+ var PaymentVerificationRounded = (props) => {
1726
+ const { color, ...svgProps } = use_icon_props_default(props);
1727
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1728
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1729
+ "path",
1730
+ {
1731
+ fillRule: "evenodd",
1732
+ clipRule: "evenodd",
1733
+ d: "M21.9961 16.9856C21.9961 15.3572 21.1944 13.9042 19.9668 13.0023V4.76013C19.9668 3.23195 18.7393 2.00439 17.2111 2.00439H6.71424C5.18605 2.00439 3.9585 3.23195 3.9585 4.76013V19.2403C3.9585 20.7685 5.18605 21.996 6.71424 21.996H16.8103C16.8604 21.996 16.9105 22.0211 16.9856 22.0211C17.0357 22.0211 17.0858 21.996 17.161 21.996H17.2362C17.4115 21.996 17.5618 21.971 17.7372 21.9459C20.1422 21.5701 21.9961 19.5159 21.9961 16.9856ZM5.48667 19.2152V4.73507C5.48667 4.03361 6.03782 3.48246 6.73928 3.48246H17.2362C17.9376 3.48246 18.4888 4.03361 18.4888 4.73507V12.2257C18.0128 12.0754 17.5368 11.9752 17.0107 11.9752C14.2549 11.9752 12.0002 14.2048 12.0002 16.9856C12.0002 18.3384 12.5514 19.566 13.4282 20.4679H6.73928C6.06287 20.4679 5.48667 19.9167 5.48667 19.2152ZM17.0107 20.6933C14.9564 20.6933 13.303 19.0399 13.303 16.9856C13.303 14.9313 14.9564 13.2779 17.0107 13.2779C19.065 13.2779 20.7184 14.9313 20.7184 16.9856C20.6934 19.0399 19.0399 20.6933 17.0107 20.6933Z",
1734
+ fill: color
1735
+ }
1736
+ ),
1737
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1738
+ "path",
1739
+ {
1740
+ fillRule: "evenodd",
1741
+ clipRule: "evenodd",
1742
+ d: "M18.6892 16.9355H17.3364V15.2319C17.3364 14.8812 17.0357 14.5806 16.685 14.5806C16.3343 14.5806 16.0336 14.8812 16.0336 15.2319V17.5869C16.0336 17.9376 16.3343 18.2382 16.685 18.2382H18.6892C19.0399 18.2382 19.3405 17.9376 19.3405 17.5869C19.3405 17.2361 19.0399 16.9355 18.6892 16.9355Z",
1743
+ fill: color
1744
+ }
1745
+ ),
1746
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1747
+ "path",
1748
+ {
1749
+ fillRule: "evenodd",
1750
+ clipRule: "evenodd",
1751
+ d: "M7.4658 6.98977H16.4846C16.8353 6.98977 17.1359 6.68915 17.1359 6.33842C17.1359 5.98769 16.8353 5.68707 16.4846 5.68707H7.4658C7.11507 5.68707 6.81445 5.98769 6.81445 6.33842C6.81445 6.7142 7.11507 6.98977 7.4658 6.98977Z",
1752
+ fill: color
1753
+ }
1754
+ ),
1755
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1756
+ "path",
1757
+ {
1758
+ fillRule: "evenodd",
1759
+ clipRule: "evenodd",
1760
+ d: "M7.4658 9.99603H16.4846C16.8353 9.99603 17.1359 9.69541 17.1359 9.34468C17.1359 8.99395 16.8353 8.69333 16.4846 8.69333H7.4658C7.11507 8.69333 6.81445 8.99395 6.81445 9.34468C6.81445 9.69541 7.11507 9.99603 7.4658 9.99603Z",
1761
+ fill: color
1762
+ }
1763
+ ),
1764
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1460
1765
  "path",
1461
1766
  {
1462
1767
  fillRule: "evenodd",
1463
1768
  clipRule: "evenodd",
1464
- d: "M19.5 11.02C19.34 10.76 19.02 10.66 18.74 10.82L18.34 11.04V10.58C18.34 10.28 18.1 10.02 17.78 10.02C17.48 10.02 17.22 10.26 17.22 10.58V11.04L16.82 10.82C16.56 10.66 16.22 10.76 16.06 11.02C15.9 11.28 16 11.62 16.26 11.78L16.66 12L16.26 12.22C16 12.38 15.9 12.7 16.06 12.98C16.22 13.24 16.54 13.34 16.82 13.18L17.22 12.96V13.42C17.22 13.72 17.46 13.98 17.78 13.98C18.08 13.98 18.34 13.74 18.34 13.42V12.96L18.74 13.18C19 13.34 19.34 13.24 19.5 12.98C19.66 12.72 19.56 12.38 19.3 12.22L18.9 12L19.3 11.78C19.56 11.62 19.66 11.28 19.5 11.02Z",
1769
+ d: "M12.6265 12.3509C12.6265 12.0002 12.3259 11.6996 11.9752 11.6996H7.4658C7.11507 11.6996 6.81445 12.0002 6.81445 12.3509C6.81445 12.7017 7.11507 13.0023 7.4658 13.0023H11.9752C12.351 13.0023 12.6265 12.7017 12.6265 12.3509Z",
1465
1770
  fill: color
1466
1771
  }
1467
1772
  )
1468
1773
  ] });
1469
1774
  };
1470
- var otp_default = Otp;
1471
-
1472
- // src/icons/v2/outline/paylater.tsx
1473
- var import_jsx_runtime51 = require("react/jsx-runtime");
1474
- var Paylater = (props) => {
1475
- const { color, ...svgProps } = use_icon_props_default(props);
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)(
1477
- "path",
1478
- {
1479
- fillRule: "evenodd",
1480
- clipRule: "evenodd",
1481
- d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
1482
- fill: color
1483
- }
1484
- ) });
1485
- };
1486
- var paylater_default = Paylater;
1775
+ var payment_verification_rounded_default = PaymentVerificationRounded;
1487
1776
 
1488
1777
  // src/icons/v2/outline/plus.tsx
1489
- var import_jsx_runtime52 = require("react/jsx-runtime");
1778
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1490
1779
  var Plus = (props) => {
1491
1780
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1781
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1782
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1494
1783
  "path",
1495
1784
  {
1496
1785
  fillRule: "evenodd",
@@ -1499,24 +1788,24 @@ var Plus = (props) => {
1499
1788
  fill: color
1500
1789
  }
1501
1790
  ) }),
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)" }) }) })
1791
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1503
1792
  ] });
1504
1793
  };
1505
1794
  var plus_default = Plus;
1506
1795
 
1507
1796
  // src/icons/v2/outline/plus-large.tsx
1508
- var import_jsx_runtime53 = require("react/jsx-runtime");
1797
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1509
1798
  var PlusLarge = (props) => {
1510
1799
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1800
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1801
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1513
1802
  "path",
1514
1803
  {
1515
1804
  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",
1516
1805
  fill: color
1517
1806
  }
1518
1807
  ),
1519
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1808
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1520
1809
  "path",
1521
1810
  {
1522
1811
  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",
@@ -1528,12 +1817,12 @@ var PlusLarge = (props) => {
1528
1817
  var plus_large_default = PlusLarge;
1529
1818
 
1530
1819
  // src/icons/v2/outline/privacy-policy.tsx
1531
- var import_jsx_runtime54 = require("react/jsx-runtime");
1820
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1532
1821
  var PrivacyPolicy = (props) => {
1533
1822
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1823
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1824
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1825
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1537
1826
  "path",
1538
1827
  {
1539
1828
  fillRule: "evenodd",
@@ -1542,7 +1831,7 @@ var PrivacyPolicy = (props) => {
1542
1831
  fill: color
1543
1832
  }
1544
1833
  ),
1545
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1834
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1546
1835
  "path",
1547
1836
  {
1548
1837
  fillRule: "evenodd",
@@ -1551,7 +1840,7 @@ var PrivacyPolicy = (props) => {
1551
1840
  fill: color
1552
1841
  }
1553
1842
  ),
1554
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1843
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1555
1844
  "path",
1556
1845
  {
1557
1846
  fillRule: "evenodd",
@@ -1560,7 +1849,7 @@ var PrivacyPolicy = (props) => {
1560
1849
  fill: color
1561
1850
  }
1562
1851
  ),
1563
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1852
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1564
1853
  "path",
1565
1854
  {
1566
1855
  fillRule: "evenodd",
@@ -1569,7 +1858,7 @@ var PrivacyPolicy = (props) => {
1569
1858
  fill: color
1570
1859
  }
1571
1860
  ),
1572
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1861
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1573
1862
  "path",
1574
1863
  {
1575
1864
  fillRule: "evenodd",
@@ -1578,7 +1867,7 @@ var PrivacyPolicy = (props) => {
1578
1867
  fill: color
1579
1868
  }
1580
1869
  ),
1581
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1870
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1582
1871
  "path",
1583
1872
  {
1584
1873
  fillRule: "evenodd",
@@ -1588,18 +1877,18 @@ var PrivacyPolicy = (props) => {
1588
1877
  }
1589
1878
  )
1590
1879
  ] }),
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)" }) }) })
1880
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1592
1881
  ] });
1593
1882
  };
1594
1883
  var privacy_policy_default = PrivacyPolicy;
1595
1884
 
1596
1885
  // src/icons/v2/outline/profile.tsx
1597
- var import_jsx_runtime55 = require("react/jsx-runtime");
1886
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1598
1887
  var Profile = (props) => {
1599
1888
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1889
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1890
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1891
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1603
1892
  "path",
1604
1893
  {
1605
1894
  fillRule: "evenodd",
@@ -1608,7 +1897,7 @@ var Profile = (props) => {
1608
1897
  fill: color
1609
1898
  }
1610
1899
  ),
1611
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1900
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1612
1901
  "path",
1613
1902
  {
1614
1903
  fillRule: "evenodd",
@@ -1618,17 +1907,17 @@ var Profile = (props) => {
1618
1907
  }
1619
1908
  )
1620
1909
  ] }),
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)" }) }) })
1910
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1622
1911
  ] });
1623
1912
  };
1624
1913
  var profile_default = Profile;
1625
1914
 
1626
1915
  // src/icons/v2/outline/qr-code.tsx
1627
- var import_jsx_runtime56 = require("react/jsx-runtime");
1916
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1628
1917
  var QRCode = (props) => {
1629
1918
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
1919
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1920
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1632
1921
  "path",
1633
1922
  {
1634
1923
  fillRule: "evenodd",
@@ -1637,7 +1926,7 @@ var QRCode = (props) => {
1637
1926
  fill: color
1638
1927
  }
1639
1928
  ),
1640
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1929
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1641
1930
  "path",
1642
1931
  {
1643
1932
  fillRule: "evenodd",
@@ -1646,7 +1935,7 @@ var QRCode = (props) => {
1646
1935
  fill: color
1647
1936
  }
1648
1937
  ),
1649
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1938
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1650
1939
  "path",
1651
1940
  {
1652
1941
  fillRule: "evenodd",
@@ -1655,7 +1944,7 @@ var QRCode = (props) => {
1655
1944
  fill: color
1656
1945
  }
1657
1946
  ),
1658
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1947
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1659
1948
  "path",
1660
1949
  {
1661
1950
  fillRule: "evenodd",
@@ -1664,7 +1953,7 @@ var QRCode = (props) => {
1664
1953
  fill: color
1665
1954
  }
1666
1955
  ),
1667
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1956
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1668
1957
  "path",
1669
1958
  {
1670
1959
  fillRule: "evenodd",
@@ -1673,7 +1962,7 @@ var QRCode = (props) => {
1673
1962
  fill: color
1674
1963
  }
1675
1964
  ),
1676
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1965
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1677
1966
  "path",
1678
1967
  {
1679
1968
  fillRule: "evenodd",
@@ -1682,7 +1971,7 @@ var QRCode = (props) => {
1682
1971
  fill: color
1683
1972
  }
1684
1973
  ),
1685
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1974
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1686
1975
  "path",
1687
1976
  {
1688
1977
  fillRule: "evenodd",
@@ -1691,7 +1980,7 @@ var QRCode = (props) => {
1691
1980
  fill: color
1692
1981
  }
1693
1982
  ),
1694
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1983
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1695
1984
  "path",
1696
1985
  {
1697
1986
  fillRule: "evenodd",
@@ -1700,7 +1989,7 @@ var QRCode = (props) => {
1700
1989
  fill: color
1701
1990
  }
1702
1991
  ),
1703
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1992
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1704
1993
  "path",
1705
1994
  {
1706
1995
  fillRule: "evenodd",
@@ -1709,7 +1998,7 @@ var QRCode = (props) => {
1709
1998
  fill: color
1710
1999
  }
1711
2000
  ),
1712
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2001
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1713
2002
  "path",
1714
2003
  {
1715
2004
  fillRule: "evenodd",
@@ -1723,10 +2012,10 @@ var QRCode = (props) => {
1723
2012
  var qr_code_default = QRCode;
1724
2013
 
1725
2014
  // src/icons/v2/outline/qr-code-base.tsx
1726
- var import_jsx_runtime57 = require("react/jsx-runtime");
2015
+ var import_jsx_runtime66 = require("react/jsx-runtime");
1727
2016
  var QRCodeBase = (props) => {
1728
2017
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2018
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1730
2019
  "path",
1731
2020
  {
1732
2021
  fillRule: "evenodd",
@@ -1739,11 +2028,11 @@ var QRCodeBase = (props) => {
1739
2028
  var qr_code_base_default = QRCodeBase;
1740
2029
 
1741
2030
  // src/icons/v2/outline/search.tsx
1742
- var import_jsx_runtime58 = require("react/jsx-runtime");
2031
+ var import_jsx_runtime67 = require("react/jsx-runtime");
1743
2032
  var Search = (props) => {
1744
2033
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2034
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2035
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1747
2036
  "path",
1748
2037
  {
1749
2038
  fillRule: "evenodd",
@@ -1752,7 +2041,7 @@ var Search = (props) => {
1752
2041
  fill: color
1753
2042
  }
1754
2043
  ),
1755
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2044
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1756
2045
  "path",
1757
2046
  {
1758
2047
  fillRule: "evenodd",
@@ -1766,10 +2055,10 @@ var Search = (props) => {
1766
2055
  var search_default = Search;
1767
2056
 
1768
2057
  // src/icons/v2/outline/setting.tsx
1769
- var import_jsx_runtime59 = require("react/jsx-runtime");
2058
+ var import_jsx_runtime68 = require("react/jsx-runtime");
1770
2059
  var Setting = (props) => {
1771
2060
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2061
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1773
2062
  "path",
1774
2063
  {
1775
2064
  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",
@@ -1780,11 +2069,11 @@ var Setting = (props) => {
1780
2069
  var setting_default = Setting;
1781
2070
 
1782
2071
  // src/icons/v2/outline/share.tsx
1783
- var import_jsx_runtime60 = require("react/jsx-runtime");
2072
+ var import_jsx_runtime69 = require("react/jsx-runtime");
1784
2073
  var Bag2 = (props) => {
1785
2074
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2075
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
2076
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1788
2077
  "path",
1789
2078
  {
1790
2079
  fillRule: "evenodd",
@@ -1793,7 +2082,7 @@ var Bag2 = (props) => {
1793
2082
  fill: color
1794
2083
  }
1795
2084
  ),
1796
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2085
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1797
2086
  "path",
1798
2087
  {
1799
2088
  fillRule: "evenodd",
@@ -1802,7 +2091,7 @@ var Bag2 = (props) => {
1802
2091
  fill: color
1803
2092
  }
1804
2093
  ),
1805
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2094
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1806
2095
  "path",
1807
2096
  {
1808
2097
  fillRule: "evenodd",
@@ -1815,12 +2104,62 @@ var Bag2 = (props) => {
1815
2104
  };
1816
2105
  var share_default = Bag2;
1817
2106
 
2107
+ // src/icons/v2/outline/shield-rounded.tsx
2108
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2109
+ var ShieldRounded = (props) => {
2110
+ const { color, ...svgProps } = use_icon_props_default(props);
2111
+ return /* @__PURE__ */ (0, import_jsx_runtime70.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_runtime70.jsx)(
2112
+ "path",
2113
+ {
2114
+ d: "M9.23438 2.63778C9.73261 2.45993 10.2772 2.45993 10.7754 2.63778L15.1445 4.19736C16.0567 4.52305 16.666 5.38701 16.666 6.35556V9.96982C16.666 12.9409 15.044 14.8309 13.4668 15.9522C11.9041 17.0632 10.3394 17.4581 10.2773 17.4737L10.125 16.8683L10.2676 17.4767C10.0949 17.5172 9.91491 17.5172 9.74219 17.4767L9.88477 16.8683L9.73242 17.4737C9.66867 17.4577 8.10479 17.0626 6.54297 15.9522C4.96579 14.8309 3.34475 12.9409 3.34473 9.96982V6.35556C3.34473 5.38705 3.95317 4.52308 4.86523 4.19736L9.23438 2.63778ZM13.1484 8.03134C12.9044 7.78726 12.5087 7.78726 12.2646 8.03134L9.5127 10.7823L7.94238 9.212C7.6983 8.96793 7.30169 8.96792 7.05762 9.212C6.81375 9.45595 6.81398 9.8517 7.05762 10.0958L9.07031 12.1085C9.31437 12.3525 9.71002 12.3525 9.9541 12.1085L13.1484 8.91513C13.3924 8.67116 13.3922 8.27544 13.1484 8.03134Z",
2115
+ fill: color
2116
+ }
2117
+ ) });
2118
+ };
2119
+ var shield_rounded_default = ShieldRounded;
2120
+
2121
+ // src/icons/v2/outline/shipped-rounded.tsx
2122
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2123
+ var ShippedRounded = (props) => {
2124
+ const { color, ...svgProps } = use_icon_props_default(props);
2125
+ 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: [
2126
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2127
+ "path",
2128
+ {
2129
+ fillRule: "evenodd",
2130
+ clipRule: "evenodd",
2131
+ d: "M18.2631 3.03125H5.76209C4.23391 3.03125 3.00635 4.25881 3.00635 5.78699V12.025C3.00635 12.4509 3.33203 12.7765 3.75791 12.7765C4.1838 12.7765 4.50948 12.4509 4.50948 12.025V5.78699C4.50948 5.08553 5.06063 4.53438 5.76209 4.53438H9.3195V6.68886C9.3195 7.24001 9.77044 7.69095 10.3216 7.69095H13.7036C14.2548 7.69095 14.7057 7.24001 14.7057 6.68886V4.53438H18.2631C18.9646 4.53438 19.5158 5.08553 19.5158 5.78699V18.263C19.5158 18.9644 18.9646 19.5156 18.2631 19.5156H12.0251C11.5993 19.5156 11.2736 19.8413 11.2736 20.2672C11.2736 20.693 11.5993 21.0187 12.0251 21.0187H18.2631C19.7913 21.0187 21.0189 19.7912 21.0189 18.263V5.78699C20.9938 4.25881 19.7663 3.03125 18.2631 3.03125ZM13.378 6.36319H10.5972V4.50932H13.378V6.36319Z",
2132
+ fill: color
2133
+ }
2134
+ ),
2135
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2136
+ "path",
2137
+ {
2138
+ fillRule: "evenodd",
2139
+ clipRule: "evenodd",
2140
+ d: "M9.99592 14.0793H3.6577C3.30697 14.0793 3.00635 14.3799 3.00635 14.7306C3.00635 15.0813 3.30697 15.382 3.6577 15.382H9.99592C10.3466 15.382 10.6473 15.0813 10.6473 14.7306C10.6473 14.3799 10.3717 14.0793 9.99592 14.0793Z",
2141
+ fill: color
2142
+ }
2143
+ ),
2144
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2145
+ "path",
2146
+ {
2147
+ fillRule: "evenodd",
2148
+ clipRule: "evenodd",
2149
+ d: "M9.99592 17.3611H5.58672C5.23599 17.3611 4.93537 17.6617 4.93537 18.0125C4.93537 18.3632 5.23599 18.6638 5.58672 18.6638H9.99592C10.3466 18.6638 10.6473 18.3632 10.6473 18.0125C10.6473 17.6617 10.3717 17.3611 9.99592 17.3611Z",
2150
+ fill: color
2151
+ }
2152
+ )
2153
+ ] });
2154
+ };
2155
+ var shipped_rounded_default = ShippedRounded;
2156
+
1818
2157
  // src/icons/v2/outline/size-chart-rounded.tsx
1819
- var import_jsx_runtime61 = require("react/jsx-runtime");
2158
+ var import_jsx_runtime72 = require("react/jsx-runtime");
1820
2159
  var SizeChartRounded = (props) => {
1821
2160
  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)(
2161
+ 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: [
2162
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1824
2163
  "path",
1825
2164
  {
1826
2165
  fillRule: "evenodd",
@@ -1829,7 +2168,7 @@ var SizeChartRounded = (props) => {
1829
2168
  fill: color
1830
2169
  }
1831
2170
  ),
1832
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2171
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1833
2172
  "path",
1834
2173
  {
1835
2174
  fillRule: "evenodd",
@@ -1838,7 +2177,7 @@ var SizeChartRounded = (props) => {
1838
2177
  fill: color
1839
2178
  }
1840
2179
  ),
1841
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2180
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1842
2181
  "path",
1843
2182
  {
1844
2183
  fillRule: "evenodd",
@@ -1847,7 +2186,7 @@ var SizeChartRounded = (props) => {
1847
2186
  fill: color
1848
2187
  }
1849
2188
  ),
1850
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2189
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1851
2190
  "path",
1852
2191
  {
1853
2192
  fillRule: "evenodd",
@@ -1856,7 +2195,7 @@ var SizeChartRounded = (props) => {
1856
2195
  fill: color
1857
2196
  }
1858
2197
  ),
1859
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2198
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1860
2199
  "path",
1861
2200
  {
1862
2201
  fillRule: "evenodd",
@@ -1865,7 +2204,7 @@ var SizeChartRounded = (props) => {
1865
2204
  fill: color
1866
2205
  }
1867
2206
  ),
1868
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2207
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1869
2208
  "path",
1870
2209
  {
1871
2210
  fillRule: "evenodd",
@@ -1874,7 +2213,7 @@ var SizeChartRounded = (props) => {
1874
2213
  fill: color
1875
2214
  }
1876
2215
  ),
1877
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2216
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1878
2217
  "path",
1879
2218
  {
1880
2219
  fillRule: "evenodd",
@@ -1888,11 +2227,11 @@ var SizeChartRounded = (props) => {
1888
2227
  var size_chart_rounded_default = SizeChartRounded;
1889
2228
 
1890
2229
  // src/icons/v2/outline/sort.tsx
1891
- var import_jsx_runtime62 = require("react/jsx-runtime");
2230
+ var import_jsx_runtime73 = require("react/jsx-runtime");
1892
2231
  var Sort = (props) => {
1893
2232
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2233
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2234
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1896
2235
  "path",
1897
2236
  {
1898
2237
  fillRule: "evenodd",
@@ -1901,7 +2240,7 @@ var Sort = (props) => {
1901
2240
  fill: color
1902
2241
  }
1903
2242
  ),
1904
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2243
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1905
2244
  "path",
1906
2245
  {
1907
2246
  fillRule: "evenodd",
@@ -1915,25 +2254,25 @@ var Sort = (props) => {
1915
2254
  var sort_default = Sort;
1916
2255
 
1917
2256
  // src/icons/v2/outline/store-complete.tsx
1918
- var import_jsx_runtime63 = require("react/jsx-runtime");
2257
+ var import_jsx_runtime74 = require("react/jsx-runtime");
1919
2258
  var StoreComplete = (props) => {
1920
2259
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2260
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2261
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1923
2262
  "path",
1924
2263
  {
1925
2264
  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",
1926
2265
  fill: color
1927
2266
  }
1928
2267
  ),
1929
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2268
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1930
2269
  "path",
1931
2270
  {
1932
2271
  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",
1933
2272
  fill: color
1934
2273
  }
1935
2274
  ),
1936
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2275
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1937
2276
  "path",
1938
2277
  {
1939
2278
  fillRule: "evenodd",
@@ -1947,12 +2286,12 @@ var StoreComplete = (props) => {
1947
2286
  var store_complete_default = StoreComplete;
1948
2287
 
1949
2288
  // src/icons/v2/outline/term-conditions.tsx
1950
- var import_jsx_runtime64 = require("react/jsx-runtime");
2289
+ var import_jsx_runtime75 = require("react/jsx-runtime");
1951
2290
  var TermConditions = (props) => {
1952
2291
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2292
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2293
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
2294
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1956
2295
  "path",
1957
2296
  {
1958
2297
  fillRule: "evenodd",
@@ -1961,7 +2300,7 @@ var TermConditions = (props) => {
1961
2300
  fill: color
1962
2301
  }
1963
2302
  ),
1964
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2303
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1965
2304
  "path",
1966
2305
  {
1967
2306
  fillRule: "evenodd",
@@ -1970,7 +2309,7 @@ var TermConditions = (props) => {
1970
2309
  fill: color
1971
2310
  }
1972
2311
  ),
1973
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2312
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1974
2313
  "path",
1975
2314
  {
1976
2315
  fillRule: "evenodd",
@@ -1979,7 +2318,7 @@ var TermConditions = (props) => {
1979
2318
  fill: color
1980
2319
  }
1981
2320
  ),
1982
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2321
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1983
2322
  "path",
1984
2323
  {
1985
2324
  fillRule: "evenodd",
@@ -1988,7 +2327,7 @@ var TermConditions = (props) => {
1988
2327
  fill: color
1989
2328
  }
1990
2329
  ),
1991
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2330
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1992
2331
  "path",
1993
2332
  {
1994
2333
  fillRule: "evenodd",
@@ -1997,7 +2336,7 @@ var TermConditions = (props) => {
1997
2336
  fill: color
1998
2337
  }
1999
2338
  ),
2000
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2339
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2001
2340
  "path",
2002
2341
  {
2003
2342
  fillRule: "evenodd",
@@ -2007,16 +2346,16 @@ var TermConditions = (props) => {
2007
2346
  }
2008
2347
  )
2009
2348
  ] }),
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)" }) }) })
2349
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2011
2350
  ] });
2012
2351
  };
2013
2352
  var term_conditions_default = TermConditions;
2014
2353
 
2015
2354
  // src/icons/v2/outline/tips-measurement.tsx
2016
- var import_jsx_runtime65 = require("react/jsx-runtime");
2355
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2017
2356
  var TipsMeasurement = (props) => {
2018
2357
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2358
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2020
2359
  "path",
2021
2360
  {
2022
2361
  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",
@@ -2027,12 +2366,12 @@ var TipsMeasurement = (props) => {
2027
2366
  var tips_measurement_default = TipsMeasurement;
2028
2367
 
2029
2368
  // src/icons/v2/outline/trash.tsx
2030
- var import_jsx_runtime66 = require("react/jsx-runtime");
2369
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2031
2370
  var Trash = (props) => {
2032
2371
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2372
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2373
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
2374
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2036
2375
  "path",
2037
2376
  {
2038
2377
  fillRule: "evenodd",
@@ -2041,7 +2380,7 @@ var Trash = (props) => {
2041
2380
  fill: color
2042
2381
  }
2043
2382
  ),
2044
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2383
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2045
2384
  "path",
2046
2385
  {
2047
2386
  fillRule: "evenodd",
@@ -2050,7 +2389,7 @@ var Trash = (props) => {
2050
2389
  fill: color
2051
2390
  }
2052
2391
  ),
2053
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2392
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2054
2393
  "path",
2055
2394
  {
2056
2395
  fillRule: "evenodd",
@@ -2059,7 +2398,7 @@ var Trash = (props) => {
2059
2398
  fill: color
2060
2399
  }
2061
2400
  ),
2062
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2401
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2063
2402
  "path",
2064
2403
  {
2065
2404
  fillRule: "evenodd",
@@ -2069,17 +2408,17 @@ var Trash = (props) => {
2069
2408
  }
2070
2409
  )
2071
2410
  ] }),
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)" }) }) })
2411
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2073
2412
  ] });
2074
2413
  };
2075
2414
  var trash_default = Trash;
2076
2415
 
2077
2416
  // src/icons/v2/outline/truck.tsx
2078
- var import_jsx_runtime67 = require("react/jsx-runtime");
2417
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2079
2418
  var Truck = (props) => {
2080
2419
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2420
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2421
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2083
2422
  "path",
2084
2423
  {
2085
2424
  fillRule: "evenodd",
@@ -2088,38 +2427,38 @@ var Truck = (props) => {
2088
2427
  fill: color
2089
2428
  }
2090
2429
  ) }),
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" }) }) })
2430
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2092
2431
  ] });
2093
2432
  };
2094
2433
  var truck_default = Truck;
2095
2434
 
2096
2435
  // src/icons/v2/outline/truck-discount.tsx
2097
- var import_jsx_runtime68 = require("react/jsx-runtime");
2436
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2098
2437
  var TruckDiscount = (props) => {
2099
2438
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2439
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2440
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2102
2441
  "path",
2103
2442
  {
2104
2443
  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",
2105
2444
  fill: color
2106
2445
  }
2107
2446
  ),
2108
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2447
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2109
2448
  "path",
2110
2449
  {
2111
2450
  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",
2112
2451
  fill: color
2113
2452
  }
2114
2453
  ),
2115
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2454
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2116
2455
  "path",
2117
2456
  {
2118
2457
  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",
2119
2458
  fill: color
2120
2459
  }
2121
2460
  ),
2122
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2461
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2123
2462
  "path",
2124
2463
  {
2125
2464
  fillRule: "evenodd",
@@ -2132,13 +2471,32 @@ var TruckDiscount = (props) => {
2132
2471
  };
2133
2472
  var truck_discount_default = TruckDiscount;
2134
2473
 
2474
+ // src/icons/v2/outline/truck-rounded.tsx
2475
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2476
+ var TruckRounded = (props) => {
2477
+ const { color, ...svgProps } = use_icon_props_default(props);
2478
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2479
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2480
+ "path",
2481
+ {
2482
+ fillRule: "evenodd",
2483
+ clipRule: "evenodd",
2484
+ d: "M21.6369 10.3211L20.0451 7.56025C19.56 6.70214 18.6522 6.17982 17.6573 6.17982H13.715C13.2175 5.47095 12.3967 5.0108 11.464 5.0108H4.7484C3.23118 5.0108 2 6.242 2 7.75923V14.7484C2 16.2657 3.23118 17.4969 4.7484 17.4969H5.13394C5.13394 17.4844 5.12149 17.472 5.12149 17.4471C5.41997 18.3425 6.26563 18.9892 7.26053 18.9892C8.25544 18.9892 9.10113 18.3425 9.3996 17.4471C9.3996 17.4595 9.38715 17.472 9.38715 17.4969H10.6183H15.3441C15.3441 17.4844 15.3317 17.472 15.3317 17.4471C15.6302 18.3425 16.4758 18.9892 17.4707 18.9892C18.4657 18.9892 19.3113 18.3425 19.6098 17.4347C19.6098 17.4471 19.6098 17.4595 19.5974 17.472C20.9529 17.3103 22.01 16.1537 22.01 14.7484V11.6891C21.9976 11.2165 21.8732 10.7439 21.6369 10.3211ZM5.00958 16.7382C5.00958 16.6636 5.00956 16.589 5.022 16.5268C5.00956 16.6014 5.00958 16.6636 5.00958 16.7382ZM5.07176 17.2357C5.0842 17.273 5.09664 17.3227 5.10908 17.3601C5.0842 17.3227 5.07176 17.2854 5.07176 17.2357ZM5.022 17.0243C5.022 17.074 5.03446 17.1238 5.04689 17.1611C5.04689 17.1113 5.03443 17.074 5.022 17.0243ZM7.26053 17.6834C6.73821 17.6834 6.31539 17.2606 6.31539 16.7382C6.31539 16.2159 6.73821 15.7931 7.26053 15.7931C7.78286 15.7931 8.2057 16.2159 8.2057 16.7382C8.2057 17.2606 7.78286 17.6834 7.26053 17.6834ZM9.41202 17.3725C9.42446 17.3352 9.4369 17.2854 9.44933 17.2481C9.4369 17.2854 9.42446 17.3227 9.41202 17.3725ZM9.46178 17.1611C9.47422 17.1113 9.47421 17.0616 9.48665 17.0243C9.47421 17.074 9.47422 17.1113 9.46178 17.1611ZM9.49907 16.9497C9.5115 16.875 9.51152 16.8129 9.51152 16.7382C9.49908 16.8129 9.49907 16.8875 9.49907 16.9497ZM9.49907 16.7382C9.49907 16.6636 9.49908 16.589 9.48665 16.5268C9.49908 16.6014 9.49907 16.6636 9.49907 16.7382ZM12.7201 15.9921H9.3747C9.3747 16.0045 9.38715 16.0294 9.38715 16.0418C9.08868 15.1464 8.24302 14.4997 7.24811 14.4997C6.25321 14.4997 5.40755 15.1464 5.10908 16.0418C5.10908 16.0294 5.12149 16.0045 5.12149 15.9921H4.73599C4.05199 15.9921 3.49236 15.4324 3.49236 14.7484V7.75923C3.49236 7.07523 4.05199 6.5156 4.73599 6.5156H11.4516C12.148 6.5156 12.6952 7.07523 12.6952 7.75923V15.9921H12.7201ZM9.48665 16.4646C9.48665 16.4149 9.47422 16.3651 9.46178 16.3154C9.47422 16.3651 9.47421 16.4149 9.48665 16.4646ZM9.44933 16.2408C9.4369 16.191 9.42446 16.1537 9.41202 16.1164C9.42446 16.1537 9.4369 16.2035 9.44933 16.2408ZM5.022 16.4646C5.022 16.4149 5.03446 16.3651 5.04689 16.3154C5.04689 16.3651 5.03443 16.4149 5.022 16.4646ZM5.07176 16.2408C5.0842 16.191 5.09664 16.1537 5.10908 16.1164C5.0842 16.1537 5.07176 16.2035 5.07176 16.2408ZM15.2073 16.7382C15.2073 16.6636 15.2073 16.589 15.2198 16.5268C15.2198 16.6014 15.2073 16.6636 15.2073 16.7382ZM15.2695 17.2357C15.282 17.273 15.2944 17.3227 15.3068 17.3601C15.282 17.3227 15.282 17.2854 15.2695 17.2357ZM15.2073 16.7382C15.2073 16.8129 15.2073 16.8875 15.2198 16.9497C15.2198 16.8875 15.2073 16.8129 15.2073 16.7382ZM15.2322 17.0243C15.2322 17.074 15.2446 17.1238 15.2571 17.1611C15.2446 17.1113 15.2322 17.074 15.2322 17.0243ZM17.4583 17.6834C16.936 17.6834 16.5132 17.2606 16.5132 16.7382C16.5132 16.2159 16.936 15.7931 17.4583 15.7931C17.9806 15.7931 18.4035 16.2159 18.4035 16.7382C18.4035 17.2606 17.9806 17.6834 17.4583 17.6834ZM19.6222 17.3601C19.6347 17.3227 19.6471 17.2854 19.6471 17.2357C19.6347 17.2854 19.6347 17.3227 19.6222 17.3601ZM19.672 17.1611C19.6844 17.1113 19.6844 17.074 19.6968 17.0243C19.6844 17.074 19.672 17.1113 19.672 17.1611ZM19.6968 16.9497C19.7093 16.875 19.7093 16.8129 19.7093 16.7382C19.7093 16.8129 19.6968 16.8875 19.6968 16.9497ZM19.7093 16.7382C19.7093 16.6636 19.7093 16.589 19.6968 16.5144C19.6968 16.589 19.7093 16.6636 19.7093 16.7382ZM20.4928 14.736C20.4928 15.3205 20.0948 15.8055 19.5601 15.9423C19.5725 15.9672 19.5725 15.9796 19.5849 16.0045C19.2864 15.1215 18.4408 14.4873 17.4583 14.4873C16.4634 14.4873 15.6177 15.134 15.3193 16.0294C15.3193 16.0169 15.3317 15.9921 15.3317 15.9796H14.2124V7.75923C14.2124 7.73435 14.2124 7.70948 14.2124 7.68461H17.6573C18.105 7.68461 18.5154 7.9209 18.7392 8.30642L20.3311 11.0673C20.443 11.2538 20.4928 11.4652 20.4928 11.6891V14.736ZM19.6844 16.4522C19.672 16.4025 19.672 16.3527 19.6596 16.303C19.672 16.3527 19.6844 16.4025 19.6844 16.4522ZM15.2695 16.2408C15.282 16.2035 15.2944 16.1537 15.3068 16.1164C15.282 16.1537 15.282 16.2035 15.2695 16.2408Z",
2485
+ fill: color
2486
+ }
2487
+ ) }),
2488
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2489
+ ] });
2490
+ };
2491
+ var truck_rounded_default = TruckRounded;
2492
+
2135
2493
  // src/icons/v2/outline/virtual-wallet.tsx
2136
- var import_jsx_runtime69 = require("react/jsx-runtime");
2494
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2137
2495
  var VirtualWallet = (props) => {
2138
2496
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2497
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2498
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
2499
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2142
2500
  "path",
2143
2501
  {
2144
2502
  fillRule: "evenodd",
@@ -2147,7 +2505,7 @@ var VirtualWallet = (props) => {
2147
2505
  fill: color
2148
2506
  }
2149
2507
  ),
2150
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2508
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2151
2509
  "path",
2152
2510
  {
2153
2511
  fillRule: "evenodd",
@@ -2156,7 +2514,7 @@ var VirtualWallet = (props) => {
2156
2514
  fill: color
2157
2515
  }
2158
2516
  ),
2159
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2517
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2160
2518
  "path",
2161
2519
  {
2162
2520
  fillRule: "evenodd",
@@ -2165,14 +2523,14 @@ var VirtualWallet = (props) => {
2165
2523
  fill: color
2166
2524
  }
2167
2525
  ),
2168
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2526
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2169
2527
  "path",
2170
2528
  {
2171
2529
  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",
2172
2530
  fill: color
2173
2531
  }
2174
2532
  ),
2175
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2533
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2176
2534
  "path",
2177
2535
  {
2178
2536
  fillRule: "evenodd",
@@ -2181,7 +2539,7 @@ var VirtualWallet = (props) => {
2181
2539
  fill: color
2182
2540
  }
2183
2541
  ),
2184
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2542
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2185
2543
  "path",
2186
2544
  {
2187
2545
  fillRule: "evenodd",
@@ -2191,17 +2549,17 @@ var VirtualWallet = (props) => {
2191
2549
  }
2192
2550
  )
2193
2551
  ] }),
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" }) }) })
2552
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2195
2553
  ] });
2196
2554
  };
2197
2555
  var virtual_wallet_default = VirtualWallet;
2198
2556
 
2199
2557
  // src/icons/v2/outline/voucher-applied.tsx
2200
- var import_jsx_runtime70 = require("react/jsx-runtime");
2558
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2201
2559
  var VoucherApplied = (props) => {
2202
2560
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2561
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2562
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2205
2563
  "path",
2206
2564
  {
2207
2565
  fillRule: "evenodd",
@@ -2210,7 +2568,7 @@ var VoucherApplied = (props) => {
2210
2568
  fill: color
2211
2569
  }
2212
2570
  ),
2213
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2571
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2214
2572
  "path",
2215
2573
  {
2216
2574
  fillRule: "evenodd",
@@ -2219,7 +2577,7 @@ var VoucherApplied = (props) => {
2219
2577
  fill: color
2220
2578
  }
2221
2579
  ),
2222
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2580
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2223
2581
  "path",
2224
2582
  {
2225
2583
  fillRule: "evenodd",
@@ -2228,7 +2586,7 @@ var VoucherApplied = (props) => {
2228
2586
  fill: color
2229
2587
  }
2230
2588
  ),
2231
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2589
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2232
2590
  "path",
2233
2591
  {
2234
2592
  fillRule: "evenodd",
@@ -2242,25 +2600,25 @@ var VoucherApplied = (props) => {
2242
2600
  var voucher_applied_default = VoucherApplied;
2243
2601
 
2244
2602
  // src/icons/v2/outline/voucher-outline.tsx
2245
- var import_jsx_runtime71 = require("react/jsx-runtime");
2603
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2246
2604
  var VoucherOutline = (props) => {
2247
2605
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2606
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2607
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2250
2608
  "path",
2251
2609
  {
2252
2610
  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",
2253
2611
  fill: color
2254
2612
  }
2255
2613
  ),
2256
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2614
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2257
2615
  "path",
2258
2616
  {
2259
2617
  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",
2260
2618
  fill: color
2261
2619
  }
2262
2620
  ),
2263
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2621
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2264
2622
  "path",
2265
2623
  {
2266
2624
  fillRule: "evenodd",
@@ -2273,13 +2631,76 @@ var VoucherOutline = (props) => {
2273
2631
  };
2274
2632
  var voucher_outline_default = VoucherOutline;
2275
2633
 
2634
+ // src/icons/v2/outline/waiting-payment-rounded.tsx
2635
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2636
+ var WaitingPaymentRounded = (props) => {
2637
+ const { color, ...svgProps } = use_icon_props_default(props);
2638
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2639
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2640
+ "path",
2641
+ {
2642
+ fillRule: "evenodd",
2643
+ clipRule: "evenodd",
2644
+ d: "M5.31199 7.26422C5.31199 7.67497 5.64806 8.01104 6.05882 8.01104H19.3149C19.7257 8.01104 20.0618 7.67497 20.0618 7.26422C20.0618 6.85346 19.7257 6.51739 19.3149 6.51739H6.07126C5.64806 6.50495 5.31199 6.84102 5.31199 7.26422Z",
2645
+ fill: color
2646
+ }
2647
+ ),
2648
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2649
+ "path",
2650
+ {
2651
+ fillRule: "evenodd",
2652
+ clipRule: "evenodd",
2653
+ d: "M20.9828 13.6994C21.07 13.7989 21.1696 13.911 21.2442 14.023V10.7618C21.2442 9.79097 20.4601 9.00681 19.4892 9.00681H3.74365V7.74965C3.74365 6.50494 4.75186 5.49673 5.99657 5.49673H18.232C18.6428 5.49673 18.9789 5.16066 18.9789 4.74991C18.9789 4.33915 18.6428 4.00308 18.232 4.00308H5.99657C3.93036 4.00308 2.25 5.68344 2.25 7.74965V16.2386C2.25 18.3048 3.93036 19.9851 5.99657 19.9851H13.2283C13.1785 19.9229 13.1412 19.8607 13.0914 19.7984C13.9876 21.1178 15.5061 21.9891 17.2363 21.9891C19.9995 21.9891 22.24 19.7486 22.24 16.9854C22.24 15.7282 21.767 14.5707 20.9828 13.6994ZM20.9331 13.6371C20.8957 13.5998 20.8708 13.5749 20.8335 13.5375C20.8708 13.5749 20.9082 13.5998 20.9331 13.6371ZM20.7712 13.4629C20.7339 13.4255 20.709 13.4006 20.6717 13.3633C20.6966 13.4006 20.7339 13.4255 20.7712 13.4629ZM5.99657 18.4915C4.75186 18.4915 3.74365 17.4833 3.74365 16.2386V10.5129H19.4892C19.6261 10.5129 19.7381 10.6249 19.7381 10.7618V12.6662C19.7506 12.6787 19.763 12.6911 19.7879 12.6911C19.0411 12.243 18.1698 11.9817 17.2363 11.9817C14.473 11.9817 12.2326 14.2221 12.2326 16.9854C12.2326 17.5828 12.3446 18.1679 12.5313 18.6906C12.5064 18.6159 12.4815 18.5413 12.4566 18.479H5.99657V18.4915ZM20.5845 13.2886C20.5472 13.2637 20.5223 13.2264 20.485 13.2015C20.5223 13.2264 20.5596 13.2637 20.5845 13.2886ZM20.3978 13.1268C20.3605 13.1019 20.3232 13.0646 20.2858 13.0397C20.3356 13.077 20.3729 13.1019 20.3978 13.1268ZM20.012 12.8405C19.9746 12.8156 19.9373 12.7907 19.9 12.7658C19.9248 12.7907 19.9746 12.8156 20.012 12.8405ZM12.5562 18.7653C12.5811 18.8151 12.5935 18.8773 12.6184 18.9271C12.606 18.8773 12.5811 18.8151 12.5562 18.7653ZM12.6558 19.0018C12.6806 19.0516 12.6931 19.1014 12.718 19.1387C12.6931 19.0889 12.6806 19.0392 12.6558 19.0018ZM12.7553 19.2134C12.7802 19.2632 12.8051 19.3005 12.8176 19.3503C12.8051 19.3005 12.7802 19.2508 12.7553 19.2134ZM12.8674 19.4126C12.8922 19.4624 12.9171 19.4997 12.942 19.5495C12.9171 19.5121 12.8922 19.4624 12.8674 19.4126ZM17.2363 20.7071C15.195 20.7071 13.5395 19.0516 13.5395 17.0103C13.5395 14.969 15.195 13.3135 17.2363 13.3135C19.2776 13.3135 20.9331 14.969 20.9331 17.0103C20.9455 19.0392 19.2776 20.7071 17.2363 20.7071Z",
2654
+ fill: color
2655
+ }
2656
+ ),
2657
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2658
+ "path",
2659
+ {
2660
+ fillRule: "evenodd",
2661
+ clipRule: "evenodd",
2662
+ d: "M19.2403 16.9854H17.896V15.2801C17.896 14.9192 17.6097 14.6329 17.2487 14.6329C16.8878 14.6329 16.6015 14.9192 16.6015 15.2801V17.6451C16.6015 18.006 16.8878 18.2923 17.2487 18.2923H19.2527C19.6137 18.2923 19.9 18.006 19.9 17.6451C19.8875 17.2841 19.6012 16.9854 19.2403 16.9854Z",
2663
+ fill: color
2664
+ }
2665
+ )
2666
+ ] });
2667
+ };
2668
+ var waiting_payment_rounded_default = WaitingPaymentRounded;
2669
+
2670
+ // src/icons/v2/outline/zoom-rounded.tsx
2671
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2672
+ var ZoomRounded = (props) => {
2673
+ const { color, ...svgProps } = use_icon_props_default(props);
2674
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2675
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2676
+ "path",
2677
+ {
2678
+ fillRule: "evenodd",
2679
+ clipRule: "evenodd",
2680
+ d: "M20.7969 19.7213L16.3047 15.2291C17.3624 13.935 17.9971 12.28 17.9971 10.4881C17.9971 6.34434 14.6373 2.98456 10.4935 2.98456C6.34978 2.98456 2.98999 6.34434 2.98999 10.4881C2.98999 14.6318 6.34978 17.9916 10.4935 17.9916C12.2979 17.9916 13.9404 17.357 15.2346 16.2993L19.7267 20.7914C20.0254 21.0901 20.4982 21.0901 20.7844 20.7914C21.0831 20.4803 21.0831 20.0075 20.7969 19.7213ZM4.49568 10.4756C4.49568 7.16563 7.18351 4.4778 10.4935 4.4778C13.8035 4.4778 16.4914 7.16563 16.4914 10.4756C16.4914 13.7857 13.8035 16.4735 10.4935 16.4735C7.18351 16.4735 4.49568 13.7857 4.49568 10.4756Z",
2681
+ fill: color
2682
+ }
2683
+ ),
2684
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2685
+ "path",
2686
+ {
2687
+ fillRule: "evenodd",
2688
+ clipRule: "evenodd",
2689
+ d: "M13.144 9.72905H11.2401V7.82517C11.2401 7.41453 10.9041 7.07855 10.4935 7.07855C10.0829 7.07855 9.74688 7.41453 9.74688 7.82517V9.72905H7.84299C7.43235 9.72905 7.09637 10.065 7.09637 10.4757C7.09637 10.8863 7.43235 11.2223 7.84299 11.2223H9.74688V13.1262C9.74688 13.5368 10.0829 13.8728 10.4935 13.8728C10.9041 13.8728 11.2401 13.5368 11.2401 13.1262V11.2223H13.144C13.5546 11.2223 13.8906 10.8863 13.8906 10.4757C13.8906 10.065 13.5546 9.72905 13.144 9.72905Z",
2690
+ fill: color
2691
+ }
2692
+ )
2693
+ ] });
2694
+ };
2695
+ var zoom_rounded_default = ZoomRounded;
2696
+
2276
2697
  // src/icons/v2/solid/add-bag-solid.tsx
2277
- var import_jsx_runtime72 = require("react/jsx-runtime");
2698
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2278
2699
  var AddBagSolid = (props) => {
2279
2700
  const { color, ...svgProps } = use_icon_props_default(props);
2280
2701
  const fillColor = color || "#12784A";
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)(
2702
+ 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: [
2703
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2283
2704
  "path",
2284
2705
  {
2285
2706
  fillRule: "evenodd",
@@ -2288,7 +2709,7 @@ var AddBagSolid = (props) => {
2288
2709
  fill: fillColor
2289
2710
  }
2290
2711
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2712
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2292
2713
  "path",
2293
2714
  {
2294
2715
  fillRule: "evenodd",
@@ -2302,10 +2723,10 @@ var AddBagSolid = (props) => {
2302
2723
  var add_bag_solid_default = AddBagSolid;
2303
2724
 
2304
2725
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2305
- var import_jsx_runtime73 = require("react/jsx-runtime");
2726
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2306
2727
  var ArrowDownCircleSolid = (props) => {
2307
2728
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2729
+ return /* @__PURE__ */ (0, import_jsx_runtime87.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_runtime87.jsx)(
2309
2730
  "path",
2310
2731
  {
2311
2732
  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",
@@ -2316,10 +2737,10 @@ var ArrowDownCircleSolid = (props) => {
2316
2737
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2317
2738
 
2318
2739
  // src/icons/v2/solid/bag-solid.tsx
2319
- var import_jsx_runtime74 = require("react/jsx-runtime");
2740
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2320
2741
  var BagSolid = (props) => {
2321
2742
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2743
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2323
2744
  "path",
2324
2745
  {
2325
2746
  fillRule: "evenodd",
@@ -2332,32 +2753,32 @@ var BagSolid = (props) => {
2332
2753
  var bag_solid_default = BagSolid;
2333
2754
 
2334
2755
  // src/icons/v2/solid/category-solid.tsx
2335
- var import_jsx_runtime75 = require("react/jsx-runtime");
2756
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2336
2757
  var CategorySolid = (props) => {
2337
2758
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2759
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2760
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2340
2761
  "path",
2341
2762
  {
2342
2763
  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",
2343
2764
  fill: color
2344
2765
  }
2345
2766
  ),
2346
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2767
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2347
2768
  "path",
2348
2769
  {
2349
2770
  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",
2350
2771
  fill: color
2351
2772
  }
2352
2773
  ),
2353
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2774
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2354
2775
  "path",
2355
2776
  {
2356
2777
  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",
2357
2778
  fill: color
2358
2779
  }
2359
2780
  ),
2360
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2781
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2361
2782
  "path",
2362
2783
  {
2363
2784
  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",
@@ -2369,10 +2790,10 @@ var CategorySolid = (props) => {
2369
2790
  var category_solid_default = CategorySolid;
2370
2791
 
2371
2792
  // src/icons/v2/solid/chat-cs-solid.tsx
2372
- var import_jsx_runtime76 = require("react/jsx-runtime");
2793
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2373
2794
  var ChatCsSolid = (props) => {
2374
2795
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2796
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2376
2797
  "path",
2377
2798
  {
2378
2799
  fillRule: "evenodd",
@@ -2385,10 +2806,10 @@ var ChatCsSolid = (props) => {
2385
2806
  var chat_cs_solid_default = ChatCsSolid;
2386
2807
 
2387
2808
  // src/icons/v2/solid/check-shield.tsx
2388
- var import_jsx_runtime77 = require("react/jsx-runtime");
2809
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2389
2810
  var CheckShield2 = (props) => {
2390
2811
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2812
+ return /* @__PURE__ */ (0, import_jsx_runtime91.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_runtime91.jsx)(
2392
2813
  "path",
2393
2814
  {
2394
2815
  fillRule: "evenodd",
@@ -2401,13 +2822,13 @@ var CheckShield2 = (props) => {
2401
2822
  var check_shield_default2 = CheckShield2;
2402
2823
 
2403
2824
  // src/icons/v2/solid/direction.tsx
2404
- var import_jsx_runtime78 = require("react/jsx-runtime");
2825
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2405
2826
  var Direction = (props) => {
2406
2827
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2828
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2829
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { clipPath: "url(#direction)", children: [
2830
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2831
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2411
2832
  "path",
2412
2833
  {
2413
2834
  fillRule: "evenodd",
@@ -2417,16 +2838,16 @@ var Direction = (props) => {
2417
2838
  }
2418
2839
  )
2419
2840
  ] }),
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" }) }) })
2841
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2421
2842
  ] });
2422
2843
  };
2423
2844
  var direction_default = Direction;
2424
2845
 
2425
2846
  // src/icons/v2/solid/enveloped-solid.tsx
2426
- var import_jsx_runtime79 = require("react/jsx-runtime");
2847
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2427
2848
  var EnvelopedSolid = (props) => {
2428
2849
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2850
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2430
2851
  "path",
2431
2852
  {
2432
2853
  fillRule: "evenodd",
@@ -2439,12 +2860,12 @@ var EnvelopedSolid = (props) => {
2439
2860
  var enveloped_solid_default = EnvelopedSolid;
2440
2861
 
2441
2862
  // src/icons/v2/solid/fast-truck-solid.tsx
2442
- var import_jsx_runtime80 = require("react/jsx-runtime");
2863
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2443
2864
  var FastTruckSolid = (props) => {
2444
2865
  const { color, ...svgProps } = use_icon_props_default(props);
2445
2866
  const fillColor = color || "#12784A";
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)(
2867
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2868
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2448
2869
  "path",
2449
2870
  {
2450
2871
  fillRule: "evenodd",
@@ -2453,14 +2874,14 @@ var FastTruckSolid = (props) => {
2453
2874
  fill: fillColor
2454
2875
  }
2455
2876
  ),
2456
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2877
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2457
2878
  "path",
2458
2879
  {
2459
2880
  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",
2460
2881
  fill: fillColor
2461
2882
  }
2462
2883
  ),
2463
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2884
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2464
2885
  "path",
2465
2886
  {
2466
2887
  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",
@@ -2472,10 +2893,10 @@ var FastTruckSolid = (props) => {
2472
2893
  var fast_truck_solid_default = FastTruckSolid;
2473
2894
 
2474
2895
  // src/icons/v2/solid/hand.tsx
2475
- var import_jsx_runtime81 = require("react/jsx-runtime");
2896
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2476
2897
  var Hand = (props) => {
2477
2898
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2899
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2479
2900
  "path",
2480
2901
  {
2481
2902
  id: "Vector 650",
@@ -2487,10 +2908,10 @@ var Hand = (props) => {
2487
2908
  var hand_default = Hand;
2488
2909
 
2489
2910
  // src/icons/v2/solid/handphone-solid.tsx
2490
- var import_jsx_runtime82 = require("react/jsx-runtime");
2911
+ var import_jsx_runtime96 = require("react/jsx-runtime");
2491
2912
  var HandphoneSolid = (props) => {
2492
2913
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2914
+ 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)(
2494
2915
  "path",
2495
2916
  {
2496
2917
  fillRule: "evenodd",
@@ -2503,10 +2924,10 @@ var HandphoneSolid = (props) => {
2503
2924
  var handphone_solid_default = HandphoneSolid;
2504
2925
 
2505
2926
  // src/icons/v2/solid/heart-solid.tsx
2506
- var import_jsx_runtime83 = require("react/jsx-runtime");
2927
+ var import_jsx_runtime97 = require("react/jsx-runtime");
2507
2928
  var HeartSolid = (props) => {
2508
2929
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2930
+ return /* @__PURE__ */ (0, import_jsx_runtime97.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_runtime97.jsx)(
2510
2931
  "path",
2511
2932
  {
2512
2933
  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",
@@ -2517,10 +2938,10 @@ var HeartSolid = (props) => {
2517
2938
  var heart_solid_default = HeartSolid;
2518
2939
 
2519
2940
  // src/icons/v2/solid/home-solid.tsx
2520
- var import_jsx_runtime84 = require("react/jsx-runtime");
2941
+ var import_jsx_runtime98 = require("react/jsx-runtime");
2521
2942
  var HomeSolid = (props) => {
2522
2943
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2944
+ 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)(
2524
2945
  "path",
2525
2946
  {
2526
2947
  fillRule: "evenodd",
@@ -2533,10 +2954,10 @@ var HomeSolid = (props) => {
2533
2954
  var home_solid_default = HomeSolid;
2534
2955
 
2535
2956
  // src/icons/v2/solid/info-solid.tsx
2536
- var import_jsx_runtime85 = require("react/jsx-runtime");
2957
+ var import_jsx_runtime99 = require("react/jsx-runtime");
2537
2958
  var InfoSolid = (props) => {
2538
2959
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2960
+ 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)(
2540
2961
  "path",
2541
2962
  {
2542
2963
  fillRule: "evenodd",
@@ -2549,11 +2970,11 @@ var InfoSolid = (props) => {
2549
2970
  var info_solid_default = InfoSolid;
2550
2971
 
2551
2972
  // src/icons/v2/solid/lock-solid.tsx
2552
- var import_jsx_runtime86 = require("react/jsx-runtime");
2973
+ var import_jsx_runtime100 = require("react/jsx-runtime");
2553
2974
  var InfoSolid2 = (props) => {
2554
2975
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2976
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2977
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2557
2978
  "path",
2558
2979
  {
2559
2980
  fillRule: "evenodd",
@@ -2562,24 +2983,24 @@ var InfoSolid2 = (props) => {
2562
2983
  fill: color
2563
2984
  }
2564
2985
  ) }),
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" }) }) })
2986
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2566
2987
  ] });
2567
2988
  };
2568
2989
  var lock_solid_default = InfoSolid2;
2569
2990
 
2570
2991
  // src/icons/v2/solid/map-marker-solid.tsx
2571
- var import_jsx_runtime87 = require("react/jsx-runtime");
2992
+ var import_jsx_runtime101 = require("react/jsx-runtime");
2572
2993
  var MapMarkerSolid = (props) => {
2573
2994
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
2995
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2996
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2576
2997
  "path",
2577
2998
  {
2578
2999
  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",
2579
3000
  fill: color
2580
3001
  }
2581
3002
  ),
2582
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3003
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2583
3004
  "path",
2584
3005
  {
2585
3006
  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",
@@ -2591,18 +3012,18 @@ var MapMarkerSolid = (props) => {
2591
3012
  var map_marker_solid_default = MapMarkerSolid;
2592
3013
 
2593
3014
  // src/icons/v2/solid/profile-solid.tsx
2594
- var import_jsx_runtime88 = require("react/jsx-runtime");
3015
+ var import_jsx_runtime102 = require("react/jsx-runtime");
2595
3016
  var ProfileSolid = (props) => {
2596
3017
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3018
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3019
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
2599
3020
  "path",
2600
3021
  {
2601
3022
  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",
2602
3023
  fill: color
2603
3024
  }
2604
3025
  ),
2605
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3026
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
2606
3027
  "path",
2607
3028
  {
2608
3029
  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",
@@ -2614,25 +3035,25 @@ var ProfileSolid = (props) => {
2614
3035
  var profile_solid_default = ProfileSolid;
2615
3036
 
2616
3037
  // src/icons/v2/solid/purchase-history.tsx
2617
- var import_jsx_runtime89 = require("react/jsx-runtime");
3038
+ var import_jsx_runtime103 = require("react/jsx-runtime");
2618
3039
  var PurchaseHistory = (props) => {
2619
3040
  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)(
3041
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
3042
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2622
3043
  "path",
2623
3044
  {
2624
3045
  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
3046
  fill: color
2626
3047
  }
2627
3048
  ),
2628
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3049
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2629
3050
  "path",
2630
3051
  {
2631
3052
  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
3053
  fill: color
2633
3054
  }
2634
3055
  ),
2635
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3056
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2636
3057
  "path",
2637
3058
  {
2638
3059
  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",
@@ -2644,10 +3065,10 @@ var PurchaseHistory = (props) => {
2644
3065
  var purchase_history_default = PurchaseHistory;
2645
3066
 
2646
3067
  // src/icons/v2/solid/redeem-point-solid.tsx
2647
- var import_jsx_runtime90 = require("react/jsx-runtime");
3068
+ var import_jsx_runtime104 = require("react/jsx-runtime");
2648
3069
  var RedeemPointSolid = (props) => {
2649
3070
  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)(
3071
+ return /* @__PURE__ */ (0, import_jsx_runtime104.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_runtime104.jsx)(
2651
3072
  "path",
2652
3073
  {
2653
3074
  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",
@@ -2658,10 +3079,10 @@ var RedeemPointSolid = (props) => {
2658
3079
  var redeem_point_solid_default = RedeemPointSolid;
2659
3080
 
2660
3081
  // src/icons/v2/solid/search-solid.tsx
2661
- var import_jsx_runtime91 = require("react/jsx-runtime");
3082
+ var import_jsx_runtime105 = require("react/jsx-runtime");
2662
3083
  var SearchSolid = (props) => {
2663
3084
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3085
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
2665
3086
  "path",
2666
3087
  {
2667
3088
  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",
@@ -2672,18 +3093,18 @@ var SearchSolid = (props) => {
2672
3093
  var search_solid_default = SearchSolid;
2673
3094
 
2674
3095
  // src/icons/v2/solid/setting-solid.tsx
2675
- var import_jsx_runtime92 = require("react/jsx-runtime");
3096
+ var import_jsx_runtime106 = require("react/jsx-runtime");
2676
3097
  var SettingSolid = (props) => {
2677
3098
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3099
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3100
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2680
3101
  "path",
2681
3102
  {
2682
3103
  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",
2683
3104
  fill: "#999999"
2684
3105
  }
2685
3106
  ),
2686
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3107
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2687
3108
  "path",
2688
3109
  {
2689
3110
  fillRule: "evenodd",
@@ -2697,10 +3118,10 @@ var SettingSolid = (props) => {
2697
3118
  var setting_solid_default = SettingSolid;
2698
3119
 
2699
3120
  // src/icons/v2/solid/start-solid-rounded.tsx
2700
- var import_jsx_runtime93 = require("react/jsx-runtime");
3121
+ var import_jsx_runtime107 = require("react/jsx-runtime");
2701
3122
  var StarSolidRounded = (props) => {
2702
3123
  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)(
3124
+ return /* @__PURE__ */ (0, import_jsx_runtime107.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_runtime107.jsx)(
2704
3125
  "path",
2705
3126
  {
2706
3127
  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",
@@ -2711,10 +3132,10 @@ var StarSolidRounded = (props) => {
2711
3132
  var start_solid_rounded_default = StarSolidRounded;
2712
3133
 
2713
3134
  // src/icons/v2/solid/success-solid.tsx
2714
- var import_jsx_runtime94 = require("react/jsx-runtime");
3135
+ var import_jsx_runtime108 = require("react/jsx-runtime");
2715
3136
  var SuccessSolid = (props) => {
2716
3137
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3138
+ return /* @__PURE__ */ (0, import_jsx_runtime108.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_runtime108.jsx)(
2718
3139
  "path",
2719
3140
  {
2720
3141
  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",
@@ -2725,11 +3146,11 @@ var SuccessSolid = (props) => {
2725
3146
  var success_solid_default = SuccessSolid;
2726
3147
 
2727
3148
  // src/icons/v2/solid/trash-solid.tsx
2728
- var import_jsx_runtime95 = require("react/jsx-runtime");
3149
+ var import_jsx_runtime109 = require("react/jsx-runtime");
2729
3150
  var TrashSolid = (props) => {
2730
3151
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3152
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3153
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2733
3154
  "path",
2734
3155
  {
2735
3156
  fillRule: "evenodd",
@@ -2738,7 +3159,7 @@ var TrashSolid = (props) => {
2738
3159
  fill: color
2739
3160
  }
2740
3161
  ),
2741
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3162
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2742
3163
  "path",
2743
3164
  {
2744
3165
  fillRule: "evenodd",
@@ -2752,11 +3173,11 @@ var TrashSolid = (props) => {
2752
3173
  var trash_solid_default = TrashSolid;
2753
3174
 
2754
3175
  // src/icons/v2/solid/trend-up.tsx
2755
- var import_jsx_runtime96 = require("react/jsx-runtime");
3176
+ var import_jsx_runtime110 = require("react/jsx-runtime");
2756
3177
  var TrendUp = (props) => {
2757
3178
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3179
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("g", { id: "Vector", children: [
3180
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2760
3181
  "path",
2761
3182
  {
2762
3183
  fillRule: "evenodd",
@@ -2765,14 +3186,14 @@ var TrendUp = (props) => {
2765
3186
  fill: color
2766
3187
  }
2767
3188
  ),
2768
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3189
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2769
3190
  "path",
2770
3191
  {
2771
3192
  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",
2772
3193
  fill: color
2773
3194
  }
2774
3195
  ),
2775
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3196
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2776
3197
  "path",
2777
3198
  {
2778
3199
  fillRule: "evenodd",
@@ -2786,32 +3207,32 @@ var TrendUp = (props) => {
2786
3207
  var trend_up_default = TrendUp;
2787
3208
 
2788
3209
  // src/icons/v2/solid/voila-point-base.tsx
2789
- var import_jsx_runtime97 = require("react/jsx-runtime");
3210
+ var import_jsx_runtime111 = require("react/jsx-runtime");
2790
3211
  var VoilaPointBase = (props) => {
2791
3212
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3213
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3214
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2794
3215
  "path",
2795
3216
  {
2796
3217
  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",
2797
3218
  fill: "#8F8F8F"
2798
3219
  }
2799
3220
  ),
2800
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3221
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2801
3222
  "path",
2802
3223
  {
2803
3224
  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",
2804
3225
  fill: "url(#paint0_linear_1327_167461)"
2805
3226
  }
2806
3227
  ),
2807
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3228
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2808
3229
  "path",
2809
3230
  {
2810
3231
  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",
2811
3232
  stroke: "white"
2812
3233
  }
2813
3234
  ),
2814
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3235
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2815
3236
  "path",
2816
3237
  {
2817
3238
  fillRule: "evenodd",
@@ -2820,15 +3241,15 @@ var VoilaPointBase = (props) => {
2820
3241
  fill: "url(#paint1_linear_1327_167461)"
2821
3242
  }
2822
3243
  ),
2823
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3244
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2824
3245
  "path",
2825
3246
  {
2826
3247
  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",
2827
3248
  fill: "white"
2828
3249
  }
2829
3250
  ),
2830
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("defs", { children: [
2831
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3251
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("defs", { children: [
3252
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
2832
3253
  "linearGradient",
2833
3254
  {
2834
3255
  id: "paint0_linear_1327_167461",
@@ -2838,12 +3259,12 @@ var VoilaPointBase = (props) => {
2838
3259
  y2: "2.51294",
2839
3260
  gradientUnits: "userSpaceOnUse",
2840
3261
  children: [
2841
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { stopColor: "#E6E6E6" }),
2842
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3262
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("stop", { stopColor: "#E6E6E6" }),
3263
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2843
3264
  ]
2844
3265
  }
2845
3266
  ),
2846
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3267
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
2847
3268
  "linearGradient",
2848
3269
  {
2849
3270
  id: "paint1_linear_1327_167461",
@@ -2853,9 +3274,9 @@ var VoilaPointBase = (props) => {
2853
3274
  y2: "19.984",
2854
3275
  gradientUnits: "userSpaceOnUse",
2855
3276
  children: [
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" })
3277
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("stop", { stopColor: "#E6E6E6" }),
3278
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3279
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2859
3280
  ]
2860
3281
  }
2861
3282
  )
@@ -2865,10 +3286,10 @@ var VoilaPointBase = (props) => {
2865
3286
  var voila_point_base_default = VoilaPointBase;
2866
3287
 
2867
3288
  // src/icons/v2/solid/voucher.tsx
2868
- var import_jsx_runtime98 = require("react/jsx-runtime");
3289
+ var import_jsx_runtime112 = require("react/jsx-runtime");
2869
3290
  var Voucher = (props) => {
2870
3291
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3292
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2872
3293
  "path",
2873
3294
  {
2874
3295
  fillRule: "evenodd",
@@ -2881,10 +3302,10 @@ var Voucher = (props) => {
2881
3302
  var voucher_default = Voucher;
2882
3303
 
2883
3304
  // src/icons/v2/solid/wallet.tsx
2884
- var import_jsx_runtime99 = require("react/jsx-runtime");
3305
+ var import_jsx_runtime113 = require("react/jsx-runtime");
2885
3306
  var Wallet = (props) => {
2886
3307
  const { color, ...svgProps } = use_icon_props_default(props);
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)(
3308
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2888
3309
  "path",
2889
3310
  {
2890
3311
  id: "Subtract",
@@ -2899,6 +3320,7 @@ var wallet_default = Wallet;
2899
3320
  // Annotate the CommonJS export names for ESM import in node:
2900
3321
  0 && (module.exports = {
2901
3322
  AddBagSolid,
3323
+ AddressRounded,
2902
3324
  ArrowDownCircleSolid,
2903
3325
  ArrowLeft,
2904
3326
  ArrowLeftLarge,
@@ -2920,6 +3342,7 @@ var wallet_default = Wallet;
2920
3342
  CheckLarge,
2921
3343
  CheckShield,
2922
3344
  CheckShieldSolid,
3345
+ ChecklistRounded,
2923
3346
  ChevronDown,
2924
3347
  ChevronDownLarge,
2925
3348
  ChevronLeft,
@@ -2931,9 +3354,11 @@ var wallet_default = Wallet;
2931
3354
  Clock,
2932
3355
  Close,
2933
3356
  CloseLarge,
3357
+ CompleteOrderRounded,
2934
3358
  ContactBook,
2935
3359
  Copy,
2936
3360
  Delivered,
3361
+ DeliveredRounded,
2937
3362
  Direction,
2938
3363
  Edit,
2939
3364
  Enveloped,
@@ -2948,10 +3373,12 @@ var wallet_default = Wallet;
2948
3373
  HandphoneSolid,
2949
3374
  Heart,
2950
3375
  HeartSolid,
3376
+ Help,
2951
3377
  Home,
2952
3378
  HomeSolid,
2953
3379
  Info,
2954
3380
  InfoSolid,
3381
+ InstallmentRounded,
2955
3382
  KebabMenu,
2956
3383
  LockSolid,
2957
3384
  Logout,
@@ -2962,9 +3389,13 @@ var wallet_default = Wallet;
2962
3389
  MinusRounded,
2963
3390
  NoGps,
2964
3391
  Note,
3392
+ OrderFailedRounded,
2965
3393
  OrderHistory,
3394
+ OrderProcessedRounded,
2966
3395
  Otp,
2967
3396
  Paylater,
3397
+ PaymentFailedRounded,
3398
+ PaymentVerificationRounded,
2968
3399
  Plus,
2969
3400
  PlusLarge,
2970
3401
  PrivacyPolicy,
@@ -2979,6 +3410,8 @@ var wallet_default = Wallet;
2979
3410
  Setting,
2980
3411
  SettingSolid,
2981
3412
  Share,
3413
+ ShieldRounded,
3414
+ ShippedRounded,
2982
3415
  SizeChartRounded,
2983
3416
  Sort,
2984
3417
  StarSolidRounded,
@@ -2991,11 +3424,14 @@ var wallet_default = Wallet;
2991
3424
  TrendUp,
2992
3425
  Truck,
2993
3426
  TruckDiscount,
3427
+ TruckRounded,
2994
3428
  VirtualWallet,
2995
3429
  VoilaPointBase,
2996
3430
  Voucher,
2997
3431
  VoucherApplied,
2998
3432
  VoucherOutline,
2999
- Wallet
3433
+ WaitingPaymentRounded,
3434
+ Wallet,
3435
+ ZoomRounded
3000
3436
  });
3001
3437
  //# sourceMappingURL=v2.js.map