@ctlyst.id/icons 2.8.13 → 2.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +35 -1
- package/dist/v2.d.ts +35 -1
- package/dist/v2.js +955 -432
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +968 -463
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -2,12 +2,39 @@ import {
|
|
|
2
2
|
use_icon_props_default
|
|
3
3
|
} from "./chunk-I6TGOPV6.mjs";
|
|
4
4
|
|
|
5
|
-
// src/icons/v2/outline/
|
|
5
|
+
// src/icons/v2/outline/address-rounded.tsx
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
var AddressRounded = (props) => {
|
|
8
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
9
|
+
return /* @__PURE__ */ jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M12 3.5C10.2821 3.5 8.63074 4.1907 7.41029 5.42621C6.18923 6.66234 5.5 8.34276 5.5 10.0988C5.5 11.9782 6.31024 13.9324 7.50477 15.7649C8.68835 17.5806 10.1635 19.146 11.2931 20.2167C11.704 20.6061 12.296 20.6061 12.7069 20.2167C13.8365 19.146 15.3116 17.5806 16.4952 15.7649C17.6898 13.9324 18.5 11.9782 18.5 10.0988C18.5 8.34276 17.8108 6.66234 16.5897 5.42621C15.3693 4.1907 13.7179 3.5 12 3.5ZM6.34315 4.37207C7.84344 2.85326 9.87827 2 12 2C14.1217 2 16.1566 2.85326 17.6569 4.37207C19.1571 5.89089 20 7.95084 20 10.0988C20 14.6811 16.092 19.075 13.7388 21.3053C12.7492 22.2432 11.2508 22.2432 10.2612 21.3053C7.90804 19.075 4 14.6811 4 10.0988C4 7.95084 4.84285 5.89089 6.34315 4.37207Z",
|
|
16
|
+
fill: color
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M12 7.78418C10.746 7.78418 9.72949 8.80071 9.72949 10.0547C9.72949 11.3086 10.746 12.3252 12 12.3252C13.2539 12.3252 14.2705 11.3086 14.2705 10.0547C14.2705 8.80071 13.2539 7.78418 12 7.78418ZM8.22949 10.0547C8.22949 7.97229 9.9176 6.28418 12 6.28418C14.0824 6.28418 15.7705 7.97229 15.7705 10.0547C15.7705 12.1371 14.0824 13.8252 12 13.8252C9.9176 13.8252 8.22949 12.1371 8.22949 10.0547Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
var address_rounded_default = AddressRounded;
|
|
31
|
+
|
|
32
|
+
// src/icons/v2/outline/arrow-left.tsx
|
|
33
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
7
34
|
var ArrowLeft = (props) => {
|
|
8
35
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
/* @__PURE__ */
|
|
36
|
+
return /* @__PURE__ */ jsxs2("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
37
|
+
/* @__PURE__ */ jsx2("g", { clipPath: "url(#icon-outline-arrow-left)", children: /* @__PURE__ */ jsx2(
|
|
11
38
|
"path",
|
|
12
39
|
{
|
|
13
40
|
fillRule: "evenodd",
|
|
@@ -16,16 +43,16 @@ var ArrowLeft = (props) => {
|
|
|
16
43
|
fill: color
|
|
17
44
|
}
|
|
18
45
|
) }),
|
|
19
|
-
/* @__PURE__ */
|
|
46
|
+
/* @__PURE__ */ jsx2("defs", { children: /* @__PURE__ */ jsx2("clipPath", { id: "icon-outline-arrow-left", children: /* @__PURE__ */ jsx2("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
20
47
|
] });
|
|
21
48
|
};
|
|
22
49
|
var arrow_left_default = ArrowLeft;
|
|
23
50
|
|
|
24
51
|
// src/icons/v2/outline/arrow-left-large.tsx
|
|
25
|
-
import { jsx as
|
|
52
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
26
53
|
var ArrowLeft2 = (props) => {
|
|
27
54
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
28
|
-
return /* @__PURE__ */
|
|
55
|
+
return /* @__PURE__ */ jsx3("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx3(
|
|
29
56
|
"path",
|
|
30
57
|
{
|
|
31
58
|
d: "M4.6459 11.357C4.62111 11.3812 4.59772 11.4069 4.57586 11.4339C4.52869 11.4921 4.48985 11.5548 4.45935 11.6204C4.40561 11.7357 4.37561 11.8643 4.37561 12C4.37561 12.1114 4.39584 12.218 4.43283 12.3165C4.47656 12.4331 4.54535 12.5426 4.63921 12.6364L11.8847 19.882C12.2362 20.2334 12.8061 20.2334 13.1575 19.882C13.509 19.5305 13.509 18.9606 13.1575 18.6092L7.44833 12.9H19.7244C20.2215 12.9 20.6244 12.497 20.6244 12C20.6244 11.5029 20.2215 11.1 19.7244 11.1H7.44846L13.1575 5.39089C13.509 5.03941 13.509 4.46957 13.1575 4.11809C12.806 3.76662 12.2362 3.76663 11.8847 4.1181L4.6459 11.357Z",
|
|
@@ -36,11 +63,11 @@ var ArrowLeft2 = (props) => {
|
|
|
36
63
|
var arrow_left_large_default = ArrowLeft2;
|
|
37
64
|
|
|
38
65
|
// src/icons/v2/outline/arrow-right.tsx
|
|
39
|
-
import { jsx as
|
|
66
|
+
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
40
67
|
var ArrowRight = (props) => {
|
|
41
68
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
42
|
-
return /* @__PURE__ */
|
|
43
|
-
/* @__PURE__ */
|
|
69
|
+
return /* @__PURE__ */ jsxs3("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
70
|
+
/* @__PURE__ */ jsx4("g", { clipPath: "url(#icon-outline-arrow-right)", children: /* @__PURE__ */ jsx4(
|
|
44
71
|
"path",
|
|
45
72
|
{
|
|
46
73
|
fillRule: "evenodd",
|
|
@@ -49,17 +76,17 @@ var ArrowRight = (props) => {
|
|
|
49
76
|
fill: color
|
|
50
77
|
}
|
|
51
78
|
) }),
|
|
52
|
-
/* @__PURE__ */
|
|
79
|
+
/* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "icon-outline-arrow-right", children: /* @__PURE__ */ jsx4("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
53
80
|
] });
|
|
54
81
|
};
|
|
55
82
|
var arrow_right_default = ArrowRight;
|
|
56
83
|
|
|
57
84
|
// src/icons/v2/outline/arrow-right-large.tsx
|
|
58
|
-
import { jsx as
|
|
85
|
+
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
59
86
|
var ArrowRight2 = (props) => {
|
|
60
87
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
61
|
-
return /* @__PURE__ */
|
|
62
|
-
/* @__PURE__ */
|
|
88
|
+
return /* @__PURE__ */ jsxs4("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
89
|
+
/* @__PURE__ */ jsx5("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ jsx5(
|
|
63
90
|
"path",
|
|
64
91
|
{
|
|
65
92
|
fillRule: "evenodd",
|
|
@@ -68,16 +95,16 @@ var ArrowRight2 = (props) => {
|
|
|
68
95
|
fill: color
|
|
69
96
|
}
|
|
70
97
|
) }),
|
|
71
|
-
/* @__PURE__ */
|
|
98
|
+
/* @__PURE__ */ jsx5("defs", { children: /* @__PURE__ */ jsx5("clipPath", { id: "icon-arrow-right", children: /* @__PURE__ */ jsx5("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
72
99
|
] });
|
|
73
100
|
};
|
|
74
101
|
var arrow_right_large_default = ArrowRight2;
|
|
75
102
|
|
|
76
103
|
// src/icons/v2/outline/arrow-right-rounded.tsx
|
|
77
|
-
import { jsx as
|
|
104
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
78
105
|
var ArrowRightRounded = (props) => {
|
|
79
106
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
80
|
-
return /* @__PURE__ */
|
|
107
|
+
return /* @__PURE__ */ jsx6("svg", { width: "10", height: "8", viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx6(
|
|
81
108
|
"path",
|
|
82
109
|
{
|
|
83
110
|
fillRule: "evenodd",
|
|
@@ -90,11 +117,11 @@ var ArrowRightRounded = (props) => {
|
|
|
90
117
|
var arrow_right_rounded_default = ArrowRightRounded;
|
|
91
118
|
|
|
92
119
|
// src/icons/v2/outline/bag.tsx
|
|
93
|
-
import { jsx as
|
|
120
|
+
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
94
121
|
var Bag = (props) => {
|
|
95
122
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
96
|
-
return /* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
123
|
+
return /* @__PURE__ */ jsxs5("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
124
|
+
/* @__PURE__ */ jsx7(
|
|
98
125
|
"path",
|
|
99
126
|
{
|
|
100
127
|
fillRule: "evenodd",
|
|
@@ -103,7 +130,7 @@ var Bag = (props) => {
|
|
|
103
130
|
fill: color
|
|
104
131
|
}
|
|
105
132
|
),
|
|
106
|
-
/* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ jsx7(
|
|
107
134
|
"path",
|
|
108
135
|
{
|
|
109
136
|
fillRule: "evenodd",
|
|
@@ -112,7 +139,7 @@ var Bag = (props) => {
|
|
|
112
139
|
fill: color
|
|
113
140
|
}
|
|
114
141
|
),
|
|
115
|
-
/* @__PURE__ */
|
|
142
|
+
/* @__PURE__ */ jsx7(
|
|
116
143
|
"path",
|
|
117
144
|
{
|
|
118
145
|
fillRule: "evenodd",
|
|
@@ -121,7 +148,7 @@ var Bag = (props) => {
|
|
|
121
148
|
fill: color
|
|
122
149
|
}
|
|
123
150
|
),
|
|
124
|
-
/* @__PURE__ */
|
|
151
|
+
/* @__PURE__ */ jsx7(
|
|
125
152
|
"path",
|
|
126
153
|
{
|
|
127
154
|
fillRule: "evenodd",
|
|
@@ -135,18 +162,18 @@ var Bag = (props) => {
|
|
|
135
162
|
var bag_default = Bag;
|
|
136
163
|
|
|
137
164
|
// src/icons/v2/outline/bank-transfer.tsx
|
|
138
|
-
import { jsx as
|
|
165
|
+
import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
139
166
|
var BankTransfer = (props) => {
|
|
140
167
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
141
|
-
return /* @__PURE__ */
|
|
142
|
-
/* @__PURE__ */
|
|
168
|
+
return /* @__PURE__ */ jsxs6("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
169
|
+
/* @__PURE__ */ jsx8(
|
|
143
170
|
"path",
|
|
144
171
|
{
|
|
145
172
|
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",
|
|
146
173
|
fill: color
|
|
147
174
|
}
|
|
148
175
|
),
|
|
149
|
-
/* @__PURE__ */
|
|
176
|
+
/* @__PURE__ */ jsx8(
|
|
150
177
|
"path",
|
|
151
178
|
{
|
|
152
179
|
fillRule: "evenodd",
|
|
@@ -160,12 +187,12 @@ var BankTransfer = (props) => {
|
|
|
160
187
|
var bank_transfer_default = BankTransfer;
|
|
161
188
|
|
|
162
189
|
// src/icons/v2/outline/calendar.tsx
|
|
163
|
-
import { jsx as
|
|
190
|
+
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
164
191
|
var Calendar = (props) => {
|
|
165
192
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
166
|
-
return /* @__PURE__ */
|
|
167
|
-
/* @__PURE__ */
|
|
168
|
-
/* @__PURE__ */
|
|
193
|
+
return /* @__PURE__ */ jsxs7("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
194
|
+
/* @__PURE__ */ jsxs7("g", { clipPath: "url(#calendar)", children: [
|
|
195
|
+
/* @__PURE__ */ jsx9(
|
|
169
196
|
"path",
|
|
170
197
|
{
|
|
171
198
|
fillRule: "evenodd",
|
|
@@ -174,7 +201,7 @@ var Calendar = (props) => {
|
|
|
174
201
|
fill: color
|
|
175
202
|
}
|
|
176
203
|
),
|
|
177
|
-
/* @__PURE__ */
|
|
204
|
+
/* @__PURE__ */ jsx9(
|
|
178
205
|
"path",
|
|
179
206
|
{
|
|
180
207
|
fillRule: "evenodd",
|
|
@@ -183,7 +210,7 @@ var Calendar = (props) => {
|
|
|
183
210
|
fill: color
|
|
184
211
|
}
|
|
185
212
|
),
|
|
186
|
-
/* @__PURE__ */
|
|
213
|
+
/* @__PURE__ */ jsx9(
|
|
187
214
|
"path",
|
|
188
215
|
{
|
|
189
216
|
fillRule: "evenodd",
|
|
@@ -192,8 +219,8 @@ var Calendar = (props) => {
|
|
|
192
219
|
fill: color
|
|
193
220
|
}
|
|
194
221
|
),
|
|
195
|
-
/* @__PURE__ */
|
|
196
|
-
/* @__PURE__ */
|
|
222
|
+
/* @__PURE__ */ jsx9("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
|
|
223
|
+
/* @__PURE__ */ jsx9(
|
|
197
224
|
"path",
|
|
198
225
|
{
|
|
199
226
|
fillRule: "evenodd",
|
|
@@ -203,25 +230,25 @@ var Calendar = (props) => {
|
|
|
203
230
|
}
|
|
204
231
|
)
|
|
205
232
|
] }),
|
|
206
|
-
/* @__PURE__ */
|
|
233
|
+
/* @__PURE__ */ jsx9("defs", { children: /* @__PURE__ */ jsx9("clipPath", { id: "calendar", children: /* @__PURE__ */ jsx9("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
207
234
|
] });
|
|
208
235
|
};
|
|
209
236
|
var calendar_default = Calendar;
|
|
210
237
|
|
|
211
238
|
// src/icons/v2/outline/calendar-event.tsx
|
|
212
|
-
import { jsx as
|
|
239
|
+
import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
213
240
|
var CalendarEvent = (props) => {
|
|
214
241
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
215
|
-
return /* @__PURE__ */
|
|
216
|
-
/* @__PURE__ */
|
|
217
|
-
/* @__PURE__ */
|
|
242
|
+
return /* @__PURE__ */ jsxs8("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
243
|
+
/* @__PURE__ */ jsxs8("g", { clipPath: "url(#calendar-event)", children: [
|
|
244
|
+
/* @__PURE__ */ jsx10(
|
|
218
245
|
"path",
|
|
219
246
|
{
|
|
220
247
|
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",
|
|
221
248
|
fill: color
|
|
222
249
|
}
|
|
223
250
|
),
|
|
224
|
-
/* @__PURE__ */
|
|
251
|
+
/* @__PURE__ */ jsx10(
|
|
225
252
|
"path",
|
|
226
253
|
{
|
|
227
254
|
fillRule: "evenodd",
|
|
@@ -231,16 +258,16 @@ var CalendarEvent = (props) => {
|
|
|
231
258
|
}
|
|
232
259
|
)
|
|
233
260
|
] }),
|
|
234
|
-
/* @__PURE__ */
|
|
261
|
+
/* @__PURE__ */ jsx10("defs", { children: /* @__PURE__ */ jsx10("clipPath", { id: "calendar-event", children: /* @__PURE__ */ jsx10("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
235
262
|
] });
|
|
236
263
|
};
|
|
237
264
|
var calendar_event_default = CalendarEvent;
|
|
238
265
|
|
|
239
266
|
// src/icons/v2/outline/card.tsx
|
|
240
|
-
import { jsx as
|
|
267
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
241
268
|
var Card = (props) => {
|
|
242
269
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
243
|
-
return /* @__PURE__ */
|
|
270
|
+
return /* @__PURE__ */ jsx11("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx11(
|
|
244
271
|
"path",
|
|
245
272
|
{
|
|
246
273
|
fillRule: "evenodd",
|
|
@@ -253,12 +280,12 @@ var Card = (props) => {
|
|
|
253
280
|
var card_default = Card;
|
|
254
281
|
|
|
255
282
|
// src/icons/v2/outline/category.tsx
|
|
256
|
-
import { jsx as
|
|
283
|
+
import { jsx as jsx12, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
257
284
|
var Category = (props) => {
|
|
258
285
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
259
|
-
return /* @__PURE__ */
|
|
260
|
-
/* @__PURE__ */
|
|
261
|
-
/* @__PURE__ */
|
|
286
|
+
return /* @__PURE__ */ jsxs9("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
287
|
+
/* @__PURE__ */ jsxs9("g", { clipPath: "url(#clip0_5761_9461)", children: [
|
|
288
|
+
/* @__PURE__ */ jsx12(
|
|
262
289
|
"path",
|
|
263
290
|
{
|
|
264
291
|
fillRule: "evenodd",
|
|
@@ -267,7 +294,7 @@ var Category = (props) => {
|
|
|
267
294
|
fill: color
|
|
268
295
|
}
|
|
269
296
|
),
|
|
270
|
-
/* @__PURE__ */
|
|
297
|
+
/* @__PURE__ */ jsx12(
|
|
271
298
|
"path",
|
|
272
299
|
{
|
|
273
300
|
fillRule: "evenodd",
|
|
@@ -276,7 +303,7 @@ var Category = (props) => {
|
|
|
276
303
|
fill: color
|
|
277
304
|
}
|
|
278
305
|
),
|
|
279
|
-
/* @__PURE__ */
|
|
306
|
+
/* @__PURE__ */ jsx12(
|
|
280
307
|
"path",
|
|
281
308
|
{
|
|
282
309
|
fillRule: "evenodd",
|
|
@@ -285,7 +312,7 @@ var Category = (props) => {
|
|
|
285
312
|
fill: color
|
|
286
313
|
}
|
|
287
314
|
),
|
|
288
|
-
/* @__PURE__ */
|
|
315
|
+
/* @__PURE__ */ jsx12(
|
|
289
316
|
"path",
|
|
290
317
|
{
|
|
291
318
|
fillRule: "evenodd",
|
|
@@ -295,17 +322,17 @@ var Category = (props) => {
|
|
|
295
322
|
}
|
|
296
323
|
)
|
|
297
324
|
] }),
|
|
298
|
-
/* @__PURE__ */
|
|
325
|
+
/* @__PURE__ */ jsx12("defs", { children: /* @__PURE__ */ jsx12("clipPath", { id: "clip0_5761_9461", children: /* @__PURE__ */ jsx12("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
299
326
|
] });
|
|
300
327
|
};
|
|
301
328
|
var category_default = Category;
|
|
302
329
|
|
|
303
330
|
// src/icons/v2/outline/chat-cs.tsx
|
|
304
|
-
import { jsx as
|
|
331
|
+
import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
305
332
|
var ChatCs = (props) => {
|
|
306
333
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
307
|
-
return /* @__PURE__ */
|
|
308
|
-
/* @__PURE__ */
|
|
334
|
+
return /* @__PURE__ */ jsxs10("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
335
|
+
/* @__PURE__ */ jsx13(
|
|
309
336
|
"path",
|
|
310
337
|
{
|
|
311
338
|
fillRule: "evenodd",
|
|
@@ -314,21 +341,21 @@ var ChatCs = (props) => {
|
|
|
314
341
|
fill: color
|
|
315
342
|
}
|
|
316
343
|
),
|
|
317
|
-
/* @__PURE__ */
|
|
344
|
+
/* @__PURE__ */ jsx13(
|
|
318
345
|
"path",
|
|
319
346
|
{
|
|
320
347
|
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",
|
|
321
348
|
fill: color
|
|
322
349
|
}
|
|
323
350
|
),
|
|
324
|
-
/* @__PURE__ */
|
|
351
|
+
/* @__PURE__ */ jsx13(
|
|
325
352
|
"path",
|
|
326
353
|
{
|
|
327
354
|
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",
|
|
328
355
|
fill: color
|
|
329
356
|
}
|
|
330
357
|
),
|
|
331
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ jsx13(
|
|
332
359
|
"path",
|
|
333
360
|
{
|
|
334
361
|
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",
|
|
@@ -340,11 +367,11 @@ var ChatCs = (props) => {
|
|
|
340
367
|
var chat_cs_default = ChatCs;
|
|
341
368
|
|
|
342
369
|
// src/icons/v2/outline/check.tsx
|
|
343
|
-
import { jsx as
|
|
370
|
+
import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
344
371
|
var Check = (props) => {
|
|
345
372
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
346
|
-
return /* @__PURE__ */
|
|
347
|
-
/* @__PURE__ */
|
|
373
|
+
return /* @__PURE__ */ jsxs11("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
374
|
+
/* @__PURE__ */ jsx14("g", { clipPath: "url(#icon-outline-check)", children: /* @__PURE__ */ jsx14(
|
|
348
375
|
"path",
|
|
349
376
|
{
|
|
350
377
|
fillRule: "evenodd",
|
|
@@ -353,16 +380,16 @@ var Check = (props) => {
|
|
|
353
380
|
fill: color
|
|
354
381
|
}
|
|
355
382
|
) }),
|
|
356
|
-
/* @__PURE__ */
|
|
383
|
+
/* @__PURE__ */ jsx14("defs", { children: /* @__PURE__ */ jsx14("clipPath", { id: "icon-outline-check", children: /* @__PURE__ */ jsx14("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
357
384
|
] });
|
|
358
385
|
};
|
|
359
386
|
var check_default = Check;
|
|
360
387
|
|
|
361
388
|
// src/icons/v2/outline/check-large.tsx
|
|
362
|
-
import { jsx as
|
|
389
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
363
390
|
var Check2 = (props) => {
|
|
364
391
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
365
|
-
return /* @__PURE__ */
|
|
392
|
+
return /* @__PURE__ */ jsx15("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx15(
|
|
366
393
|
"path",
|
|
367
394
|
{
|
|
368
395
|
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",
|
|
@@ -373,11 +400,11 @@ var Check2 = (props) => {
|
|
|
373
400
|
var check_large_default = Check2;
|
|
374
401
|
|
|
375
402
|
// src/icons/v2/outline/check-shield.tsx
|
|
376
|
-
import { jsx as
|
|
403
|
+
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
377
404
|
var CheckShield = (props) => {
|
|
378
405
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
379
|
-
return /* @__PURE__ */
|
|
380
|
-
/* @__PURE__ */
|
|
406
|
+
return /* @__PURE__ */ jsxs12("svg", { viewBox: "0 0 17 16", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
407
|
+
/* @__PURE__ */ jsx16(
|
|
381
408
|
"path",
|
|
382
409
|
{
|
|
383
410
|
fillRule: "evenodd",
|
|
@@ -386,7 +413,7 @@ var CheckShield = (props) => {
|
|
|
386
413
|
fill: color
|
|
387
414
|
}
|
|
388
415
|
),
|
|
389
|
-
/* @__PURE__ */
|
|
416
|
+
/* @__PURE__ */ jsx16(
|
|
390
417
|
"path",
|
|
391
418
|
{
|
|
392
419
|
fillRule: "evenodd",
|
|
@@ -400,11 +427,11 @@ var CheckShield = (props) => {
|
|
|
400
427
|
var check_shield_default = CheckShield;
|
|
401
428
|
|
|
402
429
|
// src/icons/v2/outline/chevron-down.tsx
|
|
403
|
-
import { jsx as
|
|
430
|
+
import { jsx as jsx17, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
404
431
|
var ChevronUp = (props) => {
|
|
405
432
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
406
|
-
return /* @__PURE__ */
|
|
407
|
-
/* @__PURE__ */
|
|
433
|
+
return /* @__PURE__ */ jsxs13("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
434
|
+
/* @__PURE__ */ jsx17("g", { clipPath: "url(#icon-outline-chevron-down)", children: /* @__PURE__ */ jsx17(
|
|
408
435
|
"path",
|
|
409
436
|
{
|
|
410
437
|
fillRule: "evenodd",
|
|
@@ -413,16 +440,16 @@ var ChevronUp = (props) => {
|
|
|
413
440
|
fill: color
|
|
414
441
|
}
|
|
415
442
|
) }),
|
|
416
|
-
/* @__PURE__ */
|
|
443
|
+
/* @__PURE__ */ jsx17("defs", { children: /* @__PURE__ */ jsx17("clipPath", { id: "icon-outline-chevron-down", children: /* @__PURE__ */ jsx17("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
417
444
|
] });
|
|
418
445
|
};
|
|
419
446
|
var chevron_down_default = ChevronUp;
|
|
420
447
|
|
|
421
448
|
// src/icons/v2/outline/chevron-down-large.tsx
|
|
422
|
-
import { jsx as
|
|
449
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
423
450
|
var ChevronUp2 = (props) => {
|
|
424
451
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
425
|
-
return /* @__PURE__ */
|
|
452
|
+
return /* @__PURE__ */ jsx18("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx18(
|
|
426
453
|
"path",
|
|
427
454
|
{
|
|
428
455
|
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",
|
|
@@ -433,11 +460,11 @@ var ChevronUp2 = (props) => {
|
|
|
433
460
|
var chevron_down_large_default = ChevronUp2;
|
|
434
461
|
|
|
435
462
|
// src/icons/v2/outline/chevron-left.tsx
|
|
436
|
-
import { jsx as
|
|
463
|
+
import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
437
464
|
var ChevronLeft = (props) => {
|
|
438
465
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
439
|
-
return /* @__PURE__ */
|
|
440
|
-
/* @__PURE__ */
|
|
466
|
+
return /* @__PURE__ */ jsxs14("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
467
|
+
/* @__PURE__ */ jsx19("g", { clipPath: "url(#icon-outline-chevron-left)", children: /* @__PURE__ */ jsx19(
|
|
441
468
|
"path",
|
|
442
469
|
{
|
|
443
470
|
fillRule: "evenodd",
|
|
@@ -446,16 +473,16 @@ var ChevronLeft = (props) => {
|
|
|
446
473
|
fill: color
|
|
447
474
|
}
|
|
448
475
|
) }),
|
|
449
|
-
/* @__PURE__ */
|
|
476
|
+
/* @__PURE__ */ jsx19("defs", { children: /* @__PURE__ */ jsx19("clipPath", { id: "icon-outline-chevron-left", children: /* @__PURE__ */ jsx19("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
450
477
|
] });
|
|
451
478
|
};
|
|
452
479
|
var chevron_left_default = ChevronLeft;
|
|
453
480
|
|
|
454
481
|
// src/icons/v2/outline/chevron-left-large.tsx
|
|
455
|
-
import { jsx as
|
|
482
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
456
483
|
var ChevronLeftLarge = (props) => {
|
|
457
484
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
458
|
-
return /* @__PURE__ */
|
|
485
|
+
return /* @__PURE__ */ jsx20("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx20(
|
|
459
486
|
"path",
|
|
460
487
|
{
|
|
461
488
|
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",
|
|
@@ -466,11 +493,11 @@ var ChevronLeftLarge = (props) => {
|
|
|
466
493
|
var chevron_left_large_default = ChevronLeftLarge;
|
|
467
494
|
|
|
468
495
|
// src/icons/v2/outline/chevron-right.tsx
|
|
469
|
-
import { jsx as
|
|
496
|
+
import { jsx as jsx21, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
470
497
|
var ChevronRight = (props) => {
|
|
471
498
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
472
|
-
return /* @__PURE__ */
|
|
473
|
-
/* @__PURE__ */
|
|
499
|
+
return /* @__PURE__ */ jsxs15("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
500
|
+
/* @__PURE__ */ jsx21("g", { clipPath: "url(#icon-outline-chevron-right)", children: /* @__PURE__ */ jsx21(
|
|
474
501
|
"path",
|
|
475
502
|
{
|
|
476
503
|
fillRule: "evenodd",
|
|
@@ -479,16 +506,16 @@ var ChevronRight = (props) => {
|
|
|
479
506
|
fill: color
|
|
480
507
|
}
|
|
481
508
|
) }),
|
|
482
|
-
/* @__PURE__ */
|
|
509
|
+
/* @__PURE__ */ jsx21("defs", { children: /* @__PURE__ */ jsx21("clipPath", { id: "icon-outline-chevron-right", children: /* @__PURE__ */ jsx21("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
483
510
|
] });
|
|
484
511
|
};
|
|
485
512
|
var chevron_right_default = ChevronRight;
|
|
486
513
|
|
|
487
514
|
// src/icons/v2/outline/chevron-right-large.tsx
|
|
488
|
-
import { jsx as
|
|
515
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
489
516
|
var ChevronRightLarge = (props) => {
|
|
490
517
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
491
|
-
return /* @__PURE__ */
|
|
518
|
+
return /* @__PURE__ */ jsx22("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx22(
|
|
492
519
|
"path",
|
|
493
520
|
{
|
|
494
521
|
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",
|
|
@@ -499,11 +526,11 @@ var ChevronRightLarge = (props) => {
|
|
|
499
526
|
var chevron_right_large_default = ChevronRightLarge;
|
|
500
527
|
|
|
501
528
|
// src/icons/v2/outline/chevron-up.tsx
|
|
502
|
-
import { jsx as
|
|
529
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
503
530
|
var ChevronUp3 = (props) => {
|
|
504
531
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
505
|
-
return /* @__PURE__ */
|
|
506
|
-
/* @__PURE__ */
|
|
532
|
+
return /* @__PURE__ */ jsxs16("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
533
|
+
/* @__PURE__ */ jsx23("g", { clipPath: "url(#icon-outline-chevron-up)", children: /* @__PURE__ */ jsx23(
|
|
507
534
|
"path",
|
|
508
535
|
{
|
|
509
536
|
fillRule: "evenodd",
|
|
@@ -512,16 +539,16 @@ var ChevronUp3 = (props) => {
|
|
|
512
539
|
fill: color
|
|
513
540
|
}
|
|
514
541
|
) }),
|
|
515
|
-
/* @__PURE__ */
|
|
542
|
+
/* @__PURE__ */ jsx23("defs", { children: /* @__PURE__ */ jsx23("clipPath", { id: "icon-outline-chevron-up", children: /* @__PURE__ */ jsx23("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
516
543
|
] });
|
|
517
544
|
};
|
|
518
545
|
var chevron_up_default = ChevronUp3;
|
|
519
546
|
|
|
520
547
|
// src/icons/v2/outline/chevron-up-large.tsx
|
|
521
|
-
import { jsx as
|
|
548
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
522
549
|
var ChevronUpLarge = (props) => {
|
|
523
550
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
524
|
-
return /* @__PURE__ */
|
|
551
|
+
return /* @__PURE__ */ jsx24("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx24(
|
|
525
552
|
"path",
|
|
526
553
|
{
|
|
527
554
|
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",
|
|
@@ -532,18 +559,18 @@ var ChevronUpLarge = (props) => {
|
|
|
532
559
|
var chevron_up_large_default = ChevronUpLarge;
|
|
533
560
|
|
|
534
561
|
// src/icons/v2/outline/clock.tsx
|
|
535
|
-
import { jsx as
|
|
562
|
+
import { jsx as jsx25, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
536
563
|
var Clock = (props) => {
|
|
537
564
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
538
|
-
return /* @__PURE__ */
|
|
539
|
-
/* @__PURE__ */
|
|
565
|
+
return /* @__PURE__ */ jsxs17("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", ...svgProps, children: [
|
|
566
|
+
/* @__PURE__ */ jsx25(
|
|
540
567
|
"path",
|
|
541
568
|
{
|
|
542
569
|
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",
|
|
543
570
|
fill: color
|
|
544
571
|
}
|
|
545
572
|
),
|
|
546
|
-
/* @__PURE__ */
|
|
573
|
+
/* @__PURE__ */ jsx25(
|
|
547
574
|
"path",
|
|
548
575
|
{
|
|
549
576
|
fillRule: "evenodd",
|
|
@@ -557,11 +584,11 @@ var Clock = (props) => {
|
|
|
557
584
|
var clock_default = Clock;
|
|
558
585
|
|
|
559
586
|
// src/icons/v2/outline/close.tsx
|
|
560
|
-
import { jsx as
|
|
587
|
+
import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
561
588
|
var Close = (props) => {
|
|
562
589
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
563
|
-
return /* @__PURE__ */
|
|
564
|
-
/* @__PURE__ */
|
|
590
|
+
return /* @__PURE__ */ jsxs18("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
591
|
+
/* @__PURE__ */ jsx26("g", { clipPath: "url(#icon-outline-close)", children: /* @__PURE__ */ jsx26(
|
|
565
592
|
"path",
|
|
566
593
|
{
|
|
567
594
|
fillRule: "evenodd",
|
|
@@ -570,24 +597,24 @@ var Close = (props) => {
|
|
|
570
597
|
fill: color
|
|
571
598
|
}
|
|
572
599
|
) }),
|
|
573
|
-
/* @__PURE__ */
|
|
600
|
+
/* @__PURE__ */ jsx26("defs", { children: /* @__PURE__ */ jsx26("clipPath", { id: "icon-outline-close", children: /* @__PURE__ */ jsx26("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
574
601
|
] });
|
|
575
602
|
};
|
|
576
603
|
var close_default = Close;
|
|
577
604
|
|
|
578
605
|
// src/icons/v2/outline/close-large.tsx
|
|
579
|
-
import { jsx as
|
|
606
|
+
import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
580
607
|
var CloseLarge = (props) => {
|
|
581
608
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
582
|
-
return /* @__PURE__ */
|
|
583
|
-
/* @__PURE__ */
|
|
609
|
+
return /* @__PURE__ */ jsxs19("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
610
|
+
/* @__PURE__ */ jsx27(
|
|
584
611
|
"path",
|
|
585
612
|
{
|
|
586
613
|
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",
|
|
587
614
|
fill: color
|
|
588
615
|
}
|
|
589
616
|
),
|
|
590
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx27(
|
|
591
618
|
"path",
|
|
592
619
|
{
|
|
593
620
|
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",
|
|
@@ -598,12 +625,48 @@ var CloseLarge = (props) => {
|
|
|
598
625
|
};
|
|
599
626
|
var close_large_default = CloseLarge;
|
|
600
627
|
|
|
628
|
+
// src/icons/v2/outline/complete-order-rounded.tsx
|
|
629
|
+
import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
630
|
+
var CompleteOrderRounded = (props) => {
|
|
631
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
632
|
+
return /* @__PURE__ */ jsxs20("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
633
|
+
/* @__PURE__ */ jsx28(
|
|
634
|
+
"path",
|
|
635
|
+
{
|
|
636
|
+
fillRule: "evenodd",
|
|
637
|
+
clipRule: "evenodd",
|
|
638
|
+
d: "M4.25976 4H19.4198C19.8398 4 20.1798 3.66 20.1798 3.24C20.1798 2.82 19.8398 2.5 19.4198 2.5H4.25976C3.83976 2.5 3.49976 2.84 3.49976 3.24C3.49976 3.64 3.83976 4 4.25976 4Z",
|
|
639
|
+
fill: color
|
|
640
|
+
}
|
|
641
|
+
),
|
|
642
|
+
/* @__PURE__ */ jsx28(
|
|
643
|
+
"path",
|
|
644
|
+
{
|
|
645
|
+
fillRule: "evenodd",
|
|
646
|
+
clipRule: "evenodd",
|
|
647
|
+
d: "M18.0197 16.0401L16.4797 17.5801L15.6797 16.7801C15.4197 16.5201 15.0197 16.5201 14.7597 16.7801C14.4997 17.0401 14.4997 17.4401 14.7597 17.7001L16.0197 18.9601C16.2797 19.2201 16.6797 19.2201 16.9397 18.9601L18.9397 16.9601C19.1997 16.7001 19.1997 16.3001 18.9397 16.0401C18.6797 15.8001 18.2597 15.8001 18.0197 16.0401Z",
|
|
648
|
+
fill: color
|
|
649
|
+
}
|
|
650
|
+
),
|
|
651
|
+
/* @__PURE__ */ jsx28(
|
|
652
|
+
"path",
|
|
653
|
+
{
|
|
654
|
+
fillRule: "evenodd",
|
|
655
|
+
clipRule: "evenodd",
|
|
656
|
+
d: "M20.2797 13.88V12.92C21.1797 12.74 21.7997 11.88 21.6597 10.94L20.9597 6.26001C20.8397 5.40001 20.0997 4.76001 19.2197 4.76001H4.45973C3.59973 4.76001 2.85973 5.40001 2.71973 6.24001L2.01973 10.88C1.87973 11.82 2.49973 12.68 3.39973 12.86V18.76C3.39973 20.28 4.63973 21.52 6.15973 21.52H13.8397C14.6797 22.16 15.7197 22.52 16.8397 22.52C19.5997 22.52 21.8397 20.28 21.8397 17.52C21.8397 16.08 21.2397 14.78 20.2797 13.88ZM3.75973 11.4C3.59973 11.4 3.49973 11.26 3.51973 11.12L4.21973 6.48001C4.23973 6.36001 4.33973 6.26001 4.45973 6.26001H19.2197C19.3397 6.26001 19.4397 6.36001 19.4597 6.48001L20.1597 11.16C20.1797 11.32 20.0597 11.44 19.9197 11.44L3.75973 11.4ZM9.83973 20H6.93973V15.5C6.93973 15.26 7.13973 15.06 7.37973 15.06H9.37973C9.61973 15.06 9.81973 15.26 9.81973 15.5V20H9.83973ZM10.9397 20V15.5C10.9397 14.64 10.2397 13.94 9.37973 13.94H7.37973C6.51973 13.94 5.81973 14.64 5.81973 15.5V19.96C5.27973 19.82 4.89973 19.34 4.89973 18.76V12.9L14.8197 12.94C13.0597 13.7 11.8397 15.46 11.8397 17.5C11.8397 18.4 12.0797 19.26 12.4997 20H10.9397ZM16.8397 21.2C14.7997 21.2 13.1397 19.54 13.1397 17.5C13.1397 15.46 14.7997 13.8 16.8397 13.8C18.8797 13.8 20.5397 15.46 20.5397 17.5C20.5397 19.56 18.8797 21.2 16.8397 21.2Z",
|
|
657
|
+
fill: color
|
|
658
|
+
}
|
|
659
|
+
)
|
|
660
|
+
] });
|
|
661
|
+
};
|
|
662
|
+
var complete_order_rounded_default = CompleteOrderRounded;
|
|
663
|
+
|
|
601
664
|
// src/icons/v2/outline/contact-book.tsx
|
|
602
|
-
import { jsx as
|
|
665
|
+
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
603
666
|
var ContactBook = (props) => {
|
|
604
667
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
605
|
-
return /* @__PURE__ */
|
|
606
|
-
/* @__PURE__ */
|
|
668
|
+
return /* @__PURE__ */ jsxs21("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
669
|
+
/* @__PURE__ */ jsx29(
|
|
607
670
|
"path",
|
|
608
671
|
{
|
|
609
672
|
fillRule: "evenodd",
|
|
@@ -612,7 +675,7 @@ var ContactBook = (props) => {
|
|
|
612
675
|
fill: color
|
|
613
676
|
}
|
|
614
677
|
),
|
|
615
|
-
/* @__PURE__ */
|
|
678
|
+
/* @__PURE__ */ jsx29(
|
|
616
679
|
"path",
|
|
617
680
|
{
|
|
618
681
|
fillRule: "evenodd",
|
|
@@ -621,7 +684,7 @@ var ContactBook = (props) => {
|
|
|
621
684
|
fill: color
|
|
622
685
|
}
|
|
623
686
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
687
|
+
/* @__PURE__ */ jsx29(
|
|
625
688
|
"path",
|
|
626
689
|
{
|
|
627
690
|
fillRule: "evenodd",
|
|
@@ -630,7 +693,7 @@ var ContactBook = (props) => {
|
|
|
630
693
|
fill: color
|
|
631
694
|
}
|
|
632
695
|
),
|
|
633
|
-
/* @__PURE__ */
|
|
696
|
+
/* @__PURE__ */ jsx29(
|
|
634
697
|
"path",
|
|
635
698
|
{
|
|
636
699
|
fillRule: "evenodd",
|
|
@@ -639,7 +702,7 @@ var ContactBook = (props) => {
|
|
|
639
702
|
fill: color
|
|
640
703
|
}
|
|
641
704
|
),
|
|
642
|
-
/* @__PURE__ */
|
|
705
|
+
/* @__PURE__ */ jsx29(
|
|
643
706
|
"path",
|
|
644
707
|
{
|
|
645
708
|
fillRule: "evenodd",
|
|
@@ -648,7 +711,7 @@ var ContactBook = (props) => {
|
|
|
648
711
|
fill: color
|
|
649
712
|
}
|
|
650
713
|
),
|
|
651
|
-
/* @__PURE__ */
|
|
714
|
+
/* @__PURE__ */ jsx29(
|
|
652
715
|
"path",
|
|
653
716
|
{
|
|
654
717
|
fillRule: "evenodd",
|
|
@@ -662,18 +725,18 @@ var ContactBook = (props) => {
|
|
|
662
725
|
var contact_book_default = ContactBook;
|
|
663
726
|
|
|
664
727
|
// src/icons/v2/outline/copy.tsx
|
|
665
|
-
import { jsx as
|
|
728
|
+
import { jsx as jsx30, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
666
729
|
var Copy = (props) => {
|
|
667
730
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
668
|
-
return /* @__PURE__ */
|
|
669
|
-
/* @__PURE__ */
|
|
731
|
+
return /* @__PURE__ */ jsxs22("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: [
|
|
732
|
+
/* @__PURE__ */ jsx30(
|
|
670
733
|
"path",
|
|
671
734
|
{
|
|
672
735
|
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",
|
|
673
736
|
fill: color
|
|
674
737
|
}
|
|
675
738
|
),
|
|
676
|
-
/* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx30(
|
|
677
740
|
"path",
|
|
678
741
|
{
|
|
679
742
|
fillRule: "evenodd",
|
|
@@ -682,7 +745,7 @@ var Copy = (props) => {
|
|
|
682
745
|
fill: color
|
|
683
746
|
}
|
|
684
747
|
),
|
|
685
|
-
/* @__PURE__ */
|
|
748
|
+
/* @__PURE__ */ jsx30(
|
|
686
749
|
"path",
|
|
687
750
|
{
|
|
688
751
|
fillRule: "evenodd",
|
|
@@ -691,7 +754,7 @@ var Copy = (props) => {
|
|
|
691
754
|
fill: color
|
|
692
755
|
}
|
|
693
756
|
),
|
|
694
|
-
/* @__PURE__ */
|
|
757
|
+
/* @__PURE__ */ jsx30(
|
|
695
758
|
"path",
|
|
696
759
|
{
|
|
697
760
|
fillRule: "evenodd",
|
|
@@ -705,11 +768,11 @@ var Copy = (props) => {
|
|
|
705
768
|
var copy_default = Copy;
|
|
706
769
|
|
|
707
770
|
// src/icons/v2/outline/cvv.tsx
|
|
708
|
-
import { jsx as
|
|
771
|
+
import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
709
772
|
var Cvv = (props) => {
|
|
710
773
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
711
|
-
return /* @__PURE__ */
|
|
712
|
-
/* @__PURE__ */
|
|
774
|
+
return /* @__PURE__ */ jsxs23("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
775
|
+
/* @__PURE__ */ jsx31(
|
|
713
776
|
"path",
|
|
714
777
|
{
|
|
715
778
|
fillRule: "evenodd",
|
|
@@ -718,35 +781,35 @@ var Cvv = (props) => {
|
|
|
718
781
|
fill: color
|
|
719
782
|
}
|
|
720
783
|
),
|
|
721
|
-
/* @__PURE__ */
|
|
784
|
+
/* @__PURE__ */ jsx31(
|
|
722
785
|
"path",
|
|
723
786
|
{
|
|
724
787
|
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",
|
|
725
788
|
fill: "white"
|
|
726
789
|
}
|
|
727
790
|
),
|
|
728
|
-
/* @__PURE__ */
|
|
791
|
+
/* @__PURE__ */ jsx31(
|
|
729
792
|
"path",
|
|
730
793
|
{
|
|
731
794
|
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",
|
|
732
795
|
fill: color
|
|
733
796
|
}
|
|
734
797
|
),
|
|
735
|
-
/* @__PURE__ */
|
|
798
|
+
/* @__PURE__ */ jsx31(
|
|
736
799
|
"path",
|
|
737
800
|
{
|
|
738
801
|
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",
|
|
739
802
|
fill: color
|
|
740
803
|
}
|
|
741
804
|
),
|
|
742
|
-
/* @__PURE__ */
|
|
805
|
+
/* @__PURE__ */ jsx31(
|
|
743
806
|
"path",
|
|
744
807
|
{
|
|
745
808
|
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",
|
|
746
809
|
fill: color
|
|
747
810
|
}
|
|
748
811
|
),
|
|
749
|
-
/* @__PURE__ */
|
|
812
|
+
/* @__PURE__ */ jsx31(
|
|
750
813
|
"path",
|
|
751
814
|
{
|
|
752
815
|
fillRule: "evenodd",
|
|
@@ -760,10 +823,10 @@ var Cvv = (props) => {
|
|
|
760
823
|
var cvv_default = Cvv;
|
|
761
824
|
|
|
762
825
|
// src/icons/v2/outline/delivered.tsx
|
|
763
|
-
import { jsx as
|
|
826
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
764
827
|
var Delivered = (props) => {
|
|
765
828
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
766
|
-
return /* @__PURE__ */
|
|
829
|
+
return /* @__PURE__ */ jsx32("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx32(
|
|
767
830
|
"path",
|
|
768
831
|
{
|
|
769
832
|
fillRule: "evenodd",
|
|
@@ -775,11 +838,25 @@ var Delivered = (props) => {
|
|
|
775
838
|
};
|
|
776
839
|
var delivered_default = Delivered;
|
|
777
840
|
|
|
841
|
+
// src/icons/v2/outline/delivered-rounded.tsx
|
|
842
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
843
|
+
var DeliveredRounded = (props) => {
|
|
844
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
845
|
+
return /* @__PURE__ */ jsx33("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx33(
|
|
846
|
+
"path",
|
|
847
|
+
{
|
|
848
|
+
d: "M7.18372 2C9.08406 2.00033 10.673 3.33047 11.0724 5.11035H13.0001C13.2761 5.11048 13.5 5.3344 13.5001 5.61035C13.5001 5.88641 13.2762 6.11022 13.0001 6.11035H11.1671C11.1201 7.65583 10.1934 8.97932 8.87122 9.59863C10.4664 9.98941 11.6505 11.428 11.6505 13.1436V15.0352H12.1368C12.0824 14.8714 12.0519 14.6966 12.0519 14.5146V7.9043C12.0519 6.99303 12.791 6.25391 13.7023 6.25391H20.3605C21.2717 6.25397 22.0109 6.99307 22.0109 7.9043V14.5146C22.0107 15.4258 21.2716 16.165 20.3605 16.165H16.382C16.5461 16.4688 16.6398 16.8162 16.6398 17.1855C16.6395 18.3727 15.6766 19.335 14.4894 19.335H11.6505V21.2988C11.6505 21.6578 11.3591 21.9492 11.0001 21.9492H3.60754C3.24856 21.9492 2.95715 21.6578 2.95715 21.2988V13.1436C2.95715 11.4827 4.06684 10.0809 5.58508 9.63867C4.17925 9.02257 3.1966 7.62034 3.19641 5.9873C3.19641 3.78544 4.98185 2 7.18372 2ZM6.60754 10.793C5.30967 10.793 4.25696 11.8457 4.25696 13.1436V20.6494H10.3497V19.335H9.70813C8.41307 19.3348 7.21474 18.6485 6.55969 17.5312L5.4386 15.6201C5.25711 15.3106 5.36166 14.9122 5.67102 14.7305C5.98066 14.549 6.37909 14.6523 6.56067 14.9619L7.18469 16.0273L8.82532 14.9092L7.41907 12.3379C7.24698 12.023 7.36317 11.6274 7.67786 11.4551C7.99272 11.2831 8.38745 11.3992 8.55969 11.7139L9.99133 14.333C10.0819 14.4986 10.2055 14.6392 10.3497 14.751V13.1436C10.3497 11.8457 9.29796 10.793 8.00012 10.793H6.60754ZM7.69153 16.8916C8.11546 17.6004 8.88128 18.035 9.70813 18.0352H14.4894C14.9586 18.0352 15.3397 17.6547 15.34 17.1855C15.34 16.7161 14.9588 16.335 14.4894 16.335H11.1759C10.5317 16.3349 9.9224 16.0999 9.44934 15.6934L7.69153 16.8916ZM13.7023 7.55371C13.509 7.55371 13.3517 7.711 13.3517 7.9043V14.5146C13.3518 14.7078 13.5091 14.8643 13.7023 14.8643H20.3605C20.5536 14.8642 20.7109 14.7078 20.7111 14.5146V7.9043C20.7111 7.71104 20.5537 7.55378 20.3605 7.55371H18.9972V9.81836C18.9968 10.3703 18.5491 10.8182 17.9972 10.8184H16.0509C15.4991 10.8181 15.0522 10.3702 15.0519 9.81836V7.55371H13.7023ZM16.0509 9.81836H17.9972V7.68066H16.0519L16.0509 9.81836ZM4.50208 6.11035C4.5667 7.53685 5.74127 8.67383 7.18372 8.67383C8.62584 8.67345 9.79977 7.53661 9.86438 6.11035H4.50208ZM7.18372 3.2998C6.00709 3.2998 5.00931 4.05734 4.64563 5.11035H9.72083C9.35724 4.05752 8.36005 3.30011 7.18372 3.2998Z",
|
|
849
|
+
fill: color
|
|
850
|
+
}
|
|
851
|
+
) });
|
|
852
|
+
};
|
|
853
|
+
var delivered_rounded_default = DeliveredRounded;
|
|
854
|
+
|
|
778
855
|
// src/icons/v2/outline/edit.tsx
|
|
779
|
-
import { jsx as
|
|
856
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
780
857
|
var Edit = (props) => {
|
|
781
858
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
782
|
-
return /* @__PURE__ */
|
|
859
|
+
return /* @__PURE__ */ jsx34("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx34(
|
|
783
860
|
"path",
|
|
784
861
|
{
|
|
785
862
|
fillRule: "evenodd",
|
|
@@ -792,10 +869,10 @@ var Edit = (props) => {
|
|
|
792
869
|
var edit_default = Edit;
|
|
793
870
|
|
|
794
871
|
// src/icons/v2/outline/enveloped.tsx
|
|
795
|
-
import { jsx as
|
|
872
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
796
873
|
var Enveloped = (props) => {
|
|
797
874
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
798
|
-
return /* @__PURE__ */
|
|
875
|
+
return /* @__PURE__ */ jsx35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx35(
|
|
799
876
|
"path",
|
|
800
877
|
{
|
|
801
878
|
fillRule: "evenodd",
|
|
@@ -808,11 +885,11 @@ var Enveloped = (props) => {
|
|
|
808
885
|
var enveloped_default = Enveloped;
|
|
809
886
|
|
|
810
887
|
// src/icons/v2/outline/eye-close.tsx
|
|
811
|
-
import { jsx as
|
|
888
|
+
import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
812
889
|
var EyeClose = (props) => {
|
|
813
890
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
814
|
-
return /* @__PURE__ */
|
|
815
|
-
/* @__PURE__ */
|
|
891
|
+
return /* @__PURE__ */ jsxs24("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
892
|
+
/* @__PURE__ */ jsx36(
|
|
816
893
|
"path",
|
|
817
894
|
{
|
|
818
895
|
fillRule: "evenodd",
|
|
@@ -821,7 +898,7 @@ var EyeClose = (props) => {
|
|
|
821
898
|
fill: color
|
|
822
899
|
}
|
|
823
900
|
),
|
|
824
|
-
/* @__PURE__ */
|
|
901
|
+
/* @__PURE__ */ jsx36(
|
|
825
902
|
"path",
|
|
826
903
|
{
|
|
827
904
|
fillRule: "evenodd",
|
|
@@ -830,7 +907,7 @@ var EyeClose = (props) => {
|
|
|
830
907
|
fill: color
|
|
831
908
|
}
|
|
832
909
|
),
|
|
833
|
-
/* @__PURE__ */
|
|
910
|
+
/* @__PURE__ */ jsx36(
|
|
834
911
|
"path",
|
|
835
912
|
{
|
|
836
913
|
fillRule: "evenodd",
|
|
@@ -844,11 +921,11 @@ var EyeClose = (props) => {
|
|
|
844
921
|
var eye_close_default = EyeClose;
|
|
845
922
|
|
|
846
923
|
// src/icons/v2/outline/eye-open.tsx
|
|
847
|
-
import { jsx as
|
|
924
|
+
import { jsx as jsx37, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
848
925
|
var EyeOpen = (props) => {
|
|
849
926
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
850
|
-
return /* @__PURE__ */
|
|
851
|
-
/* @__PURE__ */
|
|
927
|
+
return /* @__PURE__ */ jsxs25("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
928
|
+
/* @__PURE__ */ jsx37(
|
|
852
929
|
"path",
|
|
853
930
|
{
|
|
854
931
|
fillRule: "evenodd",
|
|
@@ -857,7 +934,7 @@ var EyeOpen = (props) => {
|
|
|
857
934
|
fill: color
|
|
858
935
|
}
|
|
859
936
|
),
|
|
860
|
-
/* @__PURE__ */
|
|
937
|
+
/* @__PURE__ */ jsx37(
|
|
861
938
|
"path",
|
|
862
939
|
{
|
|
863
940
|
fillRule: "evenodd",
|
|
@@ -871,11 +948,11 @@ var EyeOpen = (props) => {
|
|
|
871
948
|
var eye_open_default = EyeOpen;
|
|
872
949
|
|
|
873
950
|
// src/icons/v2/outline/filter.tsx
|
|
874
|
-
import { jsx as
|
|
951
|
+
import { jsx as jsx38, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
875
952
|
var Filter = (props) => {
|
|
876
953
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
877
|
-
return /* @__PURE__ */
|
|
878
|
-
/* @__PURE__ */
|
|
954
|
+
return /* @__PURE__ */ jsxs26("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
955
|
+
/* @__PURE__ */ jsx38(
|
|
879
956
|
"path",
|
|
880
957
|
{
|
|
881
958
|
fillRule: "evenodd",
|
|
@@ -884,7 +961,7 @@ var Filter = (props) => {
|
|
|
884
961
|
fill: color
|
|
885
962
|
}
|
|
886
963
|
),
|
|
887
|
-
/* @__PURE__ */
|
|
964
|
+
/* @__PURE__ */ jsx38(
|
|
888
965
|
"path",
|
|
889
966
|
{
|
|
890
967
|
fillRule: "evenodd",
|
|
@@ -893,7 +970,7 @@ var Filter = (props) => {
|
|
|
893
970
|
fill: color
|
|
894
971
|
}
|
|
895
972
|
),
|
|
896
|
-
/* @__PURE__ */
|
|
973
|
+
/* @__PURE__ */ jsx38(
|
|
897
974
|
"path",
|
|
898
975
|
{
|
|
899
976
|
fillRule: "evenodd",
|
|
@@ -906,11 +983,65 @@ var Filter = (props) => {
|
|
|
906
983
|
};
|
|
907
984
|
var filter_default = Filter;
|
|
908
985
|
|
|
986
|
+
// src/icons/v2/outline/gift-card-check-rounded.tsx
|
|
987
|
+
import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
988
|
+
var GiftCardCheckRounded = (props) => {
|
|
989
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
990
|
+
return /* @__PURE__ */ jsxs27("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
991
|
+
/* @__PURE__ */ jsx39(
|
|
992
|
+
"path",
|
|
993
|
+
{
|
|
994
|
+
fillRule: "evenodd",
|
|
995
|
+
clipRule: "evenodd",
|
|
996
|
+
d: "M19.2402 4.03345H4.76001C3.23183 4.03345 2.00427 5.261 2.00427 6.78919V17.286C2.00427 18.8142 3.23183 20.0418 4.76001 20.0418H13.0272C13.9291 21.2443 15.3821 22.046 17.0105 22.046C19.4406 22.046 21.4448 20.3174 21.9208 18.0376C21.9959 17.8121 22.021 17.5616 22.021 17.3111V6.81423C21.9959 5.261 20.7684 4.03345 19.2402 4.03345ZM19.616 12.7516H20.5178V13.428C20.2423 13.1775 19.9166 12.952 19.616 12.7516ZM12.9771 14.0794L11.6494 12.7516H14.4051C13.8289 13.1023 13.3529 13.5533 12.9771 14.0794ZM7.86649 11.1232C7.31534 10.998 6.76419 10.7725 6.36336 10.4969C5.93747 10.2213 5.73703 9.94576 5.68693 9.74534C5.66188 9.64513 5.63684 9.44471 5.98757 9.09398C6.33831 8.7683 6.68904 8.66809 6.98966 8.69315C7.31534 8.7182 7.69112 8.89356 8.0168 9.21924C8.593 9.74533 8.89363 10.547 8.84353 11.2485H8.74331C8.49279 11.2485 8.19217 11.1984 7.86649 11.1232ZM13.5533 9.74534C13.5032 9.92071 13.3028 10.1963 12.8769 10.4969C12.4761 10.7725 11.9249 10.998 11.3738 11.1232C11.0481 11.1984 10.7725 11.2485 10.497 11.2485H10.3968C10.3216 10.547 10.6473 9.77038 11.2235 9.21924C11.5492 8.89356 11.9249 8.7182 12.2506 8.69315C12.5512 8.66809 12.902 8.74325 13.2527 9.09398C13.5784 9.44471 13.5784 9.64513 13.5533 9.74534ZM4.76001 5.53658H19.2652C19.9667 5.53658 20.5178 6.08773 20.5178 6.78919V11.2735H14.2798C14.6055 10.9729 14.8561 10.5971 14.9813 10.1712C15.1817 9.39461 14.9061 8.6681 14.2548 8.0418C13.6034 7.41549 12.8268 7.16497 12.0752 7.24012C11.3487 7.31528 10.6723 7.66601 10.1462 8.16706C9.94581 8.36747 9.77046 8.59294 9.59509 8.81841C9.41973 8.56789 9.24435 8.36747 9.04393 8.16706C8.51783 7.69107 7.86649 7.31528 7.11492 7.24012C6.36336 7.16497 5.58672 7.41549 4.93536 8.0418C4.28401 8.6681 4.00846 9.39461 4.20888 10.1712C4.33414 10.5971 4.58464 10.9729 4.91032 11.2735H3.45731V6.78919C3.50742 6.08773 4.05855 5.53658 4.76001 5.53658ZM4.76001 18.5136C4.05855 18.5136 3.5074 17.9625 3.5074 17.261V12.7516H7.61597L5.88736 14.4802C5.58673 14.7808 5.58673 15.2568 5.88736 15.5324C6.18799 15.833 6.66397 15.833 6.93954 15.5324L9.64519 12.8518L12.2757 15.4823C12.1254 15.9583 12.0251 16.4593 12.0251 17.0105C12.0251 17.5366 12.1254 18.0376 12.2757 18.5136H4.76001ZM17.0105 20.7182C14.9563 20.7182 13.3028 19.0648 13.3028 17.0105C13.3028 14.9562 14.9563 13.3028 17.0105 13.3028C19.0648 13.3028 20.7182 14.9562 20.7182 17.0105C20.6932 19.0648 19.0398 20.7182 17.0105 20.7182Z",
|
|
997
|
+
fill: color
|
|
998
|
+
}
|
|
999
|
+
),
|
|
1000
|
+
/* @__PURE__ */ jsx39(
|
|
1001
|
+
"path",
|
|
1002
|
+
{
|
|
1003
|
+
fillRule: "evenodd",
|
|
1004
|
+
clipRule: "evenodd",
|
|
1005
|
+
d: "M18.1629 15.5575L16.6097 17.1107L15.808 16.309C15.5575 16.0585 15.1316 16.0585 14.8811 16.309C14.6306 16.5595 14.6306 16.9854 14.8811 17.2359L16.1337 18.4885C16.3842 18.7391 16.8101 18.7391 17.0606 18.4885L19.0648 16.4844C19.3153 16.2338 19.3153 15.808 19.0648 15.5575C18.8393 15.3069 18.4385 15.3069 18.1629 15.5575Z",
|
|
1006
|
+
fill: color
|
|
1007
|
+
}
|
|
1008
|
+
)
|
|
1009
|
+
] });
|
|
1010
|
+
};
|
|
1011
|
+
var gift_card_check_rounded_default = GiftCardCheckRounded;
|
|
1012
|
+
|
|
1013
|
+
// src/icons/v2/outline/gift-card-failed-rounded.tsx
|
|
1014
|
+
import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1015
|
+
var GiftCardFailedRounded = (props) => {
|
|
1016
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1017
|
+
return /* @__PURE__ */ jsxs28("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1018
|
+
/* @__PURE__ */ jsx40(
|
|
1019
|
+
"path",
|
|
1020
|
+
{
|
|
1021
|
+
fillRule: "evenodd",
|
|
1022
|
+
clipRule: "evenodd",
|
|
1023
|
+
d: "M19.2402 4.03345H4.73496C3.20677 4.03345 1.97922 5.261 1.97922 6.78919V17.286C1.97922 18.8142 3.20677 20.0418 4.73496 20.0418H13.0022C13.9041 21.2443 15.3571 22.046 16.9855 22.046C19.4155 22.046 21.4448 20.2923 21.8957 17.9875C21.9458 17.762 21.9959 17.5366 21.9959 17.286V6.78919C21.9959 5.261 20.7684 4.03345 19.2402 4.03345ZM19.5909 12.7516H20.4928V13.428C20.2172 13.1775 19.9166 12.952 19.5909 12.7516ZM12.9521 14.0794L11.6243 12.7516H14.38C13.8289 13.1023 13.3529 13.5533 12.9521 14.0794ZM7.86648 11.1232C7.31533 10.998 6.76418 10.7725 6.36335 10.4969C5.93746 10.2213 5.73706 9.94576 5.68695 9.74534C5.6619 9.64513 5.63684 9.44471 5.98757 9.09398C6.3383 8.7683 6.68903 8.66809 6.98965 8.69315C7.31533 8.7182 7.69111 8.89356 8.01679 9.21924C8.59299 9.74533 8.89362 10.547 8.84352 11.2485H8.74331C8.46773 11.2485 8.19216 11.1984 7.86648 11.1232ZM13.5283 9.74534C13.4782 9.92071 13.2778 10.1963 12.8519 10.4969C12.451 10.7725 11.8999 10.998 11.3487 11.1232C11.0231 11.1984 10.7475 11.2485 10.4719 11.2485H10.3717C10.2965 10.547 10.6222 9.77038 11.1984 9.21924C11.5241 8.89356 11.8999 8.7182 12.2256 8.69315C12.5262 8.66809 12.8769 8.74325 13.2277 9.09398C13.5784 9.44471 13.5533 9.64513 13.5283 9.74534ZM4.73496 5.53658H19.2402C19.9416 5.53658 20.4928 6.08773 20.4928 6.78919V11.2735H14.2798C14.6055 10.9729 14.856 10.5971 14.9813 10.1712C15.1817 9.39461 14.9061 8.6681 14.2548 8.0418C13.6034 7.41549 12.8268 7.16497 12.0753 7.24012C11.3487 7.31528 10.6723 7.66601 10.1462 8.16706C9.9458 8.36747 9.77045 8.59294 9.59509 8.81841C9.41972 8.56789 9.24437 8.36747 9.04395 8.16706C8.51785 7.69107 7.86648 7.31528 7.11491 7.24012C6.36335 7.16497 5.58674 7.41549 4.93539 8.0418C4.28403 8.6681 4.00845 9.39461 4.20887 10.1712C4.33413 10.5971 4.58466 10.9729 4.91034 11.2735H3.4573V6.78919C3.48235 6.08773 4.05855 5.53658 4.73496 5.53658ZM4.73496 18.5136C4.0335 18.5136 3.48235 17.9625 3.48235 17.261V12.7516H7.59091L5.86231 14.4802C5.56168 14.7808 5.56168 15.2568 5.86231 15.5324C6.16293 15.833 6.63894 15.833 6.91452 15.5324L9.62013 12.8518L12.2506 15.4823C12.1003 15.9583 12.0001 16.4593 12.0001 17.0105C12.0001 17.5366 12.1003 18.0376 12.2506 18.5136H4.73496ZM16.9855 20.7182C14.9312 20.7182 13.2777 19.0648 13.2777 17.0105C13.2777 14.9562 14.9312 13.3028 16.9855 13.3028C19.0398 13.3028 20.6932 14.9562 20.6932 17.0105C20.6932 19.0648 19.0398 20.7182 16.9855 20.7182Z",
|
|
1024
|
+
fill: color
|
|
1025
|
+
}
|
|
1026
|
+
),
|
|
1027
|
+
/* @__PURE__ */ jsx40(
|
|
1028
|
+
"path",
|
|
1029
|
+
{
|
|
1030
|
+
fillRule: "evenodd",
|
|
1031
|
+
clipRule: "evenodd",
|
|
1032
|
+
d: "M18.7642 15.2318C18.5137 14.9812 18.0878 14.9812 17.8373 15.2318L16.9855 16.0835L16.1337 15.2318C15.8832 14.9812 15.4573 14.9812 15.2068 15.2318C14.9563 15.4823 14.9563 15.9082 15.2068 16.1587L16.0586 17.0105L15.2068 17.8622C14.9563 18.1128 14.9563 18.5387 15.2068 18.7892C15.4573 19.0397 15.8832 19.0397 16.1337 18.7892L16.9855 17.9374L17.8373 18.7892C18.0878 19.0397 18.5137 19.0397 18.7642 18.7892C19.0147 18.5387 19.0147 18.1128 18.7642 17.8622L17.9124 17.0105L18.7642 16.1587C19.0147 15.9082 19.0147 15.4823 18.7642 15.2318Z",
|
|
1033
|
+
fill: color
|
|
1034
|
+
}
|
|
1035
|
+
)
|
|
1036
|
+
] });
|
|
1037
|
+
};
|
|
1038
|
+
var gift_card_failed_rounded_default = GiftCardFailedRounded;
|
|
1039
|
+
|
|
909
1040
|
// src/icons/v2/outline/gps.tsx
|
|
910
|
-
import { jsx as
|
|
1041
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
911
1042
|
var Gps = (props) => {
|
|
912
1043
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
913
|
-
return /* @__PURE__ */
|
|
1044
|
+
return /* @__PURE__ */ jsx41("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx41(
|
|
914
1045
|
"path",
|
|
915
1046
|
{
|
|
916
1047
|
fillRule: "evenodd",
|
|
@@ -923,25 +1054,25 @@ var Gps = (props) => {
|
|
|
923
1054
|
var gps_default = Gps;
|
|
924
1055
|
|
|
925
1056
|
// src/icons/v2/outline/handphone.tsx
|
|
926
|
-
import { jsx as
|
|
1057
|
+
import { jsx as jsx42, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
927
1058
|
var Handphone = (props) => {
|
|
928
1059
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
929
|
-
return /* @__PURE__ */
|
|
930
|
-
/* @__PURE__ */
|
|
1060
|
+
return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1061
|
+
/* @__PURE__ */ jsx42(
|
|
931
1062
|
"path",
|
|
932
1063
|
{
|
|
933
1064
|
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",
|
|
934
1065
|
fill: color
|
|
935
1066
|
}
|
|
936
1067
|
),
|
|
937
|
-
/* @__PURE__ */
|
|
1068
|
+
/* @__PURE__ */ jsx42(
|
|
938
1069
|
"path",
|
|
939
1070
|
{
|
|
940
1071
|
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",
|
|
941
1072
|
fill: color
|
|
942
1073
|
}
|
|
943
1074
|
),
|
|
944
|
-
/* @__PURE__ */
|
|
1075
|
+
/* @__PURE__ */ jsx42(
|
|
945
1076
|
"path",
|
|
946
1077
|
{
|
|
947
1078
|
fillRule: "evenodd",
|
|
@@ -955,11 +1086,11 @@ var Handphone = (props) => {
|
|
|
955
1086
|
var handphone_default = Handphone;
|
|
956
1087
|
|
|
957
1088
|
// src/icons/v2/outline/heart.tsx
|
|
958
|
-
import { jsx as
|
|
1089
|
+
import { jsx as jsx43, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
959
1090
|
var Heart = (props) => {
|
|
960
1091
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
961
|
-
return /* @__PURE__ */
|
|
962
|
-
/* @__PURE__ */
|
|
1092
|
+
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1093
|
+
/* @__PURE__ */ jsx43("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx43(
|
|
963
1094
|
"path",
|
|
964
1095
|
{
|
|
965
1096
|
fillRule: "evenodd",
|
|
@@ -968,18 +1099,55 @@ var Heart = (props) => {
|
|
|
968
1099
|
fill: color
|
|
969
1100
|
}
|
|
970
1101
|
) }),
|
|
971
|
-
/* @__PURE__ */
|
|
1102
|
+
/* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
972
1103
|
] });
|
|
973
1104
|
};
|
|
974
1105
|
var heart_default = Heart;
|
|
975
1106
|
|
|
1107
|
+
// src/icons/v2/outline/help.tsx
|
|
1108
|
+
import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1109
|
+
var Help = (props) => {
|
|
1110
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1111
|
+
return /* @__PURE__ */ jsxs31("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1112
|
+
/* @__PURE__ */ jsxs31("g", { clipPath: "url(#clip0_6779_7486)", children: [
|
|
1113
|
+
/* @__PURE__ */ jsx44(
|
|
1114
|
+
"path",
|
|
1115
|
+
{
|
|
1116
|
+
fillRule: "evenodd",
|
|
1117
|
+
clipRule: "evenodd",
|
|
1118
|
+
d: "M12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
1119
|
+
fill: color
|
|
1120
|
+
}
|
|
1121
|
+
),
|
|
1122
|
+
/* @__PURE__ */ jsx44(
|
|
1123
|
+
"path",
|
|
1124
|
+
{
|
|
1125
|
+
d: "M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z",
|
|
1126
|
+
fill: color
|
|
1127
|
+
}
|
|
1128
|
+
),
|
|
1129
|
+
/* @__PURE__ */ jsx44(
|
|
1130
|
+
"path",
|
|
1131
|
+
{
|
|
1132
|
+
fillRule: "evenodd",
|
|
1133
|
+
clipRule: "evenodd",
|
|
1134
|
+
d: "M12 6.49463C10.6993 6.49463 9.64484 7.54908 9.64484 8.84982C9.64484 9.26404 9.30905 9.59982 8.89484 9.59982C8.48062 9.59982 8.14484 9.26404 8.14484 8.84982C8.14484 6.72066 9.87087 4.99463 12 4.99463C14.1292 4.99463 15.8552 6.72066 15.8552 8.84982C15.8552 10.5536 14.7505 11.9973 13.2204 12.5076C13.0655 12.5593 12.9344 12.6455 12.8507 12.7378C12.771 12.8257 12.75 12.8986 12.75 12.955L12.75 14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14L11.25 12.955C11.25 11.9528 12.0567 11.3145 12.7459 11.0847C13.682 10.7725 14.3552 9.8888 14.3552 8.84982C14.3552 7.54908 13.3008 6.49463 12 6.49463Z",
|
|
1135
|
+
fill: color
|
|
1136
|
+
}
|
|
1137
|
+
)
|
|
1138
|
+
] }),
|
|
1139
|
+
/* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ jsx44("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1140
|
+
] });
|
|
1141
|
+
};
|
|
1142
|
+
var help_default = Help;
|
|
1143
|
+
|
|
976
1144
|
// src/icons/v2/outline/home.tsx
|
|
977
|
-
import { jsx as
|
|
1145
|
+
import { jsx as jsx45, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
978
1146
|
var Home = (props) => {
|
|
979
1147
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
980
|
-
return /* @__PURE__ */
|
|
981
|
-
/* @__PURE__ */
|
|
982
|
-
/* @__PURE__ */
|
|
1148
|
+
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1149
|
+
/* @__PURE__ */ jsxs32("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
1150
|
+
/* @__PURE__ */ jsx45(
|
|
983
1151
|
"path",
|
|
984
1152
|
{
|
|
985
1153
|
fillRule: "evenodd",
|
|
@@ -988,7 +1156,7 @@ var Home = (props) => {
|
|
|
988
1156
|
fill: color
|
|
989
1157
|
}
|
|
990
1158
|
),
|
|
991
|
-
/* @__PURE__ */
|
|
1159
|
+
/* @__PURE__ */ jsx45(
|
|
992
1160
|
"path",
|
|
993
1161
|
{
|
|
994
1162
|
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",
|
|
@@ -996,24 +1164,24 @@ var Home = (props) => {
|
|
|
996
1164
|
}
|
|
997
1165
|
)
|
|
998
1166
|
] }),
|
|
999
|
-
/* @__PURE__ */
|
|
1167
|
+
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1000
1168
|
] });
|
|
1001
1169
|
};
|
|
1002
1170
|
var home_default = Home;
|
|
1003
1171
|
|
|
1004
1172
|
// src/icons/v2/outline/info.tsx
|
|
1005
|
-
import { jsx as
|
|
1173
|
+
import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1006
1174
|
var Info = (props) => {
|
|
1007
1175
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1008
|
-
return /* @__PURE__ */
|
|
1009
|
-
/* @__PURE__ */
|
|
1176
|
+
return /* @__PURE__ */ jsxs33("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1177
|
+
/* @__PURE__ */ jsx46(
|
|
1010
1178
|
"path",
|
|
1011
1179
|
{
|
|
1012
1180
|
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",
|
|
1013
1181
|
fill: color
|
|
1014
1182
|
}
|
|
1015
1183
|
),
|
|
1016
|
-
/* @__PURE__ */
|
|
1184
|
+
/* @__PURE__ */ jsx46(
|
|
1017
1185
|
"path",
|
|
1018
1186
|
{
|
|
1019
1187
|
fillRule: "evenodd",
|
|
@@ -1022,7 +1190,7 @@ var Info = (props) => {
|
|
|
1022
1190
|
fill: color
|
|
1023
1191
|
}
|
|
1024
1192
|
),
|
|
1025
|
-
/* @__PURE__ */
|
|
1193
|
+
/* @__PURE__ */ jsx46(
|
|
1026
1194
|
"path",
|
|
1027
1195
|
{
|
|
1028
1196
|
fillRule: "evenodd",
|
|
@@ -1035,26 +1203,42 @@ var Info = (props) => {
|
|
|
1035
1203
|
};
|
|
1036
1204
|
var info_default = Info;
|
|
1037
1205
|
|
|
1206
|
+
// src/icons/v2/outline/installment-rounded.tsx
|
|
1207
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1208
|
+
var InstallmentRounded = (props) => {
|
|
1209
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1210
|
+
return /* @__PURE__ */ jsx47("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx47(
|
|
1211
|
+
"path",
|
|
1212
|
+
{
|
|
1213
|
+
fillRule: "evenodd",
|
|
1214
|
+
clipRule: "evenodd",
|
|
1215
|
+
d: "M4.7998 4.58423C3.76427 4.58423 2.9248 5.42369 2.9248 6.45923V7.51333H16.8661C17.6715 7.51333 18.3244 8.16625 18.3244 8.97166V15.2026C18.3244 16.008 17.6715 16.6609 16.8661 16.6609H4.80062C3.07473 16.6609 1.67562 15.2618 1.67562 13.5359V8.95064C1.67508 8.93999 1.6748 8.92926 1.6748 8.91847V6.45923C1.6748 4.73334 3.07392 3.33423 4.7998 3.33423H15C15.3452 3.33423 15.625 3.61405 15.625 3.95923C15.625 4.30441 15.3452 4.58423 15 4.58423H4.7998ZM5 5.42253C4.65482 5.42253 4.375 5.70236 4.375 6.04753C4.375 6.39271 4.65482 6.67253 5 6.67253H16.6667C17.0118 6.67253 17.2917 6.39271 17.2917 6.04753C17.2917 5.70236 17.0118 5.42253 16.6667 5.42253H5ZM13.75 13.3371C14.4404 13.3371 15 12.7775 15 12.0871C15 11.3968 14.4404 10.8371 13.75 10.8371C13.0596 10.8371 12.5 11.3968 12.5 12.0871C12.5 12.7775 13.0596 13.3371 13.75 13.3371Z",
|
|
1216
|
+
fill: color
|
|
1217
|
+
}
|
|
1218
|
+
) });
|
|
1219
|
+
};
|
|
1220
|
+
var installment_rounded_default = InstallmentRounded;
|
|
1221
|
+
|
|
1038
1222
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1039
|
-
import { jsx as
|
|
1223
|
+
import { jsx as jsx48, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1040
1224
|
var KebabMenu = (props) => {
|
|
1041
1225
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1042
|
-
return /* @__PURE__ */
|
|
1043
|
-
/* @__PURE__ */
|
|
1226
|
+
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1227
|
+
/* @__PURE__ */ jsx48(
|
|
1044
1228
|
"path",
|
|
1045
1229
|
{
|
|
1046
1230
|
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",
|
|
1047
1231
|
fill: color
|
|
1048
1232
|
}
|
|
1049
1233
|
),
|
|
1050
|
-
/* @__PURE__ */
|
|
1234
|
+
/* @__PURE__ */ jsx48(
|
|
1051
1235
|
"path",
|
|
1052
1236
|
{
|
|
1053
1237
|
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",
|
|
1054
1238
|
fill: color
|
|
1055
1239
|
}
|
|
1056
1240
|
),
|
|
1057
|
-
/* @__PURE__ */
|
|
1241
|
+
/* @__PURE__ */ jsx48(
|
|
1058
1242
|
"path",
|
|
1059
1243
|
{
|
|
1060
1244
|
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",
|
|
@@ -1066,12 +1250,12 @@ var KebabMenu = (props) => {
|
|
|
1066
1250
|
var kebab_menu_default = KebabMenu;
|
|
1067
1251
|
|
|
1068
1252
|
// src/icons/v2/outline/logout.tsx
|
|
1069
|
-
import { jsx as
|
|
1253
|
+
import { jsx as jsx49, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1070
1254
|
var Logout = (props) => {
|
|
1071
1255
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1072
|
-
return /* @__PURE__ */
|
|
1073
|
-
/* @__PURE__ */
|
|
1074
|
-
/* @__PURE__ */
|
|
1256
|
+
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1257
|
+
/* @__PURE__ */ jsxs35("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1258
|
+
/* @__PURE__ */ jsx49(
|
|
1075
1259
|
"path",
|
|
1076
1260
|
{
|
|
1077
1261
|
fillRule: "evenodd",
|
|
@@ -1080,7 +1264,7 @@ var Logout = (props) => {
|
|
|
1080
1264
|
fill: color
|
|
1081
1265
|
}
|
|
1082
1266
|
),
|
|
1083
|
-
/* @__PURE__ */
|
|
1267
|
+
/* @__PURE__ */ jsx49(
|
|
1084
1268
|
"path",
|
|
1085
1269
|
{
|
|
1086
1270
|
fillRule: "evenodd",
|
|
@@ -1089,7 +1273,7 @@ var Logout = (props) => {
|
|
|
1089
1273
|
fill: color
|
|
1090
1274
|
}
|
|
1091
1275
|
),
|
|
1092
|
-
/* @__PURE__ */
|
|
1276
|
+
/* @__PURE__ */ jsx49(
|
|
1093
1277
|
"path",
|
|
1094
1278
|
{
|
|
1095
1279
|
fillRule: "evenodd",
|
|
@@ -1099,18 +1283,18 @@ var Logout = (props) => {
|
|
|
1099
1283
|
}
|
|
1100
1284
|
)
|
|
1101
1285
|
] }),
|
|
1102
|
-
/* @__PURE__ */
|
|
1286
|
+
/* @__PURE__ */ jsx49("defs", { children: /* @__PURE__ */ jsx49("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx49("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1103
1287
|
] });
|
|
1104
1288
|
};
|
|
1105
1289
|
var logout_default = Logout;
|
|
1106
1290
|
|
|
1107
1291
|
// src/icons/v2/outline/map-marker.tsx
|
|
1108
|
-
import { jsx as
|
|
1292
|
+
import { jsx as jsx50, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1109
1293
|
var MapMarker = (props) => {
|
|
1110
1294
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1111
|
-
return /* @__PURE__ */
|
|
1112
|
-
/* @__PURE__ */
|
|
1113
|
-
/* @__PURE__ */
|
|
1295
|
+
return /* @__PURE__ */ jsxs36("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1296
|
+
/* @__PURE__ */ jsxs36("g", { clipPath: "url(#map-marker)", children: [
|
|
1297
|
+
/* @__PURE__ */ jsx50(
|
|
1114
1298
|
"path",
|
|
1115
1299
|
{
|
|
1116
1300
|
fillRule: "evenodd",
|
|
@@ -1119,7 +1303,7 @@ var MapMarker = (props) => {
|
|
|
1119
1303
|
fill: color
|
|
1120
1304
|
}
|
|
1121
1305
|
),
|
|
1122
|
-
/* @__PURE__ */
|
|
1306
|
+
/* @__PURE__ */ jsx50(
|
|
1123
1307
|
"path",
|
|
1124
1308
|
{
|
|
1125
1309
|
fillRule: "evenodd",
|
|
@@ -1129,17 +1313,17 @@ var MapMarker = (props) => {
|
|
|
1129
1313
|
}
|
|
1130
1314
|
)
|
|
1131
1315
|
] }),
|
|
1132
|
-
/* @__PURE__ */
|
|
1316
|
+
/* @__PURE__ */ jsx50("defs", { children: /* @__PURE__ */ jsx50("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx50("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1133
1317
|
] });
|
|
1134
1318
|
};
|
|
1135
1319
|
var map_marker_default = MapMarker;
|
|
1136
1320
|
|
|
1137
1321
|
// src/icons/v2/outline/minus.tsx
|
|
1138
|
-
import { jsx as
|
|
1322
|
+
import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1139
1323
|
var Minus = (props) => {
|
|
1140
1324
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1141
|
-
return /* @__PURE__ */
|
|
1142
|
-
/* @__PURE__ */
|
|
1325
|
+
return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1326
|
+
/* @__PURE__ */ jsx51("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx51(
|
|
1143
1327
|
"path",
|
|
1144
1328
|
{
|
|
1145
1329
|
fillRule: "evenodd",
|
|
@@ -1148,16 +1332,16 @@ var Minus = (props) => {
|
|
|
1148
1332
|
fill: color
|
|
1149
1333
|
}
|
|
1150
1334
|
) }),
|
|
1151
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx51("defs", { children: /* @__PURE__ */ jsx51("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx51("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1152
1336
|
] });
|
|
1153
1337
|
};
|
|
1154
1338
|
var minus_default = Minus;
|
|
1155
1339
|
|
|
1156
1340
|
// src/icons/v2/outline/minus-large.tsx
|
|
1157
|
-
import { jsx as
|
|
1341
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
1158
1342
|
var MinusLarge = (props) => {
|
|
1159
1343
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1160
|
-
return /* @__PURE__ */
|
|
1344
|
+
return /* @__PURE__ */ jsx52("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx52(
|
|
1161
1345
|
"path",
|
|
1162
1346
|
{
|
|
1163
1347
|
fillRule: "evenodd",
|
|
@@ -1170,10 +1354,10 @@ var MinusLarge = (props) => {
|
|
|
1170
1354
|
var minus_large_default = MinusLarge;
|
|
1171
1355
|
|
|
1172
1356
|
// src/icons/v2/outline/minus-rounded.tsx
|
|
1173
|
-
import { jsx as
|
|
1357
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
1174
1358
|
var MinusRounded = (props) => {
|
|
1175
1359
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1176
|
-
return /* @__PURE__ */
|
|
1360
|
+
return /* @__PURE__ */ jsx53("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx53(
|
|
1177
1361
|
"path",
|
|
1178
1362
|
{
|
|
1179
1363
|
fillRule: "evenodd",
|
|
@@ -1186,10 +1370,10 @@ var MinusRounded = (props) => {
|
|
|
1186
1370
|
var minus_rounded_default = MinusRounded;
|
|
1187
1371
|
|
|
1188
1372
|
// src/icons/v2/outline/no-gps.tsx
|
|
1189
|
-
import { jsx as
|
|
1373
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
1190
1374
|
var NoGps = (props) => {
|
|
1191
1375
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1192
|
-
return /* @__PURE__ */
|
|
1376
|
+
return /* @__PURE__ */ jsx54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx54(
|
|
1193
1377
|
"path",
|
|
1194
1378
|
{
|
|
1195
1379
|
fillRule: "evenodd",
|
|
@@ -1202,11 +1386,11 @@ var NoGps = (props) => {
|
|
|
1202
1386
|
var no_gps_default = NoGps;
|
|
1203
1387
|
|
|
1204
1388
|
// src/icons/v2/outline/note.tsx
|
|
1205
|
-
import { jsx as
|
|
1389
|
+
import { jsx as jsx55, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1206
1390
|
var Note = (props) => {
|
|
1207
1391
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1208
|
-
return /* @__PURE__ */
|
|
1209
|
-
/* @__PURE__ */
|
|
1392
|
+
return /* @__PURE__ */ jsxs38("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1393
|
+
/* @__PURE__ */ jsx55(
|
|
1210
1394
|
"path",
|
|
1211
1395
|
{
|
|
1212
1396
|
fillRule: "evenodd",
|
|
@@ -1215,7 +1399,7 @@ var Note = (props) => {
|
|
|
1215
1399
|
fill: color
|
|
1216
1400
|
}
|
|
1217
1401
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1402
|
+
/* @__PURE__ */ jsx55(
|
|
1219
1403
|
"path",
|
|
1220
1404
|
{
|
|
1221
1405
|
fillRule: "evenodd",
|
|
@@ -1224,7 +1408,7 @@ var Note = (props) => {
|
|
|
1224
1408
|
fill: color
|
|
1225
1409
|
}
|
|
1226
1410
|
),
|
|
1227
|
-
/* @__PURE__ */
|
|
1411
|
+
/* @__PURE__ */ jsx55(
|
|
1228
1412
|
"path",
|
|
1229
1413
|
{
|
|
1230
1414
|
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",
|
|
@@ -1235,118 +1419,262 @@ var Note = (props) => {
|
|
|
1235
1419
|
};
|
|
1236
1420
|
var note_default = Note;
|
|
1237
1421
|
|
|
1422
|
+
// src/icons/v2/outline/order-failed-rounded.tsx
|
|
1423
|
+
import { jsx as jsx56, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1424
|
+
var OrderFailedRounded = (props) => {
|
|
1425
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1426
|
+
return /* @__PURE__ */ jsxs39("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1427
|
+
/* @__PURE__ */ jsx56(
|
|
1428
|
+
"path",
|
|
1429
|
+
{
|
|
1430
|
+
fillRule: "evenodd",
|
|
1431
|
+
clipRule: "evenodd",
|
|
1432
|
+
d: "M20.1421 13.1275L19.5158 8.69324C19.3655 7.71621 18.5388 6.96464 17.5367 6.96464H16.7099V6.68907C16.7099 4.08364 14.6056 1.97925 12.0001 1.97925C9.49493 1.97925 7.46569 3.93332 7.31537 6.41349C7.26527 6.5137 7.24023 6.61391 7.24023 6.71412V6.96464H6.46362C5.46154 6.96464 4.63481 7.69116 4.4845 8.69324L3.0565 18.6891C2.88114 19.8916 3.80807 20.9688 5.03563 20.9688H14.0294C14.8561 21.5951 15.8832 21.9709 17.0106 21.9709C19.7663 21.9709 22.021 19.7413 22.021 16.9605C21.996 15.4323 21.2695 14.0544 20.1421 13.1275ZM8.74337 6.71412H8.79346C8.79346 4.93541 10.2214 3.50744 12.0001 3.50744C13.7789 3.50744 15.2068 4.93541 15.2068 6.71412V6.98968H8.74337V6.71412ZM4.55963 18.9145L5.98763 8.9187C6.01268 8.66818 6.23815 8.49282 6.48867 8.49282H7.26528V8.99386C7.26528 9.41975 7.59096 9.74542 8.01685 9.74542C8.44273 9.74542 8.76841 9.41975 8.76841 8.99386V8.49282H15.2319V8.99386C15.2319 9.41975 15.5576 9.74542 15.9835 9.74542C16.4093 9.74542 16.735 9.41975 16.735 8.99386V8.49282H17.5617C17.8122 8.49282 18.0127 8.66818 18.0628 8.9187L18.5388 12.2506C18.0628 12.1003 17.5617 12.0001 17.0356 12.0001C14.2799 12.0001 12.0252 14.2298 12.0252 17.0106C12.0252 17.9375 12.3008 18.7642 12.7267 19.5158H5.08575C4.73502 19.4907 4.50953 19.2152 4.55963 18.9145ZM17.0106 20.6932C14.9563 20.6932 13.3029 19.0398 13.3029 16.9855C13.3029 14.9312 14.9563 13.2778 17.0106 13.2778C19.0649 13.2778 20.7183 14.9312 20.7183 16.9855C20.6932 19.0398 19.0398 20.6932 17.0106 20.6932Z",
|
|
1433
|
+
fill: color
|
|
1434
|
+
}
|
|
1435
|
+
),
|
|
1436
|
+
/* @__PURE__ */ jsx56(
|
|
1437
|
+
"path",
|
|
1438
|
+
{
|
|
1439
|
+
fillRule: "evenodd",
|
|
1440
|
+
clipRule: "evenodd",
|
|
1441
|
+
d: "M18.7642 15.2319C18.5137 14.9813 18.0878 14.9813 17.8373 15.2319L16.9855 16.0836L16.1338 15.2319C15.8832 14.9813 15.4573 14.9813 15.2068 15.2319C14.9563 15.4824 14.9563 15.9083 15.2068 16.1588L16.0586 17.0106L15.2068 17.8623C14.9563 18.1129 14.9563 18.5387 15.2068 18.7893C15.4573 19.0398 15.8832 19.0398 16.1338 18.7893L16.9855 17.9375L17.8373 18.7893C18.0878 19.0398 18.5137 19.0398 18.7642 18.7893C19.0148 18.5387 19.0148 18.1129 18.7642 17.8623L17.9125 17.0106L18.7642 16.1588C19.0148 15.8832 19.0148 15.4824 18.7642 15.2319Z",
|
|
1442
|
+
fill: color
|
|
1443
|
+
}
|
|
1444
|
+
)
|
|
1445
|
+
] });
|
|
1446
|
+
};
|
|
1447
|
+
var order_failed_rounded_default = OrderFailedRounded;
|
|
1448
|
+
|
|
1238
1449
|
// src/icons/v2/outline/order-history.tsx
|
|
1239
|
-
import { jsx as
|
|
1450
|
+
import { jsx as jsx57, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1240
1451
|
var OrderHistory = (props) => {
|
|
1241
1452
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1242
|
-
return /* @__PURE__ */
|
|
1243
|
-
/* @__PURE__ */
|
|
1453
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1454
|
+
/* @__PURE__ */ jsx57(
|
|
1455
|
+
"path",
|
|
1456
|
+
{
|
|
1457
|
+
fillRule: "evenodd",
|
|
1458
|
+
clipRule: "evenodd",
|
|
1459
|
+
d: "M19.4766 13.5142C19.5264 13.5516 19.5637 13.5889 19.6135 13.6138L18.9913 9.22122C18.8544 8.23818 18.0083 7.50401 17.0128 7.50401H16.1791V7.2427C16.1791 7.23025 16.1791 7.23026 16.1791 7.21781C16.1791 4.61712 14.0761 2.51416 11.4754 2.51416C8.94941 2.51416 6.89622 4.49268 6.77179 6.98138C6.7469 7.05604 6.72202 7.14315 6.72202 7.2427V7.50401H5.9505C4.95502 7.50401 4.10887 8.23818 3.972 9.22122L2.54099 19.2134C2.36678 20.4204 3.30003 21.4905 4.5195 21.4905H13.4788C13.4664 21.4781 13.454 21.4656 13.4415 21.4532C14.2877 22.1003 15.3329 22.486 16.4777 22.486C19.2402 22.486 21.48 20.2462 21.48 17.4837C21.4676 15.8785 20.6837 14.4351 19.4766 13.5142ZM8.22767 7.23025H8.26501C8.26501 5.46327 9.69602 4.01983 11.4754 4.01983C13.2424 4.01983 14.6859 5.45083 14.6859 7.23025C14.6859 7.2427 14.6859 7.2427 14.6859 7.25514V7.51646H8.22767V7.25514C8.22767 7.25514 8.22767 7.2427 8.22767 7.23025ZM4.5195 20.0097C4.22085 20.0097 3.98443 19.736 4.02176 19.4373L5.45276 9.4452C5.49009 9.19633 5.70163 9.02212 5.9505 9.02212H6.72202V9.51986C6.72202 9.9305 7.058 10.2665 7.46864 10.2665C7.87927 10.2665 8.21525 9.9305 8.21525 9.51986V9.02212H14.6734V9.51986C14.6734 9.9305 15.0094 10.2665 15.42 10.2665C15.8307 10.2665 16.1666 9.9305 16.1666 9.51986V9.02212H17.0004C17.2492 9.02212 17.4608 9.20878 17.4981 9.45765L17.971 12.7552C18.4314 12.9045 18.8669 13.116 19.2651 13.3774C18.4687 12.8423 17.5105 12.5187 16.4777 12.5187C13.7153 12.5187 11.4754 14.7586 11.4754 17.521C11.4754 18.4543 11.7243 19.3254 12.1723 20.072C12.1598 20.0595 12.1474 20.0471 12.1474 20.0222H4.5195V20.0097ZM19.4642 13.5018C19.402 13.452 19.3397 13.4147 19.2775 13.3649C19.3397 13.4147 19.402 13.4645 19.4642 13.5018ZM12.2345 20.1715C12.2594 20.2088 12.2718 20.2337 12.2967 20.2711C12.2843 20.2337 12.2594 20.1964 12.2345 20.1715ZM12.3838 20.3831C12.4087 20.4079 12.4212 20.4453 12.446 20.4702C12.4212 20.4328 12.3963 20.4079 12.3838 20.3831ZM12.5331 20.5822C12.558 20.607 12.5705 20.6319 12.5954 20.6568C12.5705 20.6319 12.5456 20.607 12.5331 20.5822ZM12.6825 20.7812C12.7073 20.8061 12.7198 20.831 12.7447 20.8559C12.7322 20.8186 12.7073 20.7937 12.6825 20.7812ZM13.2175 21.3039C13.2424 21.3163 13.2549 21.3412 13.2798 21.3536C13.2549 21.3412 13.2424 21.3288 13.2175 21.3039ZM13.0309 21.1297C13.0558 21.1546 13.0807 21.167 13.0931 21.1919C13.0682 21.1794 13.0558 21.1546 13.0309 21.1297ZM16.4653 21.2168C14.4245 21.2168 12.7696 19.5618 12.7696 17.521C12.7696 15.4803 14.4245 13.8253 16.4653 13.8253C18.506 13.8253 20.161 15.4803 20.161 17.521C20.1735 19.5493 18.5185 21.2168 16.4653 21.2168Z",
|
|
1460
|
+
fill: color
|
|
1461
|
+
}
|
|
1462
|
+
),
|
|
1463
|
+
/* @__PURE__ */ jsx57(
|
|
1464
|
+
"path",
|
|
1465
|
+
{
|
|
1466
|
+
fillRule: "evenodd",
|
|
1467
|
+
clipRule: "evenodd",
|
|
1468
|
+
d: "M18.1576 17.4588H16.8137V15.7541C16.8137 15.3932 16.5275 15.107 16.1666 15.107C15.8058 15.107 15.5196 15.3932 15.5196 15.7541V18.1183C15.5196 18.4792 15.8058 18.7654 16.1666 18.7654H18.1701C18.5309 18.7654 18.8171 18.4792 18.8171 18.1183C18.8171 17.7575 18.5185 17.4588 18.1576 17.4588Z",
|
|
1469
|
+
fill: color
|
|
1470
|
+
}
|
|
1471
|
+
)
|
|
1472
|
+
] });
|
|
1473
|
+
};
|
|
1474
|
+
var order_history_default = OrderHistory;
|
|
1475
|
+
|
|
1476
|
+
// src/icons/v2/outline/order-processed-rounded.tsx
|
|
1477
|
+
import { jsx as jsx58, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1478
|
+
var OrderProcessedRounded = (props) => {
|
|
1479
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1480
|
+
return /* @__PURE__ */ jsxs41("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1481
|
+
/* @__PURE__ */ jsx58(
|
|
1482
|
+
"path",
|
|
1483
|
+
{
|
|
1484
|
+
fillRule: "evenodd",
|
|
1485
|
+
clipRule: "evenodd",
|
|
1486
|
+
d: "M20.9438 18.7391L19.5158 8.74328C19.3655 7.76624 18.5388 7.01467 17.5367 7.01467H16.7099V6.7391C16.7099 4.13368 14.6056 2.0293 12.0001 2.0293C9.49492 2.0293 7.46569 3.98336 7.31537 6.46352C7.26527 6.56373 7.24022 6.66394 7.24022 6.76415V7.01467H6.4636C5.46151 7.01467 4.63479 7.74119 4.48448 8.74328L3.0565 18.7391C2.88114 19.9416 3.80807 21.0189 5.03562 21.0189H18.9646C20.1922 21.0189 21.1191 19.9416 20.9438 18.7391ZM8.74335 6.7391H8.79345C8.79345 4.9604 10.2214 3.53243 12.0001 3.53243C13.7788 3.53243 15.2068 4.9604 15.2068 6.7391V7.01467H8.74335V6.7391C8.7684 6.7391 8.7684 6.7391 8.74335 6.7391ZM18.9646 19.5157H5.06068C4.76005 19.5157 4.53458 19.2401 4.55963 18.9395L5.98761 8.94369C6.01266 8.69317 6.23813 8.5178 6.48866 8.5178H7.26527V9.01885C7.26527 9.44474 7.59095 9.77041 8.01683 9.77041C8.44272 9.77041 8.7684 9.44474 8.7684 9.01885V8.5178H15.2319V9.01885C15.2319 9.44474 15.5575 9.77041 15.9834 9.77041C16.4093 9.77041 16.735 9.44474 16.735 9.01885V8.5178H17.5617C17.8122 8.5178 18.0127 8.69317 18.0628 8.94369L19.4907 18.9395C19.5158 19.2401 19.2653 19.5157 18.9646 19.5157Z",
|
|
1487
|
+
fill: color
|
|
1488
|
+
}
|
|
1489
|
+
),
|
|
1490
|
+
/* @__PURE__ */ jsx58(
|
|
1491
|
+
"path",
|
|
1492
|
+
{
|
|
1493
|
+
fillRule: "evenodd",
|
|
1494
|
+
clipRule: "evenodd",
|
|
1495
|
+
d: "M15.6578 14.3049C15.5325 14.0293 15.2319 13.879 14.9312 14.0042L13.2527 14.7057C12.9772 14.831 12.8269 15.1316 12.9521 15.4322C13.0774 15.7078 13.378 15.8581 13.6786 15.7328L14.1045 15.5575C13.9292 15.8331 13.7287 16.0585 13.4782 16.284C12.2507 17.236 10.472 17.0355 9.49492 15.7829C8.54293 14.5554 8.74335 12.7767 9.99596 11.7997C11.2235 10.8477 13.0022 11.0481 13.9793 12.3007C14.1546 12.5512 14.5054 12.5763 14.7559 12.4009C15.0064 12.2255 15.0314 11.8748 14.8561 11.6243C13.5283 9.92073 11.0482 9.59505 9.31955 10.9479C7.616 12.2756 7.29032 14.7558 8.64314 16.4594C9.9709 18.1629 12.4511 18.4886 14.1797 17.1358C14.6056 16.8101 14.9062 16.4092 15.1567 15.9834L15.3321 16.4092C15.4573 16.6848 15.758 16.8351 16.0586 16.7099C16.3342 16.5846 16.4845 16.284 16.3592 15.9834L15.6578 14.3049Z",
|
|
1496
|
+
fill: color
|
|
1497
|
+
}
|
|
1498
|
+
)
|
|
1499
|
+
] });
|
|
1500
|
+
};
|
|
1501
|
+
var order_processed_rounded_default = OrderProcessedRounded;
|
|
1502
|
+
|
|
1503
|
+
// src/icons/v2/outline/otp.tsx
|
|
1504
|
+
import { jsx as jsx59, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1505
|
+
var Otp = (props) => {
|
|
1506
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1507
|
+
return /* @__PURE__ */ jsxs42("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1508
|
+
/* @__PURE__ */ jsx59(
|
|
1509
|
+
"path",
|
|
1510
|
+
{
|
|
1511
|
+
fillRule: "evenodd",
|
|
1512
|
+
clipRule: "evenodd",
|
|
1513
|
+
d: "M13.42 4.66H10.56C10.2 4.66 9.92 4.96 9.92 5.3C9.92 5.66 10.22 5.94 10.56 5.94H13.42C13.78 5.94 14.06 5.64 14.06 5.3C14.08 4.94 13.78 4.66 13.42 4.66Z",
|
|
1514
|
+
fill: color
|
|
1515
|
+
}
|
|
1516
|
+
),
|
|
1517
|
+
/* @__PURE__ */ jsx59(
|
|
1518
|
+
"path",
|
|
1519
|
+
{
|
|
1520
|
+
fillRule: "evenodd",
|
|
1521
|
+
clipRule: "evenodd",
|
|
1522
|
+
d: "M12 19.68C12.4 19.68 12.72 19.36 12.72 18.96C12.72 18.56 12.4 18.24 12 18.24C11.6 18.24 11.28 18.56 11.28 18.96C11.28 19.36 11.6 19.68 12 19.68Z",
|
|
1523
|
+
fill: color
|
|
1524
|
+
}
|
|
1525
|
+
),
|
|
1526
|
+
/* @__PURE__ */ jsx59(
|
|
1527
|
+
"path",
|
|
1528
|
+
{
|
|
1529
|
+
fillRule: "evenodd",
|
|
1530
|
+
clipRule: "evenodd",
|
|
1531
|
+
d: "M20 7.32H18.38V4.76C18.38 3.24 17.14 2 15.62 2H8.38C6.86 2 5.62 3.24 5.62 4.76V7.34H4C2.9 7.34 2 8.24 2 9.34V14.68C2 15.78 2.9 16.68 4 16.68H5.62V19.24C5.62 20.76 6.86 22 8.38 22H15.62C17.14 22 18.38 20.76 18.38 19.24V16.68H20C21.1 16.68 22 15.78 22 14.68V9.32C22 8.22 21.1 7.32 20 7.32ZM7.12 4.76C7.12 4.06 7.68 3.52 8.36 3.52H15.6C16.3 3.52 16.84 4.08 16.84 4.76V7.34H7.08V4.76H7.12ZM16.88 19.24C16.88 19.94 16.32 20.48 15.64 20.48H8.4C7.7 20.48 7.16 19.92 7.16 19.24V16.68H16.92V19.24H16.88ZM20.7 14.68C20.7 15.06 20.38 15.38 20 15.38H4C3.62 15.38 3.3 15.06 3.3 14.68V9.32C3.3 8.94 3.62 8.62 4 8.62H20C20.38 8.62 20.7 8.94 20.7 9.32V14.68Z",
|
|
1532
|
+
fill: color
|
|
1533
|
+
}
|
|
1534
|
+
),
|
|
1535
|
+
/* @__PURE__ */ jsx59(
|
|
1536
|
+
"path",
|
|
1537
|
+
{
|
|
1538
|
+
fillRule: "evenodd",
|
|
1539
|
+
clipRule: "evenodd",
|
|
1540
|
+
d: "M7.68001 12.22L7.28001 12L7.68001 11.78C7.94001 11.62 8.04001 11.3 7.88001 11.02C7.72001 10.76 7.4 10.66 7.12 10.82L6.72 11.04V10.6C6.72 10.3 6.48 10.04 6.16 10.04C5.84 10.04 5.6 10.28 5.6 10.6V11.06L5.2 10.84C4.94 10.68 4.60001 10.78 4.44001 11.04C4.28001 11.3 4.38001 11.64 4.64001 11.8L5.04001 12.02L4.64001 12.24C4.38001 12.4 4.28001 12.72 4.44001 13C4.60001 13.26 4.92 13.36 5.2 13.2L5.6 12.98V13.4C5.6 13.7 5.84 13.96 6.16 13.96C6.48 13.96 6.72 13.72 6.72 13.4V12.94L7.12 13.16C7.38 13.32 7.72001 13.22 7.88001 12.96C8.04001 12.72 7.94001 12.38 7.68001 12.22Z",
|
|
1541
|
+
fill: color
|
|
1542
|
+
}
|
|
1543
|
+
),
|
|
1544
|
+
/* @__PURE__ */ jsx59(
|
|
1545
|
+
"path",
|
|
1546
|
+
{
|
|
1547
|
+
fillRule: "evenodd",
|
|
1548
|
+
clipRule: "evenodd",
|
|
1549
|
+
d: "M13.7 11.02C13.54 10.76 13.22 10.66 12.94 10.82L12.54 11.04V10.6C12.54 10.3 12.3 10.04 11.98 10.04C11.66 10.04 11.42 10.28 11.42 10.6V11.06L11.02 10.84C10.76 10.68 10.42 10.78 10.26 11.04C10.1 11.3 10.2 11.64 10.46 11.8L10.86 12.02L10.46 12.24C10.2 12.4 10.1 12.72 10.26 13C10.42 13.26 10.74 13.36 11.02 13.2L11.42 12.98V13.4C11.42 13.7 11.66 13.96 11.98 13.96C12.3 13.96 12.54 13.72 12.54 13.4V12.94L12.94 13.16C13.2 13.32 13.54 13.22 13.7 12.96C13.86 12.7 13.76 12.36 13.5 12.2L13.1 11.98L13.5 11.76C13.76 11.62 13.84 11.28 13.7 11.02Z",
|
|
1550
|
+
fill: color
|
|
1551
|
+
}
|
|
1552
|
+
),
|
|
1553
|
+
/* @__PURE__ */ jsx59(
|
|
1554
|
+
"path",
|
|
1555
|
+
{
|
|
1556
|
+
fillRule: "evenodd",
|
|
1557
|
+
clipRule: "evenodd",
|
|
1558
|
+
d: "M19.5 11.02C19.34 10.76 19.02 10.66 18.74 10.82L18.34 11.04V10.58C18.34 10.28 18.1 10.02 17.78 10.02C17.48 10.02 17.22 10.26 17.22 10.58V11.04L16.82 10.82C16.56 10.66 16.22 10.76 16.06 11.02C15.9 11.28 16 11.62 16.26 11.78L16.66 12L16.26 12.22C16 12.38 15.9 12.7 16.06 12.98C16.22 13.24 16.54 13.34 16.82 13.18L17.22 12.96V13.42C17.22 13.72 17.46 13.98 17.78 13.98C18.08 13.98 18.34 13.74 18.34 13.42V12.96L18.74 13.18C19 13.34 19.34 13.24 19.5 12.98C19.66 12.72 19.56 12.38 19.3 12.22L18.9 12L19.3 11.78C19.56 11.62 19.66 11.28 19.5 11.02Z",
|
|
1559
|
+
fill: color
|
|
1560
|
+
}
|
|
1561
|
+
)
|
|
1562
|
+
] });
|
|
1563
|
+
};
|
|
1564
|
+
var otp_default = Otp;
|
|
1565
|
+
|
|
1566
|
+
// src/icons/v2/outline/paylater.tsx
|
|
1567
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
1568
|
+
var Paylater = (props) => {
|
|
1569
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1570
|
+
return /* @__PURE__ */ jsx60("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx60(
|
|
1571
|
+
"path",
|
|
1572
|
+
{
|
|
1573
|
+
fillRule: "evenodd",
|
|
1574
|
+
clipRule: "evenodd",
|
|
1575
|
+
d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
|
|
1576
|
+
fill: color
|
|
1577
|
+
}
|
|
1578
|
+
) });
|
|
1579
|
+
};
|
|
1580
|
+
var paylater_default = Paylater;
|
|
1581
|
+
|
|
1582
|
+
// src/icons/v2/outline/payment-failed-rounded.tsx
|
|
1583
|
+
import { jsx as jsx61, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1584
|
+
var PaymentFailedRounded = (props) => {
|
|
1585
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1586
|
+
return /* @__PURE__ */ jsxs43("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1587
|
+
/* @__PURE__ */ jsx61(
|
|
1244
1588
|
"path",
|
|
1245
1589
|
{
|
|
1246
1590
|
fillRule: "evenodd",
|
|
1247
1591
|
clipRule: "evenodd",
|
|
1248
|
-
d: "
|
|
1592
|
+
d: "M5.07445 7.26268C5.07445 7.67344 5.41052 8.00951 5.82127 8.00951H19.0774C19.4882 8.00951 19.8242 7.67344 19.8242 7.26268C19.8242 6.85193 19.4882 6.51586 19.0774 6.51586H5.82127C5.39807 6.50341 5.07445 6.83948 5.07445 7.26268Z",
|
|
1249
1593
|
fill: color
|
|
1250
1594
|
}
|
|
1251
1595
|
),
|
|
1252
|
-
/* @__PURE__ */
|
|
1596
|
+
/* @__PURE__ */ jsx61(
|
|
1253
1597
|
"path",
|
|
1254
1598
|
{
|
|
1255
1599
|
fillRule: "evenodd",
|
|
1256
1600
|
clipRule: "evenodd",
|
|
1257
|
-
d: "
|
|
1601
|
+
d: "M20.7328 13.6854C20.8324 13.7974 20.9196 13.897 21.0067 14.0214V10.7728C21.0067 9.80189 20.2225 9.01772 19.2516 9.01772H3.49365V7.74812C3.49365 6.50342 4.50187 5.4952 5.74658 5.4952H17.9821C18.3928 5.4952 18.7289 5.15913 18.7289 4.74838C18.7289 4.33763 18.3928 4.00156 17.9821 4.00156H5.74658C3.68037 4.00156 2 5.68191 2 7.74812V10.6981C2 10.7105 2 10.7105 2 10.723V16.2495C2 18.3157 3.68037 19.996 5.74658 19.996H12.9783C12.9285 19.9338 12.8912 19.8716 12.8414 19.7969C13.7376 21.1287 15.2561 22 16.9863 22C19.7495 22 21.99 19.7595 21.99 16.9963C21.99 15.7267 21.517 14.5691 20.7328 13.6854ZM20.6831 13.6356C20.6457 13.5982 20.6208 13.5734 20.5835 13.536C20.6208 13.5734 20.6582 13.5982 20.6831 13.6356ZM20.5212 13.4613C20.4963 13.4364 20.459 13.3991 20.4341 13.3742C20.459 13.3991 20.4839 13.424 20.5212 13.4613ZM3.50611 16.237V10.5114H19.2516C19.3886 10.5114 19.5006 10.6234 19.5006 10.7603V12.6647C19.513 12.6772 19.5255 12.6772 19.5379 12.6896C18.7911 12.2415 17.9198 11.9926 16.9863 11.9926C14.223 11.9926 11.9826 14.233 11.9826 16.9963C11.9826 17.5191 12.0572 18.017 12.2066 18.4899H5.74658C4.50187 18.4899 3.50611 17.4817 3.50611 16.237ZM20.1478 13.1253C20.1105 13.1004 20.0856 13.0755 20.0482 13.0506C20.0856 13.0755 20.1229 13.1004 20.1478 13.1253ZM19.9611 12.9759C19.9238 12.951 19.8989 12.9261 19.8615 12.9012C19.8864 12.9261 19.9238 12.951 19.9611 12.9759ZM19.7495 12.839C19.7122 12.8141 19.6873 12.7892 19.6499 12.7767C19.6873 12.7892 19.7246 12.8141 19.7495 12.839ZM12.7169 19.6102C12.7543 19.6724 12.7916 19.7346 12.8289 19.7844C12.7916 19.7222 12.7543 19.6724 12.7169 19.6102ZM12.2191 18.4899C12.2439 18.5646 12.2689 18.6269 12.2937 18.7015C12.2689 18.6393 12.2439 18.5646 12.2191 18.4899ZM12.3062 18.7638C12.3311 18.8136 12.3435 18.8758 12.3684 18.9256C12.356 18.8758 12.3311 18.8136 12.3062 18.7638ZM12.4058 18.9878C12.4307 19.0376 12.4556 19.0874 12.4805 19.1372C12.4431 19.0874 12.4182 19.0376 12.4058 18.9878ZM16.9863 20.7055C14.945 20.7055 13.2895 19.0501 13.2895 17.0087C13.2895 14.9674 14.945 13.312 16.9863 13.312C19.0276 13.312 20.6831 14.9674 20.6831 17.0087C20.6955 19.0376 19.0276 20.7055 16.9863 20.7055Z",
|
|
1258
1602
|
fill: color
|
|
1259
1603
|
}
|
|
1260
|
-
)
|
|
1261
|
-
|
|
1262
|
-
};
|
|
1263
|
-
var order_history_default = OrderHistory;
|
|
1264
|
-
|
|
1265
|
-
// src/icons/v2/outline/otp.tsx
|
|
1266
|
-
import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1267
|
-
var Otp = (props) => {
|
|
1268
|
-
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1269
|
-
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1270
|
-
/* @__PURE__ */ jsx50(
|
|
1604
|
+
),
|
|
1605
|
+
/* @__PURE__ */ jsx61(
|
|
1271
1606
|
"path",
|
|
1272
1607
|
{
|
|
1273
1608
|
fillRule: "evenodd",
|
|
1274
1609
|
clipRule: "evenodd",
|
|
1275
|
-
d: "
|
|
1610
|
+
d: "M18.7538 15.2288C18.5048 14.9799 18.0941 14.9799 17.8327 15.2288L16.9863 16.0752L16.1399 15.2288C15.8909 14.9799 15.4802 14.9799 15.2188 15.2288C14.9699 15.4777 14.9699 15.8885 15.2188 16.1499L16.0652 16.9963L15.2188 17.8427C14.9699 18.0916 14.9699 18.5024 15.2188 18.7638C15.4677 19.0127 15.8785 19.0127 16.1399 18.7638L16.9863 17.9174L17.8327 18.7638C18.0816 19.0127 18.4924 19.0127 18.7538 18.7638C19.0027 18.5148 19.0027 18.1041 18.7538 17.8427L17.9074 16.9963L18.7538 16.1499C19.0152 15.9009 19.0152 15.4902 18.7538 15.2288Z",
|
|
1276
1611
|
fill: color
|
|
1277
1612
|
}
|
|
1278
|
-
)
|
|
1279
|
-
|
|
1613
|
+
)
|
|
1614
|
+
] });
|
|
1615
|
+
};
|
|
1616
|
+
var payment_failed_rounded_default = PaymentFailedRounded;
|
|
1617
|
+
|
|
1618
|
+
// src/icons/v2/outline/payment-verification-rounded.tsx
|
|
1619
|
+
import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1620
|
+
var PaymentVerificationRounded = (props) => {
|
|
1621
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1622
|
+
return /* @__PURE__ */ jsxs44("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1623
|
+
/* @__PURE__ */ jsx62(
|
|
1280
1624
|
"path",
|
|
1281
1625
|
{
|
|
1282
1626
|
fillRule: "evenodd",
|
|
1283
1627
|
clipRule: "evenodd",
|
|
1284
|
-
d: "
|
|
1628
|
+
d: "M21.9961 16.9856C21.9961 15.3572 21.1944 13.9042 19.9668 13.0023V4.76013C19.9668 3.23195 18.7393 2.00439 17.2111 2.00439H6.71424C5.18605 2.00439 3.9585 3.23195 3.9585 4.76013V19.2403C3.9585 20.7685 5.18605 21.996 6.71424 21.996H16.8103C16.8604 21.996 16.9105 22.0211 16.9856 22.0211C17.0357 22.0211 17.0858 21.996 17.161 21.996H17.2362C17.4115 21.996 17.5618 21.971 17.7372 21.9459C20.1422 21.5701 21.9961 19.5159 21.9961 16.9856ZM5.48667 19.2152V4.73507C5.48667 4.03361 6.03782 3.48246 6.73928 3.48246H17.2362C17.9376 3.48246 18.4888 4.03361 18.4888 4.73507V12.2257C18.0128 12.0754 17.5368 11.9752 17.0107 11.9752C14.2549 11.9752 12.0002 14.2048 12.0002 16.9856C12.0002 18.3384 12.5514 19.566 13.4282 20.4679H6.73928C6.06287 20.4679 5.48667 19.9167 5.48667 19.2152ZM17.0107 20.6933C14.9564 20.6933 13.303 19.0399 13.303 16.9856C13.303 14.9313 14.9564 13.2779 17.0107 13.2779C19.065 13.2779 20.7184 14.9313 20.7184 16.9856C20.6934 19.0399 19.0399 20.6933 17.0107 20.6933Z",
|
|
1285
1629
|
fill: color
|
|
1286
1630
|
}
|
|
1287
1631
|
),
|
|
1288
|
-
/* @__PURE__ */
|
|
1632
|
+
/* @__PURE__ */ jsx62(
|
|
1289
1633
|
"path",
|
|
1290
1634
|
{
|
|
1291
1635
|
fillRule: "evenodd",
|
|
1292
1636
|
clipRule: "evenodd",
|
|
1293
|
-
d: "
|
|
1637
|
+
d: "M18.6892 16.9355H17.3364V15.2319C17.3364 14.8812 17.0357 14.5806 16.685 14.5806C16.3343 14.5806 16.0336 14.8812 16.0336 15.2319V17.5869C16.0336 17.9376 16.3343 18.2382 16.685 18.2382H18.6892C19.0399 18.2382 19.3405 17.9376 19.3405 17.5869C19.3405 17.2361 19.0399 16.9355 18.6892 16.9355Z",
|
|
1294
1638
|
fill: color
|
|
1295
1639
|
}
|
|
1296
1640
|
),
|
|
1297
|
-
/* @__PURE__ */
|
|
1641
|
+
/* @__PURE__ */ jsx62(
|
|
1298
1642
|
"path",
|
|
1299
1643
|
{
|
|
1300
1644
|
fillRule: "evenodd",
|
|
1301
1645
|
clipRule: "evenodd",
|
|
1302
|
-
d: "M7.
|
|
1646
|
+
d: "M7.4658 6.98977H16.4846C16.8353 6.98977 17.1359 6.68915 17.1359 6.33842C17.1359 5.98769 16.8353 5.68707 16.4846 5.68707H7.4658C7.11507 5.68707 6.81445 5.98769 6.81445 6.33842C6.81445 6.7142 7.11507 6.98977 7.4658 6.98977Z",
|
|
1303
1647
|
fill: color
|
|
1304
1648
|
}
|
|
1305
1649
|
),
|
|
1306
|
-
/* @__PURE__ */
|
|
1650
|
+
/* @__PURE__ */ jsx62(
|
|
1307
1651
|
"path",
|
|
1308
1652
|
{
|
|
1309
1653
|
fillRule: "evenodd",
|
|
1310
1654
|
clipRule: "evenodd",
|
|
1311
|
-
d: "
|
|
1655
|
+
d: "M7.4658 9.99603H16.4846C16.8353 9.99603 17.1359 9.69541 17.1359 9.34468C17.1359 8.99395 16.8353 8.69333 16.4846 8.69333H7.4658C7.11507 8.69333 6.81445 8.99395 6.81445 9.34468C6.81445 9.69541 7.11507 9.99603 7.4658 9.99603Z",
|
|
1312
1656
|
fill: color
|
|
1313
1657
|
}
|
|
1314
1658
|
),
|
|
1315
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ jsx62(
|
|
1316
1660
|
"path",
|
|
1317
1661
|
{
|
|
1318
1662
|
fillRule: "evenodd",
|
|
1319
1663
|
clipRule: "evenodd",
|
|
1320
|
-
d: "
|
|
1664
|
+
d: "M12.6265 12.3509C12.6265 12.0002 12.3259 11.6996 11.9752 11.6996H7.4658C7.11507 11.6996 6.81445 12.0002 6.81445 12.3509C6.81445 12.7017 7.11507 13.0023 7.4658 13.0023H11.9752C12.351 13.0023 12.6265 12.7017 12.6265 12.3509Z",
|
|
1321
1665
|
fill: color
|
|
1322
1666
|
}
|
|
1323
1667
|
)
|
|
1324
1668
|
] });
|
|
1325
1669
|
};
|
|
1326
|
-
var
|
|
1327
|
-
|
|
1328
|
-
// src/icons/v2/outline/paylater.tsx
|
|
1329
|
-
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
1330
|
-
var Paylater = (props) => {
|
|
1331
|
-
const { color, ...svgProps } = use_icon_props_default(props);
|
|
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(
|
|
1333
|
-
"path",
|
|
1334
|
-
{
|
|
1335
|
-
fillRule: "evenodd",
|
|
1336
|
-
clipRule: "evenodd",
|
|
1337
|
-
d: "M13.4023 0.237042C14.9333 -0.0536788 16.3619 0.979605 16.623 2.45384H16.6289C17.6952 2.27688 18.666 3.09951 18.666 4.1804V5.56126C19.3888 5.77671 19.916 6.4473 19.916 7.23997V10.6609C20.5708 11.0542 21.0097 11.7701 21.0098 12.5896V17.7615C21.0096 19.0039 20.0023 20.0115 18.7598 20.0115H13.0713C11.9083 20.0113 10.9517 19.1287 10.834 17.9968H4.66504C2.59443 17.9968 0.915732 16.3163 0.915039 14.2458V6.23997C0.915039 6.18131 0.923776 6.12389 0.936523 6.06907V5.70872C0.936889 3.90786 2.21804 2.36124 3.9873 2.02513L13.4023 0.237042ZM2.41504 14.2458C2.41573 15.4879 3.42285 16.4968 4.66504 16.4968H10.8213V12.5896C10.8214 11.3471 11.8288 10.3397 13.0713 10.3396H13.6016V9.55735C13.6017 9.22611 13.8699 8.95677 14.2012 8.95677C14.5323 8.95698 14.8006 9.22624 14.8008 9.55735V10.3396H17.0312V9.55735C17.0314 9.22611 17.2996 8.95677 17.6309 8.95677C17.9621 8.95679 18.2303 9.22612 18.2305 9.55735V10.3396H18.416V7.23997C18.416 7.10194 18.304 6.99004 18.166 6.98997H2.41504V14.2458ZM12.6582 13.5466C12.3823 13.5468 12.1583 13.7707 12.1582 14.0466C12.1585 14.3224 12.3824 14.5465 12.6582 14.5466H19.1729C19.4488 14.5466 19.6726 14.3225 19.6729 14.0466C19.6727 13.7706 19.4489 13.5466 19.1729 13.5466H12.6582ZM15.1416 2.69993C15.0141 2.04003 14.3719 1.57995 13.6826 1.71067L4.2666 3.49876C3.27805 3.6867 2.54454 4.50478 2.44824 5.489H4.24512C4.4367 4.87087 4.9621 4.39194 5.62891 4.28099L15.1416 2.69993ZM16.875 3.93431L7.51074 5.489H17.166V4.1804C17.166 4.02605 17.0273 3.90911 16.875 3.93431Z",
|
|
1338
|
-
fill: color
|
|
1339
|
-
}
|
|
1340
|
-
) });
|
|
1341
|
-
};
|
|
1342
|
-
var paylater_default = Paylater;
|
|
1670
|
+
var payment_verification_rounded_default = PaymentVerificationRounded;
|
|
1343
1671
|
|
|
1344
1672
|
// src/icons/v2/outline/plus.tsx
|
|
1345
|
-
import { jsx as
|
|
1673
|
+
import { jsx as jsx63, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1346
1674
|
var Plus = (props) => {
|
|
1347
1675
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1348
|
-
return /* @__PURE__ */
|
|
1349
|
-
/* @__PURE__ */
|
|
1676
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1677
|
+
/* @__PURE__ */ jsx63("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx63(
|
|
1350
1678
|
"path",
|
|
1351
1679
|
{
|
|
1352
1680
|
fillRule: "evenodd",
|
|
@@ -1355,24 +1683,24 @@ var Plus = (props) => {
|
|
|
1355
1683
|
fill: color
|
|
1356
1684
|
}
|
|
1357
1685
|
) }),
|
|
1358
|
-
/* @__PURE__ */
|
|
1686
|
+
/* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx63("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1359
1687
|
] });
|
|
1360
1688
|
};
|
|
1361
1689
|
var plus_default = Plus;
|
|
1362
1690
|
|
|
1363
1691
|
// src/icons/v2/outline/plus-large.tsx
|
|
1364
|
-
import { jsx as
|
|
1692
|
+
import { jsx as jsx64, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1365
1693
|
var PlusLarge = (props) => {
|
|
1366
1694
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1367
|
-
return /* @__PURE__ */
|
|
1368
|
-
/* @__PURE__ */
|
|
1695
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1696
|
+
/* @__PURE__ */ jsx64(
|
|
1369
1697
|
"path",
|
|
1370
1698
|
{
|
|
1371
1699
|
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",
|
|
1372
1700
|
fill: color
|
|
1373
1701
|
}
|
|
1374
1702
|
),
|
|
1375
|
-
/* @__PURE__ */
|
|
1703
|
+
/* @__PURE__ */ jsx64(
|
|
1376
1704
|
"path",
|
|
1377
1705
|
{
|
|
1378
1706
|
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",
|
|
@@ -1384,12 +1712,12 @@ var PlusLarge = (props) => {
|
|
|
1384
1712
|
var plus_large_default = PlusLarge;
|
|
1385
1713
|
|
|
1386
1714
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1387
|
-
import { jsx as
|
|
1715
|
+
import { jsx as jsx65, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1388
1716
|
var PrivacyPolicy = (props) => {
|
|
1389
1717
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1390
|
-
return /* @__PURE__ */
|
|
1391
|
-
/* @__PURE__ */
|
|
1392
|
-
/* @__PURE__ */
|
|
1718
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1719
|
+
/* @__PURE__ */ jsxs47("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1720
|
+
/* @__PURE__ */ jsx65(
|
|
1393
1721
|
"path",
|
|
1394
1722
|
{
|
|
1395
1723
|
fillRule: "evenodd",
|
|
@@ -1398,7 +1726,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1398
1726
|
fill: color
|
|
1399
1727
|
}
|
|
1400
1728
|
),
|
|
1401
|
-
/* @__PURE__ */
|
|
1729
|
+
/* @__PURE__ */ jsx65(
|
|
1402
1730
|
"path",
|
|
1403
1731
|
{
|
|
1404
1732
|
fillRule: "evenodd",
|
|
@@ -1407,7 +1735,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1407
1735
|
fill: color
|
|
1408
1736
|
}
|
|
1409
1737
|
),
|
|
1410
|
-
/* @__PURE__ */
|
|
1738
|
+
/* @__PURE__ */ jsx65(
|
|
1411
1739
|
"path",
|
|
1412
1740
|
{
|
|
1413
1741
|
fillRule: "evenodd",
|
|
@@ -1416,7 +1744,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1416
1744
|
fill: color
|
|
1417
1745
|
}
|
|
1418
1746
|
),
|
|
1419
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsx65(
|
|
1420
1748
|
"path",
|
|
1421
1749
|
{
|
|
1422
1750
|
fillRule: "evenodd",
|
|
@@ -1425,7 +1753,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1425
1753
|
fill: color
|
|
1426
1754
|
}
|
|
1427
1755
|
),
|
|
1428
|
-
/* @__PURE__ */
|
|
1756
|
+
/* @__PURE__ */ jsx65(
|
|
1429
1757
|
"path",
|
|
1430
1758
|
{
|
|
1431
1759
|
fillRule: "evenodd",
|
|
@@ -1434,7 +1762,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1434
1762
|
fill: color
|
|
1435
1763
|
}
|
|
1436
1764
|
),
|
|
1437
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsx65(
|
|
1438
1766
|
"path",
|
|
1439
1767
|
{
|
|
1440
1768
|
fillRule: "evenodd",
|
|
@@ -1444,18 +1772,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1444
1772
|
}
|
|
1445
1773
|
)
|
|
1446
1774
|
] }),
|
|
1447
|
-
/* @__PURE__ */
|
|
1775
|
+
/* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1448
1776
|
] });
|
|
1449
1777
|
};
|
|
1450
1778
|
var privacy_policy_default = PrivacyPolicy;
|
|
1451
1779
|
|
|
1452
1780
|
// src/icons/v2/outline/profile.tsx
|
|
1453
|
-
import { jsx as
|
|
1781
|
+
import { jsx as jsx66, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1454
1782
|
var Profile = (props) => {
|
|
1455
1783
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1456
|
-
return /* @__PURE__ */
|
|
1457
|
-
/* @__PURE__ */
|
|
1458
|
-
/* @__PURE__ */
|
|
1784
|
+
return /* @__PURE__ */ jsxs48("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1785
|
+
/* @__PURE__ */ jsxs48("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1786
|
+
/* @__PURE__ */ jsx66(
|
|
1459
1787
|
"path",
|
|
1460
1788
|
{
|
|
1461
1789
|
fillRule: "evenodd",
|
|
@@ -1464,7 +1792,7 @@ var Profile = (props) => {
|
|
|
1464
1792
|
fill: color
|
|
1465
1793
|
}
|
|
1466
1794
|
),
|
|
1467
|
-
/* @__PURE__ */
|
|
1795
|
+
/* @__PURE__ */ jsx66(
|
|
1468
1796
|
"path",
|
|
1469
1797
|
{
|
|
1470
1798
|
fillRule: "evenodd",
|
|
@@ -1474,17 +1802,17 @@ var Profile = (props) => {
|
|
|
1474
1802
|
}
|
|
1475
1803
|
)
|
|
1476
1804
|
] }),
|
|
1477
|
-
/* @__PURE__ */
|
|
1805
|
+
/* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx66("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1478
1806
|
] });
|
|
1479
1807
|
};
|
|
1480
1808
|
var profile_default = Profile;
|
|
1481
1809
|
|
|
1482
1810
|
// src/icons/v2/outline/qr-code.tsx
|
|
1483
|
-
import { jsx as
|
|
1811
|
+
import { jsx as jsx67, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1484
1812
|
var QRCode = (props) => {
|
|
1485
1813
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1486
|
-
return /* @__PURE__ */
|
|
1487
|
-
/* @__PURE__ */
|
|
1814
|
+
return /* @__PURE__ */ jsxs49("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1815
|
+
/* @__PURE__ */ jsx67(
|
|
1488
1816
|
"path",
|
|
1489
1817
|
{
|
|
1490
1818
|
fillRule: "evenodd",
|
|
@@ -1493,7 +1821,7 @@ var QRCode = (props) => {
|
|
|
1493
1821
|
fill: color
|
|
1494
1822
|
}
|
|
1495
1823
|
),
|
|
1496
|
-
/* @__PURE__ */
|
|
1824
|
+
/* @__PURE__ */ jsx67(
|
|
1497
1825
|
"path",
|
|
1498
1826
|
{
|
|
1499
1827
|
fillRule: "evenodd",
|
|
@@ -1502,7 +1830,7 @@ var QRCode = (props) => {
|
|
|
1502
1830
|
fill: color
|
|
1503
1831
|
}
|
|
1504
1832
|
),
|
|
1505
|
-
/* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ jsx67(
|
|
1506
1834
|
"path",
|
|
1507
1835
|
{
|
|
1508
1836
|
fillRule: "evenodd",
|
|
@@ -1511,7 +1839,7 @@ var QRCode = (props) => {
|
|
|
1511
1839
|
fill: color
|
|
1512
1840
|
}
|
|
1513
1841
|
),
|
|
1514
|
-
/* @__PURE__ */
|
|
1842
|
+
/* @__PURE__ */ jsx67(
|
|
1515
1843
|
"path",
|
|
1516
1844
|
{
|
|
1517
1845
|
fillRule: "evenodd",
|
|
@@ -1520,7 +1848,7 @@ var QRCode = (props) => {
|
|
|
1520
1848
|
fill: color
|
|
1521
1849
|
}
|
|
1522
1850
|
),
|
|
1523
|
-
/* @__PURE__ */
|
|
1851
|
+
/* @__PURE__ */ jsx67(
|
|
1524
1852
|
"path",
|
|
1525
1853
|
{
|
|
1526
1854
|
fillRule: "evenodd",
|
|
@@ -1529,7 +1857,7 @@ var QRCode = (props) => {
|
|
|
1529
1857
|
fill: color
|
|
1530
1858
|
}
|
|
1531
1859
|
),
|
|
1532
|
-
/* @__PURE__ */
|
|
1860
|
+
/* @__PURE__ */ jsx67(
|
|
1533
1861
|
"path",
|
|
1534
1862
|
{
|
|
1535
1863
|
fillRule: "evenodd",
|
|
@@ -1538,7 +1866,7 @@ var QRCode = (props) => {
|
|
|
1538
1866
|
fill: color
|
|
1539
1867
|
}
|
|
1540
1868
|
),
|
|
1541
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsx67(
|
|
1542
1870
|
"path",
|
|
1543
1871
|
{
|
|
1544
1872
|
fillRule: "evenodd",
|
|
@@ -1547,7 +1875,7 @@ var QRCode = (props) => {
|
|
|
1547
1875
|
fill: color
|
|
1548
1876
|
}
|
|
1549
1877
|
),
|
|
1550
|
-
/* @__PURE__ */
|
|
1878
|
+
/* @__PURE__ */ jsx67(
|
|
1551
1879
|
"path",
|
|
1552
1880
|
{
|
|
1553
1881
|
fillRule: "evenodd",
|
|
@@ -1556,7 +1884,7 @@ var QRCode = (props) => {
|
|
|
1556
1884
|
fill: color
|
|
1557
1885
|
}
|
|
1558
1886
|
),
|
|
1559
|
-
/* @__PURE__ */
|
|
1887
|
+
/* @__PURE__ */ jsx67(
|
|
1560
1888
|
"path",
|
|
1561
1889
|
{
|
|
1562
1890
|
fillRule: "evenodd",
|
|
@@ -1565,7 +1893,7 @@ var QRCode = (props) => {
|
|
|
1565
1893
|
fill: color
|
|
1566
1894
|
}
|
|
1567
1895
|
),
|
|
1568
|
-
/* @__PURE__ */
|
|
1896
|
+
/* @__PURE__ */ jsx67(
|
|
1569
1897
|
"path",
|
|
1570
1898
|
{
|
|
1571
1899
|
fillRule: "evenodd",
|
|
@@ -1579,10 +1907,10 @@ var QRCode = (props) => {
|
|
|
1579
1907
|
var qr_code_default = QRCode;
|
|
1580
1908
|
|
|
1581
1909
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1582
|
-
import { jsx as
|
|
1910
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1583
1911
|
var QRCodeBase = (props) => {
|
|
1584
1912
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1585
|
-
return /* @__PURE__ */
|
|
1913
|
+
return /* @__PURE__ */ jsx68("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx68(
|
|
1586
1914
|
"path",
|
|
1587
1915
|
{
|
|
1588
1916
|
fillRule: "evenodd",
|
|
@@ -1595,11 +1923,11 @@ var QRCodeBase = (props) => {
|
|
|
1595
1923
|
var qr_code_base_default = QRCodeBase;
|
|
1596
1924
|
|
|
1597
1925
|
// src/icons/v2/outline/search.tsx
|
|
1598
|
-
import { jsx as
|
|
1926
|
+
import { jsx as jsx69, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1599
1927
|
var Search = (props) => {
|
|
1600
1928
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1601
|
-
return /* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1929
|
+
return /* @__PURE__ */ jsxs50("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1930
|
+
/* @__PURE__ */ jsx69(
|
|
1603
1931
|
"path",
|
|
1604
1932
|
{
|
|
1605
1933
|
fillRule: "evenodd",
|
|
@@ -1608,7 +1936,7 @@ var Search = (props) => {
|
|
|
1608
1936
|
fill: color
|
|
1609
1937
|
}
|
|
1610
1938
|
),
|
|
1611
|
-
/* @__PURE__ */
|
|
1939
|
+
/* @__PURE__ */ jsx69(
|
|
1612
1940
|
"path",
|
|
1613
1941
|
{
|
|
1614
1942
|
fillRule: "evenodd",
|
|
@@ -1622,10 +1950,10 @@ var Search = (props) => {
|
|
|
1622
1950
|
var search_default = Search;
|
|
1623
1951
|
|
|
1624
1952
|
// src/icons/v2/outline/setting.tsx
|
|
1625
|
-
import { jsx as
|
|
1953
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1626
1954
|
var Setting = (props) => {
|
|
1627
1955
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1628
|
-
return /* @__PURE__ */
|
|
1956
|
+
return /* @__PURE__ */ jsx70("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
|
|
1629
1957
|
"path",
|
|
1630
1958
|
{
|
|
1631
1959
|
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",
|
|
@@ -1636,11 +1964,11 @@ var Setting = (props) => {
|
|
|
1636
1964
|
var setting_default = Setting;
|
|
1637
1965
|
|
|
1638
1966
|
// src/icons/v2/outline/share.tsx
|
|
1639
|
-
import { jsx as
|
|
1967
|
+
import { jsx as jsx71, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1640
1968
|
var Bag2 = (props) => {
|
|
1641
1969
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1642
|
-
return /* @__PURE__ */
|
|
1643
|
-
/* @__PURE__ */
|
|
1970
|
+
return /* @__PURE__ */ jsxs51("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1971
|
+
/* @__PURE__ */ jsx71(
|
|
1644
1972
|
"path",
|
|
1645
1973
|
{
|
|
1646
1974
|
fillRule: "evenodd",
|
|
@@ -1649,7 +1977,7 @@ var Bag2 = (props) => {
|
|
|
1649
1977
|
fill: color
|
|
1650
1978
|
}
|
|
1651
1979
|
),
|
|
1652
|
-
/* @__PURE__ */
|
|
1980
|
+
/* @__PURE__ */ jsx71(
|
|
1653
1981
|
"path",
|
|
1654
1982
|
{
|
|
1655
1983
|
fillRule: "evenodd",
|
|
@@ -1658,7 +1986,7 @@ var Bag2 = (props) => {
|
|
|
1658
1986
|
fill: color
|
|
1659
1987
|
}
|
|
1660
1988
|
),
|
|
1661
|
-
/* @__PURE__ */
|
|
1989
|
+
/* @__PURE__ */ jsx71(
|
|
1662
1990
|
"path",
|
|
1663
1991
|
{
|
|
1664
1992
|
fillRule: "evenodd",
|
|
@@ -1671,12 +1999,62 @@ var Bag2 = (props) => {
|
|
|
1671
1999
|
};
|
|
1672
2000
|
var share_default = Bag2;
|
|
1673
2001
|
|
|
2002
|
+
// src/icons/v2/outline/shield-rounded.tsx
|
|
2003
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
2004
|
+
var ShieldRounded = (props) => {
|
|
2005
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2006
|
+
return /* @__PURE__ */ jsx72("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
2007
|
+
"path",
|
|
2008
|
+
{
|
|
2009
|
+
d: "M9.23438 2.63778C9.73261 2.45993 10.2772 2.45993 10.7754 2.63778L15.1445 4.19736C16.0567 4.52305 16.666 5.38701 16.666 6.35556V9.96982C16.666 12.9409 15.044 14.8309 13.4668 15.9522C11.9041 17.0632 10.3394 17.4581 10.2773 17.4737L10.125 16.8683L10.2676 17.4767C10.0949 17.5172 9.91491 17.5172 9.74219 17.4767L9.88477 16.8683L9.73242 17.4737C9.66867 17.4577 8.10479 17.0626 6.54297 15.9522C4.96579 14.8309 3.34475 12.9409 3.34473 9.96982V6.35556C3.34473 5.38705 3.95317 4.52308 4.86523 4.19736L9.23438 2.63778ZM13.1484 8.03134C12.9044 7.78726 12.5087 7.78726 12.2646 8.03134L9.5127 10.7823L7.94238 9.212C7.6983 8.96793 7.30169 8.96792 7.05762 9.212C6.81375 9.45595 6.81398 9.8517 7.05762 10.0958L9.07031 12.1085C9.31437 12.3525 9.71002 12.3525 9.9541 12.1085L13.1484 8.91513C13.3924 8.67116 13.3922 8.27544 13.1484 8.03134Z",
|
|
2010
|
+
fill: color
|
|
2011
|
+
}
|
|
2012
|
+
) });
|
|
2013
|
+
};
|
|
2014
|
+
var shield_rounded_default = ShieldRounded;
|
|
2015
|
+
|
|
2016
|
+
// src/icons/v2/outline/shipped-rounded.tsx
|
|
2017
|
+
import { jsx as jsx73, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2018
|
+
var ShippedRounded = (props) => {
|
|
2019
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2020
|
+
return /* @__PURE__ */ jsxs52("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2021
|
+
/* @__PURE__ */ jsx73(
|
|
2022
|
+
"path",
|
|
2023
|
+
{
|
|
2024
|
+
fillRule: "evenodd",
|
|
2025
|
+
clipRule: "evenodd",
|
|
2026
|
+
d: "M18.2631 3.03125H5.76209C4.23391 3.03125 3.00635 4.25881 3.00635 5.78699V12.025C3.00635 12.4509 3.33203 12.7765 3.75791 12.7765C4.1838 12.7765 4.50948 12.4509 4.50948 12.025V5.78699C4.50948 5.08553 5.06063 4.53438 5.76209 4.53438H9.3195V6.68886C9.3195 7.24001 9.77044 7.69095 10.3216 7.69095H13.7036C14.2548 7.69095 14.7057 7.24001 14.7057 6.68886V4.53438H18.2631C18.9646 4.53438 19.5158 5.08553 19.5158 5.78699V18.263C19.5158 18.9644 18.9646 19.5156 18.2631 19.5156H12.0251C11.5993 19.5156 11.2736 19.8413 11.2736 20.2672C11.2736 20.693 11.5993 21.0187 12.0251 21.0187H18.2631C19.7913 21.0187 21.0189 19.7912 21.0189 18.263V5.78699C20.9938 4.25881 19.7663 3.03125 18.2631 3.03125ZM13.378 6.36319H10.5972V4.50932H13.378V6.36319Z",
|
|
2027
|
+
fill: color
|
|
2028
|
+
}
|
|
2029
|
+
),
|
|
2030
|
+
/* @__PURE__ */ jsx73(
|
|
2031
|
+
"path",
|
|
2032
|
+
{
|
|
2033
|
+
fillRule: "evenodd",
|
|
2034
|
+
clipRule: "evenodd",
|
|
2035
|
+
d: "M9.99592 14.0793H3.6577C3.30697 14.0793 3.00635 14.3799 3.00635 14.7306C3.00635 15.0813 3.30697 15.382 3.6577 15.382H9.99592C10.3466 15.382 10.6473 15.0813 10.6473 14.7306C10.6473 14.3799 10.3717 14.0793 9.99592 14.0793Z",
|
|
2036
|
+
fill: color
|
|
2037
|
+
}
|
|
2038
|
+
),
|
|
2039
|
+
/* @__PURE__ */ jsx73(
|
|
2040
|
+
"path",
|
|
2041
|
+
{
|
|
2042
|
+
fillRule: "evenodd",
|
|
2043
|
+
clipRule: "evenodd",
|
|
2044
|
+
d: "M9.99592 17.3611H5.58672C5.23599 17.3611 4.93537 17.6617 4.93537 18.0125C4.93537 18.3632 5.23599 18.6638 5.58672 18.6638H9.99592C10.3466 18.6638 10.6473 18.3632 10.6473 18.0125C10.6473 17.6617 10.3717 17.3611 9.99592 17.3611Z",
|
|
2045
|
+
fill: color
|
|
2046
|
+
}
|
|
2047
|
+
)
|
|
2048
|
+
] });
|
|
2049
|
+
};
|
|
2050
|
+
var shipped_rounded_default = ShippedRounded;
|
|
2051
|
+
|
|
1674
2052
|
// src/icons/v2/outline/size-chart-rounded.tsx
|
|
1675
|
-
import { jsx as
|
|
2053
|
+
import { jsx as jsx74, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1676
2054
|
var SizeChartRounded = (props) => {
|
|
1677
2055
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1678
|
-
return /* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
2056
|
+
return /* @__PURE__ */ jsxs53("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2057
|
+
/* @__PURE__ */ jsx74(
|
|
1680
2058
|
"path",
|
|
1681
2059
|
{
|
|
1682
2060
|
fillRule: "evenodd",
|
|
@@ -1685,7 +2063,7 @@ var SizeChartRounded = (props) => {
|
|
|
1685
2063
|
fill: color
|
|
1686
2064
|
}
|
|
1687
2065
|
),
|
|
1688
|
-
/* @__PURE__ */
|
|
2066
|
+
/* @__PURE__ */ jsx74(
|
|
1689
2067
|
"path",
|
|
1690
2068
|
{
|
|
1691
2069
|
fillRule: "evenodd",
|
|
@@ -1694,7 +2072,7 @@ var SizeChartRounded = (props) => {
|
|
|
1694
2072
|
fill: color
|
|
1695
2073
|
}
|
|
1696
2074
|
),
|
|
1697
|
-
/* @__PURE__ */
|
|
2075
|
+
/* @__PURE__ */ jsx74(
|
|
1698
2076
|
"path",
|
|
1699
2077
|
{
|
|
1700
2078
|
fillRule: "evenodd",
|
|
@@ -1703,7 +2081,7 @@ var SizeChartRounded = (props) => {
|
|
|
1703
2081
|
fill: color
|
|
1704
2082
|
}
|
|
1705
2083
|
),
|
|
1706
|
-
/* @__PURE__ */
|
|
2084
|
+
/* @__PURE__ */ jsx74(
|
|
1707
2085
|
"path",
|
|
1708
2086
|
{
|
|
1709
2087
|
fillRule: "evenodd",
|
|
@@ -1712,7 +2090,7 @@ var SizeChartRounded = (props) => {
|
|
|
1712
2090
|
fill: color
|
|
1713
2091
|
}
|
|
1714
2092
|
),
|
|
1715
|
-
/* @__PURE__ */
|
|
2093
|
+
/* @__PURE__ */ jsx74(
|
|
1716
2094
|
"path",
|
|
1717
2095
|
{
|
|
1718
2096
|
fillRule: "evenodd",
|
|
@@ -1721,7 +2099,7 @@ var SizeChartRounded = (props) => {
|
|
|
1721
2099
|
fill: color
|
|
1722
2100
|
}
|
|
1723
2101
|
),
|
|
1724
|
-
/* @__PURE__ */
|
|
2102
|
+
/* @__PURE__ */ jsx74(
|
|
1725
2103
|
"path",
|
|
1726
2104
|
{
|
|
1727
2105
|
fillRule: "evenodd",
|
|
@@ -1730,7 +2108,7 @@ var SizeChartRounded = (props) => {
|
|
|
1730
2108
|
fill: color
|
|
1731
2109
|
}
|
|
1732
2110
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
2111
|
+
/* @__PURE__ */ jsx74(
|
|
1734
2112
|
"path",
|
|
1735
2113
|
{
|
|
1736
2114
|
fillRule: "evenodd",
|
|
@@ -1744,11 +2122,11 @@ var SizeChartRounded = (props) => {
|
|
|
1744
2122
|
var size_chart_rounded_default = SizeChartRounded;
|
|
1745
2123
|
|
|
1746
2124
|
// src/icons/v2/outline/sort.tsx
|
|
1747
|
-
import { jsx as
|
|
2125
|
+
import { jsx as jsx75, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1748
2126
|
var Sort = (props) => {
|
|
1749
2127
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1750
|
-
return /* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
2128
|
+
return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2129
|
+
/* @__PURE__ */ jsx75(
|
|
1752
2130
|
"path",
|
|
1753
2131
|
{
|
|
1754
2132
|
fillRule: "evenodd",
|
|
@@ -1757,7 +2135,7 @@ var Sort = (props) => {
|
|
|
1757
2135
|
fill: color
|
|
1758
2136
|
}
|
|
1759
2137
|
),
|
|
1760
|
-
/* @__PURE__ */
|
|
2138
|
+
/* @__PURE__ */ jsx75(
|
|
1761
2139
|
"path",
|
|
1762
2140
|
{
|
|
1763
2141
|
fillRule: "evenodd",
|
|
@@ -1771,25 +2149,25 @@ var Sort = (props) => {
|
|
|
1771
2149
|
var sort_default = Sort;
|
|
1772
2150
|
|
|
1773
2151
|
// src/icons/v2/outline/store-complete.tsx
|
|
1774
|
-
import { jsx as
|
|
2152
|
+
import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1775
2153
|
var StoreComplete = (props) => {
|
|
1776
2154
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1777
|
-
return /* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
2155
|
+
return /* @__PURE__ */ jsxs55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2156
|
+
/* @__PURE__ */ jsx76(
|
|
1779
2157
|
"path",
|
|
1780
2158
|
{
|
|
1781
2159
|
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",
|
|
1782
2160
|
fill: color
|
|
1783
2161
|
}
|
|
1784
2162
|
),
|
|
1785
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ jsx76(
|
|
1786
2164
|
"path",
|
|
1787
2165
|
{
|
|
1788
2166
|
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",
|
|
1789
2167
|
fill: color
|
|
1790
2168
|
}
|
|
1791
2169
|
),
|
|
1792
|
-
/* @__PURE__ */
|
|
2170
|
+
/* @__PURE__ */ jsx76(
|
|
1793
2171
|
"path",
|
|
1794
2172
|
{
|
|
1795
2173
|
fillRule: "evenodd",
|
|
@@ -1803,12 +2181,12 @@ var StoreComplete = (props) => {
|
|
|
1803
2181
|
var store_complete_default = StoreComplete;
|
|
1804
2182
|
|
|
1805
2183
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1806
|
-
import { jsx as
|
|
2184
|
+
import { jsx as jsx77, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1807
2185
|
var TermConditions = (props) => {
|
|
1808
2186
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1809
|
-
return /* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
2187
|
+
return /* @__PURE__ */ jsxs56("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2188
|
+
/* @__PURE__ */ jsxs56("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
2189
|
+
/* @__PURE__ */ jsx77(
|
|
1812
2190
|
"path",
|
|
1813
2191
|
{
|
|
1814
2192
|
fillRule: "evenodd",
|
|
@@ -1817,7 +2195,7 @@ var TermConditions = (props) => {
|
|
|
1817
2195
|
fill: color
|
|
1818
2196
|
}
|
|
1819
2197
|
),
|
|
1820
|
-
/* @__PURE__ */
|
|
2198
|
+
/* @__PURE__ */ jsx77(
|
|
1821
2199
|
"path",
|
|
1822
2200
|
{
|
|
1823
2201
|
fillRule: "evenodd",
|
|
@@ -1826,7 +2204,7 @@ var TermConditions = (props) => {
|
|
|
1826
2204
|
fill: color
|
|
1827
2205
|
}
|
|
1828
2206
|
),
|
|
1829
|
-
/* @__PURE__ */
|
|
2207
|
+
/* @__PURE__ */ jsx77(
|
|
1830
2208
|
"path",
|
|
1831
2209
|
{
|
|
1832
2210
|
fillRule: "evenodd",
|
|
@@ -1835,7 +2213,7 @@ var TermConditions = (props) => {
|
|
|
1835
2213
|
fill: color
|
|
1836
2214
|
}
|
|
1837
2215
|
),
|
|
1838
|
-
/* @__PURE__ */
|
|
2216
|
+
/* @__PURE__ */ jsx77(
|
|
1839
2217
|
"path",
|
|
1840
2218
|
{
|
|
1841
2219
|
fillRule: "evenodd",
|
|
@@ -1844,7 +2222,7 @@ var TermConditions = (props) => {
|
|
|
1844
2222
|
fill: color
|
|
1845
2223
|
}
|
|
1846
2224
|
),
|
|
1847
|
-
/* @__PURE__ */
|
|
2225
|
+
/* @__PURE__ */ jsx77(
|
|
1848
2226
|
"path",
|
|
1849
2227
|
{
|
|
1850
2228
|
fillRule: "evenodd",
|
|
@@ -1853,7 +2231,7 @@ var TermConditions = (props) => {
|
|
|
1853
2231
|
fill: color
|
|
1854
2232
|
}
|
|
1855
2233
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
2234
|
+
/* @__PURE__ */ jsx77(
|
|
1857
2235
|
"path",
|
|
1858
2236
|
{
|
|
1859
2237
|
fillRule: "evenodd",
|
|
@@ -1863,16 +2241,16 @@ var TermConditions = (props) => {
|
|
|
1863
2241
|
}
|
|
1864
2242
|
)
|
|
1865
2243
|
] }),
|
|
1866
|
-
/* @__PURE__ */
|
|
2244
|
+
/* @__PURE__ */ jsx77("defs", { children: /* @__PURE__ */ jsx77("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx77("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1867
2245
|
] });
|
|
1868
2246
|
};
|
|
1869
2247
|
var term_conditions_default = TermConditions;
|
|
1870
2248
|
|
|
1871
2249
|
// src/icons/v2/outline/tips-measurement.tsx
|
|
1872
|
-
import { jsx as
|
|
2250
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1873
2251
|
var TipsMeasurement = (props) => {
|
|
1874
2252
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1875
|
-
return /* @__PURE__ */
|
|
2253
|
+
return /* @__PURE__ */ jsx78("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx78(
|
|
1876
2254
|
"path",
|
|
1877
2255
|
{
|
|
1878
2256
|
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",
|
|
@@ -1883,12 +2261,12 @@ var TipsMeasurement = (props) => {
|
|
|
1883
2261
|
var tips_measurement_default = TipsMeasurement;
|
|
1884
2262
|
|
|
1885
2263
|
// src/icons/v2/outline/trash.tsx
|
|
1886
|
-
import { jsx as
|
|
2264
|
+
import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1887
2265
|
var Trash = (props) => {
|
|
1888
2266
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1889
|
-
return /* @__PURE__ */
|
|
1890
|
-
/* @__PURE__ */
|
|
1891
|
-
/* @__PURE__ */
|
|
2267
|
+
return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2268
|
+
/* @__PURE__ */ jsxs57("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
2269
|
+
/* @__PURE__ */ jsx79(
|
|
1892
2270
|
"path",
|
|
1893
2271
|
{
|
|
1894
2272
|
fillRule: "evenodd",
|
|
@@ -1897,7 +2275,7 @@ var Trash = (props) => {
|
|
|
1897
2275
|
fill: color
|
|
1898
2276
|
}
|
|
1899
2277
|
),
|
|
1900
|
-
/* @__PURE__ */
|
|
2278
|
+
/* @__PURE__ */ jsx79(
|
|
1901
2279
|
"path",
|
|
1902
2280
|
{
|
|
1903
2281
|
fillRule: "evenodd",
|
|
@@ -1906,7 +2284,7 @@ var Trash = (props) => {
|
|
|
1906
2284
|
fill: color
|
|
1907
2285
|
}
|
|
1908
2286
|
),
|
|
1909
|
-
/* @__PURE__ */
|
|
2287
|
+
/* @__PURE__ */ jsx79(
|
|
1910
2288
|
"path",
|
|
1911
2289
|
{
|
|
1912
2290
|
fillRule: "evenodd",
|
|
@@ -1915,7 +2293,7 @@ var Trash = (props) => {
|
|
|
1915
2293
|
fill: color
|
|
1916
2294
|
}
|
|
1917
2295
|
),
|
|
1918
|
-
/* @__PURE__ */
|
|
2296
|
+
/* @__PURE__ */ jsx79(
|
|
1919
2297
|
"path",
|
|
1920
2298
|
{
|
|
1921
2299
|
fillRule: "evenodd",
|
|
@@ -1925,17 +2303,17 @@ var Trash = (props) => {
|
|
|
1925
2303
|
}
|
|
1926
2304
|
)
|
|
1927
2305
|
] }),
|
|
1928
|
-
/* @__PURE__ */
|
|
2306
|
+
/* @__PURE__ */ jsx79("defs", { children: /* @__PURE__ */ jsx79("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx79("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1929
2307
|
] });
|
|
1930
2308
|
};
|
|
1931
2309
|
var trash_default = Trash;
|
|
1932
2310
|
|
|
1933
2311
|
// src/icons/v2/outline/truck.tsx
|
|
1934
|
-
import { jsx as
|
|
2312
|
+
import { jsx as jsx80, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1935
2313
|
var Truck = (props) => {
|
|
1936
2314
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1937
|
-
return /* @__PURE__ */
|
|
1938
|
-
/* @__PURE__ */
|
|
2315
|
+
return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2316
|
+
/* @__PURE__ */ jsx80("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx80(
|
|
1939
2317
|
"path",
|
|
1940
2318
|
{
|
|
1941
2319
|
fillRule: "evenodd",
|
|
@@ -1944,38 +2322,38 @@ var Truck = (props) => {
|
|
|
1944
2322
|
fill: color
|
|
1945
2323
|
}
|
|
1946
2324
|
) }),
|
|
1947
|
-
/* @__PURE__ */
|
|
2325
|
+
/* @__PURE__ */ jsx80("defs", { children: /* @__PURE__ */ jsx80("clipPath", { id: "truck", children: /* @__PURE__ */ jsx80("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1948
2326
|
] });
|
|
1949
2327
|
};
|
|
1950
2328
|
var truck_default = Truck;
|
|
1951
2329
|
|
|
1952
2330
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1953
|
-
import { jsx as
|
|
2331
|
+
import { jsx as jsx81, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1954
2332
|
var TruckDiscount = (props) => {
|
|
1955
2333
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1956
|
-
return /* @__PURE__ */
|
|
1957
|
-
/* @__PURE__ */
|
|
2334
|
+
return /* @__PURE__ */ jsxs59("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2335
|
+
/* @__PURE__ */ jsx81(
|
|
1958
2336
|
"path",
|
|
1959
2337
|
{
|
|
1960
2338
|
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",
|
|
1961
2339
|
fill: color
|
|
1962
2340
|
}
|
|
1963
2341
|
),
|
|
1964
|
-
/* @__PURE__ */
|
|
2342
|
+
/* @__PURE__ */ jsx81(
|
|
1965
2343
|
"path",
|
|
1966
2344
|
{
|
|
1967
2345
|
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",
|
|
1968
2346
|
fill: color
|
|
1969
2347
|
}
|
|
1970
2348
|
),
|
|
1971
|
-
/* @__PURE__ */
|
|
2349
|
+
/* @__PURE__ */ jsx81(
|
|
1972
2350
|
"path",
|
|
1973
2351
|
{
|
|
1974
2352
|
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",
|
|
1975
2353
|
fill: color
|
|
1976
2354
|
}
|
|
1977
2355
|
),
|
|
1978
|
-
/* @__PURE__ */
|
|
2356
|
+
/* @__PURE__ */ jsx81(
|
|
1979
2357
|
"path",
|
|
1980
2358
|
{
|
|
1981
2359
|
fillRule: "evenodd",
|
|
@@ -1988,13 +2366,32 @@ var TruckDiscount = (props) => {
|
|
|
1988
2366
|
};
|
|
1989
2367
|
var truck_discount_default = TruckDiscount;
|
|
1990
2368
|
|
|
2369
|
+
// src/icons/v2/outline/truck-rounded.tsx
|
|
2370
|
+
import { jsx as jsx82, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2371
|
+
var TruckRounded = (props) => {
|
|
2372
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2373
|
+
return /* @__PURE__ */ jsxs60("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2374
|
+
/* @__PURE__ */ jsx82("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ jsx82(
|
|
2375
|
+
"path",
|
|
2376
|
+
{
|
|
2377
|
+
fillRule: "evenodd",
|
|
2378
|
+
clipRule: "evenodd",
|
|
2379
|
+
d: "M21.6369 10.3211L20.0451 7.56025C19.56 6.70214 18.6522 6.17982 17.6573 6.17982H13.715C13.2175 5.47095 12.3967 5.0108 11.464 5.0108H4.7484C3.23118 5.0108 2 6.242 2 7.75923V14.7484C2 16.2657 3.23118 17.4969 4.7484 17.4969H5.13394C5.13394 17.4844 5.12149 17.472 5.12149 17.4471C5.41997 18.3425 6.26563 18.9892 7.26053 18.9892C8.25544 18.9892 9.10113 18.3425 9.3996 17.4471C9.3996 17.4595 9.38715 17.472 9.38715 17.4969H10.6183H15.3441C15.3441 17.4844 15.3317 17.472 15.3317 17.4471C15.6302 18.3425 16.4758 18.9892 17.4707 18.9892C18.4657 18.9892 19.3113 18.3425 19.6098 17.4347C19.6098 17.4471 19.6098 17.4595 19.5974 17.472C20.9529 17.3103 22.01 16.1537 22.01 14.7484V11.6891C21.9976 11.2165 21.8732 10.7439 21.6369 10.3211ZM5.00958 16.7382C5.00958 16.6636 5.00956 16.589 5.022 16.5268C5.00956 16.6014 5.00958 16.6636 5.00958 16.7382ZM5.07176 17.2357C5.0842 17.273 5.09664 17.3227 5.10908 17.3601C5.0842 17.3227 5.07176 17.2854 5.07176 17.2357ZM5.022 17.0243C5.022 17.074 5.03446 17.1238 5.04689 17.1611C5.04689 17.1113 5.03443 17.074 5.022 17.0243ZM7.26053 17.6834C6.73821 17.6834 6.31539 17.2606 6.31539 16.7382C6.31539 16.2159 6.73821 15.7931 7.26053 15.7931C7.78286 15.7931 8.2057 16.2159 8.2057 16.7382C8.2057 17.2606 7.78286 17.6834 7.26053 17.6834ZM9.41202 17.3725C9.42446 17.3352 9.4369 17.2854 9.44933 17.2481C9.4369 17.2854 9.42446 17.3227 9.41202 17.3725ZM9.46178 17.1611C9.47422 17.1113 9.47421 17.0616 9.48665 17.0243C9.47421 17.074 9.47422 17.1113 9.46178 17.1611ZM9.49907 16.9497C9.5115 16.875 9.51152 16.8129 9.51152 16.7382C9.49908 16.8129 9.49907 16.8875 9.49907 16.9497ZM9.49907 16.7382C9.49907 16.6636 9.49908 16.589 9.48665 16.5268C9.49908 16.6014 9.49907 16.6636 9.49907 16.7382ZM12.7201 15.9921H9.3747C9.3747 16.0045 9.38715 16.0294 9.38715 16.0418C9.08868 15.1464 8.24302 14.4997 7.24811 14.4997C6.25321 14.4997 5.40755 15.1464 5.10908 16.0418C5.10908 16.0294 5.12149 16.0045 5.12149 15.9921H4.73599C4.05199 15.9921 3.49236 15.4324 3.49236 14.7484V7.75923C3.49236 7.07523 4.05199 6.5156 4.73599 6.5156H11.4516C12.148 6.5156 12.6952 7.07523 12.6952 7.75923V15.9921H12.7201ZM9.48665 16.4646C9.48665 16.4149 9.47422 16.3651 9.46178 16.3154C9.47422 16.3651 9.47421 16.4149 9.48665 16.4646ZM9.44933 16.2408C9.4369 16.191 9.42446 16.1537 9.41202 16.1164C9.42446 16.1537 9.4369 16.2035 9.44933 16.2408ZM5.022 16.4646C5.022 16.4149 5.03446 16.3651 5.04689 16.3154C5.04689 16.3651 5.03443 16.4149 5.022 16.4646ZM5.07176 16.2408C5.0842 16.191 5.09664 16.1537 5.10908 16.1164C5.0842 16.1537 5.07176 16.2035 5.07176 16.2408ZM15.2073 16.7382C15.2073 16.6636 15.2073 16.589 15.2198 16.5268C15.2198 16.6014 15.2073 16.6636 15.2073 16.7382ZM15.2695 17.2357C15.282 17.273 15.2944 17.3227 15.3068 17.3601C15.282 17.3227 15.282 17.2854 15.2695 17.2357ZM15.2073 16.7382C15.2073 16.8129 15.2073 16.8875 15.2198 16.9497C15.2198 16.8875 15.2073 16.8129 15.2073 16.7382ZM15.2322 17.0243C15.2322 17.074 15.2446 17.1238 15.2571 17.1611C15.2446 17.1113 15.2322 17.074 15.2322 17.0243ZM17.4583 17.6834C16.936 17.6834 16.5132 17.2606 16.5132 16.7382C16.5132 16.2159 16.936 15.7931 17.4583 15.7931C17.9806 15.7931 18.4035 16.2159 18.4035 16.7382C18.4035 17.2606 17.9806 17.6834 17.4583 17.6834ZM19.6222 17.3601C19.6347 17.3227 19.6471 17.2854 19.6471 17.2357C19.6347 17.2854 19.6347 17.3227 19.6222 17.3601ZM19.672 17.1611C19.6844 17.1113 19.6844 17.074 19.6968 17.0243C19.6844 17.074 19.672 17.1113 19.672 17.1611ZM19.6968 16.9497C19.7093 16.875 19.7093 16.8129 19.7093 16.7382C19.7093 16.8129 19.6968 16.8875 19.6968 16.9497ZM19.7093 16.7382C19.7093 16.6636 19.7093 16.589 19.6968 16.5144C19.6968 16.589 19.7093 16.6636 19.7093 16.7382ZM20.4928 14.736C20.4928 15.3205 20.0948 15.8055 19.5601 15.9423C19.5725 15.9672 19.5725 15.9796 19.5849 16.0045C19.2864 15.1215 18.4408 14.4873 17.4583 14.4873C16.4634 14.4873 15.6177 15.134 15.3193 16.0294C15.3193 16.0169 15.3317 15.9921 15.3317 15.9796H14.2124V7.75923C14.2124 7.73435 14.2124 7.70948 14.2124 7.68461H17.6573C18.105 7.68461 18.5154 7.9209 18.7392 8.30642L20.3311 11.0673C20.443 11.2538 20.4928 11.4652 20.4928 11.6891V14.736ZM19.6844 16.4522C19.672 16.4025 19.672 16.3527 19.6596 16.303C19.672 16.3527 19.6844 16.4025 19.6844 16.4522ZM15.2695 16.2408C15.282 16.2035 15.2944 16.1537 15.3068 16.1164C15.282 16.1537 15.282 16.2035 15.2695 16.2408Z",
|
|
2380
|
+
fill: color
|
|
2381
|
+
}
|
|
2382
|
+
) }),
|
|
2383
|
+
/* @__PURE__ */ jsx82("defs", { children: /* @__PURE__ */ jsx82("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ jsx82("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2384
|
+
] });
|
|
2385
|
+
};
|
|
2386
|
+
var truck_rounded_default = TruckRounded;
|
|
2387
|
+
|
|
1991
2388
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1992
|
-
import { jsx as
|
|
2389
|
+
import { jsx as jsx83, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1993
2390
|
var VirtualWallet = (props) => {
|
|
1994
2391
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1995
|
-
return /* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
2392
|
+
return /* @__PURE__ */ jsxs61("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2393
|
+
/* @__PURE__ */ jsxs61("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
2394
|
+
/* @__PURE__ */ jsx83(
|
|
1998
2395
|
"path",
|
|
1999
2396
|
{
|
|
2000
2397
|
fillRule: "evenodd",
|
|
@@ -2003,7 +2400,7 @@ var VirtualWallet = (props) => {
|
|
|
2003
2400
|
fill: color
|
|
2004
2401
|
}
|
|
2005
2402
|
),
|
|
2006
|
-
/* @__PURE__ */
|
|
2403
|
+
/* @__PURE__ */ jsx83(
|
|
2007
2404
|
"path",
|
|
2008
2405
|
{
|
|
2009
2406
|
fillRule: "evenodd",
|
|
@@ -2012,7 +2409,7 @@ var VirtualWallet = (props) => {
|
|
|
2012
2409
|
fill: color
|
|
2013
2410
|
}
|
|
2014
2411
|
),
|
|
2015
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx83(
|
|
2016
2413
|
"path",
|
|
2017
2414
|
{
|
|
2018
2415
|
fillRule: "evenodd",
|
|
@@ -2021,14 +2418,14 @@ var VirtualWallet = (props) => {
|
|
|
2021
2418
|
fill: color
|
|
2022
2419
|
}
|
|
2023
2420
|
),
|
|
2024
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx83(
|
|
2025
2422
|
"path",
|
|
2026
2423
|
{
|
|
2027
2424
|
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",
|
|
2028
2425
|
fill: color
|
|
2029
2426
|
}
|
|
2030
2427
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2428
|
+
/* @__PURE__ */ jsx83(
|
|
2032
2429
|
"path",
|
|
2033
2430
|
{
|
|
2034
2431
|
fillRule: "evenodd",
|
|
@@ -2037,7 +2434,7 @@ var VirtualWallet = (props) => {
|
|
|
2037
2434
|
fill: color
|
|
2038
2435
|
}
|
|
2039
2436
|
),
|
|
2040
|
-
/* @__PURE__ */
|
|
2437
|
+
/* @__PURE__ */ jsx83(
|
|
2041
2438
|
"path",
|
|
2042
2439
|
{
|
|
2043
2440
|
fillRule: "evenodd",
|
|
@@ -2047,17 +2444,17 @@ var VirtualWallet = (props) => {
|
|
|
2047
2444
|
}
|
|
2048
2445
|
)
|
|
2049
2446
|
] }),
|
|
2050
|
-
/* @__PURE__ */
|
|
2447
|
+
/* @__PURE__ */ jsx83("defs", { children: /* @__PURE__ */ jsx83("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx83("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2051
2448
|
] });
|
|
2052
2449
|
};
|
|
2053
2450
|
var virtual_wallet_default = VirtualWallet;
|
|
2054
2451
|
|
|
2055
2452
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
2056
|
-
import { jsx as
|
|
2453
|
+
import { jsx as jsx84, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2057
2454
|
var VoucherApplied = (props) => {
|
|
2058
2455
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2059
|
-
return /* @__PURE__ */
|
|
2060
|
-
/* @__PURE__ */
|
|
2456
|
+
return /* @__PURE__ */ jsxs62("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2457
|
+
/* @__PURE__ */ jsx84(
|
|
2061
2458
|
"path",
|
|
2062
2459
|
{
|
|
2063
2460
|
fillRule: "evenodd",
|
|
@@ -2066,7 +2463,7 @@ var VoucherApplied = (props) => {
|
|
|
2066
2463
|
fill: color
|
|
2067
2464
|
}
|
|
2068
2465
|
),
|
|
2069
|
-
/* @__PURE__ */
|
|
2466
|
+
/* @__PURE__ */ jsx84(
|
|
2070
2467
|
"path",
|
|
2071
2468
|
{
|
|
2072
2469
|
fillRule: "evenodd",
|
|
@@ -2075,7 +2472,7 @@ var VoucherApplied = (props) => {
|
|
|
2075
2472
|
fill: color
|
|
2076
2473
|
}
|
|
2077
2474
|
),
|
|
2078
|
-
/* @__PURE__ */
|
|
2475
|
+
/* @__PURE__ */ jsx84(
|
|
2079
2476
|
"path",
|
|
2080
2477
|
{
|
|
2081
2478
|
fillRule: "evenodd",
|
|
@@ -2084,7 +2481,7 @@ var VoucherApplied = (props) => {
|
|
|
2084
2481
|
fill: color
|
|
2085
2482
|
}
|
|
2086
2483
|
),
|
|
2087
|
-
/* @__PURE__ */
|
|
2484
|
+
/* @__PURE__ */ jsx84(
|
|
2088
2485
|
"path",
|
|
2089
2486
|
{
|
|
2090
2487
|
fillRule: "evenodd",
|
|
@@ -2098,25 +2495,25 @@ var VoucherApplied = (props) => {
|
|
|
2098
2495
|
var voucher_applied_default = VoucherApplied;
|
|
2099
2496
|
|
|
2100
2497
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
2101
|
-
import { jsx as
|
|
2498
|
+
import { jsx as jsx85, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2102
2499
|
var VoucherOutline = (props) => {
|
|
2103
2500
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2501
|
+
return /* @__PURE__ */ jsxs63("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2502
|
+
/* @__PURE__ */ jsx85(
|
|
2106
2503
|
"path",
|
|
2107
2504
|
{
|
|
2108
2505
|
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",
|
|
2109
2506
|
fill: color
|
|
2110
2507
|
}
|
|
2111
2508
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2509
|
+
/* @__PURE__ */ jsx85(
|
|
2113
2510
|
"path",
|
|
2114
2511
|
{
|
|
2115
2512
|
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",
|
|
2116
2513
|
fill: color
|
|
2117
2514
|
}
|
|
2118
2515
|
),
|
|
2119
|
-
/* @__PURE__ */
|
|
2516
|
+
/* @__PURE__ */ jsx85(
|
|
2120
2517
|
"path",
|
|
2121
2518
|
{
|
|
2122
2519
|
fillRule: "evenodd",
|
|
@@ -2129,13 +2526,103 @@ var VoucherOutline = (props) => {
|
|
|
2129
2526
|
};
|
|
2130
2527
|
var voucher_outline_default = VoucherOutline;
|
|
2131
2528
|
|
|
2529
|
+
// src/icons/v2/outline/waiting-item-rounded.tsx
|
|
2530
|
+
import { jsx as jsx86, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2531
|
+
var WaitingItemRounded = (props) => {
|
|
2532
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2533
|
+
return /* @__PURE__ */ jsxs64("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2534
|
+
/* @__PURE__ */ jsx86(
|
|
2535
|
+
"path",
|
|
2536
|
+
{
|
|
2537
|
+
fillRule: "evenodd",
|
|
2538
|
+
clipRule: "evenodd",
|
|
2539
|
+
d: "M21.9959 17.1859C21.9959 17.1108 22.021 17.0607 22.021 16.9855C22.021 16.9605 22.021 16.9354 22.021 16.8853C22.021 16.8352 22.021 16.7851 21.9959 16.735C21.9709 16.3843 21.9208 16.0335 21.8456 15.6828L20.7684 9.44479C20.5178 8.01682 19.2652 6.96465 17.8122 6.96465H17.3112C16.6598 4.65985 14.5554 2.9563 12.0502 2.9563C9.54497 2.9563 7.41553 4.65985 6.78923 6.96465H6.28819C4.83516 6.96465 3.58255 8.01682 3.33203 9.44479L2.10447 16.4344C1.77879 18.2632 3.20677 19.9417 5.06063 19.9417H13.0773C13.9792 21.1442 15.4322 21.9458 17.0606 21.9458C19.6661 21.9458 21.7955 19.9417 22.021 17.3864C21.9709 17.3613 21.9709 17.2861 21.9959 17.1859ZM19.2652 9.74544L19.8164 12.8519C19.0398 12.3258 18.1128 12.0252 17.1107 12.0001C17.8122 11.0482 18.2631 9.8707 18.3383 8.59304C18.7892 8.79346 19.165 9.21934 19.2652 9.74544ZM16.8352 8.49283C16.7099 11.0732 14.6055 13.1275 12.0001 13.1275C9.39466 13.1275 7.29027 11.0732 7.16501 8.49283H16.8352ZM12.0001 4.50952C13.6786 4.50952 15.1066 5.53666 15.6828 7.01474H8.31741C8.89361 5.53666 10.3216 4.50952 12.0001 4.50952ZM5.01052 18.5137C4.08359 18.5137 3.38213 17.6619 3.53244 16.76L4.76 9.77048C4.86021 9.24439 5.21094 8.8185 5.68693 8.64313C5.8623 11.9751 8.61804 14.6306 12.0001 14.6306C12.2256 14.6306 12.451 14.6056 12.6765 14.6056C12.2757 15.3321 12.0001 16.1588 12.0001 17.0607C12.0001 17.5868 12.1003 18.0878 12.2506 18.5638H5.01052V18.5137ZM17.0105 20.6932C14.9562 20.6932 13.3028 19.0398 13.3028 16.9855C13.3028 14.9312 14.9562 13.2778 17.0105 13.2778C19.0648 13.2778 20.7182 14.9312 20.7182 16.9855C20.6932 19.0398 19.0398 20.6932 17.0105 20.6932Z",
|
|
2540
|
+
fill: color
|
|
2541
|
+
}
|
|
2542
|
+
),
|
|
2543
|
+
/* @__PURE__ */ jsx86(
|
|
2544
|
+
"path",
|
|
2545
|
+
{
|
|
2546
|
+
fillRule: "evenodd",
|
|
2547
|
+
clipRule: "evenodd",
|
|
2548
|
+
d: "M18.689 16.9354H17.3362V15.2319C17.3362 14.8811 17.0356 14.5805 16.6848 14.5805C16.3341 14.5805 16.0335 14.8811 16.0335 15.2319V17.5868C16.0335 17.9375 16.3341 18.2381 16.6848 18.2381H18.689C19.0398 18.2381 19.3404 17.9375 19.3404 17.5868C19.3404 17.236 19.0398 16.9354 18.689 16.9354Z",
|
|
2549
|
+
fill: color
|
|
2550
|
+
}
|
|
2551
|
+
)
|
|
2552
|
+
] });
|
|
2553
|
+
};
|
|
2554
|
+
var waiting_item_rounded_default = WaitingItemRounded;
|
|
2555
|
+
|
|
2556
|
+
// src/icons/v2/outline/waiting-payment-rounded.tsx
|
|
2557
|
+
import { jsx as jsx87, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2558
|
+
var WaitingPaymentRounded = (props) => {
|
|
2559
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2560
|
+
return /* @__PURE__ */ jsxs65("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2561
|
+
/* @__PURE__ */ jsx87(
|
|
2562
|
+
"path",
|
|
2563
|
+
{
|
|
2564
|
+
fillRule: "evenodd",
|
|
2565
|
+
clipRule: "evenodd",
|
|
2566
|
+
d: "M5.31199 7.26422C5.31199 7.67497 5.64806 8.01104 6.05882 8.01104H19.3149C19.7257 8.01104 20.0618 7.67497 20.0618 7.26422C20.0618 6.85346 19.7257 6.51739 19.3149 6.51739H6.07126C5.64806 6.50495 5.31199 6.84102 5.31199 7.26422Z",
|
|
2567
|
+
fill: color
|
|
2568
|
+
}
|
|
2569
|
+
),
|
|
2570
|
+
/* @__PURE__ */ jsx87(
|
|
2571
|
+
"path",
|
|
2572
|
+
{
|
|
2573
|
+
fillRule: "evenodd",
|
|
2574
|
+
clipRule: "evenodd",
|
|
2575
|
+
d: "M20.9828 13.6994C21.07 13.7989 21.1696 13.911 21.2442 14.023V10.7618C21.2442 9.79097 20.4601 9.00681 19.4892 9.00681H3.74365V7.74965C3.74365 6.50494 4.75186 5.49673 5.99657 5.49673H18.232C18.6428 5.49673 18.9789 5.16066 18.9789 4.74991C18.9789 4.33915 18.6428 4.00308 18.232 4.00308H5.99657C3.93036 4.00308 2.25 5.68344 2.25 7.74965V16.2386C2.25 18.3048 3.93036 19.9851 5.99657 19.9851H13.2283C13.1785 19.9229 13.1412 19.8607 13.0914 19.7984C13.9876 21.1178 15.5061 21.9891 17.2363 21.9891C19.9995 21.9891 22.24 19.7486 22.24 16.9854C22.24 15.7282 21.767 14.5707 20.9828 13.6994ZM20.9331 13.6371C20.8957 13.5998 20.8708 13.5749 20.8335 13.5375C20.8708 13.5749 20.9082 13.5998 20.9331 13.6371ZM20.7712 13.4629C20.7339 13.4255 20.709 13.4006 20.6717 13.3633C20.6966 13.4006 20.7339 13.4255 20.7712 13.4629ZM5.99657 18.4915C4.75186 18.4915 3.74365 17.4833 3.74365 16.2386V10.5129H19.4892C19.6261 10.5129 19.7381 10.6249 19.7381 10.7618V12.6662C19.7506 12.6787 19.763 12.6911 19.7879 12.6911C19.0411 12.243 18.1698 11.9817 17.2363 11.9817C14.473 11.9817 12.2326 14.2221 12.2326 16.9854C12.2326 17.5828 12.3446 18.1679 12.5313 18.6906C12.5064 18.6159 12.4815 18.5413 12.4566 18.479H5.99657V18.4915ZM20.5845 13.2886C20.5472 13.2637 20.5223 13.2264 20.485 13.2015C20.5223 13.2264 20.5596 13.2637 20.5845 13.2886ZM20.3978 13.1268C20.3605 13.1019 20.3232 13.0646 20.2858 13.0397C20.3356 13.077 20.3729 13.1019 20.3978 13.1268ZM20.012 12.8405C19.9746 12.8156 19.9373 12.7907 19.9 12.7658C19.9248 12.7907 19.9746 12.8156 20.012 12.8405ZM12.5562 18.7653C12.5811 18.8151 12.5935 18.8773 12.6184 18.9271C12.606 18.8773 12.5811 18.8151 12.5562 18.7653ZM12.6558 19.0018C12.6806 19.0516 12.6931 19.1014 12.718 19.1387C12.6931 19.0889 12.6806 19.0392 12.6558 19.0018ZM12.7553 19.2134C12.7802 19.2632 12.8051 19.3005 12.8176 19.3503C12.8051 19.3005 12.7802 19.2508 12.7553 19.2134ZM12.8674 19.4126C12.8922 19.4624 12.9171 19.4997 12.942 19.5495C12.9171 19.5121 12.8922 19.4624 12.8674 19.4126ZM17.2363 20.7071C15.195 20.7071 13.5395 19.0516 13.5395 17.0103C13.5395 14.969 15.195 13.3135 17.2363 13.3135C19.2776 13.3135 20.9331 14.969 20.9331 17.0103C20.9455 19.0392 19.2776 20.7071 17.2363 20.7071Z",
|
|
2576
|
+
fill: color
|
|
2577
|
+
}
|
|
2578
|
+
),
|
|
2579
|
+
/* @__PURE__ */ jsx87(
|
|
2580
|
+
"path",
|
|
2581
|
+
{
|
|
2582
|
+
fillRule: "evenodd",
|
|
2583
|
+
clipRule: "evenodd",
|
|
2584
|
+
d: "M19.2403 16.9854H17.896V15.2801C17.896 14.9192 17.6097 14.6329 17.2487 14.6329C16.8878 14.6329 16.6015 14.9192 16.6015 15.2801V17.6451C16.6015 18.006 16.8878 18.2923 17.2487 18.2923H19.2527C19.6137 18.2923 19.9 18.006 19.9 17.6451C19.8875 17.2841 19.6012 16.9854 19.2403 16.9854Z",
|
|
2585
|
+
fill: color
|
|
2586
|
+
}
|
|
2587
|
+
)
|
|
2588
|
+
] });
|
|
2589
|
+
};
|
|
2590
|
+
var waiting_payment_rounded_default = WaitingPaymentRounded;
|
|
2591
|
+
|
|
2592
|
+
// src/icons/v2/outline/zoom-rounded.tsx
|
|
2593
|
+
import { jsx as jsx88, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2594
|
+
var ZoomRounded = (props) => {
|
|
2595
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2596
|
+
return /* @__PURE__ */ jsxs66("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2597
|
+
/* @__PURE__ */ jsx88(
|
|
2598
|
+
"path",
|
|
2599
|
+
{
|
|
2600
|
+
fillRule: "evenodd",
|
|
2601
|
+
clipRule: "evenodd",
|
|
2602
|
+
d: "M20.7969 19.7213L16.3047 15.2291C17.3624 13.935 17.9971 12.28 17.9971 10.4881C17.9971 6.34434 14.6373 2.98456 10.4935 2.98456C6.34978 2.98456 2.98999 6.34434 2.98999 10.4881C2.98999 14.6318 6.34978 17.9916 10.4935 17.9916C12.2979 17.9916 13.9404 17.357 15.2346 16.2993L19.7267 20.7914C20.0254 21.0901 20.4982 21.0901 20.7844 20.7914C21.0831 20.4803 21.0831 20.0075 20.7969 19.7213ZM4.49568 10.4756C4.49568 7.16563 7.18351 4.4778 10.4935 4.4778C13.8035 4.4778 16.4914 7.16563 16.4914 10.4756C16.4914 13.7857 13.8035 16.4735 10.4935 16.4735C7.18351 16.4735 4.49568 13.7857 4.49568 10.4756Z",
|
|
2603
|
+
fill: color
|
|
2604
|
+
}
|
|
2605
|
+
),
|
|
2606
|
+
/* @__PURE__ */ jsx88(
|
|
2607
|
+
"path",
|
|
2608
|
+
{
|
|
2609
|
+
fillRule: "evenodd",
|
|
2610
|
+
clipRule: "evenodd",
|
|
2611
|
+
d: "M13.144 9.72905H11.2401V7.82517C11.2401 7.41453 10.9041 7.07855 10.4935 7.07855C10.0829 7.07855 9.74688 7.41453 9.74688 7.82517V9.72905H7.84299C7.43235 9.72905 7.09637 10.065 7.09637 10.4757C7.09637 10.8863 7.43235 11.2223 7.84299 11.2223H9.74688V13.1262C9.74688 13.5368 10.0829 13.8728 10.4935 13.8728C10.9041 13.8728 11.2401 13.5368 11.2401 13.1262V11.2223H13.144C13.5546 11.2223 13.8906 10.8863 13.8906 10.4757C13.8906 10.065 13.5546 9.72905 13.144 9.72905Z",
|
|
2612
|
+
fill: color
|
|
2613
|
+
}
|
|
2614
|
+
)
|
|
2615
|
+
] });
|
|
2616
|
+
};
|
|
2617
|
+
var zoom_rounded_default = ZoomRounded;
|
|
2618
|
+
|
|
2132
2619
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2133
|
-
import { jsx as
|
|
2620
|
+
import { jsx as jsx89, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2134
2621
|
var AddBagSolid = (props) => {
|
|
2135
2622
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2136
2623
|
const fillColor = color || "#12784A";
|
|
2137
|
-
return /* @__PURE__ */
|
|
2138
|
-
/* @__PURE__ */
|
|
2624
|
+
return /* @__PURE__ */ jsxs67("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2625
|
+
/* @__PURE__ */ jsx89(
|
|
2139
2626
|
"path",
|
|
2140
2627
|
{
|
|
2141
2628
|
fillRule: "evenodd",
|
|
@@ -2144,7 +2631,7 @@ var AddBagSolid = (props) => {
|
|
|
2144
2631
|
fill: fillColor
|
|
2145
2632
|
}
|
|
2146
2633
|
),
|
|
2147
|
-
/* @__PURE__ */
|
|
2634
|
+
/* @__PURE__ */ jsx89(
|
|
2148
2635
|
"path",
|
|
2149
2636
|
{
|
|
2150
2637
|
fillRule: "evenodd",
|
|
@@ -2158,10 +2645,10 @@ var AddBagSolid = (props) => {
|
|
|
2158
2645
|
var add_bag_solid_default = AddBagSolid;
|
|
2159
2646
|
|
|
2160
2647
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2161
|
-
import { jsx as
|
|
2648
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
2162
2649
|
var ArrowDownCircleSolid = (props) => {
|
|
2163
2650
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2164
|
-
return /* @__PURE__ */
|
|
2651
|
+
return /* @__PURE__ */ jsx90("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx90(
|
|
2165
2652
|
"path",
|
|
2166
2653
|
{
|
|
2167
2654
|
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",
|
|
@@ -2172,10 +2659,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2172
2659
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2173
2660
|
|
|
2174
2661
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2175
|
-
import { jsx as
|
|
2662
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2176
2663
|
var BagSolid = (props) => {
|
|
2177
2664
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2178
|
-
return /* @__PURE__ */
|
|
2665
|
+
return /* @__PURE__ */ jsx91("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91(
|
|
2179
2666
|
"path",
|
|
2180
2667
|
{
|
|
2181
2668
|
fillRule: "evenodd",
|
|
@@ -2188,32 +2675,32 @@ var BagSolid = (props) => {
|
|
|
2188
2675
|
var bag_solid_default = BagSolid;
|
|
2189
2676
|
|
|
2190
2677
|
// src/icons/v2/solid/category-solid.tsx
|
|
2191
|
-
import { jsx as
|
|
2678
|
+
import { jsx as jsx92, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2192
2679
|
var CategorySolid = (props) => {
|
|
2193
2680
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2194
|
-
return /* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2681
|
+
return /* @__PURE__ */ jsxs68("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2682
|
+
/* @__PURE__ */ jsx92(
|
|
2196
2683
|
"path",
|
|
2197
2684
|
{
|
|
2198
2685
|
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",
|
|
2199
2686
|
fill: color
|
|
2200
2687
|
}
|
|
2201
2688
|
),
|
|
2202
|
-
/* @__PURE__ */
|
|
2689
|
+
/* @__PURE__ */ jsx92(
|
|
2203
2690
|
"path",
|
|
2204
2691
|
{
|
|
2205
2692
|
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",
|
|
2206
2693
|
fill: color
|
|
2207
2694
|
}
|
|
2208
2695
|
),
|
|
2209
|
-
/* @__PURE__ */
|
|
2696
|
+
/* @__PURE__ */ jsx92(
|
|
2210
2697
|
"path",
|
|
2211
2698
|
{
|
|
2212
2699
|
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",
|
|
2213
2700
|
fill: color
|
|
2214
2701
|
}
|
|
2215
2702
|
),
|
|
2216
|
-
/* @__PURE__ */
|
|
2703
|
+
/* @__PURE__ */ jsx92(
|
|
2217
2704
|
"path",
|
|
2218
2705
|
{
|
|
2219
2706
|
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",
|
|
@@ -2225,10 +2712,10 @@ var CategorySolid = (props) => {
|
|
|
2225
2712
|
var category_solid_default = CategorySolid;
|
|
2226
2713
|
|
|
2227
2714
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2228
|
-
import { jsx as
|
|
2715
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
2229
2716
|
var ChatCsSolid = (props) => {
|
|
2230
2717
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2231
|
-
return /* @__PURE__ */
|
|
2718
|
+
return /* @__PURE__ */ jsx93("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx93(
|
|
2232
2719
|
"path",
|
|
2233
2720
|
{
|
|
2234
2721
|
fillRule: "evenodd",
|
|
@@ -2241,10 +2728,10 @@ var ChatCsSolid = (props) => {
|
|
|
2241
2728
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2242
2729
|
|
|
2243
2730
|
// src/icons/v2/solid/check-shield.tsx
|
|
2244
|
-
import { jsx as
|
|
2731
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
2245
2732
|
var CheckShield2 = (props) => {
|
|
2246
2733
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2247
|
-
return /* @__PURE__ */
|
|
2734
|
+
return /* @__PURE__ */ jsx94("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx94(
|
|
2248
2735
|
"path",
|
|
2249
2736
|
{
|
|
2250
2737
|
fillRule: "evenodd",
|
|
@@ -2257,13 +2744,13 @@ var CheckShield2 = (props) => {
|
|
|
2257
2744
|
var check_shield_default2 = CheckShield2;
|
|
2258
2745
|
|
|
2259
2746
|
// src/icons/v2/solid/direction.tsx
|
|
2260
|
-
import { jsx as
|
|
2747
|
+
import { jsx as jsx95, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2261
2748
|
var Direction = (props) => {
|
|
2262
2749
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2263
|
-
return /* @__PURE__ */
|
|
2264
|
-
/* @__PURE__ */
|
|
2265
|
-
/* @__PURE__ */
|
|
2266
|
-
/* @__PURE__ */
|
|
2750
|
+
return /* @__PURE__ */ jsxs69("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2751
|
+
/* @__PURE__ */ jsxs69("g", { clipPath: "url(#direction)", children: [
|
|
2752
|
+
/* @__PURE__ */ jsx95("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2753
|
+
/* @__PURE__ */ jsx95(
|
|
2267
2754
|
"path",
|
|
2268
2755
|
{
|
|
2269
2756
|
fillRule: "evenodd",
|
|
@@ -2273,16 +2760,16 @@ var Direction = (props) => {
|
|
|
2273
2760
|
}
|
|
2274
2761
|
)
|
|
2275
2762
|
] }),
|
|
2276
|
-
/* @__PURE__ */
|
|
2763
|
+
/* @__PURE__ */ jsx95("defs", { children: /* @__PURE__ */ jsx95("clipPath", { id: "direction", children: /* @__PURE__ */ jsx95("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2277
2764
|
] });
|
|
2278
2765
|
};
|
|
2279
2766
|
var direction_default = Direction;
|
|
2280
2767
|
|
|
2281
2768
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2282
|
-
import { jsx as
|
|
2769
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2283
2770
|
var EnvelopedSolid = (props) => {
|
|
2284
2771
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2285
|
-
return /* @__PURE__ */
|
|
2772
|
+
return /* @__PURE__ */ jsx96("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx96(
|
|
2286
2773
|
"path",
|
|
2287
2774
|
{
|
|
2288
2775
|
fillRule: "evenodd",
|
|
@@ -2295,12 +2782,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2295
2782
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2296
2783
|
|
|
2297
2784
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2298
|
-
import { jsx as
|
|
2785
|
+
import { jsx as jsx97, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2299
2786
|
var FastTruckSolid = (props) => {
|
|
2300
2787
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2301
2788
|
const fillColor = color || "#12784A";
|
|
2302
|
-
return /* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */
|
|
2789
|
+
return /* @__PURE__ */ jsxs70("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2790
|
+
/* @__PURE__ */ jsx97(
|
|
2304
2791
|
"path",
|
|
2305
2792
|
{
|
|
2306
2793
|
fillRule: "evenodd",
|
|
@@ -2309,14 +2796,14 @@ var FastTruckSolid = (props) => {
|
|
|
2309
2796
|
fill: fillColor
|
|
2310
2797
|
}
|
|
2311
2798
|
),
|
|
2312
|
-
/* @__PURE__ */
|
|
2799
|
+
/* @__PURE__ */ jsx97(
|
|
2313
2800
|
"path",
|
|
2314
2801
|
{
|
|
2315
2802
|
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",
|
|
2316
2803
|
fill: fillColor
|
|
2317
2804
|
}
|
|
2318
2805
|
),
|
|
2319
|
-
/* @__PURE__ */
|
|
2806
|
+
/* @__PURE__ */ jsx97(
|
|
2320
2807
|
"path",
|
|
2321
2808
|
{
|
|
2322
2809
|
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",
|
|
@@ -2328,10 +2815,10 @@ var FastTruckSolid = (props) => {
|
|
|
2328
2815
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2329
2816
|
|
|
2330
2817
|
// src/icons/v2/solid/hand.tsx
|
|
2331
|
-
import { jsx as
|
|
2818
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
2332
2819
|
var Hand = (props) => {
|
|
2333
2820
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2334
|
-
return /* @__PURE__ */
|
|
2821
|
+
return /* @__PURE__ */ jsx98("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx98("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx98(
|
|
2335
2822
|
"path",
|
|
2336
2823
|
{
|
|
2337
2824
|
id: "Vector 650",
|
|
@@ -2343,10 +2830,10 @@ var Hand = (props) => {
|
|
|
2343
2830
|
var hand_default = Hand;
|
|
2344
2831
|
|
|
2345
2832
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2346
|
-
import { jsx as
|
|
2833
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2347
2834
|
var HandphoneSolid = (props) => {
|
|
2348
2835
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2349
|
-
return /* @__PURE__ */
|
|
2836
|
+
return /* @__PURE__ */ jsx99("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx99(
|
|
2350
2837
|
"path",
|
|
2351
2838
|
{
|
|
2352
2839
|
fillRule: "evenodd",
|
|
@@ -2359,10 +2846,10 @@ var HandphoneSolid = (props) => {
|
|
|
2359
2846
|
var handphone_solid_default = HandphoneSolid;
|
|
2360
2847
|
|
|
2361
2848
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2362
|
-
import { jsx as
|
|
2849
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2363
2850
|
var HeartSolid = (props) => {
|
|
2364
2851
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2365
|
-
return /* @__PURE__ */
|
|
2852
|
+
return /* @__PURE__ */ jsx100("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx100(
|
|
2366
2853
|
"path",
|
|
2367
2854
|
{
|
|
2368
2855
|
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",
|
|
@@ -2373,10 +2860,10 @@ var HeartSolid = (props) => {
|
|
|
2373
2860
|
var heart_solid_default = HeartSolid;
|
|
2374
2861
|
|
|
2375
2862
|
// src/icons/v2/solid/home-solid.tsx
|
|
2376
|
-
import { jsx as
|
|
2863
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
2377
2864
|
var HomeSolid = (props) => {
|
|
2378
2865
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2379
|
-
return /* @__PURE__ */
|
|
2866
|
+
return /* @__PURE__ */ jsx101("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx101(
|
|
2380
2867
|
"path",
|
|
2381
2868
|
{
|
|
2382
2869
|
fillRule: "evenodd",
|
|
@@ -2389,10 +2876,10 @@ var HomeSolid = (props) => {
|
|
|
2389
2876
|
var home_solid_default = HomeSolid;
|
|
2390
2877
|
|
|
2391
2878
|
// src/icons/v2/solid/info-solid.tsx
|
|
2392
|
-
import { jsx as
|
|
2879
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
2393
2880
|
var InfoSolid = (props) => {
|
|
2394
2881
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2395
|
-
return /* @__PURE__ */
|
|
2882
|
+
return /* @__PURE__ */ jsx102("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx102(
|
|
2396
2883
|
"path",
|
|
2397
2884
|
{
|
|
2398
2885
|
fillRule: "evenodd",
|
|
@@ -2405,11 +2892,11 @@ var InfoSolid = (props) => {
|
|
|
2405
2892
|
var info_solid_default = InfoSolid;
|
|
2406
2893
|
|
|
2407
2894
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2408
|
-
import { jsx as
|
|
2895
|
+
import { jsx as jsx103, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2409
2896
|
var InfoSolid2 = (props) => {
|
|
2410
2897
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2411
|
-
return /* @__PURE__ */
|
|
2412
|
-
/* @__PURE__ */
|
|
2898
|
+
return /* @__PURE__ */ jsxs71("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2899
|
+
/* @__PURE__ */ jsx103("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx103(
|
|
2413
2900
|
"path",
|
|
2414
2901
|
{
|
|
2415
2902
|
fillRule: "evenodd",
|
|
@@ -2418,24 +2905,24 @@ var InfoSolid2 = (props) => {
|
|
|
2418
2905
|
fill: color
|
|
2419
2906
|
}
|
|
2420
2907
|
) }),
|
|
2421
|
-
/* @__PURE__ */
|
|
2908
|
+
/* @__PURE__ */ jsx103("defs", { children: /* @__PURE__ */ jsx103("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx103("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2422
2909
|
] });
|
|
2423
2910
|
};
|
|
2424
2911
|
var lock_solid_default = InfoSolid2;
|
|
2425
2912
|
|
|
2426
2913
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2427
|
-
import { jsx as
|
|
2914
|
+
import { jsx as jsx104, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2428
2915
|
var MapMarkerSolid = (props) => {
|
|
2429
2916
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2430
|
-
return /* @__PURE__ */
|
|
2431
|
-
/* @__PURE__ */
|
|
2917
|
+
return /* @__PURE__ */ jsxs72("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2918
|
+
/* @__PURE__ */ jsx104(
|
|
2432
2919
|
"path",
|
|
2433
2920
|
{
|
|
2434
2921
|
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",
|
|
2435
2922
|
fill: color
|
|
2436
2923
|
}
|
|
2437
2924
|
),
|
|
2438
|
-
/* @__PURE__ */
|
|
2925
|
+
/* @__PURE__ */ jsx104(
|
|
2439
2926
|
"path",
|
|
2440
2927
|
{
|
|
2441
2928
|
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",
|
|
@@ -2447,18 +2934,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2447
2934
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2448
2935
|
|
|
2449
2936
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2450
|
-
import { jsx as
|
|
2937
|
+
import { jsx as jsx105, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2451
2938
|
var ProfileSolid = (props) => {
|
|
2452
2939
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2453
|
-
return /* @__PURE__ */
|
|
2454
|
-
/* @__PURE__ */
|
|
2940
|
+
return /* @__PURE__ */ jsxs73("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2941
|
+
/* @__PURE__ */ jsx105(
|
|
2455
2942
|
"path",
|
|
2456
2943
|
{
|
|
2457
2944
|
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",
|
|
2458
2945
|
fill: color
|
|
2459
2946
|
}
|
|
2460
2947
|
),
|
|
2461
|
-
/* @__PURE__ */
|
|
2948
|
+
/* @__PURE__ */ jsx105(
|
|
2462
2949
|
"path",
|
|
2463
2950
|
{
|
|
2464
2951
|
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",
|
|
@@ -2470,25 +2957,25 @@ var ProfileSolid = (props) => {
|
|
|
2470
2957
|
var profile_solid_default = ProfileSolid;
|
|
2471
2958
|
|
|
2472
2959
|
// src/icons/v2/solid/purchase-history.tsx
|
|
2473
|
-
import { jsx as
|
|
2960
|
+
import { jsx as jsx106, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2474
2961
|
var PurchaseHistory = (props) => {
|
|
2475
2962
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2476
|
-
return /* @__PURE__ */
|
|
2477
|
-
/* @__PURE__ */
|
|
2963
|
+
return /* @__PURE__ */ jsxs74("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
|
|
2964
|
+
/* @__PURE__ */ jsx106(
|
|
2478
2965
|
"path",
|
|
2479
2966
|
{
|
|
2480
2967
|
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
2968
|
fill: color
|
|
2482
2969
|
}
|
|
2483
2970
|
),
|
|
2484
|
-
/* @__PURE__ */
|
|
2971
|
+
/* @__PURE__ */ jsx106(
|
|
2485
2972
|
"path",
|
|
2486
2973
|
{
|
|
2487
2974
|
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
2975
|
fill: color
|
|
2489
2976
|
}
|
|
2490
2977
|
),
|
|
2491
|
-
/* @__PURE__ */
|
|
2978
|
+
/* @__PURE__ */ jsx106(
|
|
2492
2979
|
"path",
|
|
2493
2980
|
{
|
|
2494
2981
|
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",
|
|
@@ -2500,10 +2987,10 @@ var PurchaseHistory = (props) => {
|
|
|
2500
2987
|
var purchase_history_default = PurchaseHistory;
|
|
2501
2988
|
|
|
2502
2989
|
// src/icons/v2/solid/redeem-point-solid.tsx
|
|
2503
|
-
import { jsx as
|
|
2990
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2504
2991
|
var RedeemPointSolid = (props) => {
|
|
2505
2992
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2506
|
-
return /* @__PURE__ */
|
|
2993
|
+
return /* @__PURE__ */ jsx107("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx107(
|
|
2507
2994
|
"path",
|
|
2508
2995
|
{
|
|
2509
2996
|
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",
|
|
@@ -2514,10 +3001,10 @@ var RedeemPointSolid = (props) => {
|
|
|
2514
3001
|
var redeem_point_solid_default = RedeemPointSolid;
|
|
2515
3002
|
|
|
2516
3003
|
// src/icons/v2/solid/search-solid.tsx
|
|
2517
|
-
import { jsx as
|
|
3004
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2518
3005
|
var SearchSolid = (props) => {
|
|
2519
3006
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2520
|
-
return /* @__PURE__ */
|
|
3007
|
+
return /* @__PURE__ */ jsx108("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx108(
|
|
2521
3008
|
"path",
|
|
2522
3009
|
{
|
|
2523
3010
|
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",
|
|
@@ -2528,18 +3015,18 @@ var SearchSolid = (props) => {
|
|
|
2528
3015
|
var search_solid_default = SearchSolid;
|
|
2529
3016
|
|
|
2530
3017
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2531
|
-
import { jsx as
|
|
3018
|
+
import { jsx as jsx109, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2532
3019
|
var SettingSolid = (props) => {
|
|
2533
3020
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2534
|
-
return /* @__PURE__ */
|
|
2535
|
-
/* @__PURE__ */
|
|
3021
|
+
return /* @__PURE__ */ jsxs75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
3022
|
+
/* @__PURE__ */ jsx109(
|
|
2536
3023
|
"path",
|
|
2537
3024
|
{
|
|
2538
3025
|
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",
|
|
2539
3026
|
fill: "#999999"
|
|
2540
3027
|
}
|
|
2541
3028
|
),
|
|
2542
|
-
/* @__PURE__ */
|
|
3029
|
+
/* @__PURE__ */ jsx109(
|
|
2543
3030
|
"path",
|
|
2544
3031
|
{
|
|
2545
3032
|
fillRule: "evenodd",
|
|
@@ -2553,10 +3040,10 @@ var SettingSolid = (props) => {
|
|
|
2553
3040
|
var setting_solid_default = SettingSolid;
|
|
2554
3041
|
|
|
2555
3042
|
// src/icons/v2/solid/start-solid-rounded.tsx
|
|
2556
|
-
import { jsx as
|
|
3043
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
2557
3044
|
var StarSolidRounded = (props) => {
|
|
2558
3045
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2559
|
-
return /* @__PURE__ */
|
|
3046
|
+
return /* @__PURE__ */ jsx110("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx110(
|
|
2560
3047
|
"path",
|
|
2561
3048
|
{
|
|
2562
3049
|
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",
|
|
@@ -2567,10 +3054,10 @@ var StarSolidRounded = (props) => {
|
|
|
2567
3054
|
var start_solid_rounded_default = StarSolidRounded;
|
|
2568
3055
|
|
|
2569
3056
|
// src/icons/v2/solid/success-solid.tsx
|
|
2570
|
-
import { jsx as
|
|
3057
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2571
3058
|
var SuccessSolid = (props) => {
|
|
2572
3059
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2573
|
-
return /* @__PURE__ */
|
|
3060
|
+
return /* @__PURE__ */ jsx111("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx111(
|
|
2574
3061
|
"path",
|
|
2575
3062
|
{
|
|
2576
3063
|
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",
|
|
@@ -2581,11 +3068,11 @@ var SuccessSolid = (props) => {
|
|
|
2581
3068
|
var success_solid_default = SuccessSolid;
|
|
2582
3069
|
|
|
2583
3070
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2584
|
-
import { jsx as
|
|
3071
|
+
import { jsx as jsx112, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2585
3072
|
var TrashSolid = (props) => {
|
|
2586
3073
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2587
|
-
return /* @__PURE__ */
|
|
2588
|
-
/* @__PURE__ */
|
|
3074
|
+
return /* @__PURE__ */ jsxs76("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
3075
|
+
/* @__PURE__ */ jsx112(
|
|
2589
3076
|
"path",
|
|
2590
3077
|
{
|
|
2591
3078
|
fillRule: "evenodd",
|
|
@@ -2594,7 +3081,7 @@ var TrashSolid = (props) => {
|
|
|
2594
3081
|
fill: color
|
|
2595
3082
|
}
|
|
2596
3083
|
),
|
|
2597
|
-
/* @__PURE__ */
|
|
3084
|
+
/* @__PURE__ */ jsx112(
|
|
2598
3085
|
"path",
|
|
2599
3086
|
{
|
|
2600
3087
|
fillRule: "evenodd",
|
|
@@ -2608,11 +3095,11 @@ var TrashSolid = (props) => {
|
|
|
2608
3095
|
var trash_solid_default = TrashSolid;
|
|
2609
3096
|
|
|
2610
3097
|
// src/icons/v2/solid/trend-up.tsx
|
|
2611
|
-
import { jsx as
|
|
3098
|
+
import { jsx as jsx113, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2612
3099
|
var TrendUp = (props) => {
|
|
2613
3100
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2614
|
-
return /* @__PURE__ */
|
|
2615
|
-
/* @__PURE__ */
|
|
3101
|
+
return /* @__PURE__ */ jsx113("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx113("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs77("g", { id: "Vector", children: [
|
|
3102
|
+
/* @__PURE__ */ jsx113(
|
|
2616
3103
|
"path",
|
|
2617
3104
|
{
|
|
2618
3105
|
fillRule: "evenodd",
|
|
@@ -2621,14 +3108,14 @@ var TrendUp = (props) => {
|
|
|
2621
3108
|
fill: color
|
|
2622
3109
|
}
|
|
2623
3110
|
),
|
|
2624
|
-
/* @__PURE__ */
|
|
3111
|
+
/* @__PURE__ */ jsx113(
|
|
2625
3112
|
"path",
|
|
2626
3113
|
{
|
|
2627
3114
|
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",
|
|
2628
3115
|
fill: color
|
|
2629
3116
|
}
|
|
2630
3117
|
),
|
|
2631
|
-
/* @__PURE__ */
|
|
3118
|
+
/* @__PURE__ */ jsx113(
|
|
2632
3119
|
"path",
|
|
2633
3120
|
{
|
|
2634
3121
|
fillRule: "evenodd",
|
|
@@ -2642,32 +3129,32 @@ var TrendUp = (props) => {
|
|
|
2642
3129
|
var trend_up_default = TrendUp;
|
|
2643
3130
|
|
|
2644
3131
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2645
|
-
import { jsx as
|
|
3132
|
+
import { jsx as jsx114, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2646
3133
|
var VoilaPointBase = (props) => {
|
|
2647
3134
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2648
|
-
return /* @__PURE__ */
|
|
2649
|
-
/* @__PURE__ */
|
|
3135
|
+
return /* @__PURE__ */ jsxs78("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
3136
|
+
/* @__PURE__ */ jsx114(
|
|
2650
3137
|
"path",
|
|
2651
3138
|
{
|
|
2652
3139
|
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",
|
|
2653
3140
|
fill: "#8F8F8F"
|
|
2654
3141
|
}
|
|
2655
3142
|
),
|
|
2656
|
-
/* @__PURE__ */
|
|
3143
|
+
/* @__PURE__ */ jsx114(
|
|
2657
3144
|
"path",
|
|
2658
3145
|
{
|
|
2659
3146
|
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",
|
|
2660
3147
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2661
3148
|
}
|
|
2662
3149
|
),
|
|
2663
|
-
/* @__PURE__ */
|
|
3150
|
+
/* @__PURE__ */ jsx114(
|
|
2664
3151
|
"path",
|
|
2665
3152
|
{
|
|
2666
3153
|
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",
|
|
2667
3154
|
stroke: "white"
|
|
2668
3155
|
}
|
|
2669
3156
|
),
|
|
2670
|
-
/* @__PURE__ */
|
|
3157
|
+
/* @__PURE__ */ jsx114(
|
|
2671
3158
|
"path",
|
|
2672
3159
|
{
|
|
2673
3160
|
fillRule: "evenodd",
|
|
@@ -2676,15 +3163,15 @@ var VoilaPointBase = (props) => {
|
|
|
2676
3163
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2677
3164
|
}
|
|
2678
3165
|
),
|
|
2679
|
-
/* @__PURE__ */
|
|
3166
|
+
/* @__PURE__ */ jsx114(
|
|
2680
3167
|
"path",
|
|
2681
3168
|
{
|
|
2682
3169
|
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",
|
|
2683
3170
|
fill: "white"
|
|
2684
3171
|
}
|
|
2685
3172
|
),
|
|
2686
|
-
/* @__PURE__ */
|
|
2687
|
-
/* @__PURE__ */
|
|
3173
|
+
/* @__PURE__ */ jsxs78("defs", { children: [
|
|
3174
|
+
/* @__PURE__ */ jsxs78(
|
|
2688
3175
|
"linearGradient",
|
|
2689
3176
|
{
|
|
2690
3177
|
id: "paint0_linear_1327_167461",
|
|
@@ -2694,12 +3181,12 @@ var VoilaPointBase = (props) => {
|
|
|
2694
3181
|
y2: "2.51294",
|
|
2695
3182
|
gradientUnits: "userSpaceOnUse",
|
|
2696
3183
|
children: [
|
|
2697
|
-
/* @__PURE__ */
|
|
2698
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ jsx114("stop", { stopColor: "#E6E6E6" }),
|
|
3185
|
+
/* @__PURE__ */ jsx114("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2699
3186
|
]
|
|
2700
3187
|
}
|
|
2701
3188
|
),
|
|
2702
|
-
/* @__PURE__ */
|
|
3189
|
+
/* @__PURE__ */ jsxs78(
|
|
2703
3190
|
"linearGradient",
|
|
2704
3191
|
{
|
|
2705
3192
|
id: "paint1_linear_1327_167461",
|
|
@@ -2709,9 +3196,9 @@ var VoilaPointBase = (props) => {
|
|
|
2709
3196
|
y2: "19.984",
|
|
2710
3197
|
gradientUnits: "userSpaceOnUse",
|
|
2711
3198
|
children: [
|
|
2712
|
-
/* @__PURE__ */
|
|
2713
|
-
/* @__PURE__ */
|
|
2714
|
-
/* @__PURE__ */
|
|
3199
|
+
/* @__PURE__ */ jsx114("stop", { stopColor: "#E6E6E6" }),
|
|
3200
|
+
/* @__PURE__ */ jsx114("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
3201
|
+
/* @__PURE__ */ jsx114("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2715
3202
|
]
|
|
2716
3203
|
}
|
|
2717
3204
|
)
|
|
@@ -2721,10 +3208,10 @@ var VoilaPointBase = (props) => {
|
|
|
2721
3208
|
var voila_point_base_default = VoilaPointBase;
|
|
2722
3209
|
|
|
2723
3210
|
// src/icons/v2/solid/voucher.tsx
|
|
2724
|
-
import { jsx as
|
|
3211
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
2725
3212
|
var Voucher = (props) => {
|
|
2726
3213
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2727
|
-
return /* @__PURE__ */
|
|
3214
|
+
return /* @__PURE__ */ jsx115("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx115(
|
|
2728
3215
|
"path",
|
|
2729
3216
|
{
|
|
2730
3217
|
fillRule: "evenodd",
|
|
@@ -2737,10 +3224,10 @@ var Voucher = (props) => {
|
|
|
2737
3224
|
var voucher_default = Voucher;
|
|
2738
3225
|
|
|
2739
3226
|
// src/icons/v2/solid/wallet.tsx
|
|
2740
|
-
import { jsx as
|
|
3227
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
2741
3228
|
var Wallet = (props) => {
|
|
2742
3229
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2743
|
-
return /* @__PURE__ */
|
|
3230
|
+
return /* @__PURE__ */ jsx116("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx116("g", { id: "24x24", children: /* @__PURE__ */ jsx116(
|
|
2744
3231
|
"path",
|
|
2745
3232
|
{
|
|
2746
3233
|
id: "Subtract",
|
|
@@ -2754,6 +3241,7 @@ var Wallet = (props) => {
|
|
|
2754
3241
|
var wallet_default = Wallet;
|
|
2755
3242
|
export {
|
|
2756
3243
|
add_bag_solid_default as AddBagSolid,
|
|
3244
|
+
address_rounded_default as AddressRounded,
|
|
2757
3245
|
arrow_down_circle_solid_default as ArrowDownCircleSolid,
|
|
2758
3246
|
arrow_left_default as ArrowLeft,
|
|
2759
3247
|
arrow_left_large_default as ArrowLeftLarge,
|
|
@@ -2775,6 +3263,7 @@ export {
|
|
|
2775
3263
|
check_large_default as CheckLarge,
|
|
2776
3264
|
check_shield_default as CheckShield,
|
|
2777
3265
|
check_shield_default2 as CheckShieldSolid,
|
|
3266
|
+
check_default as ChecklistRounded,
|
|
2778
3267
|
chevron_down_default as ChevronDown,
|
|
2779
3268
|
chevron_down_large_default as ChevronDownLarge,
|
|
2780
3269
|
chevron_left_default as ChevronLeft,
|
|
@@ -2786,9 +3275,11 @@ export {
|
|
|
2786
3275
|
clock_default as Clock,
|
|
2787
3276
|
close_default as Close,
|
|
2788
3277
|
close_large_default as CloseLarge,
|
|
3278
|
+
complete_order_rounded_default as CompleteOrderRounded,
|
|
2789
3279
|
contact_book_default as ContactBook,
|
|
2790
3280
|
copy_default as Copy,
|
|
2791
3281
|
delivered_default as Delivered,
|
|
3282
|
+
delivered_rounded_default as DeliveredRounded,
|
|
2792
3283
|
direction_default as Direction,
|
|
2793
3284
|
edit_default as Edit,
|
|
2794
3285
|
enveloped_default as Enveloped,
|
|
@@ -2797,16 +3288,20 @@ export {
|
|
|
2797
3288
|
eye_open_default as EyeOpen,
|
|
2798
3289
|
fast_truck_solid_default as FastTruckSolid,
|
|
2799
3290
|
filter_default as Filter,
|
|
3291
|
+
gift_card_check_rounded_default as GiftCardCheckRounded,
|
|
3292
|
+
gift_card_failed_rounded_default as GiftCardFailedRounded,
|
|
2800
3293
|
gps_default as Gps,
|
|
2801
3294
|
hand_default as Hand,
|
|
2802
3295
|
handphone_default as Handphone,
|
|
2803
3296
|
handphone_solid_default as HandphoneSolid,
|
|
2804
3297
|
heart_default as Heart,
|
|
2805
3298
|
heart_solid_default as HeartSolid,
|
|
3299
|
+
help_default as Help,
|
|
2806
3300
|
home_default as Home,
|
|
2807
3301
|
home_solid_default as HomeSolid,
|
|
2808
3302
|
info_default as Info,
|
|
2809
3303
|
info_solid_default as InfoSolid,
|
|
3304
|
+
installment_rounded_default as InstallmentRounded,
|
|
2810
3305
|
kebab_menu_default as KebabMenu,
|
|
2811
3306
|
lock_solid_default as LockSolid,
|
|
2812
3307
|
logout_default as Logout,
|
|
@@ -2817,9 +3312,13 @@ export {
|
|
|
2817
3312
|
minus_rounded_default as MinusRounded,
|
|
2818
3313
|
no_gps_default as NoGps,
|
|
2819
3314
|
note_default as Note,
|
|
3315
|
+
order_failed_rounded_default as OrderFailedRounded,
|
|
2820
3316
|
order_history_default as OrderHistory,
|
|
3317
|
+
order_processed_rounded_default as OrderProcessedRounded,
|
|
2821
3318
|
otp_default as Otp,
|
|
2822
3319
|
paylater_default as Paylater,
|
|
3320
|
+
payment_failed_rounded_default as PaymentFailedRounded,
|
|
3321
|
+
payment_verification_rounded_default as PaymentVerificationRounded,
|
|
2823
3322
|
plus_default as Plus,
|
|
2824
3323
|
plus_large_default as PlusLarge,
|
|
2825
3324
|
privacy_policy_default as PrivacyPolicy,
|
|
@@ -2834,6 +3333,8 @@ export {
|
|
|
2834
3333
|
setting_default as Setting,
|
|
2835
3334
|
setting_solid_default as SettingSolid,
|
|
2836
3335
|
share_default as Share,
|
|
3336
|
+
shield_rounded_default as ShieldRounded,
|
|
3337
|
+
shipped_rounded_default as ShippedRounded,
|
|
2837
3338
|
size_chart_rounded_default as SizeChartRounded,
|
|
2838
3339
|
sort_default as Sort,
|
|
2839
3340
|
start_solid_rounded_default as StarSolidRounded,
|
|
@@ -2846,11 +3347,15 @@ export {
|
|
|
2846
3347
|
trend_up_default as TrendUp,
|
|
2847
3348
|
truck_default as Truck,
|
|
2848
3349
|
truck_discount_default as TruckDiscount,
|
|
3350
|
+
truck_rounded_default as TruckRounded,
|
|
2849
3351
|
virtual_wallet_default as VirtualWallet,
|
|
2850
3352
|
voila_point_base_default as VoilaPointBase,
|
|
2851
3353
|
voucher_default as Voucher,
|
|
2852
3354
|
voucher_applied_default as VoucherApplied,
|
|
2853
3355
|
voucher_outline_default as VoucherOutline,
|
|
2854
|
-
|
|
3356
|
+
waiting_item_rounded_default as WaitingItemRounded,
|
|
3357
|
+
waiting_payment_rounded_default as WaitingPaymentRounded,
|
|
3358
|
+
wallet_default as Wallet,
|
|
3359
|
+
zoom_rounded_default as ZoomRounded
|
|
2855
3360
|
};
|
|
2856
3361
|
//# sourceMappingURL=v2.mjs.map
|