@ctlyst.id/icons 2.2.4 → 2.2.6

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 CHANGED
@@ -4,6 +4,8 @@ import '@ctlyst.id/voila-ui-core';
4
4
 
5
5
  declare const ArrowLeft: FC<BaseIconProps>;
6
6
 
7
+ declare const ArrowRight: FC<BaseIconProps>;
8
+
7
9
  declare const Calendar: FC<BaseIconProps>;
8
10
 
9
11
  declare const CalendarEvent: FC<BaseIconProps>;
@@ -50,4 +52,4 @@ declare const TrendUp: FC<BaseIconProps>;
50
52
 
51
53
  declare const Wallet: FC<BaseIconProps>;
52
54
 
53
- export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
55
+ export { ArrowLeft, ArrowRight, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
package/dist/v2.d.ts CHANGED
@@ -4,6 +4,8 @@ import '@ctlyst.id/voila-ui-core';
4
4
 
5
5
  declare const ArrowLeft: FC<BaseIconProps>;
6
6
 
7
+ declare const ArrowRight: FC<BaseIconProps>;
8
+
7
9
  declare const Calendar: FC<BaseIconProps>;
8
10
 
9
11
  declare const CalendarEvent: FC<BaseIconProps>;
@@ -50,4 +52,4 @@ declare const TrendUp: FC<BaseIconProps>;
50
52
 
51
53
  declare const Wallet: FC<BaseIconProps>;
52
54
 
53
- export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
55
+ export { ArrowLeft, ArrowRight, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
package/dist/v2.js CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var v2_exports = {};
22
22
  __export(v2_exports, {
23
23
  ArrowLeft: () => arrow_left_default,
24
+ ArrowRight: () => arrow_right_default,
24
25
  Calendar: () => calendar_default,
25
26
  CalendarEvent: () => calendar_event_default,
26
27
  Check: () => check_default,
@@ -85,13 +86,32 @@ var ArrowLeft = (props) => {
85
86
  };
86
87
  var arrow_left_default = ArrowLeft;
87
88
 
88
- // src/icons/v2/outline/calendar.tsx
89
+ // src/icons/v2/outline/arrow-right.tsx
89
90
  var import_jsx_runtime2 = require("react/jsx-runtime");
90
- var Calendar = (props) => {
91
+ var ArrowRight = (props) => {
91
92
  const { color, ...svgProps } = use_icon_props_default(props);
92
93
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
93
- /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("g", { clipPath: "url(#calendar)", children: [
94
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
94
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
95
+ "path",
96
+ {
97
+ fillRule: "evenodd",
98
+ clipRule: "evenodd",
99
+ d: "M19.8541 11.857C19.8789 11.8812 19.9023 11.9069 19.9242 11.9339C19.9713 11.9921 20.0102 12.0548 20.0407 12.1204C20.0944 12.2357 20.1244 12.3643 20.1244 12.5C20.1244 12.6114 20.1042 12.718 20.0672 12.8165C20.0235 12.9331 19.9547 13.0426 19.8608 13.1364L12.6153 20.382C12.2638 20.7334 11.694 20.7334 11.3425 20.382C10.991 20.0305 10.991 19.4606 11.3425 19.1092L17.0517 13.4H4.7756C4.27854 13.4 3.8756 12.997 3.8756 12.5C3.8756 12.0029 4.27854 11.6 4.7756 11.6H17.0516L11.3425 5.89089C10.991 5.53941 10.991 4.96957 11.3425 4.61809C11.694 4.26662 12.2638 4.26663 12.6153 4.6181L19.8541 11.857Z",
100
+ fill: color
101
+ }
102
+ ) }),
103
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("clipPath", { id: "icon-arrow-right", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
104
+ ] });
105
+ };
106
+ var arrow_right_default = ArrowRight;
107
+
108
+ // src/icons/v2/outline/calendar.tsx
109
+ var import_jsx_runtime3 = require("react/jsx-runtime");
110
+ var Calendar = (props) => {
111
+ 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)(
95
115
  "path",
96
116
  {
97
117
  fillRule: "evenodd",
@@ -100,7 +120,7 @@ var Calendar = (props) => {
100
120
  fill: color
101
121
  }
102
122
  ),
103
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
123
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
104
124
  "path",
105
125
  {
106
126
  fillRule: "evenodd",
@@ -109,7 +129,7 @@ var Calendar = (props) => {
109
129
  fill: color
110
130
  }
111
131
  ),
112
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
132
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
113
133
  "path",
114
134
  {
115
135
  fillRule: "evenodd",
@@ -118,8 +138,8 @@ var Calendar = (props) => {
118
138
  fill: color
119
139
  }
120
140
  ),
121
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
122
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
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)(
123
143
  "path",
124
144
  {
125
145
  fillRule: "evenodd",
@@ -129,25 +149,25 @@ var Calendar = (props) => {
129
149
  }
130
150
  )
131
151
  ] }),
132
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("clipPath", { id: "calendar", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
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)" }) }) })
133
153
  ] });
134
154
  };
135
155
  var calendar_default = Calendar;
136
156
 
137
157
  // src/icons/v2/outline/calendar-event.tsx
138
- var import_jsx_runtime3 = require("react/jsx-runtime");
158
+ var import_jsx_runtime4 = require("react/jsx-runtime");
139
159
  var CalendarEvent = (props) => {
140
160
  const { color, ...svgProps } = use_icon_props_default(props);
141
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
142
- /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("g", { clipPath: "url(#calendar-event)", children: [
143
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
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)(
144
164
  "path",
145
165
  {
146
166
  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",
147
167
  fill: color
148
168
  }
149
169
  ),
150
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
170
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
151
171
  "path",
152
172
  {
153
173
  fillRule: "evenodd",
@@ -157,16 +177,16 @@ var CalendarEvent = (props) => {
157
177
  }
158
178
  )
159
179
  ] }),
160
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("clipPath", { id: "calendar-event", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
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)" }) }) })
161
181
  ] });
162
182
  };
163
183
  var calendar_event_default = CalendarEvent;
164
184
 
165
185
  // src/icons/v2/outline/check.tsx
166
- var import_jsx_runtime4 = require("react/jsx-runtime");
186
+ var import_jsx_runtime5 = require("react/jsx-runtime");
167
187
  var Check = (props) => {
168
188
  const { color, ...svgProps } = use_icon_props_default(props);
169
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
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)(
170
190
  "path",
171
191
  {
172
192
  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",
@@ -177,10 +197,10 @@ var Check = (props) => {
177
197
  var check_default = Check;
178
198
 
179
199
  // src/icons/v2/outline/chevron-down.tsx
180
- var import_jsx_runtime5 = require("react/jsx-runtime");
200
+ var import_jsx_runtime6 = require("react/jsx-runtime");
181
201
  var ChevronUp = (props) => {
182
202
  const { color, ...svgProps } = use_icon_props_default(props);
183
- 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)(
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)(
184
204
  "path",
185
205
  {
186
206
  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",
@@ -191,10 +211,10 @@ var ChevronUp = (props) => {
191
211
  var chevron_down_default = ChevronUp;
192
212
 
193
213
  // src/icons/v2/outline/chevron-left.tsx
194
- var import_jsx_runtime6 = require("react/jsx-runtime");
214
+ var import_jsx_runtime7 = require("react/jsx-runtime");
195
215
  var ChevronLeft = (props) => {
196
216
  const { color, ...svgProps } = use_icon_props_default(props);
197
- 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)(
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)(
198
218
  "path",
199
219
  {
200
220
  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",
@@ -205,10 +225,10 @@ var ChevronLeft = (props) => {
205
225
  var chevron_left_default = ChevronLeft;
206
226
 
207
227
  // src/icons/v2/outline/chevron-right.tsx
208
- var import_jsx_runtime7 = require("react/jsx-runtime");
228
+ var import_jsx_runtime8 = require("react/jsx-runtime");
209
229
  var ChevronRight = (props) => {
210
230
  const { color, ...svgProps } = use_icon_props_default(props);
211
- 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)(
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)(
212
232
  "path",
213
233
  {
214
234
  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",
@@ -219,10 +239,10 @@ var ChevronRight = (props) => {
219
239
  var chevron_right_default = ChevronRight;
220
240
 
221
241
  // src/icons/v2/outline/chevron-up.tsx
222
- var import_jsx_runtime8 = require("react/jsx-runtime");
242
+ var import_jsx_runtime9 = require("react/jsx-runtime");
223
243
  var ChevronUp2 = (props) => {
224
244
  const { color, ...svgProps } = use_icon_props_default(props);
225
- 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)(
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)(
226
246
  "path",
227
247
  {
228
248
  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",
@@ -233,18 +253,18 @@ var ChevronUp2 = (props) => {
233
253
  var chevron_up_default = ChevronUp2;
234
254
 
235
255
  // src/icons/v2/outline/close.tsx
236
- var import_jsx_runtime9 = require("react/jsx-runtime");
256
+ var import_jsx_runtime10 = require("react/jsx-runtime");
237
257
  var Close = (props) => {
238
258
  const { color, ...svgProps } = use_icon_props_default(props);
239
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
240
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
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)(
241
261
  "path",
242
262
  {
243
263
  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",
244
264
  fill: color
245
265
  }
246
266
  ),
247
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
267
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
248
268
  "path",
249
269
  {
250
270
  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",
@@ -256,11 +276,11 @@ var Close = (props) => {
256
276
  var close_default = Close;
257
277
 
258
278
  // src/icons/v2/outline/contact-book.tsx
259
- var import_jsx_runtime10 = require("react/jsx-runtime");
279
+ var import_jsx_runtime11 = require("react/jsx-runtime");
260
280
  var ContactBook = (props) => {
261
281
  const { color, ...svgProps } = use_icon_props_default(props);
262
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
263
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
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)(
264
284
  "path",
265
285
  {
266
286
  fillRule: "evenodd",
@@ -269,7 +289,7 @@ var ContactBook = (props) => {
269
289
  fill: color
270
290
  }
271
291
  ),
272
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
292
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
273
293
  "path",
274
294
  {
275
295
  fillRule: "evenodd",
@@ -278,7 +298,7 @@ var ContactBook = (props) => {
278
298
  fill: color
279
299
  }
280
300
  ),
281
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
301
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
282
302
  "path",
283
303
  {
284
304
  fillRule: "evenodd",
@@ -287,7 +307,7 @@ var ContactBook = (props) => {
287
307
  fill: color
288
308
  }
289
309
  ),
290
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
310
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
291
311
  "path",
292
312
  {
293
313
  fillRule: "evenodd",
@@ -296,7 +316,7 @@ var ContactBook = (props) => {
296
316
  fill: color
297
317
  }
298
318
  ),
299
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
319
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
300
320
  "path",
301
321
  {
302
322
  fillRule: "evenodd",
@@ -305,7 +325,7 @@ var ContactBook = (props) => {
305
325
  fill: color
306
326
  }
307
327
  ),
308
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
328
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
309
329
  "path",
310
330
  {
311
331
  fillRule: "evenodd",
@@ -319,11 +339,11 @@ var ContactBook = (props) => {
319
339
  var contact_book_default = ContactBook;
320
340
 
321
341
  // src/icons/v2/outline/eye-close.tsx
322
- var import_jsx_runtime11 = require("react/jsx-runtime");
342
+ var import_jsx_runtime12 = require("react/jsx-runtime");
323
343
  var EyeClose = (props) => {
324
344
  const { color, ...svgProps } = use_icon_props_default(props);
325
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
326
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
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)(
327
347
  "path",
328
348
  {
329
349
  fillRule: "evenodd",
@@ -332,7 +352,7 @@ var EyeClose = (props) => {
332
352
  fill: color
333
353
  }
334
354
  ),
335
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
355
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
336
356
  "path",
337
357
  {
338
358
  fillRule: "evenodd",
@@ -341,7 +361,7 @@ var EyeClose = (props) => {
341
361
  fill: color
342
362
  }
343
363
  ),
344
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
364
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
345
365
  "path",
346
366
  {
347
367
  fillRule: "evenodd",
@@ -355,11 +375,11 @@ var EyeClose = (props) => {
355
375
  var eye_close_default = EyeClose;
356
376
 
357
377
  // src/icons/v2/outline/eye-open.tsx
358
- var import_jsx_runtime12 = require("react/jsx-runtime");
378
+ var import_jsx_runtime13 = require("react/jsx-runtime");
359
379
  var EyeOpen = (props) => {
360
380
  const { color, ...svgProps } = use_icon_props_default(props);
361
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
362
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
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)(
363
383
  "path",
364
384
  {
365
385
  fillRule: "evenodd",
@@ -368,7 +388,7 @@ var EyeOpen = (props) => {
368
388
  fill: color
369
389
  }
370
390
  ),
371
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
391
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
372
392
  "path",
373
393
  {
374
394
  fillRule: "evenodd",
@@ -382,11 +402,11 @@ var EyeOpen = (props) => {
382
402
  var eye_open_default = EyeOpen;
383
403
 
384
404
  // src/icons/v2/outline/filter.tsx
385
- var import_jsx_runtime13 = require("react/jsx-runtime");
405
+ var import_jsx_runtime14 = require("react/jsx-runtime");
386
406
  var Filter = (props) => {
387
407
  const { color, ...svgProps } = use_icon_props_default(props);
388
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
389
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
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)(
390
410
  "path",
391
411
  {
392
412
  fillRule: "evenodd",
@@ -395,7 +415,7 @@ var Filter = (props) => {
395
415
  fill: color
396
416
  }
397
417
  ),
398
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
418
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
399
419
  "path",
400
420
  {
401
421
  fillRule: "evenodd",
@@ -404,7 +424,7 @@ var Filter = (props) => {
404
424
  fill: color
405
425
  }
406
426
  ),
407
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
427
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
408
428
  "path",
409
429
  {
410
430
  fillRule: "evenodd",
@@ -418,12 +438,12 @@ var Filter = (props) => {
418
438
  var filter_default = Filter;
419
439
 
420
440
  // src/icons/v2/outline/map-marker.tsx
421
- var import_jsx_runtime14 = require("react/jsx-runtime");
441
+ var import_jsx_runtime15 = require("react/jsx-runtime");
422
442
  var MapMarker = (props) => {
423
443
  const { color, ...svgProps } = use_icon_props_default(props);
424
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
425
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { clipPath: "url(#map-marker)", children: [
426
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
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)(
427
447
  "path",
428
448
  {
429
449
  fillRule: "evenodd",
@@ -432,7 +452,7 @@ var MapMarker = (props) => {
432
452
  fill: color
433
453
  }
434
454
  ),
435
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
455
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
436
456
  "path",
437
457
  {
438
458
  fillRule: "evenodd",
@@ -442,16 +462,16 @@ var MapMarker = (props) => {
442
462
  }
443
463
  )
444
464
  ] }),
445
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
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)" }) }) })
446
466
  ] });
447
467
  };
448
468
  var map_marker_default = MapMarker;
449
469
 
450
470
  // src/icons/v2/outline/minus.tsx
451
- var import_jsx_runtime15 = require("react/jsx-runtime");
471
+ var import_jsx_runtime16 = require("react/jsx-runtime");
452
472
  var Minus = (props) => {
453
473
  const { color, ...svgProps } = use_icon_props_default(props);
454
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
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)(
455
475
  "path",
456
476
  {
457
477
  fillRule: "evenodd",
@@ -464,18 +484,18 @@ var Minus = (props) => {
464
484
  var minus_default = Minus;
465
485
 
466
486
  // src/icons/v2/outline/plus.tsx
467
- var import_jsx_runtime16 = require("react/jsx-runtime");
487
+ var import_jsx_runtime17 = require("react/jsx-runtime");
468
488
  var Plus = (props) => {
469
489
  const { color, ...svgProps } = use_icon_props_default(props);
470
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
471
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
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)(
472
492
  "path",
473
493
  {
474
494
  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",
475
495
  fill: color
476
496
  }
477
497
  ),
478
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
498
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
479
499
  "path",
480
500
  {
481
501
  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",
@@ -487,11 +507,11 @@ var Plus = (props) => {
487
507
  var plus_default = Plus;
488
508
 
489
509
  // src/icons/v2/outline/search.tsx
490
- var import_jsx_runtime17 = require("react/jsx-runtime");
510
+ var import_jsx_runtime18 = require("react/jsx-runtime");
491
511
  var Search = (props) => {
492
512
  const { color, ...svgProps } = use_icon_props_default(props);
493
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
494
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
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)(
495
515
  "path",
496
516
  {
497
517
  fillRule: "evenodd",
@@ -500,7 +520,7 @@ var Search = (props) => {
500
520
  fill: color
501
521
  }
502
522
  ),
503
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
523
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
504
524
  "path",
505
525
  {
506
526
  fillRule: "evenodd",
@@ -514,11 +534,11 @@ var Search = (props) => {
514
534
  var search_default = Search;
515
535
 
516
536
  // src/icons/v2/outline/sort.tsx
517
- var import_jsx_runtime18 = require("react/jsx-runtime");
537
+ var import_jsx_runtime19 = require("react/jsx-runtime");
518
538
  var Sort = (props) => {
519
539
  const { color, ...svgProps } = use_icon_props_default(props);
520
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
521
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
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)(
522
542
  "path",
523
543
  {
524
544
  fillRule: "evenodd",
@@ -527,7 +547,7 @@ var Sort = (props) => {
527
547
  fill: color
528
548
  }
529
549
  ),
530
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
550
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
531
551
  "path",
532
552
  {
533
553
  fillRule: "evenodd",
@@ -541,25 +561,25 @@ var Sort = (props) => {
541
561
  var sort_default = Sort;
542
562
 
543
563
  // src/icons/v2/outline/store-complete.tsx
544
- var import_jsx_runtime19 = require("react/jsx-runtime");
564
+ var import_jsx_runtime20 = require("react/jsx-runtime");
545
565
  var StoreComplete = (props) => {
546
566
  const { color, ...svgProps } = use_icon_props_default(props);
547
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
548
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
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)(
549
569
  "path",
550
570
  {
551
571
  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",
552
572
  fill: color
553
573
  }
554
574
  ),
555
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
575
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
556
576
  "path",
557
577
  {
558
578
  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",
559
579
  fill: color
560
580
  }
561
581
  ),
562
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
582
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
563
583
  "path",
564
584
  {
565
585
  fillRule: "evenodd",
@@ -573,11 +593,11 @@ var StoreComplete = (props) => {
573
593
  var store_complete_default = StoreComplete;
574
594
 
575
595
  // src/icons/v2/outline/truck.tsx
576
- var import_jsx_runtime20 = require("react/jsx-runtime");
596
+ var import_jsx_runtime21 = require("react/jsx-runtime");
577
597
  var Truck = (props) => {
578
598
  const { color, ...svgProps } = use_icon_props_default(props);
579
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
580
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
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)(
581
601
  "path",
582
602
  {
583
603
  fillRule: "evenodd",
@@ -586,19 +606,19 @@ var Truck = (props) => {
586
606
  fill: color
587
607
  }
588
608
  ) }),
589
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
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" }) }) })
590
610
  ] });
591
611
  };
592
612
  var truck_default = Truck;
593
613
 
594
614
  // src/icons/v2/solid/direction.tsx
595
- var import_jsx_runtime21 = require("react/jsx-runtime");
615
+ var import_jsx_runtime22 = require("react/jsx-runtime");
596
616
  var Direction = (props) => {
597
617
  const { color, ...svgProps } = use_icon_props_default(props);
598
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
599
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("g", { clipPath: "url(#direction)", children: [
600
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
601
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
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)(
602
622
  "path",
603
623
  {
604
624
  fillRule: "evenodd",
@@ -608,16 +628,16 @@ var Direction = (props) => {
608
628
  }
609
629
  )
610
630
  ] }),
611
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
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" }) }) })
612
632
  ] });
613
633
  };
614
634
  var direction_default = Direction;
615
635
 
616
636
  // src/icons/v2/solid/hand.tsx
617
- var import_jsx_runtime22 = require("react/jsx-runtime");
637
+ var import_jsx_runtime23 = require("react/jsx-runtime");
618
638
  var Hand = (props) => {
619
639
  const { color, ...svgProps } = use_icon_props_default(props);
620
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
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)(
621
641
  "path",
622
642
  {
623
643
  id: "Vector 650",
@@ -629,11 +649,11 @@ var Hand = (props) => {
629
649
  var hand_default = Hand;
630
650
 
631
651
  // src/icons/v2/solid/trend-up.tsx
632
- var import_jsx_runtime23 = require("react/jsx-runtime");
652
+ var import_jsx_runtime24 = require("react/jsx-runtime");
633
653
  var TrendUp = (props) => {
634
654
  const { color, ...svgProps } = use_icon_props_default(props);
635
- 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 / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("g", { id: "Vector", children: [
636
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
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)(
637
657
  "path",
638
658
  {
639
659
  fillRule: "evenodd",
@@ -642,14 +662,14 @@ var TrendUp = (props) => {
642
662
  fill: color
643
663
  }
644
664
  ),
645
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
665
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
646
666
  "path",
647
667
  {
648
668
  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",
649
669
  fill: color
650
670
  }
651
671
  ),
652
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
672
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
653
673
  "path",
654
674
  {
655
675
  fillRule: "evenodd",
@@ -663,10 +683,10 @@ var TrendUp = (props) => {
663
683
  var trend_up_default = TrendUp;
664
684
 
665
685
  // src/icons/v2/solid/wallet.tsx
666
- var import_jsx_runtime24 = require("react/jsx-runtime");
686
+ var import_jsx_runtime25 = require("react/jsx-runtime");
667
687
  var Wallet = (props) => {
668
688
  const { color, ...svgProps } = use_icon_props_default(props);
669
- 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: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
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)(
670
690
  "path",
671
691
  {
672
692
  id: "Subtract",
@@ -681,6 +701,7 @@ var wallet_default = Wallet;
681
701
  // Annotate the CommonJS export names for ESM import in node:
682
702
  0 && (module.exports = {
683
703
  ArrowLeft,
704
+ ArrowRight,
684
705
  Calendar,
685
706
  CalendarEvent,
686
707
  Check,