@ctlyst.id/icons 2.8.13 → 2.8.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +29 -1
- package/dist/v2.d.ts +29 -1
- package/dist/v2.js +884 -448
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +852 -431
- 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",
|
|
@@ -907,10 +984,10 @@ var Filter = (props) => {
|
|
|
907
984
|
var filter_default = Filter;
|
|
908
985
|
|
|
909
986
|
// src/icons/v2/outline/gps.tsx
|
|
910
|
-
import { jsx as
|
|
987
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
911
988
|
var Gps = (props) => {
|
|
912
989
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
913
|
-
return /* @__PURE__ */
|
|
990
|
+
return /* @__PURE__ */ jsx39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx39(
|
|
914
991
|
"path",
|
|
915
992
|
{
|
|
916
993
|
fillRule: "evenodd",
|
|
@@ -923,25 +1000,25 @@ var Gps = (props) => {
|
|
|
923
1000
|
var gps_default = Gps;
|
|
924
1001
|
|
|
925
1002
|
// src/icons/v2/outline/handphone.tsx
|
|
926
|
-
import { jsx as
|
|
1003
|
+
import { jsx as jsx40, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
927
1004
|
var Handphone = (props) => {
|
|
928
1005
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
929
|
-
return /* @__PURE__ */
|
|
930
|
-
/* @__PURE__ */
|
|
1006
|
+
return /* @__PURE__ */ jsxs27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1007
|
+
/* @__PURE__ */ jsx40(
|
|
931
1008
|
"path",
|
|
932
1009
|
{
|
|
933
1010
|
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
1011
|
fill: color
|
|
935
1012
|
}
|
|
936
1013
|
),
|
|
937
|
-
/* @__PURE__ */
|
|
1014
|
+
/* @__PURE__ */ jsx40(
|
|
938
1015
|
"path",
|
|
939
1016
|
{
|
|
940
1017
|
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
1018
|
fill: color
|
|
942
1019
|
}
|
|
943
1020
|
),
|
|
944
|
-
/* @__PURE__ */
|
|
1021
|
+
/* @__PURE__ */ jsx40(
|
|
945
1022
|
"path",
|
|
946
1023
|
{
|
|
947
1024
|
fillRule: "evenodd",
|
|
@@ -955,11 +1032,11 @@ var Handphone = (props) => {
|
|
|
955
1032
|
var handphone_default = Handphone;
|
|
956
1033
|
|
|
957
1034
|
// src/icons/v2/outline/heart.tsx
|
|
958
|
-
import { jsx as
|
|
1035
|
+
import { jsx as jsx41, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
959
1036
|
var Heart = (props) => {
|
|
960
1037
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
961
|
-
return /* @__PURE__ */
|
|
962
|
-
/* @__PURE__ */
|
|
1038
|
+
return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1039
|
+
/* @__PURE__ */ jsx41("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ jsx41(
|
|
963
1040
|
"path",
|
|
964
1041
|
{
|
|
965
1042
|
fillRule: "evenodd",
|
|
@@ -968,18 +1045,55 @@ var Heart = (props) => {
|
|
|
968
1045
|
fill: color
|
|
969
1046
|
}
|
|
970
1047
|
) }),
|
|
971
|
-
/* @__PURE__ */
|
|
1048
|
+
/* @__PURE__ */ jsx41("defs", { children: /* @__PURE__ */ jsx41("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ jsx41("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
972
1049
|
] });
|
|
973
1050
|
};
|
|
974
1051
|
var heart_default = Heart;
|
|
975
1052
|
|
|
1053
|
+
// src/icons/v2/outline/help.tsx
|
|
1054
|
+
import { jsx as jsx42, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1055
|
+
var Help = (props) => {
|
|
1056
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1057
|
+
return /* @__PURE__ */ jsxs29("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1058
|
+
/* @__PURE__ */ jsxs29("g", { clipPath: "url(#clip0_6779_7486)", children: [
|
|
1059
|
+
/* @__PURE__ */ jsx42(
|
|
1060
|
+
"path",
|
|
1061
|
+
{
|
|
1062
|
+
fillRule: "evenodd",
|
|
1063
|
+
clipRule: "evenodd",
|
|
1064
|
+
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",
|
|
1065
|
+
fill: color
|
|
1066
|
+
}
|
|
1067
|
+
),
|
|
1068
|
+
/* @__PURE__ */ jsx42(
|
|
1069
|
+
"path",
|
|
1070
|
+
{
|
|
1071
|
+
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",
|
|
1072
|
+
fill: color
|
|
1073
|
+
}
|
|
1074
|
+
),
|
|
1075
|
+
/* @__PURE__ */ jsx42(
|
|
1076
|
+
"path",
|
|
1077
|
+
{
|
|
1078
|
+
fillRule: "evenodd",
|
|
1079
|
+
clipRule: "evenodd",
|
|
1080
|
+
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",
|
|
1081
|
+
fill: color
|
|
1082
|
+
}
|
|
1083
|
+
)
|
|
1084
|
+
] }),
|
|
1085
|
+
/* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1086
|
+
] });
|
|
1087
|
+
};
|
|
1088
|
+
var help_default = Help;
|
|
1089
|
+
|
|
976
1090
|
// src/icons/v2/outline/home.tsx
|
|
977
|
-
import { jsx as
|
|
1091
|
+
import { jsx as jsx43, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
978
1092
|
var Home = (props) => {
|
|
979
1093
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
980
|
-
return /* @__PURE__ */
|
|
981
|
-
/* @__PURE__ */
|
|
982
|
-
/* @__PURE__ */
|
|
1094
|
+
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1095
|
+
/* @__PURE__ */ jsxs30("g", { clipPath: "url(#clip0_5761_9490)", children: [
|
|
1096
|
+
/* @__PURE__ */ jsx43(
|
|
983
1097
|
"path",
|
|
984
1098
|
{
|
|
985
1099
|
fillRule: "evenodd",
|
|
@@ -988,7 +1102,7 @@ var Home = (props) => {
|
|
|
988
1102
|
fill: color
|
|
989
1103
|
}
|
|
990
1104
|
),
|
|
991
|
-
/* @__PURE__ */
|
|
1105
|
+
/* @__PURE__ */ jsx43(
|
|
992
1106
|
"path",
|
|
993
1107
|
{
|
|
994
1108
|
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 +1110,24 @@ var Home = (props) => {
|
|
|
996
1110
|
}
|
|
997
1111
|
)
|
|
998
1112
|
] }),
|
|
999
|
-
/* @__PURE__ */
|
|
1113
|
+
/* @__PURE__ */ jsx43("defs", { children: /* @__PURE__ */ jsx43("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ jsx43("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1000
1114
|
] });
|
|
1001
1115
|
};
|
|
1002
1116
|
var home_default = Home;
|
|
1003
1117
|
|
|
1004
1118
|
// src/icons/v2/outline/info.tsx
|
|
1005
|
-
import { jsx as
|
|
1119
|
+
import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1006
1120
|
var Info = (props) => {
|
|
1007
1121
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1008
|
-
return /* @__PURE__ */
|
|
1009
|
-
/* @__PURE__ */
|
|
1122
|
+
return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1123
|
+
/* @__PURE__ */ jsx44(
|
|
1010
1124
|
"path",
|
|
1011
1125
|
{
|
|
1012
1126
|
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
1127
|
fill: color
|
|
1014
1128
|
}
|
|
1015
1129
|
),
|
|
1016
|
-
/* @__PURE__ */
|
|
1130
|
+
/* @__PURE__ */ jsx44(
|
|
1017
1131
|
"path",
|
|
1018
1132
|
{
|
|
1019
1133
|
fillRule: "evenodd",
|
|
@@ -1022,7 +1136,7 @@ var Info = (props) => {
|
|
|
1022
1136
|
fill: color
|
|
1023
1137
|
}
|
|
1024
1138
|
),
|
|
1025
|
-
/* @__PURE__ */
|
|
1139
|
+
/* @__PURE__ */ jsx44(
|
|
1026
1140
|
"path",
|
|
1027
1141
|
{
|
|
1028
1142
|
fillRule: "evenodd",
|
|
@@ -1035,26 +1149,42 @@ var Info = (props) => {
|
|
|
1035
1149
|
};
|
|
1036
1150
|
var info_default = Info;
|
|
1037
1151
|
|
|
1152
|
+
// src/icons/v2/outline/installment-rounded.tsx
|
|
1153
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
1154
|
+
var InstallmentRounded = (props) => {
|
|
1155
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1156
|
+
return /* @__PURE__ */ jsx45("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx45(
|
|
1157
|
+
"path",
|
|
1158
|
+
{
|
|
1159
|
+
fillRule: "evenodd",
|
|
1160
|
+
clipRule: "evenodd",
|
|
1161
|
+
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",
|
|
1162
|
+
fill: color
|
|
1163
|
+
}
|
|
1164
|
+
) });
|
|
1165
|
+
};
|
|
1166
|
+
var installment_rounded_default = InstallmentRounded;
|
|
1167
|
+
|
|
1038
1168
|
// src/icons/v2/outline/kebab-menu.tsx
|
|
1039
|
-
import { jsx as
|
|
1169
|
+
import { jsx as jsx46, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1040
1170
|
var KebabMenu = (props) => {
|
|
1041
1171
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1042
|
-
return /* @__PURE__ */
|
|
1043
|
-
/* @__PURE__ */
|
|
1172
|
+
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1173
|
+
/* @__PURE__ */ jsx46(
|
|
1044
1174
|
"path",
|
|
1045
1175
|
{
|
|
1046
1176
|
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
1177
|
fill: color
|
|
1048
1178
|
}
|
|
1049
1179
|
),
|
|
1050
|
-
/* @__PURE__ */
|
|
1180
|
+
/* @__PURE__ */ jsx46(
|
|
1051
1181
|
"path",
|
|
1052
1182
|
{
|
|
1053
1183
|
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
1184
|
fill: color
|
|
1055
1185
|
}
|
|
1056
1186
|
),
|
|
1057
|
-
/* @__PURE__ */
|
|
1187
|
+
/* @__PURE__ */ jsx46(
|
|
1058
1188
|
"path",
|
|
1059
1189
|
{
|
|
1060
1190
|
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 +1196,12 @@ var KebabMenu = (props) => {
|
|
|
1066
1196
|
var kebab_menu_default = KebabMenu;
|
|
1067
1197
|
|
|
1068
1198
|
// src/icons/v2/outline/logout.tsx
|
|
1069
|
-
import { jsx as
|
|
1199
|
+
import { jsx as jsx47, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1070
1200
|
var Logout = (props) => {
|
|
1071
1201
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1072
|
-
return /* @__PURE__ */
|
|
1073
|
-
/* @__PURE__ */
|
|
1074
|
-
/* @__PURE__ */
|
|
1202
|
+
return /* @__PURE__ */ jsxs33("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1203
|
+
/* @__PURE__ */ jsxs33("g", { clipPath: "url(#icon-outline-logout)", children: [
|
|
1204
|
+
/* @__PURE__ */ jsx47(
|
|
1075
1205
|
"path",
|
|
1076
1206
|
{
|
|
1077
1207
|
fillRule: "evenodd",
|
|
@@ -1080,7 +1210,7 @@ var Logout = (props) => {
|
|
|
1080
1210
|
fill: color
|
|
1081
1211
|
}
|
|
1082
1212
|
),
|
|
1083
|
-
/* @__PURE__ */
|
|
1213
|
+
/* @__PURE__ */ jsx47(
|
|
1084
1214
|
"path",
|
|
1085
1215
|
{
|
|
1086
1216
|
fillRule: "evenodd",
|
|
@@ -1089,7 +1219,7 @@ var Logout = (props) => {
|
|
|
1089
1219
|
fill: color
|
|
1090
1220
|
}
|
|
1091
1221
|
),
|
|
1092
|
-
/* @__PURE__ */
|
|
1222
|
+
/* @__PURE__ */ jsx47(
|
|
1093
1223
|
"path",
|
|
1094
1224
|
{
|
|
1095
1225
|
fillRule: "evenodd",
|
|
@@ -1099,18 +1229,18 @@ var Logout = (props) => {
|
|
|
1099
1229
|
}
|
|
1100
1230
|
)
|
|
1101
1231
|
] }),
|
|
1102
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx47("defs", { children: /* @__PURE__ */ jsx47("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ jsx47("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1103
1233
|
] });
|
|
1104
1234
|
};
|
|
1105
1235
|
var logout_default = Logout;
|
|
1106
1236
|
|
|
1107
1237
|
// src/icons/v2/outline/map-marker.tsx
|
|
1108
|
-
import { jsx as
|
|
1238
|
+
import { jsx as jsx48, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1109
1239
|
var MapMarker = (props) => {
|
|
1110
1240
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1111
|
-
return /* @__PURE__ */
|
|
1112
|
-
/* @__PURE__ */
|
|
1113
|
-
/* @__PURE__ */
|
|
1241
|
+
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1242
|
+
/* @__PURE__ */ jsxs34("g", { clipPath: "url(#map-marker)", children: [
|
|
1243
|
+
/* @__PURE__ */ jsx48(
|
|
1114
1244
|
"path",
|
|
1115
1245
|
{
|
|
1116
1246
|
fillRule: "evenodd",
|
|
@@ -1119,7 +1249,7 @@ var MapMarker = (props) => {
|
|
|
1119
1249
|
fill: color
|
|
1120
1250
|
}
|
|
1121
1251
|
),
|
|
1122
|
-
/* @__PURE__ */
|
|
1252
|
+
/* @__PURE__ */ jsx48(
|
|
1123
1253
|
"path",
|
|
1124
1254
|
{
|
|
1125
1255
|
fillRule: "evenodd",
|
|
@@ -1129,17 +1259,17 @@ var MapMarker = (props) => {
|
|
|
1129
1259
|
}
|
|
1130
1260
|
)
|
|
1131
1261
|
] }),
|
|
1132
|
-
/* @__PURE__ */
|
|
1262
|
+
/* @__PURE__ */ jsx48("defs", { children: /* @__PURE__ */ jsx48("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx48("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1133
1263
|
] });
|
|
1134
1264
|
};
|
|
1135
1265
|
var map_marker_default = MapMarker;
|
|
1136
1266
|
|
|
1137
1267
|
// src/icons/v2/outline/minus.tsx
|
|
1138
|
-
import { jsx as
|
|
1268
|
+
import { jsx as jsx49, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1139
1269
|
var Minus = (props) => {
|
|
1140
1270
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1141
|
-
return /* @__PURE__ */
|
|
1142
|
-
/* @__PURE__ */
|
|
1271
|
+
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1272
|
+
/* @__PURE__ */ jsx49("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ jsx49(
|
|
1143
1273
|
"path",
|
|
1144
1274
|
{
|
|
1145
1275
|
fillRule: "evenodd",
|
|
@@ -1148,16 +1278,16 @@ var Minus = (props) => {
|
|
|
1148
1278
|
fill: color
|
|
1149
1279
|
}
|
|
1150
1280
|
) }),
|
|
1151
|
-
/* @__PURE__ */
|
|
1281
|
+
/* @__PURE__ */ jsx49("defs", { children: /* @__PURE__ */ jsx49("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ jsx49("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1152
1282
|
] });
|
|
1153
1283
|
};
|
|
1154
1284
|
var minus_default = Minus;
|
|
1155
1285
|
|
|
1156
1286
|
// src/icons/v2/outline/minus-large.tsx
|
|
1157
|
-
import { jsx as
|
|
1287
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
1158
1288
|
var MinusLarge = (props) => {
|
|
1159
1289
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1160
|
-
return /* @__PURE__ */
|
|
1290
|
+
return /* @__PURE__ */ jsx50("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx50(
|
|
1161
1291
|
"path",
|
|
1162
1292
|
{
|
|
1163
1293
|
fillRule: "evenodd",
|
|
@@ -1170,10 +1300,10 @@ var MinusLarge = (props) => {
|
|
|
1170
1300
|
var minus_large_default = MinusLarge;
|
|
1171
1301
|
|
|
1172
1302
|
// src/icons/v2/outline/minus-rounded.tsx
|
|
1173
|
-
import { jsx as
|
|
1303
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
1174
1304
|
var MinusRounded = (props) => {
|
|
1175
1305
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1176
|
-
return /* @__PURE__ */
|
|
1306
|
+
return /* @__PURE__ */ jsx51("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx51(
|
|
1177
1307
|
"path",
|
|
1178
1308
|
{
|
|
1179
1309
|
fillRule: "evenodd",
|
|
@@ -1186,10 +1316,10 @@ var MinusRounded = (props) => {
|
|
|
1186
1316
|
var minus_rounded_default = MinusRounded;
|
|
1187
1317
|
|
|
1188
1318
|
// src/icons/v2/outline/no-gps.tsx
|
|
1189
|
-
import { jsx as
|
|
1319
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
1190
1320
|
var NoGps = (props) => {
|
|
1191
1321
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1192
|
-
return /* @__PURE__ */
|
|
1322
|
+
return /* @__PURE__ */ jsx52("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx52(
|
|
1193
1323
|
"path",
|
|
1194
1324
|
{
|
|
1195
1325
|
fillRule: "evenodd",
|
|
@@ -1202,11 +1332,11 @@ var NoGps = (props) => {
|
|
|
1202
1332
|
var no_gps_default = NoGps;
|
|
1203
1333
|
|
|
1204
1334
|
// src/icons/v2/outline/note.tsx
|
|
1205
|
-
import { jsx as
|
|
1335
|
+
import { jsx as jsx53, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1206
1336
|
var Note = (props) => {
|
|
1207
1337
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1208
|
-
return /* @__PURE__ */
|
|
1209
|
-
/* @__PURE__ */
|
|
1338
|
+
return /* @__PURE__ */ jsxs36("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1339
|
+
/* @__PURE__ */ jsx53(
|
|
1210
1340
|
"path",
|
|
1211
1341
|
{
|
|
1212
1342
|
fillRule: "evenodd",
|
|
@@ -1215,7 +1345,7 @@ var Note = (props) => {
|
|
|
1215
1345
|
fill: color
|
|
1216
1346
|
}
|
|
1217
1347
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1348
|
+
/* @__PURE__ */ jsx53(
|
|
1219
1349
|
"path",
|
|
1220
1350
|
{
|
|
1221
1351
|
fillRule: "evenodd",
|
|
@@ -1224,7 +1354,7 @@ var Note = (props) => {
|
|
|
1224
1354
|
fill: color
|
|
1225
1355
|
}
|
|
1226
1356
|
),
|
|
1227
|
-
/* @__PURE__ */
|
|
1357
|
+
/* @__PURE__ */ jsx53(
|
|
1228
1358
|
"path",
|
|
1229
1359
|
{
|
|
1230
1360
|
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,12 +1365,39 @@ var Note = (props) => {
|
|
|
1235
1365
|
};
|
|
1236
1366
|
var note_default = Note;
|
|
1237
1367
|
|
|
1368
|
+
// src/icons/v2/outline/order-failed-rounded.tsx
|
|
1369
|
+
import { jsx as jsx54, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1370
|
+
var OrderFailedRounded = (props) => {
|
|
1371
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1372
|
+
return /* @__PURE__ */ jsxs37("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1373
|
+
/* @__PURE__ */ jsx54(
|
|
1374
|
+
"path",
|
|
1375
|
+
{
|
|
1376
|
+
fillRule: "evenodd",
|
|
1377
|
+
clipRule: "evenodd",
|
|
1378
|
+
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",
|
|
1379
|
+
fill: color
|
|
1380
|
+
}
|
|
1381
|
+
),
|
|
1382
|
+
/* @__PURE__ */ jsx54(
|
|
1383
|
+
"path",
|
|
1384
|
+
{
|
|
1385
|
+
fillRule: "evenodd",
|
|
1386
|
+
clipRule: "evenodd",
|
|
1387
|
+
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",
|
|
1388
|
+
fill: color
|
|
1389
|
+
}
|
|
1390
|
+
)
|
|
1391
|
+
] });
|
|
1392
|
+
};
|
|
1393
|
+
var order_failed_rounded_default = OrderFailedRounded;
|
|
1394
|
+
|
|
1238
1395
|
// src/icons/v2/outline/order-history.tsx
|
|
1239
|
-
import { jsx as
|
|
1396
|
+
import { jsx as jsx55, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1240
1397
|
var OrderHistory = (props) => {
|
|
1241
1398
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1242
|
-
return /* @__PURE__ */
|
|
1243
|
-
/* @__PURE__ */
|
|
1399
|
+
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1400
|
+
/* @__PURE__ */ jsx55(
|
|
1244
1401
|
"path",
|
|
1245
1402
|
{
|
|
1246
1403
|
fillRule: "evenodd",
|
|
@@ -1249,7 +1406,7 @@ var OrderHistory = (props) => {
|
|
|
1249
1406
|
fill: color
|
|
1250
1407
|
}
|
|
1251
1408
|
),
|
|
1252
|
-
/* @__PURE__ */
|
|
1409
|
+
/* @__PURE__ */ jsx55(
|
|
1253
1410
|
"path",
|
|
1254
1411
|
{
|
|
1255
1412
|
fillRule: "evenodd",
|
|
@@ -1262,12 +1419,39 @@ var OrderHistory = (props) => {
|
|
|
1262
1419
|
};
|
|
1263
1420
|
var order_history_default = OrderHistory;
|
|
1264
1421
|
|
|
1422
|
+
// src/icons/v2/outline/order-processed-rounded.tsx
|
|
1423
|
+
import { jsx as jsx56, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1424
|
+
var OrderProcessedRounded = (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.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",
|
|
1433
|
+
fill: color
|
|
1434
|
+
}
|
|
1435
|
+
),
|
|
1436
|
+
/* @__PURE__ */ jsx56(
|
|
1437
|
+
"path",
|
|
1438
|
+
{
|
|
1439
|
+
fillRule: "evenodd",
|
|
1440
|
+
clipRule: "evenodd",
|
|
1441
|
+
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",
|
|
1442
|
+
fill: color
|
|
1443
|
+
}
|
|
1444
|
+
)
|
|
1445
|
+
] });
|
|
1446
|
+
};
|
|
1447
|
+
var order_processed_rounded_default = OrderProcessedRounded;
|
|
1448
|
+
|
|
1265
1449
|
// src/icons/v2/outline/otp.tsx
|
|
1266
|
-
import { jsx as
|
|
1450
|
+
import { jsx as jsx57, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1267
1451
|
var Otp = (props) => {
|
|
1268
1452
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1269
|
-
return /* @__PURE__ */
|
|
1270
|
-
/* @__PURE__ */
|
|
1453
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1454
|
+
/* @__PURE__ */ jsx57(
|
|
1271
1455
|
"path",
|
|
1272
1456
|
{
|
|
1273
1457
|
fillRule: "evenodd",
|
|
@@ -1276,7 +1460,7 @@ var Otp = (props) => {
|
|
|
1276
1460
|
fill: color
|
|
1277
1461
|
}
|
|
1278
1462
|
),
|
|
1279
|
-
/* @__PURE__ */
|
|
1463
|
+
/* @__PURE__ */ jsx57(
|
|
1280
1464
|
"path",
|
|
1281
1465
|
{
|
|
1282
1466
|
fillRule: "evenodd",
|
|
@@ -1285,7 +1469,7 @@ var Otp = (props) => {
|
|
|
1285
1469
|
fill: color
|
|
1286
1470
|
}
|
|
1287
1471
|
),
|
|
1288
|
-
/* @__PURE__ */
|
|
1472
|
+
/* @__PURE__ */ jsx57(
|
|
1289
1473
|
"path",
|
|
1290
1474
|
{
|
|
1291
1475
|
fillRule: "evenodd",
|
|
@@ -1294,7 +1478,7 @@ var Otp = (props) => {
|
|
|
1294
1478
|
fill: color
|
|
1295
1479
|
}
|
|
1296
1480
|
),
|
|
1297
|
-
/* @__PURE__ */
|
|
1481
|
+
/* @__PURE__ */ jsx57(
|
|
1298
1482
|
"path",
|
|
1299
1483
|
{
|
|
1300
1484
|
fillRule: "evenodd",
|
|
@@ -1303,7 +1487,7 @@ var Otp = (props) => {
|
|
|
1303
1487
|
fill: color
|
|
1304
1488
|
}
|
|
1305
1489
|
),
|
|
1306
|
-
/* @__PURE__ */
|
|
1490
|
+
/* @__PURE__ */ jsx57(
|
|
1307
1491
|
"path",
|
|
1308
1492
|
{
|
|
1309
1493
|
fillRule: "evenodd",
|
|
@@ -1312,7 +1496,7 @@ var Otp = (props) => {
|
|
|
1312
1496
|
fill: color
|
|
1313
1497
|
}
|
|
1314
1498
|
),
|
|
1315
|
-
/* @__PURE__ */
|
|
1499
|
+
/* @__PURE__ */ jsx57(
|
|
1316
1500
|
"path",
|
|
1317
1501
|
{
|
|
1318
1502
|
fillRule: "evenodd",
|
|
@@ -1326,10 +1510,10 @@ var Otp = (props) => {
|
|
|
1326
1510
|
var otp_default = Otp;
|
|
1327
1511
|
|
|
1328
1512
|
// src/icons/v2/outline/paylater.tsx
|
|
1329
|
-
import { jsx as
|
|
1513
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1330
1514
|
var Paylater = (props) => {
|
|
1331
1515
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1332
|
-
return /* @__PURE__ */
|
|
1516
|
+
return /* @__PURE__ */ jsx58("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx58(
|
|
1333
1517
|
"path",
|
|
1334
1518
|
{
|
|
1335
1519
|
fillRule: "evenodd",
|
|
@@ -1341,12 +1525,102 @@ var Paylater = (props) => {
|
|
|
1341
1525
|
};
|
|
1342
1526
|
var paylater_default = Paylater;
|
|
1343
1527
|
|
|
1528
|
+
// src/icons/v2/outline/payment-failed-rounded.tsx
|
|
1529
|
+
import { jsx as jsx59, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1530
|
+
var PaymentFailedRounded = (props) => {
|
|
1531
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1532
|
+
return /* @__PURE__ */ jsxs41("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1533
|
+
/* @__PURE__ */ jsx59(
|
|
1534
|
+
"path",
|
|
1535
|
+
{
|
|
1536
|
+
fillRule: "evenodd",
|
|
1537
|
+
clipRule: "evenodd",
|
|
1538
|
+
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",
|
|
1539
|
+
fill: color
|
|
1540
|
+
}
|
|
1541
|
+
),
|
|
1542
|
+
/* @__PURE__ */ jsx59(
|
|
1543
|
+
"path",
|
|
1544
|
+
{
|
|
1545
|
+
fillRule: "evenodd",
|
|
1546
|
+
clipRule: "evenodd",
|
|
1547
|
+
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",
|
|
1548
|
+
fill: color
|
|
1549
|
+
}
|
|
1550
|
+
),
|
|
1551
|
+
/* @__PURE__ */ jsx59(
|
|
1552
|
+
"path",
|
|
1553
|
+
{
|
|
1554
|
+
fillRule: "evenodd",
|
|
1555
|
+
clipRule: "evenodd",
|
|
1556
|
+
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",
|
|
1557
|
+
fill: color
|
|
1558
|
+
}
|
|
1559
|
+
)
|
|
1560
|
+
] });
|
|
1561
|
+
};
|
|
1562
|
+
var payment_failed_rounded_default = PaymentFailedRounded;
|
|
1563
|
+
|
|
1564
|
+
// src/icons/v2/outline/payment-verification-rounded.tsx
|
|
1565
|
+
import { jsx as jsx60, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1566
|
+
var PaymentVerificationRounded = (props) => {
|
|
1567
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1568
|
+
return /* @__PURE__ */ jsxs42("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1569
|
+
/* @__PURE__ */ jsx60(
|
|
1570
|
+
"path",
|
|
1571
|
+
{
|
|
1572
|
+
fillRule: "evenodd",
|
|
1573
|
+
clipRule: "evenodd",
|
|
1574
|
+
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",
|
|
1575
|
+
fill: color
|
|
1576
|
+
}
|
|
1577
|
+
),
|
|
1578
|
+
/* @__PURE__ */ jsx60(
|
|
1579
|
+
"path",
|
|
1580
|
+
{
|
|
1581
|
+
fillRule: "evenodd",
|
|
1582
|
+
clipRule: "evenodd",
|
|
1583
|
+
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",
|
|
1584
|
+
fill: color
|
|
1585
|
+
}
|
|
1586
|
+
),
|
|
1587
|
+
/* @__PURE__ */ jsx60(
|
|
1588
|
+
"path",
|
|
1589
|
+
{
|
|
1590
|
+
fillRule: "evenodd",
|
|
1591
|
+
clipRule: "evenodd",
|
|
1592
|
+
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",
|
|
1593
|
+
fill: color
|
|
1594
|
+
}
|
|
1595
|
+
),
|
|
1596
|
+
/* @__PURE__ */ jsx60(
|
|
1597
|
+
"path",
|
|
1598
|
+
{
|
|
1599
|
+
fillRule: "evenodd",
|
|
1600
|
+
clipRule: "evenodd",
|
|
1601
|
+
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",
|
|
1602
|
+
fill: color
|
|
1603
|
+
}
|
|
1604
|
+
),
|
|
1605
|
+
/* @__PURE__ */ jsx60(
|
|
1606
|
+
"path",
|
|
1607
|
+
{
|
|
1608
|
+
fillRule: "evenodd",
|
|
1609
|
+
clipRule: "evenodd",
|
|
1610
|
+
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",
|
|
1611
|
+
fill: color
|
|
1612
|
+
}
|
|
1613
|
+
)
|
|
1614
|
+
] });
|
|
1615
|
+
};
|
|
1616
|
+
var payment_verification_rounded_default = PaymentVerificationRounded;
|
|
1617
|
+
|
|
1344
1618
|
// src/icons/v2/outline/plus.tsx
|
|
1345
|
-
import { jsx as
|
|
1619
|
+
import { jsx as jsx61, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1346
1620
|
var Plus = (props) => {
|
|
1347
1621
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1348
|
-
return /* @__PURE__ */
|
|
1349
|
-
/* @__PURE__ */
|
|
1622
|
+
return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1623
|
+
/* @__PURE__ */ jsx61("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx61(
|
|
1350
1624
|
"path",
|
|
1351
1625
|
{
|
|
1352
1626
|
fillRule: "evenodd",
|
|
@@ -1355,24 +1629,24 @@ var Plus = (props) => {
|
|
|
1355
1629
|
fill: color
|
|
1356
1630
|
}
|
|
1357
1631
|
) }),
|
|
1358
|
-
/* @__PURE__ */
|
|
1632
|
+
/* @__PURE__ */ jsx61("defs", { children: /* @__PURE__ */ jsx61("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx61("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1359
1633
|
] });
|
|
1360
1634
|
};
|
|
1361
1635
|
var plus_default = Plus;
|
|
1362
1636
|
|
|
1363
1637
|
// src/icons/v2/outline/plus-large.tsx
|
|
1364
|
-
import { jsx as
|
|
1638
|
+
import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1365
1639
|
var PlusLarge = (props) => {
|
|
1366
1640
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1367
|
-
return /* @__PURE__ */
|
|
1368
|
-
/* @__PURE__ */
|
|
1641
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1642
|
+
/* @__PURE__ */ jsx62(
|
|
1369
1643
|
"path",
|
|
1370
1644
|
{
|
|
1371
1645
|
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
1646
|
fill: color
|
|
1373
1647
|
}
|
|
1374
1648
|
),
|
|
1375
|
-
/* @__PURE__ */
|
|
1649
|
+
/* @__PURE__ */ jsx62(
|
|
1376
1650
|
"path",
|
|
1377
1651
|
{
|
|
1378
1652
|
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 +1658,12 @@ var PlusLarge = (props) => {
|
|
|
1384
1658
|
var plus_large_default = PlusLarge;
|
|
1385
1659
|
|
|
1386
1660
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1387
|
-
import { jsx as
|
|
1661
|
+
import { jsx as jsx63, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1388
1662
|
var PrivacyPolicy = (props) => {
|
|
1389
1663
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1390
|
-
return /* @__PURE__ */
|
|
1391
|
-
/* @__PURE__ */
|
|
1392
|
-
/* @__PURE__ */
|
|
1664
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1665
|
+
/* @__PURE__ */ jsxs45("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1666
|
+
/* @__PURE__ */ jsx63(
|
|
1393
1667
|
"path",
|
|
1394
1668
|
{
|
|
1395
1669
|
fillRule: "evenodd",
|
|
@@ -1398,7 +1672,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1398
1672
|
fill: color
|
|
1399
1673
|
}
|
|
1400
1674
|
),
|
|
1401
|
-
/* @__PURE__ */
|
|
1675
|
+
/* @__PURE__ */ jsx63(
|
|
1402
1676
|
"path",
|
|
1403
1677
|
{
|
|
1404
1678
|
fillRule: "evenodd",
|
|
@@ -1407,7 +1681,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1407
1681
|
fill: color
|
|
1408
1682
|
}
|
|
1409
1683
|
),
|
|
1410
|
-
/* @__PURE__ */
|
|
1684
|
+
/* @__PURE__ */ jsx63(
|
|
1411
1685
|
"path",
|
|
1412
1686
|
{
|
|
1413
1687
|
fillRule: "evenodd",
|
|
@@ -1416,7 +1690,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1416
1690
|
fill: color
|
|
1417
1691
|
}
|
|
1418
1692
|
),
|
|
1419
|
-
/* @__PURE__ */
|
|
1693
|
+
/* @__PURE__ */ jsx63(
|
|
1420
1694
|
"path",
|
|
1421
1695
|
{
|
|
1422
1696
|
fillRule: "evenodd",
|
|
@@ -1425,7 +1699,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1425
1699
|
fill: color
|
|
1426
1700
|
}
|
|
1427
1701
|
),
|
|
1428
|
-
/* @__PURE__ */
|
|
1702
|
+
/* @__PURE__ */ jsx63(
|
|
1429
1703
|
"path",
|
|
1430
1704
|
{
|
|
1431
1705
|
fillRule: "evenodd",
|
|
@@ -1434,7 +1708,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1434
1708
|
fill: color
|
|
1435
1709
|
}
|
|
1436
1710
|
),
|
|
1437
|
-
/* @__PURE__ */
|
|
1711
|
+
/* @__PURE__ */ jsx63(
|
|
1438
1712
|
"path",
|
|
1439
1713
|
{
|
|
1440
1714
|
fillRule: "evenodd",
|
|
@@ -1444,18 +1718,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1444
1718
|
}
|
|
1445
1719
|
)
|
|
1446
1720
|
] }),
|
|
1447
|
-
/* @__PURE__ */
|
|
1721
|
+
/* @__PURE__ */ jsx63("defs", { children: /* @__PURE__ */ jsx63("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx63("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1448
1722
|
] });
|
|
1449
1723
|
};
|
|
1450
1724
|
var privacy_policy_default = PrivacyPolicy;
|
|
1451
1725
|
|
|
1452
1726
|
// src/icons/v2/outline/profile.tsx
|
|
1453
|
-
import { jsx as
|
|
1727
|
+
import { jsx as jsx64, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1454
1728
|
var Profile = (props) => {
|
|
1455
1729
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1456
|
-
return /* @__PURE__ */
|
|
1457
|
-
/* @__PURE__ */
|
|
1458
|
-
/* @__PURE__ */
|
|
1730
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1731
|
+
/* @__PURE__ */ jsxs46("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1732
|
+
/* @__PURE__ */ jsx64(
|
|
1459
1733
|
"path",
|
|
1460
1734
|
{
|
|
1461
1735
|
fillRule: "evenodd",
|
|
@@ -1464,7 +1738,7 @@ var Profile = (props) => {
|
|
|
1464
1738
|
fill: color
|
|
1465
1739
|
}
|
|
1466
1740
|
),
|
|
1467
|
-
/* @__PURE__ */
|
|
1741
|
+
/* @__PURE__ */ jsx64(
|
|
1468
1742
|
"path",
|
|
1469
1743
|
{
|
|
1470
1744
|
fillRule: "evenodd",
|
|
@@ -1474,17 +1748,17 @@ var Profile = (props) => {
|
|
|
1474
1748
|
}
|
|
1475
1749
|
)
|
|
1476
1750
|
] }),
|
|
1477
|
-
/* @__PURE__ */
|
|
1751
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx64("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1478
1752
|
] });
|
|
1479
1753
|
};
|
|
1480
1754
|
var profile_default = Profile;
|
|
1481
1755
|
|
|
1482
1756
|
// src/icons/v2/outline/qr-code.tsx
|
|
1483
|
-
import { jsx as
|
|
1757
|
+
import { jsx as jsx65, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1484
1758
|
var QRCode = (props) => {
|
|
1485
1759
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1486
|
-
return /* @__PURE__ */
|
|
1487
|
-
/* @__PURE__ */
|
|
1760
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1761
|
+
/* @__PURE__ */ jsx65(
|
|
1488
1762
|
"path",
|
|
1489
1763
|
{
|
|
1490
1764
|
fillRule: "evenodd",
|
|
@@ -1493,7 +1767,7 @@ var QRCode = (props) => {
|
|
|
1493
1767
|
fill: color
|
|
1494
1768
|
}
|
|
1495
1769
|
),
|
|
1496
|
-
/* @__PURE__ */
|
|
1770
|
+
/* @__PURE__ */ jsx65(
|
|
1497
1771
|
"path",
|
|
1498
1772
|
{
|
|
1499
1773
|
fillRule: "evenodd",
|
|
@@ -1502,7 +1776,7 @@ var QRCode = (props) => {
|
|
|
1502
1776
|
fill: color
|
|
1503
1777
|
}
|
|
1504
1778
|
),
|
|
1505
|
-
/* @__PURE__ */
|
|
1779
|
+
/* @__PURE__ */ jsx65(
|
|
1506
1780
|
"path",
|
|
1507
1781
|
{
|
|
1508
1782
|
fillRule: "evenodd",
|
|
@@ -1511,7 +1785,7 @@ var QRCode = (props) => {
|
|
|
1511
1785
|
fill: color
|
|
1512
1786
|
}
|
|
1513
1787
|
),
|
|
1514
|
-
/* @__PURE__ */
|
|
1788
|
+
/* @__PURE__ */ jsx65(
|
|
1515
1789
|
"path",
|
|
1516
1790
|
{
|
|
1517
1791
|
fillRule: "evenodd",
|
|
@@ -1520,7 +1794,7 @@ var QRCode = (props) => {
|
|
|
1520
1794
|
fill: color
|
|
1521
1795
|
}
|
|
1522
1796
|
),
|
|
1523
|
-
/* @__PURE__ */
|
|
1797
|
+
/* @__PURE__ */ jsx65(
|
|
1524
1798
|
"path",
|
|
1525
1799
|
{
|
|
1526
1800
|
fillRule: "evenodd",
|
|
@@ -1529,7 +1803,7 @@ var QRCode = (props) => {
|
|
|
1529
1803
|
fill: color
|
|
1530
1804
|
}
|
|
1531
1805
|
),
|
|
1532
|
-
/* @__PURE__ */
|
|
1806
|
+
/* @__PURE__ */ jsx65(
|
|
1533
1807
|
"path",
|
|
1534
1808
|
{
|
|
1535
1809
|
fillRule: "evenodd",
|
|
@@ -1538,7 +1812,7 @@ var QRCode = (props) => {
|
|
|
1538
1812
|
fill: color
|
|
1539
1813
|
}
|
|
1540
1814
|
),
|
|
1541
|
-
/* @__PURE__ */
|
|
1815
|
+
/* @__PURE__ */ jsx65(
|
|
1542
1816
|
"path",
|
|
1543
1817
|
{
|
|
1544
1818
|
fillRule: "evenodd",
|
|
@@ -1547,7 +1821,7 @@ var QRCode = (props) => {
|
|
|
1547
1821
|
fill: color
|
|
1548
1822
|
}
|
|
1549
1823
|
),
|
|
1550
|
-
/* @__PURE__ */
|
|
1824
|
+
/* @__PURE__ */ jsx65(
|
|
1551
1825
|
"path",
|
|
1552
1826
|
{
|
|
1553
1827
|
fillRule: "evenodd",
|
|
@@ -1556,7 +1830,7 @@ var QRCode = (props) => {
|
|
|
1556
1830
|
fill: color
|
|
1557
1831
|
}
|
|
1558
1832
|
),
|
|
1559
|
-
/* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ jsx65(
|
|
1560
1834
|
"path",
|
|
1561
1835
|
{
|
|
1562
1836
|
fillRule: "evenodd",
|
|
@@ -1565,7 +1839,7 @@ var QRCode = (props) => {
|
|
|
1565
1839
|
fill: color
|
|
1566
1840
|
}
|
|
1567
1841
|
),
|
|
1568
|
-
/* @__PURE__ */
|
|
1842
|
+
/* @__PURE__ */ jsx65(
|
|
1569
1843
|
"path",
|
|
1570
1844
|
{
|
|
1571
1845
|
fillRule: "evenodd",
|
|
@@ -1579,10 +1853,10 @@ var QRCode = (props) => {
|
|
|
1579
1853
|
var qr_code_default = QRCode;
|
|
1580
1854
|
|
|
1581
1855
|
// src/icons/v2/outline/qr-code-base.tsx
|
|
1582
|
-
import { jsx as
|
|
1856
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1583
1857
|
var QRCodeBase = (props) => {
|
|
1584
1858
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1585
|
-
return /* @__PURE__ */
|
|
1859
|
+
return /* @__PURE__ */ jsx66("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx66(
|
|
1586
1860
|
"path",
|
|
1587
1861
|
{
|
|
1588
1862
|
fillRule: "evenodd",
|
|
@@ -1595,11 +1869,11 @@ var QRCodeBase = (props) => {
|
|
|
1595
1869
|
var qr_code_base_default = QRCodeBase;
|
|
1596
1870
|
|
|
1597
1871
|
// src/icons/v2/outline/search.tsx
|
|
1598
|
-
import { jsx as
|
|
1872
|
+
import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1599
1873
|
var Search = (props) => {
|
|
1600
1874
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1601
|
-
return /* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1875
|
+
return /* @__PURE__ */ jsxs48("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1876
|
+
/* @__PURE__ */ jsx67(
|
|
1603
1877
|
"path",
|
|
1604
1878
|
{
|
|
1605
1879
|
fillRule: "evenodd",
|
|
@@ -1608,7 +1882,7 @@ var Search = (props) => {
|
|
|
1608
1882
|
fill: color
|
|
1609
1883
|
}
|
|
1610
1884
|
),
|
|
1611
|
-
/* @__PURE__ */
|
|
1885
|
+
/* @__PURE__ */ jsx67(
|
|
1612
1886
|
"path",
|
|
1613
1887
|
{
|
|
1614
1888
|
fillRule: "evenodd",
|
|
@@ -1622,10 +1896,10 @@ var Search = (props) => {
|
|
|
1622
1896
|
var search_default = Search;
|
|
1623
1897
|
|
|
1624
1898
|
// src/icons/v2/outline/setting.tsx
|
|
1625
|
-
import { jsx as
|
|
1899
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1626
1900
|
var Setting = (props) => {
|
|
1627
1901
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1628
|
-
return /* @__PURE__ */
|
|
1902
|
+
return /* @__PURE__ */ jsx68("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx68(
|
|
1629
1903
|
"path",
|
|
1630
1904
|
{
|
|
1631
1905
|
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 +1910,11 @@ var Setting = (props) => {
|
|
|
1636
1910
|
var setting_default = Setting;
|
|
1637
1911
|
|
|
1638
1912
|
// src/icons/v2/outline/share.tsx
|
|
1639
|
-
import { jsx as
|
|
1913
|
+
import { jsx as jsx69, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1640
1914
|
var Bag2 = (props) => {
|
|
1641
1915
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1642
|
-
return /* @__PURE__ */
|
|
1643
|
-
/* @__PURE__ */
|
|
1916
|
+
return /* @__PURE__ */ jsxs49("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1917
|
+
/* @__PURE__ */ jsx69(
|
|
1644
1918
|
"path",
|
|
1645
1919
|
{
|
|
1646
1920
|
fillRule: "evenodd",
|
|
@@ -1649,7 +1923,7 @@ var Bag2 = (props) => {
|
|
|
1649
1923
|
fill: color
|
|
1650
1924
|
}
|
|
1651
1925
|
),
|
|
1652
|
-
/* @__PURE__ */
|
|
1926
|
+
/* @__PURE__ */ jsx69(
|
|
1653
1927
|
"path",
|
|
1654
1928
|
{
|
|
1655
1929
|
fillRule: "evenodd",
|
|
@@ -1658,7 +1932,7 @@ var Bag2 = (props) => {
|
|
|
1658
1932
|
fill: color
|
|
1659
1933
|
}
|
|
1660
1934
|
),
|
|
1661
|
-
/* @__PURE__ */
|
|
1935
|
+
/* @__PURE__ */ jsx69(
|
|
1662
1936
|
"path",
|
|
1663
1937
|
{
|
|
1664
1938
|
fillRule: "evenodd",
|
|
@@ -1671,12 +1945,62 @@ var Bag2 = (props) => {
|
|
|
1671
1945
|
};
|
|
1672
1946
|
var share_default = Bag2;
|
|
1673
1947
|
|
|
1948
|
+
// src/icons/v2/outline/shield-rounded.tsx
|
|
1949
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1950
|
+
var ShieldRounded = (props) => {
|
|
1951
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1952
|
+
return /* @__PURE__ */ jsx70("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
|
|
1953
|
+
"path",
|
|
1954
|
+
{
|
|
1955
|
+
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",
|
|
1956
|
+
fill: color
|
|
1957
|
+
}
|
|
1958
|
+
) });
|
|
1959
|
+
};
|
|
1960
|
+
var shield_rounded_default = ShieldRounded;
|
|
1961
|
+
|
|
1962
|
+
// src/icons/v2/outline/shipped-rounded.tsx
|
|
1963
|
+
import { jsx as jsx71, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1964
|
+
var ShippedRounded = (props) => {
|
|
1965
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1966
|
+
return /* @__PURE__ */ jsxs50("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1967
|
+
/* @__PURE__ */ jsx71(
|
|
1968
|
+
"path",
|
|
1969
|
+
{
|
|
1970
|
+
fillRule: "evenodd",
|
|
1971
|
+
clipRule: "evenodd",
|
|
1972
|
+
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",
|
|
1973
|
+
fill: color
|
|
1974
|
+
}
|
|
1975
|
+
),
|
|
1976
|
+
/* @__PURE__ */ jsx71(
|
|
1977
|
+
"path",
|
|
1978
|
+
{
|
|
1979
|
+
fillRule: "evenodd",
|
|
1980
|
+
clipRule: "evenodd",
|
|
1981
|
+
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",
|
|
1982
|
+
fill: color
|
|
1983
|
+
}
|
|
1984
|
+
),
|
|
1985
|
+
/* @__PURE__ */ jsx71(
|
|
1986
|
+
"path",
|
|
1987
|
+
{
|
|
1988
|
+
fillRule: "evenodd",
|
|
1989
|
+
clipRule: "evenodd",
|
|
1990
|
+
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",
|
|
1991
|
+
fill: color
|
|
1992
|
+
}
|
|
1993
|
+
)
|
|
1994
|
+
] });
|
|
1995
|
+
};
|
|
1996
|
+
var shipped_rounded_default = ShippedRounded;
|
|
1997
|
+
|
|
1674
1998
|
// src/icons/v2/outline/size-chart-rounded.tsx
|
|
1675
|
-
import { jsx as
|
|
1999
|
+
import { jsx as jsx72, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1676
2000
|
var SizeChartRounded = (props) => {
|
|
1677
2001
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1678
|
-
return /* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
2002
|
+
return /* @__PURE__ */ jsxs51("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2003
|
+
/* @__PURE__ */ jsx72(
|
|
1680
2004
|
"path",
|
|
1681
2005
|
{
|
|
1682
2006
|
fillRule: "evenodd",
|
|
@@ -1685,7 +2009,7 @@ var SizeChartRounded = (props) => {
|
|
|
1685
2009
|
fill: color
|
|
1686
2010
|
}
|
|
1687
2011
|
),
|
|
1688
|
-
/* @__PURE__ */
|
|
2012
|
+
/* @__PURE__ */ jsx72(
|
|
1689
2013
|
"path",
|
|
1690
2014
|
{
|
|
1691
2015
|
fillRule: "evenodd",
|
|
@@ -1694,7 +2018,7 @@ var SizeChartRounded = (props) => {
|
|
|
1694
2018
|
fill: color
|
|
1695
2019
|
}
|
|
1696
2020
|
),
|
|
1697
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsx72(
|
|
1698
2022
|
"path",
|
|
1699
2023
|
{
|
|
1700
2024
|
fillRule: "evenodd",
|
|
@@ -1703,7 +2027,7 @@ var SizeChartRounded = (props) => {
|
|
|
1703
2027
|
fill: color
|
|
1704
2028
|
}
|
|
1705
2029
|
),
|
|
1706
|
-
/* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ jsx72(
|
|
1707
2031
|
"path",
|
|
1708
2032
|
{
|
|
1709
2033
|
fillRule: "evenodd",
|
|
@@ -1712,7 +2036,7 @@ var SizeChartRounded = (props) => {
|
|
|
1712
2036
|
fill: color
|
|
1713
2037
|
}
|
|
1714
2038
|
),
|
|
1715
|
-
/* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ jsx72(
|
|
1716
2040
|
"path",
|
|
1717
2041
|
{
|
|
1718
2042
|
fillRule: "evenodd",
|
|
@@ -1721,7 +2045,7 @@ var SizeChartRounded = (props) => {
|
|
|
1721
2045
|
fill: color
|
|
1722
2046
|
}
|
|
1723
2047
|
),
|
|
1724
|
-
/* @__PURE__ */
|
|
2048
|
+
/* @__PURE__ */ jsx72(
|
|
1725
2049
|
"path",
|
|
1726
2050
|
{
|
|
1727
2051
|
fillRule: "evenodd",
|
|
@@ -1730,7 +2054,7 @@ var SizeChartRounded = (props) => {
|
|
|
1730
2054
|
fill: color
|
|
1731
2055
|
}
|
|
1732
2056
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
2057
|
+
/* @__PURE__ */ jsx72(
|
|
1734
2058
|
"path",
|
|
1735
2059
|
{
|
|
1736
2060
|
fillRule: "evenodd",
|
|
@@ -1744,11 +2068,11 @@ var SizeChartRounded = (props) => {
|
|
|
1744
2068
|
var size_chart_rounded_default = SizeChartRounded;
|
|
1745
2069
|
|
|
1746
2070
|
// src/icons/v2/outline/sort.tsx
|
|
1747
|
-
import { jsx as
|
|
2071
|
+
import { jsx as jsx73, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1748
2072
|
var Sort = (props) => {
|
|
1749
2073
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1750
|
-
return /* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
2074
|
+
return /* @__PURE__ */ jsxs52("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2075
|
+
/* @__PURE__ */ jsx73(
|
|
1752
2076
|
"path",
|
|
1753
2077
|
{
|
|
1754
2078
|
fillRule: "evenodd",
|
|
@@ -1757,7 +2081,7 @@ var Sort = (props) => {
|
|
|
1757
2081
|
fill: color
|
|
1758
2082
|
}
|
|
1759
2083
|
),
|
|
1760
|
-
/* @__PURE__ */
|
|
2084
|
+
/* @__PURE__ */ jsx73(
|
|
1761
2085
|
"path",
|
|
1762
2086
|
{
|
|
1763
2087
|
fillRule: "evenodd",
|
|
@@ -1771,25 +2095,25 @@ var Sort = (props) => {
|
|
|
1771
2095
|
var sort_default = Sort;
|
|
1772
2096
|
|
|
1773
2097
|
// src/icons/v2/outline/store-complete.tsx
|
|
1774
|
-
import { jsx as
|
|
2098
|
+
import { jsx as jsx74, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1775
2099
|
var StoreComplete = (props) => {
|
|
1776
2100
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1777
|
-
return /* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
2101
|
+
return /* @__PURE__ */ jsxs53("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2102
|
+
/* @__PURE__ */ jsx74(
|
|
1779
2103
|
"path",
|
|
1780
2104
|
{
|
|
1781
2105
|
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
2106
|
fill: color
|
|
1783
2107
|
}
|
|
1784
2108
|
),
|
|
1785
|
-
/* @__PURE__ */
|
|
2109
|
+
/* @__PURE__ */ jsx74(
|
|
1786
2110
|
"path",
|
|
1787
2111
|
{
|
|
1788
2112
|
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
2113
|
fill: color
|
|
1790
2114
|
}
|
|
1791
2115
|
),
|
|
1792
|
-
/* @__PURE__ */
|
|
2116
|
+
/* @__PURE__ */ jsx74(
|
|
1793
2117
|
"path",
|
|
1794
2118
|
{
|
|
1795
2119
|
fillRule: "evenodd",
|
|
@@ -1803,12 +2127,12 @@ var StoreComplete = (props) => {
|
|
|
1803
2127
|
var store_complete_default = StoreComplete;
|
|
1804
2128
|
|
|
1805
2129
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1806
|
-
import { jsx as
|
|
2130
|
+
import { jsx as jsx75, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1807
2131
|
var TermConditions = (props) => {
|
|
1808
2132
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1809
|
-
return /* @__PURE__ */
|
|
1810
|
-
/* @__PURE__ */
|
|
1811
|
-
/* @__PURE__ */
|
|
2133
|
+
return /* @__PURE__ */ jsxs54("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2134
|
+
/* @__PURE__ */ jsxs54("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
2135
|
+
/* @__PURE__ */ jsx75(
|
|
1812
2136
|
"path",
|
|
1813
2137
|
{
|
|
1814
2138
|
fillRule: "evenodd",
|
|
@@ -1817,7 +2141,7 @@ var TermConditions = (props) => {
|
|
|
1817
2141
|
fill: color
|
|
1818
2142
|
}
|
|
1819
2143
|
),
|
|
1820
|
-
/* @__PURE__ */
|
|
2144
|
+
/* @__PURE__ */ jsx75(
|
|
1821
2145
|
"path",
|
|
1822
2146
|
{
|
|
1823
2147
|
fillRule: "evenodd",
|
|
@@ -1826,7 +2150,7 @@ var TermConditions = (props) => {
|
|
|
1826
2150
|
fill: color
|
|
1827
2151
|
}
|
|
1828
2152
|
),
|
|
1829
|
-
/* @__PURE__ */
|
|
2153
|
+
/* @__PURE__ */ jsx75(
|
|
1830
2154
|
"path",
|
|
1831
2155
|
{
|
|
1832
2156
|
fillRule: "evenodd",
|
|
@@ -1835,7 +2159,7 @@ var TermConditions = (props) => {
|
|
|
1835
2159
|
fill: color
|
|
1836
2160
|
}
|
|
1837
2161
|
),
|
|
1838
|
-
/* @__PURE__ */
|
|
2162
|
+
/* @__PURE__ */ jsx75(
|
|
1839
2163
|
"path",
|
|
1840
2164
|
{
|
|
1841
2165
|
fillRule: "evenodd",
|
|
@@ -1844,7 +2168,7 @@ var TermConditions = (props) => {
|
|
|
1844
2168
|
fill: color
|
|
1845
2169
|
}
|
|
1846
2170
|
),
|
|
1847
|
-
/* @__PURE__ */
|
|
2171
|
+
/* @__PURE__ */ jsx75(
|
|
1848
2172
|
"path",
|
|
1849
2173
|
{
|
|
1850
2174
|
fillRule: "evenodd",
|
|
@@ -1853,7 +2177,7 @@ var TermConditions = (props) => {
|
|
|
1853
2177
|
fill: color
|
|
1854
2178
|
}
|
|
1855
2179
|
),
|
|
1856
|
-
/* @__PURE__ */
|
|
2180
|
+
/* @__PURE__ */ jsx75(
|
|
1857
2181
|
"path",
|
|
1858
2182
|
{
|
|
1859
2183
|
fillRule: "evenodd",
|
|
@@ -1863,16 +2187,16 @@ var TermConditions = (props) => {
|
|
|
1863
2187
|
}
|
|
1864
2188
|
)
|
|
1865
2189
|
] }),
|
|
1866
|
-
/* @__PURE__ */
|
|
2190
|
+
/* @__PURE__ */ jsx75("defs", { children: /* @__PURE__ */ jsx75("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx75("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1867
2191
|
] });
|
|
1868
2192
|
};
|
|
1869
2193
|
var term_conditions_default = TermConditions;
|
|
1870
2194
|
|
|
1871
2195
|
// src/icons/v2/outline/tips-measurement.tsx
|
|
1872
|
-
import { jsx as
|
|
2196
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1873
2197
|
var TipsMeasurement = (props) => {
|
|
1874
2198
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1875
|
-
return /* @__PURE__ */
|
|
2199
|
+
return /* @__PURE__ */ jsx76("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx76(
|
|
1876
2200
|
"path",
|
|
1877
2201
|
{
|
|
1878
2202
|
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 +2207,12 @@ var TipsMeasurement = (props) => {
|
|
|
1883
2207
|
var tips_measurement_default = TipsMeasurement;
|
|
1884
2208
|
|
|
1885
2209
|
// src/icons/v2/outline/trash.tsx
|
|
1886
|
-
import { jsx as
|
|
2210
|
+
import { jsx as jsx77, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1887
2211
|
var Trash = (props) => {
|
|
1888
2212
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1889
|
-
return /* @__PURE__ */
|
|
1890
|
-
/* @__PURE__ */
|
|
1891
|
-
/* @__PURE__ */
|
|
2213
|
+
return /* @__PURE__ */ jsxs55("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2214
|
+
/* @__PURE__ */ jsxs55("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
2215
|
+
/* @__PURE__ */ jsx77(
|
|
1892
2216
|
"path",
|
|
1893
2217
|
{
|
|
1894
2218
|
fillRule: "evenodd",
|
|
@@ -1897,7 +2221,7 @@ var Trash = (props) => {
|
|
|
1897
2221
|
fill: color
|
|
1898
2222
|
}
|
|
1899
2223
|
),
|
|
1900
|
-
/* @__PURE__ */
|
|
2224
|
+
/* @__PURE__ */ jsx77(
|
|
1901
2225
|
"path",
|
|
1902
2226
|
{
|
|
1903
2227
|
fillRule: "evenodd",
|
|
@@ -1906,7 +2230,7 @@ var Trash = (props) => {
|
|
|
1906
2230
|
fill: color
|
|
1907
2231
|
}
|
|
1908
2232
|
),
|
|
1909
|
-
/* @__PURE__ */
|
|
2233
|
+
/* @__PURE__ */ jsx77(
|
|
1910
2234
|
"path",
|
|
1911
2235
|
{
|
|
1912
2236
|
fillRule: "evenodd",
|
|
@@ -1915,7 +2239,7 @@ var Trash = (props) => {
|
|
|
1915
2239
|
fill: color
|
|
1916
2240
|
}
|
|
1917
2241
|
),
|
|
1918
|
-
/* @__PURE__ */
|
|
2242
|
+
/* @__PURE__ */ jsx77(
|
|
1919
2243
|
"path",
|
|
1920
2244
|
{
|
|
1921
2245
|
fillRule: "evenodd",
|
|
@@ -1925,17 +2249,17 @@ var Trash = (props) => {
|
|
|
1925
2249
|
}
|
|
1926
2250
|
)
|
|
1927
2251
|
] }),
|
|
1928
|
-
/* @__PURE__ */
|
|
2252
|
+
/* @__PURE__ */ jsx77("defs", { children: /* @__PURE__ */ jsx77("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx77("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1929
2253
|
] });
|
|
1930
2254
|
};
|
|
1931
2255
|
var trash_default = Trash;
|
|
1932
2256
|
|
|
1933
2257
|
// src/icons/v2/outline/truck.tsx
|
|
1934
|
-
import { jsx as
|
|
2258
|
+
import { jsx as jsx78, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1935
2259
|
var Truck = (props) => {
|
|
1936
2260
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1937
|
-
return /* @__PURE__ */
|
|
1938
|
-
/* @__PURE__ */
|
|
2261
|
+
return /* @__PURE__ */ jsxs56("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2262
|
+
/* @__PURE__ */ jsx78("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx78(
|
|
1939
2263
|
"path",
|
|
1940
2264
|
{
|
|
1941
2265
|
fillRule: "evenodd",
|
|
@@ -1944,38 +2268,38 @@ var Truck = (props) => {
|
|
|
1944
2268
|
fill: color
|
|
1945
2269
|
}
|
|
1946
2270
|
) }),
|
|
1947
|
-
/* @__PURE__ */
|
|
2271
|
+
/* @__PURE__ */ jsx78("defs", { children: /* @__PURE__ */ jsx78("clipPath", { id: "truck", children: /* @__PURE__ */ jsx78("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1948
2272
|
] });
|
|
1949
2273
|
};
|
|
1950
2274
|
var truck_default = Truck;
|
|
1951
2275
|
|
|
1952
2276
|
// src/icons/v2/outline/truck-discount.tsx
|
|
1953
|
-
import { jsx as
|
|
2277
|
+
import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1954
2278
|
var TruckDiscount = (props) => {
|
|
1955
2279
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1956
|
-
return /* @__PURE__ */
|
|
1957
|
-
/* @__PURE__ */
|
|
2280
|
+
return /* @__PURE__ */ jsxs57("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2281
|
+
/* @__PURE__ */ jsx79(
|
|
1958
2282
|
"path",
|
|
1959
2283
|
{
|
|
1960
2284
|
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
2285
|
fill: color
|
|
1962
2286
|
}
|
|
1963
2287
|
),
|
|
1964
|
-
/* @__PURE__ */
|
|
2288
|
+
/* @__PURE__ */ jsx79(
|
|
1965
2289
|
"path",
|
|
1966
2290
|
{
|
|
1967
2291
|
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
2292
|
fill: color
|
|
1969
2293
|
}
|
|
1970
2294
|
),
|
|
1971
|
-
/* @__PURE__ */
|
|
2295
|
+
/* @__PURE__ */ jsx79(
|
|
1972
2296
|
"path",
|
|
1973
2297
|
{
|
|
1974
2298
|
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
2299
|
fill: color
|
|
1976
2300
|
}
|
|
1977
2301
|
),
|
|
1978
|
-
/* @__PURE__ */
|
|
2302
|
+
/* @__PURE__ */ jsx79(
|
|
1979
2303
|
"path",
|
|
1980
2304
|
{
|
|
1981
2305
|
fillRule: "evenodd",
|
|
@@ -1988,13 +2312,32 @@ var TruckDiscount = (props) => {
|
|
|
1988
2312
|
};
|
|
1989
2313
|
var truck_discount_default = TruckDiscount;
|
|
1990
2314
|
|
|
2315
|
+
// src/icons/v2/outline/truck-rounded.tsx
|
|
2316
|
+
import { jsx as jsx80, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2317
|
+
var TruckRounded = (props) => {
|
|
2318
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2319
|
+
return /* @__PURE__ */ jsxs58("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2320
|
+
/* @__PURE__ */ jsx80("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ jsx80(
|
|
2321
|
+
"path",
|
|
2322
|
+
{
|
|
2323
|
+
fillRule: "evenodd",
|
|
2324
|
+
clipRule: "evenodd",
|
|
2325
|
+
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",
|
|
2326
|
+
fill: color
|
|
2327
|
+
}
|
|
2328
|
+
) }),
|
|
2329
|
+
/* @__PURE__ */ jsx80("defs", { children: /* @__PURE__ */ jsx80("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ jsx80("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2330
|
+
] });
|
|
2331
|
+
};
|
|
2332
|
+
var truck_rounded_default = TruckRounded;
|
|
2333
|
+
|
|
1991
2334
|
// src/icons/v2/outline/virtual-wallet.tsx
|
|
1992
|
-
import { jsx as
|
|
2335
|
+
import { jsx as jsx81, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1993
2336
|
var VirtualWallet = (props) => {
|
|
1994
2337
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1995
|
-
return /* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
2338
|
+
return /* @__PURE__ */ jsxs59("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2339
|
+
/* @__PURE__ */ jsxs59("g", { clipPath: "url(#clip0_2092_1618)", children: [
|
|
2340
|
+
/* @__PURE__ */ jsx81(
|
|
1998
2341
|
"path",
|
|
1999
2342
|
{
|
|
2000
2343
|
fillRule: "evenodd",
|
|
@@ -2003,7 +2346,7 @@ var VirtualWallet = (props) => {
|
|
|
2003
2346
|
fill: color
|
|
2004
2347
|
}
|
|
2005
2348
|
),
|
|
2006
|
-
/* @__PURE__ */
|
|
2349
|
+
/* @__PURE__ */ jsx81(
|
|
2007
2350
|
"path",
|
|
2008
2351
|
{
|
|
2009
2352
|
fillRule: "evenodd",
|
|
@@ -2012,7 +2355,7 @@ var VirtualWallet = (props) => {
|
|
|
2012
2355
|
fill: color
|
|
2013
2356
|
}
|
|
2014
2357
|
),
|
|
2015
|
-
/* @__PURE__ */
|
|
2358
|
+
/* @__PURE__ */ jsx81(
|
|
2016
2359
|
"path",
|
|
2017
2360
|
{
|
|
2018
2361
|
fillRule: "evenodd",
|
|
@@ -2021,14 +2364,14 @@ var VirtualWallet = (props) => {
|
|
|
2021
2364
|
fill: color
|
|
2022
2365
|
}
|
|
2023
2366
|
),
|
|
2024
|
-
/* @__PURE__ */
|
|
2367
|
+
/* @__PURE__ */ jsx81(
|
|
2025
2368
|
"path",
|
|
2026
2369
|
{
|
|
2027
2370
|
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
2371
|
fill: color
|
|
2029
2372
|
}
|
|
2030
2373
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2374
|
+
/* @__PURE__ */ jsx81(
|
|
2032
2375
|
"path",
|
|
2033
2376
|
{
|
|
2034
2377
|
fillRule: "evenodd",
|
|
@@ -2037,7 +2380,7 @@ var VirtualWallet = (props) => {
|
|
|
2037
2380
|
fill: color
|
|
2038
2381
|
}
|
|
2039
2382
|
),
|
|
2040
|
-
/* @__PURE__ */
|
|
2383
|
+
/* @__PURE__ */ jsx81(
|
|
2041
2384
|
"path",
|
|
2042
2385
|
{
|
|
2043
2386
|
fillRule: "evenodd",
|
|
@@ -2047,17 +2390,17 @@ var VirtualWallet = (props) => {
|
|
|
2047
2390
|
}
|
|
2048
2391
|
)
|
|
2049
2392
|
] }),
|
|
2050
|
-
/* @__PURE__ */
|
|
2393
|
+
/* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ jsx81("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2051
2394
|
] });
|
|
2052
2395
|
};
|
|
2053
2396
|
var virtual_wallet_default = VirtualWallet;
|
|
2054
2397
|
|
|
2055
2398
|
// src/icons/v2/outline/voucher-applied.tsx
|
|
2056
|
-
import { jsx as
|
|
2399
|
+
import { jsx as jsx82, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2057
2400
|
var VoucherApplied = (props) => {
|
|
2058
2401
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2059
|
-
return /* @__PURE__ */
|
|
2060
|
-
/* @__PURE__ */
|
|
2402
|
+
return /* @__PURE__ */ jsxs60("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
2403
|
+
/* @__PURE__ */ jsx82(
|
|
2061
2404
|
"path",
|
|
2062
2405
|
{
|
|
2063
2406
|
fillRule: "evenodd",
|
|
@@ -2066,7 +2409,7 @@ var VoucherApplied = (props) => {
|
|
|
2066
2409
|
fill: color
|
|
2067
2410
|
}
|
|
2068
2411
|
),
|
|
2069
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx82(
|
|
2070
2413
|
"path",
|
|
2071
2414
|
{
|
|
2072
2415
|
fillRule: "evenodd",
|
|
@@ -2075,7 +2418,7 @@ var VoucherApplied = (props) => {
|
|
|
2075
2418
|
fill: color
|
|
2076
2419
|
}
|
|
2077
2420
|
),
|
|
2078
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx82(
|
|
2079
2422
|
"path",
|
|
2080
2423
|
{
|
|
2081
2424
|
fillRule: "evenodd",
|
|
@@ -2084,7 +2427,7 @@ var VoucherApplied = (props) => {
|
|
|
2084
2427
|
fill: color
|
|
2085
2428
|
}
|
|
2086
2429
|
),
|
|
2087
|
-
/* @__PURE__ */
|
|
2430
|
+
/* @__PURE__ */ jsx82(
|
|
2088
2431
|
"path",
|
|
2089
2432
|
{
|
|
2090
2433
|
fillRule: "evenodd",
|
|
@@ -2098,25 +2441,25 @@ var VoucherApplied = (props) => {
|
|
|
2098
2441
|
var voucher_applied_default = VoucherApplied;
|
|
2099
2442
|
|
|
2100
2443
|
// src/icons/v2/outline/voucher-outline.tsx
|
|
2101
|
-
import { jsx as
|
|
2444
|
+
import { jsx as jsx83, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2102
2445
|
var VoucherOutline = (props) => {
|
|
2103
2446
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2447
|
+
return /* @__PURE__ */ jsxs61("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2448
|
+
/* @__PURE__ */ jsx83(
|
|
2106
2449
|
"path",
|
|
2107
2450
|
{
|
|
2108
2451
|
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
2452
|
fill: color
|
|
2110
2453
|
}
|
|
2111
2454
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2455
|
+
/* @__PURE__ */ jsx83(
|
|
2113
2456
|
"path",
|
|
2114
2457
|
{
|
|
2115
2458
|
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
2459
|
fill: color
|
|
2117
2460
|
}
|
|
2118
2461
|
),
|
|
2119
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ jsx83(
|
|
2120
2463
|
"path",
|
|
2121
2464
|
{
|
|
2122
2465
|
fillRule: "evenodd",
|
|
@@ -2129,13 +2472,76 @@ var VoucherOutline = (props) => {
|
|
|
2129
2472
|
};
|
|
2130
2473
|
var voucher_outline_default = VoucherOutline;
|
|
2131
2474
|
|
|
2475
|
+
// src/icons/v2/outline/waiting-payment-rounded.tsx
|
|
2476
|
+
import { jsx as jsx84, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2477
|
+
var WaitingPaymentRounded = (props) => {
|
|
2478
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2479
|
+
return /* @__PURE__ */ jsxs62("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2480
|
+
/* @__PURE__ */ jsx84(
|
|
2481
|
+
"path",
|
|
2482
|
+
{
|
|
2483
|
+
fillRule: "evenodd",
|
|
2484
|
+
clipRule: "evenodd",
|
|
2485
|
+
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",
|
|
2486
|
+
fill: color
|
|
2487
|
+
}
|
|
2488
|
+
),
|
|
2489
|
+
/* @__PURE__ */ jsx84(
|
|
2490
|
+
"path",
|
|
2491
|
+
{
|
|
2492
|
+
fillRule: "evenodd",
|
|
2493
|
+
clipRule: "evenodd",
|
|
2494
|
+
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",
|
|
2495
|
+
fill: color
|
|
2496
|
+
}
|
|
2497
|
+
),
|
|
2498
|
+
/* @__PURE__ */ jsx84(
|
|
2499
|
+
"path",
|
|
2500
|
+
{
|
|
2501
|
+
fillRule: "evenodd",
|
|
2502
|
+
clipRule: "evenodd",
|
|
2503
|
+
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",
|
|
2504
|
+
fill: color
|
|
2505
|
+
}
|
|
2506
|
+
)
|
|
2507
|
+
] });
|
|
2508
|
+
};
|
|
2509
|
+
var waiting_payment_rounded_default = WaitingPaymentRounded;
|
|
2510
|
+
|
|
2511
|
+
// src/icons/v2/outline/zoom-rounded.tsx
|
|
2512
|
+
import { jsx as jsx85, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2513
|
+
var ZoomRounded = (props) => {
|
|
2514
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2515
|
+
return /* @__PURE__ */ jsxs63("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2516
|
+
/* @__PURE__ */ jsx85(
|
|
2517
|
+
"path",
|
|
2518
|
+
{
|
|
2519
|
+
fillRule: "evenodd",
|
|
2520
|
+
clipRule: "evenodd",
|
|
2521
|
+
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",
|
|
2522
|
+
fill: color
|
|
2523
|
+
}
|
|
2524
|
+
),
|
|
2525
|
+
/* @__PURE__ */ jsx85(
|
|
2526
|
+
"path",
|
|
2527
|
+
{
|
|
2528
|
+
fillRule: "evenodd",
|
|
2529
|
+
clipRule: "evenodd",
|
|
2530
|
+
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",
|
|
2531
|
+
fill: color
|
|
2532
|
+
}
|
|
2533
|
+
)
|
|
2534
|
+
] });
|
|
2535
|
+
};
|
|
2536
|
+
var zoom_rounded_default = ZoomRounded;
|
|
2537
|
+
|
|
2132
2538
|
// src/icons/v2/solid/add-bag-solid.tsx
|
|
2133
|
-
import { jsx as
|
|
2539
|
+
import { jsx as jsx86, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2134
2540
|
var AddBagSolid = (props) => {
|
|
2135
2541
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2136
2542
|
const fillColor = color || "#12784A";
|
|
2137
|
-
return /* @__PURE__ */
|
|
2138
|
-
/* @__PURE__ */
|
|
2543
|
+
return /* @__PURE__ */ jsxs64("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2544
|
+
/* @__PURE__ */ jsx86(
|
|
2139
2545
|
"path",
|
|
2140
2546
|
{
|
|
2141
2547
|
fillRule: "evenodd",
|
|
@@ -2144,7 +2550,7 @@ var AddBagSolid = (props) => {
|
|
|
2144
2550
|
fill: fillColor
|
|
2145
2551
|
}
|
|
2146
2552
|
),
|
|
2147
|
-
/* @__PURE__ */
|
|
2553
|
+
/* @__PURE__ */ jsx86(
|
|
2148
2554
|
"path",
|
|
2149
2555
|
{
|
|
2150
2556
|
fillRule: "evenodd",
|
|
@@ -2158,10 +2564,10 @@ var AddBagSolid = (props) => {
|
|
|
2158
2564
|
var add_bag_solid_default = AddBagSolid;
|
|
2159
2565
|
|
|
2160
2566
|
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
2161
|
-
import { jsx as
|
|
2567
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
2162
2568
|
var ArrowDownCircleSolid = (props) => {
|
|
2163
2569
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2164
|
-
return /* @__PURE__ */
|
|
2570
|
+
return /* @__PURE__ */ jsx87("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx87(
|
|
2165
2571
|
"path",
|
|
2166
2572
|
{
|
|
2167
2573
|
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 +2578,10 @@ var ArrowDownCircleSolid = (props) => {
|
|
|
2172
2578
|
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
2173
2579
|
|
|
2174
2580
|
// src/icons/v2/solid/bag-solid.tsx
|
|
2175
|
-
import { jsx as
|
|
2581
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
2176
2582
|
var BagSolid = (props) => {
|
|
2177
2583
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2178
|
-
return /* @__PURE__ */
|
|
2584
|
+
return /* @__PURE__ */ jsx88("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx88(
|
|
2179
2585
|
"path",
|
|
2180
2586
|
{
|
|
2181
2587
|
fillRule: "evenodd",
|
|
@@ -2188,32 +2594,32 @@ var BagSolid = (props) => {
|
|
|
2188
2594
|
var bag_solid_default = BagSolid;
|
|
2189
2595
|
|
|
2190
2596
|
// src/icons/v2/solid/category-solid.tsx
|
|
2191
|
-
import { jsx as
|
|
2597
|
+
import { jsx as jsx89, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2192
2598
|
var CategorySolid = (props) => {
|
|
2193
2599
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2194
|
-
return /* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2600
|
+
return /* @__PURE__ */ jsxs65("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2601
|
+
/* @__PURE__ */ jsx89(
|
|
2196
2602
|
"path",
|
|
2197
2603
|
{
|
|
2198
2604
|
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
2605
|
fill: color
|
|
2200
2606
|
}
|
|
2201
2607
|
),
|
|
2202
|
-
/* @__PURE__ */
|
|
2608
|
+
/* @__PURE__ */ jsx89(
|
|
2203
2609
|
"path",
|
|
2204
2610
|
{
|
|
2205
2611
|
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
2612
|
fill: color
|
|
2207
2613
|
}
|
|
2208
2614
|
),
|
|
2209
|
-
/* @__PURE__ */
|
|
2615
|
+
/* @__PURE__ */ jsx89(
|
|
2210
2616
|
"path",
|
|
2211
2617
|
{
|
|
2212
2618
|
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
2619
|
fill: color
|
|
2214
2620
|
}
|
|
2215
2621
|
),
|
|
2216
|
-
/* @__PURE__ */
|
|
2622
|
+
/* @__PURE__ */ jsx89(
|
|
2217
2623
|
"path",
|
|
2218
2624
|
{
|
|
2219
2625
|
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 +2631,10 @@ var CategorySolid = (props) => {
|
|
|
2225
2631
|
var category_solid_default = CategorySolid;
|
|
2226
2632
|
|
|
2227
2633
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
2228
|
-
import { jsx as
|
|
2634
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
2229
2635
|
var ChatCsSolid = (props) => {
|
|
2230
2636
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2231
|
-
return /* @__PURE__ */
|
|
2637
|
+
return /* @__PURE__ */ jsx90("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx90(
|
|
2232
2638
|
"path",
|
|
2233
2639
|
{
|
|
2234
2640
|
fillRule: "evenodd",
|
|
@@ -2241,10 +2647,10 @@ var ChatCsSolid = (props) => {
|
|
|
2241
2647
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2242
2648
|
|
|
2243
2649
|
// src/icons/v2/solid/check-shield.tsx
|
|
2244
|
-
import { jsx as
|
|
2650
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2245
2651
|
var CheckShield2 = (props) => {
|
|
2246
2652
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2247
|
-
return /* @__PURE__ */
|
|
2653
|
+
return /* @__PURE__ */ jsx91("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx91(
|
|
2248
2654
|
"path",
|
|
2249
2655
|
{
|
|
2250
2656
|
fillRule: "evenodd",
|
|
@@ -2257,13 +2663,13 @@ var CheckShield2 = (props) => {
|
|
|
2257
2663
|
var check_shield_default2 = CheckShield2;
|
|
2258
2664
|
|
|
2259
2665
|
// src/icons/v2/solid/direction.tsx
|
|
2260
|
-
import { jsx as
|
|
2666
|
+
import { jsx as jsx92, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2261
2667
|
var Direction = (props) => {
|
|
2262
2668
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2263
|
-
return /* @__PURE__ */
|
|
2264
|
-
/* @__PURE__ */
|
|
2265
|
-
/* @__PURE__ */
|
|
2266
|
-
/* @__PURE__ */
|
|
2669
|
+
return /* @__PURE__ */ jsxs66("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2670
|
+
/* @__PURE__ */ jsxs66("g", { clipPath: "url(#direction)", children: [
|
|
2671
|
+
/* @__PURE__ */ jsx92("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2672
|
+
/* @__PURE__ */ jsx92(
|
|
2267
2673
|
"path",
|
|
2268
2674
|
{
|
|
2269
2675
|
fillRule: "evenodd",
|
|
@@ -2273,16 +2679,16 @@ var Direction = (props) => {
|
|
|
2273
2679
|
}
|
|
2274
2680
|
)
|
|
2275
2681
|
] }),
|
|
2276
|
-
/* @__PURE__ */
|
|
2682
|
+
/* @__PURE__ */ jsx92("defs", { children: /* @__PURE__ */ jsx92("clipPath", { id: "direction", children: /* @__PURE__ */ jsx92("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2277
2683
|
] });
|
|
2278
2684
|
};
|
|
2279
2685
|
var direction_default = Direction;
|
|
2280
2686
|
|
|
2281
2687
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2282
|
-
import { jsx as
|
|
2688
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
2283
2689
|
var EnvelopedSolid = (props) => {
|
|
2284
2690
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2285
|
-
return /* @__PURE__ */
|
|
2691
|
+
return /* @__PURE__ */ jsx93("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx93(
|
|
2286
2692
|
"path",
|
|
2287
2693
|
{
|
|
2288
2694
|
fillRule: "evenodd",
|
|
@@ -2295,12 +2701,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2295
2701
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2296
2702
|
|
|
2297
2703
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2298
|
-
import { jsx as
|
|
2704
|
+
import { jsx as jsx94, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2299
2705
|
var FastTruckSolid = (props) => {
|
|
2300
2706
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2301
2707
|
const fillColor = color || "#12784A";
|
|
2302
|
-
return /* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */
|
|
2708
|
+
return /* @__PURE__ */ jsxs67("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2709
|
+
/* @__PURE__ */ jsx94(
|
|
2304
2710
|
"path",
|
|
2305
2711
|
{
|
|
2306
2712
|
fillRule: "evenodd",
|
|
@@ -2309,14 +2715,14 @@ var FastTruckSolid = (props) => {
|
|
|
2309
2715
|
fill: fillColor
|
|
2310
2716
|
}
|
|
2311
2717
|
),
|
|
2312
|
-
/* @__PURE__ */
|
|
2718
|
+
/* @__PURE__ */ jsx94(
|
|
2313
2719
|
"path",
|
|
2314
2720
|
{
|
|
2315
2721
|
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
2722
|
fill: fillColor
|
|
2317
2723
|
}
|
|
2318
2724
|
),
|
|
2319
|
-
/* @__PURE__ */
|
|
2725
|
+
/* @__PURE__ */ jsx94(
|
|
2320
2726
|
"path",
|
|
2321
2727
|
{
|
|
2322
2728
|
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 +2734,10 @@ var FastTruckSolid = (props) => {
|
|
|
2328
2734
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2329
2735
|
|
|
2330
2736
|
// src/icons/v2/solid/hand.tsx
|
|
2331
|
-
import { jsx as
|
|
2737
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
2332
2738
|
var Hand = (props) => {
|
|
2333
2739
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2334
|
-
return /* @__PURE__ */
|
|
2740
|
+
return /* @__PURE__ */ jsx95("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx95("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx95(
|
|
2335
2741
|
"path",
|
|
2336
2742
|
{
|
|
2337
2743
|
id: "Vector 650",
|
|
@@ -2343,10 +2749,10 @@ var Hand = (props) => {
|
|
|
2343
2749
|
var hand_default = Hand;
|
|
2344
2750
|
|
|
2345
2751
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2346
|
-
import { jsx as
|
|
2752
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2347
2753
|
var HandphoneSolid = (props) => {
|
|
2348
2754
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2349
|
-
return /* @__PURE__ */
|
|
2755
|
+
return /* @__PURE__ */ jsx96("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx96(
|
|
2350
2756
|
"path",
|
|
2351
2757
|
{
|
|
2352
2758
|
fillRule: "evenodd",
|
|
@@ -2359,10 +2765,10 @@ var HandphoneSolid = (props) => {
|
|
|
2359
2765
|
var handphone_solid_default = HandphoneSolid;
|
|
2360
2766
|
|
|
2361
2767
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2362
|
-
import { jsx as
|
|
2768
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2363
2769
|
var HeartSolid = (props) => {
|
|
2364
2770
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2365
|
-
return /* @__PURE__ */
|
|
2771
|
+
return /* @__PURE__ */ jsx97("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx97(
|
|
2366
2772
|
"path",
|
|
2367
2773
|
{
|
|
2368
2774
|
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 +2779,10 @@ var HeartSolid = (props) => {
|
|
|
2373
2779
|
var heart_solid_default = HeartSolid;
|
|
2374
2780
|
|
|
2375
2781
|
// src/icons/v2/solid/home-solid.tsx
|
|
2376
|
-
import { jsx as
|
|
2782
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
2377
2783
|
var HomeSolid = (props) => {
|
|
2378
2784
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2379
|
-
return /* @__PURE__ */
|
|
2785
|
+
return /* @__PURE__ */ jsx98("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx98(
|
|
2380
2786
|
"path",
|
|
2381
2787
|
{
|
|
2382
2788
|
fillRule: "evenodd",
|
|
@@ -2389,10 +2795,10 @@ var HomeSolid = (props) => {
|
|
|
2389
2795
|
var home_solid_default = HomeSolid;
|
|
2390
2796
|
|
|
2391
2797
|
// src/icons/v2/solid/info-solid.tsx
|
|
2392
|
-
import { jsx as
|
|
2798
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2393
2799
|
var InfoSolid = (props) => {
|
|
2394
2800
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2395
|
-
return /* @__PURE__ */
|
|
2801
|
+
return /* @__PURE__ */ jsx99("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx99(
|
|
2396
2802
|
"path",
|
|
2397
2803
|
{
|
|
2398
2804
|
fillRule: "evenodd",
|
|
@@ -2405,11 +2811,11 @@ var InfoSolid = (props) => {
|
|
|
2405
2811
|
var info_solid_default = InfoSolid;
|
|
2406
2812
|
|
|
2407
2813
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2408
|
-
import { jsx as
|
|
2814
|
+
import { jsx as jsx100, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2409
2815
|
var InfoSolid2 = (props) => {
|
|
2410
2816
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2411
|
-
return /* @__PURE__ */
|
|
2412
|
-
/* @__PURE__ */
|
|
2817
|
+
return /* @__PURE__ */ jsxs68("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2818
|
+
/* @__PURE__ */ jsx100("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx100(
|
|
2413
2819
|
"path",
|
|
2414
2820
|
{
|
|
2415
2821
|
fillRule: "evenodd",
|
|
@@ -2418,24 +2824,24 @@ var InfoSolid2 = (props) => {
|
|
|
2418
2824
|
fill: color
|
|
2419
2825
|
}
|
|
2420
2826
|
) }),
|
|
2421
|
-
/* @__PURE__ */
|
|
2827
|
+
/* @__PURE__ */ jsx100("defs", { children: /* @__PURE__ */ jsx100("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx100("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2422
2828
|
] });
|
|
2423
2829
|
};
|
|
2424
2830
|
var lock_solid_default = InfoSolid2;
|
|
2425
2831
|
|
|
2426
2832
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2427
|
-
import { jsx as
|
|
2833
|
+
import { jsx as jsx101, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2428
2834
|
var MapMarkerSolid = (props) => {
|
|
2429
2835
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2430
|
-
return /* @__PURE__ */
|
|
2431
|
-
/* @__PURE__ */
|
|
2836
|
+
return /* @__PURE__ */ jsxs69("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2837
|
+
/* @__PURE__ */ jsx101(
|
|
2432
2838
|
"path",
|
|
2433
2839
|
{
|
|
2434
2840
|
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
2841
|
fill: color
|
|
2436
2842
|
}
|
|
2437
2843
|
),
|
|
2438
|
-
/* @__PURE__ */
|
|
2844
|
+
/* @__PURE__ */ jsx101(
|
|
2439
2845
|
"path",
|
|
2440
2846
|
{
|
|
2441
2847
|
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 +2853,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2447
2853
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2448
2854
|
|
|
2449
2855
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2450
|
-
import { jsx as
|
|
2856
|
+
import { jsx as jsx102, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2451
2857
|
var ProfileSolid = (props) => {
|
|
2452
2858
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2453
|
-
return /* @__PURE__ */
|
|
2454
|
-
/* @__PURE__ */
|
|
2859
|
+
return /* @__PURE__ */ jsxs70("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2860
|
+
/* @__PURE__ */ jsx102(
|
|
2455
2861
|
"path",
|
|
2456
2862
|
{
|
|
2457
2863
|
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
2864
|
fill: color
|
|
2459
2865
|
}
|
|
2460
2866
|
),
|
|
2461
|
-
/* @__PURE__ */
|
|
2867
|
+
/* @__PURE__ */ jsx102(
|
|
2462
2868
|
"path",
|
|
2463
2869
|
{
|
|
2464
2870
|
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 +2876,25 @@ var ProfileSolid = (props) => {
|
|
|
2470
2876
|
var profile_solid_default = ProfileSolid;
|
|
2471
2877
|
|
|
2472
2878
|
// src/icons/v2/solid/purchase-history.tsx
|
|
2473
|
-
import { jsx as
|
|
2879
|
+
import { jsx as jsx103, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2474
2880
|
var PurchaseHistory = (props) => {
|
|
2475
2881
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2476
|
-
return /* @__PURE__ */
|
|
2477
|
-
/* @__PURE__ */
|
|
2882
|
+
return /* @__PURE__ */ jsxs71("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
|
|
2883
|
+
/* @__PURE__ */ jsx103(
|
|
2478
2884
|
"path",
|
|
2479
2885
|
{
|
|
2480
2886
|
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
2887
|
fill: color
|
|
2482
2888
|
}
|
|
2483
2889
|
),
|
|
2484
|
-
/* @__PURE__ */
|
|
2890
|
+
/* @__PURE__ */ jsx103(
|
|
2485
2891
|
"path",
|
|
2486
2892
|
{
|
|
2487
2893
|
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
2894
|
fill: color
|
|
2489
2895
|
}
|
|
2490
2896
|
),
|
|
2491
|
-
/* @__PURE__ */
|
|
2897
|
+
/* @__PURE__ */ jsx103(
|
|
2492
2898
|
"path",
|
|
2493
2899
|
{
|
|
2494
2900
|
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 +2906,10 @@ var PurchaseHistory = (props) => {
|
|
|
2500
2906
|
var purchase_history_default = PurchaseHistory;
|
|
2501
2907
|
|
|
2502
2908
|
// src/icons/v2/solid/redeem-point-solid.tsx
|
|
2503
|
-
import { jsx as
|
|
2909
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
2504
2910
|
var RedeemPointSolid = (props) => {
|
|
2505
2911
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2506
|
-
return /* @__PURE__ */
|
|
2912
|
+
return /* @__PURE__ */ jsx104("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx104(
|
|
2507
2913
|
"path",
|
|
2508
2914
|
{
|
|
2509
2915
|
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 +2920,10 @@ var RedeemPointSolid = (props) => {
|
|
|
2514
2920
|
var redeem_point_solid_default = RedeemPointSolid;
|
|
2515
2921
|
|
|
2516
2922
|
// src/icons/v2/solid/search-solid.tsx
|
|
2517
|
-
import { jsx as
|
|
2923
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2518
2924
|
var SearchSolid = (props) => {
|
|
2519
2925
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2520
|
-
return /* @__PURE__ */
|
|
2926
|
+
return /* @__PURE__ */ jsx105("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx105(
|
|
2521
2927
|
"path",
|
|
2522
2928
|
{
|
|
2523
2929
|
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 +2934,18 @@ var SearchSolid = (props) => {
|
|
|
2528
2934
|
var search_solid_default = SearchSolid;
|
|
2529
2935
|
|
|
2530
2936
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2531
|
-
import { jsx as
|
|
2937
|
+
import { jsx as jsx106, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2532
2938
|
var SettingSolid = (props) => {
|
|
2533
2939
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2534
|
-
return /* @__PURE__ */
|
|
2535
|
-
/* @__PURE__ */
|
|
2940
|
+
return /* @__PURE__ */ jsxs72("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2941
|
+
/* @__PURE__ */ jsx106(
|
|
2536
2942
|
"path",
|
|
2537
2943
|
{
|
|
2538
2944
|
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
2945
|
fill: "#999999"
|
|
2540
2946
|
}
|
|
2541
2947
|
),
|
|
2542
|
-
/* @__PURE__ */
|
|
2948
|
+
/* @__PURE__ */ jsx106(
|
|
2543
2949
|
"path",
|
|
2544
2950
|
{
|
|
2545
2951
|
fillRule: "evenodd",
|
|
@@ -2553,10 +2959,10 @@ var SettingSolid = (props) => {
|
|
|
2553
2959
|
var setting_solid_default = SettingSolid;
|
|
2554
2960
|
|
|
2555
2961
|
// src/icons/v2/solid/start-solid-rounded.tsx
|
|
2556
|
-
import { jsx as
|
|
2962
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2557
2963
|
var StarSolidRounded = (props) => {
|
|
2558
2964
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2559
|
-
return /* @__PURE__ */
|
|
2965
|
+
return /* @__PURE__ */ jsx107("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx107(
|
|
2560
2966
|
"path",
|
|
2561
2967
|
{
|
|
2562
2968
|
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 +2973,10 @@ var StarSolidRounded = (props) => {
|
|
|
2567
2973
|
var start_solid_rounded_default = StarSolidRounded;
|
|
2568
2974
|
|
|
2569
2975
|
// src/icons/v2/solid/success-solid.tsx
|
|
2570
|
-
import { jsx as
|
|
2976
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2571
2977
|
var SuccessSolid = (props) => {
|
|
2572
2978
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2573
|
-
return /* @__PURE__ */
|
|
2979
|
+
return /* @__PURE__ */ jsx108("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx108(
|
|
2574
2980
|
"path",
|
|
2575
2981
|
{
|
|
2576
2982
|
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 +2987,11 @@ var SuccessSolid = (props) => {
|
|
|
2581
2987
|
var success_solid_default = SuccessSolid;
|
|
2582
2988
|
|
|
2583
2989
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2584
|
-
import { jsx as
|
|
2990
|
+
import { jsx as jsx109, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2585
2991
|
var TrashSolid = (props) => {
|
|
2586
2992
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2587
|
-
return /* @__PURE__ */
|
|
2588
|
-
/* @__PURE__ */
|
|
2993
|
+
return /* @__PURE__ */ jsxs73("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2994
|
+
/* @__PURE__ */ jsx109(
|
|
2589
2995
|
"path",
|
|
2590
2996
|
{
|
|
2591
2997
|
fillRule: "evenodd",
|
|
@@ -2594,7 +3000,7 @@ var TrashSolid = (props) => {
|
|
|
2594
3000
|
fill: color
|
|
2595
3001
|
}
|
|
2596
3002
|
),
|
|
2597
|
-
/* @__PURE__ */
|
|
3003
|
+
/* @__PURE__ */ jsx109(
|
|
2598
3004
|
"path",
|
|
2599
3005
|
{
|
|
2600
3006
|
fillRule: "evenodd",
|
|
@@ -2608,11 +3014,11 @@ var TrashSolid = (props) => {
|
|
|
2608
3014
|
var trash_solid_default = TrashSolid;
|
|
2609
3015
|
|
|
2610
3016
|
// src/icons/v2/solid/trend-up.tsx
|
|
2611
|
-
import { jsx as
|
|
3017
|
+
import { jsx as jsx110, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2612
3018
|
var TrendUp = (props) => {
|
|
2613
3019
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2614
|
-
return /* @__PURE__ */
|
|
2615
|
-
/* @__PURE__ */
|
|
3020
|
+
return /* @__PURE__ */ jsx110("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx110("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs74("g", { id: "Vector", children: [
|
|
3021
|
+
/* @__PURE__ */ jsx110(
|
|
2616
3022
|
"path",
|
|
2617
3023
|
{
|
|
2618
3024
|
fillRule: "evenodd",
|
|
@@ -2621,14 +3027,14 @@ var TrendUp = (props) => {
|
|
|
2621
3027
|
fill: color
|
|
2622
3028
|
}
|
|
2623
3029
|
),
|
|
2624
|
-
/* @__PURE__ */
|
|
3030
|
+
/* @__PURE__ */ jsx110(
|
|
2625
3031
|
"path",
|
|
2626
3032
|
{
|
|
2627
3033
|
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
3034
|
fill: color
|
|
2629
3035
|
}
|
|
2630
3036
|
),
|
|
2631
|
-
/* @__PURE__ */
|
|
3037
|
+
/* @__PURE__ */ jsx110(
|
|
2632
3038
|
"path",
|
|
2633
3039
|
{
|
|
2634
3040
|
fillRule: "evenodd",
|
|
@@ -2642,32 +3048,32 @@ var TrendUp = (props) => {
|
|
|
2642
3048
|
var trend_up_default = TrendUp;
|
|
2643
3049
|
|
|
2644
3050
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2645
|
-
import { jsx as
|
|
3051
|
+
import { jsx as jsx111, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2646
3052
|
var VoilaPointBase = (props) => {
|
|
2647
3053
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2648
|
-
return /* @__PURE__ */
|
|
2649
|
-
/* @__PURE__ */
|
|
3054
|
+
return /* @__PURE__ */ jsxs75("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
3055
|
+
/* @__PURE__ */ jsx111(
|
|
2650
3056
|
"path",
|
|
2651
3057
|
{
|
|
2652
3058
|
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
3059
|
fill: "#8F8F8F"
|
|
2654
3060
|
}
|
|
2655
3061
|
),
|
|
2656
|
-
/* @__PURE__ */
|
|
3062
|
+
/* @__PURE__ */ jsx111(
|
|
2657
3063
|
"path",
|
|
2658
3064
|
{
|
|
2659
3065
|
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
3066
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2661
3067
|
}
|
|
2662
3068
|
),
|
|
2663
|
-
/* @__PURE__ */
|
|
3069
|
+
/* @__PURE__ */ jsx111(
|
|
2664
3070
|
"path",
|
|
2665
3071
|
{
|
|
2666
3072
|
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
3073
|
stroke: "white"
|
|
2668
3074
|
}
|
|
2669
3075
|
),
|
|
2670
|
-
/* @__PURE__ */
|
|
3076
|
+
/* @__PURE__ */ jsx111(
|
|
2671
3077
|
"path",
|
|
2672
3078
|
{
|
|
2673
3079
|
fillRule: "evenodd",
|
|
@@ -2676,15 +3082,15 @@ var VoilaPointBase = (props) => {
|
|
|
2676
3082
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2677
3083
|
}
|
|
2678
3084
|
),
|
|
2679
|
-
/* @__PURE__ */
|
|
3085
|
+
/* @__PURE__ */ jsx111(
|
|
2680
3086
|
"path",
|
|
2681
3087
|
{
|
|
2682
3088
|
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
3089
|
fill: "white"
|
|
2684
3090
|
}
|
|
2685
3091
|
),
|
|
2686
|
-
/* @__PURE__ */
|
|
2687
|
-
/* @__PURE__ */
|
|
3092
|
+
/* @__PURE__ */ jsxs75("defs", { children: [
|
|
3093
|
+
/* @__PURE__ */ jsxs75(
|
|
2688
3094
|
"linearGradient",
|
|
2689
3095
|
{
|
|
2690
3096
|
id: "paint0_linear_1327_167461",
|
|
@@ -2694,12 +3100,12 @@ var VoilaPointBase = (props) => {
|
|
|
2694
3100
|
y2: "2.51294",
|
|
2695
3101
|
gradientUnits: "userSpaceOnUse",
|
|
2696
3102
|
children: [
|
|
2697
|
-
/* @__PURE__ */
|
|
2698
|
-
/* @__PURE__ */
|
|
3103
|
+
/* @__PURE__ */ jsx111("stop", { stopColor: "#E6E6E6" }),
|
|
3104
|
+
/* @__PURE__ */ jsx111("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2699
3105
|
]
|
|
2700
3106
|
}
|
|
2701
3107
|
),
|
|
2702
|
-
/* @__PURE__ */
|
|
3108
|
+
/* @__PURE__ */ jsxs75(
|
|
2703
3109
|
"linearGradient",
|
|
2704
3110
|
{
|
|
2705
3111
|
id: "paint1_linear_1327_167461",
|
|
@@ -2709,9 +3115,9 @@ var VoilaPointBase = (props) => {
|
|
|
2709
3115
|
y2: "19.984",
|
|
2710
3116
|
gradientUnits: "userSpaceOnUse",
|
|
2711
3117
|
children: [
|
|
2712
|
-
/* @__PURE__ */
|
|
2713
|
-
/* @__PURE__ */
|
|
2714
|
-
/* @__PURE__ */
|
|
3118
|
+
/* @__PURE__ */ jsx111("stop", { stopColor: "#E6E6E6" }),
|
|
3119
|
+
/* @__PURE__ */ jsx111("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
3120
|
+
/* @__PURE__ */ jsx111("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2715
3121
|
]
|
|
2716
3122
|
}
|
|
2717
3123
|
)
|
|
@@ -2721,10 +3127,10 @@ var VoilaPointBase = (props) => {
|
|
|
2721
3127
|
var voila_point_base_default = VoilaPointBase;
|
|
2722
3128
|
|
|
2723
3129
|
// src/icons/v2/solid/voucher.tsx
|
|
2724
|
-
import { jsx as
|
|
3130
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
2725
3131
|
var Voucher = (props) => {
|
|
2726
3132
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2727
|
-
return /* @__PURE__ */
|
|
3133
|
+
return /* @__PURE__ */ jsx112("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx112(
|
|
2728
3134
|
"path",
|
|
2729
3135
|
{
|
|
2730
3136
|
fillRule: "evenodd",
|
|
@@ -2737,10 +3143,10 @@ var Voucher = (props) => {
|
|
|
2737
3143
|
var voucher_default = Voucher;
|
|
2738
3144
|
|
|
2739
3145
|
// src/icons/v2/solid/wallet.tsx
|
|
2740
|
-
import { jsx as
|
|
3146
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
2741
3147
|
var Wallet = (props) => {
|
|
2742
3148
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2743
|
-
return /* @__PURE__ */
|
|
3149
|
+
return /* @__PURE__ */ jsx113("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx113("g", { id: "24x24", children: /* @__PURE__ */ jsx113(
|
|
2744
3150
|
"path",
|
|
2745
3151
|
{
|
|
2746
3152
|
id: "Subtract",
|
|
@@ -2754,6 +3160,7 @@ var Wallet = (props) => {
|
|
|
2754
3160
|
var wallet_default = Wallet;
|
|
2755
3161
|
export {
|
|
2756
3162
|
add_bag_solid_default as AddBagSolid,
|
|
3163
|
+
address_rounded_default as AddressRounded,
|
|
2757
3164
|
arrow_down_circle_solid_default as ArrowDownCircleSolid,
|
|
2758
3165
|
arrow_left_default as ArrowLeft,
|
|
2759
3166
|
arrow_left_large_default as ArrowLeftLarge,
|
|
@@ -2775,6 +3182,7 @@ export {
|
|
|
2775
3182
|
check_large_default as CheckLarge,
|
|
2776
3183
|
check_shield_default as CheckShield,
|
|
2777
3184
|
check_shield_default2 as CheckShieldSolid,
|
|
3185
|
+
check_default as ChecklistRounded,
|
|
2778
3186
|
chevron_down_default as ChevronDown,
|
|
2779
3187
|
chevron_down_large_default as ChevronDownLarge,
|
|
2780
3188
|
chevron_left_default as ChevronLeft,
|
|
@@ -2786,9 +3194,11 @@ export {
|
|
|
2786
3194
|
clock_default as Clock,
|
|
2787
3195
|
close_default as Close,
|
|
2788
3196
|
close_large_default as CloseLarge,
|
|
3197
|
+
complete_order_rounded_default as CompleteOrderRounded,
|
|
2789
3198
|
contact_book_default as ContactBook,
|
|
2790
3199
|
copy_default as Copy,
|
|
2791
3200
|
delivered_default as Delivered,
|
|
3201
|
+
delivered_rounded_default as DeliveredRounded,
|
|
2792
3202
|
direction_default as Direction,
|
|
2793
3203
|
edit_default as Edit,
|
|
2794
3204
|
enveloped_default as Enveloped,
|
|
@@ -2803,10 +3213,12 @@ export {
|
|
|
2803
3213
|
handphone_solid_default as HandphoneSolid,
|
|
2804
3214
|
heart_default as Heart,
|
|
2805
3215
|
heart_solid_default as HeartSolid,
|
|
3216
|
+
help_default as Help,
|
|
2806
3217
|
home_default as Home,
|
|
2807
3218
|
home_solid_default as HomeSolid,
|
|
2808
3219
|
info_default as Info,
|
|
2809
3220
|
info_solid_default as InfoSolid,
|
|
3221
|
+
installment_rounded_default as InstallmentRounded,
|
|
2810
3222
|
kebab_menu_default as KebabMenu,
|
|
2811
3223
|
lock_solid_default as LockSolid,
|
|
2812
3224
|
logout_default as Logout,
|
|
@@ -2817,9 +3229,13 @@ export {
|
|
|
2817
3229
|
minus_rounded_default as MinusRounded,
|
|
2818
3230
|
no_gps_default as NoGps,
|
|
2819
3231
|
note_default as Note,
|
|
3232
|
+
order_failed_rounded_default as OrderFailedRounded,
|
|
2820
3233
|
order_history_default as OrderHistory,
|
|
3234
|
+
order_processed_rounded_default as OrderProcessedRounded,
|
|
2821
3235
|
otp_default as Otp,
|
|
2822
3236
|
paylater_default as Paylater,
|
|
3237
|
+
payment_failed_rounded_default as PaymentFailedRounded,
|
|
3238
|
+
payment_verification_rounded_default as PaymentVerificationRounded,
|
|
2823
3239
|
plus_default as Plus,
|
|
2824
3240
|
plus_large_default as PlusLarge,
|
|
2825
3241
|
privacy_policy_default as PrivacyPolicy,
|
|
@@ -2834,6 +3250,8 @@ export {
|
|
|
2834
3250
|
setting_default as Setting,
|
|
2835
3251
|
setting_solid_default as SettingSolid,
|
|
2836
3252
|
share_default as Share,
|
|
3253
|
+
shield_rounded_default as ShieldRounded,
|
|
3254
|
+
shipped_rounded_default as ShippedRounded,
|
|
2837
3255
|
size_chart_rounded_default as SizeChartRounded,
|
|
2838
3256
|
sort_default as Sort,
|
|
2839
3257
|
start_solid_rounded_default as StarSolidRounded,
|
|
@@ -2846,11 +3264,14 @@ export {
|
|
|
2846
3264
|
trend_up_default as TrendUp,
|
|
2847
3265
|
truck_default as Truck,
|
|
2848
3266
|
truck_discount_default as TruckDiscount,
|
|
3267
|
+
truck_rounded_default as TruckRounded,
|
|
2849
3268
|
virtual_wallet_default as VirtualWallet,
|
|
2850
3269
|
voila_point_base_default as VoilaPointBase,
|
|
2851
3270
|
voucher_default as Voucher,
|
|
2852
3271
|
voucher_applied_default as VoucherApplied,
|
|
2853
3272
|
voucher_outline_default as VoucherOutline,
|
|
2854
|
-
|
|
3273
|
+
waiting_payment_rounded_default as WaitingPaymentRounded,
|
|
3274
|
+
wallet_default as Wallet,
|
|
3275
|
+
zoom_rounded_default as ZoomRounded
|
|
2855
3276
|
};
|
|
2856
3277
|
//# sourceMappingURL=v2.mjs.map
|