@ctlyst.id/icons 2.2.5 → 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.mjs CHANGED
@@ -16,13 +16,32 @@ var ArrowLeft = (props) => {
16
16
  };
17
17
  var arrow_left_default = ArrowLeft;
18
18
 
19
- // src/icons/v2/outline/calendar.tsx
19
+ // src/icons/v2/outline/arrow-right.tsx
20
20
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
21
- var Calendar = (props) => {
21
+ var ArrowRight = (props) => {
22
22
  const { color, ...svgProps } = use_icon_props_default(props);
23
23
  return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
24
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#calendar)", children: [
25
- /* @__PURE__ */ jsx2(
24
+ /* @__PURE__ */ jsx2("g", { clipPath: "url(#icon-arrow-right)", children: /* @__PURE__ */ jsx2(
25
+ "path",
26
+ {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ 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",
30
+ fill: color
31
+ }
32
+ ) }),
33
+ /* @__PURE__ */ jsx2("defs", { children: /* @__PURE__ */ jsx2("clipPath", { id: "icon-arrow-right", children: /* @__PURE__ */ jsx2("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
34
+ ] });
35
+ };
36
+ var arrow_right_default = ArrowRight;
37
+
38
+ // src/icons/v2/outline/calendar.tsx
39
+ import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
40
+ var Calendar = (props) => {
41
+ const { color, ...svgProps } = use_icon_props_default(props);
42
+ return /* @__PURE__ */ jsxs2("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
43
+ /* @__PURE__ */ jsxs2("g", { clipPath: "url(#calendar)", children: [
44
+ /* @__PURE__ */ jsx3(
26
45
  "path",
27
46
  {
28
47
  fillRule: "evenodd",
@@ -31,7 +50,7 @@ var Calendar = (props) => {
31
50
  fill: color
32
51
  }
33
52
  ),
34
- /* @__PURE__ */ jsx2(
53
+ /* @__PURE__ */ jsx3(
35
54
  "path",
36
55
  {
37
56
  fillRule: "evenodd",
@@ -40,7 +59,7 @@ var Calendar = (props) => {
40
59
  fill: color
41
60
  }
42
61
  ),
43
- /* @__PURE__ */ jsx2(
62
+ /* @__PURE__ */ jsx3(
44
63
  "path",
45
64
  {
46
65
  fillRule: "evenodd",
@@ -49,8 +68,8 @@ var Calendar = (props) => {
49
68
  fill: color
50
69
  }
51
70
  ),
52
- /* @__PURE__ */ jsx2("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
53
- /* @__PURE__ */ jsx2(
71
+ /* @__PURE__ */ jsx3("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2997 11.75H3.70035V10.25H20.2997V11.75Z", fill: color }),
72
+ /* @__PURE__ */ jsx3(
54
73
  "path",
55
74
  {
56
75
  fillRule: "evenodd",
@@ -60,25 +79,25 @@ var Calendar = (props) => {
60
79
  }
61
80
  )
62
81
  ] }),
63
- /* @__PURE__ */ jsx2("defs", { children: /* @__PURE__ */ jsx2("clipPath", { id: "calendar", children: /* @__PURE__ */ jsx2("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
82
+ /* @__PURE__ */ jsx3("defs", { children: /* @__PURE__ */ jsx3("clipPath", { id: "calendar", children: /* @__PURE__ */ jsx3("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
64
83
  ] });
65
84
  };
66
85
  var calendar_default = Calendar;
67
86
 
68
87
  // src/icons/v2/outline/calendar-event.tsx
69
- import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
88
+ import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
70
89
  var CalendarEvent = (props) => {
71
90
  const { color, ...svgProps } = use_icon_props_default(props);
72
- return /* @__PURE__ */ jsxs2("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
73
- /* @__PURE__ */ jsxs2("g", { clipPath: "url(#calendar-event)", children: [
74
- /* @__PURE__ */ jsx3(
91
+ return /* @__PURE__ */ jsxs3("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
92
+ /* @__PURE__ */ jsxs3("g", { clipPath: "url(#calendar-event)", children: [
93
+ /* @__PURE__ */ jsx4(
75
94
  "path",
76
95
  {
77
96
  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",
78
97
  fill: color
79
98
  }
80
99
  ),
81
- /* @__PURE__ */ jsx3(
100
+ /* @__PURE__ */ jsx4(
82
101
  "path",
83
102
  {
84
103
  fillRule: "evenodd",
@@ -88,16 +107,16 @@ var CalendarEvent = (props) => {
88
107
  }
89
108
  )
90
109
  ] }),
91
- /* @__PURE__ */ jsx3("defs", { children: /* @__PURE__ */ jsx3("clipPath", { id: "calendar-event", children: /* @__PURE__ */ jsx3("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
110
+ /* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "calendar-event", children: /* @__PURE__ */ jsx4("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
92
111
  ] });
93
112
  };
94
113
  var calendar_event_default = CalendarEvent;
95
114
 
96
115
  // src/icons/v2/outline/check.tsx
97
- import { jsx as jsx4 } from "react/jsx-runtime";
116
+ import { jsx as jsx5 } from "react/jsx-runtime";
98
117
  var Check = (props) => {
99
118
  const { color, ...svgProps } = use_icon_props_default(props);
100
- return /* @__PURE__ */ jsx4("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx4(
119
+ return /* @__PURE__ */ jsx5("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx5(
101
120
  "path",
102
121
  {
103
122
  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",
@@ -108,10 +127,10 @@ var Check = (props) => {
108
127
  var check_default = Check;
109
128
 
110
129
  // src/icons/v2/outline/chevron-down.tsx
111
- import { jsx as jsx5 } from "react/jsx-runtime";
130
+ import { jsx as jsx6 } from "react/jsx-runtime";
112
131
  var ChevronUp = (props) => {
113
132
  const { color, ...svgProps } = use_icon_props_default(props);
114
- return /* @__PURE__ */ jsx5("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx5(
133
+ return /* @__PURE__ */ jsx6("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx6(
115
134
  "path",
116
135
  {
117
136
  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",
@@ -122,10 +141,10 @@ var ChevronUp = (props) => {
122
141
  var chevron_down_default = ChevronUp;
123
142
 
124
143
  // src/icons/v2/outline/chevron-left.tsx
125
- import { jsx as jsx6 } from "react/jsx-runtime";
144
+ import { jsx as jsx7 } from "react/jsx-runtime";
126
145
  var ChevronLeft = (props) => {
127
146
  const { color, ...svgProps } = use_icon_props_default(props);
128
- return /* @__PURE__ */ jsx6("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx6(
147
+ return /* @__PURE__ */ jsx7("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx7(
129
148
  "path",
130
149
  {
131
150
  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",
@@ -136,10 +155,10 @@ var ChevronLeft = (props) => {
136
155
  var chevron_left_default = ChevronLeft;
137
156
 
138
157
  // src/icons/v2/outline/chevron-right.tsx
139
- import { jsx as jsx7 } from "react/jsx-runtime";
158
+ import { jsx as jsx8 } from "react/jsx-runtime";
140
159
  var ChevronRight = (props) => {
141
160
  const { color, ...svgProps } = use_icon_props_default(props);
142
- return /* @__PURE__ */ jsx7("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx7(
161
+ return /* @__PURE__ */ jsx8("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx8(
143
162
  "path",
144
163
  {
145
164
  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",
@@ -150,10 +169,10 @@ var ChevronRight = (props) => {
150
169
  var chevron_right_default = ChevronRight;
151
170
 
152
171
  // src/icons/v2/outline/chevron-up.tsx
153
- import { jsx as jsx8 } from "react/jsx-runtime";
172
+ import { jsx as jsx9 } from "react/jsx-runtime";
154
173
  var ChevronUp2 = (props) => {
155
174
  const { color, ...svgProps } = use_icon_props_default(props);
156
- return /* @__PURE__ */ jsx8("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx8(
175
+ return /* @__PURE__ */ jsx9("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx9(
157
176
  "path",
158
177
  {
159
178
  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",
@@ -164,18 +183,18 @@ var ChevronUp2 = (props) => {
164
183
  var chevron_up_default = ChevronUp2;
165
184
 
166
185
  // src/icons/v2/outline/close.tsx
167
- import { jsx as jsx9, jsxs as jsxs3 } from "react/jsx-runtime";
186
+ import { jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
168
187
  var Close = (props) => {
169
188
  const { color, ...svgProps } = use_icon_props_default(props);
170
- return /* @__PURE__ */ jsxs3("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
171
- /* @__PURE__ */ jsx9(
189
+ return /* @__PURE__ */ jsxs4("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
190
+ /* @__PURE__ */ jsx10(
172
191
  "path",
173
192
  {
174
193
  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",
175
194
  fill: color
176
195
  }
177
196
  ),
178
- /* @__PURE__ */ jsx9(
197
+ /* @__PURE__ */ jsx10(
179
198
  "path",
180
199
  {
181
200
  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",
@@ -187,11 +206,11 @@ var Close = (props) => {
187
206
  var close_default = Close;
188
207
 
189
208
  // src/icons/v2/outline/contact-book.tsx
190
- import { jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
209
+ import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
191
210
  var ContactBook = (props) => {
192
211
  const { color, ...svgProps } = use_icon_props_default(props);
193
- return /* @__PURE__ */ jsxs4("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
194
- /* @__PURE__ */ jsx10(
212
+ return /* @__PURE__ */ jsxs5("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
213
+ /* @__PURE__ */ jsx11(
195
214
  "path",
196
215
  {
197
216
  fillRule: "evenodd",
@@ -200,7 +219,7 @@ var ContactBook = (props) => {
200
219
  fill: color
201
220
  }
202
221
  ),
203
- /* @__PURE__ */ jsx10(
222
+ /* @__PURE__ */ jsx11(
204
223
  "path",
205
224
  {
206
225
  fillRule: "evenodd",
@@ -209,7 +228,7 @@ var ContactBook = (props) => {
209
228
  fill: color
210
229
  }
211
230
  ),
212
- /* @__PURE__ */ jsx10(
231
+ /* @__PURE__ */ jsx11(
213
232
  "path",
214
233
  {
215
234
  fillRule: "evenodd",
@@ -218,7 +237,7 @@ var ContactBook = (props) => {
218
237
  fill: color
219
238
  }
220
239
  ),
221
- /* @__PURE__ */ jsx10(
240
+ /* @__PURE__ */ jsx11(
222
241
  "path",
223
242
  {
224
243
  fillRule: "evenodd",
@@ -227,7 +246,7 @@ var ContactBook = (props) => {
227
246
  fill: color
228
247
  }
229
248
  ),
230
- /* @__PURE__ */ jsx10(
249
+ /* @__PURE__ */ jsx11(
231
250
  "path",
232
251
  {
233
252
  fillRule: "evenodd",
@@ -236,7 +255,7 @@ var ContactBook = (props) => {
236
255
  fill: color
237
256
  }
238
257
  ),
239
- /* @__PURE__ */ jsx10(
258
+ /* @__PURE__ */ jsx11(
240
259
  "path",
241
260
  {
242
261
  fillRule: "evenodd",
@@ -250,11 +269,11 @@ var ContactBook = (props) => {
250
269
  var contact_book_default = ContactBook;
251
270
 
252
271
  // src/icons/v2/outline/eye-close.tsx
253
- import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
272
+ import { jsx as jsx12, jsxs as jsxs6 } from "react/jsx-runtime";
254
273
  var EyeClose = (props) => {
255
274
  const { color, ...svgProps } = use_icon_props_default(props);
256
- return /* @__PURE__ */ jsxs5("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
257
- /* @__PURE__ */ jsx11(
275
+ return /* @__PURE__ */ jsxs6("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
276
+ /* @__PURE__ */ jsx12(
258
277
  "path",
259
278
  {
260
279
  fillRule: "evenodd",
@@ -263,7 +282,7 @@ var EyeClose = (props) => {
263
282
  fill: color
264
283
  }
265
284
  ),
266
- /* @__PURE__ */ jsx11(
285
+ /* @__PURE__ */ jsx12(
267
286
  "path",
268
287
  {
269
288
  fillRule: "evenodd",
@@ -272,7 +291,7 @@ var EyeClose = (props) => {
272
291
  fill: color
273
292
  }
274
293
  ),
275
- /* @__PURE__ */ jsx11(
294
+ /* @__PURE__ */ jsx12(
276
295
  "path",
277
296
  {
278
297
  fillRule: "evenodd",
@@ -286,11 +305,11 @@ var EyeClose = (props) => {
286
305
  var eye_close_default = EyeClose;
287
306
 
288
307
  // src/icons/v2/outline/eye-open.tsx
289
- import { jsx as jsx12, jsxs as jsxs6 } from "react/jsx-runtime";
308
+ import { jsx as jsx13, jsxs as jsxs7 } from "react/jsx-runtime";
290
309
  var EyeOpen = (props) => {
291
310
  const { color, ...svgProps } = use_icon_props_default(props);
292
- return /* @__PURE__ */ jsxs6("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
293
- /* @__PURE__ */ jsx12(
311
+ return /* @__PURE__ */ jsxs7("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
312
+ /* @__PURE__ */ jsx13(
294
313
  "path",
295
314
  {
296
315
  fillRule: "evenodd",
@@ -299,7 +318,7 @@ var EyeOpen = (props) => {
299
318
  fill: color
300
319
  }
301
320
  ),
302
- /* @__PURE__ */ jsx12(
321
+ /* @__PURE__ */ jsx13(
303
322
  "path",
304
323
  {
305
324
  fillRule: "evenodd",
@@ -313,11 +332,11 @@ var EyeOpen = (props) => {
313
332
  var eye_open_default = EyeOpen;
314
333
 
315
334
  // src/icons/v2/outline/filter.tsx
316
- import { jsx as jsx13, jsxs as jsxs7 } from "react/jsx-runtime";
335
+ import { jsx as jsx14, jsxs as jsxs8 } from "react/jsx-runtime";
317
336
  var Filter = (props) => {
318
337
  const { color, ...svgProps } = use_icon_props_default(props);
319
- return /* @__PURE__ */ jsxs7("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
320
- /* @__PURE__ */ jsx13(
338
+ return /* @__PURE__ */ jsxs8("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
339
+ /* @__PURE__ */ jsx14(
321
340
  "path",
322
341
  {
323
342
  fillRule: "evenodd",
@@ -326,7 +345,7 @@ var Filter = (props) => {
326
345
  fill: color
327
346
  }
328
347
  ),
329
- /* @__PURE__ */ jsx13(
348
+ /* @__PURE__ */ jsx14(
330
349
  "path",
331
350
  {
332
351
  fillRule: "evenodd",
@@ -335,7 +354,7 @@ var Filter = (props) => {
335
354
  fill: color
336
355
  }
337
356
  ),
338
- /* @__PURE__ */ jsx13(
357
+ /* @__PURE__ */ jsx14(
339
358
  "path",
340
359
  {
341
360
  fillRule: "evenodd",
@@ -349,12 +368,12 @@ var Filter = (props) => {
349
368
  var filter_default = Filter;
350
369
 
351
370
  // src/icons/v2/outline/map-marker.tsx
352
- import { jsx as jsx14, jsxs as jsxs8 } from "react/jsx-runtime";
371
+ import { jsx as jsx15, jsxs as jsxs9 } from "react/jsx-runtime";
353
372
  var MapMarker = (props) => {
354
373
  const { color, ...svgProps } = use_icon_props_default(props);
355
- return /* @__PURE__ */ jsxs8("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
356
- /* @__PURE__ */ jsxs8("g", { clipPath: "url(#map-marker)", children: [
357
- /* @__PURE__ */ jsx14(
374
+ return /* @__PURE__ */ jsxs9("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
375
+ /* @__PURE__ */ jsxs9("g", { clipPath: "url(#map-marker)", children: [
376
+ /* @__PURE__ */ jsx15(
358
377
  "path",
359
378
  {
360
379
  fillRule: "evenodd",
@@ -363,7 +382,7 @@ var MapMarker = (props) => {
363
382
  fill: color
364
383
  }
365
384
  ),
366
- /* @__PURE__ */ jsx14(
385
+ /* @__PURE__ */ jsx15(
367
386
  "path",
368
387
  {
369
388
  fillRule: "evenodd",
@@ -373,16 +392,16 @@ var MapMarker = (props) => {
373
392
  }
374
393
  )
375
394
  ] }),
376
- /* @__PURE__ */ jsx14("defs", { children: /* @__PURE__ */ jsx14("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx14("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
395
+ /* @__PURE__ */ jsx15("defs", { children: /* @__PURE__ */ jsx15("clipPath", { id: "map-marker", children: /* @__PURE__ */ jsx15("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
377
396
  ] });
378
397
  };
379
398
  var map_marker_default = MapMarker;
380
399
 
381
400
  // src/icons/v2/outline/minus.tsx
382
- import { jsx as jsx15 } from "react/jsx-runtime";
401
+ import { jsx as jsx16 } from "react/jsx-runtime";
383
402
  var Minus = (props) => {
384
403
  const { color, ...svgProps } = use_icon_props_default(props);
385
- return /* @__PURE__ */ jsx15("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx15(
404
+ return /* @__PURE__ */ jsx16("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx16(
386
405
  "path",
387
406
  {
388
407
  fillRule: "evenodd",
@@ -395,18 +414,18 @@ var Minus = (props) => {
395
414
  var minus_default = Minus;
396
415
 
397
416
  // src/icons/v2/outline/plus.tsx
398
- import { jsx as jsx16, jsxs as jsxs9 } from "react/jsx-runtime";
417
+ import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
399
418
  var Plus = (props) => {
400
419
  const { color, ...svgProps } = use_icon_props_default(props);
401
- return /* @__PURE__ */ jsxs9("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
402
- /* @__PURE__ */ jsx16(
420
+ return /* @__PURE__ */ jsxs10("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
421
+ /* @__PURE__ */ jsx17(
403
422
  "path",
404
423
  {
405
424
  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",
406
425
  fill: color
407
426
  }
408
427
  ),
409
- /* @__PURE__ */ jsx16(
428
+ /* @__PURE__ */ jsx17(
410
429
  "path",
411
430
  {
412
431
  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",
@@ -418,11 +437,11 @@ var Plus = (props) => {
418
437
  var plus_default = Plus;
419
438
 
420
439
  // src/icons/v2/outline/search.tsx
421
- import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
440
+ import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
422
441
  var Search = (props) => {
423
442
  const { color, ...svgProps } = use_icon_props_default(props);
424
- return /* @__PURE__ */ jsxs10("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
425
- /* @__PURE__ */ jsx17(
443
+ return /* @__PURE__ */ jsxs11("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
444
+ /* @__PURE__ */ jsx18(
426
445
  "path",
427
446
  {
428
447
  fillRule: "evenodd",
@@ -431,7 +450,7 @@ var Search = (props) => {
431
450
  fill: color
432
451
  }
433
452
  ),
434
- /* @__PURE__ */ jsx17(
453
+ /* @__PURE__ */ jsx18(
435
454
  "path",
436
455
  {
437
456
  fillRule: "evenodd",
@@ -445,11 +464,11 @@ var Search = (props) => {
445
464
  var search_default = Search;
446
465
 
447
466
  // src/icons/v2/outline/sort.tsx
448
- import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
467
+ import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
449
468
  var Sort = (props) => {
450
469
  const { color, ...svgProps } = use_icon_props_default(props);
451
- return /* @__PURE__ */ jsxs11("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
452
- /* @__PURE__ */ jsx18(
470
+ return /* @__PURE__ */ jsxs12("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
471
+ /* @__PURE__ */ jsx19(
453
472
  "path",
454
473
  {
455
474
  fillRule: "evenodd",
@@ -458,7 +477,7 @@ var Sort = (props) => {
458
477
  fill: color
459
478
  }
460
479
  ),
461
- /* @__PURE__ */ jsx18(
480
+ /* @__PURE__ */ jsx19(
462
481
  "path",
463
482
  {
464
483
  fillRule: "evenodd",
@@ -472,25 +491,25 @@ var Sort = (props) => {
472
491
  var sort_default = Sort;
473
492
 
474
493
  // src/icons/v2/outline/store-complete.tsx
475
- import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
494
+ import { jsx as jsx20, jsxs as jsxs13 } from "react/jsx-runtime";
476
495
  var StoreComplete = (props) => {
477
496
  const { color, ...svgProps } = use_icon_props_default(props);
478
- return /* @__PURE__ */ jsxs12("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
479
- /* @__PURE__ */ jsx19(
497
+ return /* @__PURE__ */ jsxs13("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
498
+ /* @__PURE__ */ jsx20(
480
499
  "path",
481
500
  {
482
501
  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",
483
502
  fill: color
484
503
  }
485
504
  ),
486
- /* @__PURE__ */ jsx19(
505
+ /* @__PURE__ */ jsx20(
487
506
  "path",
488
507
  {
489
508
  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",
490
509
  fill: color
491
510
  }
492
511
  ),
493
- /* @__PURE__ */ jsx19(
512
+ /* @__PURE__ */ jsx20(
494
513
  "path",
495
514
  {
496
515
  fillRule: "evenodd",
@@ -504,11 +523,11 @@ var StoreComplete = (props) => {
504
523
  var store_complete_default = StoreComplete;
505
524
 
506
525
  // src/icons/v2/outline/truck.tsx
507
- import { jsx as jsx20, jsxs as jsxs13 } from "react/jsx-runtime";
526
+ import { jsx as jsx21, jsxs as jsxs14 } from "react/jsx-runtime";
508
527
  var Truck = (props) => {
509
528
  const { color, ...svgProps } = use_icon_props_default(props);
510
- return /* @__PURE__ */ jsxs13("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
511
- /* @__PURE__ */ jsx20("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx20(
529
+ return /* @__PURE__ */ jsxs14("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
530
+ /* @__PURE__ */ jsx21("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx21(
512
531
  "path",
513
532
  {
514
533
  fillRule: "evenodd",
@@ -517,19 +536,19 @@ var Truck = (props) => {
517
536
  fill: color
518
537
  }
519
538
  ) }),
520
- /* @__PURE__ */ jsx20("defs", { children: /* @__PURE__ */ jsx20("clipPath", { id: "truck", children: /* @__PURE__ */ jsx20("rect", { width: "24", height: "24", fill: "white" }) }) })
539
+ /* @__PURE__ */ jsx21("defs", { children: /* @__PURE__ */ jsx21("clipPath", { id: "truck", children: /* @__PURE__ */ jsx21("rect", { width: "24", height: "24", fill: "white" }) }) })
521
540
  ] });
522
541
  };
523
542
  var truck_default = Truck;
524
543
 
525
544
  // src/icons/v2/solid/direction.tsx
526
- import { jsx as jsx21, jsxs as jsxs14 } from "react/jsx-runtime";
545
+ import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
527
546
  var Direction = (props) => {
528
547
  const { color, ...svgProps } = use_icon_props_default(props);
529
- return /* @__PURE__ */ jsxs14("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
530
- /* @__PURE__ */ jsxs14("g", { clipPath: "url(#direction)", children: [
531
- /* @__PURE__ */ jsx21("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
532
- /* @__PURE__ */ jsx21(
548
+ return /* @__PURE__ */ jsxs15("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
549
+ /* @__PURE__ */ jsxs15("g", { clipPath: "url(#direction)", children: [
550
+ /* @__PURE__ */ jsx22("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
551
+ /* @__PURE__ */ jsx22(
533
552
  "path",
534
553
  {
535
554
  fillRule: "evenodd",
@@ -539,16 +558,16 @@ var Direction = (props) => {
539
558
  }
540
559
  )
541
560
  ] }),
542
- /* @__PURE__ */ jsx21("defs", { children: /* @__PURE__ */ jsx21("clipPath", { id: "direction", children: /* @__PURE__ */ jsx21("rect", { width: "16", height: "16", fill: "white" }) }) })
561
+ /* @__PURE__ */ jsx22("defs", { children: /* @__PURE__ */ jsx22("clipPath", { id: "direction", children: /* @__PURE__ */ jsx22("rect", { width: "16", height: "16", fill: "white" }) }) })
543
562
  ] });
544
563
  };
545
564
  var direction_default = Direction;
546
565
 
547
566
  // src/icons/v2/solid/hand.tsx
548
- import { jsx as jsx22 } from "react/jsx-runtime";
567
+ import { jsx as jsx23 } from "react/jsx-runtime";
549
568
  var Hand = (props) => {
550
569
  const { color, ...svgProps } = use_icon_props_default(props);
551
- return /* @__PURE__ */ jsx22("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx22("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx22(
570
+ return /* @__PURE__ */ jsx23("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx23("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx23(
552
571
  "path",
553
572
  {
554
573
  id: "Vector 650",
@@ -560,11 +579,11 @@ var Hand = (props) => {
560
579
  var hand_default = Hand;
561
580
 
562
581
  // src/icons/v2/solid/trend-up.tsx
563
- import { jsx as jsx23, jsxs as jsxs15 } from "react/jsx-runtime";
582
+ import { jsx as jsx24, jsxs as jsxs16 } from "react/jsx-runtime";
564
583
  var TrendUp = (props) => {
565
584
  const { color, ...svgProps } = use_icon_props_default(props);
566
- return /* @__PURE__ */ jsx23("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx23("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs15("g", { id: "Vector", children: [
567
- /* @__PURE__ */ jsx23(
585
+ return /* @__PURE__ */ jsx24("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx24("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs16("g", { id: "Vector", children: [
586
+ /* @__PURE__ */ jsx24(
568
587
  "path",
569
588
  {
570
589
  fillRule: "evenodd",
@@ -573,14 +592,14 @@ var TrendUp = (props) => {
573
592
  fill: color
574
593
  }
575
594
  ),
576
- /* @__PURE__ */ jsx23(
595
+ /* @__PURE__ */ jsx24(
577
596
  "path",
578
597
  {
579
598
  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",
580
599
  fill: color
581
600
  }
582
601
  ),
583
- /* @__PURE__ */ jsx23(
602
+ /* @__PURE__ */ jsx24(
584
603
  "path",
585
604
  {
586
605
  fillRule: "evenodd",
@@ -594,10 +613,10 @@ var TrendUp = (props) => {
594
613
  var trend_up_default = TrendUp;
595
614
 
596
615
  // src/icons/v2/solid/wallet.tsx
597
- import { jsx as jsx24 } from "react/jsx-runtime";
616
+ import { jsx as jsx25 } from "react/jsx-runtime";
598
617
  var Wallet = (props) => {
599
618
  const { color, ...svgProps } = use_icon_props_default(props);
600
- return /* @__PURE__ */ jsx24("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx24("g", { id: "24x24", children: /* @__PURE__ */ jsx24(
619
+ return /* @__PURE__ */ jsx25("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx25("g", { id: "24x24", children: /* @__PURE__ */ jsx25(
601
620
  "path",
602
621
  {
603
622
  id: "Subtract",
@@ -611,6 +630,7 @@ var Wallet = (props) => {
611
630
  var wallet_default = Wallet;
612
631
  export {
613
632
  arrow_left_default as ArrowLeft,
633
+ arrow_right_default as ArrowRight,
614
634
  calendar_default as Calendar,
615
635
  calendar_event_default as CalendarEvent,
616
636
  check_default as Check,