@ctlyst.id/icons 2.2.6 → 2.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2.js CHANGED
@@ -22,6 +22,7 @@ var v2_exports = {};
22
22
  __export(v2_exports, {
23
23
  ArrowLeft: () => arrow_left_default,
24
24
  ArrowRight: () => arrow_right_default,
25
+ Bag: () => bag_default,
25
26
  Calendar: () => calendar_default,
26
27
  CalendarEvent: () => calendar_event_default,
27
28
  Check: () => check_default,
@@ -40,6 +41,7 @@ __export(v2_exports, {
40
41
  Minus: () => minus_default,
41
42
  Plus: () => plus_default,
42
43
  Search: () => search_default,
44
+ Share: () => share_default,
43
45
  Sort: () => sort_default,
44
46
  StoreComplete: () => store_complete_default,
45
47
  TrendUp: () => trend_up_default,
@@ -105,13 +107,58 @@ var ArrowRight = (props) => {
105
107
  };
106
108
  var arrow_right_default = ArrowRight;
107
109
 
108
- // src/icons/v2/outline/calendar.tsx
110
+ // src/icons/v2/outline/bag.tsx
109
111
  var import_jsx_runtime3 = require("react/jsx-runtime");
112
+ var Bag = (props) => {
113
+ const { color, ...svgProps } = use_icon_props_default(props);
114
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
115
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
116
+ "path",
117
+ {
118
+ fillRule: "evenodd",
119
+ clipRule: "evenodd",
120
+ 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",
121
+ fill: color
122
+ }
123
+ ),
124
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
125
+ "path",
126
+ {
127
+ fillRule: "evenodd",
128
+ clipRule: "evenodd",
129
+ 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",
130
+ fill: color
131
+ }
132
+ ),
133
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
134
+ "path",
135
+ {
136
+ fillRule: "evenodd",
137
+ clipRule: "evenodd",
138
+ 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",
139
+ fill: color
140
+ }
141
+ ),
142
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
143
+ "path",
144
+ {
145
+ fillRule: "evenodd",
146
+ clipRule: "evenodd",
147
+ 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",
148
+ fill: color
149
+ }
150
+ )
151
+ ] });
152
+ };
153
+ var bag_default = Bag;
154
+
155
+ // src/icons/v2/outline/calendar.tsx
156
+ var import_jsx_runtime4 = require("react/jsx-runtime");
110
157
  var Calendar = (props) => {
111
158
  const { color, ...svgProps } = use_icon_props_default(props);
112
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
113
- /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("g", { clipPath: "url(#calendar)", children: [
114
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
159
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
160
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("g", { clipPath: "url(#calendar)", children: [
161
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
115
162
  "path",
116
163
  {
117
164
  fillRule: "evenodd",
@@ -120,7 +167,7 @@ var Calendar = (props) => {
120
167
  fill: color
121
168
  }
122
169
  ),
123
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
170
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
124
171
  "path",
125
172
  {
126
173
  fillRule: "evenodd",
@@ -129,7 +176,7 @@ var Calendar = (props) => {
129
176
  fill: color
130
177
  }
131
178
  ),
132
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
179
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
133
180
  "path",
134
181
  {
135
182
  fillRule: "evenodd",
@@ -138,8 +185,8 @@ var Calendar = (props) => {
138
185
  fill: color
139
186
  }
140
187
  ),
141
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
142
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
188
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
189
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
143
190
  "path",
144
191
  {
145
192
  fillRule: "evenodd",
@@ -149,25 +196,25 @@ var Calendar = (props) => {
149
196
  }
150
197
  )
151
198
  ] }),
152
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("clipPath", { id: "calendar", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
199
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "calendar", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
153
200
  ] });
154
201
  };
155
202
  var calendar_default = Calendar;
156
203
 
157
204
  // src/icons/v2/outline/calendar-event.tsx
158
- var import_jsx_runtime4 = require("react/jsx-runtime");
205
+ var import_jsx_runtime5 = require("react/jsx-runtime");
159
206
  var CalendarEvent = (props) => {
160
207
  const { color, ...svgProps } = use_icon_props_default(props);
161
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
162
- /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
163
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
208
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
209
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
210
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
164
211
  "path",
165
212
  {
166
213
  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",
167
214
  fill: color
168
215
  }
169
216
  ),
170
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
217
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
171
218
  "path",
172
219
  {
173
220
  fillRule: "evenodd",
@@ -177,16 +224,16 @@ var CalendarEvent = (props) => {
177
224
  }
178
225
  )
179
226
  ] }),
180
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "calendar-event", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
227
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("clipPath", { id: "calendar-event", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
181
228
  ] });
182
229
  };
183
230
  var calendar_event_default = CalendarEvent;
184
231
 
185
232
  // src/icons/v2/outline/check.tsx
186
- var import_jsx_runtime5 = require("react/jsx-runtime");
233
+ var import_jsx_runtime6 = require("react/jsx-runtime");
187
234
  var Check = (props) => {
188
235
  const { color, ...svgProps } = use_icon_props_default(props);
189
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
236
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
190
237
  "path",
191
238
  {
192
239
  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",
@@ -197,10 +244,10 @@ var Check = (props) => {
197
244
  var check_default = Check;
198
245
 
199
246
  // src/icons/v2/outline/chevron-down.tsx
200
- var import_jsx_runtime6 = require("react/jsx-runtime");
247
+ var import_jsx_runtime7 = require("react/jsx-runtime");
201
248
  var ChevronUp = (props) => {
202
249
  const { color, ...svgProps } = use_icon_props_default(props);
203
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
250
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
204
251
  "path",
205
252
  {
206
253
  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",
@@ -211,10 +258,10 @@ var ChevronUp = (props) => {
211
258
  var chevron_down_default = ChevronUp;
212
259
 
213
260
  // src/icons/v2/outline/chevron-left.tsx
214
- var import_jsx_runtime7 = require("react/jsx-runtime");
261
+ var import_jsx_runtime8 = require("react/jsx-runtime");
215
262
  var ChevronLeft = (props) => {
216
263
  const { color, ...svgProps } = use_icon_props_default(props);
217
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
264
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
218
265
  "path",
219
266
  {
220
267
  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",
@@ -225,10 +272,10 @@ var ChevronLeft = (props) => {
225
272
  var chevron_left_default = ChevronLeft;
226
273
 
227
274
  // src/icons/v2/outline/chevron-right.tsx
228
- var import_jsx_runtime8 = require("react/jsx-runtime");
275
+ var import_jsx_runtime9 = require("react/jsx-runtime");
229
276
  var ChevronRight = (props) => {
230
277
  const { color, ...svgProps } = use_icon_props_default(props);
231
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
278
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
232
279
  "path",
233
280
  {
234
281
  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",
@@ -239,10 +286,10 @@ var ChevronRight = (props) => {
239
286
  var chevron_right_default = ChevronRight;
240
287
 
241
288
  // src/icons/v2/outline/chevron-up.tsx
242
- var import_jsx_runtime9 = require("react/jsx-runtime");
289
+ var import_jsx_runtime10 = require("react/jsx-runtime");
243
290
  var ChevronUp2 = (props) => {
244
291
  const { color, ...svgProps } = use_icon_props_default(props);
245
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
292
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
246
293
  "path",
247
294
  {
248
295
  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",
@@ -253,18 +300,18 @@ var ChevronUp2 = (props) => {
253
300
  var chevron_up_default = ChevronUp2;
254
301
 
255
302
  // src/icons/v2/outline/close.tsx
256
- var import_jsx_runtime10 = require("react/jsx-runtime");
303
+ var import_jsx_runtime11 = require("react/jsx-runtime");
257
304
  var Close = (props) => {
258
305
  const { color, ...svgProps } = use_icon_props_default(props);
259
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
260
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
306
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
307
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
261
308
  "path",
262
309
  {
263
310
  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",
264
311
  fill: color
265
312
  }
266
313
  ),
267
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
314
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
268
315
  "path",
269
316
  {
270
317
  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",
@@ -276,11 +323,11 @@ var Close = (props) => {
276
323
  var close_default = Close;
277
324
 
278
325
  // src/icons/v2/outline/contact-book.tsx
279
- var import_jsx_runtime11 = require("react/jsx-runtime");
326
+ var import_jsx_runtime12 = require("react/jsx-runtime");
280
327
  var ContactBook = (props) => {
281
328
  const { color, ...svgProps } = use_icon_props_default(props);
282
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
283
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
329
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
330
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
284
331
  "path",
285
332
  {
286
333
  fillRule: "evenodd",
@@ -289,7 +336,7 @@ var ContactBook = (props) => {
289
336
  fill: color
290
337
  }
291
338
  ),
292
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
339
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
293
340
  "path",
294
341
  {
295
342
  fillRule: "evenodd",
@@ -298,7 +345,7 @@ var ContactBook = (props) => {
298
345
  fill: color
299
346
  }
300
347
  ),
301
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
348
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
302
349
  "path",
303
350
  {
304
351
  fillRule: "evenodd",
@@ -307,7 +354,7 @@ var ContactBook = (props) => {
307
354
  fill: color
308
355
  }
309
356
  ),
310
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
357
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
311
358
  "path",
312
359
  {
313
360
  fillRule: "evenodd",
@@ -316,7 +363,7 @@ var ContactBook = (props) => {
316
363
  fill: color
317
364
  }
318
365
  ),
319
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
366
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
320
367
  "path",
321
368
  {
322
369
  fillRule: "evenodd",
@@ -325,7 +372,7 @@ var ContactBook = (props) => {
325
372
  fill: color
326
373
  }
327
374
  ),
328
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
375
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
329
376
  "path",
330
377
  {
331
378
  fillRule: "evenodd",
@@ -339,11 +386,11 @@ var ContactBook = (props) => {
339
386
  var contact_book_default = ContactBook;
340
387
 
341
388
  // src/icons/v2/outline/eye-close.tsx
342
- var import_jsx_runtime12 = require("react/jsx-runtime");
389
+ var import_jsx_runtime13 = require("react/jsx-runtime");
343
390
  var EyeClose = (props) => {
344
391
  const { color, ...svgProps } = use_icon_props_default(props);
345
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
346
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
392
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
393
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
347
394
  "path",
348
395
  {
349
396
  fillRule: "evenodd",
@@ -352,7 +399,7 @@ var EyeClose = (props) => {
352
399
  fill: color
353
400
  }
354
401
  ),
355
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
402
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
356
403
  "path",
357
404
  {
358
405
  fillRule: "evenodd",
@@ -361,7 +408,7 @@ var EyeClose = (props) => {
361
408
  fill: color
362
409
  }
363
410
  ),
364
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
411
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
365
412
  "path",
366
413
  {
367
414
  fillRule: "evenodd",
@@ -375,11 +422,11 @@ var EyeClose = (props) => {
375
422
  var eye_close_default = EyeClose;
376
423
 
377
424
  // src/icons/v2/outline/eye-open.tsx
378
- var import_jsx_runtime13 = require("react/jsx-runtime");
425
+ var import_jsx_runtime14 = require("react/jsx-runtime");
379
426
  var EyeOpen = (props) => {
380
427
  const { color, ...svgProps } = use_icon_props_default(props);
381
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
382
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
428
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
429
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
383
430
  "path",
384
431
  {
385
432
  fillRule: "evenodd",
@@ -388,7 +435,7 @@ var EyeOpen = (props) => {
388
435
  fill: color
389
436
  }
390
437
  ),
391
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
438
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
392
439
  "path",
393
440
  {
394
441
  fillRule: "evenodd",
@@ -402,11 +449,11 @@ var EyeOpen = (props) => {
402
449
  var eye_open_default = EyeOpen;
403
450
 
404
451
  // src/icons/v2/outline/filter.tsx
405
- var import_jsx_runtime14 = require("react/jsx-runtime");
452
+ var import_jsx_runtime15 = require("react/jsx-runtime");
406
453
  var Filter = (props) => {
407
454
  const { color, ...svgProps } = use_icon_props_default(props);
408
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
409
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
455
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
456
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
410
457
  "path",
411
458
  {
412
459
  fillRule: "evenodd",
@@ -415,7 +462,7 @@ var Filter = (props) => {
415
462
  fill: color
416
463
  }
417
464
  ),
418
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
465
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
419
466
  "path",
420
467
  {
421
468
  fillRule: "evenodd",
@@ -424,7 +471,7 @@ var Filter = (props) => {
424
471
  fill: color
425
472
  }
426
473
  ),
427
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
474
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
428
475
  "path",
429
476
  {
430
477
  fillRule: "evenodd",
@@ -438,12 +485,12 @@ var Filter = (props) => {
438
485
  var filter_default = Filter;
439
486
 
440
487
  // src/icons/v2/outline/map-marker.tsx
441
- var import_jsx_runtime15 = require("react/jsx-runtime");
488
+ var import_jsx_runtime16 = require("react/jsx-runtime");
442
489
  var MapMarker = (props) => {
443
490
  const { color, ...svgProps } = use_icon_props_default(props);
444
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
445
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("g", { clipPath: "url(#map-marker)", children: [
446
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
491
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
492
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("g", { clipPath: "url(#map-marker)", children: [
493
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
447
494
  "path",
448
495
  {
449
496
  fillRule: "evenodd",
@@ -452,7 +499,7 @@ var MapMarker = (props) => {
452
499
  fill: color
453
500
  }
454
501
  ),
455
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
502
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
456
503
  "path",
457
504
  {
458
505
  fillRule: "evenodd",
@@ -462,16 +509,16 @@ var MapMarker = (props) => {
462
509
  }
463
510
  )
464
511
  ] }),
465
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
512
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
466
513
  ] });
467
514
  };
468
515
  var map_marker_default = MapMarker;
469
516
 
470
517
  // src/icons/v2/outline/minus.tsx
471
- var import_jsx_runtime16 = require("react/jsx-runtime");
518
+ var import_jsx_runtime17 = require("react/jsx-runtime");
472
519
  var Minus = (props) => {
473
520
  const { color, ...svgProps } = use_icon_props_default(props);
474
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
521
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
475
522
  "path",
476
523
  {
477
524
  fillRule: "evenodd",
@@ -484,18 +531,18 @@ var Minus = (props) => {
484
531
  var minus_default = Minus;
485
532
 
486
533
  // src/icons/v2/outline/plus.tsx
487
- var import_jsx_runtime17 = require("react/jsx-runtime");
534
+ var import_jsx_runtime18 = require("react/jsx-runtime");
488
535
  var Plus = (props) => {
489
536
  const { color, ...svgProps } = use_icon_props_default(props);
490
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
491
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
537
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
538
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
492
539
  "path",
493
540
  {
494
541
  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",
495
542
  fill: color
496
543
  }
497
544
  ),
498
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
545
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
499
546
  "path",
500
547
  {
501
548
  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",
@@ -507,11 +554,11 @@ var Plus = (props) => {
507
554
  var plus_default = Plus;
508
555
 
509
556
  // src/icons/v2/outline/search.tsx
510
- var import_jsx_runtime18 = require("react/jsx-runtime");
557
+ var import_jsx_runtime19 = require("react/jsx-runtime");
511
558
  var Search = (props) => {
512
559
  const { color, ...svgProps } = use_icon_props_default(props);
513
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
514
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
560
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
561
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
515
562
  "path",
516
563
  {
517
564
  fillRule: "evenodd",
@@ -520,7 +567,7 @@ var Search = (props) => {
520
567
  fill: color
521
568
  }
522
569
  ),
523
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
570
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
524
571
  "path",
525
572
  {
526
573
  fillRule: "evenodd",
@@ -533,12 +580,48 @@ var Search = (props) => {
533
580
  };
534
581
  var search_default = Search;
535
582
 
583
+ // src/icons/v2/outline/share.tsx
584
+ var import_jsx_runtime20 = require("react/jsx-runtime");
585
+ var Bag2 = (props) => {
586
+ const { color, ...svgProps } = use_icon_props_default(props);
587
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
588
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
589
+ "path",
590
+ {
591
+ fillRule: "evenodd",
592
+ clipRule: "evenodd",
593
+ 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",
594
+ fill: color
595
+ }
596
+ ),
597
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
598
+ "path",
599
+ {
600
+ fillRule: "evenodd",
601
+ clipRule: "evenodd",
602
+ 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",
603
+ fill: color
604
+ }
605
+ ),
606
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
607
+ "path",
608
+ {
609
+ fillRule: "evenodd",
610
+ clipRule: "evenodd",
611
+ 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",
612
+ fill: color
613
+ }
614
+ )
615
+ ] });
616
+ };
617
+ var share_default = Bag2;
618
+
536
619
  // src/icons/v2/outline/sort.tsx
537
- var import_jsx_runtime19 = require("react/jsx-runtime");
620
+ var import_jsx_runtime21 = require("react/jsx-runtime");
538
621
  var Sort = (props) => {
539
622
  const { color, ...svgProps } = use_icon_props_default(props);
540
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
541
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
623
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
624
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
542
625
  "path",
543
626
  {
544
627
  fillRule: "evenodd",
@@ -547,7 +630,7 @@ var Sort = (props) => {
547
630
  fill: color
548
631
  }
549
632
  ),
550
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
633
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
551
634
  "path",
552
635
  {
553
636
  fillRule: "evenodd",
@@ -561,25 +644,25 @@ var Sort = (props) => {
561
644
  var sort_default = Sort;
562
645
 
563
646
  // src/icons/v2/outline/store-complete.tsx
564
- var import_jsx_runtime20 = require("react/jsx-runtime");
647
+ var import_jsx_runtime22 = require("react/jsx-runtime");
565
648
  var StoreComplete = (props) => {
566
649
  const { color, ...svgProps } = use_icon_props_default(props);
567
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
568
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
650
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
651
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
569
652
  "path",
570
653
  {
571
654
  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",
572
655
  fill: color
573
656
  }
574
657
  ),
575
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
658
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
576
659
  "path",
577
660
  {
578
661
  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",
579
662
  fill: color
580
663
  }
581
664
  ),
582
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
665
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
583
666
  "path",
584
667
  {
585
668
  fillRule: "evenodd",
@@ -593,11 +676,11 @@ var StoreComplete = (props) => {
593
676
  var store_complete_default = StoreComplete;
594
677
 
595
678
  // src/icons/v2/outline/truck.tsx
596
- var import_jsx_runtime21 = require("react/jsx-runtime");
679
+ var import_jsx_runtime23 = require("react/jsx-runtime");
597
680
  var Truck = (props) => {
598
681
  const { color, ...svgProps } = use_icon_props_default(props);
599
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
600
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
682
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
683
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
601
684
  "path",
602
685
  {
603
686
  fillRule: "evenodd",
@@ -606,19 +689,19 @@ var Truck = (props) => {
606
689
  fill: color
607
690
  }
608
691
  ) }),
609
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
692
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
610
693
  ] });
611
694
  };
612
695
  var truck_default = Truck;
613
696
 
614
697
  // src/icons/v2/solid/direction.tsx
615
- var import_jsx_runtime22 = require("react/jsx-runtime");
698
+ var import_jsx_runtime24 = require("react/jsx-runtime");
616
699
  var Direction = (props) => {
617
700
  const { color, ...svgProps } = use_icon_props_default(props);
618
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
619
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("g", { clipPath: "url(#direction)", children: [
620
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
621
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
701
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
702
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("g", { clipPath: "url(#direction)", children: [
703
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
704
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
622
705
  "path",
623
706
  {
624
707
  fillRule: "evenodd",
@@ -628,16 +711,16 @@ var Direction = (props) => {
628
711
  }
629
712
  )
630
713
  ] }),
631
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
714
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
632
715
  ] });
633
716
  };
634
717
  var direction_default = Direction;
635
718
 
636
719
  // src/icons/v2/solid/hand.tsx
637
- var import_jsx_runtime23 = require("react/jsx-runtime");
720
+ var import_jsx_runtime25 = require("react/jsx-runtime");
638
721
  var Hand = (props) => {
639
722
  const { color, ...svgProps } = use_icon_props_default(props);
640
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
723
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
641
724
  "path",
642
725
  {
643
726
  id: "Vector 650",
@@ -649,11 +732,11 @@ var Hand = (props) => {
649
732
  var hand_default = Hand;
650
733
 
651
734
  // src/icons/v2/solid/trend-up.tsx
652
- var import_jsx_runtime24 = require("react/jsx-runtime");
735
+ var import_jsx_runtime26 = require("react/jsx-runtime");
653
736
  var TrendUp = (props) => {
654
737
  const { color, ...svgProps } = use_icon_props_default(props);
655
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("g", { id: "Vector", children: [
656
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
738
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("g", { id: "Vector", children: [
739
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
657
740
  "path",
658
741
  {
659
742
  fillRule: "evenodd",
@@ -662,14 +745,14 @@ var TrendUp = (props) => {
662
745
  fill: color
663
746
  }
664
747
  ),
665
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
748
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
666
749
  "path",
667
750
  {
668
751
  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",
669
752
  fill: color
670
753
  }
671
754
  ),
672
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
755
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
673
756
  "path",
674
757
  {
675
758
  fillRule: "evenodd",
@@ -683,10 +766,10 @@ var TrendUp = (props) => {
683
766
  var trend_up_default = TrendUp;
684
767
 
685
768
  // src/icons/v2/solid/wallet.tsx
686
- var import_jsx_runtime25 = require("react/jsx-runtime");
769
+ var import_jsx_runtime27 = require("react/jsx-runtime");
687
770
  var Wallet = (props) => {
688
771
  const { color, ...svgProps } = use_icon_props_default(props);
689
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
772
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
690
773
  "path",
691
774
  {
692
775
  id: "Subtract",
@@ -702,6 +785,7 @@ var wallet_default = Wallet;
702
785
  0 && (module.exports = {
703
786
  ArrowLeft,
704
787
  ArrowRight,
788
+ Bag,
705
789
  Calendar,
706
790
  CalendarEvent,
707
791
  Check,
@@ -720,6 +804,7 @@ var wallet_default = Wallet;
720
804
  Minus,
721
805
  Plus,
722
806
  Search,
807
+ Share,
723
808
  Sort,
724
809
  StoreComplete,
725
810
  TrendUp,