@candy.thieves/ui-kit-lumos 0.0.5 → 0.0.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/index.js CHANGED
@@ -1,8 +1,3032 @@
1
- import e, { clsx as t } from "clsx";
2
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
3
- import { forwardRef as i, useId as a, useState as o } from "react";
4
- import * as s from "@radix-ui/react-radio-group";
5
- var c = {
1
+ import { cloneElement as e, forwardRef as t, memo as n, useId as r, useState as i } from "react";
2
+ import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
3
+ import c, { clsx as l } from "clsx";
4
+ import * as u from "@radix-ui/react-radio-group";
5
+ var d = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => {
6
+ let o = n ? "1em" : `${r}px`;
7
+ return e(t, {
8
+ ref: a,
9
+ width: o,
10
+ height: o,
11
+ ...i,
12
+ style: { ...i?.style }
13
+ });
14
+ }));
15
+ d.displayName = "ColorIconBase";
16
+ var f = n(t(({ icon: t, autoSize: n, backgroundColor: r = "transparent", color: i = "currentColor", size: a = 24, svgProps: o }, s) => {
17
+ let c = n ? "1em" : `${a}px`;
18
+ return e(t, {
19
+ ref: s,
20
+ width: c,
21
+ height: c,
22
+ fill: i,
23
+ ...o,
24
+ style: {
25
+ backgroundColor: r,
26
+ ...o?.style
27
+ }
28
+ });
29
+ }));
30
+ f.displayName = "IconBase";
31
+ var p = n(t(({ icon: t, autoSize: n, size: r = 24, svgProps: i }, a) => e(t, {
32
+ ref: a,
33
+ width: n ? "1em" : `${r}px`,
34
+ height: n ? "1em" : `${r / 1.5}px`,
35
+ ...i,
36
+ style: { ...i?.style }
37
+ })));
38
+ p.displayName = "ColorIconBaseSmall";
39
+ //#endregion
40
+ //#region src/assets/icons/CheckmarkOutline.tsx
41
+ var m = (e) => {
42
+ let { fill: t } = e;
43
+ return /* @__PURE__ */ o("svg", {
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ viewBox: "0 0 24 24",
46
+ fill: "none",
47
+ ...e,
48
+ children: /* @__PURE__ */ o("g", {
49
+ clipPath: "url(#checkmark-outline)",
50
+ children: /* @__PURE__ */ o("path", {
51
+ fill: t,
52
+ d: "M9.86 18a1 1 0 0 1-.73-.32l-4.86-5.17a1 1 0 0 1 1.46-1.37l4.12 4.39 8.41-9.2a1 1 0 1 1 1.48 1.34l-9.14 10a1 1 0 0 1-.73.33z"
53
+ })
54
+ })
55
+ });
56
+ }, h = t((e, t) => /* @__PURE__ */ o(f, {
57
+ ref: t,
58
+ icon: /* @__PURE__ */ o(m, {}),
59
+ ...e
60
+ }));
61
+ h.displayName = "CheckmarkOutline";
62
+ //#endregion
63
+ //#region src/assets/icons/FillBell.tsx
64
+ var ee = (e) => {
65
+ let { fill: t } = e;
66
+ return /* @__PURE__ */ s("svg", {
67
+ xmlns: "http://www.w3.org/2000/svg",
68
+ viewBox: "0 0 24 24",
69
+ fill: "none",
70
+ ...e,
71
+ children: [
72
+ /* @__PURE__ */ o("path", {
73
+ fill: t,
74
+ fillRule: "evenodd",
75
+ d: "M14 18.341c0 .9-.916 1.66-2 1.66s-2-.76-2-1.66v-.34h4zm6.521-3.134-1.801-1.803V8.936c0-3.48-2.502-6.437-5.821-6.877a6.72 6.72 0 0 0-5.316 1.607A6.73 6.73 0 0 0 5.28 8.727l-.001 4.677-1.8 1.804a1.63 1.63 0 0 0-.354 1.782c.255.613.848 1.01 1.512 1.01H8v.341c0 2.018 1.794 3.66 4 3.66s4-1.642 4-3.66v-.34h3.362a1.63 1.63 0 0 0 1.511-1.01 1.63 1.63 0 0 0-.352-1.784",
76
+ clipRule: "evenodd"
77
+ }),
78
+ /* @__PURE__ */ o("mask", {
79
+ id: "fill-bell",
80
+ width: "19",
81
+ height: "21",
82
+ x: "2",
83
+ y: "2",
84
+ maskUnits: "userSpaceOnUse",
85
+ style: { maskType: "luminance" },
86
+ children: /* @__PURE__ */ o("path", {
87
+ fill: "var(--color-light-100)",
88
+ fillRule: "evenodd",
89
+ d: "M14 18.341c0 .9-.916 1.66-2 1.66s-2-.76-2-1.66v-.34h4zm6.521-3.134-1.801-1.803V8.936c0-3.48-2.502-6.437-5.821-6.877a6.72 6.72 0 0 0-5.316 1.607A6.73 6.73 0 0 0 5.28 8.727l-.001 4.677-1.8 1.804a1.63 1.63 0 0 0-.354 1.782c.255.613.848 1.01 1.512 1.01H8v.341c0 2.018 1.794 3.66 4 3.66s4-1.642 4-3.66v-.34h3.362a1.63 1.63 0 0 0 1.511-1.01 1.63 1.63 0 0 0-.352-1.784",
90
+ clipRule: "evenodd"
91
+ })
92
+ }),
93
+ /* @__PURE__ */ o("g", {
94
+ mask: "url(#fill-bell)",
95
+ children: /* @__PURE__ */ o("path", {
96
+ fill: t,
97
+ d: "M0 0h24v24H0z"
98
+ })
99
+ })
100
+ ]
101
+ });
102
+ }, g = t((e, t) => /* @__PURE__ */ o(f, {
103
+ ref: t,
104
+ icon: /* @__PURE__ */ o(ee, {}),
105
+ ...e
106
+ }));
107
+ g.displayName = "FillBell";
108
+ //#endregion
109
+ //#region src/assets/icons/Close.tsx
110
+ var te = (e) => {
111
+ let { fill: t } = e;
112
+ return /* @__PURE__ */ o("svg", {
113
+ xmlns: "http://www.w3.org/2000/svg",
114
+ viewBox: "0 0 24 24",
115
+ fill: "none",
116
+ ...e,
117
+ children: /* @__PURE__ */ o("g", {
118
+ clipPath: "url(#close)",
119
+ children: /* @__PURE__ */ o("path", {
120
+ fill: t,
121
+ d: "m13.41 12 4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59l-4.29-4.3a1 1 0 0 0-1.42 1.42l4.3 4.29-4.3 4.29A1 1 0 0 0 7 18.01a1 1 0 0 0 .71-.3l4.29-4.3 4.29 4.3a1 1 0 1 0 1.42-1.42z"
122
+ })
123
+ })
124
+ });
125
+ }, _ = t((e, t) => /* @__PURE__ */ o(f, {
126
+ ref: t,
127
+ icon: /* @__PURE__ */ o(te, {}),
128
+ ...e
129
+ }));
130
+ _.displayName = "Close";
131
+ //#endregion
132
+ //#region src/assets/icons/CloseOutline.tsx
133
+ var ne = (e) => {
134
+ let { fill: t } = e;
135
+ return /* @__PURE__ */ o("svg", {
136
+ xmlns: "http://www.w3.org/2000/svg",
137
+ viewBox: "0 0 24 24",
138
+ fill: "none",
139
+ ...e,
140
+ children: /* @__PURE__ */ o("g", {
141
+ clipPath: "url(#close-outline)",
142
+ children: /* @__PURE__ */ o("path", {
143
+ fill: t,
144
+ d: "m13.41 12 4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59l-4.29-4.3a1 1 0 0 0-1.42 1.42l4.3 4.29-4.3 4.29A1 1 0 0 0 7 18.01a1 1 0 0 0 .71-.3l4.29-4.3 4.29 4.3a1 1 0 1 0 1.42-1.42z"
145
+ })
146
+ })
147
+ });
148
+ }, v = t((e, t) => /* @__PURE__ */ o(f, {
149
+ ref: t,
150
+ icon: /* @__PURE__ */ o(ne, {}),
151
+ ...e
152
+ }));
153
+ v.displayName = "CloseOutline";
154
+ //#endregion
155
+ //#region src/assets/icons/Home.tsx
156
+ var y = (e) => {
157
+ let { fill: t } = e;
158
+ return /* @__PURE__ */ o("svg", {
159
+ xmlns: "http://www.w3.org/2000/svg",
160
+ viewBox: "0 0 24 24",
161
+ fill: "none",
162
+ ...e,
163
+ children: /* @__PURE__ */ s("g", {
164
+ fill: t,
165
+ clipPath: "url(#a)",
166
+ children: [/* @__PURE__ */ o("path", { d: "M14 14h-4v7h4z" }), /* @__PURE__ */ o("path", { d: "m20.4 10.2-7.7-7.9a1 1 0 0 0-1.4 0l-7.7 7.9a2 2 0 0 0-.6 1.4V20a2 2 0 0 0 1.9 2H8v-9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h3.1a2 2 0 0 0 1.9-2v-8.4q0-.8-.6-1.4" })]
167
+ })
168
+ });
169
+ }, b = t((e, t) => /* @__PURE__ */ o(f, {
170
+ ref: t,
171
+ icon: /* @__PURE__ */ o(y, {}),
172
+ ...e
173
+ }));
174
+ b.displayName = "Home";
175
+ //#endregion
176
+ //#region src/assets/icons/HomeOutline.tsx
177
+ var re = (e) => {
178
+ let { fill: t } = e;
179
+ return /* @__PURE__ */ o("svg", {
180
+ xmlns: "http://www.w3.org/2000/svg",
181
+ viewBox: "0 0 24 24",
182
+ fill: "none",
183
+ ...e,
184
+ children: /* @__PURE__ */ o("g", {
185
+ clipPath: "url(#a)",
186
+ children: /* @__PURE__ */ o("path", {
187
+ fill: t,
188
+ d: "M20.42 10.18 12.71 2.3a1 1 0 0 0-1.42 0l-7.71 7.89A2 2 0 0 0 3 11.62V20a2 2 0 0 0 1.89 2h14.22A2 2 0 0 0 21 20v-8.38c0-.54-.2-1.05-.58-1.44M10 20v-6h4v6zm9 0h-3v-7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v7H5v-8.42l7-7.15 7 7.19z"
189
+ })
190
+ })
191
+ });
192
+ }, ie = t((e, t) => /* @__PURE__ */ o(f, {
193
+ ref: t,
194
+ icon: /* @__PURE__ */ o(re, {}),
195
+ ...e
196
+ }));
197
+ ie.displayName = "HomeOutline";
198
+ var ae = n(t(({ autoSize: e, backgroundColor: t = "transparent", color: n = "currentColor", size: r = 24, msgCounter: i = 0, svgProps: c }, l) => {
199
+ let u = e ? "1em" : `${r}px`, d = {
200
+ backgroundColor: t,
201
+ ...c?.style || {}
202
+ };
203
+ return /* @__PURE__ */ s("svg", {
204
+ xmlns: "http://www.w3.org/2000/svg",
205
+ width: u,
206
+ height: u,
207
+ viewBox: "0 0 24 24",
208
+ fill: "none",
209
+ ref: l,
210
+ ...c,
211
+ style: d,
212
+ children: [/* @__PURE__ */ o("path", {
213
+ fill: n,
214
+ fillRule: "evenodd",
215
+ d: "m2.515 18 1.18-1.182c.378-.378.586-.88.586-1.414v-4.677c0-1.357.59-2.654 1.62-3.556a4.66 4.66 0 0 1 3.737-1.129c2.327.309 4.082 2.413 4.082 4.895v4.467c0 .534.208 1.036.585 1.413L15.486 18H2.516ZM11 20.341C11 21.24 10.084 22 9 22s-2-.76-2-1.659V20h4v.341Zm6.521-3.133-1.8-1.804v-4.467c0-3.481-2.503-6.438-5.82-6.877a6.722 6.722 0 0 0-5.318 1.607 6.728 6.728 0 0 0-2.302 5.06v4.677L.478 17.208a1.631 1.631 0 0 0-.354 1.782C.38 19.604.973 20 1.637 20H5v.341C5 22.359 6.794 24 9 24s4-1.641 4-3.659V20h3.363c.664 0 1.256-.396 1.51-1.009a1.63 1.63 0 0 0-.352-1.783Z",
216
+ clipRule: "evenodd"
217
+ }), i > 0 && /* @__PURE__ */ s(a, { children: [/* @__PURE__ */ o("circle", {
218
+ cx: 17.501,
219
+ cy: 6.5,
220
+ r: 6.5,
221
+ fill: "var(--color-danger-500)"
222
+ }), /* @__PURE__ */ o("text", {
223
+ x: 17.501,
224
+ y: 6.5,
225
+ textAnchor: "middle",
226
+ dominantBaseline: "central",
227
+ fill: "var(--color-light-100)",
228
+ fontSize: i > 99 ? 6.8 : 8.5,
229
+ fontWeight: "bold",
230
+ fontFamily: "Arial, sans-serif",
231
+ children: i > 99 ? "99+" : i
232
+ })] })]
233
+ });
234
+ }));
235
+ ae.displayName = "OutlineBell";
236
+ //#endregion
237
+ //#region src/assets/icons/FlagEng.tsx
238
+ var oe = (e) => /* @__PURE__ */ s("svg", {
239
+ xmlns: "http://www.w3.org/2000/svg",
240
+ viewBox: "0 0 24 24",
241
+ fill: "none",
242
+ ...e,
243
+ children: [/* @__PURE__ */ o("path", {
244
+ fill: "url(#flag-eng-a)",
245
+ d: "M0 0h24v24H0z"
246
+ }), /* @__PURE__ */ s("defs", { children: [/* @__PURE__ */ o("pattern", {
247
+ id: "flag-eng-a",
248
+ width: 1,
249
+ height: 1,
250
+ patternContentUnits: "objectBoundingBox",
251
+ children: /* @__PURE__ */ o("use", {
252
+ xlinkHref: "#flag-eng-b",
253
+ transform: "scale(.014)"
254
+ })
255
+ }), /* @__PURE__ */ o("image", {
256
+ xlinkHref: "data:image/png;base64,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",
257
+ id: "flag-eng-b",
258
+ width: 72,
259
+ height: 72,
260
+ preserveAspectRatio: "none"
261
+ })] })]
262
+ }), x = t((e, t) => /* @__PURE__ */ o(d, {
263
+ ref: t,
264
+ icon: /* @__PURE__ */ o(oe, {}),
265
+ ...e
266
+ }));
267
+ x.displayName = "FlagEng";
268
+ //#endregion
269
+ //#region src/assets/icons/FlagRus.tsx
270
+ var se = (e) => /* @__PURE__ */ s("svg", {
271
+ xmlns: "http://www.w3.org/2000/svg",
272
+ viewBox: "0 0 24 24",
273
+ fill: "none",
274
+ ...e,
275
+ children: [/* @__PURE__ */ o("path", {
276
+ fill: "url(#flag-rus-a)",
277
+ d: "M0 0h24v24H0z"
278
+ }), /* @__PURE__ */ s("defs", { children: [/* @__PURE__ */ o("pattern", {
279
+ id: "flag-rus-a",
280
+ width: 1,
281
+ height: 1,
282
+ patternContentUnits: "objectBoundingBox",
283
+ children: /* @__PURE__ */ o("use", {
284
+ xlinkHref: "#flag-eng-b",
285
+ transform: "scale(.0139)"
286
+ })
287
+ }), /* @__PURE__ */ o("image", {
288
+ xlinkHref: "data:image/png;base64,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",
289
+ id: "flag-eng-b",
290
+ width: 72,
291
+ height: 72,
292
+ preserveAspectRatio: "none"
293
+ })] })]
294
+ }), S = t((e, t) => /* @__PURE__ */ o(d, {
295
+ ref: t,
296
+ icon: /* @__PURE__ */ o(se, {}),
297
+ ...e
298
+ }));
299
+ S.displayName = "FlagRus";
300
+ //#endregion
301
+ //#region src/assets/icons/PlusSquareOutline.tsx
302
+ var ce = (e) => {
303
+ let { fill: t } = e;
304
+ return /* @__PURE__ */ s("svg", {
305
+ xmlns: "http://www.w3.org/2000/svg",
306
+ viewBox: "0 0 24 24",
307
+ fill: "none",
308
+ ...e,
309
+ children: [/* @__PURE__ */ s("g", {
310
+ fill: t,
311
+ clipPath: "url(#plus-square-outline)",
312
+ children: [/* @__PURE__ */ o("path", { d: "M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1z" }), /* @__PURE__ */ o("path", { d: "M15 11h-2V9a1 1 0 0 0-2 0v2H9a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0-2" })]
313
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
314
+ id: "plus-square-outline",
315
+ children: /* @__PURE__ */ o("path", {
316
+ fill: "var(--color-light-100)",
317
+ d: "M0 0h24v24H0z"
318
+ })
319
+ }) })]
320
+ });
321
+ }, C = t((e, t) => /* @__PURE__ */ o(f, {
322
+ ref: t,
323
+ icon: /* @__PURE__ */ o(ce, {}),
324
+ ...e
325
+ }));
326
+ C.displayName = "PlusSquareOutline";
327
+ //#endregion
328
+ //#region src/assets/icons/PlusSquare.tsx
329
+ var le = (e) => {
330
+ let { fill: t } = e;
331
+ return /* @__PURE__ */ s("svg", {
332
+ xmlns: "http://www.w3.org/2000/svg",
333
+ viewBox: "0 0 24 24",
334
+ fill: "none",
335
+ ...e,
336
+ children: [/* @__PURE__ */ o("g", {
337
+ clipPath: "url(#plus-square)",
338
+ children: /* @__PURE__ */ o("path", {
339
+ fill: t,
340
+ d: "M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3m-3 10h-2v2a1 1 0 0 1-2 0v-2H9a1 1 0 0 1 0-2h2V9a1 1 0 0 1 2 0v2h2a1 1 0 0 1 0 2"
341
+ })
342
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
343
+ id: "plus-square",
344
+ children: /* @__PURE__ */ o("path", {
345
+ fill: "var(--color-light-100)",
346
+ d: "M0 0h24v24H0z"
347
+ })
348
+ }) })]
349
+ });
350
+ }, w = t((e, t) => /* @__PURE__ */ o(f, {
351
+ ref: t,
352
+ icon: /* @__PURE__ */ o(le, {}),
353
+ ...e
354
+ }));
355
+ w.displayName = "PlusSquare";
356
+ //#endregion
357
+ //#region src/assets/icons/Person.tsx
358
+ var ue = (e) => {
359
+ let { fill: t } = e;
360
+ return /* @__PURE__ */ s("svg", {
361
+ xmlns: "http://www.w3.org/2000/svg",
362
+ viewBox: "0 0 24 24",
363
+ fill: "none",
364
+ ...e,
365
+ children: [/* @__PURE__ */ o("g", {
366
+ fill: t,
367
+ clipPath: "url(#person-icon)",
368
+ children: /* @__PURE__ */ o("path", { d: "M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8m6 10a1 1 0 0 0 1-1 7 7 0 1 0-14 0 1 1 0 0 0 1 1z" })
369
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
370
+ id: "person-icon",
371
+ children: /* @__PURE__ */ o("path", {
372
+ fill: "var(--color-light-100)",
373
+ d: "M0 0h24v24H0z"
374
+ })
375
+ }) })]
376
+ });
377
+ }, T = t((e, t) => /* @__PURE__ */ o(f, {
378
+ ref: t,
379
+ icon: /* @__PURE__ */ o(ue, {}),
380
+ ...e
381
+ }));
382
+ T.displayName = "Person";
383
+ //#endregion
384
+ //#region src/assets/icons/PersonOutline.tsx
385
+ var de = (e) => {
386
+ let { fill: t } = e;
387
+ return /* @__PURE__ */ s("svg", {
388
+ xmlns: "http://www.w3.org/2000/svg",
389
+ viewBox: "0 0 24 24",
390
+ fill: "none",
391
+ ...e,
392
+ children: [/* @__PURE__ */ o("g", {
393
+ fill: t,
394
+ clipPath: "url(#person-outline)",
395
+ children: /* @__PURE__ */ o("path", { d: "M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 8a7 7 0 0 0-7 7 1 1 0 1 0 2 0 5 5 0 1 1 10 0 1 1 0 0 0 2 0 7 7 0 0 0-7-7" })
396
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
397
+ id: "person-outline",
398
+ children: /* @__PURE__ */ o("path", {
399
+ fill: "var(--color-light-100)",
400
+ d: "M0 0h24v24H0z"
401
+ })
402
+ }) })]
403
+ });
404
+ }, E = t((e, t) => /* @__PURE__ */ o(f, {
405
+ ref: t,
406
+ icon: /* @__PURE__ */ o(de, {}),
407
+ ...e
408
+ }));
409
+ E.displayName = "PersonOutline";
410
+ //#endregion
411
+ //#region src/assets/icons/TrendingUp.tsx
412
+ var fe = (e) => {
413
+ let { fill: t } = e;
414
+ return /* @__PURE__ */ s("svg", {
415
+ xmlns: "http://www.w3.org/2000/svg",
416
+ viewBox: "0 0 24 24",
417
+ fill: "none",
418
+ ...e,
419
+ children: [/* @__PURE__ */ o("g", {
420
+ clipPath: "url(#trending-up)",
421
+ children: /* @__PURE__ */ o("path", {
422
+ fill: t,
423
+ d: "M21 7v-.21l-.05-.17-.09-.14-.14-.17-.12-.07-.19-.1h-.2A1 1 0 0 0 20 6h-5a1 1 0 1 0 0 2h2.83l-4 4.71-4.32-2.57a1 1 0 0 0-1.28.22l-5 6a1 1 0 1 0 1.54 1.28l4.45-5.34 4.27 2.56a1 1 0 0 0 1.27-.21L19 9.7V12a1 1 0 1 0 2 0z"
424
+ })
425
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
426
+ id: "trending-up",
427
+ children: /* @__PURE__ */ o("path", {
428
+ fill: "var(--color-light-100)",
429
+ d: "M0 0h24v24H0z"
430
+ })
431
+ }) })]
432
+ });
433
+ }, D = t((e, t) => /* @__PURE__ */ o(f, {
434
+ ref: t,
435
+ icon: /* @__PURE__ */ o(fe, {}),
436
+ ...e
437
+ }));
438
+ D.displayName = "TrendingUp";
439
+ //#endregion
440
+ //#region src/assets/icons/TrendingUpOutline.tsx
441
+ var pe = (e) => {
442
+ let { fill: t } = e;
443
+ return /* @__PURE__ */ s("svg", {
444
+ xmlns: "http://www.w3.org/2000/svg",
445
+ viewBox: "0 0 24 24",
446
+ fill: "none",
447
+ ...e,
448
+ children: [/* @__PURE__ */ o("g", {
449
+ clipPath: "url(#trending-up-outline)",
450
+ children: /* @__PURE__ */ o("path", {
451
+ fill: t,
452
+ d: "M21 7v-.4l-.1-.1-.2-.2h-.1l-.2-.2h-.2L20 6h-5a1 1 0 1 0 0 2h2.8l-4 4.7-4.3-2.6a1 1 0 0 0-1.3.3l-5 6a1 1 0 1 0 1.6 1.2l4.4-5.3 4.3 2.6a1 1 0 0 0 1.3-.2l4.2-5V12a1 1 0 1 0 2 0z"
453
+ })
454
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
455
+ id: "trending-up-outline",
456
+ children: /* @__PURE__ */ o("path", {
457
+ fill: "var(--color-light-100)",
458
+ d: "M0 0h24v24H0z"
459
+ })
460
+ }) })]
461
+ });
462
+ }, O = t((e, t) => /* @__PURE__ */ o(f, {
463
+ ref: t,
464
+ icon: /* @__PURE__ */ o(pe, {}),
465
+ ...e
466
+ }));
467
+ O.displayName = "TrendingUpOutline";
468
+ //#endregion
469
+ //#region src/assets/icons/Bookmark.tsx
470
+ var me = (e) => {
471
+ let { fill: t } = e;
472
+ return /* @__PURE__ */ s("svg", {
473
+ xmlns: "http://www.w3.org/2000/svg",
474
+ viewBox: "0 0 24 24",
475
+ fill: "none",
476
+ ...e,
477
+ children: [/* @__PURE__ */ o("g", {
478
+ clipPath: "url(#bookmark)",
479
+ children: /* @__PURE__ */ o("path", {
480
+ fill: t,
481
+ d: "M6 21a1 1 0 0 1-1-1V5.33A2.3 2.3 0 0 1 7.2 3h9.6A2.3 2.3 0 0 1 19 5.33V20a1 1 0 0 1-1.5.86l-5.67-3.21-5.33 3.2A1 1 0 0 1 6 21"
482
+ })
483
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
484
+ id: "bookmark",
485
+ children: /* @__PURE__ */ o("path", {
486
+ fill: "var(--color-light-100)",
487
+ d: "M0 0h24v24H0z"
488
+ })
489
+ }) })]
490
+ });
491
+ }, k = t((e, t) => /* @__PURE__ */ o(f, {
492
+ ref: t,
493
+ icon: /* @__PURE__ */ o(me, {}),
494
+ ...e
495
+ }));
496
+ k.displayName = "Bookmark";
497
+ //#endregion
498
+ //#region src/assets/icons/BookmarkOutline.tsx
499
+ var he = (e) => {
500
+ let { fill: t } = e;
501
+ return /* @__PURE__ */ s("svg", {
502
+ xmlns: "http://www.w3.org/2000/svg",
503
+ viewBox: "0 0 24 24",
504
+ fill: "none",
505
+ ...e,
506
+ children: [/* @__PURE__ */ o("g", {
507
+ clipPath: "url(#bookmark-outline)",
508
+ children: /* @__PURE__ */ o("path", {
509
+ fill: t,
510
+ d: "M6 21a1 1 0 0 1-1-1V5.33A2.3 2.3 0 0 1 7.2 3h9.6A2.3 2.3 0 0 1 19 5.33V20a1 1 0 0 1-1.5.86l-5.67-3.21-5.33 3.2A1 1 0 0 1 6 21"
511
+ })
512
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
513
+ id: "bookmark-outline",
514
+ children: /* @__PURE__ */ o("path", {
515
+ fill: "var(--color-light-100)",
516
+ d: "M0 0h24v24H0z"
517
+ })
518
+ }) })]
519
+ });
520
+ }, A = t((e, t) => /* @__PURE__ */ o(f, {
521
+ ref: t,
522
+ icon: /* @__PURE__ */ o(he, {}),
523
+ ...e
524
+ }));
525
+ A.displayName = "BookmarkOutline";
526
+ //#endregion
527
+ //#region src/assets/icons/ArrowForwardOutline.tsx
528
+ var ge = (e) => {
529
+ let { fill: t } = e;
530
+ return /* @__PURE__ */ s("svg", {
531
+ xmlns: "http://www.w3.org/2000/svg",
532
+ viewBox: "0 0 24 24",
533
+ fill: "none",
534
+ ...e,
535
+ children: [/* @__PURE__ */ o("g", {
536
+ clipPath: "url(#arrow-forward-outline)",
537
+ children: /* @__PURE__ */ o("path", {
538
+ fill: t,
539
+ d: "M5 13h11.9l-3.7 4.4a1 1 0 1 0 1.6 1.2l5-6v-.1l.1-.1.1-.4v-.4h-.1l-.1-.2-5-6a1 1 0 0 0-1.6 1.2L17 11H5a1 1 0 0 0 0 2"
540
+ })
541
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
542
+ id: "arrow-forward-outline",
543
+ children: /* @__PURE__ */ o("path", {
544
+ fill: "var(--color-light-100)",
545
+ d: "M0 0h24v24H0z"
546
+ })
547
+ }) })]
548
+ });
549
+ }, j = t((e, t) => /* @__PURE__ */ o(f, {
550
+ ref: t,
551
+ icon: /* @__PURE__ */ o(ge, {}),
552
+ ...e
553
+ }));
554
+ j.displayName = "ArrowForwardOutline";
555
+ //#endregion
556
+ //#region src/assets/icons/ArrowBackOutline.tsx
557
+ var _e = (e) => {
558
+ let { fill: t } = e;
559
+ return /* @__PURE__ */ s("svg", {
560
+ xmlns: "http://www.w3.org/2000/svg",
561
+ viewBox: "0 0 24 24",
562
+ fill: "none",
563
+ ...e,
564
+ children: [/* @__PURE__ */ o("g", {
565
+ clipPath: "url(#arrow-back-outline)",
566
+ children: /* @__PURE__ */ o("path", {
567
+ fill: t,
568
+ d: "M19 11H7.14l3.63-4.36a1 1 0 0 0-1.54-1.28l-5 6-.09.15q.02.06-.07.13A1 1 0 0 0 4 12a1 1 0 0 0 .07.36q-.02.07.07.13l.09.15 5 6a1 1 0 0 0 1.54-1.28L7.14 13H19a1 1 0 0 0 0-2"
569
+ })
570
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
571
+ id: "arrow-back-outline",
572
+ children: /* @__PURE__ */ o("path", {
573
+ fill: "var(--color-light-100)",
574
+ d: "M0 0h24v24H0z"
575
+ })
576
+ }) })]
577
+ });
578
+ }, M = t((e, t) => /* @__PURE__ */ o(f, {
579
+ ref: t,
580
+ icon: /* @__PURE__ */ o(_e, {}),
581
+ ...e
582
+ }));
583
+ M.displayName = "ArrowBackOutline";
584
+ //#endregion
585
+ //#region src/assets/icons/DoneAllOutline.tsx
586
+ var ve = (e) => {
587
+ let { fill: t } = e;
588
+ return /* @__PURE__ */ s("svg", {
589
+ xmlns: "http://www.w3.org/2000/svg",
590
+ viewBox: "0 0 24 24",
591
+ fill: "none",
592
+ ...e,
593
+ children: [/* @__PURE__ */ s("g", {
594
+ fill: t,
595
+ clipPath: "url(#done-all-outline)",
596
+ children: [/* @__PURE__ */ o("path", { d: "M16.62 6.21a1 1 0 0 0-1.41.17l-7 9-3.43-4.18a1 1 0 1 0-1.56 1.25l4.17 5.18a1 1 0 0 0 .78.37 1 1 0 0 0 .83-.38l7.83-10a1 1 0 0 0-.21-1.41m5 0a1 1 0 0 0-1.41.17l-7 9-.61-.75-1.26 1.62 1.1 1.37a1 1 0 0 0 1.56-.01l7.83-10a1 1 0 0 0-.21-1.4" }), /* @__PURE__ */ o("path", { d: "M8.71 13.06 10 11.44l-.2-.24a1 1 0 0 0-1.68.1 1 1 0 0 0 .1 1.11z" })]
597
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
598
+ id: "done-all-outline",
599
+ children: /* @__PURE__ */ o("path", {
600
+ fill: "var(--color-light-100)",
601
+ d: "M0 0h24v24H0z"
602
+ })
603
+ }) })]
604
+ });
605
+ }, N = t((e, t) => /* @__PURE__ */ o(f, {
606
+ ref: t,
607
+ icon: /* @__PURE__ */ o(ve, {}),
608
+ ...e
609
+ }));
610
+ N.displayName = "DoneAllOutline";
611
+ //#endregion
612
+ //#region src/assets/icons/LogOut.tsx
613
+ var ye = (e) => {
614
+ let { fill: t } = e;
615
+ return /* @__PURE__ */ s("svg", {
616
+ xmlns: "http://www.w3.org/2000/svg",
617
+ viewBox: "0 0 24 24",
618
+ fill: "none",
619
+ ...e,
620
+ children: [/* @__PURE__ */ o("g", {
621
+ fill: t,
622
+ clipPath: "url(#log-out)",
623
+ children: /* @__PURE__ */ o("path", { d: "M7 6a1 1 0 0 0 0-2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2H6V6zm13.8 5.4-2.8-4a1 1 0 1 0-1.6 1.2L18 11h-8a1 1 0 0 0 0 2h8l-1.8 2.4a1 1 0 0 0 1.6 1.2l3-4a1 1 0 0 0 0-1.2" })
624
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
625
+ id: "log-out",
626
+ children: /* @__PURE__ */ o("path", {
627
+ fill: "var(--color-light-100)",
628
+ d: "M0 0h24v24H0z"
629
+ })
630
+ }) })]
631
+ });
632
+ }, P = t((e, t) => /* @__PURE__ */ o(f, {
633
+ ref: t,
634
+ icon: /* @__PURE__ */ o(ye, {}),
635
+ ...e
636
+ }));
637
+ P.displayName = "LogOut";
638
+ //#endregion
639
+ //#region src/assets/icons/LogOutOutline.tsx
640
+ var be = (e) => {
641
+ let { fill: t } = e;
642
+ return /* @__PURE__ */ s("svg", {
643
+ xmlns: "http://www.w3.org/2000/svg",
644
+ viewBox: "0 0 24 24",
645
+ fill: "none",
646
+ ...e,
647
+ children: [/* @__PURE__ */ o("g", {
648
+ fill: t,
649
+ clipPath: "url(#log-out-outline)",
650
+ children: /* @__PURE__ */ o("path", { d: "M7 6a1 1 0 0 0 0-2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2H6V6zm13.8 5.4-2.8-4a1 1 0 1 0-1.6 1.2L18 11h-8a1 1 0 0 0 0 2h8l-1.8 2.4a1 1 0 0 0 1.6 1.2l3-4a1 1 0 0 0 0-1.2" })
651
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
652
+ id: "log-out-outline",
653
+ children: /* @__PURE__ */ o("path", {
654
+ fill: "var(--color-light-100)",
655
+ d: "M0 0h24v24H0z"
656
+ })
657
+ }) })]
658
+ });
659
+ }, F = t((e, t) => /* @__PURE__ */ o(f, {
660
+ ref: t,
661
+ icon: /* @__PURE__ */ o(be, {}),
662
+ ...e
663
+ }));
664
+ F.displayName = "LogOutOutline";
665
+ //#endregion
666
+ //#region src/assets/icons/Calendar.tsx
667
+ var xe = (e) => {
668
+ let { fill: t } = e;
669
+ return /* @__PURE__ */ s("svg", {
670
+ xmlns: "http://www.w3.org/2000/svg",
671
+ viewBox: "0 0 24 24",
672
+ fill: "none",
673
+ ...e,
674
+ children: [/* @__PURE__ */ o("g", {
675
+ clipPath: "url(#calendar)",
676
+ children: /* @__PURE__ */ o("path", {
677
+ fill: t,
678
+ d: "M18 4h-1V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3M8 17a1 1 0 1 1 0-2 1 1 0 0 1 0 2m8 0h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m3-6H5V7a1 1 0 0 1 1-1h1v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h1a1 1 0 0 1 1 1z"
679
+ })
680
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
681
+ id: "calendar",
682
+ children: /* @__PURE__ */ o("path", {
683
+ fill: "var(--color-light-100)",
684
+ d: "M0 0h24v24H0z"
685
+ })
686
+ }) })]
687
+ });
688
+ }, I = t((e, t) => /* @__PURE__ */ o(f, {
689
+ ref: t,
690
+ icon: /* @__PURE__ */ o(xe, {}),
691
+ ...e
692
+ }));
693
+ I.displayName = "Calendar";
694
+ //#endregion
695
+ //#region src/assets/icons/CalendarOutline.tsx
696
+ var Se = (e) => {
697
+ let { fill: t } = e;
698
+ return /* @__PURE__ */ s("svg", {
699
+ xmlns: "http://www.w3.org/2000/svg",
700
+ viewBox: "0 0 24 24",
701
+ fill: "none",
702
+ ...e,
703
+ children: [/* @__PURE__ */ s("g", {
704
+ fill: t,
705
+ clipPath: "url(#calendar-outline)",
706
+ children: [/* @__PURE__ */ o("path", { d: "M18 4h-1V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3M6 6h1v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h1a1 1 0 0 1 1 1v4H5V7a1 1 0 0 1 1-1m12 14H6a1 1 0 0 1-1-1v-6h14v6a1 1 0 0 1-1 1" }), /* @__PURE__ */ o("path", { d: "M8 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2m8-2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2" })]
707
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
708
+ id: "calendar-outline",
709
+ children: /* @__PURE__ */ o("path", {
710
+ fill: "var(--color-light-100)",
711
+ d: "M0 0h24v24H0z"
712
+ })
713
+ }) })]
714
+ });
715
+ }, L = t((e, t) => /* @__PURE__ */ o(f, {
716
+ ref: t,
717
+ icon: /* @__PURE__ */ o(Se, {}),
718
+ ...e
719
+ }));
720
+ L.displayName = "CalendarOutline";
721
+ //#endregion
722
+ //#region src/assets/icons/ArrowIosUp.tsx
723
+ var Ce = (e) => {
724
+ let { fill: t } = e;
725
+ return /* @__PURE__ */ o("svg", {
726
+ xmlns: "http://www.w3.org/2000/svg",
727
+ viewBox: "0 0 24 24",
728
+ fill: "none",
729
+ ...e,
730
+ children: /* @__PURE__ */ s("svg", {
731
+ xmlns: "http://www.w3.org/2000/svg",
732
+ width: "24",
733
+ height: "24",
734
+ fill: "none",
735
+ children: [/* @__PURE__ */ o("g", {
736
+ clipPath: "url(arrow-ios-up)",
737
+ children: /* @__PURE__ */ o("path", {
738
+ fill: t,
739
+ d: "M19.54 14.51a1 1 0 0 1-1.64.77l-5.36-4.48-5.37 4.32a1 1 0 0 1-1.4-.15 1 1 0 0 1 .14-1.46l6-4.83a1 1 0 0 1 1.27 0l6 5a1 1 0 0 1 .36.83"
740
+ })
741
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
742
+ id: "arrow-ios-up",
743
+ children: /* @__PURE__ */ o("path", {
744
+ fill: "var(--color-light-100)",
745
+ d: "M0 0h24v24H0z"
746
+ })
747
+ }) })]
748
+ })
749
+ });
750
+ }, R = t((e, t) => /* @__PURE__ */ o(f, {
751
+ ref: t,
752
+ icon: /* @__PURE__ */ o(Ce, {}),
753
+ ...e
754
+ }));
755
+ R.displayName = "ArrowIosUp";
756
+ //#endregion
757
+ //#region src/assets/icons/ArrowIosDownOutline.tsx
758
+ var we = (e) => {
759
+ let { fill: t } = e;
760
+ return /* @__PURE__ */ o("svg", {
761
+ xmlns: "http://www.w3.org/2000/svg",
762
+ viewBox: "0 0 24 24",
763
+ fill: "none",
764
+ ...e,
765
+ children: /* @__PURE__ */ s("svg", {
766
+ xmlns: "http://www.w3.org/2000/svg",
767
+ width: "24",
768
+ height: "24",
769
+ fill: "none",
770
+ children: [/* @__PURE__ */ o("g", {
771
+ "clip-path": "url(#arrow-ios-down-outline)",
772
+ children: /* @__PURE__ */ o("path", {
773
+ fill: t,
774
+ d: "M5.51 9.46a1 1 0 0 1 1.64-.77l5.36 4.48 5.37-4.32A1 1 0 0 1 19.3 9a1 1 0 0 1-.15 1.46l-6 4.83a1 1 0 0 1-1.27 0l-6-5a1 1 0 0 1-.36-.83"
775
+ })
776
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
777
+ id: "arrow-ios-down-outline",
778
+ children: /* @__PURE__ */ o("path", {
779
+ fill: "var(--color-light-100)",
780
+ d: "M0 0h24v24H0z"
781
+ })
782
+ }) })]
783
+ })
784
+ });
785
+ }, z = t((e, t) => /* @__PURE__ */ o(f, {
786
+ ref: t,
787
+ icon: /* @__PURE__ */ o(we, {}),
788
+ ...e
789
+ }));
790
+ z.displayName = "ArrowIosDownOutline";
791
+ //#endregion
792
+ //#region src/assets/icons/RadioButtonChecked.tsx
793
+ var Te = (e) => {
794
+ let { fill: t } = e;
795
+ return /* @__PURE__ */ s("svg", {
796
+ xmlns: "http://www.w3.org/2000/svg",
797
+ viewBox: "0 0 24 24",
798
+ fill: "none",
799
+ ...e,
800
+ children: [/* @__PURE__ */ o("g", {
801
+ clipPath: "url(#radio-button-checked)",
802
+ children: /* @__PURE__ */ o("path", {
803
+ fill: t,
804
+ d: "M12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10m0-5a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16"
805
+ })
806
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
807
+ id: "radio-button-checked",
808
+ children: /* @__PURE__ */ o("path", {
809
+ fill: "var(--color-light-100)",
810
+ d: "M0 0h24v24H0z"
811
+ })
812
+ }) })]
813
+ });
814
+ }, B = t((e, t) => /* @__PURE__ */ o(f, {
815
+ ref: t,
816
+ icon: /* @__PURE__ */ o(Te, {}),
817
+ ...e
818
+ }));
819
+ B.displayName = "RadioButtonChecked";
820
+ //#endregion
821
+ //#region src/assets/icons/RadioButtonUnchecked.tsx
822
+ var Ee = (e) => {
823
+ let { fill: t } = e;
824
+ return /* @__PURE__ */ s("svg", {
825
+ xmlns: "http://www.w3.org/2000/svg",
826
+ viewBox: "0 0 24 24",
827
+ fill: "none",
828
+ ...e,
829
+ children: [/* @__PURE__ */ o("g", {
830
+ clipPath: "url(#radio-button-unchecked)",
831
+ children: /* @__PURE__ */ o("path", {
832
+ fill: t,
833
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16"
834
+ })
835
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
836
+ id: "radio-button-unchecked",
837
+ children: /* @__PURE__ */ o("path", {
838
+ fill: "var(--color-light-100)",
839
+ d: "M0 0h24v24H0z"
840
+ })
841
+ }) })]
842
+ });
843
+ }, V = t((e, t) => /* @__PURE__ */ o(f, {
844
+ ref: t,
845
+ icon: /* @__PURE__ */ o(Ee, {}),
846
+ ...e
847
+ }));
848
+ V.displayName = "RadioButtonUnchecked";
849
+ //#endregion
850
+ //#region src/assets/icons/PauseCircle.tsx
851
+ var De = (e) => {
852
+ let { fill: t } = e;
853
+ return /* @__PURE__ */ s("svg", {
854
+ xmlns: "http://www.w3.org/2000/svg",
855
+ viewBox: "0 0 24 24",
856
+ fill: "none",
857
+ ...e,
858
+ children: [/* @__PURE__ */ o("g", {
859
+ clipPath: "url(#pause-circle)",
860
+ children: /* @__PURE__ */ o("path", {
861
+ fill: t,
862
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m-2 13a1 1 0 1 1-2 0V9a1 1 0 0 1 2 0zm6 0a1 1 0 0 1-2 0V9a1 1 0 0 1 2 0z"
863
+ })
864
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
865
+ id: "pause-circle",
866
+ children: /* @__PURE__ */ o("path", {
867
+ fill: "var(--color-light-100)",
868
+ d: "M0 0h24v24H0z"
869
+ })
870
+ }) })]
871
+ });
872
+ }, H = t((e, t) => /* @__PURE__ */ o(f, {
873
+ ref: t,
874
+ icon: /* @__PURE__ */ o(De, {}),
875
+ ...e
876
+ }));
877
+ H.displayName = "PauseCircle";
878
+ //#endregion
879
+ //#region src/assets/icons/PauseCircleOutline.tsx
880
+ var Oe = (e) => {
881
+ let { fill: t } = e;
882
+ return /* @__PURE__ */ s("svg", {
883
+ xmlns: "http://www.w3.org/2000/svg",
884
+ viewBox: "0 0 24 24",
885
+ fill: "none",
886
+ ...e,
887
+ children: [/* @__PURE__ */ s("g", {
888
+ fill: t,
889
+ clipPath: "url(#pause-circle-outline)",
890
+ children: [/* @__PURE__ */ o("path", { d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16.001A8 8 0 0 1 12 20" }), /* @__PURE__ */ o("path", { d: "M15 8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1M9 8a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1" })]
891
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
892
+ id: "pause-circle-outline",
893
+ children: /* @__PURE__ */ o("path", {
894
+ fill: "var(--color-light-100)",
895
+ d: "M0 0h24v24H0z"
896
+ })
897
+ }) })]
898
+ });
899
+ }, U = t((e, t) => /* @__PURE__ */ o(f, {
900
+ ref: t,
901
+ icon: /* @__PURE__ */ o(Oe, {}),
902
+ ...e
903
+ }));
904
+ U.displayName = "PauseCircleOutline";
905
+ //#endregion
906
+ //#region src/assets/icons/PlayCircle.tsx
907
+ var ke = (e) => {
908
+ let { fill: t } = e;
909
+ return /* @__PURE__ */ s("svg", {
910
+ xmlns: "http://www.w3.org/2000/svg",
911
+ viewBox: "0 0 24 24",
912
+ fill: "none",
913
+ ...e,
914
+ children: [/* @__PURE__ */ s("g", {
915
+ fill: t,
916
+ clipPath: "url(#play-circle)",
917
+ children: [/* @__PURE__ */ o("path", { d: "m11.5 14.6 2.81-2.6-2.81-2.6z" }), /* @__PURE__ */ o("path", { d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m4 11.18-3.64 3.37q-.5.44-1.16.45-.36 0-.69-.15a1.6 1.6 0 0 1-1-1.48V8.63a1.6 1.6 0 0 1 1-1.48 1.7 1.7 0 0 1 1.85.3L16 10.82a1.6 1.6 0 0 1 0 2.36" })]
918
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
919
+ id: "play-circle",
920
+ children: /* @__PURE__ */ o("path", {
921
+ fill: "var(--color-light-100)",
922
+ d: "M0 0h24v24H0z"
923
+ })
924
+ }) })]
925
+ });
926
+ }, W = t((e, t) => /* @__PURE__ */ o(f, {
927
+ ref: t,
928
+ icon: /* @__PURE__ */ o(ke, {}),
929
+ ...e
930
+ }));
931
+ W.displayName = "PlayCircle";
932
+ //#endregion
933
+ //#region src/assets/icons/PlayCircleOutline.tsx
934
+ var Ae = (e) => {
935
+ let { fill: t } = e;
936
+ return /* @__PURE__ */ s("svg", {
937
+ xmlns: "http://www.w3.org/2000/svg",
938
+ viewBox: "0 0 24 24",
939
+ fill: "none",
940
+ ...e,
941
+ children: [/* @__PURE__ */ s("g", {
942
+ fill: t,
943
+ clipPath: "url(#play-circle-outline)",
944
+ children: [/* @__PURE__ */ o("path", { d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16" }), /* @__PURE__ */ o("path", { d: "M12.34 7.45a1.7 1.7 0 0 0-1.85-.3 1.6 1.6 0 0 0-1 1.48v6.74a1.6 1.6 0 0 0 1 1.48 1.7 1.7 0 0 0 1.85-.3L16 13.18a1.6 1.6 0 0 0 0-2.36zm-.84 7.15V9.4l2.81 2.6z" })]
945
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
946
+ id: "play-circle-outline",
947
+ children: /* @__PURE__ */ o("path", {
948
+ fill: "var(--color-light-100)",
949
+ d: "M0 0h24v24H0z"
950
+ })
951
+ }) })]
952
+ });
953
+ }, G = t((e, t) => /* @__PURE__ */ o(f, {
954
+ ref: t,
955
+ icon: /* @__PURE__ */ o(Ae, {}),
956
+ ...e
957
+ }));
958
+ G.displayName = "PlayCircleOutline";
959
+ //#endregion
960
+ //#region src/assets/icons/ColorPaletteOutline.tsx
961
+ var je = (e) => {
962
+ let { fill: t } = e;
963
+ return /* @__PURE__ */ s("svg", {
964
+ xmlns: "http://www.w3.org/2000/svg",
965
+ viewBox: "0 0 24 24",
966
+ fill: "none",
967
+ ...e,
968
+ children: [/* @__PURE__ */ s("g", {
969
+ fill: t,
970
+ clipPath: "url(#color-palette-outline)",
971
+ children: [/* @__PURE__ */ o("path", { d: "M19.54 5.08A10.6 10.6 0 0 0 11.91 2a10 10 0 0 0-.05 20 2.6 2.6 0 0 0 2.53-1.89 2.5 2.5 0 0 0-.57-2.28.5.5 0 0 1 .37-.83h1.65A6.15 6.15 0 0 0 22 11.33a8.5 8.5 0 0 0-2.46-6.25M15.88 15h-1.65a2.49 2.49 0 0 0-1.87 4.15.5.5 0 0 1 .12.49c-.05.21-.28.34-.59.36a8 8 0 0 1-7.82-9.11A8.1 8.1 0 0 1 11.92 4H12a8.5 8.5 0 0 1 6.1 2.48 6.5 6.5 0 0 1 1.9 4.77A4.17 4.17 0 0 1 15.88 15" }), /* @__PURE__ */ o("path", { d: "M12 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m3.25-.8a1.5 1.5 0 1 0 1.5 2.6 1.5 1.5 0 0 0-1.5-2.6m-6.5 0a1.5 1.5 0 1 0-1.5 2.6 1.5 1.5 0 0 0 1.5-2.6m-2.59 4.06a1.5 1.5 0 1 0 1.68 2.49 1.5 1.5 0 0 0-1.68-2.49" })]
972
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
973
+ id: "color-palette-outline",
974
+ children: /* @__PURE__ */ o("path", {
975
+ fill: "var(--color-light-100)",
976
+ d: "M0 0h24v24H0z"
977
+ })
978
+ }) })]
979
+ });
980
+ }, K = t((e, t) => /* @__PURE__ */ o(f, {
981
+ ref: t,
982
+ icon: /* @__PURE__ */ o(je, {}),
983
+ ...e
984
+ }));
985
+ K.displayName = "ColorPaletteOutline";
986
+ //#endregion
987
+ //#region src/assets/icons/ArrowIosBack.tsx
988
+ var Me = (e) => {
989
+ let { fill: t } = e;
990
+ return /* @__PURE__ */ s("svg", {
991
+ xmlns: "http://www.w3.org/2000/svg",
992
+ viewBox: "0 0 24 24",
993
+ fill: "none",
994
+ ...e,
995
+ children: [/* @__PURE__ */ o("g", {
996
+ clipPath: "url(#arrow-ios-back)",
997
+ children: /* @__PURE__ */ o("path", {
998
+ fill: t,
999
+ d: "m13.8 19-.7-.4-4.9-6a1 1 0 0 1 0-1.2l5-6a1 1 0 0 1 1.6 1.2L10.3 12l4.3 5.4a1 1 0 0 1-.8 1.6"
1000
+ })
1001
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1002
+ id: "arrow-ios-back",
1003
+ children: /* @__PURE__ */ o("path", {
1004
+ fill: "var(--color-light-100)",
1005
+ d: "M0 0h24v24H0z"
1006
+ })
1007
+ }) })]
1008
+ });
1009
+ }, q = t((e, t) => /* @__PURE__ */ o(f, {
1010
+ ref: t,
1011
+ icon: /* @__PURE__ */ o(Me, {}),
1012
+ ...e
1013
+ }));
1014
+ q.displayName = "ArrowIosBack";
1015
+ //#endregion
1016
+ //#region src/assets/icons/ArrowIosBackOutline.tsx
1017
+ var Ne = (e) => {
1018
+ let { fill: t } = e;
1019
+ return /* @__PURE__ */ s("svg", {
1020
+ xmlns: "http://www.w3.org/2000/svg",
1021
+ viewBox: "0 0 24 24",
1022
+ fill: "none",
1023
+ ...e,
1024
+ children: [/* @__PURE__ */ o("g", {
1025
+ clipPath: "url(#arrow-ios-back-outline)",
1026
+ children: /* @__PURE__ */ o("path", {
1027
+ fill: t,
1028
+ d: "M13.83 19a1 1 0 0 1-.78-.37l-4.83-6a1 1 0 0 1 0-1.27l5-6a1.001 1.001 0 0 1 1.54 1.28L10.29 12l4.32 5.36a1 1 0 0 1-.78 1.64"
1029
+ })
1030
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1031
+ id: "arrow-ios-back-outline",
1032
+ children: /* @__PURE__ */ o("path", {
1033
+ fill: "var(--color-light-100)",
1034
+ d: "M0 0h24v24H0z"
1035
+ })
1036
+ }) })]
1037
+ });
1038
+ }, J = t((e, t) => /* @__PURE__ */ o(f, {
1039
+ ref: t,
1040
+ icon: /* @__PURE__ */ o(Ne, {}),
1041
+ ...e
1042
+ }));
1043
+ J.displayName = "ArrowIosBackOutline";
1044
+ //#endregion
1045
+ //#region src/assets/icons/ArrowIosForward.tsx
1046
+ var Pe = (e) => {
1047
+ let { fill: t } = e;
1048
+ return /* @__PURE__ */ s("svg", {
1049
+ xmlns: "http://www.w3.org/2000/svg",
1050
+ viewBox: "0 0 24 24",
1051
+ fill: "none",
1052
+ ...e,
1053
+ children: [/* @__PURE__ */ o("g", {
1054
+ clipPath: "url(#arrow-ios-forward)",
1055
+ children: /* @__PURE__ */ o("path", {
1056
+ fill: t,
1057
+ d: "M10 19a1 1 0 0 1-.8-1.6l4.5-5.4-4.3-5.4a1 1 0 0 1 .1-1.4 1 1 0 0 1 1.5.2l4.8 6a1 1 0 0 1 0 1.2l-5 6a1 1 0 0 1-.8.4"
1058
+ })
1059
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1060
+ id: "arrow-ios-forward",
1061
+ children: /* @__PURE__ */ o("path", {
1062
+ fill: "var(--color-light-100)",
1063
+ d: "M0 0h24v24H0z"
1064
+ })
1065
+ }) })]
1066
+ });
1067
+ }, Y = t((e, t) => /* @__PURE__ */ o(f, {
1068
+ ref: t,
1069
+ icon: /* @__PURE__ */ o(Pe, {}),
1070
+ ...e
1071
+ }));
1072
+ Y.displayName = "ArrowIosForward";
1073
+ //#endregion
1074
+ //#region src/assets/icons/ArrowIosForwardOutline.tsx
1075
+ var Fe = (e) => {
1076
+ let { fill: t } = e;
1077
+ return /* @__PURE__ */ s("svg", {
1078
+ xmlns: "http://www.w3.org/2000/svg",
1079
+ viewBox: "0 0 24 24",
1080
+ fill: "none",
1081
+ ...e,
1082
+ children: [/* @__PURE__ */ o("g", {
1083
+ clipPath: "url(#arrow-ios-forward-out)",
1084
+ children: /* @__PURE__ */ o("path", {
1085
+ fill: t,
1086
+ d: "M10 19a1 1 0 0 1-.8-1.6l4.5-5.4-4.3-5.4a1 1 0 0 1 .1-1.4 1 1 0 0 1 1.5.2l4.8 6a1 1 0 0 1 0 1.2l-5 6a1 1 0 0 1-.8.4"
1087
+ })
1088
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1089
+ id: "arrow-ios-forward-out",
1090
+ children: /* @__PURE__ */ o("path", {
1091
+ fill: "var(--color-light-100)",
1092
+ d: "M0 0h24v24H0z"
1093
+ })
1094
+ }) })]
1095
+ });
1096
+ }, Ie = t((e, t) => /* @__PURE__ */ o(f, {
1097
+ ref: t,
1098
+ icon: /* @__PURE__ */ o(Fe, {}),
1099
+ ...e
1100
+ }));
1101
+ Ie.displayName = "ArrowIosForwardOutline";
1102
+ //#endregion
1103
+ //#region src/assets/icons/Expand.tsx
1104
+ var Le = (e) => {
1105
+ let { fill: t } = e;
1106
+ return /* @__PURE__ */ s("svg", {
1107
+ xmlns: "http://www.w3.org/2000/svg",
1108
+ viewBox: "0 0 24 24",
1109
+ fill: "none",
1110
+ ...e,
1111
+ children: [/* @__PURE__ */ o("g", {
1112
+ fill: t,
1113
+ clipPath: "url(#expand)",
1114
+ children: /* @__PURE__ */ o("path", { d: "M20 5a1 1 0 0 0-1-1h-5a1 1 0 1 0 0 2h2.57l-3.28 3.29a1 1 0 0 0 .71 1.72 1 1 0 0 0 .71-.3L18 7.42V10a1 1 0 0 0 2 0zm-9.29 8.29a1 1 0 0 0-1.42 0L6 16.57V14a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 0 0 0-2H7.42l3.29-3.29a1 1 0 0 0 0-1.42" })
1115
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1116
+ id: "expand",
1117
+ children: /* @__PURE__ */ o("path", {
1118
+ fill: "var(--color-light-100)",
1119
+ d: "M0 0h24v24H0z"
1120
+ })
1121
+ }) })]
1122
+ });
1123
+ }, Re = t((e, t) => /* @__PURE__ */ o(f, {
1124
+ ref: t,
1125
+ icon: /* @__PURE__ */ o(Le, {}),
1126
+ ...e
1127
+ }));
1128
+ Re.displayName = "Expand";
1129
+ //#endregion
1130
+ //#region src/assets/icons/ExpandOutline.tsx
1131
+ var ze = (e) => {
1132
+ let { fill: t } = e;
1133
+ return /* @__PURE__ */ s("svg", {
1134
+ xmlns: "http://www.w3.org/2000/svg",
1135
+ viewBox: "0 0 24 24",
1136
+ fill: "none",
1137
+ ...e,
1138
+ children: [/* @__PURE__ */ o("g", {
1139
+ fill: t,
1140
+ clipPath: "url(#expand-outline)",
1141
+ children: /* @__PURE__ */ o("path", { d: "M20 5a1 1 0 0 0-1-1h-5a1 1 0 1 0 0 2h2.57l-3.28 3.29a1 1 0 0 0 .71 1.72 1 1 0 0 0 .71-.3L18 7.42V10a1 1 0 0 0 2 0zm-9.29 8.29a1 1 0 0 0-1.42 0L6 16.57V14a1 1 0 1 0-2 0v5a1 1 0 0 0 1 1h5a1 1 0 0 0 0-2H7.42l3.29-3.29a1 1 0 0 0 0-1.42" })
1142
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1143
+ id: "expand-outline",
1144
+ children: /* @__PURE__ */ o("path", {
1145
+ fill: "var(--color-light-100)",
1146
+ d: "M0 0h24v24H0z"
1147
+ })
1148
+ }) })]
1149
+ });
1150
+ }, Be = t((e, t) => /* @__PURE__ */ o(f, {
1151
+ ref: t,
1152
+ icon: /* @__PURE__ */ o(ze, {}),
1153
+ ...e
1154
+ }));
1155
+ Be.displayName = "ExpandOutline";
1156
+ //#endregion
1157
+ //#region src/assets/icons/MenuOutline.tsx
1158
+ var Ve = (e) => {
1159
+ let { fill: t } = e;
1160
+ return /* @__PURE__ */ s("svg", {
1161
+ xmlns: "http://www.w3.org/2000/svg",
1162
+ viewBox: "0 0 24 24",
1163
+ fill: "none",
1164
+ ...e,
1165
+ children: [/* @__PURE__ */ o("g", {
1166
+ fill: t,
1167
+ clipPath: "url(#menu-outline)",
1168
+ children: /* @__PURE__ */ o("path", { d: "M20.05 11H3.95a.95.95 0 0 0-.95.95v.1c0 .52.43.95.95.95h16.1c.52 0 .95-.43.95-.95v-.1a.95.95 0 0 0-.95-.95m0 5H3.95a.95.95 0 0 0-.95.95v.1c0 .52.43.95.95.95h16.1c.52 0 .95-.43.95-.95v-.1a.95.95 0 0 0-.95-.95m0-10H3.95a.95.95 0 0 0-.95.95v.1c0 .52.43.95.95.95h16.1c.52 0 .95-.43.95-.95v-.1a.95.95 0 0 0-.95-.95" })
1169
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1170
+ id: "menu-outline",
1171
+ children: /* @__PURE__ */ o("path", {
1172
+ fill: "var(--color-light-100)",
1173
+ d: "M0 0h24v24H0z"
1174
+ })
1175
+ }) })]
1176
+ });
1177
+ }, He = t((e, t) => /* @__PURE__ */ o(f, {
1178
+ ref: t,
1179
+ icon: /* @__PURE__ */ o(Ve, {}),
1180
+ ...e
1181
+ }));
1182
+ He.displayName = "MenuOutline";
1183
+ //#endregion
1184
+ //#region src/assets/icons/PlusCircle.tsx
1185
+ var Ue = (e) => {
1186
+ let { fill: t } = e;
1187
+ return /* @__PURE__ */ s("svg", {
1188
+ xmlns: "http://www.w3.org/2000/svg",
1189
+ viewBox: "0 0 24 24",
1190
+ fill: "none",
1191
+ ...e,
1192
+ children: [/* @__PURE__ */ o("g", {
1193
+ clipPath: "url(#plus-circle)",
1194
+ children: /* @__PURE__ */ o("path", {
1195
+ fill: t,
1196
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m3 11h-2v2a1 1 0 0 1-2 0v-2H9a1 1 0 0 1 0-2h2V9a1 1 0 0 1 2 0v2h2a1 1 0 0 1 0 2"
1197
+ })
1198
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1199
+ id: "plus-circle",
1200
+ children: /* @__PURE__ */ o("path", {
1201
+ fill: "var(--color-light-100)",
1202
+ d: "M0 0h24v24H0z"
1203
+ })
1204
+ }) })]
1205
+ });
1206
+ }, We = t((e, t) => /* @__PURE__ */ o(f, {
1207
+ ref: t,
1208
+ icon: /* @__PURE__ */ o(Ue, {}),
1209
+ ...e
1210
+ }));
1211
+ We.displayName = "PlusCircle";
1212
+ //#endregion
1213
+ //#region src/assets/icons/PlusCircleOutline.tsx
1214
+ var Ge = (e) => {
1215
+ let { fill: t } = e;
1216
+ return /* @__PURE__ */ s("svg", {
1217
+ xmlns: "http://www.w3.org/2000/svg",
1218
+ viewBox: "0 0 24 24",
1219
+ fill: "none",
1220
+ ...e,
1221
+ children: [/* @__PURE__ */ s("g", {
1222
+ fill: t,
1223
+ clipPath: "url(#plus-circle-outline)",
1224
+ children: [/* @__PURE__ */ o("path", { d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16" }), /* @__PURE__ */ o("path", { d: "M15 11h-2V9a1 1 0 0 0-2 0v2H9a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0-2" })]
1225
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1226
+ id: "plus-circle-outline",
1227
+ children: /* @__PURE__ */ o("path", {
1228
+ fill: "var(--color-light-100)",
1229
+ d: "M0 0h24v24H0z"
1230
+ })
1231
+ }) })]
1232
+ });
1233
+ }, Ke = t((e, t) => /* @__PURE__ */ o(f, {
1234
+ ref: t,
1235
+ icon: /* @__PURE__ */ o(Ge, {}),
1236
+ ...e
1237
+ }));
1238
+ Ke.displayName = "PlusCircleOutline";
1239
+ //#endregion
1240
+ //#region src/assets/icons/Image.tsx
1241
+ var qe = (e) => {
1242
+ let { fill: t } = e;
1243
+ return /* @__PURE__ */ s("svg", {
1244
+ xmlns: "http://www.w3.org/2000/svg",
1245
+ viewBox: "0 0 24 24",
1246
+ fill: "none",
1247
+ ...e,
1248
+ children: [/* @__PURE__ */ s("g", {
1249
+ fill: t,
1250
+ clipPath: "url(#image-icon)",
1251
+ children: [/* @__PURE__ */ o("path", { d: "M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3M6 5h12a1 1 0 0 1 1 1v8.36l-3.2-2.73a2.8 2.8 0 0 0-3.52 0L5 17.7V6a1 1 0 0 1 1-1" }), /* @__PURE__ */ o("path", { d: "M8 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" })]
1252
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1253
+ id: "image-icon",
1254
+ children: /* @__PURE__ */ o("path", {
1255
+ fill: "var(--color-light-100)",
1256
+ d: "M0 0h24v24H0z"
1257
+ })
1258
+ }) })]
1259
+ });
1260
+ }, Je = t((e, t) => /* @__PURE__ */ o(f, {
1261
+ ref: t,
1262
+ icon: /* @__PURE__ */ o(qe, {}),
1263
+ ...e
1264
+ }));
1265
+ Je.displayName = "Image";
1266
+ //#endregion
1267
+ //#region src/assets/icons/ImageOutline.tsx
1268
+ var Ye = (e) => {
1269
+ let { fill: t } = e;
1270
+ return /* @__PURE__ */ s("svg", {
1271
+ xmlns: "http://www.w3.org/2000/svg",
1272
+ viewBox: "0 0 24 24",
1273
+ fill: "none",
1274
+ ...e,
1275
+ children: [/* @__PURE__ */ s("g", {
1276
+ fill: t,
1277
+ clipPath: "url(#image-outline)",
1278
+ children: [/* @__PURE__ */ o("path", { d: "M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3M6 5h12a1 1 0 0 1 1 1v8.36l-3.2-2.73a2.8 2.8 0 0 0-3.52 0L5 17.7V6a1 1 0 0 1 1-1m12 14H6.56l7-5.84a.8.8 0 0 1 .93 0L19 17v1a1 1 0 0 1-1 1" }), /* @__PURE__ */ o("path", { d: "M8 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" })]
1279
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1280
+ id: "image-outline",
1281
+ children: /* @__PURE__ */ o("path", {
1282
+ fill: "var(--color-light-100)",
1283
+ d: "M0 0h24v24H0z"
1284
+ })
1285
+ }) })]
1286
+ });
1287
+ }, Xe = t((e, t) => /* @__PURE__ */ o(f, {
1288
+ ref: t,
1289
+ icon: /* @__PURE__ */ o(Ye, {}),
1290
+ ...e
1291
+ }));
1292
+ Xe.displayName = "ImageOutline";
1293
+ //#endregion
1294
+ //#region src/assets/icons/Search.tsx
1295
+ var Ze = (e) => {
1296
+ let { fill: t } = e;
1297
+ return /* @__PURE__ */ s("svg", {
1298
+ xmlns: "http://www.w3.org/2000/svg",
1299
+ viewBox: "0 0 24 24",
1300
+ fill: "none",
1301
+ ...e,
1302
+ children: [/* @__PURE__ */ o("g", {
1303
+ clipPath: "url(#search-icon)",
1304
+ children: /* @__PURE__ */ o("path", {
1305
+ fill: t,
1306
+ d: "m20.71 19.29-3.4-3.39a7.9 7.9 0 0 0 .34-9.34A8 8 0 1 0 15.9 17.3l3.39 3.4a1 1 0 1 0 1.42-1.42M5 11a6 6 0 1 1 12 0 6 6 0 0 1-12 0"
1307
+ })
1308
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1309
+ id: "search-icon",
1310
+ children: /* @__PURE__ */ o("path", {
1311
+ fill: "var(--color-light-100)",
1312
+ d: "M0 0h24v24H0z"
1313
+ })
1314
+ }) })]
1315
+ });
1316
+ }, Qe = t((e, t) => /* @__PURE__ */ o(f, {
1317
+ ref: t,
1318
+ icon: /* @__PURE__ */ o(Ze, {}),
1319
+ ...e
1320
+ }));
1321
+ Qe.displayName = "Search";
1322
+ //#endregion
1323
+ //#region src/assets/icons/SearchOutline.tsx
1324
+ var $e = (e) => {
1325
+ let { fill: t } = e;
1326
+ return /* @__PURE__ */ s("svg", {
1327
+ xmlns: "http://www.w3.org/2000/svg",
1328
+ viewBox: "0 0 24 24",
1329
+ fill: "none",
1330
+ ...e,
1331
+ children: [/* @__PURE__ */ o("g", {
1332
+ clipPath: "url(#search-outline)",
1333
+ children: /* @__PURE__ */ o("path", {
1334
+ fill: t,
1335
+ d: "m20.71 19.29-3.4-3.39a7.9 7.9 0 0 0 .34-9.34A8 8 0 1 0 15.9 17.3l3.39 3.4a1 1 0 1 0 1.42-1.42M5 11a6 6 0 1 1 12 0 6 6 0 0 1-12 0"
1336
+ })
1337
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1338
+ id: "search-outline",
1339
+ children: /* @__PURE__ */ o("path", {
1340
+ fill: "var(--color-light-100)",
1341
+ d: "M0 0h24v24H0z"
1342
+ })
1343
+ }) })]
1344
+ });
1345
+ }, et = t((e, t) => /* @__PURE__ */ o(f, {
1346
+ ref: t,
1347
+ icon: /* @__PURE__ */ o($e, {}),
1348
+ ...e
1349
+ }));
1350
+ et.displayName = "SearchOutline";
1351
+ //#endregion
1352
+ //#region src/assets/icons/Block.tsx
1353
+ var tt = (e) => {
1354
+ let { fill: t } = e;
1355
+ return /* @__PURE__ */ s("svg", {
1356
+ xmlns: "http://www.w3.org/2000/svg",
1357
+ viewBox: "0 0 24 24",
1358
+ fill: "none",
1359
+ ...e,
1360
+ children: [/* @__PURE__ */ s("g", {
1361
+ clipPath: "url(#block)",
1362
+ children: [/* @__PURE__ */ o("path", {
1363
+ fill: t,
1364
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16"
1365
+ }), /* @__PURE__ */ o("path", {
1366
+ stroke: t,
1367
+ strokeWidth: 2.3,
1368
+ d: "m7.04 19.36 10-15"
1369
+ })]
1370
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1371
+ id: "block",
1372
+ children: /* @__PURE__ */ o("path", {
1373
+ fill: "var(--color-light-100)",
1374
+ d: "M0 0h24v24H0z"
1375
+ })
1376
+ }) })]
1377
+ });
1378
+ }, nt = t((e, t) => /* @__PURE__ */ o(f, {
1379
+ ref: t,
1380
+ icon: /* @__PURE__ */ o(tt, {}),
1381
+ ...e
1382
+ }));
1383
+ nt.displayName = "Block";
1384
+ //#endregion
1385
+ //#region src/assets/icons/BlockOutline.tsx
1386
+ var rt = (e) => {
1387
+ let { fill: t } = e;
1388
+ return /* @__PURE__ */ s("svg", {
1389
+ xmlns: "http://www.w3.org/2000/svg",
1390
+ viewBox: "0 0 24 24",
1391
+ fill: "none",
1392
+ ...e,
1393
+ children: [/* @__PURE__ */ s("g", {
1394
+ clipPath: "url(#block-outline)",
1395
+ children: [/* @__PURE__ */ o("path", {
1396
+ fill: t,
1397
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20m0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16"
1398
+ }), /* @__PURE__ */ o("path", {
1399
+ stroke: t,
1400
+ strokeDasharray: "6 6",
1401
+ strokeLinecap: "round",
1402
+ strokeWidth: 2.3,
1403
+ d: "m7.68 18.41 8.73-13.09"
1404
+ })]
1405
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1406
+ id: "block-outline",
1407
+ children: /* @__PURE__ */ o("path", {
1408
+ fill: "var(--color-light-100)",
1409
+ d: "M0 0h24v24H0z"
1410
+ })
1411
+ }) })]
1412
+ });
1413
+ }, X = t((e, t) => /* @__PURE__ */ o(f, {
1414
+ ref: t,
1415
+ icon: /* @__PURE__ */ o(rt, {}),
1416
+ ...e
1417
+ }));
1418
+ X.displayName = "BlockOutline";
1419
+ //#endregion
1420
+ //#region src/assets/icons/Settings.tsx
1421
+ var it = (e) => {
1422
+ let { fill: t } = e;
1423
+ return /* @__PURE__ */ s("svg", {
1424
+ xmlns: "http://www.w3.org/2000/svg",
1425
+ viewBox: "0 0 24 24",
1426
+ fill: "none",
1427
+ ...e,
1428
+ children: [/* @__PURE__ */ s("g", {
1429
+ fill: t,
1430
+ clipPath: "url(#settings-icon)",
1431
+ children: [/* @__PURE__ */ o("path", { d: "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }), /* @__PURE__ */ o("path", { d: "M21.89 10.32 21.1 7.8a2.26 2.26 0 0 0-2.88-1.51l-.34.11a1.7 1.7 0 0 1-1.59-.26l-.11-.08a1.8 1.8 0 0 1-.69-1.43v-.28a2.4 2.4 0 0 0-1.41-2.17A2 2 0 0 0 13.2 2h-2.55a2.3 2.3 0 0 0-2.29 2.33v.24a2 2 0 0 1-.73 1.51l-.13.1a2 2 0 0 1-1.78.29 2.1 2.1 0 0 0-1.68.12 2.2 2.2 0 0 0-1.12 1.33l-.82 2.6a2.34 2.34 0 0 0 1.48 2.94h.16a1.8 1.8 0 0 1 1.12 1.22l.06.16a2 2 0 0 1-.23 1.86 2.37 2.37 0 0 0 .49 3.3l2.07 1.57q.62.44 1.35.43H9a2.3 2.3 0 0 0 1.47-1l.23-.33a1.8 1.8 0 0 1 2.28-.57q.4.2.65.58l.12.17a2.24 2.24 0 0 0 3.22.53L19 19.86a2.4 2.4 0 0 0 .5-3.23l-.26-.38a2 2 0 0 1 .2-2.44q.33-.34.77-.49l.2-.07a2.36 2.36 0 0 0 1.48-2.93M12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7" })]
1432
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1433
+ id: "settings-icon",
1434
+ children: /* @__PURE__ */ o("path", {
1435
+ fill: "var(--color-light-100)",
1436
+ d: "M0 0h24v24H0z"
1437
+ })
1438
+ }) })]
1439
+ });
1440
+ }, at = t((e, t) => /* @__PURE__ */ o(f, {
1441
+ ref: t,
1442
+ icon: /* @__PURE__ */ o(it, {}),
1443
+ ...e
1444
+ }));
1445
+ at.displayName = "Settings";
1446
+ //#endregion
1447
+ //#region src/assets/icons/SettingsOutline.tsx
1448
+ var ot = (e) => {
1449
+ let { fill: t } = e;
1450
+ return /* @__PURE__ */ s("svg", {
1451
+ xmlns: "http://www.w3.org/2000/svg",
1452
+ viewBox: "0 0 24 24",
1453
+ fill: "none",
1454
+ ...e,
1455
+ children: [/* @__PURE__ */ s("g", {
1456
+ fill: t,
1457
+ clipPath: "url(#settings-outline)",
1458
+ children: [/* @__PURE__ */ o("path", { d: "M8.61 22q-.75 0-1.35-.46L5.19 20a2.37 2.37 0 0 1-.49-3.22 2 2 0 0 0 .23-1.86l-.06-.16a1.8 1.8 0 0 0-1.12-1.22h-.16a2.34 2.34 0 0 1-1.48-2.94L2.93 8a2.2 2.2 0 0 1 2.8-1.53 2 2 0 0 0 1.78-.29l.13-.1a2 2 0 0 0 .73-1.51v-.24A2.3 2.3 0 0 1 10.66 2h2.55a2.3 2.3 0 0 1 1.6.67c.44.45.68 1.05.68 1.68v.28a1.8 1.8 0 0 0 .69 1.43l.11.08a1.7 1.7 0 0 0 1.59.26l.34-.11A2.26 2.26 0 0 1 21.1 7.8l.79 2.52a2.36 2.36 0 0 1-1.46 2.93l-.2.07A1.9 1.9 0 0 0 19 14.6a2 2 0 0 0 .25 1.65l.26.38a2.4 2.4 0 0 1-.5 3.23L17 21.41a2.24 2.24 0 0 1-3.22-.53l-.12-.17a1.75 1.75 0 0 0-2.3-.57 2 2 0 0 0-.63.56l-.23.33A2.3 2.3 0 0 1 9 22zM4.4 11.62a3.8 3.8 0 0 1 2.38 2.5v.12a4 4 0 0 1-.46 3.62.4.4 0 0 0 0 .51L8.47 20a.25.25 0 0 0 .37-.07l.23-.33a3.77 3.77 0 0 1 6.2 0l.12.18q.06.09.18.12a.3.3 0 0 0 .19-.05l2.06-1.56a.36.36 0 0 0 .07-.49l-.26-.38a4 4 0 0 1 1.96-6.03l.2-.07a.34.34 0 0 0 .19-.44l-.78-2.49a.4.4 0 0 0-.2-.19.2.2 0 0 0-.19 0l-.34.11a3.7 3.7 0 0 1-3.43-.57L15 7.65a3.8 3.8 0 0 1-1.49-3v-.31q0-.15-.1-.26A.3.3 0 0 0 13.2 4h-2.54a.3.3 0 0 0-.29.33v.25a3.9 3.9 0 0 1-1.52 3.09l-.13.1a3.9 3.9 0 0 1-3.63.59.2.2 0 0 0-.14 0 .3.3 0 0 0-.12.15L4 11.12a.36.36 0 0 0 .22.45z" }), /* @__PURE__ */ o("path", { d: "M12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7m0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" })]
1459
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1460
+ id: "settings-outline",
1461
+ children: /* @__PURE__ */ o("path", {
1462
+ fill: "var(--color-light-100)",
1463
+ d: "M0 0h24v24H0z"
1464
+ })
1465
+ }) })]
1466
+ });
1467
+ }, st = t((e, t) => /* @__PURE__ */ o(f, {
1468
+ ref: t,
1469
+ icon: /* @__PURE__ */ o(ot, {}),
1470
+ ...e
1471
+ }));
1472
+ st.displayName = "SettingsOutline";
1473
+ //#endregion
1474
+ //#region src/assets/icons/Layers.tsx
1475
+ var ct = (e) => {
1476
+ let { fill: t } = e;
1477
+ return /* @__PURE__ */ s("svg", {
1478
+ xmlns: "http://www.w3.org/2000/svg",
1479
+ viewBox: "0 0 24 24",
1480
+ fill: "none",
1481
+ ...e,
1482
+ children: [/* @__PURE__ */ s("g", {
1483
+ fill: t,
1484
+ clipPath: "url(#layers)",
1485
+ children: [
1486
+ /* @__PURE__ */ o("path", { d: "m3.24 7.29 8.52 4.63a.5.5 0 0 0 .48 0l8.52-4.63a.44.44 0 0 0-.05-.81L12.19 3a.5.5 0 0 0-.38 0L3.29 6.48a.44.44 0 0 0-.05.81" }),
1487
+ /* @__PURE__ */ o("path", { d: "m20.71 10.66-1.83-.78-6.64 3.61a.5.5 0 0 1-.48 0L5.12 9.88l-1.83.78a.48.48 0 0 0 0 .85l8.52 4.9a.5.5 0 0 0 .48 0l8.52-4.9a.48.48 0 0 0-.1-.85" }),
1488
+ /* @__PURE__ */ o("path", { d: "m20.71 15.1-1.56-.68-6.91 3.76a.5.5 0 0 1-.48 0l-6.91-3.76-1.56.68a.49.49 0 0 0 0 .87l8.52 5a.5.5 0 0 0 .48 0l8.52-5a.49.49 0 0 0-.1-.87" })
1489
+ ]
1490
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1491
+ id: "layers",
1492
+ children: /* @__PURE__ */ o("path", {
1493
+ fill: "var(--color-light-100)",
1494
+ d: "M0 0h24v24H0z"
1495
+ })
1496
+ }) })]
1497
+ });
1498
+ }, lt = t((e, t) => /* @__PURE__ */ o(f, {
1499
+ ref: t,
1500
+ icon: /* @__PURE__ */ o(ct, {}),
1501
+ ...e
1502
+ }));
1503
+ lt.displayName = "Layers";
1504
+ //#endregion
1505
+ //#region src/assets/icons/LayersOutline.tsx
1506
+ var ut = (e) => {
1507
+ let { fill: t } = e;
1508
+ return /* @__PURE__ */ s("svg", {
1509
+ xmlns: "http://www.w3.org/2000/svg",
1510
+ viewBox: "0 0 24 24",
1511
+ fill: "none",
1512
+ ...e,
1513
+ children: [/* @__PURE__ */ o("g", {
1514
+ clipPath: "url(#layers-outline)",
1515
+ children: /* @__PURE__ */ o("path", {
1516
+ fill: t,
1517
+ d: "M21 11.35a1 1 0 0 0-.61-.86l-2.15-.92 2.26-1.3a1 1 0 0 0 .32-1.44 1 1 0 0 0-.43-.34l-8-3.41a1 1 0 0 0-.78 0l-8 3.41a1 1 0 0 0-.49 1.4 1 1 0 0 0 .38.38l2.26 1.3-2.15.92a1 1 0 0 0-.49 1.4 1 1 0 0 0 .38.38l2.26 1.3-2.15.92a1 1 0 0 0-.49 1.4 1 1 0 0 0 .38.38l8 4.6a1 1 0 0 0 1 0l8-4.6a1 1 0 0 0 .32-1.44 1 1 0 0 0-.43-.34l-2.15-.92 2.26-1.3a1 1 0 0 0 .5-.92m-9-6.26 5.76 2.45L12 10.85 6.24 7.54zm-.5 7.78a1 1 0 0 0 1 0l3.57-2 1.69.72L12 14.85l-5.76-3.31 1.69-.72zm6.26 2.67L12 18.85l-5.76-3.31 1.69-.72 3.57 2.05a1 1 0 0 0 1 0l3.57-2.05z"
1518
+ })
1519
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1520
+ id: "layers-outline",
1521
+ children: /* @__PURE__ */ o("path", {
1522
+ fill: "var(--color-light-100)",
1523
+ d: "M0 0h24v24H0z"
1524
+ })
1525
+ }) })]
1526
+ });
1527
+ }, dt = t((e, t) => /* @__PURE__ */ o(f, {
1528
+ ref: t,
1529
+ icon: /* @__PURE__ */ o(ut, {}),
1530
+ ...e
1531
+ }));
1532
+ dt.displayName = "LayersOutline";
1533
+ //#endregion
1534
+ //#region src/assets/icons/GithubRepo.tsx
1535
+ var ft = (e) => {
1536
+ let { fill: t } = e;
1537
+ return /* @__PURE__ */ s("svg", {
1538
+ xmlns: "http://www.w3.org/2000/svg",
1539
+ viewBox: "0 0 24 24",
1540
+ fill: "none",
1541
+ ...e,
1542
+ children: [/* @__PURE__ */ o("g", {
1543
+ clipPath: "url(#github-repo)",
1544
+ children: /* @__PURE__ */ o("path", {
1545
+ fill: t,
1546
+ d: "M11.8.48h.1c2.15 0 4.16.59 5.89 1.61l-.05-.03c1.8 1.05 3.25 2.5 4.27 4.25l.03.05a11.83 11.83 0 0 1-6.4 17.11l-.1.03-.2.03a.7.7 0 0 1-.4-.14.6.6 0 0 1-.2-.45l.02-3.5c0-.75-.31-1.44-.81-1.94q.88-.08 1.65-.29l-.07.02A6 6 0 0 0 17 16.6l-.03.02q.73-.4 1.24-1.02.55-.7.81-1.58l.01-.04q.31-.99.32-2.19v-.19c0-1.2-.46-2.29-1.22-3.1A4 4 0 0 0 18 5.35l.01.03a2 2 0 0 0-1.26.17h.01q-.8.3-1.45.7l.04-.03-.59.37a11 11 0 0 0-5.98.02l.08-.02-.65-.42q-.56-.3-1.23-.57l-.06-.02a2 2 0 0 0-1.32-.2h.02a4 4 0 0 0-.12 3.16V8.5a4.5 4.5 0 0 0-1.22 3.17v.12q0 1.17.33 2.24l-.02-.06q.28.93.82 1.63v-.01q.5.62 1.2 1.01l.03.02q.63.36 1.4.58l.04.02c.45.12.99.21 1.54.27h.04c-.41.41-.69.96-.75 1.57v.02q-.3.15-.68.22h-.02q-.37.09-.81.08h-.06a2 2 0 0 1-1.01-.33 3 3 0 0 1-.84-.94l-.01-.02a2.5 2.5 0 0 0-.74-.8 2 2 0 0 0-.75-.36h-.02l-.3-.05h-.08a1 1 0 0 0-.38.07h.01q-.12.06-.08.17l.14.22q.1.1.2.18l.1.08q.42.21.67.58.3.35.48.76l.01.03.16.35q.2.58.67.94.44.36 1.02.46h.01q.5.1 1.06.11h.15q.38 0 .74-.05h-.03l.36-.06.01 2.2v.01a.6.6 0 0 1-.2.45.7.7 0 0 1-.62.1A11.86 11.86 0 0 1 1.63 6.3l-.03.06c1.05-1.8 2.5-3.25 4.24-4.27l.06-.03c1.67-1 3.68-1.58 5.83-1.58h.1zM4.48 17.44q.05-.1-.1-.18-.15-.06-.2.03-.05.1.1.18.14.09.2-.03m.48.52q.1-.07-.03-.24-.15-.15-.24-.05-.12.07.03.25.15.15.24.04m.46.7q.15-.12 0-.3-.12-.2-.26-.09-.15.07 0 .28.14.2.26.1m.65.64q.12-.12-.06-.3-.2-.17-.31-.04-.14.12.06.3.19.18.3.04m.87.38q.05-.16-.2-.24-.23-.05-.29.1-.06.18.2.24.23.1.3-.1m.97.08q0-.2-.26-.17-.24 0-.24.17 0 .2.26.17.24 0 .24-.17m.9-.15q-.04-.18-.28-.14t-.22.23q.04.18.28.12t.21-.21"
1547
+ })
1548
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1549
+ id: "github-repo",
1550
+ children: /* @__PURE__ */ o("path", {
1551
+ fill: "var(--color-light-100)",
1552
+ d: "M0 0h24v24H0z"
1553
+ })
1554
+ }) })]
1555
+ });
1556
+ }, pt = t((e, t) => /* @__PURE__ */ o(f, {
1557
+ ref: t,
1558
+ icon: /* @__PURE__ */ o(ft, {}),
1559
+ ...e
1560
+ }));
1561
+ pt.displayName = "GithubRepo";
1562
+ //#endregion
1563
+ //#region src/assets/icons/EyeOff.tsx
1564
+ var mt = (e) => {
1565
+ let { fill: t } = e;
1566
+ return /* @__PURE__ */ s("svg", {
1567
+ xmlns: "http://www.w3.org/2000/svg",
1568
+ viewBox: "0 0 24 24",
1569
+ fill: "none",
1570
+ ...e,
1571
+ children: [/* @__PURE__ */ s("g", {
1572
+ fill: t,
1573
+ clipPath: "url(#eye-off)",
1574
+ children: [/* @__PURE__ */ o("path", { d: "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m3.29 4.62L14 16.78l-.07-.07-1.27-1.27q-.3.06-.61.06a3.5 3.5 0 0 1-3.49-4.11l-2-2L5 7.87a16 16 0 0 0-2.87 3.63 1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25q1.67-.05 3.23-.67zM8.59 5.76l2.8 2.8q.3-.06.61-.06a3.5 3.5 0 0 1 3.44 4.11l2.68 2.68.84.84a16 16 0 0 0 2.91-3.63 1 1 0 0 0 0-1c-.64-1.11-4.16-6.68-10.14-6.5q-1.67.05-3.23.67z" }), /* @__PURE__ */ o("path", { d: "M20.71 19.29 19.41 18l-2-2-9.52-9.53L6.42 5 4.71 3.29a1 1 0 1 0-1.42 1.42L5.53 7l1.75 1.7 7.31 7.3.07.07L16 17.41l.59.59 2.7 2.71a1 1 0 1 0 1.42-1.42" })]
1575
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1576
+ id: "eye-off",
1577
+ children: /* @__PURE__ */ o("path", {
1578
+ fill: "var(--color-light-100)",
1579
+ d: "M0 0h24v24H0z"
1580
+ })
1581
+ }) })]
1582
+ });
1583
+ }, ht = t((e, t) => /* @__PURE__ */ o(f, {
1584
+ ref: t,
1585
+ icon: /* @__PURE__ */ o(mt, {}),
1586
+ ...e
1587
+ }));
1588
+ ht.displayName = "EyeOff";
1589
+ //#endregion
1590
+ //#region src/assets/icons/EyeOffOutline.tsx
1591
+ var gt = (e) => {
1592
+ let { fill: t } = e;
1593
+ return /* @__PURE__ */ s("svg", {
1594
+ xmlns: "http://www.w3.org/2000/svg",
1595
+ viewBox: "0 0 24 24",
1596
+ fill: "none",
1597
+ ...e,
1598
+ children: [/* @__PURE__ */ s("g", {
1599
+ fill: t,
1600
+ clipPath: "url(#eye-off-outline)",
1601
+ children: [/* @__PURE__ */ o("path", { d: "M4.71 3.29a1 1 0 1 0-1.42 1.42l5.63 5.63a3.5 3.5 0 0 0 4.74 4.74l5.63 5.63a1 1 0 1 0 1.42-1.42zM12 13.5a1.5 1.5 0 0 1-1.5-1.5v-.07l1.56 1.56z" }), /* @__PURE__ */ o("path", { d: "M12.22 17c-4.3.1-7.12-3.59-8-5q.95-1.5 2.24-2.72L5 7.87a16 16 0 0 0-2.87 3.63 1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25q1.67-.05 3.23-.67l-1.58-1.58q-.84.22-1.7.25m9.65-5.5c-.64-1.11-4.17-6.68-10.14-6.5q-1.67.05-3.23.67l1.58 1.58a8 8 0 0 1 1.7-.25c4.29-.11 7.11 3.59 8 5a14 14 0 0 1-2.29 2.72L19 16.13a16 16 0 0 0 2.91-3.63 1 1 0 0 0-.04-1" })]
1602
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1603
+ id: "eye-off-outline",
1604
+ children: /* @__PURE__ */ o("path", {
1605
+ fill: "var(--color-light-100)",
1606
+ d: "M0 0h24v24H0z"
1607
+ })
1608
+ }) })]
1609
+ });
1610
+ }, _t = t((e, t) => /* @__PURE__ */ o(f, {
1611
+ ref: t,
1612
+ icon: /* @__PURE__ */ o(gt, {}),
1613
+ ...e
1614
+ }));
1615
+ _t.displayName = "EyeOffOutline";
1616
+ //#endregion
1617
+ //#region src/assets/icons/Eye.tsx
1618
+ var vt = (e) => {
1619
+ let { fill: t } = e;
1620
+ return /* @__PURE__ */ s("svg", {
1621
+ xmlns: "http://www.w3.org/2000/svg",
1622
+ viewBox: "0 0 24 24",
1623
+ fill: "none",
1624
+ ...e,
1625
+ children: [/* @__PURE__ */ s("g", {
1626
+ fill: t,
1627
+ clipPath: "url(#eye-icon)",
1628
+ children: [/* @__PURE__ */ o("path", { d: "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }), /* @__PURE__ */ o("path", { d: "M21.87 11.5c-.64-1.11-4.16-6.68-10.14-6.5-5.53.14-8.73 5-9.6 6.5a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25c5.53-.14 8.74-5 9.6-6.5a1 1 0 0 0 0-1m-9.87 4a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7" })]
1629
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1630
+ id: "eye-icon",
1631
+ children: /* @__PURE__ */ o("path", {
1632
+ fill: "var(--color-light-100)",
1633
+ d: "M0 0h24v24H0z"
1634
+ })
1635
+ }) })]
1636
+ });
1637
+ }, yt = t((e, t) => /* @__PURE__ */ o(f, {
1638
+ ref: t,
1639
+ icon: /* @__PURE__ */ o(vt, {}),
1640
+ ...e
1641
+ }));
1642
+ yt.displayName = "Eye";
1643
+ //#endregion
1644
+ //#region src/assets/icons/EyeOutline.tsx
1645
+ var bt = (e) => {
1646
+ let { fill: t } = e;
1647
+ return /* @__PURE__ */ s("svg", {
1648
+ xmlns: "http://www.w3.org/2000/svg",
1649
+ viewBox: "0 0 24 24",
1650
+ fill: "none",
1651
+ ...e,
1652
+ children: [/* @__PURE__ */ s("g", {
1653
+ fill: t,
1654
+ clipPath: "url(#eye-outline)",
1655
+ children: [/* @__PURE__ */ o("path", { d: "M21.87 11.5c-.64-1.11-4.16-6.68-10.14-6.5-5.53.14-8.73 5-9.6 6.5a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25c5.53-.14 8.74-5 9.6-6.5a1 1 0 0 0 0-1M12.22 17c-4.31.1-7.12-3.59-8-5 1-1.61 3.61-4.9 7.61-5 4.29-.11 7.11 3.59 8 5-1.03 1.61-3.61 4.9-7.61 5" }), /* @__PURE__ */ o("path", { d: "M12 8.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" })]
1656
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1657
+ id: "eye-outline",
1658
+ children: /* @__PURE__ */ o("path", {
1659
+ fill: "var(--color-light-100)",
1660
+ d: "M0 0h24v24H0z"
1661
+ })
1662
+ }) })]
1663
+ });
1664
+ }, xt = t((e, t) => /* @__PURE__ */ o(f, {
1665
+ ref: t,
1666
+ icon: /* @__PURE__ */ o(bt, {}),
1667
+ ...e
1668
+ }));
1669
+ xt.displayName = "EyeOutline";
1670
+ //#endregion
1671
+ //#region src/assets/icons/PaperPlane.tsx
1672
+ var St = (e) => {
1673
+ let { fill: t } = e;
1674
+ return /* @__PURE__ */ s("svg", {
1675
+ xmlns: "http://www.w3.org/2000/svg",
1676
+ viewBox: "0 0 24 24",
1677
+ fill: "none",
1678
+ ...e,
1679
+ children: [/* @__PURE__ */ o("g", {
1680
+ clipPath: "url(#paper-plane)",
1681
+ children: /* @__PURE__ */ o("path", {
1682
+ fill: t,
1683
+ d: "m21 4-.06-.27v-.09a1 1 0 0 0-.2-.3 1 1 0 0 0-.29-.19h-.09a1 1 0 0 0-.31-.15H20a1 1 0 0 0-.3 0l-18 6a1 1 0 0 0 0 1.9l8.53 2.84 2.84 8.53a1 1 0 0 0 1.9 0l6-18zm-4.7 2.29-5.57 5.57L5.16 10zM14 18.84l-1.86-5.57 5.57-5.57z"
1684
+ })
1685
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1686
+ id: "paper-plane",
1687
+ children: /* @__PURE__ */ o("path", {
1688
+ fill: "var(--color-light-100)",
1689
+ d: "M0 0h24v24H0z"
1690
+ })
1691
+ }) })]
1692
+ });
1693
+ }, Ct = t((e, t) => /* @__PURE__ */ o(f, {
1694
+ ref: t,
1695
+ icon: /* @__PURE__ */ o(St, {}),
1696
+ ...e
1697
+ }));
1698
+ Ct.displayName = "PaperPlane";
1699
+ //#endregion
1700
+ //#region src/assets/icons/PaperPlaneOutline.tsx
1701
+ var wt = (e) => {
1702
+ let { fill: t } = e;
1703
+ return /* @__PURE__ */ s("svg", {
1704
+ xmlns: "http://www.w3.org/2000/svg",
1705
+ viewBox: "0 0 24 24",
1706
+ fill: "none",
1707
+ ...e,
1708
+ children: [/* @__PURE__ */ o("g", {
1709
+ clipPath: "url(#paper-plane-outline)",
1710
+ children: /* @__PURE__ */ o("path", {
1711
+ fill: t,
1712
+ d: "m21 4-.06-.27v-.09a1 1 0 0 0-.2-.3 1 1 0 0 0-.29-.19h-.09a1 1 0 0 0-.31-.15H20a1 1 0 0 0-.3 0l-18 6a1 1 0 0 0 0 1.9l8.53 2.84 2.84 8.53a1 1 0 0 0 1.9 0l6-18zm-4.7 2.29-5.57 5.57L5.16 10zM14 18.84l-1.86-5.57 5.57-5.57z"
1713
+ })
1714
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1715
+ id: "paper-plane-outline",
1716
+ children: /* @__PURE__ */ o("path", {
1717
+ fill: "var(--color-light-100)",
1718
+ d: "M0 0h24v24H0z"
1719
+ })
1720
+ }) })]
1721
+ });
1722
+ }, Tt = t((e, t) => /* @__PURE__ */ o(f, {
1723
+ ref: t,
1724
+ icon: /* @__PURE__ */ o(wt, {}),
1725
+ ...e
1726
+ }));
1727
+ Tt.displayName = "PaperPlaneOutline";
1728
+ //#endregion
1729
+ //#region src/assets/icons/MoreHorizontal.tsx
1730
+ var Et = (e) => {
1731
+ let { fill: t } = e;
1732
+ return /* @__PURE__ */ s("svg", {
1733
+ xmlns: "http://www.w3.org/2000/svg",
1734
+ viewBox: "0 0 24 24",
1735
+ fill: "none",
1736
+ ...e,
1737
+ children: [/* @__PURE__ */ o("g", {
1738
+ fill: t,
1739
+ clipPath: "url(#more-horizontal)",
1740
+ children: /* @__PURE__ */ o("path", { d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4m7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4M5 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
1741
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1742
+ id: "more-horizontal",
1743
+ children: /* @__PURE__ */ o("path", {
1744
+ fill: "var(--color-light-100)",
1745
+ d: "M0 0h24v24H0z"
1746
+ })
1747
+ }) })]
1748
+ });
1749
+ }, Dt = t((e, t) => /* @__PURE__ */ o(f, {
1750
+ ref: t,
1751
+ icon: /* @__PURE__ */ o(Et, {}),
1752
+ ...e
1753
+ }));
1754
+ Dt.displayName = "MoreHorizontal";
1755
+ //#endregion
1756
+ //#region src/assets/icons/MoreHorizontalOutline.tsx
1757
+ var Ot = (e) => {
1758
+ let { fill: t } = e;
1759
+ return /* @__PURE__ */ s("svg", {
1760
+ xmlns: "http://www.w3.org/2000/svg",
1761
+ viewBox: "0 0 24 24",
1762
+ fill: "none",
1763
+ ...e,
1764
+ children: [/* @__PURE__ */ o("g", {
1765
+ fill: t,
1766
+ clipPath: "url(#more-horizontal-outline)",
1767
+ children: /* @__PURE__ */ o("path", { d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4m7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4M5 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
1768
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1769
+ id: "more-horizontal-outline",
1770
+ children: /* @__PURE__ */ o("path", {
1771
+ fill: "var(--color-light-100)",
1772
+ d: "M0 0h24v24H0z"
1773
+ })
1774
+ }) })]
1775
+ });
1776
+ }, kt = t((e, t) => /* @__PURE__ */ o(f, {
1777
+ ref: t,
1778
+ icon: /* @__PURE__ */ o(Ot, {}),
1779
+ ...e
1780
+ }));
1781
+ kt.displayName = "MoreHorizontalOutline";
1782
+ //#endregion
1783
+ //#region src/assets/icons/MessageCircle.tsx
1784
+ var At = (e) => {
1785
+ let { fill: t } = e;
1786
+ return /* @__PURE__ */ s("svg", {
1787
+ xmlns: "http://www.w3.org/2000/svg",
1788
+ viewBox: "0 0 24 24",
1789
+ fill: "none",
1790
+ ...e,
1791
+ children: [/* @__PURE__ */ o("g", {
1792
+ clipPath: "url(#message-circle)",
1793
+ children: /* @__PURE__ */ o("path", {
1794
+ fill: t,
1795
+ d: "M19.07 4.93a10 10 0 0 0-16.28 11q.15.3.09.64L2 20.8A1 1 0 0 0 3 22h.2l4.28-.86q.34-.05.64.09a10 10 0 0 0 11-16.28zM8 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2m4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2"
1796
+ })
1797
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1798
+ id: "message-circle",
1799
+ children: /* @__PURE__ */ o("path", {
1800
+ fill: "var(--color-light-100)",
1801
+ d: "M0 0h24v24H0z"
1802
+ })
1803
+ }) })]
1804
+ });
1805
+ }, jt = t((e, t) => /* @__PURE__ */ o(f, {
1806
+ ref: t,
1807
+ icon: /* @__PURE__ */ o(At, {}),
1808
+ ...e
1809
+ }));
1810
+ jt.displayName = "MessageCircle";
1811
+ //#endregion
1812
+ //#region src/assets/icons/MessageCircleOutline.tsx
1813
+ var Mt = (e) => {
1814
+ let { fill: t } = e;
1815
+ return /* @__PURE__ */ s("svg", {
1816
+ xmlns: "http://www.w3.org/2000/svg",
1817
+ viewBox: "0 0 24 24",
1818
+ fill: "none",
1819
+ ...e,
1820
+ children: [/* @__PURE__ */ s("g", {
1821
+ fill: t,
1822
+ clipPath: "url(#message-circle-outline)",
1823
+ children: [/* @__PURE__ */ o("path", { d: "M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2m4 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }), /* @__PURE__ */ o("path", { d: "M19.07 4.93a10 10 0 0 0-16.28 11q.15.3.09.64L2 20.8A1 1 0 0 0 3 22h.2l4.28-.86q.34-.05.64.09a10 10 0 0 0 11-16.28zm.83 8.36a8 8 0 0 1-11 6.08 3.3 3.3 0 0 0-1.81-.21l-2.82.57.57-2.82c.11-.61.04-1.24-.21-1.81a8 8 0 1 1 15.27-1.81" })]
1824
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1825
+ id: "message-circle-outline",
1826
+ children: /* @__PURE__ */ o("path", {
1827
+ fill: "var(--color-light-100)",
1828
+ d: "M0 0h24v24H0z"
1829
+ })
1830
+ }) })]
1831
+ });
1832
+ }, Nt = t((e, t) => /* @__PURE__ */ o(f, {
1833
+ ref: t,
1834
+ icon: /* @__PURE__ */ o(Mt, {}),
1835
+ ...e
1836
+ }));
1837
+ Nt.displayName = "MessageCircleOutline";
1838
+ //#endregion
1839
+ //#region src/assets/icons/PersonRemove.tsx
1840
+ var Pt = (e) => {
1841
+ let { fill: t } = e;
1842
+ return /* @__PURE__ */ s("svg", {
1843
+ xmlns: "http://www.w3.org/2000/svg",
1844
+ viewBox: "0 0 24 24",
1845
+ fill: "none",
1846
+ ...e,
1847
+ children: [/* @__PURE__ */ o("g", {
1848
+ fill: t,
1849
+ clipPath: "url(#person-remove)",
1850
+ children: /* @__PURE__ */ o("path", { d: "M21 6h-4a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2m-11 5a4 4 0 1 0 0-8 4 4 0 0 0 0 8m6 10a1 1 0 0 0 1-1 7 7 0 1 0-14 0 1 1 0 0 0 1 1" })
1851
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1852
+ id: "person-remove",
1853
+ children: /* @__PURE__ */ o("path", {
1854
+ fill: "var(--color-light-100)",
1855
+ d: "M0 0h24v24H0z"
1856
+ })
1857
+ }) })]
1858
+ });
1859
+ }, Ft = t((e, t) => /* @__PURE__ */ o(f, {
1860
+ ref: t,
1861
+ icon: /* @__PURE__ */ o(Pt, {}),
1862
+ ...e
1863
+ }));
1864
+ Ft.displayName = "PersonRemove";
1865
+ //#endregion
1866
+ //#region src/assets/icons/PersonRemoveOutline.tsx
1867
+ var It = (e) => {
1868
+ let { fill: t } = e;
1869
+ return /* @__PURE__ */ s("svg", {
1870
+ xmlns: "http://www.w3.org/2000/svg",
1871
+ viewBox: "0 0 24 24",
1872
+ fill: "none",
1873
+ ...e,
1874
+ children: [/* @__PURE__ */ o("g", {
1875
+ fill: t,
1876
+ clipPath: "url(#person-remove-outline)",
1877
+ children: /* @__PURE__ */ o("path", { d: "M21 6h-4a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2m-11 5a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 8a7 7 0 0 0-7 7 1 1 0 1 0 2 0 5 5 0 1 1 10 0 1 1 0 0 0 2 0 7 7 0 0 0-7-7" })
1878
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1879
+ id: "person-remove-outline",
1880
+ children: /* @__PURE__ */ o("path", {
1881
+ fill: "var(--color-light-100)",
1882
+ d: "M0 0h24v24H0z"
1883
+ })
1884
+ }) })]
1885
+ });
1886
+ }, Lt = t((e, t) => /* @__PURE__ */ o(f, {
1887
+ ref: t,
1888
+ icon: /* @__PURE__ */ o(It, {}),
1889
+ ...e
1890
+ }));
1891
+ Lt.displayName = "PersonRemoveOutline";
1892
+ //#endregion
1893
+ //#region src/assets/icons/PersonAdd.tsx
1894
+ var Rt = (e) => {
1895
+ let { fill: t } = e;
1896
+ return /* @__PURE__ */ s("svg", {
1897
+ xmlns: "http://www.w3.org/2000/svg",
1898
+ viewBox: "0 0 24 24",
1899
+ fill: "none",
1900
+ ...e,
1901
+ children: [/* @__PURE__ */ o("g", {
1902
+ fill: t,
1903
+ clipPath: "url(#person-add)",
1904
+ children: /* @__PURE__ */ o("path", { d: "M21 6h-1V5a1 1 0 0 0-2 0v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0V8h1a1 1 0 1 0 0-2m-11 5a4 4 0 1 0 0-8 4 4 0 0 0 0 8m6 10a1 1 0 0 0 1-1 7 7 0 1 0-14 0 1 1 0 0 0 1 1" })
1905
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1906
+ id: "person-add",
1907
+ children: /* @__PURE__ */ o("path", {
1908
+ fill: "var(--color-light-100)",
1909
+ d: "M0 0h24v24H0z"
1910
+ })
1911
+ }) })]
1912
+ });
1913
+ }, zt = t((e, t) => /* @__PURE__ */ o(f, {
1914
+ ref: t,
1915
+ icon: /* @__PURE__ */ o(Rt, {}),
1916
+ ...e
1917
+ }));
1918
+ zt.displayName = "PersonAdd";
1919
+ //#endregion
1920
+ //#region src/assets/icons/PersonAddOutline.tsx
1921
+ var Bt = (e) => {
1922
+ let { fill: t } = e;
1923
+ return /* @__PURE__ */ s("svg", {
1924
+ xmlns: "http://www.w3.org/2000/svg",
1925
+ viewBox: "0 0 24 24",
1926
+ fill: "none",
1927
+ ...e,
1928
+ children: [/* @__PURE__ */ o("g", {
1929
+ fill: t,
1930
+ clipPath: "url(#person-add-outline)",
1931
+ children: /* @__PURE__ */ o("path", { d: "M21 6h-1V5a1 1 0 0 0-2 0v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0V8h1a1 1 0 1 0 0-2m-11 5a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 8a7 7 0 0 0-7 7 1 1 0 1 0 2 0 5 5 0 1 1 10 0 1 1 0 0 0 2 0 7 7 0 0 0-7-7" })
1932
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1933
+ id: "person-add-outline",
1934
+ children: /* @__PURE__ */ o("path", {
1935
+ fill: "var(--color-light-100)",
1936
+ d: "M0 0h24v24H0z"
1937
+ })
1938
+ }) })]
1939
+ });
1940
+ }, Vt = t((e, t) => /* @__PURE__ */ o(f, {
1941
+ ref: t,
1942
+ icon: /* @__PURE__ */ o(Bt, {}),
1943
+ ...e
1944
+ }));
1945
+ Vt.displayName = "PersonAddOutline";
1946
+ //#endregion
1947
+ //#region src/assets/icons/Mic.tsx
1948
+ var Ht = (e) => {
1949
+ let { fill: t } = e;
1950
+ return /* @__PURE__ */ s("svg", {
1951
+ xmlns: "http://www.w3.org/2000/svg",
1952
+ viewBox: "0 0 24 24",
1953
+ fill: "none",
1954
+ ...e,
1955
+ children: [/* @__PURE__ */ s("g", {
1956
+ fill: t,
1957
+ clipPath: "url(#mic-icon)",
1958
+ children: [/* @__PURE__ */ o("path", { d: "M12 15a4 4 0 0 0 4-4V6a4 4 0 1 0-8 0v5a4 4 0 0 0 4 4" }), /* @__PURE__ */ o("path", { d: "M19 11a1 1 0 0 0-2 0 5 5 0 1 1-10 0 1 1 0 1 0-2 0 7 7 0 0 0 6 6.92V20H8.89a.9.9 0 0 0-.89.89v.22a.9.9 0 0 0 .89.89h6.22a.9.9 0 0 0 .89-.89v-.22a.9.9 0 0 0-.89-.89H13v-2.08A7 7 0 0 0 19 11" })]
1959
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1960
+ id: "mic-icon",
1961
+ children: /* @__PURE__ */ o("path", {
1962
+ fill: "var(--color-light-100)",
1963
+ d: "M0 0h24v24H0z"
1964
+ })
1965
+ }) })]
1966
+ });
1967
+ }, Ut = t((e, t) => /* @__PURE__ */ o(f, {
1968
+ ref: t,
1969
+ icon: /* @__PURE__ */ o(Ht, {}),
1970
+ ...e
1971
+ }));
1972
+ Ut.displayName = "Mic";
1973
+ //#endregion
1974
+ //#region src/assets/icons/MicOutline.tsx
1975
+ var Wt = (e) => {
1976
+ let { fill: t } = e;
1977
+ return /* @__PURE__ */ s("svg", {
1978
+ xmlns: "http://www.w3.org/2000/svg",
1979
+ viewBox: "0 0 24 24",
1980
+ fill: "none",
1981
+ ...e,
1982
+ children: [/* @__PURE__ */ s("g", {
1983
+ fill: t,
1984
+ clipPath: "url(#mic-outline)",
1985
+ children: [/* @__PURE__ */ o("path", { d: "M12 15a4 4 0 0 0 4-4V6a4 4 0 1 0-8 0v5a4 4 0 0 0 4 4m-2-9a2 2 0 1 1 4 0v5a2 2 0 0 1-4 0z" }), /* @__PURE__ */ o("path", { d: "M19 11a1 1 0 0 0-2 0 5 5 0 1 1-10 0 1 1 0 1 0-2 0 7 7 0 0 0 6 6.92V20H8.89a.9.9 0 0 0-.89.89v.22a.9.9 0 0 0 .89.89h6.22a.9.9 0 0 0 .89-.89v-.22a.9.9 0 0 0-.89-.89H13v-2.08A7 7 0 0 0 19 11" })]
1986
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
1987
+ id: "mic-outline",
1988
+ children: /* @__PURE__ */ o("path", {
1989
+ fill: "var(--color-light-100)",
1990
+ d: "M0 0h24v24H0z"
1991
+ })
1992
+ }) })]
1993
+ });
1994
+ }, Gt = t((e, t) => /* @__PURE__ */ o(f, {
1995
+ ref: t,
1996
+ icon: /* @__PURE__ */ o(Wt, {}),
1997
+ ...e
1998
+ }));
1999
+ Gt.displayName = "MicOutline";
2000
+ //#endregion
2001
+ //#region src/assets/icons/Copy.tsx
2002
+ var Kt = (e) => {
2003
+ let { fill: t } = e;
2004
+ return /* @__PURE__ */ s("svg", {
2005
+ xmlns: "http://www.w3.org/2000/svg",
2006
+ viewBox: "0 0 24 24",
2007
+ fill: "none",
2008
+ ...e,
2009
+ children: [/* @__PURE__ */ o("g", {
2010
+ clipPath: "url(#copy)",
2011
+ children: /* @__PURE__ */ o("path", {
2012
+ fill: t,
2013
+ d: "M18 9h-3V5.67A2.7 2.7 0 0 0 12.33 3H5.67A2.7 2.7 0 0 0 3 5.67v6.66A2.7 2.7 0 0 0 5.67 15H9v3a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3m-9 3v1H5.67a.67.67 0 0 1-.67-.67V5.67A.67.67 0 0 1 5.67 5h6.66a.67.67 0 0 1 .67.67V9h-1a3 3 0 0 0-3 3"
2014
+ })
2015
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2016
+ id: "copy",
2017
+ children: /* @__PURE__ */ o("path", {
2018
+ fill: "var(--color-light-100)",
2019
+ d: "M0 0h24v24H0z"
2020
+ })
2021
+ }) })]
2022
+ });
2023
+ }, qt = t((e, t) => /* @__PURE__ */ o(f, {
2024
+ ref: t,
2025
+ icon: /* @__PURE__ */ o(Kt, {}),
2026
+ ...e
2027
+ }));
2028
+ qt.displayName = "Copy";
2029
+ //#endregion
2030
+ //#region src/assets/icons/CopyOutline.tsx
2031
+ var Jt = (e) => {
2032
+ let { fill: t } = e;
2033
+ return /* @__PURE__ */ s("svg", {
2034
+ xmlns: "http://www.w3.org/2000/svg",
2035
+ viewBox: "0 0 24 24",
2036
+ fill: "none",
2037
+ ...e,
2038
+ children: [/* @__PURE__ */ s("g", {
2039
+ fill: t,
2040
+ clipPath: "url(#copy-outline)",
2041
+ children: [/* @__PURE__ */ o("path", { d: "M18 21h-6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3m-6-10a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z" }), /* @__PURE__ */ o("path", { d: "M9.73 15H5.67A2.7 2.7 0 0 1 3 12.33V5.67A2.7 2.7 0 0 1 5.67 3h6.66A2.7 2.7 0 0 1 15 5.67V9.4h-2V5.67a.67.67 0 0 0-.67-.67H5.67a.67.67 0 0 0-.67.67v6.66a.67.67 0 0 0 .67.67h4.06z" })]
2042
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2043
+ id: "copy-outline",
2044
+ children: /* @__PURE__ */ o("path", {
2045
+ fill: "var(--color-light-100)",
2046
+ d: "M0 0h24v24H0z"
2047
+ })
2048
+ }) })]
2049
+ });
2050
+ }, Yt = t((e, t) => /* @__PURE__ */ o(f, {
2051
+ ref: t,
2052
+ icon: /* @__PURE__ */ o(Jt, {}),
2053
+ ...e
2054
+ }));
2055
+ Yt.displayName = "CopyOutline";
2056
+ //#endregion
2057
+ //#region src/assets/icons/CreditCard.tsx
2058
+ var Xt = (e) => {
2059
+ let { fill: t } = e;
2060
+ return /* @__PURE__ */ s("svg", {
2061
+ xmlns: "http://www.w3.org/2000/svg",
2062
+ viewBox: "0 0 24 24",
2063
+ fill: "none",
2064
+ ...e,
2065
+ children: [/* @__PURE__ */ o("g", {
2066
+ clipPath: "url(#credit-card)",
2067
+ children: /* @__PURE__ */ o("path", {
2068
+ fill: t,
2069
+ d: "M19 5H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3m-8 10H7a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m6 0h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2m3-6H4V8a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z"
2070
+ })
2071
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2072
+ id: "credit-card",
2073
+ children: /* @__PURE__ */ o("path", {
2074
+ fill: "var(--color-light-100)",
2075
+ d: "M0 0h24v24H0z"
2076
+ })
2077
+ }) })]
2078
+ });
2079
+ }, Zt = t((e, t) => /* @__PURE__ */ o(f, {
2080
+ ref: t,
2081
+ icon: /* @__PURE__ */ o(Xt, {}),
2082
+ ...e
2083
+ }));
2084
+ Zt.displayName = "CreditCard";
2085
+ //#endregion
2086
+ //#region src/assets/icons/CreditCardOutline.tsx
2087
+ var Qt = (e) => {
2088
+ let { fill: t } = e;
2089
+ return /* @__PURE__ */ s("svg", {
2090
+ xmlns: "http://www.w3.org/2000/svg",
2091
+ viewBox: "0 0 24 24",
2092
+ fill: "none",
2093
+ ...e,
2094
+ children: [/* @__PURE__ */ s("g", {
2095
+ fill: t,
2096
+ clipPath: "url(#credit-card-outline)",
2097
+ children: [/* @__PURE__ */ o("path", { d: "M19 5H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3M4 8a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v1H4zm16 8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-5h16z" }), /* @__PURE__ */ o("path", { d: "M7 15h4a1 1 0 0 0 0-2H7a1 1 0 0 0 0 2m8 0h2a1 1 0 0 0 0-2h-2a1 1 0 0 0 0 2" })]
2098
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2099
+ id: "credit-card-outline",
2100
+ children: /* @__PURE__ */ o("path", {
2101
+ fill: "var(--color-light-100)",
2102
+ d: "M0 0h24v24H0z"
2103
+ })
2104
+ }) })]
2105
+ });
2106
+ }, $t = t((e, t) => /* @__PURE__ */ o(f, {
2107
+ ref: t,
2108
+ icon: /* @__PURE__ */ o(Qt, {}),
2109
+ ...e
2110
+ }));
2111
+ $t.displayName = "CreditCardOutline";
2112
+ //#endregion
2113
+ //#region src/assets/icons/Edit.tsx
2114
+ var en = (e) => {
2115
+ let { fill: t } = e;
2116
+ return /* @__PURE__ */ s("svg", {
2117
+ xmlns: "http://www.w3.org/2000/svg",
2118
+ viewBox: "0 0 24 24",
2119
+ fill: "none",
2120
+ ...e,
2121
+ children: [/* @__PURE__ */ o("g", {
2122
+ fill: t,
2123
+ clipPath: "url(#edit)",
2124
+ children: /* @__PURE__ */ o("path", { d: "M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2M5 18h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.9 1.9 0 0 0-.07-2.71L16.66 2.6A2 2 0 0 0 14 2.53l-9 9a2 2 0 0 0-.57 1.21L4 16.91A1 1 0 0 0 5 18M15.27 4 18 6.73l-2 1.95L13.32 6z" })
2125
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2126
+ id: "edit",
2127
+ children: /* @__PURE__ */ o("path", {
2128
+ fill: "var(--color-light-100)",
2129
+ d: "M0 0h24v24H0z"
2130
+ })
2131
+ }) })]
2132
+ });
2133
+ }, tn = t((e, t) => /* @__PURE__ */ o(f, {
2134
+ ref: t,
2135
+ icon: /* @__PURE__ */ o(en, {}),
2136
+ ...e
2137
+ }));
2138
+ tn.displayName = "Edit";
2139
+ //#endregion
2140
+ //#region src/assets/icons/EditOutline.tsx
2141
+ var nn = (e) => {
2142
+ let { fill: t } = e;
2143
+ return /* @__PURE__ */ s("svg", {
2144
+ xmlns: "http://www.w3.org/2000/svg",
2145
+ viewBox: "0 0 24 24",
2146
+ fill: "none",
2147
+ ...e,
2148
+ children: [/* @__PURE__ */ o("g", {
2149
+ fill: t,
2150
+ clipPath: "url(#edit-outline)",
2151
+ children: /* @__PURE__ */ o("path", { d: "M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2M5 18h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.9 1.9 0 0 0-.07-2.71L16.66 2.6A2 2 0 0 0 14 2.53l-9 9a2 2 0 0 0-.57 1.21L4 16.91A1 1 0 0 0 5 18M15.27 4 18 6.73l-2 1.95L13.32 6zm-8.9 8.91L12 7.32l2.7 2.7-5.6 5.6-3 .28z" })
2152
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2153
+ id: "edit-outline",
2154
+ children: /* @__PURE__ */ o("path", {
2155
+ fill: "var(--color-light-100)",
2156
+ d: "M0 0h24v24H0z"
2157
+ })
2158
+ }) })]
2159
+ });
2160
+ }, rn = t((e, t) => /* @__PURE__ */ o(f, {
2161
+ ref: t,
2162
+ icon: /* @__PURE__ */ o(nn, {}),
2163
+ ...e
2164
+ }));
2165
+ rn.displayName = "EditOutline";
2166
+ //#endregion
2167
+ //#region src/assets/icons/Email.tsx
2168
+ var an = (e) => {
2169
+ let { fill: t } = e;
2170
+ return /* @__PURE__ */ s("svg", {
2171
+ xmlns: "http://www.w3.org/2000/svg",
2172
+ viewBox: "0 0 24 24",
2173
+ fill: "none",
2174
+ ...e,
2175
+ children: [/* @__PURE__ */ o("g", {
2176
+ clipPath: "url(#email)",
2177
+ children: /* @__PURE__ */ o("path", {
2178
+ fill: t,
2179
+ d: "M19 4H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m0 2-6.5 4.47a1 1 0 0 1-1 0L5 6z"
2180
+ })
2181
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2182
+ id: "email",
2183
+ children: /* @__PURE__ */ o("path", {
2184
+ fill: "var(--color-light-100)",
2185
+ d: "M0 0h24v24H0z"
2186
+ })
2187
+ }) })]
2188
+ });
2189
+ }, on = t((e, t) => /* @__PURE__ */ o(f, {
2190
+ ref: t,
2191
+ icon: /* @__PURE__ */ o(an, {}),
2192
+ ...e
2193
+ }));
2194
+ on.displayName = "Email";
2195
+ //#endregion
2196
+ //#region src/assets/icons/EmailOutline.tsx
2197
+ var sn = (e) => {
2198
+ let { fill: t } = e;
2199
+ return /* @__PURE__ */ s("svg", {
2200
+ xmlns: "http://www.w3.org/2000/svg",
2201
+ viewBox: "0 0 24 24",
2202
+ fill: "none",
2203
+ ...e,
2204
+ children: [/* @__PURE__ */ o("g", {
2205
+ clipPath: "url(#email-outline)",
2206
+ children: /* @__PURE__ */ o("path", {
2207
+ fill: t,
2208
+ d: "M19 4H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m-.67 2L12 10.75 5.67 6zM19 18H5a1 1 0 0 1-1-1V7.25l7.4 5.55a1 1 0 0 0 1.2 0L20 7.25V17a1 1 0 0 1-1 1"
2209
+ })
2210
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2211
+ id: "email-outline",
2212
+ children: /* @__PURE__ */ o("path", {
2213
+ fill: "var(--color-light-100)",
2214
+ d: "M0 0h24v24H0z"
2215
+ })
2216
+ }) })]
2217
+ });
2218
+ }, cn = t((e, t) => /* @__PURE__ */ o(f, {
2219
+ ref: t,
2220
+ icon: /* @__PURE__ */ o(sn, {}),
2221
+ ...e
2222
+ }));
2223
+ cn.displayName = "EmailOutline";
2224
+ //#endregion
2225
+ //#region src/assets/icons/Heart.tsx
2226
+ var ln = (e) => {
2227
+ let { fill: t } = e;
2228
+ return /* @__PURE__ */ s("svg", {
2229
+ xmlns: "http://www.w3.org/2000/svg",
2230
+ viewBox: "0 0 24 24",
2231
+ fill: "none",
2232
+ ...e,
2233
+ children: [/* @__PURE__ */ o("g", {
2234
+ clipPath: "url(#heart)",
2235
+ children: /* @__PURE__ */ o("path", {
2236
+ fill: t,
2237
+ d: "M12 21a1 1 0 0 1-.71-.29l-7.77-7.78a5.26 5.26 0 0 1 0-7.4 5.24 5.24 0 0 1 7.4 0L12 6.61l1.08-1.08a5.24 5.24 0 0 1 7.4 7.4l-7.77 7.78A1 1 0 0 1 12 21"
2238
+ })
2239
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2240
+ id: "heart",
2241
+ children: /* @__PURE__ */ o("path", {
2242
+ fill: "var(--color-light-100)",
2243
+ d: "M0 0h24v24H0z"
2244
+ })
2245
+ }) })]
2246
+ });
2247
+ }, un = t((e, t) => /* @__PURE__ */ o(f, {
2248
+ ref: t,
2249
+ icon: /* @__PURE__ */ o(ln, {}),
2250
+ ...e
2251
+ }));
2252
+ un.displayName = "Heart";
2253
+ //#endregion
2254
+ //#region src/assets/icons/HeartOutline.tsx
2255
+ var dn = (e) => {
2256
+ let { fill: t } = e;
2257
+ return /* @__PURE__ */ s("svg", {
2258
+ xmlns: "http://www.w3.org/2000/svg",
2259
+ viewBox: "0 0 24 24",
2260
+ fill: "none",
2261
+ ...e,
2262
+ children: [/* @__PURE__ */ o("g", {
2263
+ clipPath: "url(#heart-outline)",
2264
+ children: /* @__PURE__ */ o("path", {
2265
+ fill: t,
2266
+ d: "M12 21a1 1 0 0 1-.71-.29l-7.77-7.78a5.26 5.26 0 0 1 0-7.4 5.24 5.24 0 0 1 7.4 0L12 6.61l1.08-1.08a5.24 5.24 0 0 1 7.4 7.4l-7.77 7.78A1 1 0 0 1 12 21M7.22 6A3.2 3.2 0 0 0 4 9.23c0 .85.34 1.67.94 2.28L12 18.58l7.06-7.07a3.24 3.24 0 0 0 0-4.57 3.3 3.3 0 0 0-4.56 0l-1.79 1.8a1 1 0 0 1-1.42 0L9.5 6.94A3.2 3.2 0 0 0 7.22 6"
2267
+ })
2268
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2269
+ id: "heart-outline",
2270
+ children: /* @__PURE__ */ o("path", {
2271
+ fill: "var(--color-light-100)",
2272
+ d: "M0 0h24v24H0z"
2273
+ })
2274
+ }) })]
2275
+ });
2276
+ }, fn = t((e, t) => /* @__PURE__ */ o(f, {
2277
+ ref: t,
2278
+ icon: /* @__PURE__ */ o(dn, {}),
2279
+ ...e
2280
+ }));
2281
+ fn.displayName = "HeartOutline";
2282
+ //#endregion
2283
+ //#region src/assets/icons/Maximize.tsx
2284
+ var pn = (e) => {
2285
+ let { fill: t } = e;
2286
+ return /* @__PURE__ */ s("svg", {
2287
+ xmlns: "http://www.w3.org/2000/svg",
2288
+ viewBox: "0 0 24 24",
2289
+ fill: "none",
2290
+ ...e,
2291
+ children: [/* @__PURE__ */ o("g", {
2292
+ clipPath: "url(#maximize)",
2293
+ children: /* @__PURE__ */ o("path", {
2294
+ fill: t,
2295
+ d: "m20.71 19.29-3.4-3.39a7.9 7.9 0 0 0 .34-9.34A8 8 0 1 0 15.9 17.3l3.39 3.4a1 1 0 1 0 1.42-1.42M13 12h-1v1a1 1 0 0 1-2 0v-1H9a1 1 0 0 1 0-2h1V9a1 1 0 0 1 2 0v1h1a1 1 0 0 1 0 2"
2296
+ })
2297
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2298
+ id: "maximize",
2299
+ children: /* @__PURE__ */ o("path", {
2300
+ fill: "var(--color-light-100)",
2301
+ d: "M0 0h24v24H0z"
2302
+ })
2303
+ }) })]
2304
+ });
2305
+ }, mn = t((e, t) => /* @__PURE__ */ o(f, {
2306
+ ref: t,
2307
+ icon: /* @__PURE__ */ o(pn, {}),
2308
+ ...e
2309
+ }));
2310
+ mn.displayName = "Maximize";
2311
+ //#endregion
2312
+ //#region src/assets/icons/MaximizeOutline.tsx
2313
+ var hn = (e) => {
2314
+ let { fill: t } = e;
2315
+ return /* @__PURE__ */ s("svg", {
2316
+ xmlns: "http://www.w3.org/2000/svg",
2317
+ viewBox: "0 0 24 24",
2318
+ fill: "none",
2319
+ ...e,
2320
+ children: [/* @__PURE__ */ s("g", {
2321
+ fill: t,
2322
+ clipPath: "url(#maximize-outline)",
2323
+ children: [/* @__PURE__ */ o("path", { d: "m20.71 19.29-3.4-3.39a7.9 7.9 0 0 0 .34-9.34A8 8 0 1 0 15.9 17.3l3.39 3.4a1 1 0 1 0 1.42-1.42M5 11a6 6 0 1 1 12 0 6 6 0 0 1-12 0" }), /* @__PURE__ */ o("path", { d: "M13 10h-1V9a1 1 0 0 0-2 0v1H9a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2" })]
2324
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2325
+ id: "maximize-outline",
2326
+ children: /* @__PURE__ */ o("path", {
2327
+ fill: "var(--color-light-100)",
2328
+ d: "M0 0h24v24H0z"
2329
+ })
2330
+ }) })]
2331
+ });
2332
+ }, gn = t((e, t) => /* @__PURE__ */ o(f, {
2333
+ ref: t,
2334
+ icon: /* @__PURE__ */ o(hn, {}),
2335
+ ...e
2336
+ }));
2337
+ gn.displayName = "MaximizeOutline";
2338
+ //#endregion
2339
+ //#region src/assets/icons/Pin.tsx
2340
+ var _n = (e) => {
2341
+ let { fill: t } = e;
2342
+ return /* @__PURE__ */ s("svg", {
2343
+ xmlns: "http://www.w3.org/2000/svg",
2344
+ viewBox: "0 0 24 24",
2345
+ fill: "none",
2346
+ ...e,
2347
+ children: [/* @__PURE__ */ s("g", {
2348
+ fill: t,
2349
+ clipPath: "url(#pin-icon)",
2350
+ children: [/* @__PURE__ */ o("path", { d: "M12 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }), /* @__PURE__ */ o("path", { d: "M12 2a8 8 0 0 0-8 7.92c0 5.48 7.05 11.58 7.35 11.84a1 1 0 0 0 1.3 0C13 21.5 20 15.4 20 9.92A8 8 0 0 0 12 2m0 11a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7" })]
2351
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2352
+ id: "pin-icon",
2353
+ children: /* @__PURE__ */ o("path", {
2354
+ fill: "var(--color-light-100)",
2355
+ d: "M0 0h24v24H0z"
2356
+ })
2357
+ }) })]
2358
+ });
2359
+ }, vn = t((e, t) => /* @__PURE__ */ o(f, {
2360
+ ref: t,
2361
+ icon: /* @__PURE__ */ o(_n, {}),
2362
+ ...e
2363
+ }));
2364
+ vn.displayName = "Pin";
2365
+ //#endregion
2366
+ //#region src/assets/icons/PinOutline.tsx
2367
+ var yn = (e) => {
2368
+ let { fill: t } = e;
2369
+ return /* @__PURE__ */ s("svg", {
2370
+ xmlns: "http://www.w3.org/2000/svg",
2371
+ viewBox: "0 0 24 24",
2372
+ fill: "none",
2373
+ ...e,
2374
+ children: [/* @__PURE__ */ s("g", {
2375
+ fill: t,
2376
+ clipPath: "url(#pin-outline)",
2377
+ children: [/* @__PURE__ */ o("path", { d: "M12 2a8 8 0 0 0-8 7.92c0 5.48 7.05 11.58 7.35 11.84a1 1 0 0 0 1.3 0C13 21.5 20 15.4 20 9.92A8 8 0 0 0 12 2m0 17.65c-1.67-1.59-6-6-6-9.73a6 6 0 1 1 12 0c0 3.7-4.33 8.14-6 9.73" }), /* @__PURE__ */ o("path", { d: "M12 6a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" })]
2378
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2379
+ id: "pin-outline",
2380
+ children: /* @__PURE__ */ o("path", {
2381
+ fill: "var(--color-light-100)",
2382
+ d: "M0 0h24v24H0z"
2383
+ })
2384
+ }) })]
2385
+ });
2386
+ }, bn = t((e, t) => /* @__PURE__ */ o(f, {
2387
+ ref: t,
2388
+ icon: /* @__PURE__ */ o(yn, {}),
2389
+ ...e
2390
+ }));
2391
+ bn.displayName = "PinOutline";
2392
+ //#endregion
2393
+ //#region src/assets/icons/Trash.tsx
2394
+ var xn = (e) => {
2395
+ let { fill: t } = e;
2396
+ return /* @__PURE__ */ s("svg", {
2397
+ xmlns: "http://www.w3.org/2000/svg",
2398
+ viewBox: "0 0 24 24",
2399
+ fill: "none",
2400
+ ...e,
2401
+ children: [/* @__PURE__ */ o("g", {
2402
+ clipPath: "url(#trash)",
2403
+ children: /* @__PURE__ */ o("path", {
2404
+ fill: t,
2405
+ d: "M21 6h-5V4.33A2.4 2.4 0 0 0 13.5 2h-3A2.4 2.4 0 0 0 8 4.33V6H3a1 1 0 0 0 0 2h1v11a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8h1a1 1 0 1 0 0-2M10 4.33c0-.16.21-.33.5-.33h3c.29 0 .5.17.5.33V6h-4z"
2406
+ })
2407
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2408
+ id: "trash",
2409
+ children: /* @__PURE__ */ o("path", {
2410
+ fill: "var(--color-light-100)",
2411
+ d: "M0 0h24v24H0z"
2412
+ })
2413
+ }) })]
2414
+ });
2415
+ }, Sn = t((e, t) => /* @__PURE__ */ o(f, {
2416
+ ref: t,
2417
+ icon: /* @__PURE__ */ o(xn, {}),
2418
+ ...e
2419
+ }));
2420
+ Sn.displayName = "Trash";
2421
+ //#endregion
2422
+ //#region src/assets/icons/TrashOutline.tsx
2423
+ var Cn = (e) => {
2424
+ let { fill: t } = e;
2425
+ return /* @__PURE__ */ s("svg", {
2426
+ xmlns: "http://www.w3.org/2000/svg",
2427
+ viewBox: "0 0 24 24",
2428
+ fill: "none",
2429
+ ...e,
2430
+ children: [/* @__PURE__ */ o("g", {
2431
+ clipPath: "url(#trash-outline)",
2432
+ children: /* @__PURE__ */ o("path", {
2433
+ fill: t,
2434
+ d: "M21 6h-5V4.33A2.4 2.4 0 0 0 13.5 2h-3A2.4 2.4 0 0 0 8 4.33V6H3a1 1 0 0 0 0 2h1v11a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8h1a1 1 0 1 0 0-2M10 4.33c0-.16.21-.33.5-.33h3c.29 0 .5.17.5.33V6h-4zM18 19a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V8h12z"
2435
+ })
2436
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2437
+ id: "trash-outline",
2438
+ children: /* @__PURE__ */ o("path", {
2439
+ fill: "var(--color-light-100)",
2440
+ d: "M0 0h24v24H0z"
2441
+ })
2442
+ }) })]
2443
+ });
2444
+ }, wn = t((e, t) => /* @__PURE__ */ o(f, {
2445
+ ref: t,
2446
+ icon: /* @__PURE__ */ o(Cn, {}),
2447
+ ...e
2448
+ }));
2449
+ wn.displayName = "TrashOutline";
2450
+ //#endregion
2451
+ //#region src/assets/icons/Stripe.tsx
2452
+ var Tn = (e) => /* @__PURE__ */ s("svg", {
2453
+ xmlns: "http://www.w3.org/2000/svg",
2454
+ viewBox: "0 0 24 16",
2455
+ fill: "none",
2456
+ ...e,
2457
+ children: [/* @__PURE__ */ s("g", {
2458
+ clipPath: "url(#stripe)",
2459
+ children: [/* @__PURE__ */ o("path", {
2460
+ fill: "#fff",
2461
+ stroke: "#f3f3f3",
2462
+ d: "M1.91.5H22.1c.79 0 1.41.62 1.41 1.37v12.26a1.4 1.4 0 0 1-1.41 1.37H1.9a1.4 1.4 0 0 1-1.4-1.37V1.87C.5 1.12 1.12.5 1.91.5Z"
2463
+ }), /* @__PURE__ */ o("path", {
2464
+ fill: "#6461fc",
2465
+ fillRule: "evenodd",
2466
+ d: "m12.73 5.35-1.22.27v-1l1.22-.25zm2.53.55c-.47 0-.78.22-.95.38l-.06-.3h-1.07v5.65l1.21-.26V10c.18.13.44.3.87.3.87 0 1.66-.7 1.66-2.23 0-1.4-.8-2.17-1.66-2.17m-.29 3.34a.7.7 0 0 1-.57-.23v-1.8q.17-.22.57-.23c.44 0 .75.5.75 1.13 0 .65-.3 1.13-.75 1.13m5.78-1.12c0-1.24-.6-2.22-1.76-2.22-1.15 0-1.85.98-1.85 2.21 0 1.46.82 2.2 2 2.2q.87-.02 1.35-.32v-.97q-.47.26-1.19.27c-.47 0-.89-.17-.94-.74h2.38v-.43m-2.4-.46c0-.55.33-.77.64-.77.3 0 .6.22.6.77zM11.5 5.98h1.22v4.24H11.5zm-1.39 0 .08.36c.29-.52.86-.41 1.01-.36V7.1c-.15-.05-.64-.12-.92.25v2.87H9.07V5.98zM7.77 4.93l-1.18.25v3.89c0 .71.53 1.24 1.25 1.24q.6-.01.85-.16v-.98c-.16.06-.92.28-.92-.43V7.02h.92V5.98h-.92zM4.9 6.95q-.4 0-.41.27c0 .2.27.3.6.4.54.19 1.25.43 1.25 1.32 0 .87-.69 1.37-1.7 1.37q-.63.01-1.33-.28V8.89c.41.22.93.39 1.33.39.27 0 .47-.07.47-.3s-.3-.33-.64-.46c-.54-.19-1.21-.43-1.21-1.24 0-.85.66-1.37 1.64-1.37q.6-.01 1.2.22v1.14c-.36-.2-.83-.3-1.2-.3",
2467
+ clipRule: "evenodd"
2468
+ })]
2469
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2470
+ id: "stripe",
2471
+ children: /* @__PURE__ */ o("path", {
2472
+ fill: "#fff",
2473
+ d: "M0 0h24v16H0z"
2474
+ })
2475
+ }) })]
2476
+ }), En = t((e, t) => /* @__PURE__ */ o(p, {
2477
+ ref: t,
2478
+ icon: /* @__PURE__ */ o(Tn, {}),
2479
+ ...e
2480
+ }));
2481
+ En.displayName = "Stripe";
2482
+ //#endregion
2483
+ //#region src/assets/icons/RecaptchaLogo.tsx
2484
+ var Dn = (e) => /* @__PURE__ */ s("svg", {
2485
+ xmlns: "http://www.w3.org/2000/svg",
2486
+ viewBox: "0 0 24 24",
2487
+ fill: "none",
2488
+ ...e,
2489
+ children: [
2490
+ /* @__PURE__ */ o("path", {
2491
+ fill: "#1c3aa9",
2492
+ d: "M18.72 9.93a7 7 0 0 0-.007-.288V4.204L17.21 5.707a6.7 6.7 0 0 0-5.2-2.468 6.7 6.7 0 0 0-5.346 2.655l2.465 2.49c.241-.447.584-.83.998-1.12.43-.336 1.04-.61 1.883-.61q.152 0 .238.034a3.25 3.25 0 0 1 2.484 1.496L12.988 9.93c2.21-.01 4.706-.014 5.732 0"
2493
+ }),
2494
+ /* @__PURE__ */ o("path", {
2495
+ fill: "#4285f4",
2496
+ d: "M11.971 3.24q-.144 0-.288.006H6.245L7.748 4.75a6.7 6.7 0 0 0-2.468 5.2 6.7 6.7 0 0 0 2.655 5.345l2.49-2.464a3.3 3.3 0 0 1-1.12-.999c-.336-.43-.61-1.04-.61-1.883q0-.152.034-.238a3.25 3.25 0 0 1 1.496-2.484l1.745 1.745c-.01-2.21-.014-4.706 0-5.732"
2497
+ }),
2498
+ /* @__PURE__ */ o("path", {
2499
+ fill: "#ababab",
2500
+ d: "M5.28 9.949q0 .144.007.288v5.438l1.504-1.503a6.7 6.7 0 0 0 5.2 2.468 6.7 6.7 0 0 0 5.345-2.655l-2.464-2.49c-.242.447-.585.83-.999 1.12-.43.336-1.04.61-1.883.61a.7.7 0 0 1-.238-.034 3.25 3.25 0 0 1-2.484-1.496l1.744-1.745c-2.21.01-4.705.014-5.731 0"
2501
+ }),
2502
+ /* @__PURE__ */ o("path", {
2503
+ fill: "#a6a6a6",
2504
+ d: "M6.412 19.238q-.245 0-.44.093a.9.9 0 0 0-.329.26q-.133.17-.205.41-.07.24-.07.535v.569q0 .297.07.536.072.24.203.408a.9.9 0 0 0 .736.351q.238 0 .418-.07a.8.8 0 0 0 .492-.522q.069-.187.08-.427h-.39a2 2 0 0 1-.051.315.6.6 0 0 1-.106.214.4.4 0 0 1-.177.122.8.8 0 0 1-.266.038.53.53 0 0 1-.288-.074.6.6 0 0 1-.192-.207 1 1 0 0 1-.106-.306 2 2 0 0 1-.032-.378v-.573q0-.218.038-.395a1 1 0 0 1 .12-.303.56.56 0 0 1 .495-.262.6.6 0 0 1 .244.043.4.4 0 0 1 .169.126q.068.085.103.216.036.131.049.313h.39a1.5 1.5 0 0 0-.077-.442.9.9 0 0 0-.189-.323.8.8 0 0 0-.293-.199 1.1 1.1 0 0 0-.396-.068m9.545 0q-.246 0-.44.093a.9.9 0 0 0-.33.26q-.133.17-.204.41t-.07.535v.569q0 .297.07.536t.202.408a.9.9 0 0 0 .736.351q.24 0 .418-.07a.8.8 0 0 0 .493-.522q.068-.187.08-.427h-.39q-.015.185-.052.315a.6.6 0 0 1-.105.214.4.4 0 0 1-.178.122.8.8 0 0 1-.266.038.53.53 0 0 1-.288-.074.6.6 0 0 1-.192-.207 1 1 0 0 1-.106-.306 2 2 0 0 1-.031-.378v-.573q0-.218.038-.395a1 1 0 0 1 .12-.303.56.56 0 0 1 .495-.262.6.6 0 0 1 .243.043.4.4 0 0 1 .169.126q.068.085.104.216t.048.313h.391a1.5 1.5 0 0 0-.078-.442.9.9 0 0 0-.188-.323.8.8 0 0 0-.294-.199 1.1 1.1 0 0 0-.395-.068m-7.317.043-.991 3.077h.397l.24-.803h1.039l.243.803h.397l-.993-3.077zm1.744 0v3.077h.386v-1.205h.594q.223 0 .393-.061a.746.746 0 0 0 .465-.473 1.2 1.2 0 0 0 .062-.398q0-.205-.062-.376a.782.782 0 0 0-.465-.495 1 1 0 0 0-.393-.07zm2.195 0v.334h.808v2.743h.387v-2.743h.809v-.334zm4.855 0v3.077h.387v-1.422h1.238v1.422h.39V19.28h-.39v1.323h-1.238V19.28zm3.48 0-.99 3.077h.397l.239-.803h1.04l.243.803h.397l-.993-3.077zm-10.144.334h.594q.142 0 .241.05a.46.46 0 0 1 .165.136.5.5 0 0 1 .095.196q.032.11.032.228 0 .132-.032.241a.5.5 0 0 1-.095.188.4.4 0 0 1-.165.123.6.6 0 0 1-.24.044h-.595zm-1.965.207.42 1.399h-.838zm12.275 0 .42 1.399h-.839zm-18.205.207a.43.43 0 0 0-.252.074.6.6 0 0 0-.173.2l-.006-.232H2.08v2.287h.374v-1.636a.54.54 0 0 1 .15-.23.38.38 0 0 1 .252-.085 1 1 0 0 1 .169.015l-.002-.364-.028-.008-.038-.01-.044-.007zm1.257 0a.9.9 0 0 0-.315.057.7.7 0 0 0-.27.188 1 1 0 0 0-.188.338 1.6 1.6 0 0 0-.072.51v.257q0 .262.061.455.062.192.176.319a.7.7 0 0 0 .28.186q.166.06.37.061a1.1 1.1 0 0 0 .474-.105.74.74 0 0 0 .268-.237l-.194-.237a.694.694 0 0 1-.216.188.6.6 0 0 1-.31.072.49.49 0 0 1-.4-.167q-.137-.167-.137-.535v-.053h1.276v-.217q0-.263-.044-.463a.9.9 0 0 0-.141-.338.6.6 0 0 0-.25-.207.86.86 0 0 0-.368-.072m0 .321q.123 0 .203.044.08.045.127.125a.6.6 0 0 1 .07.193q.022.11.03.242v.051h-.9q.007-.192.046-.319a.6.6 0 0 1 .099-.2.34.34 0 0 1 .146-.106.5.5 0 0 1 .18-.03"
2505
+ })
2506
+ ]
2507
+ }), On = t((e, t) => /* @__PURE__ */ o(d, {
2508
+ ref: t,
2509
+ icon: /* @__PURE__ */ o(Dn, {}),
2510
+ ...e
2511
+ }));
2512
+ On.displayName = "RecaptchaLogo";
2513
+ //#endregion
2514
+ //#region src/assets/icons/Paypal.tsx
2515
+ var kn = (e) => /* @__PURE__ */ s("svg", {
2516
+ xmlns: "http://www.w3.org/2000/svg",
2517
+ viewBox: "0 0 24 16",
2518
+ fill: "none",
2519
+ ...e,
2520
+ children: [/* @__PURE__ */ s("g", {
2521
+ clipPath: "url(#paypal)",
2522
+ children: [
2523
+ /* @__PURE__ */ o("path", {
2524
+ fill: "#fff",
2525
+ stroke: "#f3f3f3",
2526
+ d: "M1.47.5h21.06c.55 0 .97.43.97.94v13.12c0 .5-.42.94-.97.94H1.47a.96.96 0 0 1-.97-.94V1.44C.5.94.92.5 1.47.5Z"
2527
+ }),
2528
+ /* @__PURE__ */ o("path", {
2529
+ fill: "#28356a",
2530
+ fillRule: "evenodd",
2531
+ d: "m10.86 8.1.1-.66H9.62l.77-4.92.02-.04.05-.01h1.87q.93 0 1.28.39.15.17.2.38.04.21 0 .53v.15l.1.06q.14.07.22.16.13.15.17.4.04.23-.03.55-.06.38-.23.64a1.3 1.3 0 0 1-.85.63q-.27.07-.62.07h-.14a.44.44 0 0 0-.43.37l-.02.06-.18 1.17v.04l-.02.03h-.92",
2532
+ clipRule: "evenodd"
2533
+ }),
2534
+ /* @__PURE__ */ o("path", {
2535
+ fill: "#298fc2",
2536
+ fillRule: "evenodd",
2537
+ d: "M14.01 3.8q0 .06-.02.11c-.24 1.27-1.09 1.71-2.17 1.71h-.55q-.21.02-.26.23l-.36 2.3q-.01.14.14.16h.97q.19-.01.23-.2l.01-.05.19-1.17v-.06q.05-.18.24-.2h.14c.95 0 1.69-.38 1.9-1.5q.16-.7-.19-1.12a1 1 0 0 0-.27-.2",
2538
+ clipRule: "evenodd"
2539
+ }),
2540
+ /* @__PURE__ */ o("path", {
2541
+ fill: "#22284f",
2542
+ fillRule: "evenodd",
2543
+ d: "m13.75 3.7-.24-.06-.48-.03h-1.47a.23.23 0 0 0-.23.2l-.31 1.98-.01.06a.3.3 0 0 1 .26-.23h.55c1.08 0 1.93-.44 2.17-1.7l.02-.12z",
2544
+ clipRule: "evenodd"
2545
+ }),
2546
+ /* @__PURE__ */ o("path", {
2547
+ fill: "#28356a",
2548
+ fillRule: "evenodd",
2549
+ d: "M11.33 3.8a.23.23 0 0 1 .23-.2h1.47a3 3 0 0 1 .78.11l.2.1c.08-.48 0-.8-.25-1.09q-.44-.47-1.43-.46h-1.87q-.23.02-.27.23l-.78 4.96c-.02.1.06.19.16.19h1.16zM5.34 9.46H3.97q-.15.01-.19.16l-.55 3.51q0 .12.11.13H4q.15 0 .18-.16l.15-.95q.04-.15.2-.16h.42q1.35 0 1.56-1.3.09-.57-.18-.88-.29-.35-1-.35m.16 1.28c-.08.5-.45.5-.82.5h-.2l.14-.93q.02-.09.12-.1h.09c.25 0 .48 0 .6.15q.11.11.07.38m3.97-.04H8.8q-.09 0-.1.1l-.04.18-.04-.07c-.15-.2-.46-.27-.78-.27a1.5 1.5 0 0 0-1.46 1.32c-.06.38.03.75.25 1q.3.35.82.34c.58 0 .9-.38.9-.38l-.02.18q0 .12.1.14h.6q.16-.01.19-.16l.35-2.25a.1.1 0 0 0-.11-.13m-.91 1.28a.73.73 0 0 1-.74.62q-.3 0-.44-.18a.6.6 0 0 1-.1-.46.73.73 0 0 1 .73-.63q.28 0 .43.18t.12.46m4.35-1.22h-.67a.2.2 0 0 0-.15.09l-.91 1.34-.38-1.29a.2.2 0 0 0-.19-.14h-.64a.11.11 0 0 0-.11.16l.72 2.13-.68.96c-.05.08 0 .18.1.18h.65q.1 0 .16-.08l2.19-3.17a.11.11 0 0 0-.1-.18",
2550
+ clipRule: "evenodd"
2551
+ }),
2552
+ /* @__PURE__ */ o("path", {
2553
+ fill: "#298fc2",
2554
+ fillRule: "evenodd",
2555
+ d: "M15.08 9.46h-1.36q-.16.01-.19.16l-.55 3.51q0 .12.11.13h.7q.11 0 .13-.1l.16-1c.01-.1.1-.17.19-.17h.43q1.35 0 1.55-1.3.1-.57-.17-.88-.3-.35-1-.35m.16 1.28c-.07.5-.45.5-.81.5h-.2l.14-.93q.02-.09.11-.1h.1c.24 0 .48 0 .6.15q.1.11.06.38m3.96-.04h-.65q-.1 0-.11.1l-.03.18-.05-.07c-.14-.2-.46-.27-.77-.27a1.5 1.5 0 0 0-1.46 1.32c-.06.38.02.75.24 1q.31.35.83.34c.58 0 .9-.38.9-.38l-.03.18q0 .12.11.14h.6q.15-.01.18-.16l.36-2.25a.1.1 0 0 0-.12-.13m-.91 1.28a.73.73 0 0 1-.74.62q-.29 0-.44-.18a.6.6 0 0 1-.1-.46.73.73 0 0 1 .73-.63q.29 0 .44.18t.11.46m1.63-2.42-.56 3.58q0 .12.11.13h.56q.16 0 .2-.16l.55-3.51a.1.1 0 0 0-.12-.13h-.63q-.09 0-.11.1",
2556
+ clipRule: "evenodd"
2557
+ })
2558
+ ]
2559
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2560
+ id: "paypal",
2561
+ children: /* @__PURE__ */ o("path", {
2562
+ fill: "#fff",
2563
+ d: "M0 0h24v16H0z"
2564
+ })
2565
+ }) })]
2566
+ }), An = t((e, t) => /* @__PURE__ */ o(p, {
2567
+ ref: t,
2568
+ icon: /* @__PURE__ */ o(kn, {}),
2569
+ ...e
2570
+ }));
2571
+ An.displayName = "Paypal";
2572
+ //#endregion
2573
+ //#region src/assets/icons/Paid.tsx
2574
+ var jn = (e) => /* @__PURE__ */ s("svg", {
2575
+ xmlns: "http://www.w3.org/2000/svg",
2576
+ viewBox: "0 0 24 24",
2577
+ fill: "none",
2578
+ ...e,
2579
+ children: [
2580
+ /* @__PURE__ */ o("path", {
2581
+ fill: "#397df6",
2582
+ d: "M11.37.52a1 1 0 0 1 1.26 0l2.15 1.76a1 1 0 0 0 .69.22l2.76-.16a1 1 0 0 1 1.03.75l.7 2.68a1 1 0 0 0 .43.59l2.33 1.49a1 1 0 0 1 .4 1.2l-1.02 2.59a1 1 0 0 0 0 .72l1.01 2.58a1 1 0 0 1-.39 1.21l-2.33 1.5a1 1 0 0 0-.43.58l-.7 2.68a1 1 0 0 1-1.03.75l-2.76-.16a1 1 0 0 0-.7.22l-2.14 1.76a1 1 0 0 1-1.26 0l-2.15-1.76a1 1 0 0 0-.69-.22l-2.76.16a1 1 0 0 1-1.03-.75l-.7-2.68a1 1 0 0 0-.43-.59l-2.33-1.49a1 1 0 0 1-.4-1.2l1.02-2.59a1 1 0 0 0 0-.72L.89 9.06a1 1 0 0 1 .39-1.21l2.33-1.5a1 1 0 0 0 .43-.58l.7-2.68a1 1 0 0 1 1.03-.75l2.76.16a1 1 0 0 0 .7-.22z"
2583
+ }),
2584
+ /* @__PURE__ */ s("g", {
2585
+ fill: "#fff",
2586
+ clipPath: "url(#paid)",
2587
+ children: [/* @__PURE__ */ o("path", { d: "M15.08 8.14a.67.67 0 0 0-.94.11l-4.67 6-2.28-2.78a.67.67 0 1 0-1.04.83l2.78 3.45a.7.7 0 0 0 .52.25.7.7 0 0 0 .55-.25l5.22-6.67a.67.67 0 0 0-.14-.94m3.33 0a.67.67 0 0 0-.94.11l-4.66 6-.41-.5-.84 1.08.73.92a.67.67 0 0 0 1.04-.01l5.22-6.67a.67.67 0 0 0-.14-.93" }), /* @__PURE__ */ o("path", { d: "m9.8 12.7.87-1.07-.14-.16a.67.67 0 0 0-1.2.31.7.7 0 0 0 .15.5z" })]
2588
+ }),
2589
+ /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2590
+ id: "paid",
2591
+ children: /* @__PURE__ */ o("path", {
2592
+ fill: "#fff",
2593
+ d: "M4 4h16v16H4z"
2594
+ })
2595
+ }) })
2596
+ ]
2597
+ }), Mn = t((e, t) => /* @__PURE__ */ o(d, {
2598
+ ref: t,
2599
+ icon: /* @__PURE__ */ o(jn, {}),
2600
+ ...e
2601
+ }));
2602
+ Mn.displayName = "Paid";
2603
+ //#endregion
2604
+ //#region src/assets/icons/Google.tsx
2605
+ var Nn = (e) => /* @__PURE__ */ s("svg", {
2606
+ xmlns: "http://www.w3.org/2000/svg",
2607
+ viewBox: "0 0 24 24",
2608
+ fill: "none",
2609
+ ...e,
2610
+ children: [/* @__PURE__ */ s("g", {
2611
+ clipPath: "url(#google)",
2612
+ children: [
2613
+ /* @__PURE__ */ o("path", {
2614
+ fill: "#ea4335",
2615
+ d: "M5.27 9.76A7.08 7.08 0 0 1 16.42 6.5L19.9 3A11.97 11.97 0 0 0 1.24 6.65z"
2616
+ }),
2617
+ /* @__PURE__ */ o("path", {
2618
+ fill: "#34a853",
2619
+ d: "M16.04 18.01A7.4 7.4 0 0 1 12 19.1a7.1 7.1 0 0 1-6.72-4.82l-4.04 3.07A12 12 0 0 0 12 24c2.93 0 5.74-1.04 7.83-3z"
2620
+ }),
2621
+ /* @__PURE__ */ o("path", {
2622
+ fill: "#4a90e2",
2623
+ d: "M19.83 21c2.2-2.05 3.62-5.1 3.62-9 0-.7-.1-1.47-.27-2.18H12v4.63h6.44a5.4 5.4 0 0 1-2.4 3.56z"
2624
+ }),
2625
+ /* @__PURE__ */ o("path", {
2626
+ fill: "#fbbc05",
2627
+ d: "M5.28 14.27a7 7 0 0 1-.01-4.5L1.24 6.64A12 12 0 0 0 0 12c0 1.92.44 3.73 1.24 5.34z"
2628
+ })
2629
+ ]
2630
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2631
+ id: "google",
2632
+ children: /* @__PURE__ */ o("path", {
2633
+ fill: "#fff",
2634
+ d: "M0 0h24v24H0z"
2635
+ })
2636
+ }) })]
2637
+ }), Pn = t((e, t) => /* @__PURE__ */ o(d, {
2638
+ ref: t,
2639
+ icon: /* @__PURE__ */ o(Nn, {}),
2640
+ ...e
2641
+ }));
2642
+ Pn.displayName = "Google";
2643
+ //#endregion
2644
+ //#region src/assets/icons/Facebook.tsx
2645
+ var Fn = (e) => /* @__PURE__ */ s("svg", {
2646
+ xmlns: "http://www.w3.org/2000/svg",
2647
+ viewBox: "0 0 24 24",
2648
+ fill: "none",
2649
+ ...e,
2650
+ children: [/* @__PURE__ */ s("g", {
2651
+ clipPath: "url(#facebook)",
2652
+ children: [/* @__PURE__ */ o("path", {
2653
+ fill: "#fff",
2654
+ d: "M8 4h13v20H8z"
2655
+ }), /* @__PURE__ */ o("path", {
2656
+ fill: "#475993",
2657
+ d: "M20.77 0H3.23A3.23 3.23 0 0 0 0 3.23v17.54A3.23 3.23 0 0 0 3.23 24h8.65l.02-8.58H9.67a.53.53 0 0 1-.53-.52v-2.76c-.01-.3.23-.53.52-.53h2.22V8.94c0-3.1 1.9-4.8 4.66-4.8h2.27c.29 0 .52.24.52.53v2.34c0 .29-.23.52-.52.52h-1.4c-1.5 0-1.79.72-1.79 1.77v2.3h3.3c.32 0 .56.28.53.6l-.33 2.76a.53.53 0 0 1-.52.46h-2.96L15.62 24h5.15A3.23 3.23 0 0 0 24 20.77V3.23A3.23 3.23 0 0 0 20.77 0"
2658
+ })]
2659
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2660
+ id: "facebook",
2661
+ children: /* @__PURE__ */ o("path", {
2662
+ fill: "#fff",
2663
+ d: "M0 0h24v24H0z"
2664
+ })
2665
+ }) })]
2666
+ }), In = t((e, t) => /* @__PURE__ */ o(d, {
2667
+ ref: t,
2668
+ icon: /* @__PURE__ */ o(Fn, {}),
2669
+ ...e
2670
+ }));
2671
+ In.displayName = "Facebook";
2672
+ //#endregion
2673
+ //#region src/assets/icons/Brave.tsx
2674
+ var Ln = (e) => {
2675
+ let { fill: t } = e;
2676
+ return /* @__PURE__ */ o("svg", {
2677
+ xmlns: "http://www.w3.org/2000/svg",
2678
+ viewBox: "0 0 36 36",
2679
+ fill: "none",
2680
+ ...e,
2681
+ children: /* @__PURE__ */ o("path", {
2682
+ fill: t,
2683
+ d: "m23.52 0 3.14 3.57s2.76-.77 4.07.54c1.3 1.3 2.37 2.45 2.37 2.45l-.84 2.08 1.07 3.07s-3.15 11.97-3.52 13.43c-.73 2.88-1.23 3.99-3.3 5.45a280 280 0 0 1-6.44 4.37C19.46 35.35 18.7 36 18 36s-1.45-.65-2.07-1.04A279 279 0 0 1 9.5 30.6c-2.07-1.46-2.57-2.57-3.3-5.45-.36-1.46-3.52-13.43-3.52-13.43l1.07-3.07-.84-2.08s1.07-1.15 2.38-2.45 4.06-.54 4.06-.54L12.48 0zM18 22.4c-.2 0-1.56.48-2.64 1.04s-1.86.95-2.1 1.11c-.26.16-.1.45.12.62.23.16 3.3 2.53 3.6 2.8.29.26.72.7 1.02.7.3-.01.74-.44 1.03-.7.3-.27 3.36-2.64 3.6-2.8.22-.17.37-.46.12-.62s-1.03-.55-2.11-1.11A12 12 0 0 0 18 22.4M18 5.5s-.61 0-1.53.3c-.92.31-1.92.7-2.38.7s-3.87-.66-3.87-.66-4.04 4.9-4.04 5.94c0 1.05.5 1.33 1.02 1.87l3.03 3.22c.29.3.88.77.53 1.6s-.87 1.89-.3 2.97c.58 1.07 1.57 1.79 2.2 1.67s2.12-.9 2.67-1.25c.54-.36 2.28-1.79 2.28-2.33 0-.55-1.8-1.53-2.12-1.76s-1.84-1.08-1.87-1.42-.02-.44.42-1.28c.45-.84 1.25-1.95 1.11-2.7-.13-.74-1.42-1.13-2.34-1.48-.93-.34-2.7-1-2.92-1.1-.23-.1-.17-.2.5-.27.68-.06 2.58-.32 3.44-.08s2.33.6 2.45.8.22.2.1.87-.75 3.87-.81 4.44-.18.95.43 1.09c.62.14 1.65.38 2 .38s1.39-.24 2-.38.5-.52.43-1.09c-.06-.57-.69-3.77-.8-4.44-.13-.67-.03-.67.1-.87.11-.2 1.58-.56 2.44-.8s2.77.02 3.44.08.73.16.5.26-2 .77-2.91 1.11c-.93.35-2.22.74-2.35 1.48-.14.75.67 1.86 1.11 2.7s.46.94.43 1.28-1.54 1.2-1.87 1.42c-.33.23-2.12 1.2-2.12 1.76 0 .54 1.73 1.97 2.27 2.33.55.35 2.04 1.13 2.67 1.25s1.62-.6 2.2-1.67c.57-1.08.05-2.14-.3-2.97s.25-1.3.53-1.6l3.03-3.22c.52-.54 1.02-.82 1.02-1.87 0-1.04-4.04-5.94-4.04-5.94s-3.4.66-3.87.66c-.46 0-1.46-.39-2.38-.7S18 5.5 18 5.5"
2684
+ })
2685
+ });
2686
+ }, Rn = t((e, t) => /* @__PURE__ */ o(f, {
2687
+ ref: t,
2688
+ icon: /* @__PURE__ */ o(Ln, {}),
2689
+ ...e
2690
+ }));
2691
+ Rn.displayName = "Brave";
2692
+ //#endregion
2693
+ //#region src/assets/icons/Explorer.tsx
2694
+ var zn = (e) => {
2695
+ let { fill: t } = e;
2696
+ return /* @__PURE__ */ o("svg", {
2697
+ xmlns: "http://www.w3.org/2000/svg",
2698
+ viewBox: "0 0 36 36",
2699
+ fill: "none",
2700
+ ...e,
2701
+ children: /* @__PURE__ */ o("path", {
2702
+ fill: t,
2703
+ d: "M34.05 8.07C37.37-.56 30.9.04 30.9.04c-4.14 0-9.32 3.78-9.32 3.78S15.41 2.15 9.24 5.89c-6.73 4.29-6.51 11.9-6.51 11.9 5.47-7.82 13.1-11 13.1-11v.51C4.57 15 1.9 26.23 1.24 28.53s-.22 7.43 4.51 7.43c4.74 0 9.54-3.8 9.54-3.8s1.04.21 3.85.21C31 32.37 33.8 21.94 33.8 21.94H23.3s-.75 3.4-4.52 3.4c-5.18 0-4.88-5.4-4.88-5.4h20.05c.96-13.9-11.17-15.9-11.17-15.9S27.06 1 30.77 1c5.86 0 3.09 6.87 3.09 6.87zM14.72 32s-7.23 4.38-10.47 1.34C2.5 30.31 5.33 26 5.33 26s2.4 4.43 9.39 6m8.68-16.8h-9.54s-.12-4.64 4.9-4.64c4.83 0 4.64 4.64 4.64 4.64"
2704
+ })
2705
+ });
2706
+ }, Bn = t((e, t) => /* @__PURE__ */ o(f, {
2707
+ ref: t,
2708
+ icon: /* @__PURE__ */ o(zn, {}),
2709
+ ...e
2710
+ }));
2711
+ Bn.displayName = "Explorer";
2712
+ //#endregion
2713
+ //#region src/assets/icons/Firefox.tsx
2714
+ var Vn = (e) => {
2715
+ let { fill: t } = e;
2716
+ return /* @__PURE__ */ s("svg", {
2717
+ xmlns: "http://www.w3.org/2000/svg",
2718
+ viewBox: "0 0 36 36",
2719
+ fill: "none",
2720
+ ...e,
2721
+ children: [/* @__PURE__ */ o("g", {
2722
+ clipPath: "url(#firefox)",
2723
+ children: /* @__PURE__ */ o("path", {
2724
+ fill: t,
2725
+ d: "M17.96 35.28h-.26c-3.65 0-7.04-1.12-9.83-3.03l.06.03a18.3 18.3 0 0 1-6.51-7.8l-.05-.12A17 17 0 0 1 .04 18.4v-.04a25.03 25.03 0 0 1 .55-6.78l-.04.17A25 25 0 0 1 2.83 5.4l-.07.14A17 17 0 0 1 6.32.73V.72L6.11 6.3q.22-.28 1.35-.31t1.39.3A6.7 6.7 0 0 1 12 3.59l.04-.02C13.4 2.87 15 2.44 16.7 2.4h.02q-1.38 1.28-2.35 2.9l-.03.06a5.5 5.5 0 0 0-1.16 3.24q.54.18 1.2.27h.04a20 20 0 0 0 2.6.24q.85.03 1.01.06.3.09.19.9-.13.86-.61 1.5-.15.2-.33.37-.5.4-1.09.69l-.03.01q-.89.48-1.97.67l-.04.01.3 3.77-2.76-1.34a2.4 2.4 0 0 0-.15 1.64v-.01q.21.77.72 1.32.52.57 1.28.82h.02a3 3 0 0 0 1.63.13h-.02a6 6 0 0 0 1.98-.7l-.03.01q.94-.5 1.66-.9.6-.33 1.34-.34h.16c.67 0 1.28.25 1.75.66a1.3 1.3 0 0 1 .38 1.3l-.04.1q-.08.15-.18.25-.15.19-.35.3a2 2 0 0 1-.62.22 3 3 0 0 1-.95.02h.02a7 7 0 0 1-2.84 2.67l-.04.02a8 8 0 0 1-4.2.58h.03c.9.77 1.99 1.34 3.18 1.64l.05.01a8 8 0 0 0 3.4.1l-.04.02q1.72-.36 3.14-1.07l-.07.03q1.46-.71 2.55-1.75a8 8 0 0 0 1.58-2.02l.02-.05a8 8 0 0 0 .78-3.84v.01a12 12 0 0 0-.78-3.83l.03.08a6 6 0 0 0-1.56-2.47q1.54.64 2.74 1.6l-.02-.02a5.3 5.3 0 0 1 1.52 2.2l.01.04q.03-.46.03-1c0-4.6-2.06-8.71-5.32-11.46l-.02-.02c3.37.9 6.2 2.88 8.17 5.52l.02.04a17.3 17.3 0 0 1 3 10.32v-.02l.01.17q-.02 2.64-.84 5l.03-.1q-.9 2.68-2.49 4.78l.03-.05a21 21 0 0 1-3.72 3.87l-.04.03a17.2 17.2 0 0 1-10.66 3.69"
2726
+ })
2727
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2728
+ id: "firefox",
2729
+ children: /* @__PURE__ */ o("path", {
2730
+ fill: "var(--color-light-100)",
2731
+ d: "M0 0h36v36H0z"
2732
+ })
2733
+ }) })]
2734
+ });
2735
+ }, Hn = t((e, t) => /* @__PURE__ */ o(f, {
2736
+ ref: t,
2737
+ icon: /* @__PURE__ */ o(Vn, {}),
2738
+ ...e
2739
+ }));
2740
+ Hn.displayName = "Firefox";
2741
+ //#endregion
2742
+ //#region src/assets/icons/MicrosoftEdge.tsx
2743
+ var Un = (e) => {
2744
+ let { fill: t } = e;
2745
+ return /* @__PURE__ */ s("svg", {
2746
+ xmlns: "http://www.w3.org/2000/svg",
2747
+ viewBox: "0 0 36 36",
2748
+ fill: "none",
2749
+ ...e,
2750
+ children: [/* @__PURE__ */ s("g", {
2751
+ clipPath: "url(#microsoft-edge-a)",
2752
+ children: [
2753
+ /* @__PURE__ */ o("path", {
2754
+ fill: t,
2755
+ d: "M32.48 26.79q-.71.38-1.47.66-2.44.9-5.05.91c-6.65 0-12.45-4.57-12.45-10.44.02-1.6.9-3.08 2.31-3.84-6.02.25-7.57 6.52-7.57 10.2 0 10.38 9.58 11.44 11.65 11.44 1.1 0 2.78-.32 3.8-.65l.18-.05a18 18 0 0 0 9.36-7.43.56.56 0 0 0-.16-.77.6.6 0 0 0-.6-.03"
2756
+ }),
2757
+ /* @__PURE__ */ o("path", {
2758
+ fill: t,
2759
+ d: "M32.48 26.79q-.71.38-1.47.66-2.44.9-5.05.91c-6.65 0-12.45-4.57-12.45-10.44.02-1.6.9-3.08 2.31-3.84-6.02.25-7.57 6.52-7.57 10.2 0 10.38 9.58 11.44 11.65 11.44 1.1 0 2.78-.32 3.8-.65l.18-.05a18 18 0 0 0 9.36-7.43.56.56 0 0 0-.16-.77.6.6 0 0 0-.6-.03",
2760
+ opacity: .35
2761
+ }),
2762
+ /* @__PURE__ */ o("path", {
2763
+ fill: t,
2764
+ d: "M14.86 33.95a11 11 0 0 1-3.19-3 11.35 11.35 0 0 1 4.15-16.87c.44-.21 1.18-.58 2.18-.57a4.6 4.6 0 0 1 4.51 4.46c0-.03 3.45-11.2-11.25-11.2-6.17 0-11.25 5.87-11.25 11a18.01 18.01 0 0 0 23.7 17.31c-2.97.93-6.2.53-8.85-1.13"
2765
+ }),
2766
+ /* @__PURE__ */ o("g", {
2767
+ filter: "url(#microsoft-edge-b)",
2768
+ opacity: .41,
2769
+ children: /* @__PURE__ */ o("path", {
2770
+ fill: t,
2771
+ d: "M14.86 33.95a11 11 0 0 1-3.19-3 11.35 11.35 0 0 1 4.15-16.87c.44-.21 1.18-.58 2.18-.57a4.6 4.6 0 0 1 4.51 4.46c0-.03 3.45-11.2-11.25-11.2-6.17 0-11.25 5.87-11.25 11a18.01 18.01 0 0 0 23.7 17.31c-2.97.93-6.2.53-8.85-1.13"
2772
+ })
2773
+ }),
2774
+ /* @__PURE__ */ o("path", {
2775
+ fill: t,
2776
+ d: "M21.42 20.94c-.12.14-.47.35-.47.8q.01.56.66 1.01c2.03 1.4 5.84 1.23 5.85 1.23a8.62 8.62 0 0 0 8.54-8.6c.04-3.16-1.12-5.25-1.59-6.18C31.43 3.36 25 0 18 0A18 18 0 0 0 0 17.75c.07-5.14 5.18-9.28 11.25-9.28.5 0 3.3.04 5.9 1.42 2.3 1.2 3.5 2.65 4.34 4.1a9 9 0 0 1 1.02 4.15c0 .75-.38 1.87-1.1 2.8"
2777
+ }),
2778
+ /* @__PURE__ */ o("g", {
2779
+ filter: "url(#microsoft-edge-c)",
2780
+ children: /* @__PURE__ */ o("path", {
2781
+ fill: t,
2782
+ d: "M21.42 20.94c-.12.14-.47.35-.47.8q.01.56.66 1.01c2.03 1.4 5.84 1.23 5.85 1.23a8.62 8.62 0 0 0 8.54-8.6c.04-3.16-1.12-5.25-1.59-6.18C31.43 3.36 25 0 18 0A18 18 0 0 0 0 17.75c.07-5.14 5.18-9.28 11.25-9.28.5 0 3.3.04 5.9 1.42 2.3 1.2 3.5 2.65 4.34 4.1a9 9 0 0 1 1.02 4.15c0 .75-.38 1.87-1.1 2.8"
2783
+ })
2784
+ })
2785
+ ]
2786
+ }), /* @__PURE__ */ s("defs", { children: [
2787
+ /* @__PURE__ */ s("filter", {
2788
+ id: "microsoft-edge-b",
2789
+ width: 31.7,
2790
+ height: 37.23,
2791
+ x: -3.99,
2792
+ y: 6.78,
2793
+ colorInterpolationFilters: "sRGB",
2794
+ filterUnits: "userSpaceOnUse",
2795
+ children: [
2796
+ /* @__PURE__ */ o("feFlood", {
2797
+ floodOpacity: 0,
2798
+ result: "BackgroundImageFix"
2799
+ }),
2800
+ /* @__PURE__ */ o("feColorMatrix", {
2801
+ in: "SourceAlpha",
2802
+ result: "hardAlpha",
2803
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
2804
+ }),
2805
+ /* @__PURE__ */ o("feOffset", { dy: 4 }),
2806
+ /* @__PURE__ */ o("feGaussianBlur", { stdDeviation: 2 }),
2807
+ /* @__PURE__ */ o("feComposite", {
2808
+ in2: "hardAlpha",
2809
+ operator: "out"
2810
+ }),
2811
+ /* @__PURE__ */ o("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
2812
+ /* @__PURE__ */ o("feBlend", {
2813
+ in2: "BackgroundImageFix",
2814
+ result: "effect1_dropShadow_122149_8868"
2815
+ }),
2816
+ /* @__PURE__ */ o("feBlend", {
2817
+ in: "SourceGraphic",
2818
+ in2: "effect1_dropShadow_122149_8868",
2819
+ result: "shape"
2820
+ })
2821
+ ]
2822
+ }),
2823
+ /* @__PURE__ */ s("filter", {
2824
+ id: "microsoft-edge-c",
2825
+ width: 44,
2826
+ height: 31.98,
2827
+ x: -4,
2828
+ y: 0,
2829
+ colorInterpolationFilters: "sRGB",
2830
+ filterUnits: "userSpaceOnUse",
2831
+ children: [
2832
+ /* @__PURE__ */ o("feFlood", {
2833
+ floodOpacity: 0,
2834
+ result: "BackgroundImageFix"
2835
+ }),
2836
+ /* @__PURE__ */ o("feColorMatrix", {
2837
+ in: "SourceAlpha",
2838
+ result: "hardAlpha",
2839
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
2840
+ }),
2841
+ /* @__PURE__ */ o("feOffset", { dy: 4 }),
2842
+ /* @__PURE__ */ o("feGaussianBlur", { stdDeviation: 2 }),
2843
+ /* @__PURE__ */ o("feComposite", {
2844
+ in2: "hardAlpha",
2845
+ operator: "out"
2846
+ }),
2847
+ /* @__PURE__ */ o("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
2848
+ /* @__PURE__ */ o("feBlend", {
2849
+ in2: "BackgroundImageFix",
2850
+ result: "effect1_dropShadow_122149_8868"
2851
+ }),
2852
+ /* @__PURE__ */ o("feBlend", {
2853
+ in: "SourceGraphic",
2854
+ in2: "effect1_dropShadow_122149_8868",
2855
+ result: "shape"
2856
+ })
2857
+ ]
2858
+ }),
2859
+ /* @__PURE__ */ o("clipPath", {
2860
+ id: "microsoft-edge-a",
2861
+ children: /* @__PURE__ */ o("path", {
2862
+ fill: "var(--color-light-100)",
2863
+ d: "M0 0h36v36H0z"
2864
+ })
2865
+ })
2866
+ ] })]
2867
+ });
2868
+ }, Wn = t((e, t) => /* @__PURE__ */ o(f, {
2869
+ ref: t,
2870
+ icon: /* @__PURE__ */ o(Un, {}),
2871
+ ...e
2872
+ }));
2873
+ Wn.displayName = "MicrosoftEdge";
2874
+ //#endregion
2875
+ //#region src/assets/icons/Opera.tsx
2876
+ var Gn = (e) => {
2877
+ let { fill: t } = e;
2878
+ return /* @__PURE__ */ s("svg", {
2879
+ xmlns: "http://www.w3.org/2000/svg",
2880
+ viewBox: "0 0 36 36",
2881
+ fill: "none",
2882
+ ...e,
2883
+ children: [/* @__PURE__ */ o("g", {
2884
+ clipPath: "url(#opera-icon)",
2885
+ children: /* @__PURE__ */ o("path", {
2886
+ fill: t,
2887
+ d: "M30 4.58a12.71 12.71 0 0 0-7.18-2.21h-.07c-2.14 0-4.16.54-5.92 1.5l.06-.03a15.5 15.5 0 0 0-4.8 3.99l-.02.03q-1.52 1.9-2.37 4.27l-.03.1a17 17 0 0 0-.97 5.33v.86q.08 2.9 1.01 5.46l-.04-.12q.89 2.5 2.42 4.41l-.02-.03q1.98 2.5 4.74 3.98l.08.04a12.2 12.2 0 0 0 5.85 1.47h.08c2.68 0 5.16-.83 7.21-2.24l-.04.03a18 18 0 0 1-5.39 3.34l-.12.04c-1.9.76-4.1 1.2-6.4 1.2H18q-.57 0-.86-.02c-2.45-.1-4.73-.7-6.8-1.69l.11.05a17.8 17.8 0 0 1-9.06-9.4l-.04-.13a17.83 17.83 0 0 1 .12-13.92l-.04.12a17.8 17.8 0 0 1 9.47-9.54l.11-.04C13.05.53 15.44 0 17.94 0h.11c4.6.02 8.78 1.75 11.95 4.6l-.02-.02zM36 18v.1c0 2.6-.57 5.07-1.6 7.3l.05-.12a18 18 0 0 1-4.26 5.95l-.02.01a8.62 8.62 0 0 1-9.6-.44l.02.02a9.8 9.8 0 0 0 5.07-4.63l.02-.05a16 16 0 0 0 2-8.16V18v-.3c0-2.86-.73-5.56-2.03-7.9l.04.09a10 10 0 0 0-5.01-4.68l-.07-.02a8.57 8.57 0 0 1 9.68-.34l-.04-.03c1.77 1.64 3.2 3.6 4.19 5.82l.04.1c.96 2.12 1.52 4.58 1.52 7.17z"
2888
+ })
2889
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2890
+ id: "opera-icon",
2891
+ children: /* @__PURE__ */ o("path", {
2892
+ fill: "var(--color-light-100)",
2893
+ d: "M0 0h36v36H0z"
2894
+ })
2895
+ }) })]
2896
+ });
2897
+ }, Kn = t((e, t) => /* @__PURE__ */ o(f, {
2898
+ ref: t,
2899
+ icon: /* @__PURE__ */ o(Gn, {}),
2900
+ ...e
2901
+ }));
2902
+ Kn.displayName = "Opera";
2903
+ //#endregion
2904
+ //#region src/assets/icons/Safari.tsx
2905
+ var qn = (e) => {
2906
+ let { fill: t } = e;
2907
+ return /* @__PURE__ */ s("svg", {
2908
+ xmlns: "http://www.w3.org/2000/svg",
2909
+ viewBox: "0 0 36 36",
2910
+ fill: "none",
2911
+ ...e,
2912
+ children: [/* @__PURE__ */ s("g", {
2913
+ fill: t,
2914
+ clipPath: "url(#safari)",
2915
+ children: [/* @__PURE__ */ o("path", { d: "M30.72 5.28a17.95 17.95 0 0 0-25.44 0 17.95 17.95 0 0 0 0 25.44 17.95 17.95 0 0 0 25.44 0 17.95 17.95 0 0 0 0-25.44m-1.74 23.7a15.5 15.5 0 0 1-21.96 0 15.5 15.5 0 0 1 0-21.96 15.5 15.5 0 0 1 21.96 0 15.5 15.5 0 0 1 0 21.96" }), /* @__PURE__ */ o("path", { d: "M18 4.32a13.68 13.68 0 1 0 0 27.36 13.68 13.68 0 0 0 0-27.36M29.89 16.5l-2.87.5-.2-1.17 2.86-.5zm-1.83-5 .6 1.02L26.14 14l-.6-1.03zm-6.53-4.96 1.12.41-1 2.73-1.11-.4zm-4.13-.52h1.2v2.91h-1.2zm-2.93.52 1 2.74-1.13.4-1-2.73zm-3.7 1.9 1.86 2.23-.9.76-1.88-2.22zM7.93 11.5l2.51 1.46-.6 1.03-2.51-1.46zm-1.62 3.84 2.86.5-.2 1.17-2.87-.5zm-.2 4.15 2.86-.5.2 1.17-2.86.5zm1.81 5-.59-1.02L9.86 22l.6 1.03zm6.54 4.96-1.12-.41 1-2.73 1.11.4zm4.12.52H17.4v-2.91h1.2zm-8.55-2.68 6.75-10.34 9.25-8.18L19.3 19.1zm11.5 2.16-1-2.74 1.12-.4 1 2.73zm3.7-1.9-1.87-2.23.9-.76 1.88 2.22zm2.82-3.05-2.51-1.46.6-1.03 2.5 1.46zm1.62-3.84-2.86-.5.2-1.17 2.87.5z" })]
2916
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
2917
+ id: "safari",
2918
+ children: /* @__PURE__ */ o("path", {
2919
+ fill: "var(--color-light-100)",
2920
+ d: "M0 0h36v36H0z"
2921
+ })
2922
+ }) })]
2923
+ });
2924
+ }, Jn = t((e, t) => /* @__PURE__ */ o(f, {
2925
+ ref: t,
2926
+ icon: /* @__PURE__ */ o(qn, {}),
2927
+ ...e
2928
+ }));
2929
+ Jn.displayName = "Safari";
2930
+ //#endregion
2931
+ //#region src/assets/icons/UcBrowser.tsx
2932
+ var Yn = (e) => {
2933
+ let { fill: t } = e;
2934
+ return /* @__PURE__ */ s("svg", {
2935
+ xmlns: "http://www.w3.org/2000/svg",
2936
+ viewBox: "0 0 36 36",
2937
+ fill: "none",
2938
+ ...e,
2939
+ children: [
2940
+ /* @__PURE__ */ o("path", {
2941
+ fill: t,
2942
+ stroke: t,
2943
+ strokeLinecap: "round",
2944
+ strokeLinejoin: "round",
2945
+ d: "M15.5 32c3.59 0 6.5-2.46 6.5-5.5S19.09 21 15.5 21 9 23.46 9 26.5s2.91 5.5 6.5 5.5"
2946
+ }),
2947
+ /* @__PURE__ */ o("path", {
2948
+ fill: t,
2949
+ d: "M22.04 28.94s4.49-.83 4.49 2.93H12.39a8.4 8.4 0 0 1-6.2-14.04C8.8 14.95 10 13.93 10 11.55s-2.96-3.85-6-2c2.6-4.54 4.68-5.43 8.92-5.43s6.23 3.54 6.23 6.63c0 6.14-9.9 6.67-9.9 15.69"
2950
+ }),
2951
+ /* @__PURE__ */ o("path", {
2952
+ stroke: t,
2953
+ strokeLinecap: "round",
2954
+ strokeLinejoin: "round",
2955
+ d: "M22.04 28.94s4.49-.83 4.49 2.93H12.39a8.4 8.4 0 0 1-6.2-14.04C8.8 14.95 10 13.93 10 11.55s-2.96-3.85-6-2c2.6-4.54 4.68-5.43 8.92-5.43s6.23 3.54 6.23 6.63c0 6.14-9.9 6.67-9.9 15.69"
2956
+ }),
2957
+ /* @__PURE__ */ o("path", {
2958
+ fill: t,
2959
+ d: "M22.04 28.94a6.85 6.85 0 0 0-11.68-7.14"
2960
+ }),
2961
+ /* @__PURE__ */ o("path", {
2962
+ stroke: t,
2963
+ strokeLinecap: "round",
2964
+ strokeLinejoin: "round",
2965
+ d: "M22.04 28.94a6.85 6.85 0 0 0-11.68-7.14"
2966
+ }),
2967
+ /* @__PURE__ */ o("path", {
2968
+ fill: t,
2969
+ stroke: t,
2970
+ strokeLinecap: "round",
2971
+ strokeLinejoin: "round",
2972
+ d: "M13.6 19.14c3.96-2.78 9.44-1.67 12.93 1.64 4.02-.7 5.47 1.77 5.47 1.77-1.7-.14-3.77.49-5.14 1-.88.34-1.87.1-2.5-.59-2.7-2.97-6.85-5.69-10.75-3.82"
2973
+ }),
2974
+ /* @__PURE__ */ o("path", {
2975
+ fill: t,
2976
+ d: "M17.24 17.68s2.09-2.15 6.72-4.63c-.17-2.25-.06-3.1 1.06-3.8 2 .5 2.39 2.87 2.39 2.87 3.67 1.24 5.12 6.23 3.76 6.94-1.37.7-5.81.19-8.52-.74"
2977
+ }),
2978
+ /* @__PURE__ */ o("path", {
2979
+ stroke: t,
2980
+ strokeLinecap: "round",
2981
+ strokeLinejoin: "round",
2982
+ d: "M17.24 17.68s2.09-2.15 6.72-4.63c-.17-2.25-.06-3.1 1.06-3.8 2 .5 2.39 2.87 2.39 2.87 3.67 1.24 5.12 6.23 3.76 6.94-1.37.7-5.81.19-8.52-.74"
2983
+ }),
2984
+ /* @__PURE__ */ o("path", {
2985
+ fill: t,
2986
+ stroke: t,
2987
+ strokeLinecap: "round",
2988
+ strokeLinejoin: "round",
2989
+ d: "M14.69 28.4a1.97 1.97 0 1 0 0-3.93 1.97 1.97 0 0 0 0 3.94"
2990
+ })
2991
+ ]
2992
+ });
2993
+ }, Xn = t((e, t) => /* @__PURE__ */ o(f, {
2994
+ ref: t,
2995
+ icon: /* @__PURE__ */ o(Yn, {}),
2996
+ ...e
2997
+ }));
2998
+ Xn.displayName = "UcBrowser";
2999
+ //#endregion
3000
+ //#region src/assets/icons/Yandex.tsx
3001
+ var Zn = (e) => /* @__PURE__ */ s("svg", {
3002
+ xmlns: "http://www.w3.org/2000/svg",
3003
+ viewBox: "0 0 36 36",
3004
+ fill: "none",
3005
+ ...e,
3006
+ children: [/* @__PURE__ */ s("g", {
3007
+ clipPath: "url(#yandex-icon)",
3008
+ children: [/* @__PURE__ */ o("path", {
3009
+ stroke: "#f8604a",
3010
+ strokeWidth: 2,
3011
+ d: "M18 35c9.389 0 17-7.611 17-17S27.389 1 18 1 1 8.611 1 18s7.611 17 17 17Z"
3012
+ }), /* @__PURE__ */ o("path", {
3013
+ fill: "#f8604a",
3014
+ d: "m9.637 7.131-3.181 3.181 9.3 9.301V30.67h4.5V19.6l9.289-9.288-3.182-3.182L18 15.494 9.637 7.131Z"
3015
+ })]
3016
+ }), /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", {
3017
+ id: "yandex-icon",
3018
+ children: /* @__PURE__ */ o("path", {
3019
+ fill: "var(--color-light-100)",
3020
+ d: "M0 0h36v36H0z"
3021
+ })
3022
+ }) })]
3023
+ }), Qn = t((e, t) => /* @__PURE__ */ o(f, {
3024
+ ref: t,
3025
+ icon: /* @__PURE__ */ o(Zn, {}),
3026
+ ...e
3027
+ }));
3028
+ Qn.displayName = "Yandex";
3029
+ var Z = {
6
3030
  typography: "_typography_1hhu5_1",
7
3031
  "align-left": "_align-left_1hhu5_5",
8
3032
  "align-center": "_align-center_1hhu5_9",
@@ -10,7 +3034,7 @@ var c = {
10
3034
  "align-justify": "_align-justify_1hhu5_17",
11
3035
  noWrap: "_noWrap_1hhu5_21",
12
3036
  gutterBottom: "_gutterBottom_1hhu5_27"
13
- }, l = {
3037
+ }, $n = {
14
3038
  large: "h1",
15
3039
  h1: "h1",
16
3040
  h2: "h2",
@@ -28,28 +3052,28 @@ var c = {
28
3052
  "caution-error": "div",
29
3053
  signature: "span",
30
3054
  "signature-legal": "span"
31
- }, u = (t) => {
32
- let { ref: r, children: i, variant: a = "body1", color: o, className: s, style: u, noWrap: d, mb: f, ml: p, mr: m, mt: h, mx: g, my: _, gutterBottom: v, align: y, href: b, target: x, rel: S, ...C } = t, w = l[a] || "div", T = e(c.typography, `typography-${a}`, y && c[`align-${y}`], d && c.noWrap, v && c.gutterBottom, s), E = a === "link" || a === "subtitle-link" || w === "a" ? {
33
- href: b,
34
- target: x,
35
- rel: S
3055
+ }, er = (e) => {
3056
+ let { ref: t, children: n, variant: r = "body1", color: i, className: a, style: s, noWrap: l, mb: u, ml: d, mr: f, mt: p, mx: m, my: h, gutterBottom: ee, align: g, href: te, target: _, rel: ne, ...v } = e, y = $n[r] || "div", b = c(Z.typography, `typography-${r}`, g && Z[`align-${g}`], l && Z.noWrap, ee && Z.gutterBottom, a), re = r === "link" || r === "subtitle-link" || y === "a" ? {
3057
+ href: te,
3058
+ target: _,
3059
+ rel: ne
36
3060
  } : {};
37
- return /* @__PURE__ */ n(w, {
38
- ref: r,
39
- className: T,
3061
+ return /* @__PURE__ */ o(y, {
3062
+ ref: t,
3063
+ className: b,
40
3064
  style: {
41
- marginLeft: g ?? p ?? 0,
42
- marginRight: g ?? m ?? 0,
43
- marginTop: _ ?? h ?? 0,
44
- marginBottom: _ ?? f ?? 0,
45
- color: o ?? "inherit",
46
- ...u
3065
+ marginLeft: m ?? d ?? 0,
3066
+ marginRight: m ?? f ?? 0,
3067
+ marginTop: h ?? p ?? 0,
3068
+ marginBottom: h ?? u ?? 0,
3069
+ color: i ?? "inherit",
3070
+ ...s
47
3071
  },
48
- ...E,
49
- ...C,
50
- children: i
3072
+ ...re,
3073
+ ...v,
3074
+ children: n
51
3075
  });
52
- }, d = {
3076
+ }, Q = {
53
3077
  "typography-large": "_typography-large_q4wf2_82",
54
3078
  "typography-h1": "_typography-h1_q4wf2_90",
55
3079
  "typography-h2": "_typography-h2_q4wf2_98",
@@ -99,132 +3123,132 @@ var c = {
99
3123
  typographyExample: "_typographyExample_q4wf2_604",
100
3124
  transitionBox: "_transitionBox_q4wf2_612",
101
3125
  prefixBox: "_prefixBox_q4wf2_622"
102
- }, f = () => {
103
- let [e, t] = o(!1);
104
- return /* @__PURE__ */ r("div", {
105
- className: d.testContainer,
3126
+ }, tr = () => {
3127
+ let [e, t] = i(!1);
3128
+ return /* @__PURE__ */ s("div", {
3129
+ className: Q.testContainer,
106
3130
  children: [
107
- /* @__PURE__ */ n("header", {
108
- className: d.header,
109
- children: /* @__PURE__ */ r("div", {
110
- className: d.container,
111
- children: [/* @__PURE__ */ n("h1", { children: "Testing All Mixins" }), /* @__PURE__ */ n("p", { children: "Resize your browser to see responsive behavior" })]
3131
+ /* @__PURE__ */ o("header", {
3132
+ className: Q.header,
3133
+ children: /* @__PURE__ */ s("div", {
3134
+ className: Q.container,
3135
+ children: [/* @__PURE__ */ o("h1", { children: "Testing All Mixins" }), /* @__PURE__ */ o("p", { children: "Resize your browser to see responsive behavior" })]
112
3136
  })
113
3137
  }),
114
- /* @__PURE__ */ n("main", {
115
- className: d.main,
116
- children: /* @__PURE__ */ r("div", {
117
- className: d.content,
3138
+ /* @__PURE__ */ o("main", {
3139
+ className: Q.main,
3140
+ children: /* @__PURE__ */ s("div", {
3141
+ className: Q.content,
118
3142
  children: [
119
- /* @__PURE__ */ r("section", {
120
- className: d.testSection,
121
- children: [/* @__PURE__ */ n("h2", { children: "Responsive Breakpoints" }), /* @__PURE__ */ r("div", {
122
- className: d.breakpointIndicators,
3143
+ /* @__PURE__ */ s("section", {
3144
+ className: Q.testSection,
3145
+ children: [/* @__PURE__ */ o("h2", { children: "Responsive Breakpoints" }), /* @__PURE__ */ s("div", {
3146
+ className: Q.breakpointIndicators,
123
3147
  children: [
124
- /* @__PURE__ */ n("div", {
125
- className: d.desktopIndicator,
3148
+ /* @__PURE__ */ o("div", {
3149
+ className: Q.desktopIndicator,
126
3150
  children: "Desktop (≥1280px)"
127
3151
  }),
128
- /* @__PURE__ */ n("div", {
129
- className: d.tabletIndicator,
3152
+ /* @__PURE__ */ o("div", {
3153
+ className: Q.tabletIndicator,
130
3154
  children: "Tablet (768-1279px)"
131
3155
  }),
132
- /* @__PURE__ */ n("div", {
133
- className: d.mobileIndicator,
3156
+ /* @__PURE__ */ o("div", {
3157
+ className: Q.mobileIndicator,
134
3158
  children: "Mobile (≤360px)"
135
3159
  })
136
3160
  ]
137
3161
  })]
138
3162
  }),
139
- /* @__PURE__ */ r("section", {
140
- className: d.testSection,
3163
+ /* @__PURE__ */ s("section", {
3164
+ className: Q.testSection,
141
3165
  children: [
142
- /* @__PURE__ */ n("h2", { children: "Modal Widths" }),
143
- /* @__PURE__ */ r("div", {
144
- className: d.modalSizes,
3166
+ /* @__PURE__ */ o("h2", { children: "Modal Widths" }),
3167
+ /* @__PURE__ */ s("div", {
3168
+ className: Q.modalSizes,
145
3169
  children: [
146
- /* @__PURE__ */ n("div", {
147
- className: d.modalXs,
3170
+ /* @__PURE__ */ o("div", {
3171
+ className: Q.modalXs,
148
3172
  children: "XS (366px)"
149
3173
  }),
150
- /* @__PURE__ */ n("div", {
151
- className: d.modalS,
3174
+ /* @__PURE__ */ o("div", {
3175
+ className: Q.modalS,
152
3176
  children: "S (378px)"
153
3177
  }),
154
- /* @__PURE__ */ n("div", {
155
- className: d.modalM,
3178
+ /* @__PURE__ */ o("div", {
3179
+ className: Q.modalM,
156
3180
  children: "M (492px)"
157
3181
  }),
158
- /* @__PURE__ */ n("div", {
159
- className: d.modalL,
3182
+ /* @__PURE__ */ o("div", {
3183
+ className: Q.modalL,
160
3184
  children: "L (644px)"
161
3185
  }),
162
- /* @__PURE__ */ n("div", {
163
- className: d.modalXl,
3186
+ /* @__PURE__ */ o("div", {
3187
+ className: Q.modalXl,
164
3188
  children: "XL (972px)"
165
3189
  })
166
3190
  ]
167
3191
  }),
168
- /* @__PURE__ */ n("button", {
3192
+ /* @__PURE__ */ o("button", {
169
3193
  type: "button",
170
- className: d.openModalBtn,
3194
+ className: Q.openModalBtn,
171
3195
  onClick: () => t(!0),
172
3196
  children: "Open Modal"
173
3197
  })
174
3198
  ]
175
3199
  }),
176
- /* @__PURE__ */ r("section", {
177
- className: d.testSection,
178
- children: [/* @__PURE__ */ n("h2", { children: "Hover & Touch Testing" }), /* @__PURE__ */ r("div", {
179
- className: d.hoverTest,
180
- children: [/* @__PURE__ */ n("button", {
3200
+ /* @__PURE__ */ s("section", {
3201
+ className: Q.testSection,
3202
+ children: [/* @__PURE__ */ o("h2", { children: "Hover & Touch Testing" }), /* @__PURE__ */ s("div", {
3203
+ className: Q.hoverTest,
3204
+ children: [/* @__PURE__ */ o("button", {
181
3205
  type: "button",
182
- className: d.hoverButton,
3206
+ className: Q.hoverButton,
183
3207
  children: "Hover me (desktop) / Tap me (mobile)"
184
- }), /* @__PURE__ */ n("div", {
185
- className: d.hoverCard,
186
- children: /* @__PURE__ */ n("p", { children: "Hover effects change on touch devices" })
3208
+ }), /* @__PURE__ */ o("div", {
3209
+ className: Q.hoverCard,
3210
+ children: /* @__PURE__ */ o("p", { children: "Hover effects change on touch devices" })
187
3211
  })]
188
3212
  })]
189
3213
  }),
190
- /* @__PURE__ */ r("section", {
191
- className: d.testSection,
192
- children: [/* @__PURE__ */ n("h2", { children: "Utility Mixins" }), /* @__PURE__ */ r("div", {
193
- className: d.utilityGrid,
3214
+ /* @__PURE__ */ s("section", {
3215
+ className: Q.testSection,
3216
+ children: [/* @__PURE__ */ o("h2", { children: "Utility Mixins" }), /* @__PURE__ */ s("div", {
3217
+ className: Q.utilityGrid,
194
3218
  children: [
195
- /* @__PURE__ */ r("div", {
196
- className: d.flexBox,
3219
+ /* @__PURE__ */ s("div", {
3220
+ className: Q.flexBox,
197
3221
  children: [
198
- /* @__PURE__ */ n("div", { children: "Flexbox" }),
199
- /* @__PURE__ */ n("div", { children: "1" }),
200
- /* @__PURE__ */ n("div", { children: "2" }),
201
- /* @__PURE__ */ n("div", { children: "3" })
3222
+ /* @__PURE__ */ o("div", { children: "Flexbox" }),
3223
+ /* @__PURE__ */ o("div", { children: "1" }),
3224
+ /* @__PURE__ */ o("div", { children: "2" }),
3225
+ /* @__PURE__ */ o("div", { children: "3" })
202
3226
  ]
203
3227
  }),
204
- /* @__PURE__ */ n("div", {
205
- className: d.square,
3228
+ /* @__PURE__ */ o("div", {
3229
+ className: Q.square,
206
3230
  children: "width-height"
207
3231
  }),
208
- /* @__PURE__ */ r("div", {
209
- className: d.positionWrapper,
210
- children: [/* @__PURE__ */ n("div", {
211
- className: d.topLeft,
3232
+ /* @__PURE__ */ s("div", {
3233
+ className: Q.positionWrapper,
3234
+ children: [/* @__PURE__ */ o("div", {
3235
+ className: Q.topLeft,
212
3236
  children: "Top Left"
213
- }), /* @__PURE__ */ n("div", {
214
- className: d.topRight,
3237
+ }), /* @__PURE__ */ o("div", {
3238
+ className: Q.topRight,
215
3239
  children: "Top Right"
216
3240
  })]
217
3241
  }),
218
- /* @__PURE__ */ n("p", {
219
- className: d.typographyExample,
3242
+ /* @__PURE__ */ o("p", {
3243
+ className: Q.typographyExample,
220
3244
  children: "Typography mixin example"
221
3245
  }),
222
- /* @__PURE__ */ n("div", {
223
- className: d.transitionBox,
3246
+ /* @__PURE__ */ o("div", {
3247
+ className: Q.transitionBox,
224
3248
  children: "Hover me (transition-basic mixin)"
225
3249
  }),
226
- /* @__PURE__ */ n("div", {
227
- className: d.prefixBox,
3250
+ /* @__PURE__ */ o("div", {
3251
+ className: Q.prefixBox,
228
3252
  children: "Prefix mixin"
229
3253
  })
230
3254
  ]
@@ -233,29 +3257,29 @@ var c = {
233
3257
  ]
234
3258
  })
235
3259
  }),
236
- e && /* @__PURE__ */ n("div", {
237
- className: d.modalOverlay,
3260
+ e && /* @__PURE__ */ o("div", {
3261
+ className: Q.modalOverlay,
238
3262
  onClick: () => t(!1),
239
- children: /* @__PURE__ */ r("div", {
240
- className: d.modal,
3263
+ children: /* @__PURE__ */ s("div", {
3264
+ className: Q.modal,
241
3265
  onClick: (e) => e.stopPropagation(),
242
3266
  children: [
243
- /* @__PURE__ */ n("button", {
3267
+ /* @__PURE__ */ o("button", {
244
3268
  type: "button",
245
- className: d.closeBtn,
3269
+ className: Q.closeBtn,
246
3270
  onClick: () => t(!1),
247
3271
  children: "×"
248
3272
  }),
249
- /* @__PURE__ */ n("h2", { children: "Responsive Modal" }),
250
- /* @__PURE__ */ n("p", { children: "Modal width changes based on screen size" }),
251
- /* @__PURE__ */ r("div", {
252
- className: d.modalSizes,
3273
+ /* @__PURE__ */ o("h2", { children: "Responsive Modal" }),
3274
+ /* @__PURE__ */ o("p", { children: "Modal width changes based on screen size" }),
3275
+ /* @__PURE__ */ s("div", {
3276
+ className: Q.modalSizes,
253
3277
  children: [
254
- /* @__PURE__ */ n("span", { children: "XS: 366px" }),
255
- /* @__PURE__ */ n("span", { children: "S: 378px" }),
256
- /* @__PURE__ */ n("span", { children: "M: 492px" }),
257
- /* @__PURE__ */ n("span", { children: "L: 644px" }),
258
- /* @__PURE__ */ n("span", { children: "XL: 972px" })
3278
+ /* @__PURE__ */ o("span", { children: "XS: 366px" }),
3279
+ /* @__PURE__ */ o("span", { children: "S: 378px" }),
3280
+ /* @__PURE__ */ o("span", { children: "M: 492px" }),
3281
+ /* @__PURE__ */ o("span", { children: "L: 644px" }),
3282
+ /* @__PURE__ */ o("span", { children: "XL: 972px" })
259
3283
  ]
260
3284
  })
261
3285
  ]
@@ -263,7 +3287,7 @@ var c = {
263
3287
  })
264
3288
  ]
265
3289
  });
266
- }, p = {
3290
+ }, $ = {
267
3291
  root: "_root_1rwph_55",
268
3292
  option: "_option_1rwph_61",
269
3293
  item: "_item_1rwph_67",
@@ -271,37 +3295,37 @@ var c = {
271
3295
  indicator: "_indicator_1rwph_112",
272
3296
  label: "_label_1rwph_130",
273
3297
  disabled: "_disabled_1rwph_135"
274
- }, m = i(({ className: t, options: i, disabled: o, ...c }, l) => {
275
- let u = a();
276
- return /* @__PURE__ */ n(s.Root, {
277
- ref: l,
278
- disabled: o,
279
- className: e(p.root, t, o && p.groupDisabled),
280
- ...c,
281
- children: i.map((t) => {
282
- let i = `${u}-${t.value}`, a = o || t.disabled;
283
- return /* @__PURE__ */ r("div", {
284
- className: e(p.option, a && p.disabled),
285
- children: [/* @__PURE__ */ n(s.Item, {
286
- id: i,
287
- className: p.item,
288
- value: t.value,
289
- disabled: a,
290
- children: /* @__PURE__ */ n("span", {
291
- className: p.radio,
292
- children: /* @__PURE__ */ n(s.Indicator, { className: p.indicator })
3298
+ }, nr = t(({ className: e, options: t, disabled: n, ...i }, a) => {
3299
+ let l = r();
3300
+ return /* @__PURE__ */ o(u.Root, {
3301
+ ref: a,
3302
+ disabled: n,
3303
+ className: c($.root, e, n && $.groupDisabled),
3304
+ ...i,
3305
+ children: t.map((e) => {
3306
+ let t = `${l}-${e.value}`, r = n || e.disabled;
3307
+ return /* @__PURE__ */ s("div", {
3308
+ className: c($.option, r && $.disabled),
3309
+ children: [/* @__PURE__ */ o(u.Item, {
3310
+ id: t,
3311
+ className: $.item,
3312
+ value: e.value,
3313
+ disabled: r,
3314
+ children: /* @__PURE__ */ o("span", {
3315
+ className: $.radio,
3316
+ children: /* @__PURE__ */ o(u.Indicator, { className: $.indicator })
293
3317
  })
294
- }), t.label && /* @__PURE__ */ n("label", {
295
- htmlFor: i,
296
- className: p.label,
297
- children: t.label
3318
+ }), e.label && /* @__PURE__ */ o("label", {
3319
+ htmlFor: t,
3320
+ className: $.label,
3321
+ children: e.label
298
3322
  })]
299
- }, t.value);
3323
+ }, e.value);
300
3324
  })
301
3325
  });
302
3326
  });
303
- m.displayName = "RadioGroup";
3327
+ nr.displayName = "RadioGroup";
304
3328
  //#endregion
305
- export { m as RadioGroup, f as TestMixins, u as Typography, t as clsx };
3329
+ export { M as ArrowBackOutline, j as ArrowForwardOutline, q as ArrowIosBack, J as ArrowIosBackOutline, z as ArrowIosDownOutline, Y as ArrowIosForward, Ie as ArrowIosForwardOutline, R as ArrowIosUp, nt as Block, X as BlockOutline, k as Bookmark, A as BookmarkOutline, Rn as Brave, I as Calendar, L as CalendarOutline, h as CheckmarkOutline, _ as Close, v as CloseOutline, K as ColorPaletteOutline, qt as Copy, Yt as CopyOutline, Zt as CreditCard, $t as CreditCardOutline, N as DoneAllOutline, tn as Edit, rn as EditOutline, on as Email, cn as EmailOutline, Re as Expand, Be as ExpandOutline, Bn as Explorer, yt as Eye, ht as EyeOff, _t as EyeOffOutline, xt as EyeOutline, In as Facebook, g as FillBell, Hn as Firefox, x as FlagEng, S as FlagRus, pt as GithubRepo, Pn as Google, un as Heart, fn as HeartOutline, b as Home, ie as HomeOutline, Je as ImageIcon, Xe as ImageOutline, lt as Layers, dt as LayersOutline, P as LogOut, F as LogOutOutline, mn as Maximize, gn as MaximizeOutline, He as MenuOutline, jt as MessageCircle, Nt as MessageCircleOutline, Ut as Mic, Gt as MicOutline, Wn as MicrosoftEdge, Dt as MoreHorizontal, kt as MoreHorizontalOutline, Kn as Opera, ae as OutlineBell, Mn as Paid, Ct as PaperPlane, Tt as PaperPlaneOutline, H as PauseCircle, U as PauseCircleOutline, An as Paypal, T as Person, zt as PersonAdd, Vt as PersonAddOutline, E as PersonOutline, Ft as PersonRemove, Lt as PersonRemoveOutline, vn as Pin, bn as PinOutline, W as PlayCircle, G as PlayCircleOutline, We as PlusCircle, Ke as PlusCircleOutline, w as PlusSquare, C as PlusSquareOutline, B as RadioButtonChecked, V as RadioButtonUnchecked, nr as RadioGroup, On as RecaptchaLogo, Jn as Safari, Qe as Search, et as SearchOutline, at as Settings, st as SettingsOutline, En as Stripe, tr as TestMixins, Sn as Trash, wn as TrashOutline, D as TrendingUp, O as TrendingUpOutline, er as Typography, Xn as UcBrowser, Qn as Yandex, l as clsx };
306
3330
 
307
3331
  //# sourceMappingURL=index.js.map