@ctlyst.id/icons 2.2.6 → 2.2.8
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 +7 -1
- package/dist/v2.d.ts +7 -1
- package/dist/v2.js +198 -95
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +195 -95
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -35,13 +35,58 @@ var ArrowRight = (props) => {
|
|
|
35
35
|
};
|
|
36
36
|
var arrow_right_default = ArrowRight;
|
|
37
37
|
|
|
38
|
-
// src/icons/v2/outline/
|
|
38
|
+
// src/icons/v2/outline/bag.tsx
|
|
39
39
|
import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
40
|
+
var Bag = (props) => {
|
|
41
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
42
|
+
return /* @__PURE__ */ jsxs2("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
43
|
+
/* @__PURE__ */ jsx3(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
clipRule: "evenodd",
|
|
48
|
+
d: "M17.538 9.00004H6.47314C6.22435 9.00004 6.0134 9.18296 5.97818 9.42925L4.54777 19.4292C4.50468 19.7305 4.73842 20 5.04274 20H18.9558C19.2598 20 19.4935 19.7309 19.4508 19.4299L18.0331 9.42986C17.9981 9.1833 17.7871 9.00004 17.538 9.00004ZM6.47314 7.50004C5.47797 7.50004 4.6342 8.23171 4.49329 9.21685L3.06289 19.2168C2.89053 20.4218 3.82549 21.5 5.04274 21.5H18.9558C20.172 21.5 21.1067 20.4235 20.936 19.2193L19.5182 9.21931C19.3784 8.23306 18.5341 7.50004 17.538 7.50004H6.47314Z",
|
|
49
|
+
fill: color
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ jsx3(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
clipRule: "evenodd",
|
|
57
|
+
d: "M12 4.01111C10.2272 4.01111 8.79001 5.44826 8.79001 7.22107H7.29001C7.29001 4.61983 9.39873 2.51111 12 2.51111C14.6012 2.51111 16.7099 4.61983 16.7099 7.22107H15.2099C15.2099 5.44826 13.7728 4.01111 12 4.01111Z",
|
|
58
|
+
fill: color
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ jsx3(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M7.99997 6.49077C8.41418 6.49077 8.74997 6.82655 8.74997 7.24077V9.50004C8.74997 9.91426 8.41418 10.25 7.99997 10.25C7.58576 10.25 7.24997 9.91426 7.24997 9.50004V7.24077C7.24997 6.82655 7.58576 6.49077 7.99997 6.49077Z",
|
|
67
|
+
fill: color
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ jsx3(
|
|
71
|
+
"path",
|
|
72
|
+
{
|
|
73
|
+
fillRule: "evenodd",
|
|
74
|
+
clipRule: "evenodd",
|
|
75
|
+
d: "M15.9599 6.49077C16.3741 6.49077 16.7099 6.82655 16.7099 7.24077V9.50004C16.7099 9.91426 16.3741 10.25 15.9599 10.25C15.5457 10.25 15.2099 9.91426 15.2099 9.50004V7.24077C15.2099 6.82655 15.5457 6.49077 15.9599 6.49077Z",
|
|
76
|
+
fill: color
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
] });
|
|
80
|
+
};
|
|
81
|
+
var bag_default = Bag;
|
|
82
|
+
|
|
83
|
+
// src/icons/v2/outline/calendar.tsx
|
|
84
|
+
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
40
85
|
var Calendar = (props) => {
|
|
41
86
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
42
|
-
return /* @__PURE__ */
|
|
43
|
-
/* @__PURE__ */
|
|
44
|
-
/* @__PURE__ */
|
|
87
|
+
return /* @__PURE__ */ jsxs3("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
88
|
+
/* @__PURE__ */ jsxs3("g", { clipPath: "url(#calendar)", children: [
|
|
89
|
+
/* @__PURE__ */ jsx4(
|
|
45
90
|
"path",
|
|
46
91
|
{
|
|
47
92
|
fillRule: "evenodd",
|
|
@@ -50,7 +95,7 @@ var Calendar = (props) => {
|
|
|
50
95
|
fill: color
|
|
51
96
|
}
|
|
52
97
|
),
|
|
53
|
-
/* @__PURE__ */
|
|
98
|
+
/* @__PURE__ */ jsx4(
|
|
54
99
|
"path",
|
|
55
100
|
{
|
|
56
101
|
fillRule: "evenodd",
|
|
@@ -59,7 +104,7 @@ var Calendar = (props) => {
|
|
|
59
104
|
fill: color
|
|
60
105
|
}
|
|
61
106
|
),
|
|
62
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ jsx4(
|
|
63
108
|
"path",
|
|
64
109
|
{
|
|
65
110
|
fillRule: "evenodd",
|
|
@@ -68,8 +113,8 @@ var Calendar = (props) => {
|
|
|
68
113
|
fill: color
|
|
69
114
|
}
|
|
70
115
|
),
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */
|
|
116
|
+
/* @__PURE__ */ jsx4("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
|
|
117
|
+
/* @__PURE__ */ jsx4(
|
|
73
118
|
"path",
|
|
74
119
|
{
|
|
75
120
|
fillRule: "evenodd",
|
|
@@ -79,25 +124,25 @@ var Calendar = (props) => {
|
|
|
79
124
|
}
|
|
80
125
|
)
|
|
81
126
|
] }),
|
|
82
|
-
/* @__PURE__ */
|
|
127
|
+
/* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "calendar", children: /* @__PURE__ */ jsx4("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
83
128
|
] });
|
|
84
129
|
};
|
|
85
130
|
var calendar_default = Calendar;
|
|
86
131
|
|
|
87
132
|
// src/icons/v2/outline/calendar-event.tsx
|
|
88
|
-
import { jsx as
|
|
133
|
+
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
89
134
|
var CalendarEvent = (props) => {
|
|
90
135
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
91
|
-
return /* @__PURE__ */
|
|
92
|
-
/* @__PURE__ */
|
|
93
|
-
/* @__PURE__ */
|
|
136
|
+
return /* @__PURE__ */ jsxs4("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
137
|
+
/* @__PURE__ */ jsxs4("g", { clipPath: "url(#calendar-event)", children: [
|
|
138
|
+
/* @__PURE__ */ jsx5(
|
|
94
139
|
"path",
|
|
95
140
|
{
|
|
96
141
|
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",
|
|
97
142
|
fill: color
|
|
98
143
|
}
|
|
99
144
|
),
|
|
100
|
-
/* @__PURE__ */
|
|
145
|
+
/* @__PURE__ */ jsx5(
|
|
101
146
|
"path",
|
|
102
147
|
{
|
|
103
148
|
fillRule: "evenodd",
|
|
@@ -107,16 +152,16 @@ var CalendarEvent = (props) => {
|
|
|
107
152
|
}
|
|
108
153
|
)
|
|
109
154
|
] }),
|
|
110
|
-
/* @__PURE__ */
|
|
155
|
+
/* @__PURE__ */ jsx5("defs", { children: /* @__PURE__ */ jsx5("clipPath", { id: "calendar-event", children: /* @__PURE__ */ jsx5("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
111
156
|
] });
|
|
112
157
|
};
|
|
113
158
|
var calendar_event_default = CalendarEvent;
|
|
114
159
|
|
|
115
160
|
// src/icons/v2/outline/check.tsx
|
|
116
|
-
import { jsx as
|
|
161
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
117
162
|
var Check = (props) => {
|
|
118
163
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
119
|
-
return /* @__PURE__ */
|
|
164
|
+
return /* @__PURE__ */ jsx6("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx6(
|
|
120
165
|
"path",
|
|
121
166
|
{
|
|
122
167
|
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",
|
|
@@ -127,10 +172,10 @@ var Check = (props) => {
|
|
|
127
172
|
var check_default = Check;
|
|
128
173
|
|
|
129
174
|
// src/icons/v2/outline/chevron-down.tsx
|
|
130
|
-
import { jsx as
|
|
175
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
131
176
|
var ChevronUp = (props) => {
|
|
132
177
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
133
|
-
return /* @__PURE__ */
|
|
178
|
+
return /* @__PURE__ */ jsx7("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx7(
|
|
134
179
|
"path",
|
|
135
180
|
{
|
|
136
181
|
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",
|
|
@@ -141,10 +186,10 @@ var ChevronUp = (props) => {
|
|
|
141
186
|
var chevron_down_default = ChevronUp;
|
|
142
187
|
|
|
143
188
|
// src/icons/v2/outline/chevron-left.tsx
|
|
144
|
-
import { jsx as
|
|
189
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
145
190
|
var ChevronLeft = (props) => {
|
|
146
191
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
147
|
-
return /* @__PURE__ */
|
|
192
|
+
return /* @__PURE__ */ jsx8("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx8(
|
|
148
193
|
"path",
|
|
149
194
|
{
|
|
150
195
|
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",
|
|
@@ -155,10 +200,10 @@ var ChevronLeft = (props) => {
|
|
|
155
200
|
var chevron_left_default = ChevronLeft;
|
|
156
201
|
|
|
157
202
|
// src/icons/v2/outline/chevron-right.tsx
|
|
158
|
-
import { jsx as
|
|
203
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
159
204
|
var ChevronRight = (props) => {
|
|
160
205
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
161
|
-
return /* @__PURE__ */
|
|
206
|
+
return /* @__PURE__ */ jsx9("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx9(
|
|
162
207
|
"path",
|
|
163
208
|
{
|
|
164
209
|
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",
|
|
@@ -169,10 +214,10 @@ var ChevronRight = (props) => {
|
|
|
169
214
|
var chevron_right_default = ChevronRight;
|
|
170
215
|
|
|
171
216
|
// src/icons/v2/outline/chevron-up.tsx
|
|
172
|
-
import { jsx as
|
|
217
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
173
218
|
var ChevronUp2 = (props) => {
|
|
174
219
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
175
|
-
return /* @__PURE__ */
|
|
220
|
+
return /* @__PURE__ */ jsx10("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx10(
|
|
176
221
|
"path",
|
|
177
222
|
{
|
|
178
223
|
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",
|
|
@@ -183,18 +228,18 @@ var ChevronUp2 = (props) => {
|
|
|
183
228
|
var chevron_up_default = ChevronUp2;
|
|
184
229
|
|
|
185
230
|
// src/icons/v2/outline/close.tsx
|
|
186
|
-
import { jsx as
|
|
231
|
+
import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
187
232
|
var Close = (props) => {
|
|
188
233
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
189
|
-
return /* @__PURE__ */
|
|
190
|
-
/* @__PURE__ */
|
|
234
|
+
return /* @__PURE__ */ jsxs5("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
235
|
+
/* @__PURE__ */ jsx11(
|
|
191
236
|
"path",
|
|
192
237
|
{
|
|
193
238
|
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",
|
|
194
239
|
fill: color
|
|
195
240
|
}
|
|
196
241
|
),
|
|
197
|
-
/* @__PURE__ */
|
|
242
|
+
/* @__PURE__ */ jsx11(
|
|
198
243
|
"path",
|
|
199
244
|
{
|
|
200
245
|
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",
|
|
@@ -206,11 +251,11 @@ var Close = (props) => {
|
|
|
206
251
|
var close_default = Close;
|
|
207
252
|
|
|
208
253
|
// src/icons/v2/outline/contact-book.tsx
|
|
209
|
-
import { jsx as
|
|
254
|
+
import { jsx as jsx12, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
210
255
|
var ContactBook = (props) => {
|
|
211
256
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
212
|
-
return /* @__PURE__ */
|
|
213
|
-
/* @__PURE__ */
|
|
257
|
+
return /* @__PURE__ */ jsxs6("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
258
|
+
/* @__PURE__ */ jsx12(
|
|
214
259
|
"path",
|
|
215
260
|
{
|
|
216
261
|
fillRule: "evenodd",
|
|
@@ -219,7 +264,7 @@ var ContactBook = (props) => {
|
|
|
219
264
|
fill: color
|
|
220
265
|
}
|
|
221
266
|
),
|
|
222
|
-
/* @__PURE__ */
|
|
267
|
+
/* @__PURE__ */ jsx12(
|
|
223
268
|
"path",
|
|
224
269
|
{
|
|
225
270
|
fillRule: "evenodd",
|
|
@@ -228,7 +273,7 @@ var ContactBook = (props) => {
|
|
|
228
273
|
fill: color
|
|
229
274
|
}
|
|
230
275
|
),
|
|
231
|
-
/* @__PURE__ */
|
|
276
|
+
/* @__PURE__ */ jsx12(
|
|
232
277
|
"path",
|
|
233
278
|
{
|
|
234
279
|
fillRule: "evenodd",
|
|
@@ -237,7 +282,7 @@ var ContactBook = (props) => {
|
|
|
237
282
|
fill: color
|
|
238
283
|
}
|
|
239
284
|
),
|
|
240
|
-
/* @__PURE__ */
|
|
285
|
+
/* @__PURE__ */ jsx12(
|
|
241
286
|
"path",
|
|
242
287
|
{
|
|
243
288
|
fillRule: "evenodd",
|
|
@@ -246,7 +291,7 @@ var ContactBook = (props) => {
|
|
|
246
291
|
fill: color
|
|
247
292
|
}
|
|
248
293
|
),
|
|
249
|
-
/* @__PURE__ */
|
|
294
|
+
/* @__PURE__ */ jsx12(
|
|
250
295
|
"path",
|
|
251
296
|
{
|
|
252
297
|
fillRule: "evenodd",
|
|
@@ -255,7 +300,7 @@ var ContactBook = (props) => {
|
|
|
255
300
|
fill: color
|
|
256
301
|
}
|
|
257
302
|
),
|
|
258
|
-
/* @__PURE__ */
|
|
303
|
+
/* @__PURE__ */ jsx12(
|
|
259
304
|
"path",
|
|
260
305
|
{
|
|
261
306
|
fillRule: "evenodd",
|
|
@@ -269,11 +314,11 @@ var ContactBook = (props) => {
|
|
|
269
314
|
var contact_book_default = ContactBook;
|
|
270
315
|
|
|
271
316
|
// src/icons/v2/outline/eye-close.tsx
|
|
272
|
-
import { jsx as
|
|
317
|
+
import { jsx as jsx13, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
273
318
|
var EyeClose = (props) => {
|
|
274
319
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
275
|
-
return /* @__PURE__ */
|
|
276
|
-
/* @__PURE__ */
|
|
320
|
+
return /* @__PURE__ */ jsxs7("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
321
|
+
/* @__PURE__ */ jsx13(
|
|
277
322
|
"path",
|
|
278
323
|
{
|
|
279
324
|
fillRule: "evenodd",
|
|
@@ -282,7 +327,7 @@ var EyeClose = (props) => {
|
|
|
282
327
|
fill: color
|
|
283
328
|
}
|
|
284
329
|
),
|
|
285
|
-
/* @__PURE__ */
|
|
330
|
+
/* @__PURE__ */ jsx13(
|
|
286
331
|
"path",
|
|
287
332
|
{
|
|
288
333
|
fillRule: "evenodd",
|
|
@@ -291,7 +336,7 @@ var EyeClose = (props) => {
|
|
|
291
336
|
fill: color
|
|
292
337
|
}
|
|
293
338
|
),
|
|
294
|
-
/* @__PURE__ */
|
|
339
|
+
/* @__PURE__ */ jsx13(
|
|
295
340
|
"path",
|
|
296
341
|
{
|
|
297
342
|
fillRule: "evenodd",
|
|
@@ -305,11 +350,11 @@ var EyeClose = (props) => {
|
|
|
305
350
|
var eye_close_default = EyeClose;
|
|
306
351
|
|
|
307
352
|
// src/icons/v2/outline/eye-open.tsx
|
|
308
|
-
import { jsx as
|
|
353
|
+
import { jsx as jsx14, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
309
354
|
var EyeOpen = (props) => {
|
|
310
355
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
311
|
-
return /* @__PURE__ */
|
|
312
|
-
/* @__PURE__ */
|
|
356
|
+
return /* @__PURE__ */ jsxs8("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
357
|
+
/* @__PURE__ */ jsx14(
|
|
313
358
|
"path",
|
|
314
359
|
{
|
|
315
360
|
fillRule: "evenodd",
|
|
@@ -318,7 +363,7 @@ var EyeOpen = (props) => {
|
|
|
318
363
|
fill: color
|
|
319
364
|
}
|
|
320
365
|
),
|
|
321
|
-
/* @__PURE__ */
|
|
366
|
+
/* @__PURE__ */ jsx14(
|
|
322
367
|
"path",
|
|
323
368
|
{
|
|
324
369
|
fillRule: "evenodd",
|
|
@@ -332,11 +377,11 @@ var EyeOpen = (props) => {
|
|
|
332
377
|
var eye_open_default = EyeOpen;
|
|
333
378
|
|
|
334
379
|
// src/icons/v2/outline/filter.tsx
|
|
335
|
-
import { jsx as
|
|
380
|
+
import { jsx as jsx15, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
336
381
|
var Filter = (props) => {
|
|
337
382
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
338
|
-
return /* @__PURE__ */
|
|
339
|
-
/* @__PURE__ */
|
|
383
|
+
return /* @__PURE__ */ jsxs9("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
384
|
+
/* @__PURE__ */ jsx15(
|
|
340
385
|
"path",
|
|
341
386
|
{
|
|
342
387
|
fillRule: "evenodd",
|
|
@@ -345,7 +390,7 @@ var Filter = (props) => {
|
|
|
345
390
|
fill: color
|
|
346
391
|
}
|
|
347
392
|
),
|
|
348
|
-
/* @__PURE__ */
|
|
393
|
+
/* @__PURE__ */ jsx15(
|
|
349
394
|
"path",
|
|
350
395
|
{
|
|
351
396
|
fillRule: "evenodd",
|
|
@@ -354,7 +399,7 @@ var Filter = (props) => {
|
|
|
354
399
|
fill: color
|
|
355
400
|
}
|
|
356
401
|
),
|
|
357
|
-
/* @__PURE__ */
|
|
402
|
+
/* @__PURE__ */ jsx15(
|
|
358
403
|
"path",
|
|
359
404
|
{
|
|
360
405
|
fillRule: "evenodd",
|
|
@@ -368,12 +413,12 @@ var Filter = (props) => {
|
|
|
368
413
|
var filter_default = Filter;
|
|
369
414
|
|
|
370
415
|
// src/icons/v2/outline/map-marker.tsx
|
|
371
|
-
import { jsx as
|
|
416
|
+
import { jsx as jsx16, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
372
417
|
var MapMarker = (props) => {
|
|
373
418
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
374
|
-
return /* @__PURE__ */
|
|
375
|
-
/* @__PURE__ */
|
|
376
|
-
/* @__PURE__ */
|
|
419
|
+
return /* @__PURE__ */ jsxs10("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
420
|
+
/* @__PURE__ */ jsxs10("g", { clipPath: "url(#map-marker)", children: [
|
|
421
|
+
/* @__PURE__ */ jsx16(
|
|
377
422
|
"path",
|
|
378
423
|
{
|
|
379
424
|
fillRule: "evenodd",
|
|
@@ -382,7 +427,7 @@ var MapMarker = (props) => {
|
|
|
382
427
|
fill: color
|
|
383
428
|
}
|
|
384
429
|
),
|
|
385
|
-
/* @__PURE__ */
|
|
430
|
+
/* @__PURE__ */ jsx16(
|
|
386
431
|
"path",
|
|
387
432
|
{
|
|
388
433
|
fillRule: "evenodd",
|
|
@@ -392,16 +437,16 @@ var MapMarker = (props) => {
|
|
|
392
437
|
}
|
|
393
438
|
)
|
|
394
439
|
] }),
|
|
395
|
-
/* @__PURE__ */
|
|
440
|
+
/* @__PURE__ */ jsx16("defs", { children: /* @__PURE__ */ jsx16("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx16("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
396
441
|
] });
|
|
397
442
|
};
|
|
398
443
|
var map_marker_default = MapMarker;
|
|
399
444
|
|
|
400
445
|
// src/icons/v2/outline/minus.tsx
|
|
401
|
-
import { jsx as
|
|
446
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
402
447
|
var Minus = (props) => {
|
|
403
448
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
404
|
-
return /* @__PURE__ */
|
|
449
|
+
return /* @__PURE__ */ jsx17("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx17(
|
|
405
450
|
"path",
|
|
406
451
|
{
|
|
407
452
|
fillRule: "evenodd",
|
|
@@ -414,18 +459,18 @@ var Minus = (props) => {
|
|
|
414
459
|
var minus_default = Minus;
|
|
415
460
|
|
|
416
461
|
// src/icons/v2/outline/plus.tsx
|
|
417
|
-
import { jsx as
|
|
462
|
+
import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
418
463
|
var Plus = (props) => {
|
|
419
464
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
420
|
-
return /* @__PURE__ */
|
|
421
|
-
/* @__PURE__ */
|
|
465
|
+
return /* @__PURE__ */ jsxs11("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
466
|
+
/* @__PURE__ */ jsx18(
|
|
422
467
|
"path",
|
|
423
468
|
{
|
|
424
469
|
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",
|
|
425
470
|
fill: color
|
|
426
471
|
}
|
|
427
472
|
),
|
|
428
|
-
/* @__PURE__ */
|
|
473
|
+
/* @__PURE__ */ jsx18(
|
|
429
474
|
"path",
|
|
430
475
|
{
|
|
431
476
|
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",
|
|
@@ -437,11 +482,11 @@ var Plus = (props) => {
|
|
|
437
482
|
var plus_default = Plus;
|
|
438
483
|
|
|
439
484
|
// src/icons/v2/outline/search.tsx
|
|
440
|
-
import { jsx as
|
|
485
|
+
import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
441
486
|
var Search = (props) => {
|
|
442
487
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
443
|
-
return /* @__PURE__ */
|
|
444
|
-
/* @__PURE__ */
|
|
488
|
+
return /* @__PURE__ */ jsxs12("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
489
|
+
/* @__PURE__ */ jsx19(
|
|
445
490
|
"path",
|
|
446
491
|
{
|
|
447
492
|
fillRule: "evenodd",
|
|
@@ -450,7 +495,7 @@ var Search = (props) => {
|
|
|
450
495
|
fill: color
|
|
451
496
|
}
|
|
452
497
|
),
|
|
453
|
-
/* @__PURE__ */
|
|
498
|
+
/* @__PURE__ */ jsx19(
|
|
454
499
|
"path",
|
|
455
500
|
{
|
|
456
501
|
fillRule: "evenodd",
|
|
@@ -463,12 +508,48 @@ var Search = (props) => {
|
|
|
463
508
|
};
|
|
464
509
|
var search_default = Search;
|
|
465
510
|
|
|
511
|
+
// src/icons/v2/outline/share.tsx
|
|
512
|
+
import { jsx as jsx20, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
513
|
+
var Bag2 = (props) => {
|
|
514
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
515
|
+
return /* @__PURE__ */ jsxs13("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
516
|
+
/* @__PURE__ */ jsx20(
|
|
517
|
+
"path",
|
|
518
|
+
{
|
|
519
|
+
fillRule: "evenodd",
|
|
520
|
+
clipRule: "evenodd",
|
|
521
|
+
d: "M3.75543 10.75C4.16965 10.75 4.50543 11.0858 4.50543 11.5V18.7555C4.50543 18.8936 4.61736 19.0055 4.75543 19.0055H19.2458C19.3839 19.0055 19.4958 18.8936 19.4958 18.7555V11.5C19.4958 11.0858 19.8316 10.75 20.2458 10.75C20.66 10.75 20.9958 11.0858 20.9958 11.5V18.7555C20.9958 19.722 20.2123 20.5055 19.2458 20.5055H4.75543C3.78893 20.5055 3.00543 19.722 3.00543 18.7555V11.5C3.00543 11.0858 3.34122 10.75 3.75543 10.75Z",
|
|
522
|
+
fill: color
|
|
523
|
+
}
|
|
524
|
+
),
|
|
525
|
+
/* @__PURE__ */ jsx20(
|
|
526
|
+
"path",
|
|
527
|
+
{
|
|
528
|
+
fillRule: "evenodd",
|
|
529
|
+
clipRule: "evenodd",
|
|
530
|
+
d: "M11.4703 5.51386C11.7632 5.22097 12.2381 5.22097 12.531 5.51386L16.2517 9.23458C16.5446 9.52747 16.5446 10.0023 16.2517 10.2952C15.9588 10.5881 15.4839 10.5881 15.191 10.2952L12.0006 7.10485L8.81024 10.2952C8.51734 10.5881 8.04247 10.5881 7.74958 10.2952C7.45668 10.0023 7.45668 9.52747 7.74958 9.23458L11.4703 5.51386Z",
|
|
531
|
+
fill: color
|
|
532
|
+
}
|
|
533
|
+
),
|
|
534
|
+
/* @__PURE__ */ jsx20(
|
|
535
|
+
"path",
|
|
536
|
+
{
|
|
537
|
+
fillRule: "evenodd",
|
|
538
|
+
clipRule: "evenodd",
|
|
539
|
+
d: "M12 5.29419C12.4142 5.29419 12.75 5.62998 12.75 6.04419L12.75 15.6277C12.75 16.0419 12.4142 16.3777 12 16.3777C11.5858 16.3777 11.25 16.0419 11.25 15.6277L11.25 6.04419C11.25 5.62998 11.5858 5.29419 12 5.29419Z",
|
|
540
|
+
fill: color
|
|
541
|
+
}
|
|
542
|
+
)
|
|
543
|
+
] });
|
|
544
|
+
};
|
|
545
|
+
var share_default = Bag2;
|
|
546
|
+
|
|
466
547
|
// src/icons/v2/outline/sort.tsx
|
|
467
|
-
import { jsx as
|
|
548
|
+
import { jsx as jsx21, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
468
549
|
var Sort = (props) => {
|
|
469
550
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
470
|
-
return /* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */
|
|
551
|
+
return /* @__PURE__ */ jsxs14("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
552
|
+
/* @__PURE__ */ jsx21(
|
|
472
553
|
"path",
|
|
473
554
|
{
|
|
474
555
|
fillRule: "evenodd",
|
|
@@ -477,7 +558,7 @@ var Sort = (props) => {
|
|
|
477
558
|
fill: color
|
|
478
559
|
}
|
|
479
560
|
),
|
|
480
|
-
/* @__PURE__ */
|
|
561
|
+
/* @__PURE__ */ jsx21(
|
|
481
562
|
"path",
|
|
482
563
|
{
|
|
483
564
|
fillRule: "evenodd",
|
|
@@ -491,25 +572,25 @@ var Sort = (props) => {
|
|
|
491
572
|
var sort_default = Sort;
|
|
492
573
|
|
|
493
574
|
// src/icons/v2/outline/store-complete.tsx
|
|
494
|
-
import { jsx as
|
|
575
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
495
576
|
var StoreComplete = (props) => {
|
|
496
577
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
497
|
-
return /* @__PURE__ */
|
|
498
|
-
/* @__PURE__ */
|
|
578
|
+
return /* @__PURE__ */ jsxs15("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
579
|
+
/* @__PURE__ */ jsx22(
|
|
499
580
|
"path",
|
|
500
581
|
{
|
|
501
582
|
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",
|
|
502
583
|
fill: color
|
|
503
584
|
}
|
|
504
585
|
),
|
|
505
|
-
/* @__PURE__ */
|
|
586
|
+
/* @__PURE__ */ jsx22(
|
|
506
587
|
"path",
|
|
507
588
|
{
|
|
508
589
|
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",
|
|
509
590
|
fill: color
|
|
510
591
|
}
|
|
511
592
|
),
|
|
512
|
-
/* @__PURE__ */
|
|
593
|
+
/* @__PURE__ */ jsx22(
|
|
513
594
|
"path",
|
|
514
595
|
{
|
|
515
596
|
fillRule: "evenodd",
|
|
@@ -523,11 +604,11 @@ var StoreComplete = (props) => {
|
|
|
523
604
|
var store_complete_default = StoreComplete;
|
|
524
605
|
|
|
525
606
|
// src/icons/v2/outline/truck.tsx
|
|
526
|
-
import { jsx as
|
|
607
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
527
608
|
var Truck = (props) => {
|
|
528
609
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
529
|
-
return /* @__PURE__ */
|
|
530
|
-
/* @__PURE__ */
|
|
610
|
+
return /* @__PURE__ */ jsxs16("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
611
|
+
/* @__PURE__ */ jsx23("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx23(
|
|
531
612
|
"path",
|
|
532
613
|
{
|
|
533
614
|
fillRule: "evenodd",
|
|
@@ -536,19 +617,19 @@ var Truck = (props) => {
|
|
|
536
617
|
fill: color
|
|
537
618
|
}
|
|
538
619
|
) }),
|
|
539
|
-
/* @__PURE__ */
|
|
620
|
+
/* @__PURE__ */ jsx23("defs", { children: /* @__PURE__ */ jsx23("clipPath", { id: "truck", children: /* @__PURE__ */ jsx23("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
540
621
|
] });
|
|
541
622
|
};
|
|
542
623
|
var truck_default = Truck;
|
|
543
624
|
|
|
544
625
|
// src/icons/v2/solid/direction.tsx
|
|
545
|
-
import { jsx as
|
|
626
|
+
import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
546
627
|
var Direction = (props) => {
|
|
547
628
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
548
|
-
return /* @__PURE__ */
|
|
549
|
-
/* @__PURE__ */
|
|
550
|
-
/* @__PURE__ */
|
|
551
|
-
/* @__PURE__ */
|
|
629
|
+
return /* @__PURE__ */ jsxs17("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
630
|
+
/* @__PURE__ */ jsxs17("g", { clipPath: "url(#direction)", children: [
|
|
631
|
+
/* @__PURE__ */ jsx24("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
632
|
+
/* @__PURE__ */ jsx24(
|
|
552
633
|
"path",
|
|
553
634
|
{
|
|
554
635
|
fillRule: "evenodd",
|
|
@@ -558,16 +639,16 @@ var Direction = (props) => {
|
|
|
558
639
|
}
|
|
559
640
|
)
|
|
560
641
|
] }),
|
|
561
|
-
/* @__PURE__ */
|
|
642
|
+
/* @__PURE__ */ jsx24("defs", { children: /* @__PURE__ */ jsx24("clipPath", { id: "direction", children: /* @__PURE__ */ jsx24("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
562
643
|
] });
|
|
563
644
|
};
|
|
564
645
|
var direction_default = Direction;
|
|
565
646
|
|
|
566
647
|
// src/icons/v2/solid/hand.tsx
|
|
567
|
-
import { jsx as
|
|
648
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
568
649
|
var Hand = (props) => {
|
|
569
650
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
570
|
-
return /* @__PURE__ */
|
|
651
|
+
return /* @__PURE__ */ jsx25("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx25("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx25(
|
|
571
652
|
"path",
|
|
572
653
|
{
|
|
573
654
|
id: "Vector 650",
|
|
@@ -579,11 +660,11 @@ var Hand = (props) => {
|
|
|
579
660
|
var hand_default = Hand;
|
|
580
661
|
|
|
581
662
|
// src/icons/v2/solid/trend-up.tsx
|
|
582
|
-
import { jsx as
|
|
663
|
+
import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
583
664
|
var TrendUp = (props) => {
|
|
584
665
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
585
|
-
return /* @__PURE__ */
|
|
586
|
-
/* @__PURE__ */
|
|
666
|
+
return /* @__PURE__ */ jsx26("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx26("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs18("g", { id: "Vector", children: [
|
|
667
|
+
/* @__PURE__ */ jsx26(
|
|
587
668
|
"path",
|
|
588
669
|
{
|
|
589
670
|
fillRule: "evenodd",
|
|
@@ -592,14 +673,14 @@ var TrendUp = (props) => {
|
|
|
592
673
|
fill: color
|
|
593
674
|
}
|
|
594
675
|
),
|
|
595
|
-
/* @__PURE__ */
|
|
676
|
+
/* @__PURE__ */ jsx26(
|
|
596
677
|
"path",
|
|
597
678
|
{
|
|
598
679
|
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",
|
|
599
680
|
fill: color
|
|
600
681
|
}
|
|
601
682
|
),
|
|
602
|
-
/* @__PURE__ */
|
|
683
|
+
/* @__PURE__ */ jsx26(
|
|
603
684
|
"path",
|
|
604
685
|
{
|
|
605
686
|
fillRule: "evenodd",
|
|
@@ -612,11 +693,27 @@ var TrendUp = (props) => {
|
|
|
612
693
|
};
|
|
613
694
|
var trend_up_default = TrendUp;
|
|
614
695
|
|
|
696
|
+
// src/icons/v2/solid/voucher.tsx
|
|
697
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
698
|
+
var Voucher = (props) => {
|
|
699
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
700
|
+
return /* @__PURE__ */ jsx27("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx27(
|
|
701
|
+
"path",
|
|
702
|
+
{
|
|
703
|
+
fillRule: "evenodd",
|
|
704
|
+
clipRule: "evenodd",
|
|
705
|
+
d: "M2 7.25C2 5.73122 3.23122 4.5 4.75 4.5H19.2402C20.759 4.5 21.9902 5.73122 21.9902 7.25V9.29969C21.9902 9.83687 21.5616 10.2236 21.0895 10.2546C19.9175 10.3318 18.9902 11.3078 18.9902 12.4997C18.9902 13.6916 19.9175 14.6676 21.0895 14.7448C21.5616 14.7758 21.9902 15.1625 21.9902 15.6997V17.7494C21.9902 19.2682 20.759 20.4994 19.2402 20.4994H4.75C3.23122 20.4994 2 19.2682 2 17.7494V15.6997C2 15.1625 2.42868 14.7758 2.90077 14.7448C4.07274 14.6676 5 13.6916 5 12.4997C5 11.3078 4.07274 10.3318 2.90077 10.2546C2.42868 10.2236 2 9.83687 2 9.2997V7.25ZM10.6527 6.21592C10.6527 5.85693 10.3617 5.56592 10.0027 5.56592C9.64371 5.56592 9.35269 5.85693 9.35269 6.21592V7.79796C9.35269 8.15695 9.64371 8.44796 10.0027 8.44796C10.3617 8.44796 10.6527 8.15695 10.6527 7.79796V6.21592ZM10.6527 10.9621C10.6527 10.6031 10.3617 10.3121 10.0027 10.3121C9.64371 10.3121 9.35269 10.6031 9.35269 10.9621L9.35269 14.1262C9.35269 14.4851 9.64371 14.7762 10.0027 14.7762C10.3617 14.7762 10.6527 14.4851 10.6527 14.1262V10.9621ZM10.6527 17.2902C10.6527 16.9313 10.3617 16.6402 10.0027 16.6402C9.64371 16.6402 9.35269 16.9313 9.35269 17.2902V18.8723C9.35269 19.2313 9.64371 19.5223 10.0027 19.5223C10.3617 19.5223 10.6527 19.2313 10.6527 18.8723V17.2902Z",
|
|
706
|
+
fill: color
|
|
707
|
+
}
|
|
708
|
+
) });
|
|
709
|
+
};
|
|
710
|
+
var voucher_default = Voucher;
|
|
711
|
+
|
|
615
712
|
// src/icons/v2/solid/wallet.tsx
|
|
616
|
-
import { jsx as
|
|
713
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
617
714
|
var Wallet = (props) => {
|
|
618
715
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
619
|
-
return /* @__PURE__ */
|
|
716
|
+
return /* @__PURE__ */ jsx28("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx28("g", { id: "24x24", children: /* @__PURE__ */ jsx28(
|
|
620
717
|
"path",
|
|
621
718
|
{
|
|
622
719
|
id: "Subtract",
|
|
@@ -631,6 +728,7 @@ var wallet_default = Wallet;
|
|
|
631
728
|
export {
|
|
632
729
|
arrow_left_default as ArrowLeft,
|
|
633
730
|
arrow_right_default as ArrowRight,
|
|
731
|
+
bag_default as Bag,
|
|
634
732
|
calendar_default as Calendar,
|
|
635
733
|
calendar_event_default as CalendarEvent,
|
|
636
734
|
check_default as Check,
|
|
@@ -649,10 +747,12 @@ export {
|
|
|
649
747
|
minus_default as Minus,
|
|
650
748
|
plus_default as Plus,
|
|
651
749
|
search_default as Search,
|
|
750
|
+
share_default as Share,
|
|
652
751
|
sort_default as Sort,
|
|
653
752
|
store_complete_default as StoreComplete,
|
|
654
753
|
trend_up_default as TrendUp,
|
|
655
754
|
truck_default as Truck,
|
|
755
|
+
voucher_default as Voucher,
|
|
656
756
|
wallet_default as Wallet
|
|
657
757
|
};
|
|
658
758
|
//# sourceMappingURL=v2.mjs.map
|