@ctlyst.id/icons 2.8.13 → 2.8.15

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,
@@ -64,16 +68,20 @@ __export(v2_exports, {
64
68
  EyeOpen: () => eye_open_default,
65
69
  FastTruckSolid: () => fast_truck_solid_default,
66
70
  Filter: () => filter_default,
71
+ GiftCardCheckRounded: () => gift_card_check_rounded_default,
72
+ GiftCardFailedRounded: () => gift_card_failed_rounded_default,
67
73
  Gps: () => gps_default,
68
74
  Hand: () => hand_default,
69
75
  Handphone: () => handphone_default,
70
76
  HandphoneSolid: () => handphone_solid_default,
71
77
  Heart: () => heart_default,
72
78
  HeartSolid: () => heart_solid_default,
79
+ Help: () => help_default,
73
80
  Home: () => home_default,
74
81
  HomeSolid: () => home_solid_default,
75
82
  Info: () => info_default,
76
83
  InfoSolid: () => info_solid_default,
84
+ InstallmentRounded: () => installment_rounded_default,
77
85
  KebabMenu: () => kebab_menu_default,
78
86
  LockSolid: () => lock_solid_default,
79
87
  Logout: () => logout_default,
@@ -84,9 +92,13 @@ __export(v2_exports, {
84
92
  MinusRounded: () => minus_rounded_default,
85
93
  NoGps: () => no_gps_default,
86
94
  Note: () => note_default,
95
+ OrderFailedRounded: () => order_failed_rounded_default,
87
96
  OrderHistory: () => order_history_default,
97
+ OrderProcessedRounded: () => order_processed_rounded_default,
88
98
  Otp: () => otp_default,
89
99
  Paylater: () => paylater_default,
100
+ PaymentFailedRounded: () => payment_failed_rounded_default,
101
+ PaymentVerificationRounded: () => payment_verification_rounded_default,
90
102
  Plus: () => plus_default,
91
103
  PlusLarge: () => plus_large_default,
92
104
  PrivacyPolicy: () => privacy_policy_default,
@@ -101,6 +113,8 @@ __export(v2_exports, {
101
113
  Setting: () => setting_default,
102
114
  SettingSolid: () => setting_solid_default,
103
115
  Share: () => share_default,
116
+ ShieldRounded: () => shield_rounded_default,
117
+ ShippedRounded: () => shipped_rounded_default,
104
118
  SizeChartRounded: () => size_chart_rounded_default,
105
119
  Sort: () => sort_default,
106
120
  StarSolidRounded: () => start_solid_rounded_default,
@@ -113,12 +127,16 @@ __export(v2_exports, {
113
127
  TrendUp: () => trend_up_default,
114
128
  Truck: () => truck_default,
115
129
  TruckDiscount: () => truck_discount_default,
130
+ TruckRounded: () => truck_rounded_default,
116
131
  VirtualWallet: () => virtual_wallet_default,
117
132
  VoilaPointBase: () => voila_point_base_default,
118
133
  Voucher: () => voucher_default,
119
134
  VoucherApplied: () => voucher_applied_default,
120
135
  VoucherOutline: () => voucher_outline_default,
121
- Wallet: () => wallet_default
136
+ WaitingItemRounded: () => waiting_item_rounded_default,
137
+ WaitingPaymentRounded: () => waiting_payment_rounded_default,
138
+ Wallet: () => wallet_default,
139
+ ZoomRounded: () => zoom_rounded_default
122
140
  });
123
141
  module.exports = __toCommonJS(v2_exports);
124
142
 
@@ -146,12 +164,39 @@ var useIconProps = (props) => {
146
164
  };
147
165
  var use_icon_props_default = useIconProps;
148
166
 
149
- // src/icons/v2/outline/arrow-left.tsx
167
+ // src/icons/v2/outline/address-rounded.tsx
150
168
  var import_jsx_runtime = require("react/jsx-runtime");
169
+ var AddressRounded = (props) => {
170
+ const { color, ...svgProps } = use_icon_props_default(props);
171
+ 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: [
172
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
173
+ "path",
174
+ {
175
+ fillRule: "evenodd",
176
+ clipRule: "evenodd",
177
+ 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",
178
+ fill: color
179
+ }
180
+ ),
181
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
182
+ "path",
183
+ {
184
+ fillRule: "evenodd",
185
+ clipRule: "evenodd",
186
+ 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",
187
+ fill: color
188
+ }
189
+ )
190
+ ] });
191
+ };
192
+ var address_rounded_default = AddressRounded;
193
+
194
+ // src/icons/v2/outline/arrow-left.tsx
195
+ var import_jsx_runtime2 = require("react/jsx-runtime");
151
196
  var ArrowLeft = (props) => {
152
197
  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)(
198
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
199
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("g", { clipPath: "url(#icon-outline-arrow-left)", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
155
200
  "path",
156
201
  {
157
202
  fillRule: "evenodd",
@@ -160,16 +205,16 @@ var ArrowLeft = (props) => {
160
205
  fill: color
161
206
  }
162
207
  ) }),
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)" }) }) })
208
+ /* @__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
209
  ] });
165
210
  };
166
211
  var arrow_left_default = ArrowLeft;
167
212
 
168
213
  // src/icons/v2/outline/arrow-left-large.tsx
169
- var import_jsx_runtime2 = require("react/jsx-runtime");
214
+ var import_jsx_runtime3 = require("react/jsx-runtime");
170
215
  var ArrowLeft2 = (props) => {
171
216
  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)(
217
+ 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
218
  "path",
174
219
  {
175
220
  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 +225,11 @@ var ArrowLeft2 = (props) => {
180
225
  var arrow_left_large_default = ArrowLeft2;
181
226
 
182
227
  // src/icons/v2/outline/arrow-right.tsx
183
- var import_jsx_runtime3 = require("react/jsx-runtime");
228
+ var import_jsx_runtime4 = require("react/jsx-runtime");
184
229
  var ArrowRight = (props) => {
185
230
  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)(
231
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
232
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { clipPath: "url(#icon-outline-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
188
233
  "path",
189
234
  {
190
235
  fillRule: "evenodd",
@@ -193,17 +238,17 @@ var ArrowRight = (props) => {
193
238
  fill: color
194
239
  }
195
240
  ) }),
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)" }) }) })
241
+ /* @__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
242
  ] });
198
243
  };
199
244
  var arrow_right_default = ArrowRight;
200
245
 
201
246
  // src/icons/v2/outline/arrow-right-large.tsx
202
- var import_jsx_runtime4 = require("react/jsx-runtime");
247
+ var import_jsx_runtime5 = require("react/jsx-runtime");
203
248
  var ArrowRight2 = (props) => {
204
249
  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)(
250
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
251
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
207
252
  "path",
208
253
  {
209
254
  fillRule: "evenodd",
@@ -212,16 +257,16 @@ var ArrowRight2 = (props) => {
212
257
  fill: color
213
258
  }
214
259
  ) }),
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)" }) }) })
260
+ /* @__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
261
  ] });
217
262
  };
218
263
  var arrow_right_large_default = ArrowRight2;
219
264
 
220
265
  // src/icons/v2/outline/arrow-right-rounded.tsx
221
- var import_jsx_runtime5 = require("react/jsx-runtime");
266
+ var import_jsx_runtime6 = require("react/jsx-runtime");
222
267
  var ArrowRightRounded = (props) => {
223
268
  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)(
269
+ 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
270
  "path",
226
271
  {
227
272
  fillRule: "evenodd",
@@ -234,11 +279,11 @@ var ArrowRightRounded = (props) => {
234
279
  var arrow_right_rounded_default = ArrowRightRounded;
235
280
 
236
281
  // src/icons/v2/outline/bag.tsx
237
- var import_jsx_runtime6 = require("react/jsx-runtime");
282
+ var import_jsx_runtime7 = require("react/jsx-runtime");
238
283
  var Bag = (props) => {
239
284
  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)(
285
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
286
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
242
287
  "path",
243
288
  {
244
289
  fillRule: "evenodd",
@@ -247,7 +292,7 @@ var Bag = (props) => {
247
292
  fill: color
248
293
  }
249
294
  ),
250
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
295
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
251
296
  "path",
252
297
  {
253
298
  fillRule: "evenodd",
@@ -256,7 +301,7 @@ var Bag = (props) => {
256
301
  fill: color
257
302
  }
258
303
  ),
259
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
304
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
260
305
  "path",
261
306
  {
262
307
  fillRule: "evenodd",
@@ -265,7 +310,7 @@ var Bag = (props) => {
265
310
  fill: color
266
311
  }
267
312
  ),
268
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
313
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
269
314
  "path",
270
315
  {
271
316
  fillRule: "evenodd",
@@ -279,18 +324,18 @@ var Bag = (props) => {
279
324
  var bag_default = Bag;
280
325
 
281
326
  // src/icons/v2/outline/bank-transfer.tsx
282
- var import_jsx_runtime7 = require("react/jsx-runtime");
327
+ var import_jsx_runtime8 = require("react/jsx-runtime");
283
328
  var BankTransfer = (props) => {
284
329
  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)(
330
+ 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: [
331
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
287
332
  "path",
288
333
  {
289
334
  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
335
  fill: color
291
336
  }
292
337
  ),
293
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
338
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
294
339
  "path",
295
340
  {
296
341
  fillRule: "evenodd",
@@ -304,12 +349,12 @@ var BankTransfer = (props) => {
304
349
  var bank_transfer_default = BankTransfer;
305
350
 
306
351
  // src/icons/v2/outline/calendar.tsx
307
- var import_jsx_runtime8 = require("react/jsx-runtime");
352
+ var import_jsx_runtime9 = require("react/jsx-runtime");
308
353
  var Calendar = (props) => {
309
354
  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)(
355
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
356
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("g", { clipPath: "url(#calendar)", children: [
357
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
313
358
  "path",
314
359
  {
315
360
  fillRule: "evenodd",
@@ -318,7 +363,7 @@ var Calendar = (props) => {
318
363
  fill: color
319
364
  }
320
365
  ),
321
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
366
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
322
367
  "path",
323
368
  {
324
369
  fillRule: "evenodd",
@@ -327,7 +372,7 @@ var Calendar = (props) => {
327
372
  fill: color
328
373
  }
329
374
  ),
330
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
375
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
331
376
  "path",
332
377
  {
333
378
  fillRule: "evenodd",
@@ -336,8 +381,8 @@ var Calendar = (props) => {
336
381
  fill: color
337
382
  }
338
383
  ),
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)(
384
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
385
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
341
386
  "path",
342
387
  {
343
388
  fillRule: "evenodd",
@@ -347,25 +392,25 @@ var Calendar = (props) => {
347
392
  }
348
393
  )
349
394
  ] }),
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)" }) }) })
395
+ /* @__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
396
  ] });
352
397
  };
353
398
  var calendar_default = Calendar;
354
399
 
355
400
  // src/icons/v2/outline/calendar-event.tsx
356
- var import_jsx_runtime9 = require("react/jsx-runtime");
401
+ var import_jsx_runtime10 = require("react/jsx-runtime");
357
402
  var CalendarEvent = (props) => {
358
403
  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)(
404
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
405
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
406
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
362
407
  "path",
363
408
  {
364
409
  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
410
  fill: color
366
411
  }
367
412
  ),
368
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
413
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
369
414
  "path",
370
415
  {
371
416
  fillRule: "evenodd",
@@ -375,16 +420,16 @@ var CalendarEvent = (props) => {
375
420
  }
376
421
  )
377
422
  ] }),
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)" }) }) })
423
+ /* @__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
424
  ] });
380
425
  };
381
426
  var calendar_event_default = CalendarEvent;
382
427
 
383
428
  // src/icons/v2/outline/card.tsx
384
- var import_jsx_runtime10 = require("react/jsx-runtime");
429
+ var import_jsx_runtime11 = require("react/jsx-runtime");
385
430
  var Card = (props) => {
386
431
  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)(
432
+ 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
433
  "path",
389
434
  {
390
435
  fillRule: "evenodd",
@@ -397,12 +442,12 @@ var Card = (props) => {
397
442
  var card_default = Card;
398
443
 
399
444
  // src/icons/v2/outline/category.tsx
400
- var import_jsx_runtime11 = require("react/jsx-runtime");
445
+ var import_jsx_runtime12 = require("react/jsx-runtime");
401
446
  var Category = (props) => {
402
447
  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)(
448
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
449
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { clipPath: "url(#clip0_5761_9461)", children: [
450
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
406
451
  "path",
407
452
  {
408
453
  fillRule: "evenodd",
@@ -411,7 +456,7 @@ var Category = (props) => {
411
456
  fill: color
412
457
  }
413
458
  ),
414
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
459
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
415
460
  "path",
416
461
  {
417
462
  fillRule: "evenodd",
@@ -420,7 +465,7 @@ var Category = (props) => {
420
465
  fill: color
421
466
  }
422
467
  ),
423
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
468
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
424
469
  "path",
425
470
  {
426
471
  fillRule: "evenodd",
@@ -429,7 +474,7 @@ var Category = (props) => {
429
474
  fill: color
430
475
  }
431
476
  ),
432
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
477
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
433
478
  "path",
434
479
  {
435
480
  fillRule: "evenodd",
@@ -439,17 +484,17 @@ var Category = (props) => {
439
484
  }
440
485
  )
441
486
  ] }),
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)" }) }) })
487
+ /* @__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
488
  ] });
444
489
  };
445
490
  var category_default = Category;
446
491
 
447
492
  // src/icons/v2/outline/chat-cs.tsx
448
- var import_jsx_runtime12 = require("react/jsx-runtime");
493
+ var import_jsx_runtime13 = require("react/jsx-runtime");
449
494
  var ChatCs = (props) => {
450
495
  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)(
496
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
497
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
453
498
  "path",
454
499
  {
455
500
  fillRule: "evenodd",
@@ -458,21 +503,21 @@ var ChatCs = (props) => {
458
503
  fill: color
459
504
  }
460
505
  ),
461
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
506
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
462
507
  "path",
463
508
  {
464
509
  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
510
  fill: color
466
511
  }
467
512
  ),
468
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
513
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
469
514
  "path",
470
515
  {
471
516
  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
517
  fill: color
473
518
  }
474
519
  ),
475
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
520
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
476
521
  "path",
477
522
  {
478
523
  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 +529,11 @@ var ChatCs = (props) => {
484
529
  var chat_cs_default = ChatCs;
485
530
 
486
531
  // src/icons/v2/outline/check.tsx
487
- var import_jsx_runtime13 = require("react/jsx-runtime");
532
+ var import_jsx_runtime14 = require("react/jsx-runtime");
488
533
  var Check = (props) => {
489
534
  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)(
535
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
536
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
492
537
  "path",
493
538
  {
494
539
  fillRule: "evenodd",
@@ -497,16 +542,16 @@ var Check = (props) => {
497
542
  fill: color
498
543
  }
499
544
  ) }),
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)" }) }) })
545
+ /* @__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
546
  ] });
502
547
  };
503
548
  var check_default = Check;
504
549
 
505
550
  // src/icons/v2/outline/check-large.tsx
506
- var import_jsx_runtime14 = require("react/jsx-runtime");
551
+ var import_jsx_runtime15 = require("react/jsx-runtime");
507
552
  var Check2 = (props) => {
508
553
  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)(
554
+ 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
555
  "path",
511
556
  {
512
557
  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 +562,11 @@ var Check2 = (props) => {
517
562
  var check_large_default = Check2;
518
563
 
519
564
  // src/icons/v2/outline/check-shield.tsx
520
- var import_jsx_runtime15 = require("react/jsx-runtime");
565
+ var import_jsx_runtime16 = require("react/jsx-runtime");
521
566
  var CheckShield = (props) => {
522
567
  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)(
568
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
569
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
525
570
  "path",
526
571
  {
527
572
  fillRule: "evenodd",
@@ -530,7 +575,7 @@ var CheckShield = (props) => {
530
575
  fill: color
531
576
  }
532
577
  ),
533
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
578
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
534
579
  "path",
535
580
  {
536
581
  fillRule: "evenodd",
@@ -544,11 +589,11 @@ var CheckShield = (props) => {
544
589
  var check_shield_default = CheckShield;
545
590
 
546
591
  // src/icons/v2/outline/chevron-down.tsx
547
- var import_jsx_runtime16 = require("react/jsx-runtime");
592
+ var import_jsx_runtime17 = require("react/jsx-runtime");
548
593
  var ChevronUp = (props) => {
549
594
  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)(
595
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
596
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
552
597
  "path",
553
598
  {
554
599
  fillRule: "evenodd",
@@ -557,16 +602,16 @@ var ChevronUp = (props) => {
557
602
  fill: color
558
603
  }
559
604
  ) }),
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)" }) }) })
605
+ /* @__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
606
  ] });
562
607
  };
563
608
  var chevron_down_default = ChevronUp;
564
609
 
565
610
  // src/icons/v2/outline/chevron-down-large.tsx
566
- var import_jsx_runtime17 = require("react/jsx-runtime");
611
+ var import_jsx_runtime18 = require("react/jsx-runtime");
567
612
  var ChevronUp2 = (props) => {
568
613
  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)(
614
+ 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
615
  "path",
571
616
  {
572
617
  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 +622,11 @@ var ChevronUp2 = (props) => {
577
622
  var chevron_down_large_default = ChevronUp2;
578
623
 
579
624
  // src/icons/v2/outline/chevron-left.tsx
580
- var import_jsx_runtime18 = require("react/jsx-runtime");
625
+ var import_jsx_runtime19 = require("react/jsx-runtime");
581
626
  var ChevronLeft = (props) => {
582
627
  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)(
628
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
629
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
585
630
  "path",
586
631
  {
587
632
  fillRule: "evenodd",
@@ -590,16 +635,16 @@ var ChevronLeft = (props) => {
590
635
  fill: color
591
636
  }
592
637
  ) }),
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)" }) }) })
638
+ /* @__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
639
  ] });
595
640
  };
596
641
  var chevron_left_default = ChevronLeft;
597
642
 
598
643
  // src/icons/v2/outline/chevron-left-large.tsx
599
- var import_jsx_runtime19 = require("react/jsx-runtime");
644
+ var import_jsx_runtime20 = require("react/jsx-runtime");
600
645
  var ChevronLeftLarge = (props) => {
601
646
  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)(
647
+ 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
648
  "path",
604
649
  {
605
650
  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 +655,11 @@ var ChevronLeftLarge = (props) => {
610
655
  var chevron_left_large_default = ChevronLeftLarge;
611
656
 
612
657
  // src/icons/v2/outline/chevron-right.tsx
613
- var import_jsx_runtime20 = require("react/jsx-runtime");
658
+ var import_jsx_runtime21 = require("react/jsx-runtime");
614
659
  var ChevronRight = (props) => {
615
660
  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)(
661
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
662
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
618
663
  "path",
619
664
  {
620
665
  fillRule: "evenodd",
@@ -623,16 +668,16 @@ var ChevronRight = (props) => {
623
668
  fill: color
624
669
  }
625
670
  ) }),
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)" }) }) })
671
+ /* @__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
672
  ] });
628
673
  };
629
674
  var chevron_right_default = ChevronRight;
630
675
 
631
676
  // src/icons/v2/outline/chevron-right-large.tsx
632
- var import_jsx_runtime21 = require("react/jsx-runtime");
677
+ var import_jsx_runtime22 = require("react/jsx-runtime");
633
678
  var ChevronRightLarge = (props) => {
634
679
  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)(
680
+ 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
681
  "path",
637
682
  {
638
683
  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 +688,11 @@ var ChevronRightLarge = (props) => {
643
688
  var chevron_right_large_default = ChevronRightLarge;
644
689
 
645
690
  // src/icons/v2/outline/chevron-up.tsx
646
- var import_jsx_runtime22 = require("react/jsx-runtime");
691
+ var import_jsx_runtime23 = require("react/jsx-runtime");
647
692
  var ChevronUp3 = (props) => {
648
693
  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)(
694
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
695
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
651
696
  "path",
652
697
  {
653
698
  fillRule: "evenodd",
@@ -656,16 +701,16 @@ var ChevronUp3 = (props) => {
656
701
  fill: color
657
702
  }
658
703
  ) }),
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)" }) }) })
704
+ /* @__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
705
  ] });
661
706
  };
662
707
  var chevron_up_default = ChevronUp3;
663
708
 
664
709
  // src/icons/v2/outline/chevron-up-large.tsx
665
- var import_jsx_runtime23 = require("react/jsx-runtime");
710
+ var import_jsx_runtime24 = require("react/jsx-runtime");
666
711
  var ChevronUpLarge = (props) => {
667
712
  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)(
713
+ 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
714
  "path",
670
715
  {
671
716
  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 +721,18 @@ var ChevronUpLarge = (props) => {
676
721
  var chevron_up_large_default = ChevronUpLarge;
677
722
 
678
723
  // src/icons/v2/outline/clock.tsx
679
- var import_jsx_runtime24 = require("react/jsx-runtime");
724
+ var import_jsx_runtime25 = require("react/jsx-runtime");
680
725
  var Clock = (props) => {
681
726
  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)(
727
+ 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: [
728
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
684
729
  "path",
685
730
  {
686
731
  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
732
  fill: color
688
733
  }
689
734
  ),
690
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
735
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
691
736
  "path",
692
737
  {
693
738
  fillRule: "evenodd",
@@ -701,11 +746,11 @@ var Clock = (props) => {
701
746
  var clock_default = Clock;
702
747
 
703
748
  // src/icons/v2/outline/close.tsx
704
- var import_jsx_runtime25 = require("react/jsx-runtime");
749
+ var import_jsx_runtime26 = require("react/jsx-runtime");
705
750
  var Close = (props) => {
706
751
  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)(
752
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
753
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
709
754
  "path",
710
755
  {
711
756
  fillRule: "evenodd",
@@ -714,24 +759,24 @@ var Close = (props) => {
714
759
  fill: color
715
760
  }
716
761
  ) }),
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)" }) }) })
762
+ /* @__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
763
  ] });
719
764
  };
720
765
  var close_default = Close;
721
766
 
722
767
  // src/icons/v2/outline/close-large.tsx
723
- var import_jsx_runtime26 = require("react/jsx-runtime");
768
+ var import_jsx_runtime27 = require("react/jsx-runtime");
724
769
  var CloseLarge = (props) => {
725
770
  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)(
771
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
772
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
728
773
  "path",
729
774
  {
730
775
  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
776
  fill: color
732
777
  }
733
778
  ),
734
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
779
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
735
780
  "path",
736
781
  {
737
782
  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 +787,48 @@ var CloseLarge = (props) => {
742
787
  };
743
788
  var close_large_default = CloseLarge;
744
789
 
790
+ // src/icons/v2/outline/complete-order-rounded.tsx
791
+ var import_jsx_runtime28 = require("react/jsx-runtime");
792
+ var CompleteOrderRounded = (props) => {
793
+ const { color, ...svgProps } = use_icon_props_default(props);
794
+ 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: [
795
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
796
+ "path",
797
+ {
798
+ fillRule: "evenodd",
799
+ clipRule: "evenodd",
800
+ 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",
801
+ fill: color
802
+ }
803
+ ),
804
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
805
+ "path",
806
+ {
807
+ fillRule: "evenodd",
808
+ clipRule: "evenodd",
809
+ 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",
810
+ fill: color
811
+ }
812
+ ),
813
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
814
+ "path",
815
+ {
816
+ fillRule: "evenodd",
817
+ clipRule: "evenodd",
818
+ 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",
819
+ fill: color
820
+ }
821
+ )
822
+ ] });
823
+ };
824
+ var complete_order_rounded_default = CompleteOrderRounded;
825
+
745
826
  // src/icons/v2/outline/contact-book.tsx
746
- var import_jsx_runtime27 = require("react/jsx-runtime");
827
+ var import_jsx_runtime29 = require("react/jsx-runtime");
747
828
  var ContactBook = (props) => {
748
829
  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)(
830
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
831
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
751
832
  "path",
752
833
  {
753
834
  fillRule: "evenodd",
@@ -756,7 +837,7 @@ var ContactBook = (props) => {
756
837
  fill: color
757
838
  }
758
839
  ),
759
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
840
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
760
841
  "path",
761
842
  {
762
843
  fillRule: "evenodd",
@@ -765,7 +846,7 @@ var ContactBook = (props) => {
765
846
  fill: color
766
847
  }
767
848
  ),
768
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
849
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
769
850
  "path",
770
851
  {
771
852
  fillRule: "evenodd",
@@ -774,7 +855,7 @@ var ContactBook = (props) => {
774
855
  fill: color
775
856
  }
776
857
  ),
777
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
858
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
778
859
  "path",
779
860
  {
780
861
  fillRule: "evenodd",
@@ -783,7 +864,7 @@ var ContactBook = (props) => {
783
864
  fill: color
784
865
  }
785
866
  ),
786
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
867
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
787
868
  "path",
788
869
  {
789
870
  fillRule: "evenodd",
@@ -792,7 +873,7 @@ var ContactBook = (props) => {
792
873
  fill: color
793
874
  }
794
875
  ),
795
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
876
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
796
877
  "path",
797
878
  {
798
879
  fillRule: "evenodd",
@@ -806,18 +887,18 @@ var ContactBook = (props) => {
806
887
  var contact_book_default = ContactBook;
807
888
 
808
889
  // src/icons/v2/outline/copy.tsx
809
- var import_jsx_runtime28 = require("react/jsx-runtime");
890
+ var import_jsx_runtime30 = require("react/jsx-runtime");
810
891
  var Copy = (props) => {
811
892
  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)(
893
+ 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: [
894
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
814
895
  "path",
815
896
  {
816
897
  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
898
  fill: color
818
899
  }
819
900
  ),
820
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
901
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
821
902
  "path",
822
903
  {
823
904
  fillRule: "evenodd",
@@ -826,7 +907,7 @@ var Copy = (props) => {
826
907
  fill: color
827
908
  }
828
909
  ),
829
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
910
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
830
911
  "path",
831
912
  {
832
913
  fillRule: "evenodd",
@@ -835,7 +916,7 @@ var Copy = (props) => {
835
916
  fill: color
836
917
  }
837
918
  ),
838
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
919
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
839
920
  "path",
840
921
  {
841
922
  fillRule: "evenodd",
@@ -849,11 +930,11 @@ var Copy = (props) => {
849
930
  var copy_default = Copy;
850
931
 
851
932
  // src/icons/v2/outline/cvv.tsx
852
- var import_jsx_runtime29 = require("react/jsx-runtime");
933
+ var import_jsx_runtime31 = require("react/jsx-runtime");
853
934
  var Cvv = (props) => {
854
935
  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)(
936
+ 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: [
937
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
857
938
  "path",
858
939
  {
859
940
  fillRule: "evenodd",
@@ -862,35 +943,35 @@ var Cvv = (props) => {
862
943
  fill: color
863
944
  }
864
945
  ),
865
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
946
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
866
947
  "path",
867
948
  {
868
949
  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
950
  fill: "white"
870
951
  }
871
952
  ),
872
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
953
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
873
954
  "path",
874
955
  {
875
956
  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
957
  fill: color
877
958
  }
878
959
  ),
879
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
960
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
880
961
  "path",
881
962
  {
882
963
  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
964
  fill: color
884
965
  }
885
966
  ),
886
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
967
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
887
968
  "path",
888
969
  {
889
970
  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
971
  fill: color
891
972
  }
892
973
  ),
893
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
974
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
894
975
  "path",
895
976
  {
896
977
  fillRule: "evenodd",
@@ -904,10 +985,10 @@ var Cvv = (props) => {
904
985
  var cvv_default = Cvv;
905
986
 
906
987
  // src/icons/v2/outline/delivered.tsx
907
- var import_jsx_runtime30 = require("react/jsx-runtime");
988
+ var import_jsx_runtime32 = require("react/jsx-runtime");
908
989
  var Delivered = (props) => {
909
990
  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)(
991
+ 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
992
  "path",
912
993
  {
913
994
  fillRule: "evenodd",
@@ -919,11 +1000,25 @@ var Delivered = (props) => {
919
1000
  };
920
1001
  var delivered_default = Delivered;
921
1002
 
1003
+ // src/icons/v2/outline/delivered-rounded.tsx
1004
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1005
+ var DeliveredRounded = (props) => {
1006
+ const { color, ...svgProps } = use_icon_props_default(props);
1007
+ 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)(
1008
+ "path",
1009
+ {
1010
+ 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",
1011
+ fill: color
1012
+ }
1013
+ ) });
1014
+ };
1015
+ var delivered_rounded_default = DeliveredRounded;
1016
+
922
1017
  // src/icons/v2/outline/edit.tsx
923
- var import_jsx_runtime31 = require("react/jsx-runtime");
1018
+ var import_jsx_runtime34 = require("react/jsx-runtime");
924
1019
  var Edit = (props) => {
925
1020
  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)(
1021
+ 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
1022
  "path",
928
1023
  {
929
1024
  fillRule: "evenodd",
@@ -936,10 +1031,10 @@ var Edit = (props) => {
936
1031
  var edit_default = Edit;
937
1032
 
938
1033
  // src/icons/v2/outline/enveloped.tsx
939
- var import_jsx_runtime32 = require("react/jsx-runtime");
1034
+ var import_jsx_runtime35 = require("react/jsx-runtime");
940
1035
  var Enveloped = (props) => {
941
1036
  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)(
1037
+ 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
1038
  "path",
944
1039
  {
945
1040
  fillRule: "evenodd",
@@ -952,11 +1047,11 @@ var Enveloped = (props) => {
952
1047
  var enveloped_default = Enveloped;
953
1048
 
954
1049
  // src/icons/v2/outline/eye-close.tsx
955
- var import_jsx_runtime33 = require("react/jsx-runtime");
1050
+ var import_jsx_runtime36 = require("react/jsx-runtime");
956
1051
  var EyeClose = (props) => {
957
1052
  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)(
1053
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1054
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
960
1055
  "path",
961
1056
  {
962
1057
  fillRule: "evenodd",
@@ -965,7 +1060,7 @@ var EyeClose = (props) => {
965
1060
  fill: color
966
1061
  }
967
1062
  ),
968
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1063
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
969
1064
  "path",
970
1065
  {
971
1066
  fillRule: "evenodd",
@@ -974,7 +1069,7 @@ var EyeClose = (props) => {
974
1069
  fill: color
975
1070
  }
976
1071
  ),
977
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1072
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
978
1073
  "path",
979
1074
  {
980
1075
  fillRule: "evenodd",
@@ -988,11 +1083,11 @@ var EyeClose = (props) => {
988
1083
  var eye_close_default = EyeClose;
989
1084
 
990
1085
  // src/icons/v2/outline/eye-open.tsx
991
- var import_jsx_runtime34 = require("react/jsx-runtime");
1086
+ var import_jsx_runtime37 = require("react/jsx-runtime");
992
1087
  var EyeOpen = (props) => {
993
1088
  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)(
1089
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1090
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
996
1091
  "path",
997
1092
  {
998
1093
  fillRule: "evenodd",
@@ -1001,7 +1096,7 @@ var EyeOpen = (props) => {
1001
1096
  fill: color
1002
1097
  }
1003
1098
  ),
1004
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1099
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1005
1100
  "path",
1006
1101
  {
1007
1102
  fillRule: "evenodd",
@@ -1015,11 +1110,11 @@ var EyeOpen = (props) => {
1015
1110
  var eye_open_default = EyeOpen;
1016
1111
 
1017
1112
  // src/icons/v2/outline/filter.tsx
1018
- var import_jsx_runtime35 = require("react/jsx-runtime");
1113
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1019
1114
  var Filter = (props) => {
1020
1115
  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)(
1116
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1117
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1023
1118
  "path",
1024
1119
  {
1025
1120
  fillRule: "evenodd",
@@ -1028,7 +1123,7 @@ var Filter = (props) => {
1028
1123
  fill: color
1029
1124
  }
1030
1125
  ),
1031
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1126
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1032
1127
  "path",
1033
1128
  {
1034
1129
  fillRule: "evenodd",
@@ -1037,7 +1132,7 @@ var Filter = (props) => {
1037
1132
  fill: color
1038
1133
  }
1039
1134
  ),
1040
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1135
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1041
1136
  "path",
1042
1137
  {
1043
1138
  fillRule: "evenodd",
@@ -1050,11 +1145,65 @@ var Filter = (props) => {
1050
1145
  };
1051
1146
  var filter_default = Filter;
1052
1147
 
1148
+ // src/icons/v2/outline/gift-card-check-rounded.tsx
1149
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1150
+ var GiftCardCheckRounded = (props) => {
1151
+ const { color, ...svgProps } = use_icon_props_default(props);
1152
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1153
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1154
+ "path",
1155
+ {
1156
+ fillRule: "evenodd",
1157
+ clipRule: "evenodd",
1158
+ d: "M19.2402 4.03345H4.76001C3.23183 4.03345 2.00427 5.261 2.00427 6.78919V17.286C2.00427 18.8142 3.23183 20.0418 4.76001 20.0418H13.0272C13.9291 21.2443 15.3821 22.046 17.0105 22.046C19.4406 22.046 21.4448 20.3174 21.9208 18.0376C21.9959 17.8121 22.021 17.5616 22.021 17.3111V6.81423C21.9959 5.261 20.7684 4.03345 19.2402 4.03345ZM19.616 12.7516H20.5178V13.428C20.2423 13.1775 19.9166 12.952 19.616 12.7516ZM12.9771 14.0794L11.6494 12.7516H14.4051C13.8289 13.1023 13.3529 13.5533 12.9771 14.0794ZM7.86649 11.1232C7.31534 10.998 6.76419 10.7725 6.36336 10.4969C5.93747 10.2213 5.73703 9.94576 5.68693 9.74534C5.66188 9.64513 5.63684 9.44471 5.98757 9.09398C6.33831 8.7683 6.68904 8.66809 6.98966 8.69315C7.31534 8.7182 7.69112 8.89356 8.0168 9.21924C8.593 9.74533 8.89363 10.547 8.84353 11.2485H8.74331C8.49279 11.2485 8.19217 11.1984 7.86649 11.1232ZM13.5533 9.74534C13.5032 9.92071 13.3028 10.1963 12.8769 10.4969C12.4761 10.7725 11.9249 10.998 11.3738 11.1232C11.0481 11.1984 10.7725 11.2485 10.497 11.2485H10.3968C10.3216 10.547 10.6473 9.77038 11.2235 9.21924C11.5492 8.89356 11.9249 8.7182 12.2506 8.69315C12.5512 8.66809 12.902 8.74325 13.2527 9.09398C13.5784 9.44471 13.5784 9.64513 13.5533 9.74534ZM4.76001 5.53658H19.2652C19.9667 5.53658 20.5178 6.08773 20.5178 6.78919V11.2735H14.2798C14.6055 10.9729 14.8561 10.5971 14.9813 10.1712C15.1817 9.39461 14.9061 8.6681 14.2548 8.0418C13.6034 7.41549 12.8268 7.16497 12.0752 7.24012C11.3487 7.31528 10.6723 7.66601 10.1462 8.16706C9.94581 8.36747 9.77046 8.59294 9.59509 8.81841C9.41973 8.56789 9.24435 8.36747 9.04393 8.16706C8.51783 7.69107 7.86649 7.31528 7.11492 7.24012C6.36336 7.16497 5.58672 7.41549 4.93536 8.0418C4.28401 8.6681 4.00846 9.39461 4.20888 10.1712C4.33414 10.5971 4.58464 10.9729 4.91032 11.2735H3.45731V6.78919C3.50742 6.08773 4.05855 5.53658 4.76001 5.53658ZM4.76001 18.5136C4.05855 18.5136 3.5074 17.9625 3.5074 17.261V12.7516H7.61597L5.88736 14.4802C5.58673 14.7808 5.58673 15.2568 5.88736 15.5324C6.18799 15.833 6.66397 15.833 6.93954 15.5324L9.64519 12.8518L12.2757 15.4823C12.1254 15.9583 12.0251 16.4593 12.0251 17.0105C12.0251 17.5366 12.1254 18.0376 12.2757 18.5136H4.76001ZM17.0105 20.7182C14.9563 20.7182 13.3028 19.0648 13.3028 17.0105C13.3028 14.9562 14.9563 13.3028 17.0105 13.3028C19.0648 13.3028 20.7182 14.9562 20.7182 17.0105C20.6932 19.0648 19.0398 20.7182 17.0105 20.7182Z",
1159
+ fill: color
1160
+ }
1161
+ ),
1162
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1163
+ "path",
1164
+ {
1165
+ fillRule: "evenodd",
1166
+ clipRule: "evenodd",
1167
+ d: "M18.1629 15.5575L16.6097 17.1107L15.808 16.309C15.5575 16.0585 15.1316 16.0585 14.8811 16.309C14.6306 16.5595 14.6306 16.9854 14.8811 17.2359L16.1337 18.4885C16.3842 18.7391 16.8101 18.7391 17.0606 18.4885L19.0648 16.4844C19.3153 16.2338 19.3153 15.808 19.0648 15.5575C18.8393 15.3069 18.4385 15.3069 18.1629 15.5575Z",
1168
+ fill: color
1169
+ }
1170
+ )
1171
+ ] });
1172
+ };
1173
+ var gift_card_check_rounded_default = GiftCardCheckRounded;
1174
+
1175
+ // src/icons/v2/outline/gift-card-failed-rounded.tsx
1176
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1177
+ var GiftCardFailedRounded = (props) => {
1178
+ const { color, ...svgProps } = use_icon_props_default(props);
1179
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1180
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1181
+ "path",
1182
+ {
1183
+ fillRule: "evenodd",
1184
+ clipRule: "evenodd",
1185
+ d: "M19.2402 4.03345H4.73496C3.20677 4.03345 1.97922 5.261 1.97922 6.78919V17.286C1.97922 18.8142 3.20677 20.0418 4.73496 20.0418H13.0022C13.9041 21.2443 15.3571 22.046 16.9855 22.046C19.4155 22.046 21.4448 20.2923 21.8957 17.9875C21.9458 17.762 21.9959 17.5366 21.9959 17.286V6.78919C21.9959 5.261 20.7684 4.03345 19.2402 4.03345ZM19.5909 12.7516H20.4928V13.428C20.2172 13.1775 19.9166 12.952 19.5909 12.7516ZM12.9521 14.0794L11.6243 12.7516H14.38C13.8289 13.1023 13.3529 13.5533 12.9521 14.0794ZM7.86648 11.1232C7.31533 10.998 6.76418 10.7725 6.36335 10.4969C5.93746 10.2213 5.73706 9.94576 5.68695 9.74534C5.6619 9.64513 5.63684 9.44471 5.98757 9.09398C6.3383 8.7683 6.68903 8.66809 6.98965 8.69315C7.31533 8.7182 7.69111 8.89356 8.01679 9.21924C8.59299 9.74533 8.89362 10.547 8.84352 11.2485H8.74331C8.46773 11.2485 8.19216 11.1984 7.86648 11.1232ZM13.5283 9.74534C13.4782 9.92071 13.2778 10.1963 12.8519 10.4969C12.451 10.7725 11.8999 10.998 11.3487 11.1232C11.0231 11.1984 10.7475 11.2485 10.4719 11.2485H10.3717C10.2965 10.547 10.6222 9.77038 11.1984 9.21924C11.5241 8.89356 11.8999 8.7182 12.2256 8.69315C12.5262 8.66809 12.8769 8.74325 13.2277 9.09398C13.5784 9.44471 13.5533 9.64513 13.5283 9.74534ZM4.73496 5.53658H19.2402C19.9416 5.53658 20.4928 6.08773 20.4928 6.78919V11.2735H14.2798C14.6055 10.9729 14.856 10.5971 14.9813 10.1712C15.1817 9.39461 14.9061 8.6681 14.2548 8.0418C13.6034 7.41549 12.8268 7.16497 12.0753 7.24012C11.3487 7.31528 10.6723 7.66601 10.1462 8.16706C9.9458 8.36747 9.77045 8.59294 9.59509 8.81841C9.41972 8.56789 9.24437 8.36747 9.04395 8.16706C8.51785 7.69107 7.86648 7.31528 7.11491 7.24012C6.36335 7.16497 5.58674 7.41549 4.93539 8.0418C4.28403 8.6681 4.00845 9.39461 4.20887 10.1712C4.33413 10.5971 4.58466 10.9729 4.91034 11.2735H3.4573V6.78919C3.48235 6.08773 4.05855 5.53658 4.73496 5.53658ZM4.73496 18.5136C4.0335 18.5136 3.48235 17.9625 3.48235 17.261V12.7516H7.59091L5.86231 14.4802C5.56168 14.7808 5.56168 15.2568 5.86231 15.5324C6.16293 15.833 6.63894 15.833 6.91452 15.5324L9.62013 12.8518L12.2506 15.4823C12.1003 15.9583 12.0001 16.4593 12.0001 17.0105C12.0001 17.5366 12.1003 18.0376 12.2506 18.5136H4.73496ZM16.9855 20.7182C14.9312 20.7182 13.2777 19.0648 13.2777 17.0105C13.2777 14.9562 14.9312 13.3028 16.9855 13.3028C19.0398 13.3028 20.6932 14.9562 20.6932 17.0105C20.6932 19.0648 19.0398 20.7182 16.9855 20.7182Z",
1186
+ fill: color
1187
+ }
1188
+ ),
1189
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1190
+ "path",
1191
+ {
1192
+ fillRule: "evenodd",
1193
+ clipRule: "evenodd",
1194
+ d: "M18.7642 15.2318C18.5137 14.9812 18.0878 14.9812 17.8373 15.2318L16.9855 16.0835L16.1337 15.2318C15.8832 14.9812 15.4573 14.9812 15.2068 15.2318C14.9563 15.4823 14.9563 15.9082 15.2068 16.1587L16.0586 17.0105L15.2068 17.8622C14.9563 18.1128 14.9563 18.5387 15.2068 18.7892C15.4573 19.0397 15.8832 19.0397 16.1337 18.7892L16.9855 17.9374L17.8373 18.7892C18.0878 19.0397 18.5137 19.0397 18.7642 18.7892C19.0147 18.5387 19.0147 18.1128 18.7642 17.8622L17.9124 17.0105L18.7642 16.1587C19.0147 15.9082 19.0147 15.4823 18.7642 15.2318Z",
1195
+ fill: color
1196
+ }
1197
+ )
1198
+ ] });
1199
+ };
1200
+ var gift_card_failed_rounded_default = GiftCardFailedRounded;
1201
+
1053
1202
  // src/icons/v2/outline/gps.tsx
1054
- var import_jsx_runtime36 = require("react/jsx-runtime");
1203
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1055
1204
  var Gps = (props) => {
1056
1205
  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)(
1206
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1058
1207
  "path",
1059
1208
  {
1060
1209
  fillRule: "evenodd",
@@ -1067,25 +1216,25 @@ var Gps = (props) => {
1067
1216
  var gps_default = Gps;
1068
1217
 
1069
1218
  // src/icons/v2/outline/handphone.tsx
1070
- var import_jsx_runtime37 = require("react/jsx-runtime");
1219
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1071
1220
  var Handphone = (props) => {
1072
1221
  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)(
1222
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1223
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1075
1224
  "path",
1076
1225
  {
1077
1226
  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
1227
  fill: color
1079
1228
  }
1080
1229
  ),
1081
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1230
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1082
1231
  "path",
1083
1232
  {
1084
1233
  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
1234
  fill: color
1086
1235
  }
1087
1236
  ),
1088
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1237
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1089
1238
  "path",
1090
1239
  {
1091
1240
  fillRule: "evenodd",
@@ -1099,11 +1248,11 @@ var Handphone = (props) => {
1099
1248
  var handphone_default = Handphone;
1100
1249
 
1101
1250
  // src/icons/v2/outline/heart.tsx
1102
- var import_jsx_runtime38 = require("react/jsx-runtime");
1251
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1103
1252
  var Heart = (props) => {
1104
1253
  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)(
1254
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1255
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1107
1256
  "path",
1108
1257
  {
1109
1258
  fillRule: "evenodd",
@@ -1112,18 +1261,55 @@ var Heart = (props) => {
1112
1261
  fill: color
1113
1262
  }
1114
1263
  ) }),
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)" }) }) })
1264
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1116
1265
  ] });
1117
1266
  };
1118
1267
  var heart_default = Heart;
1119
1268
 
1269
+ // src/icons/v2/outline/help.tsx
1270
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1271
+ var Help = (props) => {
1272
+ const { color, ...svgProps } = use_icon_props_default(props);
1273
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1274
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1275
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1276
+ "path",
1277
+ {
1278
+ fillRule: "evenodd",
1279
+ clipRule: "evenodd",
1280
+ 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",
1281
+ fill: color
1282
+ }
1283
+ ),
1284
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1285
+ "path",
1286
+ {
1287
+ 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",
1288
+ fill: color
1289
+ }
1290
+ ),
1291
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1292
+ "path",
1293
+ {
1294
+ fillRule: "evenodd",
1295
+ clipRule: "evenodd",
1296
+ 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",
1297
+ fill: color
1298
+ }
1299
+ )
1300
+ ] }),
1301
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1302
+ ] });
1303
+ };
1304
+ var help_default = Help;
1305
+
1120
1306
  // src/icons/v2/outline/home.tsx
1121
- var import_jsx_runtime39 = require("react/jsx-runtime");
1307
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1122
1308
  var Home = (props) => {
1123
1309
  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)(
1310
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1311
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1312
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1127
1313
  "path",
1128
1314
  {
1129
1315
  fillRule: "evenodd",
@@ -1132,7 +1318,7 @@ var Home = (props) => {
1132
1318
  fill: color
1133
1319
  }
1134
1320
  ),
1135
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1321
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1136
1322
  "path",
1137
1323
  {
1138
1324
  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 +1326,24 @@ var Home = (props) => {
1140
1326
  }
1141
1327
  )
1142
1328
  ] }),
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)" }) }) })
1329
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1144
1330
  ] });
1145
1331
  };
1146
1332
  var home_default = Home;
1147
1333
 
1148
1334
  // src/icons/v2/outline/info.tsx
1149
- var import_jsx_runtime40 = require("react/jsx-runtime");
1335
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1150
1336
  var Info = (props) => {
1151
1337
  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)(
1338
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1339
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1154
1340
  "path",
1155
1341
  {
1156
1342
  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
1343
  fill: color
1158
1344
  }
1159
1345
  ),
1160
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1346
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1161
1347
  "path",
1162
1348
  {
1163
1349
  fillRule: "evenodd",
@@ -1166,7 +1352,7 @@ var Info = (props) => {
1166
1352
  fill: color
1167
1353
  }
1168
1354
  ),
1169
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1355
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1170
1356
  "path",
1171
1357
  {
1172
1358
  fillRule: "evenodd",
@@ -1179,26 +1365,42 @@ var Info = (props) => {
1179
1365
  };
1180
1366
  var info_default = Info;
1181
1367
 
1368
+ // src/icons/v2/outline/installment-rounded.tsx
1369
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1370
+ var InstallmentRounded = (props) => {
1371
+ const { color, ...svgProps } = use_icon_props_default(props);
1372
+ return /* @__PURE__ */ (0, import_jsx_runtime47.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_runtime47.jsx)(
1373
+ "path",
1374
+ {
1375
+ fillRule: "evenodd",
1376
+ clipRule: "evenodd",
1377
+ 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",
1378
+ fill: color
1379
+ }
1380
+ ) });
1381
+ };
1382
+ var installment_rounded_default = InstallmentRounded;
1383
+
1182
1384
  // src/icons/v2/outline/kebab-menu.tsx
1183
- var import_jsx_runtime41 = require("react/jsx-runtime");
1385
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1184
1386
  var KebabMenu = (props) => {
1185
1387
  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)(
1388
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1389
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1188
1390
  "path",
1189
1391
  {
1190
1392
  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
1393
  fill: color
1192
1394
  }
1193
1395
  ),
1194
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1396
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1195
1397
  "path",
1196
1398
  {
1197
1399
  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
1400
  fill: color
1199
1401
  }
1200
1402
  ),
1201
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1403
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1202
1404
  "path",
1203
1405
  {
1204
1406
  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 +1412,12 @@ var KebabMenu = (props) => {
1210
1412
  var kebab_menu_default = KebabMenu;
1211
1413
 
1212
1414
  // src/icons/v2/outline/logout.tsx
1213
- var import_jsx_runtime42 = require("react/jsx-runtime");
1415
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1214
1416
  var Logout = (props) => {
1215
1417
  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)(
1418
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1419
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1420
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1219
1421
  "path",
1220
1422
  {
1221
1423
  fillRule: "evenodd",
@@ -1224,7 +1426,7 @@ var Logout = (props) => {
1224
1426
  fill: color
1225
1427
  }
1226
1428
  ),
1227
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1429
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1228
1430
  "path",
1229
1431
  {
1230
1432
  fillRule: "evenodd",
@@ -1233,7 +1435,7 @@ var Logout = (props) => {
1233
1435
  fill: color
1234
1436
  }
1235
1437
  ),
1236
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1438
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1237
1439
  "path",
1238
1440
  {
1239
1441
  fillRule: "evenodd",
@@ -1243,18 +1445,18 @@ var Logout = (props) => {
1243
1445
  }
1244
1446
  )
1245
1447
  ] }),
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)" }) }) })
1448
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1247
1449
  ] });
1248
1450
  };
1249
1451
  var logout_default = Logout;
1250
1452
 
1251
1453
  // src/icons/v2/outline/map-marker.tsx
1252
- var import_jsx_runtime43 = require("react/jsx-runtime");
1454
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1253
1455
  var MapMarker = (props) => {
1254
1456
  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)(
1457
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1458
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1459
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1258
1460
  "path",
1259
1461
  {
1260
1462
  fillRule: "evenodd",
@@ -1263,7 +1465,7 @@ var MapMarker = (props) => {
1263
1465
  fill: color
1264
1466
  }
1265
1467
  ),
1266
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1468
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1267
1469
  "path",
1268
1470
  {
1269
1471
  fillRule: "evenodd",
@@ -1273,17 +1475,17 @@ var MapMarker = (props) => {
1273
1475
  }
1274
1476
  )
1275
1477
  ] }),
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)" }) }) })
1478
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1277
1479
  ] });
1278
1480
  };
1279
1481
  var map_marker_default = MapMarker;
1280
1482
 
1281
1483
  // src/icons/v2/outline/minus.tsx
1282
- var import_jsx_runtime44 = require("react/jsx-runtime");
1484
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1283
1485
  var Minus = (props) => {
1284
1486
  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)(
1487
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1488
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1287
1489
  "path",
1288
1490
  {
1289
1491
  fillRule: "evenodd",
@@ -1292,16 +1494,16 @@ var Minus = (props) => {
1292
1494
  fill: color
1293
1495
  }
1294
1496
  ) }),
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)" }) }) })
1497
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1296
1498
  ] });
1297
1499
  };
1298
1500
  var minus_default = Minus;
1299
1501
 
1300
1502
  // src/icons/v2/outline/minus-large.tsx
1301
- var import_jsx_runtime45 = require("react/jsx-runtime");
1503
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1302
1504
  var MinusLarge = (props) => {
1303
1505
  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)(
1506
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1305
1507
  "path",
1306
1508
  {
1307
1509
  fillRule: "evenodd",
@@ -1314,10 +1516,10 @@ var MinusLarge = (props) => {
1314
1516
  var minus_large_default = MinusLarge;
1315
1517
 
1316
1518
  // src/icons/v2/outline/minus-rounded.tsx
1317
- var import_jsx_runtime46 = require("react/jsx-runtime");
1519
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1318
1520
  var MinusRounded = (props) => {
1319
1521
  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)(
1522
+ return /* @__PURE__ */ (0, import_jsx_runtime53.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_runtime53.jsx)(
1321
1523
  "path",
1322
1524
  {
1323
1525
  fillRule: "evenodd",
@@ -1330,10 +1532,10 @@ var MinusRounded = (props) => {
1330
1532
  var minus_rounded_default = MinusRounded;
1331
1533
 
1332
1534
  // src/icons/v2/outline/no-gps.tsx
1333
- var import_jsx_runtime47 = require("react/jsx-runtime");
1535
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1334
1536
  var NoGps = (props) => {
1335
1537
  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)(
1538
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1337
1539
  "path",
1338
1540
  {
1339
1541
  fillRule: "evenodd",
@@ -1346,11 +1548,11 @@ var NoGps = (props) => {
1346
1548
  var no_gps_default = NoGps;
1347
1549
 
1348
1550
  // src/icons/v2/outline/note.tsx
1349
- var import_jsx_runtime48 = require("react/jsx-runtime");
1551
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1350
1552
  var Note = (props) => {
1351
1553
  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)(
1554
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1555
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1354
1556
  "path",
1355
1557
  {
1356
1558
  fillRule: "evenodd",
@@ -1359,7 +1561,7 @@ var Note = (props) => {
1359
1561
  fill: color
1360
1562
  }
1361
1563
  ),
1362
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1564
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1363
1565
  "path",
1364
1566
  {
1365
1567
  fillRule: "evenodd",
@@ -1368,7 +1570,7 @@ var Note = (props) => {
1368
1570
  fill: color
1369
1571
  }
1370
1572
  ),
1371
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1573
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1372
1574
  "path",
1373
1575
  {
1374
1576
  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 +1581,39 @@ var Note = (props) => {
1379
1581
  };
1380
1582
  var note_default = Note;
1381
1583
 
1584
+ // src/icons/v2/outline/order-failed-rounded.tsx
1585
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1586
+ var OrderFailedRounded = (props) => {
1587
+ const { color, ...svgProps } = use_icon_props_default(props);
1588
+ 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: [
1589
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1590
+ "path",
1591
+ {
1592
+ fillRule: "evenodd",
1593
+ clipRule: "evenodd",
1594
+ 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",
1595
+ fill: color
1596
+ }
1597
+ ),
1598
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1599
+ "path",
1600
+ {
1601
+ fillRule: "evenodd",
1602
+ clipRule: "evenodd",
1603
+ 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",
1604
+ fill: color
1605
+ }
1606
+ )
1607
+ ] });
1608
+ };
1609
+ var order_failed_rounded_default = OrderFailedRounded;
1610
+
1382
1611
  // src/icons/v2/outline/order-history.tsx
1383
- var import_jsx_runtime49 = require("react/jsx-runtime");
1612
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1384
1613
  var OrderHistory = (props) => {
1385
1614
  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)(
1615
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1616
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1388
1617
  "path",
1389
1618
  {
1390
1619
  fillRule: "evenodd",
@@ -1393,7 +1622,7 @@ var OrderHistory = (props) => {
1393
1622
  fill: color
1394
1623
  }
1395
1624
  ),
1396
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1625
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1397
1626
  "path",
1398
1627
  {
1399
1628
  fillRule: "evenodd",
@@ -1406,12 +1635,39 @@ var OrderHistory = (props) => {
1406
1635
  };
1407
1636
  var order_history_default = OrderHistory;
1408
1637
 
1638
+ // src/icons/v2/outline/order-processed-rounded.tsx
1639
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1640
+ var OrderProcessedRounded = (props) => {
1641
+ const { color, ...svgProps } = use_icon_props_default(props);
1642
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1643
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1644
+ "path",
1645
+ {
1646
+ fillRule: "evenodd",
1647
+ clipRule: "evenodd",
1648
+ 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",
1649
+ fill: color
1650
+ }
1651
+ ),
1652
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1653
+ "path",
1654
+ {
1655
+ fillRule: "evenodd",
1656
+ clipRule: "evenodd",
1657
+ 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",
1658
+ fill: color
1659
+ }
1660
+ )
1661
+ ] });
1662
+ };
1663
+ var order_processed_rounded_default = OrderProcessedRounded;
1664
+
1409
1665
  // src/icons/v2/outline/otp.tsx
1410
- var import_jsx_runtime50 = require("react/jsx-runtime");
1666
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1411
1667
  var Otp = (props) => {
1412
1668
  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)(
1669
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1670
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1415
1671
  "path",
1416
1672
  {
1417
1673
  fillRule: "evenodd",
@@ -1420,7 +1676,7 @@ var Otp = (props) => {
1420
1676
  fill: color
1421
1677
  }
1422
1678
  ),
1423
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1679
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1424
1680
  "path",
1425
1681
  {
1426
1682
  fillRule: "evenodd",
@@ -1429,7 +1685,7 @@ var Otp = (props) => {
1429
1685
  fill: color
1430
1686
  }
1431
1687
  ),
1432
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1688
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1433
1689
  "path",
1434
1690
  {
1435
1691
  fillRule: "evenodd",
@@ -1438,7 +1694,7 @@ var Otp = (props) => {
1438
1694
  fill: color
1439
1695
  }
1440
1696
  ),
1441
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1697
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1442
1698
  "path",
1443
1699
  {
1444
1700
  fillRule: "evenodd",
@@ -1447,7 +1703,7 @@ var Otp = (props) => {
1447
1703
  fill: color
1448
1704
  }
1449
1705
  ),
1450
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1706
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1451
1707
  "path",
1452
1708
  {
1453
1709
  fillRule: "evenodd",
@@ -1456,7 +1712,7 @@ var Otp = (props) => {
1456
1712
  fill: color
1457
1713
  }
1458
1714
  ),
1459
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1715
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1460
1716
  "path",
1461
1717
  {
1462
1718
  fillRule: "evenodd",
@@ -1470,10 +1726,10 @@ var Otp = (props) => {
1470
1726
  var otp_default = Otp;
1471
1727
 
1472
1728
  // src/icons/v2/outline/paylater.tsx
1473
- var import_jsx_runtime51 = require("react/jsx-runtime");
1729
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1474
1730
  var Paylater = (props) => {
1475
1731
  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)(
1732
+ return /* @__PURE__ */ (0, import_jsx_runtime60.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_runtime60.jsx)(
1477
1733
  "path",
1478
1734
  {
1479
1735
  fillRule: "evenodd",
@@ -1485,12 +1741,102 @@ var Paylater = (props) => {
1485
1741
  };
1486
1742
  var paylater_default = Paylater;
1487
1743
 
1744
+ // src/icons/v2/outline/payment-failed-rounded.tsx
1745
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1746
+ var PaymentFailedRounded = (props) => {
1747
+ const { color, ...svgProps } = use_icon_props_default(props);
1748
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1749
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1750
+ "path",
1751
+ {
1752
+ fillRule: "evenodd",
1753
+ clipRule: "evenodd",
1754
+ 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",
1755
+ fill: color
1756
+ }
1757
+ ),
1758
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1759
+ "path",
1760
+ {
1761
+ fillRule: "evenodd",
1762
+ clipRule: "evenodd",
1763
+ 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",
1764
+ fill: color
1765
+ }
1766
+ ),
1767
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1768
+ "path",
1769
+ {
1770
+ fillRule: "evenodd",
1771
+ clipRule: "evenodd",
1772
+ 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",
1773
+ fill: color
1774
+ }
1775
+ )
1776
+ ] });
1777
+ };
1778
+ var payment_failed_rounded_default = PaymentFailedRounded;
1779
+
1780
+ // src/icons/v2/outline/payment-verification-rounded.tsx
1781
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1782
+ var PaymentVerificationRounded = (props) => {
1783
+ const { color, ...svgProps } = use_icon_props_default(props);
1784
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1785
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1786
+ "path",
1787
+ {
1788
+ fillRule: "evenodd",
1789
+ clipRule: "evenodd",
1790
+ 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",
1791
+ fill: color
1792
+ }
1793
+ ),
1794
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1795
+ "path",
1796
+ {
1797
+ fillRule: "evenodd",
1798
+ clipRule: "evenodd",
1799
+ 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",
1800
+ fill: color
1801
+ }
1802
+ ),
1803
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1804
+ "path",
1805
+ {
1806
+ fillRule: "evenodd",
1807
+ clipRule: "evenodd",
1808
+ 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",
1809
+ fill: color
1810
+ }
1811
+ ),
1812
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1813
+ "path",
1814
+ {
1815
+ fillRule: "evenodd",
1816
+ clipRule: "evenodd",
1817
+ 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",
1818
+ fill: color
1819
+ }
1820
+ ),
1821
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1822
+ "path",
1823
+ {
1824
+ fillRule: "evenodd",
1825
+ clipRule: "evenodd",
1826
+ 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",
1827
+ fill: color
1828
+ }
1829
+ )
1830
+ ] });
1831
+ };
1832
+ var payment_verification_rounded_default = PaymentVerificationRounded;
1833
+
1488
1834
  // src/icons/v2/outline/plus.tsx
1489
- var import_jsx_runtime52 = require("react/jsx-runtime");
1835
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1490
1836
  var Plus = (props) => {
1491
1837
  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)(
1838
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1839
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1494
1840
  "path",
1495
1841
  {
1496
1842
  fillRule: "evenodd",
@@ -1499,24 +1845,24 @@ var Plus = (props) => {
1499
1845
  fill: color
1500
1846
  }
1501
1847
  ) }),
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)" }) }) })
1848
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1503
1849
  ] });
1504
1850
  };
1505
1851
  var plus_default = Plus;
1506
1852
 
1507
1853
  // src/icons/v2/outline/plus-large.tsx
1508
- var import_jsx_runtime53 = require("react/jsx-runtime");
1854
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1509
1855
  var PlusLarge = (props) => {
1510
1856
  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)(
1857
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1858
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1513
1859
  "path",
1514
1860
  {
1515
1861
  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
1862
  fill: color
1517
1863
  }
1518
1864
  ),
1519
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1865
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1520
1866
  "path",
1521
1867
  {
1522
1868
  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 +1874,12 @@ var PlusLarge = (props) => {
1528
1874
  var plus_large_default = PlusLarge;
1529
1875
 
1530
1876
  // src/icons/v2/outline/privacy-policy.tsx
1531
- var import_jsx_runtime54 = require("react/jsx-runtime");
1877
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1532
1878
  var PrivacyPolicy = (props) => {
1533
1879
  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)(
1880
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1881
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1882
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1537
1883
  "path",
1538
1884
  {
1539
1885
  fillRule: "evenodd",
@@ -1542,7 +1888,7 @@ var PrivacyPolicy = (props) => {
1542
1888
  fill: color
1543
1889
  }
1544
1890
  ),
1545
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1891
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1546
1892
  "path",
1547
1893
  {
1548
1894
  fillRule: "evenodd",
@@ -1551,7 +1897,7 @@ var PrivacyPolicy = (props) => {
1551
1897
  fill: color
1552
1898
  }
1553
1899
  ),
1554
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1900
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1555
1901
  "path",
1556
1902
  {
1557
1903
  fillRule: "evenodd",
@@ -1560,7 +1906,7 @@ var PrivacyPolicy = (props) => {
1560
1906
  fill: color
1561
1907
  }
1562
1908
  ),
1563
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1909
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1564
1910
  "path",
1565
1911
  {
1566
1912
  fillRule: "evenodd",
@@ -1569,7 +1915,7 @@ var PrivacyPolicy = (props) => {
1569
1915
  fill: color
1570
1916
  }
1571
1917
  ),
1572
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1918
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1573
1919
  "path",
1574
1920
  {
1575
1921
  fillRule: "evenodd",
@@ -1578,7 +1924,7 @@ var PrivacyPolicy = (props) => {
1578
1924
  fill: color
1579
1925
  }
1580
1926
  ),
1581
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1927
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1582
1928
  "path",
1583
1929
  {
1584
1930
  fillRule: "evenodd",
@@ -1588,18 +1934,18 @@ var PrivacyPolicy = (props) => {
1588
1934
  }
1589
1935
  )
1590
1936
  ] }),
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)" }) }) })
1937
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1592
1938
  ] });
1593
1939
  };
1594
1940
  var privacy_policy_default = PrivacyPolicy;
1595
1941
 
1596
1942
  // src/icons/v2/outline/profile.tsx
1597
- var import_jsx_runtime55 = require("react/jsx-runtime");
1943
+ var import_jsx_runtime66 = require("react/jsx-runtime");
1598
1944
  var Profile = (props) => {
1599
1945
  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)(
1946
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1947
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1948
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1603
1949
  "path",
1604
1950
  {
1605
1951
  fillRule: "evenodd",
@@ -1608,7 +1954,7 @@ var Profile = (props) => {
1608
1954
  fill: color
1609
1955
  }
1610
1956
  ),
1611
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1957
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1612
1958
  "path",
1613
1959
  {
1614
1960
  fillRule: "evenodd",
@@ -1618,17 +1964,17 @@ var Profile = (props) => {
1618
1964
  }
1619
1965
  )
1620
1966
  ] }),
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)" }) }) })
1967
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1622
1968
  ] });
1623
1969
  };
1624
1970
  var profile_default = Profile;
1625
1971
 
1626
1972
  // src/icons/v2/outline/qr-code.tsx
1627
- var import_jsx_runtime56 = require("react/jsx-runtime");
1973
+ var import_jsx_runtime67 = require("react/jsx-runtime");
1628
1974
  var QRCode = (props) => {
1629
1975
  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)(
1976
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1977
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1632
1978
  "path",
1633
1979
  {
1634
1980
  fillRule: "evenodd",
@@ -1637,7 +1983,7 @@ var QRCode = (props) => {
1637
1983
  fill: color
1638
1984
  }
1639
1985
  ),
1640
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1986
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1641
1987
  "path",
1642
1988
  {
1643
1989
  fillRule: "evenodd",
@@ -1646,7 +1992,7 @@ var QRCode = (props) => {
1646
1992
  fill: color
1647
1993
  }
1648
1994
  ),
1649
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1995
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1650
1996
  "path",
1651
1997
  {
1652
1998
  fillRule: "evenodd",
@@ -1655,7 +2001,7 @@ var QRCode = (props) => {
1655
2001
  fill: color
1656
2002
  }
1657
2003
  ),
1658
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2004
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1659
2005
  "path",
1660
2006
  {
1661
2007
  fillRule: "evenodd",
@@ -1664,7 +2010,7 @@ var QRCode = (props) => {
1664
2010
  fill: color
1665
2011
  }
1666
2012
  ),
1667
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2013
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1668
2014
  "path",
1669
2015
  {
1670
2016
  fillRule: "evenodd",
@@ -1673,7 +2019,7 @@ var QRCode = (props) => {
1673
2019
  fill: color
1674
2020
  }
1675
2021
  ),
1676
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2022
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1677
2023
  "path",
1678
2024
  {
1679
2025
  fillRule: "evenodd",
@@ -1682,7 +2028,7 @@ var QRCode = (props) => {
1682
2028
  fill: color
1683
2029
  }
1684
2030
  ),
1685
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2031
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1686
2032
  "path",
1687
2033
  {
1688
2034
  fillRule: "evenodd",
@@ -1691,7 +2037,7 @@ var QRCode = (props) => {
1691
2037
  fill: color
1692
2038
  }
1693
2039
  ),
1694
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2040
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1695
2041
  "path",
1696
2042
  {
1697
2043
  fillRule: "evenodd",
@@ -1700,7 +2046,7 @@ var QRCode = (props) => {
1700
2046
  fill: color
1701
2047
  }
1702
2048
  ),
1703
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2049
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1704
2050
  "path",
1705
2051
  {
1706
2052
  fillRule: "evenodd",
@@ -1709,7 +2055,7 @@ var QRCode = (props) => {
1709
2055
  fill: color
1710
2056
  }
1711
2057
  ),
1712
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2058
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1713
2059
  "path",
1714
2060
  {
1715
2061
  fillRule: "evenodd",
@@ -1723,10 +2069,10 @@ var QRCode = (props) => {
1723
2069
  var qr_code_default = QRCode;
1724
2070
 
1725
2071
  // src/icons/v2/outline/qr-code-base.tsx
1726
- var import_jsx_runtime57 = require("react/jsx-runtime");
2072
+ var import_jsx_runtime68 = require("react/jsx-runtime");
1727
2073
  var QRCodeBase = (props) => {
1728
2074
  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)(
2075
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1730
2076
  "path",
1731
2077
  {
1732
2078
  fillRule: "evenodd",
@@ -1739,11 +2085,11 @@ var QRCodeBase = (props) => {
1739
2085
  var qr_code_base_default = QRCodeBase;
1740
2086
 
1741
2087
  // src/icons/v2/outline/search.tsx
1742
- var import_jsx_runtime58 = require("react/jsx-runtime");
2088
+ var import_jsx_runtime69 = require("react/jsx-runtime");
1743
2089
  var Search = (props) => {
1744
2090
  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)(
2091
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2092
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1747
2093
  "path",
1748
2094
  {
1749
2095
  fillRule: "evenodd",
@@ -1752,7 +2098,7 @@ var Search = (props) => {
1752
2098
  fill: color
1753
2099
  }
1754
2100
  ),
1755
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2101
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1756
2102
  "path",
1757
2103
  {
1758
2104
  fillRule: "evenodd",
@@ -1766,10 +2112,10 @@ var Search = (props) => {
1766
2112
  var search_default = Search;
1767
2113
 
1768
2114
  // src/icons/v2/outline/setting.tsx
1769
- var import_jsx_runtime59 = require("react/jsx-runtime");
2115
+ var import_jsx_runtime70 = require("react/jsx-runtime");
1770
2116
  var Setting = (props) => {
1771
2117
  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)(
2118
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1773
2119
  "path",
1774
2120
  {
1775
2121
  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 +2126,11 @@ var Setting = (props) => {
1780
2126
  var setting_default = Setting;
1781
2127
 
1782
2128
  // src/icons/v2/outline/share.tsx
1783
- var import_jsx_runtime60 = require("react/jsx-runtime");
2129
+ var import_jsx_runtime71 = require("react/jsx-runtime");
1784
2130
  var Bag2 = (props) => {
1785
2131
  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)(
2132
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
2133
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1788
2134
  "path",
1789
2135
  {
1790
2136
  fillRule: "evenodd",
@@ -1793,7 +2139,7 @@ var Bag2 = (props) => {
1793
2139
  fill: color
1794
2140
  }
1795
2141
  ),
1796
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2142
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1797
2143
  "path",
1798
2144
  {
1799
2145
  fillRule: "evenodd",
@@ -1802,7 +2148,7 @@ var Bag2 = (props) => {
1802
2148
  fill: color
1803
2149
  }
1804
2150
  ),
1805
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2151
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1806
2152
  "path",
1807
2153
  {
1808
2154
  fillRule: "evenodd",
@@ -1815,12 +2161,62 @@ var Bag2 = (props) => {
1815
2161
  };
1816
2162
  var share_default = Bag2;
1817
2163
 
2164
+ // src/icons/v2/outline/shield-rounded.tsx
2165
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2166
+ var ShieldRounded = (props) => {
2167
+ const { color, ...svgProps } = use_icon_props_default(props);
2168
+ return /* @__PURE__ */ (0, import_jsx_runtime72.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_runtime72.jsx)(
2169
+ "path",
2170
+ {
2171
+ 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",
2172
+ fill: color
2173
+ }
2174
+ ) });
2175
+ };
2176
+ var shield_rounded_default = ShieldRounded;
2177
+
2178
+ // src/icons/v2/outline/shipped-rounded.tsx
2179
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2180
+ var ShippedRounded = (props) => {
2181
+ const { color, ...svgProps } = use_icon_props_default(props);
2182
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2183
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2184
+ "path",
2185
+ {
2186
+ fillRule: "evenodd",
2187
+ clipRule: "evenodd",
2188
+ 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",
2189
+ fill: color
2190
+ }
2191
+ ),
2192
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2193
+ "path",
2194
+ {
2195
+ fillRule: "evenodd",
2196
+ clipRule: "evenodd",
2197
+ 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",
2198
+ fill: color
2199
+ }
2200
+ ),
2201
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2202
+ "path",
2203
+ {
2204
+ fillRule: "evenodd",
2205
+ clipRule: "evenodd",
2206
+ 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",
2207
+ fill: color
2208
+ }
2209
+ )
2210
+ ] });
2211
+ };
2212
+ var shipped_rounded_default = ShippedRounded;
2213
+
1818
2214
  // src/icons/v2/outline/size-chart-rounded.tsx
1819
- var import_jsx_runtime61 = require("react/jsx-runtime");
2215
+ var import_jsx_runtime74 = require("react/jsx-runtime");
1820
2216
  var SizeChartRounded = (props) => {
1821
2217
  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)(
2218
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2219
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1824
2220
  "path",
1825
2221
  {
1826
2222
  fillRule: "evenodd",
@@ -1829,7 +2225,7 @@ var SizeChartRounded = (props) => {
1829
2225
  fill: color
1830
2226
  }
1831
2227
  ),
1832
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2228
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1833
2229
  "path",
1834
2230
  {
1835
2231
  fillRule: "evenodd",
@@ -1838,7 +2234,7 @@ var SizeChartRounded = (props) => {
1838
2234
  fill: color
1839
2235
  }
1840
2236
  ),
1841
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2237
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1842
2238
  "path",
1843
2239
  {
1844
2240
  fillRule: "evenodd",
@@ -1847,7 +2243,7 @@ var SizeChartRounded = (props) => {
1847
2243
  fill: color
1848
2244
  }
1849
2245
  ),
1850
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2246
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1851
2247
  "path",
1852
2248
  {
1853
2249
  fillRule: "evenodd",
@@ -1856,7 +2252,7 @@ var SizeChartRounded = (props) => {
1856
2252
  fill: color
1857
2253
  }
1858
2254
  ),
1859
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2255
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1860
2256
  "path",
1861
2257
  {
1862
2258
  fillRule: "evenodd",
@@ -1865,7 +2261,7 @@ var SizeChartRounded = (props) => {
1865
2261
  fill: color
1866
2262
  }
1867
2263
  ),
1868
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2264
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1869
2265
  "path",
1870
2266
  {
1871
2267
  fillRule: "evenodd",
@@ -1874,7 +2270,7 @@ var SizeChartRounded = (props) => {
1874
2270
  fill: color
1875
2271
  }
1876
2272
  ),
1877
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2273
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1878
2274
  "path",
1879
2275
  {
1880
2276
  fillRule: "evenodd",
@@ -1888,11 +2284,11 @@ var SizeChartRounded = (props) => {
1888
2284
  var size_chart_rounded_default = SizeChartRounded;
1889
2285
 
1890
2286
  // src/icons/v2/outline/sort.tsx
1891
- var import_jsx_runtime62 = require("react/jsx-runtime");
2287
+ var import_jsx_runtime75 = require("react/jsx-runtime");
1892
2288
  var Sort = (props) => {
1893
2289
  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)(
2290
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2291
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1896
2292
  "path",
1897
2293
  {
1898
2294
  fillRule: "evenodd",
@@ -1901,7 +2297,7 @@ var Sort = (props) => {
1901
2297
  fill: color
1902
2298
  }
1903
2299
  ),
1904
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2300
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1905
2301
  "path",
1906
2302
  {
1907
2303
  fillRule: "evenodd",
@@ -1915,25 +2311,25 @@ var Sort = (props) => {
1915
2311
  var sort_default = Sort;
1916
2312
 
1917
2313
  // src/icons/v2/outline/store-complete.tsx
1918
- var import_jsx_runtime63 = require("react/jsx-runtime");
2314
+ var import_jsx_runtime76 = require("react/jsx-runtime");
1919
2315
  var StoreComplete = (props) => {
1920
2316
  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)(
2317
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2318
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
1923
2319
  "path",
1924
2320
  {
1925
2321
  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
2322
  fill: color
1927
2323
  }
1928
2324
  ),
1929
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2325
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
1930
2326
  "path",
1931
2327
  {
1932
2328
  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
2329
  fill: color
1934
2330
  }
1935
2331
  ),
1936
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2332
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
1937
2333
  "path",
1938
2334
  {
1939
2335
  fillRule: "evenodd",
@@ -1947,12 +2343,12 @@ var StoreComplete = (props) => {
1947
2343
  var store_complete_default = StoreComplete;
1948
2344
 
1949
2345
  // src/icons/v2/outline/term-conditions.tsx
1950
- var import_jsx_runtime64 = require("react/jsx-runtime");
2346
+ var import_jsx_runtime77 = require("react/jsx-runtime");
1951
2347
  var TermConditions = (props) => {
1952
2348
  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)(
2349
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2350
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
2351
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1956
2352
  "path",
1957
2353
  {
1958
2354
  fillRule: "evenodd",
@@ -1961,7 +2357,7 @@ var TermConditions = (props) => {
1961
2357
  fill: color
1962
2358
  }
1963
2359
  ),
1964
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2360
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1965
2361
  "path",
1966
2362
  {
1967
2363
  fillRule: "evenodd",
@@ -1970,7 +2366,7 @@ var TermConditions = (props) => {
1970
2366
  fill: color
1971
2367
  }
1972
2368
  ),
1973
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2369
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1974
2370
  "path",
1975
2371
  {
1976
2372
  fillRule: "evenodd",
@@ -1979,7 +2375,7 @@ var TermConditions = (props) => {
1979
2375
  fill: color
1980
2376
  }
1981
2377
  ),
1982
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2378
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1983
2379
  "path",
1984
2380
  {
1985
2381
  fillRule: "evenodd",
@@ -1988,7 +2384,7 @@ var TermConditions = (props) => {
1988
2384
  fill: color
1989
2385
  }
1990
2386
  ),
1991
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2387
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1992
2388
  "path",
1993
2389
  {
1994
2390
  fillRule: "evenodd",
@@ -1997,7 +2393,7 @@ var TermConditions = (props) => {
1997
2393
  fill: color
1998
2394
  }
1999
2395
  ),
2000
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2396
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2001
2397
  "path",
2002
2398
  {
2003
2399
  fillRule: "evenodd",
@@ -2007,16 +2403,16 @@ var TermConditions = (props) => {
2007
2403
  }
2008
2404
  )
2009
2405
  ] }),
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)" }) }) })
2406
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2011
2407
  ] });
2012
2408
  };
2013
2409
  var term_conditions_default = TermConditions;
2014
2410
 
2015
2411
  // src/icons/v2/outline/tips-measurement.tsx
2016
- var import_jsx_runtime65 = require("react/jsx-runtime");
2412
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2017
2413
  var TipsMeasurement = (props) => {
2018
2414
  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)(
2415
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2020
2416
  "path",
2021
2417
  {
2022
2418
  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 +2423,12 @@ var TipsMeasurement = (props) => {
2027
2423
  var tips_measurement_default = TipsMeasurement;
2028
2424
 
2029
2425
  // src/icons/v2/outline/trash.tsx
2030
- var import_jsx_runtime66 = require("react/jsx-runtime");
2426
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2031
2427
  var Trash = (props) => {
2032
2428
  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)(
2429
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2430
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
2431
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2036
2432
  "path",
2037
2433
  {
2038
2434
  fillRule: "evenodd",
@@ -2041,7 +2437,7 @@ var Trash = (props) => {
2041
2437
  fill: color
2042
2438
  }
2043
2439
  ),
2044
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2440
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2045
2441
  "path",
2046
2442
  {
2047
2443
  fillRule: "evenodd",
@@ -2050,7 +2446,7 @@ var Trash = (props) => {
2050
2446
  fill: color
2051
2447
  }
2052
2448
  ),
2053
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2449
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2054
2450
  "path",
2055
2451
  {
2056
2452
  fillRule: "evenodd",
@@ -2059,7 +2455,7 @@ var Trash = (props) => {
2059
2455
  fill: color
2060
2456
  }
2061
2457
  ),
2062
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2458
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2063
2459
  "path",
2064
2460
  {
2065
2461
  fillRule: "evenodd",
@@ -2069,17 +2465,17 @@ var Trash = (props) => {
2069
2465
  }
2070
2466
  )
2071
2467
  ] }),
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)" }) }) })
2468
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2073
2469
  ] });
2074
2470
  };
2075
2471
  var trash_default = Trash;
2076
2472
 
2077
2473
  // src/icons/v2/outline/truck.tsx
2078
- var import_jsx_runtime67 = require("react/jsx-runtime");
2474
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2079
2475
  var Truck = (props) => {
2080
2476
  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)(
2477
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2478
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2083
2479
  "path",
2084
2480
  {
2085
2481
  fillRule: "evenodd",
@@ -2088,38 +2484,38 @@ var Truck = (props) => {
2088
2484
  fill: color
2089
2485
  }
2090
2486
  ) }),
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" }) }) })
2487
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2092
2488
  ] });
2093
2489
  };
2094
2490
  var truck_default = Truck;
2095
2491
 
2096
2492
  // src/icons/v2/outline/truck-discount.tsx
2097
- var import_jsx_runtime68 = require("react/jsx-runtime");
2493
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2098
2494
  var TruckDiscount = (props) => {
2099
2495
  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)(
2496
+ 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: [
2497
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2102
2498
  "path",
2103
2499
  {
2104
2500
  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
2501
  fill: color
2106
2502
  }
2107
2503
  ),
2108
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2504
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2109
2505
  "path",
2110
2506
  {
2111
2507
  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
2508
  fill: color
2113
2509
  }
2114
2510
  ),
2115
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2511
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2116
2512
  "path",
2117
2513
  {
2118
2514
  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
2515
  fill: color
2120
2516
  }
2121
2517
  ),
2122
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2518
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2123
2519
  "path",
2124
2520
  {
2125
2521
  fillRule: "evenodd",
@@ -2132,13 +2528,32 @@ var TruckDiscount = (props) => {
2132
2528
  };
2133
2529
  var truck_discount_default = TruckDiscount;
2134
2530
 
2531
+ // src/icons/v2/outline/truck-rounded.tsx
2532
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2533
+ var TruckRounded = (props) => {
2534
+ const { color, ...svgProps } = use_icon_props_default(props);
2535
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2536
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2537
+ "path",
2538
+ {
2539
+ fillRule: "evenodd",
2540
+ clipRule: "evenodd",
2541
+ 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",
2542
+ fill: color
2543
+ }
2544
+ ) }),
2545
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2546
+ ] });
2547
+ };
2548
+ var truck_rounded_default = TruckRounded;
2549
+
2135
2550
  // src/icons/v2/outline/virtual-wallet.tsx
2136
- var import_jsx_runtime69 = require("react/jsx-runtime");
2551
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2137
2552
  var VirtualWallet = (props) => {
2138
2553
  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)(
2554
+ 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: [
2555
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
2556
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2142
2557
  "path",
2143
2558
  {
2144
2559
  fillRule: "evenodd",
@@ -2147,7 +2562,7 @@ var VirtualWallet = (props) => {
2147
2562
  fill: color
2148
2563
  }
2149
2564
  ),
2150
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2565
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2151
2566
  "path",
2152
2567
  {
2153
2568
  fillRule: "evenodd",
@@ -2156,7 +2571,7 @@ var VirtualWallet = (props) => {
2156
2571
  fill: color
2157
2572
  }
2158
2573
  ),
2159
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2574
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2160
2575
  "path",
2161
2576
  {
2162
2577
  fillRule: "evenodd",
@@ -2165,14 +2580,14 @@ var VirtualWallet = (props) => {
2165
2580
  fill: color
2166
2581
  }
2167
2582
  ),
2168
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2583
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2169
2584
  "path",
2170
2585
  {
2171
2586
  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
2587
  fill: color
2173
2588
  }
2174
2589
  ),
2175
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2590
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2176
2591
  "path",
2177
2592
  {
2178
2593
  fillRule: "evenodd",
@@ -2181,7 +2596,7 @@ var VirtualWallet = (props) => {
2181
2596
  fill: color
2182
2597
  }
2183
2598
  ),
2184
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2599
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2185
2600
  "path",
2186
2601
  {
2187
2602
  fillRule: "evenodd",
@@ -2191,17 +2606,17 @@ var VirtualWallet = (props) => {
2191
2606
  }
2192
2607
  )
2193
2608
  ] }),
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" }) }) })
2609
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2195
2610
  ] });
2196
2611
  };
2197
2612
  var virtual_wallet_default = VirtualWallet;
2198
2613
 
2199
2614
  // src/icons/v2/outline/voucher-applied.tsx
2200
- var import_jsx_runtime70 = require("react/jsx-runtime");
2615
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2201
2616
  var VoucherApplied = (props) => {
2202
2617
  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)(
2618
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2619
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2205
2620
  "path",
2206
2621
  {
2207
2622
  fillRule: "evenodd",
@@ -2210,7 +2625,7 @@ var VoucherApplied = (props) => {
2210
2625
  fill: color
2211
2626
  }
2212
2627
  ),
2213
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2628
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2214
2629
  "path",
2215
2630
  {
2216
2631
  fillRule: "evenodd",
@@ -2219,7 +2634,7 @@ var VoucherApplied = (props) => {
2219
2634
  fill: color
2220
2635
  }
2221
2636
  ),
2222
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2637
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2223
2638
  "path",
2224
2639
  {
2225
2640
  fillRule: "evenodd",
@@ -2228,7 +2643,7 @@ var VoucherApplied = (props) => {
2228
2643
  fill: color
2229
2644
  }
2230
2645
  ),
2231
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2646
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2232
2647
  "path",
2233
2648
  {
2234
2649
  fillRule: "evenodd",
@@ -2242,25 +2657,25 @@ var VoucherApplied = (props) => {
2242
2657
  var voucher_applied_default = VoucherApplied;
2243
2658
 
2244
2659
  // src/icons/v2/outline/voucher-outline.tsx
2245
- var import_jsx_runtime71 = require("react/jsx-runtime");
2660
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2246
2661
  var VoucherOutline = (props) => {
2247
2662
  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)(
2663
+ 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: [
2664
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2250
2665
  "path",
2251
2666
  {
2252
2667
  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
2668
  fill: color
2254
2669
  }
2255
2670
  ),
2256
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2671
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2257
2672
  "path",
2258
2673
  {
2259
2674
  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
2675
  fill: color
2261
2676
  }
2262
2677
  ),
2263
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2678
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2264
2679
  "path",
2265
2680
  {
2266
2681
  fillRule: "evenodd",
@@ -2273,13 +2688,103 @@ var VoucherOutline = (props) => {
2273
2688
  };
2274
2689
  var voucher_outline_default = VoucherOutline;
2275
2690
 
2691
+ // src/icons/v2/outline/waiting-item-rounded.tsx
2692
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2693
+ var WaitingItemRounded = (props) => {
2694
+ const { color, ...svgProps } = use_icon_props_default(props);
2695
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2696
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2697
+ "path",
2698
+ {
2699
+ fillRule: "evenodd",
2700
+ clipRule: "evenodd",
2701
+ d: "M21.9959 17.1859C21.9959 17.1108 22.021 17.0607 22.021 16.9855C22.021 16.9605 22.021 16.9354 22.021 16.8853C22.021 16.8352 22.021 16.7851 21.9959 16.735C21.9709 16.3843 21.9208 16.0335 21.8456 15.6828L20.7684 9.44479C20.5178 8.01682 19.2652 6.96465 17.8122 6.96465H17.3112C16.6598 4.65985 14.5554 2.9563 12.0502 2.9563C9.54497 2.9563 7.41553 4.65985 6.78923 6.96465H6.28819C4.83516 6.96465 3.58255 8.01682 3.33203 9.44479L2.10447 16.4344C1.77879 18.2632 3.20677 19.9417 5.06063 19.9417H13.0773C13.9792 21.1442 15.4322 21.9458 17.0606 21.9458C19.6661 21.9458 21.7955 19.9417 22.021 17.3864C21.9709 17.3613 21.9709 17.2861 21.9959 17.1859ZM19.2652 9.74544L19.8164 12.8519C19.0398 12.3258 18.1128 12.0252 17.1107 12.0001C17.8122 11.0482 18.2631 9.8707 18.3383 8.59304C18.7892 8.79346 19.165 9.21934 19.2652 9.74544ZM16.8352 8.49283C16.7099 11.0732 14.6055 13.1275 12.0001 13.1275C9.39466 13.1275 7.29027 11.0732 7.16501 8.49283H16.8352ZM12.0001 4.50952C13.6786 4.50952 15.1066 5.53666 15.6828 7.01474H8.31741C8.89361 5.53666 10.3216 4.50952 12.0001 4.50952ZM5.01052 18.5137C4.08359 18.5137 3.38213 17.6619 3.53244 16.76L4.76 9.77048C4.86021 9.24439 5.21094 8.8185 5.68693 8.64313C5.8623 11.9751 8.61804 14.6306 12.0001 14.6306C12.2256 14.6306 12.451 14.6056 12.6765 14.6056C12.2757 15.3321 12.0001 16.1588 12.0001 17.0607C12.0001 17.5868 12.1003 18.0878 12.2506 18.5638H5.01052V18.5137ZM17.0105 20.6932C14.9562 20.6932 13.3028 19.0398 13.3028 16.9855C13.3028 14.9312 14.9562 13.2778 17.0105 13.2778C19.0648 13.2778 20.7182 14.9312 20.7182 16.9855C20.6932 19.0398 19.0398 20.6932 17.0105 20.6932Z",
2702
+ fill: color
2703
+ }
2704
+ ),
2705
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2706
+ "path",
2707
+ {
2708
+ fillRule: "evenodd",
2709
+ clipRule: "evenodd",
2710
+ d: "M18.689 16.9354H17.3362V15.2319C17.3362 14.8811 17.0356 14.5805 16.6848 14.5805C16.3341 14.5805 16.0335 14.8811 16.0335 15.2319V17.5868C16.0335 17.9375 16.3341 18.2381 16.6848 18.2381H18.689C19.0398 18.2381 19.3404 17.9375 19.3404 17.5868C19.3404 17.236 19.0398 16.9354 18.689 16.9354Z",
2711
+ fill: color
2712
+ }
2713
+ )
2714
+ ] });
2715
+ };
2716
+ var waiting_item_rounded_default = WaitingItemRounded;
2717
+
2718
+ // src/icons/v2/outline/waiting-payment-rounded.tsx
2719
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2720
+ var WaitingPaymentRounded = (props) => {
2721
+ const { color, ...svgProps } = use_icon_props_default(props);
2722
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2723
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2724
+ "path",
2725
+ {
2726
+ fillRule: "evenodd",
2727
+ clipRule: "evenodd",
2728
+ 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",
2729
+ fill: color
2730
+ }
2731
+ ),
2732
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2733
+ "path",
2734
+ {
2735
+ fillRule: "evenodd",
2736
+ clipRule: "evenodd",
2737
+ 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",
2738
+ fill: color
2739
+ }
2740
+ ),
2741
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2742
+ "path",
2743
+ {
2744
+ fillRule: "evenodd",
2745
+ clipRule: "evenodd",
2746
+ 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",
2747
+ fill: color
2748
+ }
2749
+ )
2750
+ ] });
2751
+ };
2752
+ var waiting_payment_rounded_default = WaitingPaymentRounded;
2753
+
2754
+ // src/icons/v2/outline/zoom-rounded.tsx
2755
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2756
+ var ZoomRounded = (props) => {
2757
+ const { color, ...svgProps } = use_icon_props_default(props);
2758
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2759
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2760
+ "path",
2761
+ {
2762
+ fillRule: "evenodd",
2763
+ clipRule: "evenodd",
2764
+ 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",
2765
+ fill: color
2766
+ }
2767
+ ),
2768
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2769
+ "path",
2770
+ {
2771
+ fillRule: "evenodd",
2772
+ clipRule: "evenodd",
2773
+ 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",
2774
+ fill: color
2775
+ }
2776
+ )
2777
+ ] });
2778
+ };
2779
+ var zoom_rounded_default = ZoomRounded;
2780
+
2276
2781
  // src/icons/v2/solid/add-bag-solid.tsx
2277
- var import_jsx_runtime72 = require("react/jsx-runtime");
2782
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2278
2783
  var AddBagSolid = (props) => {
2279
2784
  const { color, ...svgProps } = use_icon_props_default(props);
2280
2785
  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)(
2786
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2787
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2283
2788
  "path",
2284
2789
  {
2285
2790
  fillRule: "evenodd",
@@ -2288,7 +2793,7 @@ var AddBagSolid = (props) => {
2288
2793
  fill: fillColor
2289
2794
  }
2290
2795
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2796
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2292
2797
  "path",
2293
2798
  {
2294
2799
  fillRule: "evenodd",
@@ -2302,10 +2807,10 @@ var AddBagSolid = (props) => {
2302
2807
  var add_bag_solid_default = AddBagSolid;
2303
2808
 
2304
2809
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2305
- var import_jsx_runtime73 = require("react/jsx-runtime");
2810
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2306
2811
  var ArrowDownCircleSolid = (props) => {
2307
2812
  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)(
2813
+ return /* @__PURE__ */ (0, import_jsx_runtime90.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_runtime90.jsx)(
2309
2814
  "path",
2310
2815
  {
2311
2816
  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 +2821,10 @@ var ArrowDownCircleSolid = (props) => {
2316
2821
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2317
2822
 
2318
2823
  // src/icons/v2/solid/bag-solid.tsx
2319
- var import_jsx_runtime74 = require("react/jsx-runtime");
2824
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2320
2825
  var BagSolid = (props) => {
2321
2826
  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)(
2827
+ 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)(
2323
2828
  "path",
2324
2829
  {
2325
2830
  fillRule: "evenodd",
@@ -2332,32 +2837,32 @@ var BagSolid = (props) => {
2332
2837
  var bag_solid_default = BagSolid;
2333
2838
 
2334
2839
  // src/icons/v2/solid/category-solid.tsx
2335
- var import_jsx_runtime75 = require("react/jsx-runtime");
2840
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2336
2841
  var CategorySolid = (props) => {
2337
2842
  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)(
2843
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2844
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2340
2845
  "path",
2341
2846
  {
2342
2847
  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
2848
  fill: color
2344
2849
  }
2345
2850
  ),
2346
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2851
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2347
2852
  "path",
2348
2853
  {
2349
2854
  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
2855
  fill: color
2351
2856
  }
2352
2857
  ),
2353
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2858
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2354
2859
  "path",
2355
2860
  {
2356
2861
  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
2862
  fill: color
2358
2863
  }
2359
2864
  ),
2360
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2865
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2361
2866
  "path",
2362
2867
  {
2363
2868
  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 +2874,10 @@ var CategorySolid = (props) => {
2369
2874
  var category_solid_default = CategorySolid;
2370
2875
 
2371
2876
  // src/icons/v2/solid/chat-cs-solid.tsx
2372
- var import_jsx_runtime76 = require("react/jsx-runtime");
2877
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2373
2878
  var ChatCsSolid = (props) => {
2374
2879
  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)(
2880
+ 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)(
2376
2881
  "path",
2377
2882
  {
2378
2883
  fillRule: "evenodd",
@@ -2385,10 +2890,10 @@ var ChatCsSolid = (props) => {
2385
2890
  var chat_cs_solid_default = ChatCsSolid;
2386
2891
 
2387
2892
  // src/icons/v2/solid/check-shield.tsx
2388
- var import_jsx_runtime77 = require("react/jsx-runtime");
2893
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2389
2894
  var CheckShield2 = (props) => {
2390
2895
  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)(
2896
+ return /* @__PURE__ */ (0, import_jsx_runtime94.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_runtime94.jsx)(
2392
2897
  "path",
2393
2898
  {
2394
2899
  fillRule: "evenodd",
@@ -2401,13 +2906,13 @@ var CheckShield2 = (props) => {
2401
2906
  var check_shield_default2 = CheckShield2;
2402
2907
 
2403
2908
  // src/icons/v2/solid/direction.tsx
2404
- var import_jsx_runtime78 = require("react/jsx-runtime");
2909
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2405
2910
  var Direction = (props) => {
2406
2911
  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)(
2912
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2913
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { clipPath: "url(#direction)", children: [
2914
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2915
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2411
2916
  "path",
2412
2917
  {
2413
2918
  fillRule: "evenodd",
@@ -2417,16 +2922,16 @@ var Direction = (props) => {
2417
2922
  }
2418
2923
  )
2419
2924
  ] }),
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" }) }) })
2925
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2421
2926
  ] });
2422
2927
  };
2423
2928
  var direction_default = Direction;
2424
2929
 
2425
2930
  // src/icons/v2/solid/enveloped-solid.tsx
2426
- var import_jsx_runtime79 = require("react/jsx-runtime");
2931
+ var import_jsx_runtime96 = require("react/jsx-runtime");
2427
2932
  var EnvelopedSolid = (props) => {
2428
2933
  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)(
2934
+ 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)(
2430
2935
  "path",
2431
2936
  {
2432
2937
  fillRule: "evenodd",
@@ -2439,12 +2944,12 @@ var EnvelopedSolid = (props) => {
2439
2944
  var enveloped_solid_default = EnvelopedSolid;
2440
2945
 
2441
2946
  // src/icons/v2/solid/fast-truck-solid.tsx
2442
- var import_jsx_runtime80 = require("react/jsx-runtime");
2947
+ var import_jsx_runtime97 = require("react/jsx-runtime");
2443
2948
  var FastTruckSolid = (props) => {
2444
2949
  const { color, ...svgProps } = use_icon_props_default(props);
2445
2950
  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)(
2951
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2952
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2448
2953
  "path",
2449
2954
  {
2450
2955
  fillRule: "evenodd",
@@ -2453,14 +2958,14 @@ var FastTruckSolid = (props) => {
2453
2958
  fill: fillColor
2454
2959
  }
2455
2960
  ),
2456
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2961
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2457
2962
  "path",
2458
2963
  {
2459
2964
  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
2965
  fill: fillColor
2461
2966
  }
2462
2967
  ),
2463
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2968
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2464
2969
  "path",
2465
2970
  {
2466
2971
  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 +2977,10 @@ var FastTruckSolid = (props) => {
2472
2977
  var fast_truck_solid_default = FastTruckSolid;
2473
2978
 
2474
2979
  // src/icons/v2/solid/hand.tsx
2475
- var import_jsx_runtime81 = require("react/jsx-runtime");
2980
+ var import_jsx_runtime98 = require("react/jsx-runtime");
2476
2981
  var Hand = (props) => {
2477
2982
  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)(
2983
+ 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)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2479
2984
  "path",
2480
2985
  {
2481
2986
  id: "Vector 650",
@@ -2487,10 +2992,10 @@ var Hand = (props) => {
2487
2992
  var hand_default = Hand;
2488
2993
 
2489
2994
  // src/icons/v2/solid/handphone-solid.tsx
2490
- var import_jsx_runtime82 = require("react/jsx-runtime");
2995
+ var import_jsx_runtime99 = require("react/jsx-runtime");
2491
2996
  var HandphoneSolid = (props) => {
2492
2997
  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)(
2998
+ 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)(
2494
2999
  "path",
2495
3000
  {
2496
3001
  fillRule: "evenodd",
@@ -2503,10 +3008,10 @@ var HandphoneSolid = (props) => {
2503
3008
  var handphone_solid_default = HandphoneSolid;
2504
3009
 
2505
3010
  // src/icons/v2/solid/heart-solid.tsx
2506
- var import_jsx_runtime83 = require("react/jsx-runtime");
3011
+ var import_jsx_runtime100 = require("react/jsx-runtime");
2507
3012
  var HeartSolid = (props) => {
2508
3013
  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)(
3014
+ return /* @__PURE__ */ (0, import_jsx_runtime100.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_runtime100.jsx)(
2510
3015
  "path",
2511
3016
  {
2512
3017
  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 +3022,10 @@ var HeartSolid = (props) => {
2517
3022
  var heart_solid_default = HeartSolid;
2518
3023
 
2519
3024
  // src/icons/v2/solid/home-solid.tsx
2520
- var import_jsx_runtime84 = require("react/jsx-runtime");
3025
+ var import_jsx_runtime101 = require("react/jsx-runtime");
2521
3026
  var HomeSolid = (props) => {
2522
3027
  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)(
3028
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2524
3029
  "path",
2525
3030
  {
2526
3031
  fillRule: "evenodd",
@@ -2533,10 +3038,10 @@ var HomeSolid = (props) => {
2533
3038
  var home_solid_default = HomeSolid;
2534
3039
 
2535
3040
  // src/icons/v2/solid/info-solid.tsx
2536
- var import_jsx_runtime85 = require("react/jsx-runtime");
3041
+ var import_jsx_runtime102 = require("react/jsx-runtime");
2537
3042
  var InfoSolid = (props) => {
2538
3043
  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)(
3044
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
2540
3045
  "path",
2541
3046
  {
2542
3047
  fillRule: "evenodd",
@@ -2549,11 +3054,11 @@ var InfoSolid = (props) => {
2549
3054
  var info_solid_default = InfoSolid;
2550
3055
 
2551
3056
  // src/icons/v2/solid/lock-solid.tsx
2552
- var import_jsx_runtime86 = require("react/jsx-runtime");
3057
+ var import_jsx_runtime103 = require("react/jsx-runtime");
2553
3058
  var InfoSolid2 = (props) => {
2554
3059
  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)(
3060
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3061
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2557
3062
  "path",
2558
3063
  {
2559
3064
  fillRule: "evenodd",
@@ -2562,24 +3067,24 @@ var InfoSolid2 = (props) => {
2562
3067
  fill: color
2563
3068
  }
2564
3069
  ) }),
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" }) }) })
3070
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
2566
3071
  ] });
2567
3072
  };
2568
3073
  var lock_solid_default = InfoSolid2;
2569
3074
 
2570
3075
  // src/icons/v2/solid/map-marker-solid.tsx
2571
- var import_jsx_runtime87 = require("react/jsx-runtime");
3076
+ var import_jsx_runtime104 = require("react/jsx-runtime");
2572
3077
  var MapMarkerSolid = (props) => {
2573
3078
  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)(
3079
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3080
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
2576
3081
  "path",
2577
3082
  {
2578
3083
  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
3084
  fill: color
2580
3085
  }
2581
3086
  ),
2582
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3087
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
2583
3088
  "path",
2584
3089
  {
2585
3090
  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 +3096,18 @@ var MapMarkerSolid = (props) => {
2591
3096
  var map_marker_solid_default = MapMarkerSolid;
2592
3097
 
2593
3098
  // src/icons/v2/solid/profile-solid.tsx
2594
- var import_jsx_runtime88 = require("react/jsx-runtime");
3099
+ var import_jsx_runtime105 = require("react/jsx-runtime");
2595
3100
  var ProfileSolid = (props) => {
2596
3101
  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)(
3102
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3103
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
2599
3104
  "path",
2600
3105
  {
2601
3106
  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
3107
  fill: color
2603
3108
  }
2604
3109
  ),
2605
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3110
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
2606
3111
  "path",
2607
3112
  {
2608
3113
  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 +3119,25 @@ var ProfileSolid = (props) => {
2614
3119
  var profile_solid_default = ProfileSolid;
2615
3120
 
2616
3121
  // src/icons/v2/solid/purchase-history.tsx
2617
- var import_jsx_runtime89 = require("react/jsx-runtime");
3122
+ var import_jsx_runtime106 = require("react/jsx-runtime");
2618
3123
  var PurchaseHistory = (props) => {
2619
3124
  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)(
3125
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
3126
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2622
3127
  "path",
2623
3128
  {
2624
3129
  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
3130
  fill: color
2626
3131
  }
2627
3132
  ),
2628
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3133
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2629
3134
  "path",
2630
3135
  {
2631
3136
  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
3137
  fill: color
2633
3138
  }
2634
3139
  ),
2635
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3140
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2636
3141
  "path",
2637
3142
  {
2638
3143
  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 +3149,10 @@ var PurchaseHistory = (props) => {
2644
3149
  var purchase_history_default = PurchaseHistory;
2645
3150
 
2646
3151
  // src/icons/v2/solid/redeem-point-solid.tsx
2647
- var import_jsx_runtime90 = require("react/jsx-runtime");
3152
+ var import_jsx_runtime107 = require("react/jsx-runtime");
2648
3153
  var RedeemPointSolid = (props) => {
2649
3154
  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)(
3155
+ return /* @__PURE__ */ (0, import_jsx_runtime107.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_runtime107.jsx)(
2651
3156
  "path",
2652
3157
  {
2653
3158
  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 +3163,10 @@ var RedeemPointSolid = (props) => {
2658
3163
  var redeem_point_solid_default = RedeemPointSolid;
2659
3164
 
2660
3165
  // src/icons/v2/solid/search-solid.tsx
2661
- var import_jsx_runtime91 = require("react/jsx-runtime");
3166
+ var import_jsx_runtime108 = require("react/jsx-runtime");
2662
3167
  var SearchSolid = (props) => {
2663
3168
  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)(
3169
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
2665
3170
  "path",
2666
3171
  {
2667
3172
  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 +3177,18 @@ var SearchSolid = (props) => {
2672
3177
  var search_solid_default = SearchSolid;
2673
3178
 
2674
3179
  // src/icons/v2/solid/setting-solid.tsx
2675
- var import_jsx_runtime92 = require("react/jsx-runtime");
3180
+ var import_jsx_runtime109 = require("react/jsx-runtime");
2676
3181
  var SettingSolid = (props) => {
2677
3182
  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)(
3183
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3184
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2680
3185
  "path",
2681
3186
  {
2682
3187
  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
3188
  fill: "#999999"
2684
3189
  }
2685
3190
  ),
2686
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3191
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2687
3192
  "path",
2688
3193
  {
2689
3194
  fillRule: "evenodd",
@@ -2697,10 +3202,10 @@ var SettingSolid = (props) => {
2697
3202
  var setting_solid_default = SettingSolid;
2698
3203
 
2699
3204
  // src/icons/v2/solid/start-solid-rounded.tsx
2700
- var import_jsx_runtime93 = require("react/jsx-runtime");
3205
+ var import_jsx_runtime110 = require("react/jsx-runtime");
2701
3206
  var StarSolidRounded = (props) => {
2702
3207
  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)(
3208
+ return /* @__PURE__ */ (0, import_jsx_runtime110.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_runtime110.jsx)(
2704
3209
  "path",
2705
3210
  {
2706
3211
  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 +3216,10 @@ var StarSolidRounded = (props) => {
2711
3216
  var start_solid_rounded_default = StarSolidRounded;
2712
3217
 
2713
3218
  // src/icons/v2/solid/success-solid.tsx
2714
- var import_jsx_runtime94 = require("react/jsx-runtime");
3219
+ var import_jsx_runtime111 = require("react/jsx-runtime");
2715
3220
  var SuccessSolid = (props) => {
2716
3221
  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)(
3222
+ return /* @__PURE__ */ (0, import_jsx_runtime111.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_runtime111.jsx)(
2718
3223
  "path",
2719
3224
  {
2720
3225
  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 +3230,11 @@ var SuccessSolid = (props) => {
2725
3230
  var success_solid_default = SuccessSolid;
2726
3231
 
2727
3232
  // src/icons/v2/solid/trash-solid.tsx
2728
- var import_jsx_runtime95 = require("react/jsx-runtime");
3233
+ var import_jsx_runtime112 = require("react/jsx-runtime");
2729
3234
  var TrashSolid = (props) => {
2730
3235
  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)(
3236
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3237
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2733
3238
  "path",
2734
3239
  {
2735
3240
  fillRule: "evenodd",
@@ -2738,7 +3243,7 @@ var TrashSolid = (props) => {
2738
3243
  fill: color
2739
3244
  }
2740
3245
  ),
2741
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3246
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2742
3247
  "path",
2743
3248
  {
2744
3249
  fillRule: "evenodd",
@@ -2752,11 +3257,11 @@ var TrashSolid = (props) => {
2752
3257
  var trash_solid_default = TrashSolid;
2753
3258
 
2754
3259
  // src/icons/v2/solid/trend-up.tsx
2755
- var import_jsx_runtime96 = require("react/jsx-runtime");
3260
+ var import_jsx_runtime113 = require("react/jsx-runtime");
2756
3261
  var TrendUp = (props) => {
2757
3262
  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)(
3263
+ 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: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("g", { id: "Vector", children: [
3264
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2760
3265
  "path",
2761
3266
  {
2762
3267
  fillRule: "evenodd",
@@ -2765,14 +3270,14 @@ var TrendUp = (props) => {
2765
3270
  fill: color
2766
3271
  }
2767
3272
  ),
2768
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3273
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2769
3274
  "path",
2770
3275
  {
2771
3276
  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
3277
  fill: color
2773
3278
  }
2774
3279
  ),
2775
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3280
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2776
3281
  "path",
2777
3282
  {
2778
3283
  fillRule: "evenodd",
@@ -2786,32 +3291,32 @@ var TrendUp = (props) => {
2786
3291
  var trend_up_default = TrendUp;
2787
3292
 
2788
3293
  // src/icons/v2/solid/voila-point-base.tsx
2789
- var import_jsx_runtime97 = require("react/jsx-runtime");
3294
+ var import_jsx_runtime114 = require("react/jsx-runtime");
2790
3295
  var VoilaPointBase = (props) => {
2791
3296
  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)(
3297
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3298
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2794
3299
  "path",
2795
3300
  {
2796
3301
  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
3302
  fill: "#8F8F8F"
2798
3303
  }
2799
3304
  ),
2800
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3305
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2801
3306
  "path",
2802
3307
  {
2803
3308
  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
3309
  fill: "url(#paint0_linear_1327_167461)"
2805
3310
  }
2806
3311
  ),
2807
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3312
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2808
3313
  "path",
2809
3314
  {
2810
3315
  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
3316
  stroke: "white"
2812
3317
  }
2813
3318
  ),
2814
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3319
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2815
3320
  "path",
2816
3321
  {
2817
3322
  fillRule: "evenodd",
@@ -2820,15 +3325,15 @@ var VoilaPointBase = (props) => {
2820
3325
  fill: "url(#paint1_linear_1327_167461)"
2821
3326
  }
2822
3327
  ),
2823
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3328
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2824
3329
  "path",
2825
3330
  {
2826
3331
  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
3332
  fill: "white"
2828
3333
  }
2829
3334
  ),
2830
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("defs", { children: [
2831
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3335
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("defs", { children: [
3336
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
2832
3337
  "linearGradient",
2833
3338
  {
2834
3339
  id: "paint0_linear_1327_167461",
@@ -2838,12 +3343,12 @@ var VoilaPointBase = (props) => {
2838
3343
  y2: "2.51294",
2839
3344
  gradientUnits: "userSpaceOnUse",
2840
3345
  children: [
2841
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { stopColor: "#E6E6E6" }),
2842
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3346
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { stopColor: "#E6E6E6" }),
3347
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
2843
3348
  ]
2844
3349
  }
2845
3350
  ),
2846
- /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3351
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
2847
3352
  "linearGradient",
2848
3353
  {
2849
3354
  id: "paint1_linear_1327_167461",
@@ -2853,9 +3358,9 @@ var VoilaPointBase = (props) => {
2853
3358
  y2: "19.984",
2854
3359
  gradientUnits: "userSpaceOnUse",
2855
3360
  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" })
3361
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { stopColor: "#E6E6E6" }),
3362
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3363
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
2859
3364
  ]
2860
3365
  }
2861
3366
  )
@@ -2865,10 +3370,10 @@ var VoilaPointBase = (props) => {
2865
3370
  var voila_point_base_default = VoilaPointBase;
2866
3371
 
2867
3372
  // src/icons/v2/solid/voucher.tsx
2868
- var import_jsx_runtime98 = require("react/jsx-runtime");
3373
+ var import_jsx_runtime115 = require("react/jsx-runtime");
2869
3374
  var Voucher = (props) => {
2870
3375
  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)(
3376
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
2872
3377
  "path",
2873
3378
  {
2874
3379
  fillRule: "evenodd",
@@ -2881,10 +3386,10 @@ var Voucher = (props) => {
2881
3386
  var voucher_default = Voucher;
2882
3387
 
2883
3388
  // src/icons/v2/solid/wallet.tsx
2884
- var import_jsx_runtime99 = require("react/jsx-runtime");
3389
+ var import_jsx_runtime116 = require("react/jsx-runtime");
2885
3390
  var Wallet = (props) => {
2886
3391
  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)(
3392
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2888
3393
  "path",
2889
3394
  {
2890
3395
  id: "Subtract",
@@ -2899,6 +3404,7 @@ var wallet_default = Wallet;
2899
3404
  // Annotate the CommonJS export names for ESM import in node:
2900
3405
  0 && (module.exports = {
2901
3406
  AddBagSolid,
3407
+ AddressRounded,
2902
3408
  ArrowDownCircleSolid,
2903
3409
  ArrowLeft,
2904
3410
  ArrowLeftLarge,
@@ -2920,6 +3426,7 @@ var wallet_default = Wallet;
2920
3426
  CheckLarge,
2921
3427
  CheckShield,
2922
3428
  CheckShieldSolid,
3429
+ ChecklistRounded,
2923
3430
  ChevronDown,
2924
3431
  ChevronDownLarge,
2925
3432
  ChevronLeft,
@@ -2931,9 +3438,11 @@ var wallet_default = Wallet;
2931
3438
  Clock,
2932
3439
  Close,
2933
3440
  CloseLarge,
3441
+ CompleteOrderRounded,
2934
3442
  ContactBook,
2935
3443
  Copy,
2936
3444
  Delivered,
3445
+ DeliveredRounded,
2937
3446
  Direction,
2938
3447
  Edit,
2939
3448
  Enveloped,
@@ -2942,16 +3451,20 @@ var wallet_default = Wallet;
2942
3451
  EyeOpen,
2943
3452
  FastTruckSolid,
2944
3453
  Filter,
3454
+ GiftCardCheckRounded,
3455
+ GiftCardFailedRounded,
2945
3456
  Gps,
2946
3457
  Hand,
2947
3458
  Handphone,
2948
3459
  HandphoneSolid,
2949
3460
  Heart,
2950
3461
  HeartSolid,
3462
+ Help,
2951
3463
  Home,
2952
3464
  HomeSolid,
2953
3465
  Info,
2954
3466
  InfoSolid,
3467
+ InstallmentRounded,
2955
3468
  KebabMenu,
2956
3469
  LockSolid,
2957
3470
  Logout,
@@ -2962,9 +3475,13 @@ var wallet_default = Wallet;
2962
3475
  MinusRounded,
2963
3476
  NoGps,
2964
3477
  Note,
3478
+ OrderFailedRounded,
2965
3479
  OrderHistory,
3480
+ OrderProcessedRounded,
2966
3481
  Otp,
2967
3482
  Paylater,
3483
+ PaymentFailedRounded,
3484
+ PaymentVerificationRounded,
2968
3485
  Plus,
2969
3486
  PlusLarge,
2970
3487
  PrivacyPolicy,
@@ -2979,6 +3496,8 @@ var wallet_default = Wallet;
2979
3496
  Setting,
2980
3497
  SettingSolid,
2981
3498
  Share,
3499
+ ShieldRounded,
3500
+ ShippedRounded,
2982
3501
  SizeChartRounded,
2983
3502
  Sort,
2984
3503
  StarSolidRounded,
@@ -2991,11 +3510,15 @@ var wallet_default = Wallet;
2991
3510
  TrendUp,
2992
3511
  Truck,
2993
3512
  TruckDiscount,
3513
+ TruckRounded,
2994
3514
  VirtualWallet,
2995
3515
  VoilaPointBase,
2996
3516
  Voucher,
2997
3517
  VoucherApplied,
2998
3518
  VoucherOutline,
2999
- Wallet
3519
+ WaitingItemRounded,
3520
+ WaitingPaymentRounded,
3521
+ Wallet,
3522
+ ZoomRounded
3000
3523
  });
3001
3524
  //# sourceMappingURL=v2.js.map