@ctlyst.id/icons 2.8.11 → 2.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +13 -1
- package/dist/v2.d.ts +13 -1
- package/dist/v2.js +568 -394
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +515 -347
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -73,12 +73,28 @@ var ArrowRight2 = (props) => {
|
|
|
73
73
|
};
|
|
74
74
|
var arrow_right_large_default = ArrowRight2;
|
|
75
75
|
|
|
76
|
+
// src/icons/v2/outline/arrow-right-rounded.tsx
|
|
77
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
78
|
+
var ArrowRightRounded = (props) => {
|
|
79
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
80
|
+
return /* @__PURE__ */ jsx5("svg", { width: "10", height: "8", viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx5(
|
|
81
|
+
"path",
|
|
82
|
+
{
|
|
83
|
+
fillRule: "evenodd",
|
|
84
|
+
clipRule: "evenodd",
|
|
85
|
+
d: "M9.00079 3.22003C9.00895 3.22808 9.01683 3.23641 9.02443 3.24501C9.0601 3.28533 9.08814 3.33003 9.10857 3.37724C9.13496 3.43814 9.1496 3.50533 9.1496 3.57593C9.1496 3.64157 9.13695 3.70426 9.11396 3.76168C9.08955 3.82278 9.05262 3.88003 9.00315 3.9295L5.92722 7.00542C5.73196 7.20069 5.41538 7.20069 5.22012 7.00542C5.02485 6.81016 5.02485 6.49358 5.22012 6.29832L7.44251 4.07593H0.5C0.223857 4.07593 0 3.85207 0 3.57593C0 3.29979 0.223857 3.07593 0.5 3.07593H7.44248L5.22012 0.853552C5.02485 0.65829 5.02485 0.341707 5.22012 0.146446C5.41538 -0.048816 5.73196 -0.0488151 5.92722 0.146448L9.00079 3.22003Z",
|
|
86
|
+
fill: color
|
|
87
|
+
}
|
|
88
|
+
) });
|
|
89
|
+
};
|
|
90
|
+
var arrow_right_rounded_default = ArrowRightRounded;
|
|
91
|
+
|
|
76
92
|
// src/icons/v2/outline/bag.tsx
|
|
77
|
-
import { jsx as
|
|
93
|
+
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
78
94
|
var Bag = (props) => {
|
|
79
95
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
80
96
|
return /* @__PURE__ */ jsxs4("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
81
|
-
/* @__PURE__ */
|
|
97
|
+
/* @__PURE__ */ jsx6(
|
|
82
98
|
"path",
|
|
83
99
|
{
|
|
84
100
|
fillRule: "evenodd",
|
|
@@ -87,7 +103,7 @@ var Bag = (props) => {
|
|
|
87
103
|
fill: color
|
|
88
104
|
}
|
|
89
105
|
),
|
|
90
|
-
/* @__PURE__ */
|
|
106
|
+
/* @__PURE__ */ jsx6(
|
|
91
107
|
"path",
|
|
92
108
|
{
|
|
93
109
|
fillRule: "evenodd",
|
|
@@ -96,7 +112,7 @@ var Bag = (props) => {
|
|
|
96
112
|
fill: color
|
|
97
113
|
}
|
|
98
114
|
),
|
|
99
|
-
/* @__PURE__ */
|
|
115
|
+
/* @__PURE__ */ jsx6(
|
|
100
116
|
"path",
|
|
101
117
|
{
|
|
102
118
|
fillRule: "evenodd",
|
|
@@ -105,7 +121,7 @@ var Bag = (props) => {
|
|
|
105
121
|
fill: color
|
|
106
122
|
}
|
|
107
123
|
),
|
|
108
|
-
/* @__PURE__ */
|
|
124
|
+
/* @__PURE__ */ jsx6(
|
|
109
125
|
"path",
|
|
110
126
|
{
|
|
111
127
|
fillRule: "evenodd",
|
|
@@ -119,18 +135,18 @@ var Bag = (props) => {
|
|
|
119
135
|
var bag_default = Bag;
|
|
120
136
|
|
|
121
137
|
// src/icons/v2/outline/bank-transfer.tsx
|
|
122
|
-
import { jsx as
|
|
138
|
+
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
123
139
|
var BankTransfer = (props) => {
|
|
124
140
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
125
141
|
return /* @__PURE__ */ jsxs5("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
126
|
-
/* @__PURE__ */
|
|
142
|
+
/* @__PURE__ */ jsx7(
|
|
127
143
|
"path",
|
|
128
144
|
{
|
|
129
145
|
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",
|
|
130
146
|
fill: color
|
|
131
147
|
}
|
|
132
148
|
),
|
|
133
|
-
/* @__PURE__ */
|
|
149
|
+
/* @__PURE__ */ jsx7(
|
|
134
150
|
"path",
|
|
135
151
|
{
|
|
136
152
|
fillRule: "evenodd",
|
|
@@ -144,12 +160,12 @@ var BankTransfer = (props) => {
|
|
|
144
160
|
var bank_transfer_default = BankTransfer;
|
|
145
161
|
|
|
146
162
|
// src/icons/v2/outline/calendar.tsx
|
|
147
|
-
import { jsx as
|
|
163
|
+
import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
148
164
|
var Calendar = (props) => {
|
|
149
165
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
150
166
|
return /* @__PURE__ */ jsxs6("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
151
167
|
/* @__PURE__ */ jsxs6("g", { clipPath: "url(#calendar)", children: [
|
|
152
|
-
/* @__PURE__ */
|
|
168
|
+
/* @__PURE__ */ jsx8(
|
|
153
169
|
"path",
|
|
154
170
|
{
|
|
155
171
|
fillRule: "evenodd",
|
|
@@ -158,7 +174,7 @@ var Calendar = (props) => {
|
|
|
158
174
|
fill: color
|
|
159
175
|
}
|
|
160
176
|
),
|
|
161
|
-
/* @__PURE__ */
|
|
177
|
+
/* @__PURE__ */ jsx8(
|
|
162
178
|
"path",
|
|
163
179
|
{
|
|
164
180
|
fillRule: "evenodd",
|
|
@@ -167,7 +183,7 @@ var Calendar = (props) => {
|
|
|
167
183
|
fill: color
|
|
168
184
|
}
|
|
169
185
|
),
|
|
170
|
-
/* @__PURE__ */
|
|
186
|
+
/* @__PURE__ */ jsx8(
|
|
171
187
|
"path",
|
|
172
188
|
{
|
|
173
189
|
fillRule: "evenodd",
|
|
@@ -176,8 +192,8 @@ var Calendar = (props) => {
|
|
|
176
192
|
fill: color
|
|
177
193
|
}
|
|
178
194
|
),
|
|
179
|
-
/* @__PURE__ */
|
|
180
|
-
/* @__PURE__ */
|
|
195
|
+
/* @__PURE__ */ jsx8("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
|
|
196
|
+
/* @__PURE__ */ jsx8(
|
|
181
197
|
"path",
|
|
182
198
|
{
|
|
183
199
|
fillRule: "evenodd",
|
|
@@ -187,25 +203,25 @@ var Calendar = (props) => {
|
|
|
187
203
|
}
|
|
188
204
|
)
|
|
189
205
|
] }),
|
|
190
|
-
/* @__PURE__ */
|
|
206
|
+
/* @__PURE__ */ jsx8("defs", { children: /* @__PURE__ */ jsx8("clipPath", { id: "calendar", children: /* @__PURE__ */ jsx8("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
191
207
|
] });
|
|
192
208
|
};
|
|
193
209
|
var calendar_default = Calendar;
|
|
194
210
|
|
|
195
211
|
// src/icons/v2/outline/calendar-event.tsx
|
|
196
|
-
import { jsx as
|
|
212
|
+
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
197
213
|
var CalendarEvent = (props) => {
|
|
198
214
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
199
215
|
return /* @__PURE__ */ jsxs7("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
200
216
|
/* @__PURE__ */ jsxs7("g", { clipPath: "url(#calendar-event)", children: [
|
|
201
|
-
/* @__PURE__ */
|
|
217
|
+
/* @__PURE__ */ jsx9(
|
|
202
218
|
"path",
|
|
203
219
|
{
|
|
204
220
|
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",
|
|
205
221
|
fill: color
|
|
206
222
|
}
|
|
207
223
|
),
|
|
208
|
-
/* @__PURE__ */
|
|
224
|
+
/* @__PURE__ */ jsx9(
|
|
209
225
|
"path",
|
|
210
226
|
{
|
|
211
227
|
fillRule: "evenodd",
|
|
@@ -215,16 +231,16 @@ var CalendarEvent = (props) => {
|
|
|
215
231
|
}
|
|
216
232
|
)
|
|
217
233
|
] }),
|
|
218
|
-
/* @__PURE__ */
|
|
234
|
+
/* @__PURE__ */ jsx9("defs", { children: /* @__PURE__ */ jsx9("clipPath", { id: "calendar-event", children: /* @__PURE__ */ jsx9("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
219
235
|
] });
|
|
220
236
|
};
|
|
221
237
|
var calendar_event_default = CalendarEvent;
|
|
222
238
|
|
|
223
239
|
// src/icons/v2/outline/card.tsx
|
|
224
|
-
import { jsx as
|
|
240
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
225
241
|
var Card = (props) => {
|
|
226
242
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
227
|
-
return /* @__PURE__ */
|
|
243
|
+
return /* @__PURE__ */ jsx10("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx10(
|
|
228
244
|
"path",
|
|
229
245
|
{
|
|
230
246
|
fillRule: "evenodd",
|
|
@@ -237,12 +253,12 @@ var Card = (props) => {
|
|
|
237
253
|
var card_default = Card;
|
|
238
254
|
|
|
239
255
|
// src/icons/v2/outline/category.tsx
|
|
240
|
-
import { jsx as
|
|
256
|
+
import { jsx as jsx11, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
241
257
|
var Category = (props) => {
|
|
242
258
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
243
259
|
return /* @__PURE__ */ jsxs8("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
244
260
|
/* @__PURE__ */ jsxs8("g", { clipPath: "url(#clip0_5761_9461)", children: [
|
|
245
|
-
/* @__PURE__ */
|
|
261
|
+
/* @__PURE__ */ jsx11(
|
|
246
262
|
"path",
|
|
247
263
|
{
|
|
248
264
|
fillRule: "evenodd",
|
|
@@ -251,7 +267,7 @@ var Category = (props) => {
|
|
|
251
267
|
fill: color
|
|
252
268
|
}
|
|
253
269
|
),
|
|
254
|
-
/* @__PURE__ */
|
|
270
|
+
/* @__PURE__ */ jsx11(
|
|
255
271
|
"path",
|
|
256
272
|
{
|
|
257
273
|
fillRule: "evenodd",
|
|
@@ -260,7 +276,7 @@ var Category = (props) => {
|
|
|
260
276
|
fill: color
|
|
261
277
|
}
|
|
262
278
|
),
|
|
263
|
-
/* @__PURE__ */
|
|
279
|
+
/* @__PURE__ */ jsx11(
|
|
264
280
|
"path",
|
|
265
281
|
{
|
|
266
282
|
fillRule: "evenodd",
|
|
@@ -269,7 +285,7 @@ var Category = (props) => {
|
|
|
269
285
|
fill: color
|
|
270
286
|
}
|
|
271
287
|
),
|
|
272
|
-
/* @__PURE__ */
|
|
288
|
+
/* @__PURE__ */ jsx11(
|
|
273
289
|
"path",
|
|
274
290
|
{
|
|
275
291
|
fillRule: "evenodd",
|
|
@@ -279,17 +295,17 @@ var Category = (props) => {
|
|
|
279
295
|
}
|
|
280
296
|
)
|
|
281
297
|
] }),
|
|
282
|
-
/* @__PURE__ */
|
|
298
|
+
/* @__PURE__ */ jsx11("defs", { children: /* @__PURE__ */ jsx11("clipPath", { id: "clip0_5761_9461", children: /* @__PURE__ */ jsx11("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
283
299
|
] });
|
|
284
300
|
};
|
|
285
301
|
var category_default = Category;
|
|
286
302
|
|
|
287
303
|
// src/icons/v2/outline/chat-cs.tsx
|
|
288
|
-
import { jsx as
|
|
304
|
+
import { jsx as jsx12, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
289
305
|
var ChatCs = (props) => {
|
|
290
306
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
291
307
|
return /* @__PURE__ */ jsxs9("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
292
|
-
/* @__PURE__ */
|
|
308
|
+
/* @__PURE__ */ jsx12(
|
|
293
309
|
"path",
|
|
294
310
|
{
|
|
295
311
|
fillRule: "evenodd",
|
|
@@ -298,21 +314,21 @@ var ChatCs = (props) => {
|
|
|
298
314
|
fill: color
|
|
299
315
|
}
|
|
300
316
|
),
|
|
301
|
-
/* @__PURE__ */
|
|
317
|
+
/* @__PURE__ */ jsx12(
|
|
302
318
|
"path",
|
|
303
319
|
{
|
|
304
320
|
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",
|
|
305
321
|
fill: color
|
|
306
322
|
}
|
|
307
323
|
),
|
|
308
|
-
/* @__PURE__ */
|
|
324
|
+
/* @__PURE__ */ jsx12(
|
|
309
325
|
"path",
|
|
310
326
|
{
|
|
311
327
|
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",
|
|
312
328
|
fill: color
|
|
313
329
|
}
|
|
314
330
|
),
|
|
315
|
-
/* @__PURE__ */
|
|
331
|
+
/* @__PURE__ */ jsx12(
|
|
316
332
|
"path",
|
|
317
333
|
{
|
|
318
334
|
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",
|
|
@@ -324,11 +340,11 @@ var ChatCs = (props) => {
|
|
|
324
340
|
var chat_cs_default = ChatCs;
|
|
325
341
|
|
|
326
342
|
// src/icons/v2/outline/check.tsx
|
|
327
|
-
import { jsx as
|
|
343
|
+
import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
328
344
|
var Check = (props) => {
|
|
329
345
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
330
346
|
return /* @__PURE__ */ jsxs10("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
331
|
-
/* @__PURE__ */
|
|
347
|
+
/* @__PURE__ */ jsx13("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ jsx13(
|
|
332
348
|
"path",
|
|
333
349
|
{
|
|
334
350
|
fillRule: "evenodd",
|
|
@@ -337,16 +353,16 @@ var Check = (props) => {
|
|
|
337
353
|
fill: color
|
|
338
354
|
}
|
|
339
355
|
) }),
|
|
340
|
-
/* @__PURE__ */
|
|
356
|
+
/* @__PURE__ */ jsx13("defs", { children: /* @__PURE__ */ jsx13("clipPath", { id: "icon-outline-check", children: /* @__PURE__ */ jsx13("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
341
357
|
] });
|
|
342
358
|
};
|
|
343
359
|
var check_default = Check;
|
|
344
360
|
|
|
345
361
|
// src/icons/v2/outline/check-large.tsx
|
|
346
|
-
import { jsx as
|
|
362
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
347
363
|
var Check2 = (props) => {
|
|
348
364
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
349
|
-
return /* @__PURE__ */
|
|
365
|
+
return /* @__PURE__ */ jsx14("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx14(
|
|
350
366
|
"path",
|
|
351
367
|
{
|
|
352
368
|
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",
|
|
@@ -357,11 +373,11 @@ var Check2 = (props) => {
|
|
|
357
373
|
var check_large_default = Check2;
|
|
358
374
|
|
|
359
375
|
// src/icons/v2/outline/check-shield.tsx
|
|
360
|
-
import { jsx as
|
|
376
|
+
import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
361
377
|
var CheckShield = (props) => {
|
|
362
378
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
363
379
|
return /* @__PURE__ */ jsxs11("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
364
|
-
/* @__PURE__ */
|
|
380
|
+
/* @__PURE__ */ jsx15(
|
|
365
381
|
"path",
|
|
366
382
|
{
|
|
367
383
|
fillRule: "evenodd",
|
|
@@ -370,7 +386,7 @@ var CheckShield = (props) => {
|
|
|
370
386
|
fill: color
|
|
371
387
|
}
|
|
372
388
|
),
|
|
373
|
-
/* @__PURE__ */
|
|
389
|
+
/* @__PURE__ */ jsx15(
|
|
374
390
|
"path",
|
|
375
391
|
{
|
|
376
392
|
fillRule: "evenodd",
|
|
@@ -384,11 +400,11 @@ var CheckShield = (props) => {
|
|
|
384
400
|
var check_shield_default = CheckShield;
|
|
385
401
|
|
|
386
402
|
// src/icons/v2/outline/chevron-down.tsx
|
|
387
|
-
import { jsx as
|
|
403
|
+
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
388
404
|
var ChevronUp = (props) => {
|
|
389
405
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
390
406
|
return /* @__PURE__ */ jsxs12("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
391
|
-
/* @__PURE__ */
|
|
407
|
+
/* @__PURE__ */ jsx16("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ jsx16(
|
|
392
408
|
"path",
|
|
393
409
|
{
|
|
394
410
|
fillRule: "evenodd",
|
|
@@ -397,16 +413,16 @@ var ChevronUp = (props) => {
|
|
|
397
413
|
fill: color
|
|
398
414
|
}
|
|
399
415
|
) }),
|
|
400
|
-
/* @__PURE__ */
|
|
416
|
+
/* @__PURE__ */ jsx16("defs", { children: /* @__PURE__ */ jsx16("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ jsx16("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
401
417
|
] });
|
|
402
418
|
};
|
|
403
419
|
var chevron_down_default = ChevronUp;
|
|
404
420
|
|
|
405
421
|
// src/icons/v2/outline/chevron-down-large.tsx
|
|
406
|
-
import { jsx as
|
|
422
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
407
423
|
var ChevronUp2 = (props) => {
|
|
408
424
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
409
|
-
return /* @__PURE__ */
|
|
425
|
+
return /* @__PURE__ */ jsx17("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx17(
|
|
410
426
|
"path",
|
|
411
427
|
{
|
|
412
428
|
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",
|
|
@@ -417,11 +433,11 @@ var ChevronUp2 = (props) => {
|
|
|
417
433
|
var chevron_down_large_default = ChevronUp2;
|
|
418
434
|
|
|
419
435
|
// src/icons/v2/outline/chevron-left.tsx
|
|
420
|
-
import { jsx as
|
|
436
|
+
import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
421
437
|
var ChevronLeft = (props) => {
|
|
422
438
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
423
439
|
return /* @__PURE__ */ jsxs13("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
424
|
-
/* @__PURE__ */
|
|
440
|
+
/* @__PURE__ */ jsx18("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ jsx18(
|
|
425
441
|
"path",
|
|
426
442
|
{
|
|
427
443
|
fillRule: "evenodd",
|
|
@@ -430,16 +446,16 @@ var ChevronLeft = (props) => {
|
|
|
430
446
|
fill: color
|
|
431
447
|
}
|
|
432
448
|
) }),
|
|
433
|
-
/* @__PURE__ */
|
|
449
|
+
/* @__PURE__ */ jsx18("defs", { children: /* @__PURE__ */ jsx18("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ jsx18("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
434
450
|
] });
|
|
435
451
|
};
|
|
436
452
|
var chevron_left_default = ChevronLeft;
|
|
437
453
|
|
|
438
454
|
// src/icons/v2/outline/chevron-left-large.tsx
|
|
439
|
-
import { jsx as
|
|
455
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
440
456
|
var ChevronLeftLarge = (props) => {
|
|
441
457
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
442
|
-
return /* @__PURE__ */
|
|
458
|
+
return /* @__PURE__ */ jsx19("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx19(
|
|
443
459
|
"path",
|
|
444
460
|
{
|
|
445
461
|
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",
|
|
@@ -450,11 +466,11 @@ var ChevronLeftLarge = (props) => {
|
|
|
450
466
|
var chevron_left_large_default = ChevronLeftLarge;
|
|
451
467
|
|
|
452
468
|
// src/icons/v2/outline/chevron-right.tsx
|
|
453
|
-
import { jsx as
|
|
469
|
+
import { jsx as jsx20, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
454
470
|
var ChevronRight = (props) => {
|
|
455
471
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
456
472
|
return /* @__PURE__ */ jsxs14("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
457
|
-
/* @__PURE__ */
|
|
473
|
+
/* @__PURE__ */ jsx20("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ jsx20(
|
|
458
474
|
"path",
|
|
459
475
|
{
|
|
460
476
|
fillRule: "evenodd",
|
|
@@ -463,16 +479,16 @@ var ChevronRight = (props) => {
|
|
|
463
479
|
fill: color
|
|
464
480
|
}
|
|
465
481
|
) }),
|
|
466
|
-
/* @__PURE__ */
|
|
482
|
+
/* @__PURE__ */ jsx20("defs", { children: /* @__PURE__ */ jsx20("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ jsx20("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
467
483
|
] });
|
|
468
484
|
};
|
|
469
485
|
var chevron_right_default = ChevronRight;
|
|
470
486
|
|
|
471
487
|
// src/icons/v2/outline/chevron-right-large.tsx
|
|
472
|
-
import { jsx as
|
|
488
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
473
489
|
var ChevronRightLarge = (props) => {
|
|
474
490
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
475
|
-
return /* @__PURE__ */
|
|
491
|
+
return /* @__PURE__ */ jsx21("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx21(
|
|
476
492
|
"path",
|
|
477
493
|
{
|
|
478
494
|
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",
|
|
@@ -483,11 +499,11 @@ var ChevronRightLarge = (props) => {
|
|
|
483
499
|
var chevron_right_large_default = ChevronRightLarge;
|
|
484
500
|
|
|
485
501
|
// src/icons/v2/outline/chevron-up.tsx
|
|
486
|
-
import { jsx as
|
|
502
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
487
503
|
var ChevronUp3 = (props) => {
|
|
488
504
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
489
505
|
return /* @__PURE__ */ jsxs15("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
490
|
-
/* @__PURE__ */
|
|
506
|
+
/* @__PURE__ */ jsx22("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ jsx22(
|
|
491
507
|
"path",
|
|
492
508
|
{
|
|
493
509
|
fillRule: "evenodd",
|
|
@@ -496,16 +512,16 @@ var ChevronUp3 = (props) => {
|
|
|
496
512
|
fill: color
|
|
497
513
|
}
|
|
498
514
|
) }),
|
|
499
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ jsx22("defs", { children: /* @__PURE__ */ jsx22("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ jsx22("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
500
516
|
] });
|
|
501
517
|
};
|
|
502
518
|
var chevron_up_default = ChevronUp3;
|
|
503
519
|
|
|
504
520
|
// src/icons/v2/outline/chevron-up-large.tsx
|
|
505
|
-
import { jsx as
|
|
521
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
506
522
|
var ChevronUpLarge = (props) => {
|
|
507
523
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
508
|
-
return /* @__PURE__ */
|
|
524
|
+
return /* @__PURE__ */ jsx23("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx23(
|
|
509
525
|
"path",
|
|
510
526
|
{
|
|
511
527
|
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",
|
|
@@ -516,18 +532,18 @@ var ChevronUpLarge = (props) => {
|
|
|
516
532
|
var chevron_up_large_default = ChevronUpLarge;
|
|
517
533
|
|
|
518
534
|
// src/icons/v2/outline/clock.tsx
|
|
519
|
-
import { jsx as
|
|
535
|
+
import { jsx as jsx24, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
520
536
|
var Clock = (props) => {
|
|
521
537
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
522
538
|
return /* @__PURE__ */ jsxs16("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
|
|
523
|
-
/* @__PURE__ */
|
|
539
|
+
/* @__PURE__ */ jsx24(
|
|
524
540
|
"path",
|
|
525
541
|
{
|
|
526
542
|
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",
|
|
527
543
|
fill: color
|
|
528
544
|
}
|
|
529
545
|
),
|
|
530
|
-
/* @__PURE__ */
|
|
546
|
+
/* @__PURE__ */ jsx24(
|
|
531
547
|
"path",
|
|
532
548
|
{
|
|
533
549
|
fillRule: "evenodd",
|
|
@@ -541,11 +557,11 @@ var Clock = (props) => {
|
|
|
541
557
|
var clock_default = Clock;
|
|
542
558
|
|
|
543
559
|
// src/icons/v2/outline/close.tsx
|
|
544
|
-
import { jsx as
|
|
560
|
+
import { jsx as jsx25, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
545
561
|
var Close = (props) => {
|
|
546
562
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
547
563
|
return /* @__PURE__ */ jsxs17("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
548
|
-
/* @__PURE__ */
|
|
564
|
+
/* @__PURE__ */ jsx25("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ jsx25(
|
|
549
565
|
"path",
|
|
550
566
|
{
|
|
551
567
|
fillRule: "evenodd",
|
|
@@ -554,24 +570,24 @@ var Close = (props) => {
|
|
|
554
570
|
fill: color
|
|
555
571
|
}
|
|
556
572
|
) }),
|
|
557
|
-
/* @__PURE__ */
|
|
573
|
+
/* @__PURE__ */ jsx25("defs", { children: /* @__PURE__ */ jsx25("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ jsx25("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
558
574
|
] });
|
|
559
575
|
};
|
|
560
576
|
var close_default = Close;
|
|
561
577
|
|
|
562
578
|
// src/icons/v2/outline/close-large.tsx
|
|
563
|
-
import { jsx as
|
|
579
|
+
import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
564
580
|
var CloseLarge = (props) => {
|
|
565
581
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
566
582
|
return /* @__PURE__ */ jsxs18("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
567
|
-
/* @__PURE__ */
|
|
583
|
+
/* @__PURE__ */ jsx26(
|
|
568
584
|
"path",
|
|
569
585
|
{
|
|
570
586
|
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",
|
|
571
587
|
fill: color
|
|
572
588
|
}
|
|
573
589
|
),
|
|
574
|
-
/* @__PURE__ */
|
|
590
|
+
/* @__PURE__ */ jsx26(
|
|
575
591
|
"path",
|
|
576
592
|
{
|
|
577
593
|
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",
|
|
@@ -583,11 +599,11 @@ var CloseLarge = (props) => {
|
|
|
583
599
|
var close_large_default = CloseLarge;
|
|
584
600
|
|
|
585
601
|
// src/icons/v2/outline/contact-book.tsx
|
|
586
|
-
import { jsx as
|
|
602
|
+
import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
587
603
|
var ContactBook = (props) => {
|
|
588
604
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
589
605
|
return /* @__PURE__ */ jsxs19("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
590
|
-
/* @__PURE__ */
|
|
606
|
+
/* @__PURE__ */ jsx27(
|
|
591
607
|
"path",
|
|
592
608
|
{
|
|
593
609
|
fillRule: "evenodd",
|
|
@@ -596,7 +612,7 @@ var ContactBook = (props) => {
|
|
|
596
612
|
fill: color
|
|
597
613
|
}
|
|
598
614
|
),
|
|
599
|
-
/* @__PURE__ */
|
|
615
|
+
/* @__PURE__ */ jsx27(
|
|
600
616
|
"path",
|
|
601
617
|
{
|
|
602
618
|
fillRule: "evenodd",
|
|
@@ -605,7 +621,7 @@ var ContactBook = (props) => {
|
|
|
605
621
|
fill: color
|
|
606
622
|
}
|
|
607
623
|
),
|
|
608
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ jsx27(
|
|
609
625
|
"path",
|
|
610
626
|
{
|
|
611
627
|
fillRule: "evenodd",
|
|
@@ -614,7 +630,7 @@ var ContactBook = (props) => {
|
|
|
614
630
|
fill: color
|
|
615
631
|
}
|
|
616
632
|
),
|
|
617
|
-
/* @__PURE__ */
|
|
633
|
+
/* @__PURE__ */ jsx27(
|
|
618
634
|
"path",
|
|
619
635
|
{
|
|
620
636
|
fillRule: "evenodd",
|
|
@@ -623,7 +639,7 @@ var ContactBook = (props) => {
|
|
|
623
639
|
fill: color
|
|
624
640
|
}
|
|
625
641
|
),
|
|
626
|
-
/* @__PURE__ */
|
|
642
|
+
/* @__PURE__ */ jsx27(
|
|
627
643
|
"path",
|
|
628
644
|
{
|
|
629
645
|
fillRule: "evenodd",
|
|
@@ -632,7 +648,7 @@ var ContactBook = (props) => {
|
|
|
632
648
|
fill: color
|
|
633
649
|
}
|
|
634
650
|
),
|
|
635
|
-
/* @__PURE__ */
|
|
651
|
+
/* @__PURE__ */ jsx27(
|
|
636
652
|
"path",
|
|
637
653
|
{
|
|
638
654
|
fillRule: "evenodd",
|
|
@@ -646,18 +662,18 @@ var ContactBook = (props) => {
|
|
|
646
662
|
var contact_book_default = ContactBook;
|
|
647
663
|
|
|
648
664
|
// src/icons/v2/outline/copy.tsx
|
|
649
|
-
import { jsx as
|
|
665
|
+
import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
650
666
|
var Copy = (props) => {
|
|
651
667
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
652
668
|
return /* @__PURE__ */ jsxs20("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
653
|
-
/* @__PURE__ */
|
|
669
|
+
/* @__PURE__ */ jsx28(
|
|
654
670
|
"path",
|
|
655
671
|
{
|
|
656
672
|
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",
|
|
657
673
|
fill: color
|
|
658
674
|
}
|
|
659
675
|
),
|
|
660
|
-
/* @__PURE__ */
|
|
676
|
+
/* @__PURE__ */ jsx28(
|
|
661
677
|
"path",
|
|
662
678
|
{
|
|
663
679
|
fillRule: "evenodd",
|
|
@@ -666,7 +682,7 @@ var Copy = (props) => {
|
|
|
666
682
|
fill: color
|
|
667
683
|
}
|
|
668
684
|
),
|
|
669
|
-
/* @__PURE__ */
|
|
685
|
+
/* @__PURE__ */ jsx28(
|
|
670
686
|
"path",
|
|
671
687
|
{
|
|
672
688
|
fillRule: "evenodd",
|
|
@@ -675,7 +691,7 @@ var Copy = (props) => {
|
|
|
675
691
|
fill: color
|
|
676
692
|
}
|
|
677
693
|
),
|
|
678
|
-
/* @__PURE__ */
|
|
694
|
+
/* @__PURE__ */ jsx28(
|
|
679
695
|
"path",
|
|
680
696
|
{
|
|
681
697
|
fillRule: "evenodd",
|
|
@@ -689,11 +705,11 @@ var Copy = (props) => {
|
|
|
689
705
|
var copy_default = Copy;
|
|
690
706
|
|
|
691
707
|
// src/icons/v2/outline/cvv.tsx
|
|
692
|
-
import { jsx as
|
|
708
|
+
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
693
709
|
var Cvv = (props) => {
|
|
694
710
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
695
711
|
return /* @__PURE__ */ jsxs21("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
696
|
-
/* @__PURE__ */
|
|
712
|
+
/* @__PURE__ */ jsx29(
|
|
697
713
|
"path",
|
|
698
714
|
{
|
|
699
715
|
fillRule: "evenodd",
|
|
@@ -702,35 +718,35 @@ var Cvv = (props) => {
|
|
|
702
718
|
fill: color
|
|
703
719
|
}
|
|
704
720
|
),
|
|
705
|
-
/* @__PURE__ */
|
|
721
|
+
/* @__PURE__ */ jsx29(
|
|
706
722
|
"path",
|
|
707
723
|
{
|
|
708
724
|
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",
|
|
709
725
|
fill: "white"
|
|
710
726
|
}
|
|
711
727
|
),
|
|
712
|
-
/* @__PURE__ */
|
|
728
|
+
/* @__PURE__ */ jsx29(
|
|
713
729
|
"path",
|
|
714
730
|
{
|
|
715
731
|
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",
|
|
716
732
|
fill: color
|
|
717
733
|
}
|
|
718
734
|
),
|
|
719
|
-
/* @__PURE__ */
|
|
735
|
+
/* @__PURE__ */ jsx29(
|
|
720
736
|
"path",
|
|
721
737
|
{
|
|
722
738
|
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",
|
|
723
739
|
fill: color
|
|
724
740
|
}
|
|
725
741
|
),
|
|
726
|
-
/* @__PURE__ */
|
|
742
|
+
/* @__PURE__ */ jsx29(
|
|
727
743
|
"path",
|
|
728
744
|
{
|
|
729
745
|
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",
|
|
730
746
|
fill: color
|
|
731
747
|
}
|
|
732
748
|
),
|
|
733
|
-
/* @__PURE__ */
|
|
749
|
+
/* @__PURE__ */ jsx29(
|
|
734
750
|
"path",
|
|
735
751
|
{
|
|
736
752
|
fillRule: "evenodd",
|
|
@@ -744,10 +760,10 @@ var Cvv = (props) => {
|
|
|
744
760
|
var cvv_default = Cvv;
|
|
745
761
|
|
|
746
762
|
// src/icons/v2/outline/delivered.tsx
|
|
747
|
-
import { jsx as
|
|
763
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
748
764
|
var Delivered = (props) => {
|
|
749
765
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
750
|
-
return /* @__PURE__ */
|
|
766
|
+
return /* @__PURE__ */ jsx30("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx30(
|
|
751
767
|
"path",
|
|
752
768
|
{
|
|
753
769
|
fillRule: "evenodd",
|
|
@@ -760,10 +776,10 @@ var Delivered = (props) => {
|
|
|
760
776
|
var delivered_default = Delivered;
|
|
761
777
|
|
|
762
778
|
// src/icons/v2/outline/edit.tsx
|
|
763
|
-
import { jsx as
|
|
779
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
764
780
|
var Edit = (props) => {
|
|
765
781
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
766
|
-
return /* @__PURE__ */
|
|
782
|
+
return /* @__PURE__ */ jsx31("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx31(
|
|
767
783
|
"path",
|
|
768
784
|
{
|
|
769
785
|
fillRule: "evenodd",
|
|
@@ -776,10 +792,10 @@ var Edit = (props) => {
|
|
|
776
792
|
var edit_default = Edit;
|
|
777
793
|
|
|
778
794
|
// src/icons/v2/outline/enveloped.tsx
|
|
779
|
-
import { jsx as
|
|
795
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
780
796
|
var Enveloped = (props) => {
|
|
781
797
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
782
|
-
return /* @__PURE__ */
|
|
798
|
+
return /* @__PURE__ */ jsx32("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx32(
|
|
783
799
|
"path",
|
|
784
800
|
{
|
|
785
801
|
fillRule: "evenodd",
|
|
@@ -792,11 +808,11 @@ var Enveloped = (props) => {
|
|
|
792
808
|
var enveloped_default = Enveloped;
|
|
793
809
|
|
|
794
810
|
// src/icons/v2/outline/eye-close.tsx
|
|
795
|
-
import { jsx as
|
|
811
|
+
import { jsx as jsx33, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
796
812
|
var EyeClose = (props) => {
|
|
797
813
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
798
814
|
return /* @__PURE__ */ jsxs22("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
799
|
-
/* @__PURE__ */
|
|
815
|
+
/* @__PURE__ */ jsx33(
|
|
800
816
|
"path",
|
|
801
817
|
{
|
|
802
818
|
fillRule: "evenodd",
|
|
@@ -805,7 +821,7 @@ var EyeClose = (props) => {
|
|
|
805
821
|
fill: color
|
|
806
822
|
}
|
|
807
823
|
),
|
|
808
|
-
/* @__PURE__ */
|
|
824
|
+
/* @__PURE__ */ jsx33(
|
|
809
825
|
"path",
|
|
810
826
|
{
|
|
811
827
|
fillRule: "evenodd",
|
|
@@ -814,7 +830,7 @@ var EyeClose = (props) => {
|
|
|
814
830
|
fill: color
|
|
815
831
|
}
|
|
816
832
|
),
|
|
817
|
-
/* @__PURE__ */
|
|
833
|
+
/* @__PURE__ */ jsx33(
|
|
818
834
|
"path",
|
|
819
835
|
{
|
|
820
836
|
fillRule: "evenodd",
|
|
@@ -828,11 +844,11 @@ var EyeClose = (props) => {
|
|
|
828
844
|
var eye_close_default = EyeClose;
|
|
829
845
|
|
|
830
846
|
// src/icons/v2/outline/eye-open.tsx
|
|
831
|
-
import { jsx as
|
|
847
|
+
import { jsx as jsx34, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
832
848
|
var EyeOpen = (props) => {
|
|
833
849
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
834
850
|
return /* @__PURE__ */ jsxs23("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
835
|
-
/* @__PURE__ */
|
|
851
|
+
/* @__PURE__ */ jsx34(
|
|
836
852
|
"path",
|
|
837
853
|
{
|
|
838
854
|
fillRule: "evenodd",
|
|
@@ -841,7 +857,7 @@ var EyeOpen = (props) => {
|
|
|
841
857
|
fill: color
|
|
842
858
|
}
|
|
843
859
|
),
|
|
844
|
-
/* @__PURE__ */
|
|
860
|
+
/* @__PURE__ */ jsx34(
|
|
845
861
|
"path",
|
|
846
862
|
{
|
|
847
863
|
fillRule: "evenodd",
|
|
@@ -855,11 +871,11 @@ var EyeOpen = (props) => {
|
|
|
855
871
|
var eye_open_default = EyeOpen;
|
|
856
872
|
|
|
857
873
|
// src/icons/v2/outline/filter.tsx
|
|
858
|
-
import { jsx as
|
|
874
|
+
import { jsx as jsx35, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
859
875
|
var Filter = (props) => {
|
|
860
876
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
861
877
|
return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
862
|
-
/* @__PURE__ */
|
|
878
|
+
/* @__PURE__ */ jsx35(
|
|
863
879
|
"path",
|
|
864
880
|
{
|
|
865
881
|
fillRule: "evenodd",
|
|
@@ -868,7 +884,7 @@ var Filter = (props) => {
|
|
|
868
884
|
fill: color
|
|
869
885
|
}
|
|
870
886
|
),
|
|
871
|
-
/* @__PURE__ */
|
|
887
|
+
/* @__PURE__ */ jsx35(
|
|
872
888
|
"path",
|
|
873
889
|
{
|
|
874
890
|
fillRule: "evenodd",
|
|
@@ -877,7 +893,7 @@ var Filter = (props) => {
|
|
|
877
893
|
fill: color
|
|
878
894
|
}
|
|
879
895
|
),
|
|
880
|
-
/* @__PURE__ */
|
|
896
|
+
/* @__PURE__ */ jsx35(
|
|
881
897
|
"path",
|
|
882
898
|
{
|
|
883
899
|
fillRule: "evenodd",
|
|
@@ -891,10 +907,10 @@ var Filter = (props) => {
|
|
|
891
907
|
var filter_default = Filter;
|
|
892
908
|
|
|
893
909
|
// src/icons/v2/outline/gps.tsx
|
|
894
|
-
import { jsx as
|
|
910
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
895
911
|
var Gps = (props) => {
|
|
896
912
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
897
|
-
return /* @__PURE__ */
|
|
913
|
+
return /* @__PURE__ */ jsx36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx36(
|
|
898
914
|
"path",
|
|
899
915
|
{
|
|
900
916
|
fillRule: "evenodd",
|
|
@@ -907,25 +923,25 @@ var Gps = (props) => {
|
|
|
907
923
|
var gps_default = Gps;
|
|
908
924
|
|
|
909
925
|
// src/icons/v2/outline/handphone.tsx
|
|
910
|
-
import { jsx as
|
|
926
|
+
import { jsx as jsx37, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
911
927
|
var Handphone = (props) => {
|
|
912
928
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
913
929
|
return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
914
|
-
/* @__PURE__ */
|
|
930
|
+
/* @__PURE__ */ jsx37(
|
|
915
931
|
"path",
|
|
916
932
|
{
|
|
917
933
|
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",
|
|
918
934
|
fill: color
|
|
919
935
|
}
|
|
920
936
|
),
|
|
921
|
-
/* @__PURE__ */
|
|
937
|
+
/* @__PURE__ */ jsx37(
|
|
922
938
|
"path",
|
|
923
939
|
{
|
|
924
940
|
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",
|
|
925
941
|
fill: color
|
|
926
942
|
}
|
|
927
943
|
),
|
|
928
|
-
/* @__PURE__ */
|
|
944
|
+
/* @__PURE__ */ jsx37(
|
|
929
945
|
"path",
|
|
930
946
|
{
|
|
931
947
|
fillRule: "evenodd",
|
|
@@ -939,11 +955,11 @@ var Handphone = (props) => {
|
|
|
939
955
|
var handphone_default = Handphone;
|
|
940
956
|
|
|
941
957
|
// src/icons/v2/outline/heart.tsx
|
|
942
|
-
import { jsx as
|
|
958
|
+
import { jsx as jsx38, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
943
959
|
var Heart = (props) => {
|
|
944
960
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
945
961
|
return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
946
|
-
/* @__PURE__ */
|
|
962
|
+
/* @__PURE__ */ jsx38("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx38(
|
|
947
963
|
"path",
|
|
948
964
|
{
|
|
949
965
|
fillRule: "evenodd",
|
|
@@ -952,18 +968,18 @@ var Heart = (props) => {
|
|
|
952
968
|
fill: color
|
|
953
969
|
}
|
|
954
970
|
) }),
|
|
955
|
-
/* @__PURE__ */
|
|
971
|
+
/* @__PURE__ */ jsx38("defs", { children: /* @__PURE__ */ jsx38("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx38("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
956
972
|
] });
|
|
957
973
|
};
|
|
958
974
|
var heart_default = Heart;
|
|
959
975
|
|
|
960
976
|
// src/icons/v2/outline/home.tsx
|
|
961
|
-
import { jsx as
|
|
977
|
+
import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
962
978
|
var Home = (props) => {
|
|
963
979
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
964
980
|
return /* @__PURE__ */ jsxs27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
965
981
|
/* @__PURE__ */ jsxs27("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
966
|
-
/* @__PURE__ */
|
|
982
|
+
/* @__PURE__ */ jsx39(
|
|
967
983
|
"path",
|
|
968
984
|
{
|
|
969
985
|
fillRule: "evenodd",
|
|
@@ -972,7 +988,7 @@ var Home = (props) => {
|
|
|
972
988
|
fill: color
|
|
973
989
|
}
|
|
974
990
|
),
|
|
975
|
-
/* @__PURE__ */
|
|
991
|
+
/* @__PURE__ */ jsx39(
|
|
976
992
|
"path",
|
|
977
993
|
{
|
|
978
994
|
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",
|
|
@@ -980,24 +996,24 @@ var Home = (props) => {
|
|
|
980
996
|
}
|
|
981
997
|
)
|
|
982
998
|
] }),
|
|
983
|
-
/* @__PURE__ */
|
|
999
|
+
/* @__PURE__ */ jsx39("defs", { children: /* @__PURE__ */ jsx39("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx39("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
984
1000
|
] });
|
|
985
1001
|
};
|
|
986
1002
|
var home_default = Home;
|
|
987
1003
|
|
|
988
1004
|
// src/icons/v2/outline/info.tsx
|
|
989
|
-
import { jsx as
|
|
1005
|
+
import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
990
1006
|
var Info = (props) => {
|
|
991
1007
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
992
1008
|
return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
993
|
-
/* @__PURE__ */
|
|
1009
|
+
/* @__PURE__ */ jsx40(
|
|
994
1010
|
"path",
|
|
995
1011
|
{
|
|
996
1012
|
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",
|
|
997
1013
|
fill: color
|
|
998
1014
|
}
|
|
999
1015
|
),
|
|
1000
|
-
/* @__PURE__ */
|
|
1016
|
+
/* @__PURE__ */ jsx40(
|
|
1001
1017
|
"path",
|
|
1002
1018
|
{
|
|
1003
1019
|
fillRule: "evenodd",
|
|
@@ -1006,7 +1022,7 @@ var Info = (props) => {
|
|
|
1006
1022
|
fill: color
|
|
1007
1023
|
}
|
|
1008
1024
|
),
|
|
1009
|
-
/* @__PURE__ */
|
|
1025
|
+
/* @__PURE__ */ jsx40(
|
|
1010
1026
|
"path",
|
|
1011
1027
|
{
|
|
1012
1028
|
fillRule: "evenodd",
|
|
@@ -1020,25 +1036,25 @@ var Info = (props) => {
|
|
|
1020
1036
|
var info_default = Info;
|
|
1021
1037
|
|
|
1022
1038
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1023
|
-
import { jsx as
|
|
1039
|
+
import { jsx as jsx41, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1024
1040
|
var KebabMenu = (props) => {
|
|
1025
1041
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1026
1042
|
return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1027
|
-
/* @__PURE__ */
|
|
1043
|
+
/* @__PURE__ */ jsx41(
|
|
1028
1044
|
"path",
|
|
1029
1045
|
{
|
|
1030
1046
|
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",
|
|
1031
1047
|
fill: color
|
|
1032
1048
|
}
|
|
1033
1049
|
),
|
|
1034
|
-
/* @__PURE__ */
|
|
1050
|
+
/* @__PURE__ */ jsx41(
|
|
1035
1051
|
"path",
|
|
1036
1052
|
{
|
|
1037
1053
|
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",
|
|
1038
1054
|
fill: color
|
|
1039
1055
|
}
|
|
1040
1056
|
),
|
|
1041
|
-
/* @__PURE__ */
|
|
1057
|
+
/* @__PURE__ */ jsx41(
|
|
1042
1058
|
"path",
|
|
1043
1059
|
{
|
|
1044
1060
|
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",
|
|
@@ -1050,12 +1066,12 @@ var KebabMenu = (props) => {
|
|
|
1050
1066
|
var kebab_menu_default = KebabMenu;
|
|
1051
1067
|
|
|
1052
1068
|
// src/icons/v2/outline/logout.tsx
|
|
1053
|
-
import { jsx as
|
|
1069
|
+
import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1054
1070
|
var Logout = (props) => {
|
|
1055
1071
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1056
1072
|
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1057
1073
|
/* @__PURE__ */ jsxs30("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1058
|
-
/* @__PURE__ */
|
|
1074
|
+
/* @__PURE__ */ jsx42(
|
|
1059
1075
|
"path",
|
|
1060
1076
|
{
|
|
1061
1077
|
fillRule: "evenodd",
|
|
@@ -1064,7 +1080,7 @@ var Logout = (props) => {
|
|
|
1064
1080
|
fill: color
|
|
1065
1081
|
}
|
|
1066
1082
|
),
|
|
1067
|
-
/* @__PURE__ */
|
|
1083
|
+
/* @__PURE__ */ jsx42(
|
|
1068
1084
|
"path",
|
|
1069
1085
|
{
|
|
1070
1086
|
fillRule: "evenodd",
|
|
@@ -1073,7 +1089,7 @@ var Logout = (props) => {
|
|
|
1073
1089
|
fill: color
|
|
1074
1090
|
}
|
|
1075
1091
|
),
|
|
1076
|
-
/* @__PURE__ */
|
|
1092
|
+
/* @__PURE__ */ jsx42(
|
|
1077
1093
|
"path",
|
|
1078
1094
|
{
|
|
1079
1095
|
fillRule: "evenodd",
|
|
@@ -1083,18 +1099,18 @@ var Logout = (props) => {
|
|
|
1083
1099
|
}
|
|
1084
1100
|
)
|
|
1085
1101
|
] }),
|
|
1086
|
-
/* @__PURE__ */
|
|
1102
|
+
/* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1087
1103
|
] });
|
|
1088
1104
|
};
|
|
1089
1105
|
var logout_default = Logout;
|
|
1090
1106
|
|
|
1091
1107
|
// src/icons/v2/outline/map-marker.tsx
|
|
1092
|
-
import { jsx as
|
|
1108
|
+
import { jsx as jsx43, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1093
1109
|
var MapMarker = (props) => {
|
|
1094
1110
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1095
1111
|
return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1096
1112
|
/* @__PURE__ */ jsxs31("g", { clipPath: "url(#map-marker)", children: [
|
|
1097
|
-
/* @__PURE__ */
|
|
1113
|
+
/* @__PURE__ */ jsx43(
|
|
1098
1114
|
"path",
|
|
1099
1115
|
{
|
|
1100
1116
|
fillRule: "evenodd",
|
|
@@ -1103,7 +1119,7 @@ var MapMarker = (props) => {
|
|
|
1103
1119
|
fill: color
|
|
1104
1120
|
}
|
|
1105
1121
|
),
|
|
1106
|
-
/* @__PURE__ */
|
|
1122
|
+
/* @__PURE__ */ jsx43(
|
|
1107
1123
|
"path",
|
|
1108
1124
|
{
|
|
1109
1125
|
fillRule: "evenodd",
|
|
@@ -1113,17 +1129,17 @@ var MapMarker = (props) => {
|
|
|
1113
1129
|
}
|
|
1114
1130
|
)
|
|
1115
1131
|
] }),
|
|
1116
|
-
/* @__PURE__ */
|
|
1132
|
+
/* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1117
1133
|
] });
|
|
1118
1134
|
};
|
|
1119
1135
|
var map_marker_default = MapMarker;
|
|
1120
1136
|
|
|
1121
1137
|
// src/icons/v2/outline/minus.tsx
|
|
1122
|
-
import { jsx as
|
|
1138
|
+
import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1123
1139
|
var Minus = (props) => {
|
|
1124
1140
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1125
1141
|
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1126
|
-
/* @__PURE__ */
|
|
1142
|
+
/* @__PURE__ */ jsx44("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx44(
|
|
1127
1143
|
"path",
|
|
1128
1144
|
{
|
|
1129
1145
|
fillRule: "evenodd",
|
|
@@ -1132,16 +1148,16 @@ var Minus = (props) => {
|
|
|
1132
1148
|
fill: color
|
|
1133
1149
|
}
|
|
1134
1150
|
) }),
|
|
1135
|
-
/* @__PURE__ */
|
|
1151
|
+
/* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx44("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1136
1152
|
] });
|
|
1137
1153
|
};
|
|
1138
1154
|
var minus_default = Minus;
|
|
1139
1155
|
|
|
1140
1156
|
// src/icons/v2/outline/minus-large.tsx
|
|
1141
|
-
import { jsx as
|
|
1157
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
1142
1158
|
var MinusLarge = (props) => {
|
|
1143
1159
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1144
|
-
return /* @__PURE__ */
|
|
1160
|
+
return /* @__PURE__ */ jsx45("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx45(
|
|
1145
1161
|
"path",
|
|
1146
1162
|
{
|
|
1147
1163
|
fillRule: "evenodd",
|
|
@@ -1153,11 +1169,27 @@ var MinusLarge = (props) => {
|
|
|
1153
1169
|
};
|
|
1154
1170
|
var minus_large_default = MinusLarge;
|
|
1155
1171
|
|
|
1172
|
+
// src/icons/v2/outline/minus-rounded.tsx
|
|
1173
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
1174
|
+
var MinusRounded = (props) => {
|
|
1175
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1176
|
+
return /* @__PURE__ */ jsx46("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx46(
|
|
1177
|
+
"path",
|
|
1178
|
+
{
|
|
1179
|
+
fillRule: "evenodd",
|
|
1180
|
+
clipRule: "evenodd",
|
|
1181
|
+
d: "M7.55098e-05 0.5C7.55098e-05 0.223858 0.223933 6.09655e-08 0.500075 3.28676e-08L6.1727 -2.76209e-07C6.44885 -5.1426e-08 6.6727 0.223857 6.6727 0.5C6.6727 0.776142 6.44885 1 6.1727 1L0.500075 1C0.223933 1 7.55379e-05 0.776142 7.55098e-05 0.5Z",
|
|
1182
|
+
fill: color
|
|
1183
|
+
}
|
|
1184
|
+
) });
|
|
1185
|
+
};
|
|
1186
|
+
var minus_rounded_default = MinusRounded;
|
|
1187
|
+
|
|
1156
1188
|
// src/icons/v2/outline/no-gps.tsx
|
|
1157
|
-
import { jsx as
|
|
1189
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1158
1190
|
var NoGps = (props) => {
|
|
1159
1191
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1160
|
-
return /* @__PURE__ */
|
|
1192
|
+
return /* @__PURE__ */ jsx47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx47(
|
|
1161
1193
|
"path",
|
|
1162
1194
|
{
|
|
1163
1195
|
fillRule: "evenodd",
|
|
@@ -1170,11 +1202,11 @@ var NoGps = (props) => {
|
|
|
1170
1202
|
var no_gps_default = NoGps;
|
|
1171
1203
|
|
|
1172
1204
|
// src/icons/v2/outline/note.tsx
|
|
1173
|
-
import { jsx as
|
|
1205
|
+
import { jsx as jsx48, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1174
1206
|
var Note = (props) => {
|
|
1175
1207
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1176
1208
|
return /* @__PURE__ */ jsxs33("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1177
|
-
/* @__PURE__ */
|
|
1209
|
+
/* @__PURE__ */ jsx48(
|
|
1178
1210
|
"path",
|
|
1179
1211
|
{
|
|
1180
1212
|
fillRule: "evenodd",
|
|
@@ -1183,7 +1215,7 @@ var Note = (props) => {
|
|
|
1183
1215
|
fill: color
|
|
1184
1216
|
}
|
|
1185
1217
|
),
|
|
1186
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx48(
|
|
1187
1219
|
"path",
|
|
1188
1220
|
{
|
|
1189
1221
|
fillRule: "evenodd",
|
|
@@ -1192,7 +1224,7 @@ var Note = (props) => {
|
|
|
1192
1224
|
fill: color
|
|
1193
1225
|
}
|
|
1194
1226
|
),
|
|
1195
|
-
/* @__PURE__ */
|
|
1227
|
+
/* @__PURE__ */ jsx48(
|
|
1196
1228
|
"path",
|
|
1197
1229
|
{
|
|
1198
1230
|
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",
|
|
@@ -1204,11 +1236,11 @@ var Note = (props) => {
|
|
|
1204
1236
|
var note_default = Note;
|
|
1205
1237
|
|
|
1206
1238
|
// src/icons/v2/outline/order-history.tsx
|
|
1207
|
-
import { jsx as
|
|
1239
|
+
import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1208
1240
|
var OrderHistory = (props) => {
|
|
1209
1241
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1210
1242
|
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1211
|
-
/* @__PURE__ */
|
|
1243
|
+
/* @__PURE__ */ jsx49(
|
|
1212
1244
|
"path",
|
|
1213
1245
|
{
|
|
1214
1246
|
fillRule: "evenodd",
|
|
@@ -1217,7 +1249,7 @@ var OrderHistory = (props) => {
|
|
|
1217
1249
|
fill: color
|
|
1218
1250
|
}
|
|
1219
1251
|
),
|
|
1220
|
-
/* @__PURE__ */
|
|
1252
|
+
/* @__PURE__ */ jsx49(
|
|
1221
1253
|
"path",
|
|
1222
1254
|
{
|
|
1223
1255
|
fillRule: "evenodd",
|
|
@@ -1231,11 +1263,11 @@ var OrderHistory = (props) => {
|
|
|
1231
1263
|
var order_history_default = OrderHistory;
|
|
1232
1264
|
|
|
1233
1265
|
// src/icons/v2/outline/otp.tsx
|
|
1234
|
-
import { jsx as
|
|
1266
|
+
import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1235
1267
|
var Otp = (props) => {
|
|
1236
1268
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1237
1269
|
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1238
|
-
/* @__PURE__ */
|
|
1270
|
+
/* @__PURE__ */ jsx50(
|
|
1239
1271
|
"path",
|
|
1240
1272
|
{
|
|
1241
1273
|
fillRule: "evenodd",
|
|
@@ -1244,7 +1276,7 @@ var Otp = (props) => {
|
|
|
1244
1276
|
fill: color
|
|
1245
1277
|
}
|
|
1246
1278
|
),
|
|
1247
|
-
/* @__PURE__ */
|
|
1279
|
+
/* @__PURE__ */ jsx50(
|
|
1248
1280
|
"path",
|
|
1249
1281
|
{
|
|
1250
1282
|
fillRule: "evenodd",
|
|
@@ -1253,7 +1285,7 @@ var Otp = (props) => {
|
|
|
1253
1285
|
fill: color
|
|
1254
1286
|
}
|
|
1255
1287
|
),
|
|
1256
|
-
/* @__PURE__ */
|
|
1288
|
+
/* @__PURE__ */ jsx50(
|
|
1257
1289
|
"path",
|
|
1258
1290
|
{
|
|
1259
1291
|
fillRule: "evenodd",
|
|
@@ -1262,7 +1294,7 @@ var Otp = (props) => {
|
|
|
1262
1294
|
fill: color
|
|
1263
1295
|
}
|
|
1264
1296
|
),
|
|
1265
|
-
/* @__PURE__ */
|
|
1297
|
+
/* @__PURE__ */ jsx50(
|
|
1266
1298
|
"path",
|
|
1267
1299
|
{
|
|
1268
1300
|
fillRule: "evenodd",
|
|
@@ -1271,7 +1303,7 @@ var Otp = (props) => {
|
|
|
1271
1303
|
fill: color
|
|
1272
1304
|
}
|
|
1273
1305
|
),
|
|
1274
|
-
/* @__PURE__ */
|
|
1306
|
+
/* @__PURE__ */ jsx50(
|
|
1275
1307
|
"path",
|
|
1276
1308
|
{
|
|
1277
1309
|
fillRule: "evenodd",
|
|
@@ -1280,7 +1312,7 @@ var Otp = (props) => {
|
|
|
1280
1312
|
fill: color
|
|
1281
1313
|
}
|
|
1282
1314
|
),
|
|
1283
|
-
/* @__PURE__ */
|
|
1315
|
+
/* @__PURE__ */ jsx50(
|
|
1284
1316
|
"path",
|
|
1285
1317
|
{
|
|
1286
1318
|
fillRule: "evenodd",
|
|
@@ -1294,10 +1326,10 @@ var Otp = (props) => {
|
|
|
1294
1326
|
var otp_default = Otp;
|
|
1295
1327
|
|
|
1296
1328
|
// src/icons/v2/outline/paylater.tsx
|
|
1297
|
-
import { jsx as
|
|
1329
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
1298
1330
|
var Paylater = (props) => {
|
|
1299
1331
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1300
|
-
return /* @__PURE__ */
|
|
1332
|
+
return /* @__PURE__ */ jsx51("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx51(
|
|
1301
1333
|
"path",
|
|
1302
1334
|
{
|
|
1303
1335
|
fillRule: "evenodd",
|
|
@@ -1310,11 +1342,11 @@ var Paylater = (props) => {
|
|
|
1310
1342
|
var paylater_default = Paylater;
|
|
1311
1343
|
|
|
1312
1344
|
// src/icons/v2/outline/plus.tsx
|
|
1313
|
-
import { jsx as
|
|
1345
|
+
import { jsx as jsx52, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1314
1346
|
var Plus = (props) => {
|
|
1315
1347
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1316
1348
|
return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1317
|
-
/* @__PURE__ */
|
|
1349
|
+
/* @__PURE__ */ jsx52("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx52(
|
|
1318
1350
|
"path",
|
|
1319
1351
|
{
|
|
1320
1352
|
fillRule: "evenodd",
|
|
@@ -1323,24 +1355,24 @@ var Plus = (props) => {
|
|
|
1323
1355
|
fill: color
|
|
1324
1356
|
}
|
|
1325
1357
|
) }),
|
|
1326
|
-
/* @__PURE__ */
|
|
1358
|
+
/* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1327
1359
|
] });
|
|
1328
1360
|
};
|
|
1329
1361
|
var plus_default = Plus;
|
|
1330
1362
|
|
|
1331
1363
|
// src/icons/v2/outline/plus-large.tsx
|
|
1332
|
-
import { jsx as
|
|
1364
|
+
import { jsx as jsx53, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1333
1365
|
var PlusLarge = (props) => {
|
|
1334
1366
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1335
1367
|
return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1336
|
-
/* @__PURE__ */
|
|
1368
|
+
/* @__PURE__ */ jsx53(
|
|
1337
1369
|
"path",
|
|
1338
1370
|
{
|
|
1339
1371
|
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",
|
|
1340
1372
|
fill: color
|
|
1341
1373
|
}
|
|
1342
1374
|
),
|
|
1343
|
-
/* @__PURE__ */
|
|
1375
|
+
/* @__PURE__ */ jsx53(
|
|
1344
1376
|
"path",
|
|
1345
1377
|
{
|
|
1346
1378
|
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",
|
|
@@ -1352,12 +1384,12 @@ var PlusLarge = (props) => {
|
|
|
1352
1384
|
var plus_large_default = PlusLarge;
|
|
1353
1385
|
|
|
1354
1386
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1355
|
-
import { jsx as
|
|
1387
|
+
import { jsx as jsx54, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1356
1388
|
var PrivacyPolicy = (props) => {
|
|
1357
1389
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1358
1390
|
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1359
1391
|
/* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1360
|
-
/* @__PURE__ */
|
|
1392
|
+
/* @__PURE__ */ jsx54(
|
|
1361
1393
|
"path",
|
|
1362
1394
|
{
|
|
1363
1395
|
fillRule: "evenodd",
|
|
@@ -1366,7 +1398,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1366
1398
|
fill: color
|
|
1367
1399
|
}
|
|
1368
1400
|
),
|
|
1369
|
-
/* @__PURE__ */
|
|
1401
|
+
/* @__PURE__ */ jsx54(
|
|
1370
1402
|
"path",
|
|
1371
1403
|
{
|
|
1372
1404
|
fillRule: "evenodd",
|
|
@@ -1375,7 +1407,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1375
1407
|
fill: color
|
|
1376
1408
|
}
|
|
1377
1409
|
),
|
|
1378
|
-
/* @__PURE__ */
|
|
1410
|
+
/* @__PURE__ */ jsx54(
|
|
1379
1411
|
"path",
|
|
1380
1412
|
{
|
|
1381
1413
|
fillRule: "evenodd",
|
|
@@ -1384,7 +1416,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1384
1416
|
fill: color
|
|
1385
1417
|
}
|
|
1386
1418
|
),
|
|
1387
|
-
/* @__PURE__ */
|
|
1419
|
+
/* @__PURE__ */ jsx54(
|
|
1388
1420
|
"path",
|
|
1389
1421
|
{
|
|
1390
1422
|
fillRule: "evenodd",
|
|
@@ -1393,7 +1425,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1393
1425
|
fill: color
|
|
1394
1426
|
}
|
|
1395
1427
|
),
|
|
1396
|
-
/* @__PURE__ */
|
|
1428
|
+
/* @__PURE__ */ jsx54(
|
|
1397
1429
|
"path",
|
|
1398
1430
|
{
|
|
1399
1431
|
fillRule: "evenodd",
|
|
@@ -1402,7 +1434,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1402
1434
|
fill: color
|
|
1403
1435
|
}
|
|
1404
1436
|
),
|
|
1405
|
-
/* @__PURE__ */
|
|
1437
|
+
/* @__PURE__ */ jsx54(
|
|
1406
1438
|
"path",
|
|
1407
1439
|
{
|
|
1408
1440
|
fillRule: "evenodd",
|
|
@@ -1412,18 +1444,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1412
1444
|
}
|
|
1413
1445
|
)
|
|
1414
1446
|
] }),
|
|
1415
|
-
/* @__PURE__ */
|
|
1447
|
+
/* @__PURE__ */ jsx54("defs", { children: /* @__PURE__ */ jsx54("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx54("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1416
1448
|
] });
|
|
1417
1449
|
};
|
|
1418
1450
|
var privacy_policy_default = PrivacyPolicy;
|
|
1419
1451
|
|
|
1420
1452
|
// src/icons/v2/outline/profile.tsx
|
|
1421
|
-
import { jsx as
|
|
1453
|
+
import { jsx as jsx55, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1422
1454
|
var Profile = (props) => {
|
|
1423
1455
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1424
1456
|
return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1425
1457
|
/* @__PURE__ */ jsxs39("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1426
|
-
/* @__PURE__ */
|
|
1458
|
+
/* @__PURE__ */ jsx55(
|
|
1427
1459
|
"path",
|
|
1428
1460
|
{
|
|
1429
1461
|
fillRule: "evenodd",
|
|
@@ -1432,7 +1464,7 @@ var Profile = (props) => {
|
|
|
1432
1464
|
fill: color
|
|
1433
1465
|
}
|
|
1434
1466
|
),
|
|
1435
|
-
/* @__PURE__ */
|
|
1467
|
+
/* @__PURE__ */ jsx55(
|
|
1436
1468
|
"path",
|
|
1437
1469
|
{
|
|
1438
1470
|
fillRule: "evenodd",
|
|
@@ -1442,17 +1474,17 @@ var Profile = (props) => {
|
|
|
1442
1474
|
}
|
|
1443
1475
|
)
|
|
1444
1476
|
] }),
|
|
1445
|
-
/* @__PURE__ */
|
|
1477
|
+
/* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx55("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1446
1478
|
] });
|
|
1447
1479
|
};
|
|
1448
1480
|
var profile_default = Profile;
|
|
1449
1481
|
|
|
1450
1482
|
// src/icons/v2/outline/qr-code.tsx
|
|
1451
|
-
import { jsx as
|
|
1483
|
+
import { jsx as jsx56, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1452
1484
|
var QRCode = (props) => {
|
|
1453
1485
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1454
1486
|
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1455
|
-
/* @__PURE__ */
|
|
1487
|
+
/* @__PURE__ */ jsx56(
|
|
1456
1488
|
"path",
|
|
1457
1489
|
{
|
|
1458
1490
|
fillRule: "evenodd",
|
|
@@ -1461,7 +1493,7 @@ var QRCode = (props) => {
|
|
|
1461
1493
|
fill: color
|
|
1462
1494
|
}
|
|
1463
1495
|
),
|
|
1464
|
-
/* @__PURE__ */
|
|
1496
|
+
/* @__PURE__ */ jsx56(
|
|
1465
1497
|
"path",
|
|
1466
1498
|
{
|
|
1467
1499
|
fillRule: "evenodd",
|
|
@@ -1470,7 +1502,7 @@ var QRCode = (props) => {
|
|
|
1470
1502
|
fill: color
|
|
1471
1503
|
}
|
|
1472
1504
|
),
|
|
1473
|
-
/* @__PURE__ */
|
|
1505
|
+
/* @__PURE__ */ jsx56(
|
|
1474
1506
|
"path",
|
|
1475
1507
|
{
|
|
1476
1508
|
fillRule: "evenodd",
|
|
@@ -1479,7 +1511,7 @@ var QRCode = (props) => {
|
|
|
1479
1511
|
fill: color
|
|
1480
1512
|
}
|
|
1481
1513
|
),
|
|
1482
|
-
/* @__PURE__ */
|
|
1514
|
+
/* @__PURE__ */ jsx56(
|
|
1483
1515
|
"path",
|
|
1484
1516
|
{
|
|
1485
1517
|
fillRule: "evenodd",
|
|
@@ -1488,7 +1520,7 @@ var QRCode = (props) => {
|
|
|
1488
1520
|
fill: color
|
|
1489
1521
|
}
|
|
1490
1522
|
),
|
|
1491
|
-
/* @__PURE__ */
|
|
1523
|
+
/* @__PURE__ */ jsx56(
|
|
1492
1524
|
"path",
|
|
1493
1525
|
{
|
|
1494
1526
|
fillRule: "evenodd",
|
|
@@ -1497,7 +1529,7 @@ var QRCode = (props) => {
|
|
|
1497
1529
|
fill: color
|
|
1498
1530
|
}
|
|
1499
1531
|
),
|
|
1500
|
-
/* @__PURE__ */
|
|
1532
|
+
/* @__PURE__ */ jsx56(
|
|
1501
1533
|
"path",
|
|
1502
1534
|
{
|
|
1503
1535
|
fillRule: "evenodd",
|
|
@@ -1506,7 +1538,7 @@ var QRCode = (props) => {
|
|
|
1506
1538
|
fill: color
|
|
1507
1539
|
}
|
|
1508
1540
|
),
|
|
1509
|
-
/* @__PURE__ */
|
|
1541
|
+
/* @__PURE__ */ jsx56(
|
|
1510
1542
|
"path",
|
|
1511
1543
|
{
|
|
1512
1544
|
fillRule: "evenodd",
|
|
@@ -1515,7 +1547,7 @@ var QRCode = (props) => {
|
|
|
1515
1547
|
fill: color
|
|
1516
1548
|
}
|
|
1517
1549
|
),
|
|
1518
|
-
/* @__PURE__ */
|
|
1550
|
+
/* @__PURE__ */ jsx56(
|
|
1519
1551
|
"path",
|
|
1520
1552
|
{
|
|
1521
1553
|
fillRule: "evenodd",
|
|
@@ -1524,7 +1556,7 @@ var QRCode = (props) => {
|
|
|
1524
1556
|
fill: color
|
|
1525
1557
|
}
|
|
1526
1558
|
),
|
|
1527
|
-
/* @__PURE__ */
|
|
1559
|
+
/* @__PURE__ */ jsx56(
|
|
1528
1560
|
"path",
|
|
1529
1561
|
{
|
|
1530
1562
|
fillRule: "evenodd",
|
|
@@ -1533,7 +1565,7 @@ var QRCode = (props) => {
|
|
|
1533
1565
|
fill: color
|
|
1534
1566
|
}
|
|
1535
1567
|
),
|
|
1536
|
-
/* @__PURE__ */
|
|
1568
|
+
/* @__PURE__ */ jsx56(
|
|
1537
1569
|
"path",
|
|
1538
1570
|
{
|
|
1539
1571
|
fillRule: "evenodd",
|
|
@@ -1547,10 +1579,10 @@ var QRCode = (props) => {
|
|
|
1547
1579
|
var qr_code_default = QRCode;
|
|
1548
1580
|
|
|
1549
1581
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1550
|
-
import { jsx as
|
|
1582
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
1551
1583
|
var QRCodeBase = (props) => {
|
|
1552
1584
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1553
|
-
return /* @__PURE__ */
|
|
1585
|
+
return /* @__PURE__ */ jsx57("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx57(
|
|
1554
1586
|
"path",
|
|
1555
1587
|
{
|
|
1556
1588
|
fillRule: "evenodd",
|
|
@@ -1563,11 +1595,11 @@ var QRCodeBase = (props) => {
|
|
|
1563
1595
|
var qr_code_base_default = QRCodeBase;
|
|
1564
1596
|
|
|
1565
1597
|
// src/icons/v2/outline/search.tsx
|
|
1566
|
-
import { jsx as
|
|
1598
|
+
import { jsx as jsx58, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1567
1599
|
var Search = (props) => {
|
|
1568
1600
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1569
1601
|
return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1570
|
-
/* @__PURE__ */
|
|
1602
|
+
/* @__PURE__ */ jsx58(
|
|
1571
1603
|
"path",
|
|
1572
1604
|
{
|
|
1573
1605
|
fillRule: "evenodd",
|
|
@@ -1576,7 +1608,7 @@ var Search = (props) => {
|
|
|
1576
1608
|
fill: color
|
|
1577
1609
|
}
|
|
1578
1610
|
),
|
|
1579
|
-
/* @__PURE__ */
|
|
1611
|
+
/* @__PURE__ */ jsx58(
|
|
1580
1612
|
"path",
|
|
1581
1613
|
{
|
|
1582
1614
|
fillRule: "evenodd",
|
|
@@ -1590,10 +1622,10 @@ var Search = (props) => {
|
|
|
1590
1622
|
var search_default = Search;
|
|
1591
1623
|
|
|
1592
1624
|
// src/icons/v2/outline/setting.tsx
|
|
1593
|
-
import { jsx as
|
|
1625
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
1594
1626
|
var Setting = (props) => {
|
|
1595
1627
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1596
|
-
return /* @__PURE__ */
|
|
1628
|
+
return /* @__PURE__ */ jsx59("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx59(
|
|
1597
1629
|
"path",
|
|
1598
1630
|
{
|
|
1599
1631
|
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",
|
|
@@ -1604,11 +1636,11 @@ var Setting = (props) => {
|
|
|
1604
1636
|
var setting_default = Setting;
|
|
1605
1637
|
|
|
1606
1638
|
// src/icons/v2/outline/share.tsx
|
|
1607
|
-
import { jsx as
|
|
1639
|
+
import { jsx as jsx60, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1608
1640
|
var Bag2 = (props) => {
|
|
1609
1641
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1610
1642
|
return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1611
|
-
/* @__PURE__ */
|
|
1643
|
+
/* @__PURE__ */ jsx60(
|
|
1612
1644
|
"path",
|
|
1613
1645
|
{
|
|
1614
1646
|
fillRule: "evenodd",
|
|
@@ -1617,7 +1649,7 @@ var Bag2 = (props) => {
|
|
|
1617
1649
|
fill: color
|
|
1618
1650
|
}
|
|
1619
1651
|
),
|
|
1620
|
-
/* @__PURE__ */
|
|
1652
|
+
/* @__PURE__ */ jsx60(
|
|
1621
1653
|
"path",
|
|
1622
1654
|
{
|
|
1623
1655
|
fillRule: "evenodd",
|
|
@@ -1626,7 +1658,7 @@ var Bag2 = (props) => {
|
|
|
1626
1658
|
fill: color
|
|
1627
1659
|
}
|
|
1628
1660
|
),
|
|
1629
|
-
/* @__PURE__ */
|
|
1661
|
+
/* @__PURE__ */ jsx60(
|
|
1630
1662
|
"path",
|
|
1631
1663
|
{
|
|
1632
1664
|
fillRule: "evenodd",
|
|
@@ -1639,12 +1671,84 @@ var Bag2 = (props) => {
|
|
|
1639
1671
|
};
|
|
1640
1672
|
var share_default = Bag2;
|
|
1641
1673
|
|
|
1674
|
+
// src/icons/v2/outline/size-chart-rounded.tsx
|
|
1675
|
+
import { jsx as jsx61, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1676
|
+
var SizeChartRounded = (props) => {
|
|
1677
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1678
|
+
return /* @__PURE__ */ jsxs43("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1679
|
+
/* @__PURE__ */ jsx61(
|
|
1680
|
+
"path",
|
|
1681
|
+
{
|
|
1682
|
+
fillRule: "evenodd",
|
|
1683
|
+
clipRule: "evenodd",
|
|
1684
|
+
d: "M1.6779 10.8567C1.6779 10.0512 2.33082 9.39832 3.13624 9.39832H16.8647C17.6701 9.39832 18.323 10.0512 18.323 10.8567V15.2017C18.323 16.0071 17.6701 16.66 16.8647 16.66H3.13624C2.33082 16.66 1.6779 16.0071 1.6779 15.2017V10.8567ZM3.13624 10.6483C3.02118 10.6483 2.9279 10.7416 2.9279 10.8567V15.2017C2.9279 15.3168 3.02118 15.41 3.13624 15.41H16.8647C16.9798 15.41 17.073 15.3168 17.073 15.2017V10.8567C17.073 10.7416 16.9798 10.6483 16.8647 10.6483H3.13624Z",
|
|
1685
|
+
fill: color
|
|
1686
|
+
}
|
|
1687
|
+
),
|
|
1688
|
+
/* @__PURE__ */ jsx61(
|
|
1689
|
+
"path",
|
|
1690
|
+
{
|
|
1691
|
+
fillRule: "evenodd",
|
|
1692
|
+
clipRule: "evenodd",
|
|
1693
|
+
d: "M5.83381 9.64007C6.13297 9.64007 6.37548 9.88259 6.37548 10.1817V12.106C6.37548 12.4052 6.13297 12.6477 5.83381 12.6477C5.53466 12.6477 5.29214 12.4052 5.29214 12.106V10.1817C5.29214 9.88259 5.53466 9.64007 5.83381 9.64007Z",
|
|
1694
|
+
fill: color
|
|
1695
|
+
}
|
|
1696
|
+
),
|
|
1697
|
+
/* @__PURE__ */ jsx61(
|
|
1698
|
+
"path",
|
|
1699
|
+
{
|
|
1700
|
+
fillRule: "evenodd",
|
|
1701
|
+
clipRule: "evenodd",
|
|
1702
|
+
d: "M10.0005 9.89768C10.2996 9.89768 10.5421 10.1402 10.5421 10.4393V12.3636C10.5421 12.6628 10.2996 12.9053 10.0005 12.9053C9.70132 12.9053 9.45881 12.6628 9.45881 12.3636V10.4393C9.45881 10.1402 9.70132 9.89768 10.0005 9.89768Z",
|
|
1703
|
+
fill: color
|
|
1704
|
+
}
|
|
1705
|
+
),
|
|
1706
|
+
/* @__PURE__ */ jsx61(
|
|
1707
|
+
"path",
|
|
1708
|
+
{
|
|
1709
|
+
fillRule: "evenodd",
|
|
1710
|
+
clipRule: "evenodd",
|
|
1711
|
+
d: "M14.5332 9.48165C14.8324 9.48165 15.0749 9.72416 15.0749 10.0233V11.9476C15.0749 12.2467 14.8324 12.4893 14.5332 12.4893C14.2341 12.4893 13.9916 12.2467 13.9916 11.9476V10.0233C13.9916 9.72416 14.2341 9.48165 14.5332 9.48165Z",
|
|
1712
|
+
fill: color
|
|
1713
|
+
}
|
|
1714
|
+
),
|
|
1715
|
+
/* @__PURE__ */ jsx61(
|
|
1716
|
+
"path",
|
|
1717
|
+
{
|
|
1718
|
+
fillRule: "evenodd",
|
|
1719
|
+
clipRule: "evenodd",
|
|
1720
|
+
d: "M1.82564 6.04234C1.58156 5.79826 1.58156 5.40253 1.82564 5.15846L3.45136 3.53273C3.69544 3.28866 4.09116 3.28866 4.33524 3.53273C4.57932 3.77681 4.57932 4.17254 4.33524 4.41662L3.15146 5.6004L4.33524 6.78419C4.57932 7.02827 4.57932 7.42399 4.33524 7.66807C4.09116 7.91215 3.69543 7.91215 3.45136 7.66807L1.82564 6.04234Z",
|
|
1721
|
+
fill: color
|
|
1722
|
+
}
|
|
1723
|
+
),
|
|
1724
|
+
/* @__PURE__ */ jsx61(
|
|
1725
|
+
"path",
|
|
1726
|
+
{
|
|
1727
|
+
fillRule: "evenodd",
|
|
1728
|
+
clipRule: "evenodd",
|
|
1729
|
+
d: "M17.3208 5.15846C17.5648 5.40254 17.5648 5.79827 17.3208 6.04234L15.695 7.66807C15.451 7.91214 15.0552 7.91214 14.8111 7.66807C14.5671 7.42399 14.5671 7.02826 14.8111 6.78418L15.9949 5.6004L14.8111 4.41661C14.5671 4.17253 14.5671 3.7768 14.8111 3.53273C15.0552 3.28865 15.451 3.28865 15.695 3.53273L17.3208 5.15846Z",
|
|
1730
|
+
fill: color
|
|
1731
|
+
}
|
|
1732
|
+
),
|
|
1733
|
+
/* @__PURE__ */ jsx61(
|
|
1734
|
+
"path",
|
|
1735
|
+
{
|
|
1736
|
+
fillRule: "evenodd",
|
|
1737
|
+
clipRule: "evenodd",
|
|
1738
|
+
d: "M1.85223 5.60039C1.85223 5.25521 2.13206 4.97539 2.47723 4.97539L16.8788 4.97539C17.224 4.97539 17.5038 5.25521 17.5038 5.60039C17.5038 5.94557 17.224 6.22539 16.8788 6.22539L2.47723 6.22539C2.13206 6.22539 1.85223 5.94557 1.85223 5.60039Z",
|
|
1739
|
+
fill: color
|
|
1740
|
+
}
|
|
1741
|
+
)
|
|
1742
|
+
] });
|
|
1743
|
+
};
|
|
1744
|
+
var size_chart_rounded_default = SizeChartRounded;
|
|
1745
|
+
|
|
1642
1746
|
// src/icons/v2/outline/sort.tsx
|
|
1643
|
-
import { jsx as
|
|
1747
|
+
import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1644
1748
|
var Sort = (props) => {
|
|
1645
1749
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1646
|
-
return /* @__PURE__ */
|
|
1647
|
-
/* @__PURE__ */
|
|
1750
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1751
|
+
/* @__PURE__ */ jsx62(
|
|
1648
1752
|
"path",
|
|
1649
1753
|
{
|
|
1650
1754
|
fillRule: "evenodd",
|
|
@@ -1653,7 +1757,7 @@ var Sort = (props) => {
|
|
|
1653
1757
|
fill: color
|
|
1654
1758
|
}
|
|
1655
1759
|
),
|
|
1656
|
-
/* @__PURE__ */
|
|
1760
|
+
/* @__PURE__ */ jsx62(
|
|
1657
1761
|
"path",
|
|
1658
1762
|
{
|
|
1659
1763
|
fillRule: "evenodd",
|
|
@@ -1667,25 +1771,25 @@ var Sort = (props) => {
|
|
|
1667
1771
|
var sort_default = Sort;
|
|
1668
1772
|
|
|
1669
1773
|
// src/icons/v2/outline/store-complete.tsx
|
|
1670
|
-
import { jsx as
|
|
1774
|
+
import { jsx as jsx63, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1671
1775
|
var StoreComplete = (props) => {
|
|
1672
1776
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1673
|
-
return /* @__PURE__ */
|
|
1674
|
-
/* @__PURE__ */
|
|
1777
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1778
|
+
/* @__PURE__ */ jsx63(
|
|
1675
1779
|
"path",
|
|
1676
1780
|
{
|
|
1677
1781
|
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",
|
|
1678
1782
|
fill: color
|
|
1679
1783
|
}
|
|
1680
1784
|
),
|
|
1681
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsx63(
|
|
1682
1786
|
"path",
|
|
1683
1787
|
{
|
|
1684
1788
|
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",
|
|
1685
1789
|
fill: color
|
|
1686
1790
|
}
|
|
1687
1791
|
),
|
|
1688
|
-
/* @__PURE__ */
|
|
1792
|
+
/* @__PURE__ */ jsx63(
|
|
1689
1793
|
"path",
|
|
1690
1794
|
{
|
|
1691
1795
|
fillRule: "evenodd",
|
|
@@ -1699,12 +1803,12 @@ var StoreComplete = (props) => {
|
|
|
1699
1803
|
var store_complete_default = StoreComplete;
|
|
1700
1804
|
|
|
1701
1805
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1702
|
-
import { jsx as
|
|
1806
|
+
import { jsx as jsx64, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1703
1807
|
var TermConditions = (props) => {
|
|
1704
1808
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1705
|
-
return /* @__PURE__ */
|
|
1706
|
-
/* @__PURE__ */
|
|
1707
|
-
/* @__PURE__ */
|
|
1809
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1810
|
+
/* @__PURE__ */ jsxs46("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1811
|
+
/* @__PURE__ */ jsx64(
|
|
1708
1812
|
"path",
|
|
1709
1813
|
{
|
|
1710
1814
|
fillRule: "evenodd",
|
|
@@ -1713,7 +1817,7 @@ var TermConditions = (props) => {
|
|
|
1713
1817
|
fill: color
|
|
1714
1818
|
}
|
|
1715
1819
|
),
|
|
1716
|
-
/* @__PURE__ */
|
|
1820
|
+
/* @__PURE__ */ jsx64(
|
|
1717
1821
|
"path",
|
|
1718
1822
|
{
|
|
1719
1823
|
fillRule: "evenodd",
|
|
@@ -1722,7 +1826,7 @@ var TermConditions = (props) => {
|
|
|
1722
1826
|
fill: color
|
|
1723
1827
|
}
|
|
1724
1828
|
),
|
|
1725
|
-
/* @__PURE__ */
|
|
1829
|
+
/* @__PURE__ */ jsx64(
|
|
1726
1830
|
"path",
|
|
1727
1831
|
{
|
|
1728
1832
|
fillRule: "evenodd",
|
|
@@ -1731,7 +1835,7 @@ var TermConditions = (props) => {
|
|
|
1731
1835
|
fill: color
|
|
1732
1836
|
}
|
|
1733
1837
|
),
|
|
1734
|
-
/* @__PURE__ */
|
|
1838
|
+
/* @__PURE__ */ jsx64(
|
|
1735
1839
|
"path",
|
|
1736
1840
|
{
|
|
1737
1841
|
fillRule: "evenodd",
|
|
@@ -1740,7 +1844,7 @@ var TermConditions = (props) => {
|
|
|
1740
1844
|
fill: color
|
|
1741
1845
|
}
|
|
1742
1846
|
),
|
|
1743
|
-
/* @__PURE__ */
|
|
1847
|
+
/* @__PURE__ */ jsx64(
|
|
1744
1848
|
"path",
|
|
1745
1849
|
{
|
|
1746
1850
|
fillRule: "evenodd",
|
|
@@ -1749,7 +1853,7 @@ var TermConditions = (props) => {
|
|
|
1749
1853
|
fill: color
|
|
1750
1854
|
}
|
|
1751
1855
|
),
|
|
1752
|
-
/* @__PURE__ */
|
|
1856
|
+
/* @__PURE__ */ jsx64(
|
|
1753
1857
|
"path",
|
|
1754
1858
|
{
|
|
1755
1859
|
fillRule: "evenodd",
|
|
@@ -1759,16 +1863,16 @@ var TermConditions = (props) => {
|
|
|
1759
1863
|
}
|
|
1760
1864
|
)
|
|
1761
1865
|
] }),
|
|
1762
|
-
/* @__PURE__ */
|
|
1866
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1763
1867
|
] });
|
|
1764
1868
|
};
|
|
1765
1869
|
var term_conditions_default = TermConditions;
|
|
1766
1870
|
|
|
1767
1871
|
// src/icons/v2/outline/tips-measurement.tsx
|
|
1768
|
-
import { jsx as
|
|
1872
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1769
1873
|
var TipsMeasurement = (props) => {
|
|
1770
1874
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1771
|
-
return /* @__PURE__ */
|
|
1875
|
+
return /* @__PURE__ */ jsx65("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx65(
|
|
1772
1876
|
"path",
|
|
1773
1877
|
{
|
|
1774
1878
|
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",
|
|
@@ -1779,12 +1883,12 @@ var TipsMeasurement = (props) => {
|
|
|
1779
1883
|
var tips_measurement_default = TipsMeasurement;
|
|
1780
1884
|
|
|
1781
1885
|
// src/icons/v2/outline/trash.tsx
|
|
1782
|
-
import { jsx as
|
|
1886
|
+
import { jsx as jsx66, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1783
1887
|
var Trash = (props) => {
|
|
1784
1888
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1785
|
-
return /* @__PURE__ */
|
|
1786
|
-
/* @__PURE__ */
|
|
1787
|
-
/* @__PURE__ */
|
|
1889
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1890
|
+
/* @__PURE__ */ jsxs47("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1891
|
+
/* @__PURE__ */ jsx66(
|
|
1788
1892
|
"path",
|
|
1789
1893
|
{
|
|
1790
1894
|
fillRule: "evenodd",
|
|
@@ -1793,7 +1897,7 @@ var Trash = (props) => {
|
|
|
1793
1897
|
fill: color
|
|
1794
1898
|
}
|
|
1795
1899
|
),
|
|
1796
|
-
/* @__PURE__ */
|
|
1900
|
+
/* @__PURE__ */ jsx66(
|
|
1797
1901
|
"path",
|
|
1798
1902
|
{
|
|
1799
1903
|
fillRule: "evenodd",
|
|
@@ -1802,7 +1906,7 @@ var Trash = (props) => {
|
|
|
1802
1906
|
fill: color
|
|
1803
1907
|
}
|
|
1804
1908
|
),
|
|
1805
|
-
/* @__PURE__ */
|
|
1909
|
+
/* @__PURE__ */ jsx66(
|
|
1806
1910
|
"path",
|
|
1807
1911
|
{
|
|
1808
1912
|
fillRule: "evenodd",
|
|
@@ -1811,7 +1915,7 @@ var Trash = (props) => {
|
|
|
1811
1915
|
fill: color
|
|
1812
1916
|
}
|
|
1813
1917
|
),
|
|
1814
|
-
/* @__PURE__ */
|
|
1918
|
+
/* @__PURE__ */ jsx66(
|
|
1815
1919
|
"path",
|
|
1816
1920
|
{
|
|
1817
1921
|
fillRule: "evenodd",
|
|
@@ -1821,17 +1925,17 @@ var Trash = (props) => {
|
|
|
1821
1925
|
}
|
|
1822
1926
|
)
|
|
1823
1927
|
] }),
|
|
1824
|
-
/* @__PURE__ */
|
|
1928
|
+
/* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx66("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1825
1929
|
] });
|
|
1826
1930
|
};
|
|
1827
1931
|
var trash_default = Trash;
|
|
1828
1932
|
|
|
1829
1933
|
// src/icons/v2/outline/truck.tsx
|
|
1830
|
-
import { jsx as
|
|
1934
|
+
import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1831
1935
|
var Truck = (props) => {
|
|
1832
1936
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1833
|
-
return /* @__PURE__ */
|
|
1834
|
-
/* @__PURE__ */
|
|
1937
|
+
return /* @__PURE__ */ jsxs48("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1938
|
+
/* @__PURE__ */ jsx67("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx67(
|
|
1835
1939
|
"path",
|
|
1836
1940
|
{
|
|
1837
1941
|
fillRule: "evenodd",
|
|
@@ -1840,38 +1944,38 @@ var Truck = (props) => {
|
|
|
1840
1944
|
fill: color
|
|
1841
1945
|
}
|
|
1842
1946
|
) }),
|
|
1843
|
-
/* @__PURE__ */
|
|
1947
|
+
/* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "truck", children: /* @__PURE__ */ jsx67("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1844
1948
|
] });
|
|
1845
1949
|
};
|
|
1846
1950
|
var truck_default = Truck;
|
|
1847
1951
|
|
|
1848
1952
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1849
|
-
import { jsx as
|
|
1953
|
+
import { jsx as jsx68, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1850
1954
|
var TruckDiscount = (props) => {
|
|
1851
1955
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1852
|
-
return /* @__PURE__ */
|
|
1853
|
-
/* @__PURE__ */
|
|
1956
|
+
return /* @__PURE__ */ jsxs49("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1957
|
+
/* @__PURE__ */ jsx68(
|
|
1854
1958
|
"path",
|
|
1855
1959
|
{
|
|
1856
1960
|
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",
|
|
1857
1961
|
fill: color
|
|
1858
1962
|
}
|
|
1859
1963
|
),
|
|
1860
|
-
/* @__PURE__ */
|
|
1964
|
+
/* @__PURE__ */ jsx68(
|
|
1861
1965
|
"path",
|
|
1862
1966
|
{
|
|
1863
1967
|
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",
|
|
1864
1968
|
fill: color
|
|
1865
1969
|
}
|
|
1866
1970
|
),
|
|
1867
|
-
/* @__PURE__ */
|
|
1971
|
+
/* @__PURE__ */ jsx68(
|
|
1868
1972
|
"path",
|
|
1869
1973
|
{
|
|
1870
1974
|
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",
|
|
1871
1975
|
fill: color
|
|
1872
1976
|
}
|
|
1873
1977
|
),
|
|
1874
|
-
/* @__PURE__ */
|
|
1978
|
+
/* @__PURE__ */ jsx68(
|
|
1875
1979
|
"path",
|
|
1876
1980
|
{
|
|
1877
1981
|
fillRule: "evenodd",
|
|
@@ -1885,12 +1989,12 @@ var TruckDiscount = (props) => {
|
|
|
1885
1989
|
var truck_discount_default = TruckDiscount;
|
|
1886
1990
|
|
|
1887
1991
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1888
|
-
import { jsx as
|
|
1992
|
+
import { jsx as jsx69, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1889
1993
|
var VirtualWallet = (props) => {
|
|
1890
1994
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1891
|
-
return /* @__PURE__ */
|
|
1892
|
-
/* @__PURE__ */
|
|
1893
|
-
/* @__PURE__ */
|
|
1995
|
+
return /* @__PURE__ */ jsxs50("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1996
|
+
/* @__PURE__ */ jsxs50("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
1997
|
+
/* @__PURE__ */ jsx69(
|
|
1894
1998
|
"path",
|
|
1895
1999
|
{
|
|
1896
2000
|
fillRule: "evenodd",
|
|
@@ -1899,7 +2003,7 @@ var VirtualWallet = (props) => {
|
|
|
1899
2003
|
fill: color
|
|
1900
2004
|
}
|
|
1901
2005
|
),
|
|
1902
|
-
/* @__PURE__ */
|
|
2006
|
+
/* @__PURE__ */ jsx69(
|
|
1903
2007
|
"path",
|
|
1904
2008
|
{
|
|
1905
2009
|
fillRule: "evenodd",
|
|
@@ -1908,7 +2012,7 @@ var VirtualWallet = (props) => {
|
|
|
1908
2012
|
fill: color
|
|
1909
2013
|
}
|
|
1910
2014
|
),
|
|
1911
|
-
/* @__PURE__ */
|
|
2015
|
+
/* @__PURE__ */ jsx69(
|
|
1912
2016
|
"path",
|
|
1913
2017
|
{
|
|
1914
2018
|
fillRule: "evenodd",
|
|
@@ -1917,14 +2021,14 @@ var VirtualWallet = (props) => {
|
|
|
1917
2021
|
fill: color
|
|
1918
2022
|
}
|
|
1919
2023
|
),
|
|
1920
|
-
/* @__PURE__ */
|
|
2024
|
+
/* @__PURE__ */ jsx69(
|
|
1921
2025
|
"path",
|
|
1922
2026
|
{
|
|
1923
2027
|
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",
|
|
1924
2028
|
fill: color
|
|
1925
2029
|
}
|
|
1926
2030
|
),
|
|
1927
|
-
/* @__PURE__ */
|
|
2031
|
+
/* @__PURE__ */ jsx69(
|
|
1928
2032
|
"path",
|
|
1929
2033
|
{
|
|
1930
2034
|
fillRule: "evenodd",
|
|
@@ -1933,7 +2037,7 @@ var VirtualWallet = (props) => {
|
|
|
1933
2037
|
fill: color
|
|
1934
2038
|
}
|
|
1935
2039
|
),
|
|
1936
|
-
/* @__PURE__ */
|
|
2040
|
+
/* @__PURE__ */ jsx69(
|
|
1937
2041
|
"path",
|
|
1938
2042
|
{
|
|
1939
2043
|
fillRule: "evenodd",
|
|
@@ -1943,17 +2047,17 @@ var VirtualWallet = (props) => {
|
|
|
1943
2047
|
}
|
|
1944
2048
|
)
|
|
1945
2049
|
] }),
|
|
1946
|
-
/* @__PURE__ */
|
|
2050
|
+
/* @__PURE__ */ jsx69("defs", { children: /* @__PURE__ */ jsx69("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx69("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1947
2051
|
] });
|
|
1948
2052
|
};
|
|
1949
2053
|
var virtual_wallet_default = VirtualWallet;
|
|
1950
2054
|
|
|
1951
2055
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
1952
|
-
import { jsx as
|
|
2056
|
+
import { jsx as jsx70, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1953
2057
|
var VoucherApplied = (props) => {
|
|
1954
2058
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1955
|
-
return /* @__PURE__ */
|
|
1956
|
-
/* @__PURE__ */
|
|
2059
|
+
return /* @__PURE__ */ jsxs51("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2060
|
+
/* @__PURE__ */ jsx70(
|
|
1957
2061
|
"path",
|
|
1958
2062
|
{
|
|
1959
2063
|
fillRule: "evenodd",
|
|
@@ -1962,7 +2066,7 @@ var VoucherApplied = (props) => {
|
|
|
1962
2066
|
fill: color
|
|
1963
2067
|
}
|
|
1964
2068
|
),
|
|
1965
|
-
/* @__PURE__ */
|
|
2069
|
+
/* @__PURE__ */ jsx70(
|
|
1966
2070
|
"path",
|
|
1967
2071
|
{
|
|
1968
2072
|
fillRule: "evenodd",
|
|
@@ -1971,7 +2075,7 @@ var VoucherApplied = (props) => {
|
|
|
1971
2075
|
fill: color
|
|
1972
2076
|
}
|
|
1973
2077
|
),
|
|
1974
|
-
/* @__PURE__ */
|
|
2078
|
+
/* @__PURE__ */ jsx70(
|
|
1975
2079
|
"path",
|
|
1976
2080
|
{
|
|
1977
2081
|
fillRule: "evenodd",
|
|
@@ -1980,7 +2084,7 @@ var VoucherApplied = (props) => {
|
|
|
1980
2084
|
fill: color
|
|
1981
2085
|
}
|
|
1982
2086
|
),
|
|
1983
|
-
/* @__PURE__ */
|
|
2087
|
+
/* @__PURE__ */ jsx70(
|
|
1984
2088
|
"path",
|
|
1985
2089
|
{
|
|
1986
2090
|
fillRule: "evenodd",
|
|
@@ -1994,25 +2098,25 @@ var VoucherApplied = (props) => {
|
|
|
1994
2098
|
var voucher_applied_default = VoucherApplied;
|
|
1995
2099
|
|
|
1996
2100
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
1997
|
-
import { jsx as
|
|
2101
|
+
import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1998
2102
|
var VoucherOutline = (props) => {
|
|
1999
2103
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2000
|
-
return /* @__PURE__ */
|
|
2001
|
-
/* @__PURE__ */
|
|
2104
|
+
return /* @__PURE__ */ jsxs52("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2105
|
+
/* @__PURE__ */ jsx71(
|
|
2002
2106
|
"path",
|
|
2003
2107
|
{
|
|
2004
2108
|
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",
|
|
2005
2109
|
fill: color
|
|
2006
2110
|
}
|
|
2007
2111
|
),
|
|
2008
|
-
/* @__PURE__ */
|
|
2112
|
+
/* @__PURE__ */ jsx71(
|
|
2009
2113
|
"path",
|
|
2010
2114
|
{
|
|
2011
2115
|
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",
|
|
2012
2116
|
fill: color
|
|
2013
2117
|
}
|
|
2014
2118
|
),
|
|
2015
|
-
/* @__PURE__ */
|
|
2119
|
+
/* @__PURE__ */ jsx71(
|
|
2016
2120
|
"path",
|
|
2017
2121
|
{
|
|
2018
2122
|
fillRule: "evenodd",
|
|
@@ -2026,12 +2130,12 @@ var VoucherOutline = (props) => {
|
|
|
2026
2130
|
var voucher_outline_default = VoucherOutline;
|
|
2027
2131
|
|
|
2028
2132
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2029
|
-
import { jsx as
|
|
2133
|
+
import { jsx as jsx72, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2030
2134
|
var AddBagSolid = (props) => {
|
|
2031
2135
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2032
2136
|
const fillColor = color || "#12784A";
|
|
2033
|
-
return /* @__PURE__ */
|
|
2034
|
-
/* @__PURE__ */
|
|
2137
|
+
return /* @__PURE__ */ jsxs53("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2138
|
+
/* @__PURE__ */ jsx72(
|
|
2035
2139
|
"path",
|
|
2036
2140
|
{
|
|
2037
2141
|
fillRule: "evenodd",
|
|
@@ -2040,7 +2144,7 @@ var AddBagSolid = (props) => {
|
|
|
2040
2144
|
fill: fillColor
|
|
2041
2145
|
}
|
|
2042
2146
|
),
|
|
2043
|
-
/* @__PURE__ */
|
|
2147
|
+
/* @__PURE__ */ jsx72(
|
|
2044
2148
|
"path",
|
|
2045
2149
|
{
|
|
2046
2150
|
fillRule: "evenodd",
|
|
@@ -2054,10 +2158,10 @@ var AddBagSolid = (props) => {
|
|
|
2054
2158
|
var add_bag_solid_default = AddBagSolid;
|
|
2055
2159
|
|
|
2056
2160
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2057
|
-
import { jsx as
|
|
2161
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
2058
2162
|
var ArrowDownCircleSolid = (props) => {
|
|
2059
2163
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2060
|
-
return /* @__PURE__ */
|
|
2164
|
+
return /* @__PURE__ */ jsx73("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx73(
|
|
2061
2165
|
"path",
|
|
2062
2166
|
{
|
|
2063
2167
|
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",
|
|
@@ -2068,10 +2172,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2068
2172
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2069
2173
|
|
|
2070
2174
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2071
|
-
import { jsx as
|
|
2175
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
2072
2176
|
var BagSolid = (props) => {
|
|
2073
2177
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2074
|
-
return /* @__PURE__ */
|
|
2178
|
+
return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74(
|
|
2075
2179
|
"path",
|
|
2076
2180
|
{
|
|
2077
2181
|
fillRule: "evenodd",
|
|
@@ -2084,32 +2188,32 @@ var BagSolid = (props) => {
|
|
|
2084
2188
|
var bag_solid_default = BagSolid;
|
|
2085
2189
|
|
|
2086
2190
|
// src/icons/v2/solid/category-solid.tsx
|
|
2087
|
-
import { jsx as
|
|
2191
|
+
import { jsx as jsx75, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2088
2192
|
var CategorySolid = (props) => {
|
|
2089
2193
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2090
|
-
return /* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2194
|
+
return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2195
|
+
/* @__PURE__ */ jsx75(
|
|
2092
2196
|
"path",
|
|
2093
2197
|
{
|
|
2094
2198
|
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",
|
|
2095
2199
|
fill: color
|
|
2096
2200
|
}
|
|
2097
2201
|
),
|
|
2098
|
-
/* @__PURE__ */
|
|
2202
|
+
/* @__PURE__ */ jsx75(
|
|
2099
2203
|
"path",
|
|
2100
2204
|
{
|
|
2101
2205
|
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",
|
|
2102
2206
|
fill: color
|
|
2103
2207
|
}
|
|
2104
2208
|
),
|
|
2105
|
-
/* @__PURE__ */
|
|
2209
|
+
/* @__PURE__ */ jsx75(
|
|
2106
2210
|
"path",
|
|
2107
2211
|
{
|
|
2108
2212
|
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",
|
|
2109
2213
|
fill: color
|
|
2110
2214
|
}
|
|
2111
2215
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2216
|
+
/* @__PURE__ */ jsx75(
|
|
2113
2217
|
"path",
|
|
2114
2218
|
{
|
|
2115
2219
|
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",
|
|
@@ -2121,10 +2225,10 @@ var CategorySolid = (props) => {
|
|
|
2121
2225
|
var category_solid_default = CategorySolid;
|
|
2122
2226
|
|
|
2123
2227
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2124
|
-
import { jsx as
|
|
2228
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
2125
2229
|
var ChatCsSolid = (props) => {
|
|
2126
2230
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2127
|
-
return /* @__PURE__ */
|
|
2231
|
+
return /* @__PURE__ */ jsx76("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx76(
|
|
2128
2232
|
"path",
|
|
2129
2233
|
{
|
|
2130
2234
|
fillRule: "evenodd",
|
|
@@ -2137,10 +2241,10 @@ var ChatCsSolid = (props) => {
|
|
|
2137
2241
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2138
2242
|
|
|
2139
2243
|
// src/icons/v2/solid/check-shield.tsx
|
|
2140
|
-
import { jsx as
|
|
2244
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
2141
2245
|
var CheckShield2 = (props) => {
|
|
2142
2246
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2143
|
-
return /* @__PURE__ */
|
|
2247
|
+
return /* @__PURE__ */ jsx77("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77(
|
|
2144
2248
|
"path",
|
|
2145
2249
|
{
|
|
2146
2250
|
fillRule: "evenodd",
|
|
@@ -2153,13 +2257,13 @@ var CheckShield2 = (props) => {
|
|
|
2153
2257
|
var check_shield_default2 = CheckShield2;
|
|
2154
2258
|
|
|
2155
2259
|
// src/icons/v2/solid/direction.tsx
|
|
2156
|
-
import { jsx as
|
|
2260
|
+
import { jsx as jsx78, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2157
2261
|
var Direction = (props) => {
|
|
2158
2262
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2159
|
-
return /* @__PURE__ */
|
|
2160
|
-
/* @__PURE__ */
|
|
2161
|
-
/* @__PURE__ */
|
|
2162
|
-
/* @__PURE__ */
|
|
2263
|
+
return /* @__PURE__ */ jsxs55("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2264
|
+
/* @__PURE__ */ jsxs55("g", { clipPath: "url(#direction)", children: [
|
|
2265
|
+
/* @__PURE__ */ jsx78("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2266
|
+
/* @__PURE__ */ jsx78(
|
|
2163
2267
|
"path",
|
|
2164
2268
|
{
|
|
2165
2269
|
fillRule: "evenodd",
|
|
@@ -2169,16 +2273,16 @@ var Direction = (props) => {
|
|
|
2169
2273
|
}
|
|
2170
2274
|
)
|
|
2171
2275
|
] }),
|
|
2172
|
-
/* @__PURE__ */
|
|
2276
|
+
/* @__PURE__ */ jsx78("defs", { children: /* @__PURE__ */ jsx78("clipPath", { id: "direction", children: /* @__PURE__ */ jsx78("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2173
2277
|
] });
|
|
2174
2278
|
};
|
|
2175
2279
|
var direction_default = Direction;
|
|
2176
2280
|
|
|
2177
2281
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2178
|
-
import { jsx as
|
|
2282
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
2179
2283
|
var EnvelopedSolid = (props) => {
|
|
2180
2284
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2181
|
-
return /* @__PURE__ */
|
|
2285
|
+
return /* @__PURE__ */ jsx79("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx79(
|
|
2182
2286
|
"path",
|
|
2183
2287
|
{
|
|
2184
2288
|
fillRule: "evenodd",
|
|
@@ -2191,12 +2295,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2191
2295
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2192
2296
|
|
|
2193
2297
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2194
|
-
import { jsx as
|
|
2298
|
+
import { jsx as jsx80, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2195
2299
|
var FastTruckSolid = (props) => {
|
|
2196
2300
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2197
2301
|
const fillColor = color || "#12784A";
|
|
2198
|
-
return /* @__PURE__ */
|
|
2199
|
-
/* @__PURE__ */
|
|
2302
|
+
return /* @__PURE__ */ jsxs56("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2303
|
+
/* @__PURE__ */ jsx80(
|
|
2200
2304
|
"path",
|
|
2201
2305
|
{
|
|
2202
2306
|
fillRule: "evenodd",
|
|
@@ -2205,14 +2309,14 @@ var FastTruckSolid = (props) => {
|
|
|
2205
2309
|
fill: fillColor
|
|
2206
2310
|
}
|
|
2207
2311
|
),
|
|
2208
|
-
/* @__PURE__ */
|
|
2312
|
+
/* @__PURE__ */ jsx80(
|
|
2209
2313
|
"path",
|
|
2210
2314
|
{
|
|
2211
2315
|
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",
|
|
2212
2316
|
fill: fillColor
|
|
2213
2317
|
}
|
|
2214
2318
|
),
|
|
2215
|
-
/* @__PURE__ */
|
|
2319
|
+
/* @__PURE__ */ jsx80(
|
|
2216
2320
|
"path",
|
|
2217
2321
|
{
|
|
2218
2322
|
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",
|
|
@@ -2224,10 +2328,10 @@ var FastTruckSolid = (props) => {
|
|
|
2224
2328
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2225
2329
|
|
|
2226
2330
|
// src/icons/v2/solid/hand.tsx
|
|
2227
|
-
import { jsx as
|
|
2331
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
2228
2332
|
var Hand = (props) => {
|
|
2229
2333
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2230
|
-
return /* @__PURE__ */
|
|
2334
|
+
return /* @__PURE__ */ jsx81("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx81("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx81(
|
|
2231
2335
|
"path",
|
|
2232
2336
|
{
|
|
2233
2337
|
id: "Vector 650",
|
|
@@ -2239,10 +2343,10 @@ var Hand = (props) => {
|
|
|
2239
2343
|
var hand_default = Hand;
|
|
2240
2344
|
|
|
2241
2345
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2242
|
-
import { jsx as
|
|
2346
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
2243
2347
|
var HandphoneSolid = (props) => {
|
|
2244
2348
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2245
|
-
return /* @__PURE__ */
|
|
2349
|
+
return /* @__PURE__ */ jsx82("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx82(
|
|
2246
2350
|
"path",
|
|
2247
2351
|
{
|
|
2248
2352
|
fillRule: "evenodd",
|
|
@@ -2255,10 +2359,10 @@ var HandphoneSolid = (props) => {
|
|
|
2255
2359
|
var handphone_solid_default = HandphoneSolid;
|
|
2256
2360
|
|
|
2257
2361
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2258
|
-
import { jsx as
|
|
2362
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
2259
2363
|
var HeartSolid = (props) => {
|
|
2260
2364
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2261
|
-
return /* @__PURE__ */
|
|
2365
|
+
return /* @__PURE__ */ jsx83("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx83(
|
|
2262
2366
|
"path",
|
|
2263
2367
|
{
|
|
2264
2368
|
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",
|
|
@@ -2269,10 +2373,10 @@ var HeartSolid = (props) => {
|
|
|
2269
2373
|
var heart_solid_default = HeartSolid;
|
|
2270
2374
|
|
|
2271
2375
|
// src/icons/v2/solid/home-solid.tsx
|
|
2272
|
-
import { jsx as
|
|
2376
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
2273
2377
|
var HomeSolid = (props) => {
|
|
2274
2378
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2275
|
-
return /* @__PURE__ */
|
|
2379
|
+
return /* @__PURE__ */ jsx84("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx84(
|
|
2276
2380
|
"path",
|
|
2277
2381
|
{
|
|
2278
2382
|
fillRule: "evenodd",
|
|
@@ -2285,10 +2389,10 @@ var HomeSolid = (props) => {
|
|
|
2285
2389
|
var home_solid_default = HomeSolid;
|
|
2286
2390
|
|
|
2287
2391
|
// src/icons/v2/solid/info-solid.tsx
|
|
2288
|
-
import { jsx as
|
|
2392
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
2289
2393
|
var InfoSolid = (props) => {
|
|
2290
2394
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2291
|
-
return /* @__PURE__ */
|
|
2395
|
+
return /* @__PURE__ */ jsx85("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx85(
|
|
2292
2396
|
"path",
|
|
2293
2397
|
{
|
|
2294
2398
|
fillRule: "evenodd",
|
|
@@ -2301,11 +2405,11 @@ var InfoSolid = (props) => {
|
|
|
2301
2405
|
var info_solid_default = InfoSolid;
|
|
2302
2406
|
|
|
2303
2407
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2304
|
-
import { jsx as
|
|
2408
|
+
import { jsx as jsx86, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2305
2409
|
var InfoSolid2 = (props) => {
|
|
2306
2410
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2307
|
-
return /* @__PURE__ */
|
|
2308
|
-
/* @__PURE__ */
|
|
2411
|
+
return /* @__PURE__ */ jsxs57("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2412
|
+
/* @__PURE__ */ jsx86("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx86(
|
|
2309
2413
|
"path",
|
|
2310
2414
|
{
|
|
2311
2415
|
fillRule: "evenodd",
|
|
@@ -2314,24 +2418,24 @@ var InfoSolid2 = (props) => {
|
|
|
2314
2418
|
fill: color
|
|
2315
2419
|
}
|
|
2316
2420
|
) }),
|
|
2317
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx86("defs", { children: /* @__PURE__ */ jsx86("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx86("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2318
2422
|
] });
|
|
2319
2423
|
};
|
|
2320
2424
|
var lock_solid_default = InfoSolid2;
|
|
2321
2425
|
|
|
2322
2426
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2323
|
-
import { jsx as
|
|
2427
|
+
import { jsx as jsx87, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2324
2428
|
var MapMarkerSolid = (props) => {
|
|
2325
2429
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2326
|
-
return /* @__PURE__ */
|
|
2327
|
-
/* @__PURE__ */
|
|
2430
|
+
return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2431
|
+
/* @__PURE__ */ jsx87(
|
|
2328
2432
|
"path",
|
|
2329
2433
|
{
|
|
2330
2434
|
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",
|
|
2331
2435
|
fill: color
|
|
2332
2436
|
}
|
|
2333
2437
|
),
|
|
2334
|
-
/* @__PURE__ */
|
|
2438
|
+
/* @__PURE__ */ jsx87(
|
|
2335
2439
|
"path",
|
|
2336
2440
|
{
|
|
2337
2441
|
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",
|
|
@@ -2343,18 +2447,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2343
2447
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2344
2448
|
|
|
2345
2449
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2346
|
-
import { jsx as
|
|
2450
|
+
import { jsx as jsx88, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2347
2451
|
var ProfileSolid = (props) => {
|
|
2348
2452
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2349
|
-
return /* @__PURE__ */
|
|
2350
|
-
/* @__PURE__ */
|
|
2453
|
+
return /* @__PURE__ */ jsxs59("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2454
|
+
/* @__PURE__ */ jsx88(
|
|
2351
2455
|
"path",
|
|
2352
2456
|
{
|
|
2353
2457
|
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",
|
|
2354
2458
|
fill: color
|
|
2355
2459
|
}
|
|
2356
2460
|
),
|
|
2357
|
-
/* @__PURE__ */
|
|
2461
|
+
/* @__PURE__ */ jsx88(
|
|
2358
2462
|
"path",
|
|
2359
2463
|
{
|
|
2360
2464
|
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",
|
|
@@ -2365,11 +2469,55 @@ var ProfileSolid = (props) => {
|
|
|
2365
2469
|
};
|
|
2366
2470
|
var profile_solid_default = ProfileSolid;
|
|
2367
2471
|
|
|
2472
|
+
// src/icons/v2/solid/purchase-history.tsx
|
|
2473
|
+
import { jsx as jsx89, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2474
|
+
var PurchaseHistory = (props) => {
|
|
2475
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2476
|
+
return /* @__PURE__ */ jsxs60("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
|
|
2477
|
+
/* @__PURE__ */ jsx89(
|
|
2478
|
+
"path",
|
|
2479
|
+
{
|
|
2480
|
+
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",
|
|
2481
|
+
fill: color
|
|
2482
|
+
}
|
|
2483
|
+
),
|
|
2484
|
+
/* @__PURE__ */ jsx89(
|
|
2485
|
+
"path",
|
|
2486
|
+
{
|
|
2487
|
+
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",
|
|
2488
|
+
fill: color
|
|
2489
|
+
}
|
|
2490
|
+
),
|
|
2491
|
+
/* @__PURE__ */ jsx89(
|
|
2492
|
+
"path",
|
|
2493
|
+
{
|
|
2494
|
+
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",
|
|
2495
|
+
fill: color
|
|
2496
|
+
}
|
|
2497
|
+
)
|
|
2498
|
+
] });
|
|
2499
|
+
};
|
|
2500
|
+
var purchase_history_default = PurchaseHistory;
|
|
2501
|
+
|
|
2502
|
+
// src/icons/v2/solid/redeem-point-solid.tsx
|
|
2503
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
2504
|
+
var RedeemPointSolid = (props) => {
|
|
2505
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2506
|
+
return /* @__PURE__ */ jsx90("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx90(
|
|
2507
|
+
"path",
|
|
2508
|
+
{
|
|
2509
|
+
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",
|
|
2510
|
+
fill: color
|
|
2511
|
+
}
|
|
2512
|
+
) });
|
|
2513
|
+
};
|
|
2514
|
+
var redeem_point_solid_default = RedeemPointSolid;
|
|
2515
|
+
|
|
2368
2516
|
// src/icons/v2/solid/search-solid.tsx
|
|
2369
|
-
import { jsx as
|
|
2517
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2370
2518
|
var SearchSolid = (props) => {
|
|
2371
2519
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2372
|
-
return /* @__PURE__ */
|
|
2520
|
+
return /* @__PURE__ */ jsx91("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91(
|
|
2373
2521
|
"path",
|
|
2374
2522
|
{
|
|
2375
2523
|
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",
|
|
@@ -2380,18 +2528,18 @@ var SearchSolid = (props) => {
|
|
|
2380
2528
|
var search_solid_default = SearchSolid;
|
|
2381
2529
|
|
|
2382
2530
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2383
|
-
import { jsx as
|
|
2531
|
+
import { jsx as jsx92, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2384
2532
|
var SettingSolid = (props) => {
|
|
2385
2533
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2386
|
-
return /* @__PURE__ */
|
|
2387
|
-
/* @__PURE__ */
|
|
2534
|
+
return /* @__PURE__ */ jsxs61("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2535
|
+
/* @__PURE__ */ jsx92(
|
|
2388
2536
|
"path",
|
|
2389
2537
|
{
|
|
2390
2538
|
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",
|
|
2391
2539
|
fill: "#999999"
|
|
2392
2540
|
}
|
|
2393
2541
|
),
|
|
2394
|
-
/* @__PURE__ */
|
|
2542
|
+
/* @__PURE__ */ jsx92(
|
|
2395
2543
|
"path",
|
|
2396
2544
|
{
|
|
2397
2545
|
fillRule: "evenodd",
|
|
@@ -2404,11 +2552,25 @@ var SettingSolid = (props) => {
|
|
|
2404
2552
|
};
|
|
2405
2553
|
var setting_solid_default = SettingSolid;
|
|
2406
2554
|
|
|
2555
|
+
// src/icons/v2/solid/start-solid-rounded.tsx
|
|
2556
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
2557
|
+
var StarSolidRounded = (props) => {
|
|
2558
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2559
|
+
return /* @__PURE__ */ jsx93("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx93(
|
|
2560
|
+
"path",
|
|
2561
|
+
{
|
|
2562
|
+
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",
|
|
2563
|
+
fill: color
|
|
2564
|
+
}
|
|
2565
|
+
) });
|
|
2566
|
+
};
|
|
2567
|
+
var start_solid_rounded_default = StarSolidRounded;
|
|
2568
|
+
|
|
2407
2569
|
// src/icons/v2/solid/success-solid.tsx
|
|
2408
|
-
import { jsx as
|
|
2570
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
2409
2571
|
var SuccessSolid = (props) => {
|
|
2410
2572
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2411
|
-
return /* @__PURE__ */
|
|
2573
|
+
return /* @__PURE__ */ jsx94("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx94(
|
|
2412
2574
|
"path",
|
|
2413
2575
|
{
|
|
2414
2576
|
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",
|
|
@@ -2419,11 +2581,11 @@ var SuccessSolid = (props) => {
|
|
|
2419
2581
|
var success_solid_default = SuccessSolid;
|
|
2420
2582
|
|
|
2421
2583
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2422
|
-
import { jsx as
|
|
2584
|
+
import { jsx as jsx95, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2423
2585
|
var TrashSolid = (props) => {
|
|
2424
2586
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2425
|
-
return /* @__PURE__ */
|
|
2426
|
-
/* @__PURE__ */
|
|
2587
|
+
return /* @__PURE__ */ jsxs62("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2588
|
+
/* @__PURE__ */ jsx95(
|
|
2427
2589
|
"path",
|
|
2428
2590
|
{
|
|
2429
2591
|
fillRule: "evenodd",
|
|
@@ -2432,7 +2594,7 @@ var TrashSolid = (props) => {
|
|
|
2432
2594
|
fill: color
|
|
2433
2595
|
}
|
|
2434
2596
|
),
|
|
2435
|
-
/* @__PURE__ */
|
|
2597
|
+
/* @__PURE__ */ jsx95(
|
|
2436
2598
|
"path",
|
|
2437
2599
|
{
|
|
2438
2600
|
fillRule: "evenodd",
|
|
@@ -2446,11 +2608,11 @@ var TrashSolid = (props) => {
|
|
|
2446
2608
|
var trash_solid_default = TrashSolid;
|
|
2447
2609
|
|
|
2448
2610
|
// src/icons/v2/solid/trend-up.tsx
|
|
2449
|
-
import { jsx as
|
|
2611
|
+
import { jsx as jsx96, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2450
2612
|
var TrendUp = (props) => {
|
|
2451
2613
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2452
|
-
return /* @__PURE__ */
|
|
2453
|
-
/* @__PURE__ */
|
|
2614
|
+
return /* @__PURE__ */ jsx96("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx96("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs63("g", { id: "Vector", children: [
|
|
2615
|
+
/* @__PURE__ */ jsx96(
|
|
2454
2616
|
"path",
|
|
2455
2617
|
{
|
|
2456
2618
|
fillRule: "evenodd",
|
|
@@ -2459,14 +2621,14 @@ var TrendUp = (props) => {
|
|
|
2459
2621
|
fill: color
|
|
2460
2622
|
}
|
|
2461
2623
|
),
|
|
2462
|
-
/* @__PURE__ */
|
|
2624
|
+
/* @__PURE__ */ jsx96(
|
|
2463
2625
|
"path",
|
|
2464
2626
|
{
|
|
2465
2627
|
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",
|
|
2466
2628
|
fill: color
|
|
2467
2629
|
}
|
|
2468
2630
|
),
|
|
2469
|
-
/* @__PURE__ */
|
|
2631
|
+
/* @__PURE__ */ jsx96(
|
|
2470
2632
|
"path",
|
|
2471
2633
|
{
|
|
2472
2634
|
fillRule: "evenodd",
|
|
@@ -2480,32 +2642,32 @@ var TrendUp = (props) => {
|
|
|
2480
2642
|
var trend_up_default = TrendUp;
|
|
2481
2643
|
|
|
2482
2644
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2483
|
-
import { jsx as
|
|
2645
|
+
import { jsx as jsx97, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2484
2646
|
var VoilaPointBase = (props) => {
|
|
2485
2647
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2486
|
-
return /* @__PURE__ */
|
|
2487
|
-
/* @__PURE__ */
|
|
2648
|
+
return /* @__PURE__ */ jsxs64("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2649
|
+
/* @__PURE__ */ jsx97(
|
|
2488
2650
|
"path",
|
|
2489
2651
|
{
|
|
2490
2652
|
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",
|
|
2491
2653
|
fill: "#8F8F8F"
|
|
2492
2654
|
}
|
|
2493
2655
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2656
|
+
/* @__PURE__ */ jsx97(
|
|
2495
2657
|
"path",
|
|
2496
2658
|
{
|
|
2497
2659
|
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",
|
|
2498
2660
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2499
2661
|
}
|
|
2500
2662
|
),
|
|
2501
|
-
/* @__PURE__ */
|
|
2663
|
+
/* @__PURE__ */ jsx97(
|
|
2502
2664
|
"path",
|
|
2503
2665
|
{
|
|
2504
2666
|
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",
|
|
2505
2667
|
stroke: "white"
|
|
2506
2668
|
}
|
|
2507
2669
|
),
|
|
2508
|
-
/* @__PURE__ */
|
|
2670
|
+
/* @__PURE__ */ jsx97(
|
|
2509
2671
|
"path",
|
|
2510
2672
|
{
|
|
2511
2673
|
fillRule: "evenodd",
|
|
@@ -2514,15 +2676,15 @@ var VoilaPointBase = (props) => {
|
|
|
2514
2676
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2515
2677
|
}
|
|
2516
2678
|
),
|
|
2517
|
-
/* @__PURE__ */
|
|
2679
|
+
/* @__PURE__ */ jsx97(
|
|
2518
2680
|
"path",
|
|
2519
2681
|
{
|
|
2520
2682
|
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",
|
|
2521
2683
|
fill: "white"
|
|
2522
2684
|
}
|
|
2523
2685
|
),
|
|
2524
|
-
/* @__PURE__ */
|
|
2525
|
-
/* @__PURE__ */
|
|
2686
|
+
/* @__PURE__ */ jsxs64("defs", { children: [
|
|
2687
|
+
/* @__PURE__ */ jsxs64(
|
|
2526
2688
|
"linearGradient",
|
|
2527
2689
|
{
|
|
2528
2690
|
id: "paint0_linear_1327_167461",
|
|
@@ -2532,12 +2694,12 @@ var VoilaPointBase = (props) => {
|
|
|
2532
2694
|
y2: "2.51294",
|
|
2533
2695
|
gradientUnits: "userSpaceOnUse",
|
|
2534
2696
|
children: [
|
|
2535
|
-
/* @__PURE__ */
|
|
2536
|
-
/* @__PURE__ */
|
|
2697
|
+
/* @__PURE__ */ jsx97("stop", { stopColor: "#E6E6E6" }),
|
|
2698
|
+
/* @__PURE__ */ jsx97("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2537
2699
|
]
|
|
2538
2700
|
}
|
|
2539
2701
|
),
|
|
2540
|
-
/* @__PURE__ */
|
|
2702
|
+
/* @__PURE__ */ jsxs64(
|
|
2541
2703
|
"linearGradient",
|
|
2542
2704
|
{
|
|
2543
2705
|
id: "paint1_linear_1327_167461",
|
|
@@ -2547,9 +2709,9 @@ var VoilaPointBase = (props) => {
|
|
|
2547
2709
|
y2: "19.984",
|
|
2548
2710
|
gradientUnits: "userSpaceOnUse",
|
|
2549
2711
|
children: [
|
|
2550
|
-
/* @__PURE__ */
|
|
2551
|
-
/* @__PURE__ */
|
|
2552
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ jsx97("stop", { stopColor: "#E6E6E6" }),
|
|
2713
|
+
/* @__PURE__ */ jsx97("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2714
|
+
/* @__PURE__ */ jsx97("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2553
2715
|
]
|
|
2554
2716
|
}
|
|
2555
2717
|
)
|
|
@@ -2559,10 +2721,10 @@ var VoilaPointBase = (props) => {
|
|
|
2559
2721
|
var voila_point_base_default = VoilaPointBase;
|
|
2560
2722
|
|
|
2561
2723
|
// src/icons/v2/solid/voucher.tsx
|
|
2562
|
-
import { jsx as
|
|
2724
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
2563
2725
|
var Voucher = (props) => {
|
|
2564
2726
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2565
|
-
return /* @__PURE__ */
|
|
2727
|
+
return /* @__PURE__ */ jsx98("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx98(
|
|
2566
2728
|
"path",
|
|
2567
2729
|
{
|
|
2568
2730
|
fillRule: "evenodd",
|
|
@@ -2575,10 +2737,10 @@ var Voucher = (props) => {
|
|
|
2575
2737
|
var voucher_default = Voucher;
|
|
2576
2738
|
|
|
2577
2739
|
// src/icons/v2/solid/wallet.tsx
|
|
2578
|
-
import { jsx as
|
|
2740
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2579
2741
|
var Wallet = (props) => {
|
|
2580
2742
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2581
|
-
return /* @__PURE__ */
|
|
2743
|
+
return /* @__PURE__ */ jsx99("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx99("g", { id: "24x24", children: /* @__PURE__ */ jsx99(
|
|
2582
2744
|
"path",
|
|
2583
2745
|
{
|
|
2584
2746
|
id: "Subtract",
|
|
@@ -2597,6 +2759,7 @@ export {
|
|
|
2597
2759
|
arrow_left_large_default as ArrowLeftLarge,
|
|
2598
2760
|
arrow_right_default as ArrowRight,
|
|
2599
2761
|
arrow_right_large_default as ArrowRightLarge,
|
|
2762
|
+
arrow_right_rounded_default as ArrowRightRounded,
|
|
2600
2763
|
bag_default as Bag,
|
|
2601
2764
|
bag_solid_default as BagSolid,
|
|
2602
2765
|
bank_transfer_default as BankTransfer,
|
|
@@ -2651,6 +2814,7 @@ export {
|
|
|
2651
2814
|
map_marker_solid_default as MapMarkerSolid,
|
|
2652
2815
|
minus_default as Minus,
|
|
2653
2816
|
minus_large_default as MinusLarge,
|
|
2817
|
+
minus_rounded_default as MinusRounded,
|
|
2654
2818
|
no_gps_default as NoGps,
|
|
2655
2819
|
note_default as Note,
|
|
2656
2820
|
order_history_default as OrderHistory,
|
|
@@ -2661,14 +2825,18 @@ export {
|
|
|
2661
2825
|
privacy_policy_default as PrivacyPolicy,
|
|
2662
2826
|
profile_default as Profile,
|
|
2663
2827
|
profile_solid_default as ProfileSolid,
|
|
2828
|
+
purchase_history_default as PurchaseHistory,
|
|
2664
2829
|
qr_code_default as QRCode,
|
|
2665
2830
|
qr_code_base_default as QRCodeBase,
|
|
2831
|
+
redeem_point_solid_default as RedeemPointSolid,
|
|
2666
2832
|
search_default as Search,
|
|
2667
2833
|
search_solid_default as SearchSolid,
|
|
2668
2834
|
setting_default as Setting,
|
|
2669
2835
|
setting_solid_default as SettingSolid,
|
|
2670
2836
|
share_default as Share,
|
|
2837
|
+
size_chart_rounded_default as SizeChartRounded,
|
|
2671
2838
|
sort_default as Sort,
|
|
2839
|
+
start_solid_rounded_default as StarSolidRounded,
|
|
2672
2840
|
store_complete_default as StoreComplete,
|
|
2673
2841
|
success_solid_default as SuccessSolid,
|
|
2674
2842
|
term_conditions_default as TermConditions,
|