@aristobyte-ui/utils 1.0.35 → 1.0.37
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.d.mts +20 -1
- package/dist/index.d.ts +20 -1
- package/dist/index.js +983 -110
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +983 -110
- package/dist/index.mjs.map +1 -1
- package/dist/styles/_settings.scss +14 -0
- package/package.json +6 -6
- package/styles/_settings.scss +14 -0
package/dist/index.mjs
CHANGED
|
@@ -77,18 +77,56 @@ var ArrowRight = ({
|
|
|
77
77
|
}
|
|
78
78
|
);
|
|
79
79
|
|
|
80
|
-
// icons/
|
|
80
|
+
// icons/BashCursor.tsx
|
|
81
81
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
82
|
-
var
|
|
83
|
-
|
|
82
|
+
var BashCursor = ({
|
|
83
|
+
size = 24,
|
|
84
|
+
color = "currentColor"
|
|
85
|
+
}) => /* @__PURE__ */ jsxs(
|
|
86
|
+
"svg",
|
|
87
|
+
{
|
|
88
|
+
width: size,
|
|
89
|
+
height: size,
|
|
90
|
+
viewBox: "0 0 16 14",
|
|
91
|
+
fill: "none",
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
children: [
|
|
94
|
+
/* @__PURE__ */ jsx2(
|
|
95
|
+
"path",
|
|
96
|
+
{
|
|
97
|
+
d: "M8 12.8334H14.6667",
|
|
98
|
+
stroke: color,
|
|
99
|
+
strokeWidth: "1.66667",
|
|
100
|
+
strokeLinecap: "round",
|
|
101
|
+
strokeLinejoin: "round"
|
|
102
|
+
}
|
|
103
|
+
),
|
|
104
|
+
/* @__PURE__ */ jsx2(
|
|
105
|
+
"path",
|
|
106
|
+
{
|
|
107
|
+
d: "M1.33331 11.1666L6.33331 6.16663L1.33331 1.16663",
|
|
108
|
+
stroke: color,
|
|
109
|
+
strokeWidth: "1.66667",
|
|
110
|
+
strokeLinecap: "round",
|
|
111
|
+
strokeLinejoin: "round"
|
|
112
|
+
}
|
|
113
|
+
)
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
);
|
|
117
|
+
|
|
118
|
+
// icons/Bun.tsx
|
|
119
|
+
import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
120
|
+
var Bun = () => /* @__PURE__ */ jsxs2("svg", { viewBox: "0 0 80 70", children: [
|
|
121
|
+
/* @__PURE__ */ jsx3(
|
|
84
122
|
"path",
|
|
85
123
|
{
|
|
86
124
|
id: "Shadow",
|
|
87
125
|
d: "M71.09,20.74c-.16-.17-.33-.34-.5-.5s-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5A26.46,26.46,0,0,1,75.5,35.7c0,16.57-16.82,30.05-37.5,30.05-11.58,0-21.94-4.23-28.83-10.86l.5.5.5.5.5.5.5.5.5.5.5.5.5.5C19.55,65.3,30.14,69.75,42,69.75c20.68,0,37.5-13.48,37.5-30C79.5,32.69,76.46,26,71.09,20.74Z"
|
|
88
126
|
}
|
|
89
127
|
),
|
|
90
|
-
/* @__PURE__ */
|
|
91
|
-
/* @__PURE__ */
|
|
128
|
+
/* @__PURE__ */ jsxs2("g", { id: "Body", children: [
|
|
129
|
+
/* @__PURE__ */ jsx3(
|
|
92
130
|
"path",
|
|
93
131
|
{
|
|
94
132
|
id: "Background",
|
|
@@ -96,7 +134,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
96
134
|
fill: "#fbf0df"
|
|
97
135
|
}
|
|
98
136
|
),
|
|
99
|
-
/* @__PURE__ */
|
|
137
|
+
/* @__PURE__ */ jsx3(
|
|
100
138
|
"path",
|
|
101
139
|
{
|
|
102
140
|
id: "Bottom_Shadow",
|
|
@@ -105,7 +143,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
105
143
|
fill: "#f6dece"
|
|
106
144
|
}
|
|
107
145
|
),
|
|
108
|
-
/* @__PURE__ */
|
|
146
|
+
/* @__PURE__ */ jsx3(
|
|
109
147
|
"path",
|
|
110
148
|
{
|
|
111
149
|
id: "Light_Shine",
|
|
@@ -114,7 +152,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
114
152
|
fill: "#fffefc"
|
|
115
153
|
}
|
|
116
154
|
),
|
|
117
|
-
/* @__PURE__ */
|
|
155
|
+
/* @__PURE__ */ jsx3(
|
|
118
156
|
"path",
|
|
119
157
|
{
|
|
120
158
|
id: "Top",
|
|
@@ -123,7 +161,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
123
161
|
fillRule: "evenodd"
|
|
124
162
|
}
|
|
125
163
|
),
|
|
126
|
-
/* @__PURE__ */
|
|
164
|
+
/* @__PURE__ */ jsx3(
|
|
127
165
|
"path",
|
|
128
166
|
{
|
|
129
167
|
id: "Outline",
|
|
@@ -131,16 +169,16 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
131
169
|
}
|
|
132
170
|
)
|
|
133
171
|
] }),
|
|
134
|
-
/* @__PURE__ */
|
|
135
|
-
/* @__PURE__ */
|
|
172
|
+
/* @__PURE__ */ jsxs2("g", { id: "Mouth", children: [
|
|
173
|
+
/* @__PURE__ */ jsx3("g", { id: "Background-2", "data-name": "Background", children: /* @__PURE__ */ jsx3(
|
|
136
174
|
"path",
|
|
137
175
|
{
|
|
138
176
|
d: "M45.05,43a8.93,8.93,0,0,1-2.92,4.71,6.81,6.81,0,0,1-4,1.88A6.84,6.84,0,0,1,34,47.71,8.93,8.93,0,0,1,31.12,43a.72.72,0,0,1,.8-.81H44.26A.72.72,0,0,1,45.05,43Z",
|
|
139
177
|
fill: "#b71422"
|
|
140
178
|
}
|
|
141
179
|
) }),
|
|
142
|
-
/* @__PURE__ */
|
|
143
|
-
/* @__PURE__ */
|
|
180
|
+
/* @__PURE__ */ jsxs2("g", { id: "Tongue", children: [
|
|
181
|
+
/* @__PURE__ */ jsx3(
|
|
144
182
|
"path",
|
|
145
183
|
{
|
|
146
184
|
id: "Background-3",
|
|
@@ -149,7 +187,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
149
187
|
fill: "#ff6164"
|
|
150
188
|
}
|
|
151
189
|
),
|
|
152
|
-
/* @__PURE__ */
|
|
190
|
+
/* @__PURE__ */ jsx3(
|
|
153
191
|
"path",
|
|
154
192
|
{
|
|
155
193
|
id: "Outline-2",
|
|
@@ -158,7 +196,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
158
196
|
}
|
|
159
197
|
)
|
|
160
198
|
] }),
|
|
161
|
-
/* @__PURE__ */
|
|
199
|
+
/* @__PURE__ */ jsx3(
|
|
162
200
|
"path",
|
|
163
201
|
{
|
|
164
202
|
id: "Outline-3",
|
|
@@ -167,8 +205,8 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
167
205
|
}
|
|
168
206
|
)
|
|
169
207
|
] }),
|
|
170
|
-
/* @__PURE__ */
|
|
171
|
-
/* @__PURE__ */
|
|
208
|
+
/* @__PURE__ */ jsxs2("g", { id: "Face", children: [
|
|
209
|
+
/* @__PURE__ */ jsx3(
|
|
172
210
|
"ellipse",
|
|
173
211
|
{
|
|
174
212
|
id: "Right_Blush",
|
|
@@ -180,7 +218,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
180
218
|
fill: "#febbd0"
|
|
181
219
|
}
|
|
182
220
|
),
|
|
183
|
-
/* @__PURE__ */
|
|
221
|
+
/* @__PURE__ */ jsx3(
|
|
184
222
|
"ellipse",
|
|
185
223
|
{
|
|
186
224
|
id: "Left_Bluch",
|
|
@@ -192,7 +230,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
192
230
|
fill: "#febbd0"
|
|
193
231
|
}
|
|
194
232
|
),
|
|
195
|
-
/* @__PURE__ */
|
|
233
|
+
/* @__PURE__ */ jsx3(
|
|
196
234
|
"path",
|
|
197
235
|
{
|
|
198
236
|
id: "Eyes",
|
|
@@ -200,7 +238,7 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
200
238
|
fillRule: "evenodd"
|
|
201
239
|
}
|
|
202
240
|
),
|
|
203
|
-
/* @__PURE__ */
|
|
241
|
+
/* @__PURE__ */ jsx3(
|
|
204
242
|
"path",
|
|
205
243
|
{
|
|
206
244
|
id: "Iris",
|
|
@@ -212,12 +250,47 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
|
|
|
212
250
|
] })
|
|
213
251
|
] });
|
|
214
252
|
|
|
253
|
+
// icons/Code.tsx
|
|
254
|
+
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
255
|
+
var Code = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs3("svg", { width: size, height: size, viewBox: "0 0 16 12", fill: "none", children: [
|
|
256
|
+
/* @__PURE__ */ jsx4(
|
|
257
|
+
"path",
|
|
258
|
+
{
|
|
259
|
+
d: "M12 8.66659L14.6667 5.99992L12 3.33325",
|
|
260
|
+
stroke: color,
|
|
261
|
+
strokeWidth: "1.33333",
|
|
262
|
+
strokeLinecap: "round",
|
|
263
|
+
strokeLinejoin: "round"
|
|
264
|
+
}
|
|
265
|
+
),
|
|
266
|
+
/* @__PURE__ */ jsx4(
|
|
267
|
+
"path",
|
|
268
|
+
{
|
|
269
|
+
d: "M3.99998 3.33325L1.33331 5.99992L3.99998 8.66659",
|
|
270
|
+
stroke: color,
|
|
271
|
+
strokeWidth: "1.33333",
|
|
272
|
+
strokeLinecap: "round",
|
|
273
|
+
strokeLinejoin: "round"
|
|
274
|
+
}
|
|
275
|
+
),
|
|
276
|
+
/* @__PURE__ */ jsx4(
|
|
277
|
+
"path",
|
|
278
|
+
{
|
|
279
|
+
d: "M9.66665 0.666748L6.33331 11.3334",
|
|
280
|
+
stroke: color,
|
|
281
|
+
strokeWidth: "1.33333",
|
|
282
|
+
strokeLinecap: "round",
|
|
283
|
+
strokeLinejoin: "round"
|
|
284
|
+
}
|
|
285
|
+
)
|
|
286
|
+
] });
|
|
287
|
+
|
|
215
288
|
// icons/Comment.tsx
|
|
216
|
-
import { jsx as
|
|
289
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
217
290
|
var Comment = ({
|
|
218
291
|
size = 24,
|
|
219
292
|
color = "currentColor"
|
|
220
|
-
}) => /* @__PURE__ */
|
|
293
|
+
}) => /* @__PURE__ */ jsx5("svg", { width: size, height: size, viewBox: "0 0 14 13", fill: "none", children: /* @__PURE__ */ jsx5(
|
|
221
294
|
"path",
|
|
222
295
|
{
|
|
223
296
|
d: "M1.82299 9.11648C1.90877 9.33284 1.92786 9.56992 1.87783 9.79723L1.25658 11.7164C1.23656 11.8137 1.24173 11.9145 1.27161 12.0093C1.30149 12.1041 1.35508 12.1896 1.4273 12.2579C1.49952 12.3261 1.58797 12.3748 1.68428 12.3993C1.78058 12.4237 1.88154 12.4232 1.97758 12.3977L3.96849 11.8156C4.18299 11.773 4.40513 11.7916 4.60958 11.8692C5.85522 12.4509 7.26629 12.574 8.59383 12.2167C9.92137 11.8594 11.0801 11.0448 11.8655 9.91644C12.6509 8.78811 13.0126 7.41863 12.8867 6.04963C12.7608 4.68063 12.1554 3.40008 11.1774 2.43392C10.1993 1.46776 8.91149 0.878082 7.54105 0.768916C6.17061 0.65975 4.80566 1.03812 3.687 1.83726C2.56835 2.6364 1.76789 3.80496 1.42685 5.13676C1.08581 6.46857 1.22611 7.87803 1.82299 9.11648Z",
|
|
@@ -228,9 +301,57 @@ var Comment = ({
|
|
|
228
301
|
}
|
|
229
302
|
) });
|
|
230
303
|
|
|
304
|
+
// icons/Components.tsx
|
|
305
|
+
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
306
|
+
var Components = ({
|
|
307
|
+
size = 24,
|
|
308
|
+
color = "currentColor"
|
|
309
|
+
}) => /* @__PURE__ */ jsxs4("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
|
|
310
|
+
/* @__PURE__ */ jsx6(
|
|
311
|
+
"path",
|
|
312
|
+
{
|
|
313
|
+
d: "M10.3574 7.52864C10.2324 7.65366 10.1622 7.82319 10.1622 7.99997C10.1622 8.17675 10.2324 8.34628 10.3574 8.4713L11.9414 10.056C12.0664 10.181 12.2359 10.2512 12.4127 10.2512C12.5895 10.2512 12.759 10.181 12.884 10.056L14.4687 8.4713C14.5937 8.34628 14.6639 8.17675 14.6639 7.99997C14.6639 7.82319 14.5937 7.65366 14.4687 7.52864L12.884 5.94397C12.759 5.81899 12.5895 5.74878 12.4127 5.74878C12.2359 5.74878 12.0664 5.81899 11.9414 5.94397L10.3574 7.52864Z",
|
|
314
|
+
stroke: color,
|
|
315
|
+
strokeWidth: "1.33333",
|
|
316
|
+
strokeLinecap: "round",
|
|
317
|
+
strokeLinejoin: "round"
|
|
318
|
+
}
|
|
319
|
+
),
|
|
320
|
+
/* @__PURE__ */ jsx6(
|
|
321
|
+
"path",
|
|
322
|
+
{
|
|
323
|
+
d: "M1.53131 7.52864C1.40633 7.65366 1.33612 7.82319 1.33612 7.99997C1.33612 8.17675 1.40633 8.34628 1.53131 8.4713L3.11598 10.056C3.241 10.181 3.41054 10.2512 3.58731 10.2512C3.76409 10.2512 3.93363 10.181 4.05864 10.056L5.64331 8.4713C5.76829 8.34628 5.8385 8.17675 5.8385 7.99997C5.8385 7.82319 5.76829 7.65366 5.64331 7.52864L4.05864 5.94397C3.93363 5.81899 3.76409 5.74878 3.58731 5.74878C3.41054 5.74878 3.241 5.81899 3.11598 5.94397L1.53131 7.52864Z",
|
|
324
|
+
stroke: color,
|
|
325
|
+
strokeWidth: "1.33333",
|
|
326
|
+
strokeLinecap: "round",
|
|
327
|
+
strokeLinejoin: "round"
|
|
328
|
+
}
|
|
329
|
+
),
|
|
330
|
+
/* @__PURE__ */ jsx6(
|
|
331
|
+
"path",
|
|
332
|
+
{
|
|
333
|
+
d: "M5.944 11.9413C5.88201 12.0032 5.83284 12.0767 5.79929 12.1577C5.76574 12.2386 5.74847 12.3254 5.74847 12.413C5.74847 12.5006 5.76574 12.5873 5.79929 12.6683C5.83284 12.7492 5.88201 12.8227 5.944 12.8846L7.52867 14.4686C7.65368 14.5936 7.82322 14.6638 8 14.6638C8.17677 14.6638 8.34631 14.5936 8.47133 14.4686L10.056 12.8846C10.118 12.8227 10.1672 12.7492 10.2007 12.6683C10.2343 12.5873 10.2515 12.5006 10.2515 12.413C10.2515 12.3254 10.2343 12.2386 10.2007 12.1577C10.1672 12.0767 10.118 12.0032 10.056 11.9413L8.47133 10.3573C8.34631 10.2323 8.17677 10.1621 8 10.1621C7.82322 10.1621 7.65368 10.2323 7.52867 10.3573L5.944 11.9413Z",
|
|
334
|
+
stroke: color,
|
|
335
|
+
strokeWidth: "1.33333",
|
|
336
|
+
strokeLinecap: "round",
|
|
337
|
+
strokeLinejoin: "round"
|
|
338
|
+
}
|
|
339
|
+
),
|
|
340
|
+
/* @__PURE__ */ jsx6(
|
|
341
|
+
"path",
|
|
342
|
+
{
|
|
343
|
+
d: "M5.94397 3.11604C5.81899 3.24106 5.74878 3.4106 5.74878 3.58737C5.74878 3.76415 5.81899 3.93369 5.94397 4.05871L7.52864 5.64271C7.65366 5.76769 7.82319 5.8379 7.99997 5.8379C8.17675 5.8379 8.34628 5.76769 8.4713 5.64271L10.056 4.05871C10.181 3.93369 10.2512 3.76415 10.2512 3.58737C10.2512 3.4106 10.181 3.24106 10.056 3.11604L8.4713 1.53137C8.34628 1.40639 8.17675 1.33618 7.99997 1.33618C7.82319 1.33618 7.65366 1.40639 7.52864 1.53137L5.94397 3.11604Z",
|
|
344
|
+
stroke: color,
|
|
345
|
+
strokeWidth: "1.33333",
|
|
346
|
+
strokeLinecap: "round",
|
|
347
|
+
strokeLinejoin: "round"
|
|
348
|
+
}
|
|
349
|
+
)
|
|
350
|
+
] });
|
|
351
|
+
|
|
231
352
|
// icons/Copy.tsx
|
|
232
|
-
import { jsx as
|
|
233
|
-
var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
353
|
+
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
354
|
+
var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs5(
|
|
234
355
|
"svg",
|
|
235
356
|
{
|
|
236
357
|
width: size,
|
|
@@ -242,15 +363,47 @@ var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs2(
|
|
|
242
363
|
strokeLinecap: "round",
|
|
243
364
|
strokeLinejoin: "round",
|
|
244
365
|
children: [
|
|
245
|
-
/* @__PURE__ */
|
|
246
|
-
/* @__PURE__ */
|
|
366
|
+
/* @__PURE__ */ jsx7("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
|
|
367
|
+
/* @__PURE__ */ jsx7("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
|
|
247
368
|
]
|
|
248
369
|
}
|
|
249
370
|
);
|
|
250
371
|
|
|
372
|
+
// icons/Disabled.tsx
|
|
373
|
+
import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
374
|
+
var Disabled = ({
|
|
375
|
+
size = 24,
|
|
376
|
+
color = "currentColor"
|
|
377
|
+
}) => /* @__PURE__ */ jsxs6("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
378
|
+
/* @__PURE__ */ jsx8(
|
|
379
|
+
"path",
|
|
380
|
+
{
|
|
381
|
+
d: "M4.10748 4.10742L15.8916 15.8924",
|
|
382
|
+
stroke: color,
|
|
383
|
+
strokeWidth: "1.66667",
|
|
384
|
+
strokeLinecap: "round",
|
|
385
|
+
strokeLinejoin: "round"
|
|
386
|
+
}
|
|
387
|
+
),
|
|
388
|
+
/* @__PURE__ */ jsx8(
|
|
389
|
+
"path",
|
|
390
|
+
{
|
|
391
|
+
d: "M10 18.3334C14.6024 18.3334 18.3334 14.6025 18.3334 10.0001C18.3334 5.39771 14.6024 1.66675 10 1.66675C5.39765 1.66675 1.66669 5.39771 1.66669 10.0001C1.66669 14.6025 5.39765 18.3334 10 18.3334Z",
|
|
392
|
+
stroke: color,
|
|
393
|
+
strokeWidth: "1.66667",
|
|
394
|
+
strokeLinecap: "round",
|
|
395
|
+
strokeLinejoin: "round"
|
|
396
|
+
}
|
|
397
|
+
)
|
|
398
|
+
] });
|
|
399
|
+
|
|
400
|
+
// icons/Dot.tsx
|
|
401
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
402
|
+
var Dot = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx9("svg", { width: size, height: size, viewBox: "0 0 8 8", children: /* @__PURE__ */ jsx9("rect", { y: "0.5", width: size, height: size, rx: "4", fill: color }) });
|
|
403
|
+
|
|
251
404
|
// icons/Error.tsx
|
|
252
|
-
import { jsx as
|
|
253
|
-
var Error = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
405
|
+
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
406
|
+
var Error = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs7(
|
|
254
407
|
"svg",
|
|
255
408
|
{
|
|
256
409
|
width: size,
|
|
@@ -262,19 +415,44 @@ var Error = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs3(
|
|
|
262
415
|
strokeLinecap: "round",
|
|
263
416
|
strokeLinejoin: "round",
|
|
264
417
|
children: [
|
|
265
|
-
/* @__PURE__ */
|
|
266
|
-
/* @__PURE__ */
|
|
267
|
-
/* @__PURE__ */
|
|
418
|
+
/* @__PURE__ */ jsx10("path", { d: "m15 9-6 6" }),
|
|
419
|
+
/* @__PURE__ */ jsx10("path", { d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" }),
|
|
420
|
+
/* @__PURE__ */ jsx10("path", { d: "m9 9 6 6" })
|
|
268
421
|
]
|
|
269
422
|
}
|
|
270
423
|
);
|
|
271
424
|
|
|
425
|
+
// icons/Eye.tsx
|
|
426
|
+
import { jsx as jsx11, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
427
|
+
var Eye = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs8("svg", { width: size, height: size, viewBox: "0 0 16 12", fill: "none", children: [
|
|
428
|
+
/* @__PURE__ */ jsx11(
|
|
429
|
+
"path",
|
|
430
|
+
{
|
|
431
|
+
d: "M1.37468 6.232C1.31912 6.08232 1.31912 5.91767 1.37468 5.768C1.91581 4.4559 2.83435 3.33402 4.01386 2.5446C5.19336 1.75517 6.58071 1.33374 8.00001 1.33374C9.41932 1.33374 10.8067 1.75517 11.9862 2.5446C13.1657 3.33402 14.0842 4.4559 14.6253 5.768C14.6809 5.91767 14.6809 6.08232 14.6253 6.232C14.0842 7.54409 13.1657 8.66597 11.9862 9.4554C10.8067 10.2448 9.41932 10.6663 8.00001 10.6663C6.58071 10.6663 5.19336 10.2448 4.01386 9.4554C2.83435 8.66597 1.91581 7.54409 1.37468 6.232Z",
|
|
432
|
+
stroke: color,
|
|
433
|
+
strokeWidth: "1.33333",
|
|
434
|
+
strokeLinecap: "round",
|
|
435
|
+
strokeLinejoin: "round"
|
|
436
|
+
}
|
|
437
|
+
),
|
|
438
|
+
/* @__PURE__ */ jsx11(
|
|
439
|
+
"path",
|
|
440
|
+
{
|
|
441
|
+
d: "M8 8C9.10457 8 10 7.10457 10 6C10 4.89543 9.10457 4 8 4C6.89543 4 6 4.89543 6 6C6 7.10457 6.89543 8 8 8Z",
|
|
442
|
+
stroke: color,
|
|
443
|
+
strokeWidth: "1.33333",
|
|
444
|
+
strokeLinecap: "round",
|
|
445
|
+
strokeLinejoin: "round"
|
|
446
|
+
}
|
|
447
|
+
)
|
|
448
|
+
] });
|
|
449
|
+
|
|
272
450
|
// icons/GalleryVertical.tsx
|
|
273
|
-
import { jsx as
|
|
451
|
+
import { jsx as jsx12, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
274
452
|
var GalleryVertical = ({
|
|
275
453
|
size = 24,
|
|
276
454
|
color = "currentColor"
|
|
277
|
-
}) => /* @__PURE__ */
|
|
455
|
+
}) => /* @__PURE__ */ jsxs9(
|
|
278
456
|
"svg",
|
|
279
457
|
{
|
|
280
458
|
width: size,
|
|
@@ -286,19 +464,19 @@ var GalleryVertical = ({
|
|
|
286
464
|
strokeLinecap: "round",
|
|
287
465
|
strokeLinejoin: "round",
|
|
288
466
|
children: [
|
|
289
|
-
/* @__PURE__ */
|
|
290
|
-
/* @__PURE__ */
|
|
291
|
-
/* @__PURE__ */
|
|
467
|
+
/* @__PURE__ */ jsx12("path", { d: "M3 2h18" }),
|
|
468
|
+
/* @__PURE__ */ jsx12("rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }),
|
|
469
|
+
/* @__PURE__ */ jsx12("path", { d: "M3 22h18" })
|
|
292
470
|
]
|
|
293
471
|
}
|
|
294
472
|
);
|
|
295
473
|
|
|
296
474
|
// icons/GalleryVerticalEnd.tsx
|
|
297
|
-
import { jsx as
|
|
475
|
+
import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
298
476
|
var GalleryVerticalEnd = ({
|
|
299
477
|
size = 24,
|
|
300
478
|
color = "currentColor"
|
|
301
|
-
}) => /* @__PURE__ */
|
|
479
|
+
}) => /* @__PURE__ */ jsxs10(
|
|
302
480
|
"svg",
|
|
303
481
|
{
|
|
304
482
|
width: size,
|
|
@@ -310,32 +488,88 @@ var GalleryVerticalEnd = ({
|
|
|
310
488
|
strokeLinecap: "round",
|
|
311
489
|
strokeLinejoin: "round",
|
|
312
490
|
children: [
|
|
313
|
-
/* @__PURE__ */
|
|
314
|
-
/* @__PURE__ */
|
|
315
|
-
/* @__PURE__ */
|
|
491
|
+
/* @__PURE__ */ jsx13("path", { d: "M7 2h10" }),
|
|
492
|
+
/* @__PURE__ */ jsx13("path", { d: "M5 6h14" }),
|
|
493
|
+
/* @__PURE__ */ jsx13("rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" })
|
|
316
494
|
]
|
|
317
495
|
}
|
|
318
496
|
);
|
|
319
497
|
|
|
320
498
|
// icons/Github.tsx
|
|
321
|
-
import { jsx as
|
|
322
|
-
var Github = ({
|
|
499
|
+
import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
500
|
+
var Github = ({
|
|
501
|
+
size = 24,
|
|
502
|
+
color = "currentColor"
|
|
503
|
+
}) => /* @__PURE__ */ jsxs11(
|
|
323
504
|
"svg",
|
|
324
505
|
{
|
|
325
|
-
height: size,
|
|
326
506
|
width: size,
|
|
327
|
-
|
|
328
|
-
viewBox: "0 0
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
507
|
+
height: size,
|
|
508
|
+
viewBox: "0 0 14 16",
|
|
509
|
+
fill: "none",
|
|
510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
511
|
+
children: [
|
|
512
|
+
/* @__PURE__ */ jsx14(
|
|
513
|
+
"path",
|
|
514
|
+
{
|
|
515
|
+
d: "M10 14.6667V12C10.0928 11.1649 9.85329 10.3268 9.33334 9.66668C11.3333 9.66668 13.3333 8.33334 13.3333 6.00001C13.3867 5.16668 13.1533 4.34668 12.6667 3.66668C12.8533 2.90001 12.8533 2.10001 12.6667 1.33334C12.6667 1.33334 12 1.33334 10.6667 2.33334C8.90667 2.00001 7.09334 2.00001 5.33334 2.33334C4 1.33334 3.33334 1.33334 3.33334 1.33334C3.13334 2.10001 3.13334 2.90001 3.33334 3.66668C2.84792 4.34393 2.61232 5.16853 2.66667 6.00001C2.66667 8.33334 4.66667 9.66668 6.66667 9.66668C6.40667 9.99334 6.21334 10.3667 6.1 10.7667C5.98667 11.1667 5.95334 11.5867 6 12V14.6667",
|
|
516
|
+
stroke: color,
|
|
517
|
+
strokeWidth: "1.33333",
|
|
518
|
+
strokeLinecap: "round",
|
|
519
|
+
strokeLinejoin: "round"
|
|
520
|
+
}
|
|
521
|
+
),
|
|
522
|
+
/* @__PURE__ */ jsx14(
|
|
523
|
+
"path",
|
|
524
|
+
{
|
|
525
|
+
d: "M5.99998 12C2.99331 13.3333 2.66665 10.6667 1.33331 10.6667",
|
|
526
|
+
stroke: color,
|
|
527
|
+
strokeWidth: "1.33333",
|
|
528
|
+
strokeLinecap: "round",
|
|
529
|
+
strokeLinejoin: "round"
|
|
530
|
+
}
|
|
531
|
+
)
|
|
532
|
+
]
|
|
333
533
|
}
|
|
334
534
|
);
|
|
335
535
|
|
|
536
|
+
// icons/GradientSquare.tsx
|
|
537
|
+
import { jsx as jsx15, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
538
|
+
var GradientSquare = ({
|
|
539
|
+
size = 24,
|
|
540
|
+
colors = ["currentColor"]
|
|
541
|
+
}) => /* @__PURE__ */ jsxs12("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
542
|
+
/* @__PURE__ */ jsx15(
|
|
543
|
+
"rect",
|
|
544
|
+
{
|
|
545
|
+
x: "0.5",
|
|
546
|
+
y: "0.5",
|
|
547
|
+
width: size,
|
|
548
|
+
height: size,
|
|
549
|
+
rx: "4",
|
|
550
|
+
fill: "url(#gradient)"
|
|
551
|
+
}
|
|
552
|
+
),
|
|
553
|
+
/* @__PURE__ */ jsx15("defs", { children: /* @__PURE__ */ jsxs12(
|
|
554
|
+
"linearGradient",
|
|
555
|
+
{
|
|
556
|
+
id: "gradient",
|
|
557
|
+
x1: "0.5",
|
|
558
|
+
y1: "8.5",
|
|
559
|
+
x2: "16.5",
|
|
560
|
+
y2: "8.5",
|
|
561
|
+
gradientUnits: "userSpaceOnUse",
|
|
562
|
+
children: [
|
|
563
|
+
/* @__PURE__ */ jsx15("stop", { stopColor: colors[0] }),
|
|
564
|
+
/* @__PURE__ */ jsx15("stop", { offset: "1", stopColor: colors[1] })
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
) })
|
|
568
|
+
] });
|
|
569
|
+
|
|
336
570
|
// icons/Heart.tsx
|
|
337
|
-
import { jsx as
|
|
338
|
-
var Heart = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
571
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
572
|
+
var Heart = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx16("svg", { width: size, height: size, viewBox: "0 0 14 12", fill: "none", children: /* @__PURE__ */ jsx16(
|
|
339
573
|
"path",
|
|
340
574
|
{
|
|
341
575
|
d: "M1.24426 4.12523C1.24427 3.47609 1.44119 2.84223 1.80901 2.30736C2.17682 1.77249 2.69823 1.36178 3.30437 1.12946C3.9105 0.897142 4.57285 0.854153 5.20394 1.00617C5.83502 1.15819 6.40514 1.49806 6.83901 1.98089C6.86957 2.01357 6.90652 2.03962 6.94756 2.05743C6.9886 2.07524 7.03286 2.08443 7.0776 2.08443C7.12233 2.08443 7.16659 2.07524 7.20763 2.05743C7.24868 2.03962 7.28562 2.01357 7.31618 1.98089C7.74869 1.49492 8.31894 1.15219 8.95105 0.998328C9.58316 0.844464 10.2471 0.886762 10.8546 1.11959C11.4621 1.35242 11.9842 1.76474 12.3516 2.30167C12.7189 2.8386 12.914 3.47467 12.9109 4.12523C12.9109 5.46106 12.0359 6.45856 11.1609 7.33356L7.95726 10.4328C7.84857 10.5576 7.71455 10.6579 7.56412 10.727C7.41369 10.796 7.25029 10.8323 7.08476 10.8334C6.91924 10.8344 6.75539 10.8002 6.6041 10.7331C6.4528 10.6659 6.31753 10.5673 6.20726 10.4439L2.99426 7.33356C2.11926 6.45856 1.24426 5.46689 1.24426 4.12523Z",
|
|
@@ -347,8 +581,8 @@ var Heart = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx9("svg
|
|
|
347
581
|
) });
|
|
348
582
|
|
|
349
583
|
// icons/Info.tsx
|
|
350
|
-
import { jsx as
|
|
351
|
-
var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
584
|
+
import { jsx as jsx17, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
585
|
+
var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs13(
|
|
352
586
|
"svg",
|
|
353
587
|
{
|
|
354
588
|
width: size,
|
|
@@ -360,16 +594,274 @@ var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs6(
|
|
|
360
594
|
strokeLinecap: "round",
|
|
361
595
|
strokeLinejoin: "round",
|
|
362
596
|
children: [
|
|
363
|
-
/* @__PURE__ */
|
|
364
|
-
/* @__PURE__ */
|
|
365
|
-
/* @__PURE__ */
|
|
597
|
+
/* @__PURE__ */ jsx17("circle", { cx: "12", cy: "12", r: "10" }),
|
|
598
|
+
/* @__PURE__ */ jsx17("path", { d: "M12 16v-4" }),
|
|
599
|
+
/* @__PURE__ */ jsx17("path", { d: "M12 8h.01" })
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
);
|
|
603
|
+
|
|
604
|
+
// icons/Link.tsx
|
|
605
|
+
import { jsx as jsx18, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
606
|
+
var Link = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs14("svg", { width: size, height: size, viewBox: "0 0 10 10", fill: "none", children: [
|
|
607
|
+
/* @__PURE__ */ jsx18(
|
|
608
|
+
"path",
|
|
609
|
+
{
|
|
610
|
+
d: "M6.5 0.5H9.5V3.5",
|
|
611
|
+
stroke: color,
|
|
612
|
+
strokeLinecap: "round",
|
|
613
|
+
strokeLinejoin: "round"
|
|
614
|
+
}
|
|
615
|
+
),
|
|
616
|
+
/* @__PURE__ */ jsx18(
|
|
617
|
+
"path",
|
|
618
|
+
{
|
|
619
|
+
d: "M4 6L9.5 0.5",
|
|
620
|
+
stroke: color,
|
|
621
|
+
strokeLinecap: "round",
|
|
622
|
+
strokeLinejoin: "round"
|
|
623
|
+
}
|
|
624
|
+
),
|
|
625
|
+
/* @__PURE__ */ jsx18(
|
|
626
|
+
"path",
|
|
627
|
+
{
|
|
628
|
+
d: "M8 5.5V8.5C8 8.76522 7.89464 9.01957 7.70711 9.20711C7.51957 9.39464 7.26522 9.5 7 9.5H1.5C1.23478 9.5 0.98043 9.39464 0.792893 9.20711C0.605357 9.01957 0.5 8.76522 0.5 8.5V3C0.5 2.73478 0.605357 2.48043 0.792893 2.29289C0.98043 2.10536 1.23478 2 1.5 2H4.5",
|
|
629
|
+
stroke: color,
|
|
630
|
+
strokeLinecap: "round",
|
|
631
|
+
strokeLinejoin: "round"
|
|
632
|
+
}
|
|
633
|
+
)
|
|
634
|
+
] });
|
|
635
|
+
|
|
636
|
+
// icons/Logo.tsx
|
|
637
|
+
import { jsx as jsx19, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
638
|
+
var Logo = ({ size = 24 }) => /* @__PURE__ */ jsxs15(
|
|
639
|
+
"svg",
|
|
640
|
+
{
|
|
641
|
+
width: size,
|
|
642
|
+
height: size,
|
|
643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
644
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
645
|
+
viewBox: "0 0 1105.92 1474.56",
|
|
646
|
+
children: [
|
|
647
|
+
/* @__PURE__ */ jsxs15("defs", { children: [
|
|
648
|
+
/* @__PURE__ */ jsxs15(
|
|
649
|
+
"linearGradient",
|
|
650
|
+
{
|
|
651
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439",
|
|
652
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
653
|
+
x1: "0",
|
|
654
|
+
y1: "1013.8",
|
|
655
|
+
x2: "552.96",
|
|
656
|
+
y2: "1013.8",
|
|
657
|
+
gradientUnits: "userSpaceOnUse",
|
|
658
|
+
children: [
|
|
659
|
+
/* @__PURE__ */ jsx19("stop", { offset: "0", stopColor: "#ffef26" }),
|
|
660
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".02", stopColor: "#fee921" }),
|
|
661
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".1", stopColor: "#fdd70e" }),
|
|
662
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".19", stopColor: "#fdcb03" }),
|
|
663
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".28", stopColor: "#fdc800" }),
|
|
664
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".67", stopColor: "#f18f34" }),
|
|
665
|
+
/* @__PURE__ */ jsx19("stop", { offset: ".89", stopColor: "#e95f32" }),
|
|
666
|
+
/* @__PURE__ */ jsx19("stop", { offset: "1", stopColor: "#e3312d" })
|
|
667
|
+
]
|
|
668
|
+
}
|
|
669
|
+
),
|
|
670
|
+
/* @__PURE__ */ jsx19(
|
|
671
|
+
"linearGradient",
|
|
672
|
+
{
|
|
673
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-2",
|
|
674
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
675
|
+
y1: "875.56",
|
|
676
|
+
x2: "1105.92",
|
|
677
|
+
y2: "875.56",
|
|
678
|
+
xlinkHref: "#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439"
|
|
679
|
+
}
|
|
680
|
+
),
|
|
681
|
+
/* @__PURE__ */ jsx19(
|
|
682
|
+
"linearGradient",
|
|
683
|
+
{
|
|
684
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-3",
|
|
685
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
686
|
+
x1: ".33",
|
|
687
|
+
y1: "362.66",
|
|
688
|
+
x2: "736.71",
|
|
689
|
+
y2: "362.66",
|
|
690
|
+
xlinkHref: "#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439"
|
|
691
|
+
}
|
|
692
|
+
),
|
|
693
|
+
/* @__PURE__ */ jsx19(
|
|
694
|
+
"linearGradient",
|
|
695
|
+
{
|
|
696
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-4",
|
|
697
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
698
|
+
x1: "552.96",
|
|
699
|
+
y1: "276.48",
|
|
700
|
+
x2: "1105.92",
|
|
701
|
+
y2: "276.48",
|
|
702
|
+
xlinkHref: "#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439"
|
|
703
|
+
}
|
|
704
|
+
),
|
|
705
|
+
/* @__PURE__ */ jsx19(
|
|
706
|
+
"linearGradient",
|
|
707
|
+
{
|
|
708
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-5",
|
|
709
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
710
|
+
x1: ".08",
|
|
711
|
+
y1: "645.12",
|
|
712
|
+
x2: "1105.92",
|
|
713
|
+
y2: "645.12",
|
|
714
|
+
xlinkHref: "#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439"
|
|
715
|
+
}
|
|
716
|
+
),
|
|
717
|
+
/* @__PURE__ */ jsx19(
|
|
718
|
+
"linearGradient",
|
|
719
|
+
{
|
|
720
|
+
id: "_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-6",
|
|
721
|
+
"data-name": "\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439, \u0436\u0435\u043B\u0442\u044B\u0439",
|
|
722
|
+
y1: "276.36",
|
|
723
|
+
y2: "276.36",
|
|
724
|
+
xlinkHref: "#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439"
|
|
725
|
+
}
|
|
726
|
+
),
|
|
727
|
+
/* @__PURE__ */ jsx19(
|
|
728
|
+
"filter",
|
|
729
|
+
{
|
|
730
|
+
id: "luminosity-invert",
|
|
731
|
+
x: "-2.12",
|
|
732
|
+
y: "-2.12",
|
|
733
|
+
width: "1110.24",
|
|
734
|
+
height: "1478.88",
|
|
735
|
+
colorInterpolationFilters: "sRGB",
|
|
736
|
+
filterUnits: "userSpaceOnUse",
|
|
737
|
+
children: /* @__PURE__ */ jsx19(
|
|
738
|
+
"feColorMatrix",
|
|
739
|
+
{
|
|
740
|
+
result: "cm",
|
|
741
|
+
values: "-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"
|
|
742
|
+
}
|
|
743
|
+
)
|
|
744
|
+
}
|
|
745
|
+
),
|
|
746
|
+
/* @__PURE__ */ jsx19(
|
|
747
|
+
"mask",
|
|
748
|
+
{
|
|
749
|
+
id: "mask",
|
|
750
|
+
x: "-2.12",
|
|
751
|
+
y: "-2.12",
|
|
752
|
+
width: "1110.24",
|
|
753
|
+
height: "1478.88",
|
|
754
|
+
maskUnits: "userSpaceOnUse",
|
|
755
|
+
children: /* @__PURE__ */ jsx19("g", { filter: "url(#luminosity-invert)", children: /* @__PURE__ */ jsx19(
|
|
756
|
+
"image",
|
|
757
|
+
{}
|
|
758
|
+
) })
|
|
759
|
+
}
|
|
760
|
+
)
|
|
761
|
+
] }),
|
|
762
|
+
/* @__PURE__ */ jsx19("g", { style: { isolation: "isolate" }, children: /* @__PURE__ */ jsx19("g", { id: "_\u0421\u043B\u043E\u0439_2", "data-name": "\u0421\u043B\u043E\u0439 2", children: /* @__PURE__ */ jsx19("g", { id: "_\u0421\u043B\u043E\u0439_1-2", "data-name": "\u0421\u043B\u043E\u0439 1", children: /* @__PURE__ */ jsxs15("g", { id: "Logo", children: [
|
|
763
|
+
/* @__PURE__ */ jsx19(
|
|
764
|
+
"image",
|
|
765
|
+
{}
|
|
766
|
+
),
|
|
767
|
+
/* @__PURE__ */ jsxs15("g", { children: [
|
|
768
|
+
/* @__PURE__ */ jsxs15("g", { children: [
|
|
769
|
+
/* @__PURE__ */ jsx19(
|
|
770
|
+
"path",
|
|
771
|
+
{
|
|
772
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439)",
|
|
773
|
+
d: "M477.92,1100.84c-83.56-11.31-161.22-41.29-228.56-85.69-9.58-6.31-19.01-12.94-28.18-19.82-11.31-8.44-22.2-17.29-32.85-26.62-16.79-14.75-32.69-30.47-47.51-47.1C55.46,826.24,2.62,700.99.08,563.45v-3.19c-.08-2.38-.08-4.83-.08-7.21v843.12c0,43.34,35.06,78.4,78.4,78.4h231.18c32.6,0,59.06-26.46,59.06-59.06v-125.26h.08c0-80.2,51.28-148.36,122.88-173.59,19.17-6.88,39.81-10.57,61.36-10.57v-.16c-25.48,0-50.46-1.72-75.04-5.08ZM.08,1300.73v-3.19c.08,2.38.16,4.67.25,7.05-.08-1.31-.16-2.54-.25-3.85ZM.08,1283.19v-3.19c.08-1.31.16-2.62.25-3.93-.08,2.38-.16,4.75-.25,7.13Z"
|
|
774
|
+
}
|
|
775
|
+
),
|
|
776
|
+
/* @__PURE__ */ jsx19(
|
|
777
|
+
"path",
|
|
778
|
+
{
|
|
779
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-2)",
|
|
780
|
+
d: "M1105.92,1290.24v127.22c0,31.54-25.56,57.1-57.1,57.1h-252.81c-32.44,0-58.74-26.3-58.74-58.74v-125.58h-.08c0-1.88,0-3.69-.16-5.57-.08-1.8-.16-3.6-.25-5.49-.08-3.03-.41-6.06-.74-9.01,0-.25,0-.49-.08-.74-.08-.98-.16-1.97-.33-2.95-.16-.98-.25-1.97-.41-2.95-.08-.74-.16-1.47-.33-2.21-.66-4.1-1.39-8.19-2.38-12.21-.08-.33-.08-.66-.25-.98-.08-.74-.33-1.47-.49-2.13-.08-.33-.16-.66-.25-.98s-.16-.66-.25-.98c0-.16-.08-.25-.08-.41-.08-.16-.08-.25-.16-.41,0-.16-.08-.41-.16-.57,0-.08,0-.25-.08-.33,0-.16,0-.25-.08-.41-.25-1.07-.57-2.05-.9-3.11-.25-1.07-.57-2.13-.98-3.2-1.64-5.57-3.6-10.98-5.9-16.3-2.21-5.32-4.67-10.57-7.37-15.56-.82-1.64-1.72-3.28-2.7-4.83-.98-1.72-1.97-3.36-2.95-5-.25-.49-.49-.98-.82-1.39-.25-.33-.41-.66-.66-.98-.08-.25-.25-.49-.41-.66-.41-.66-.82-1.31-1.23-1.88-.66-.98-1.23-1.88-1.88-2.79-3.03-4.51-6.39-8.93-9.83-13.11-1.64-2.05-3.28-4.01-5.08-5.9-.25-.33-.49-.57-.82-.9-.9-1.07-1.88-2.13-2.95-3.11-.82-.98-1.72-1.88-2.7-2.79-.57-.65-1.23-1.23-1.88-1.88-4.01-4.01-8.27-7.78-12.7-11.31-1.88-1.56-3.85-3.11-5.82-4.51-.16-.16-.41-.33-.66-.49-1.97-1.47-3.93-2.95-5.98-4.26-.66-.49-1.39-.98-2.13-1.47-1.15-.74-2.38-1.56-3.6-2.29-.66-.49-1.39-.9-2.13-1.31-.57-.41-1.15-.74-1.8-1.07-1.8-1.07-3.6-2.13-5.41-3.11-1.47-.82-3.03-1.64-4.59-2.38-.74-.49-1.56-.82-2.29-1.15-.98-.57-2.05-1.06-3.03-1.47-.82-.49-1.72-.9-2.62-1.23-.08-.08-.16-.16-.33-.16-.25-.16-.49-.25-.74-.33,0-.08-.08-.08-.16-.08-.08-.08-.25-.08-.33-.16-.08,0-.16-.08-.33-.08-.66-.41-1.31-.66-2.05-.9-.33-.16-.74-.33-1.15-.49-.16-.16-.41-.25-.66-.25-.9-.49-1.88-.82-2.87-1.15-.65-.33-1.31-.57-2.05-.82-1.23-.49-2.38-.9-3.52-1.31-.66-.25-1.39-.49-2.13-.74-2.05-.74-4.18-1.39-6.31-2.05-2.46-.74-4.83-1.47-7.29-2.05-2.95-.82-5.9-1.47-8.93-2.05-2.95-.66-5.9-1.15-8.93-1.64h-.16c-2.79-.41-5.57-.82-8.44-1.07-6.47-.74-12.94-1.07-19.58-1.07v-.16c-25.48,0-50.46-1.72-75.04-5.08-83.56-11.31-161.22-41.29-228.56-85.69-9.58-6.31-19.01-12.94-28.18-19.82-11.31-8.44-22.2-17.29-32.85-26.62-16.79-14.75-32.69-30.47-47.51-47.1C55.46,826.24,2.62,700.99.08,563.45c.08,1.31.16,2.54.25,3.85-.08-2.38-.16-4.67-.25-7.04-.08-2.38-.08-4.83-.08-7.21v-.33c0-2.29,0-4.59.08-6.8.08-2.38.16-4.75.25-7.13,7.46-146.06,128.21-262.23,276.15-262.23,81.84,0,155.4,35.55,206.11,92.08,3.11,3.52,6.14,7.04,9.01,10.73-71.6,25.23-122.88,93.47-122.88,173.67s51.28,148.44,122.88,173.67c19.17,6.88,39.81,10.57,61.36,10.57,43.42,0,85.61,5,126.16,14.5,112.39,26.13,211.6,86.67,285.98,169.82,87.57,97.81,140.82,227,140.82,368.64Z"
|
|
781
|
+
}
|
|
782
|
+
),
|
|
783
|
+
/* @__PURE__ */ jsx19(
|
|
784
|
+
"path",
|
|
785
|
+
{
|
|
786
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-3)",
|
|
787
|
+
d: "M736.71,540.92c-6.14-96.09-86.1-172.11-183.75-172.11-21.54,0-42.19,3.69-61.36,10.57-2.87-3.69-5.9-7.21-9.01-10.73-50.71-56.53-124.27-92.08-206.11-92.08C128.53,276.56,7.78,392.72.33,538.79,7.78,341.85,169.82,184.4,368.64,184.4c136.4,0,255.51,74.14,319.16,184.24,29.49,50.95,46.94,109.61,48.91,172.28Z"
|
|
788
|
+
}
|
|
789
|
+
),
|
|
790
|
+
/* @__PURE__ */ jsx19(
|
|
791
|
+
"path",
|
|
792
|
+
{
|
|
793
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-4)",
|
|
794
|
+
d: "M921.6,0c101.8,0,184.32,82.52,184.32,184.32v368.64C1105.92,247.56,858.36,0,552.96,0h368.64Z"
|
|
795
|
+
}
|
|
796
|
+
),
|
|
797
|
+
/* @__PURE__ */ jsx19(
|
|
798
|
+
"path",
|
|
799
|
+
{
|
|
800
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-5)",
|
|
801
|
+
d: "M1105.92,552.96v737.28c0-141.64-53.25-270.83-140.82-368.64-74.38-83.15-173.59-143.69-285.98-169.82-40.55-9.5-82.74-14.5-126.16-14.5,97.65,0,177.6-76.02,183.75-172.11.08-.33.08-.57.08-.9.08-1.23.16-2.38.25-3.6.08-2.54.16-5.08.16-7.62s-.08-5.08-.16-7.62c-.08-1.23-.16-2.38-.25-3.6,0-.33,0-.57-.08-.9-1.97-62.67-19.42-121.32-48.91-172.28-63.65-110.1-182.76-184.24-319.16-184.24C169.82,184.4,7.78,341.85.33,538.79c-.08,1.31-.16,2.62-.25,3.93C5.57,242.07,251,0,552.96,0s552.96,247.56,552.96,552.96Z"
|
|
802
|
+
}
|
|
803
|
+
),
|
|
804
|
+
/* @__PURE__ */ jsx19(
|
|
805
|
+
"path",
|
|
806
|
+
{
|
|
807
|
+
fill: "url(#_\u041E\u0440\u0430\u043D\u0436\u0435\u0432\u044B\u0439_\u0436\u0435\u043B\u0442\u044B\u0439-6)",
|
|
808
|
+
d: "M552.96,0C251,0,5.57,242.07.08,542.72v3.2c-.08,2.21-.08,4.51-.08,6.8V184.32C0,82.49,82.49,0,184.32,0h368.64Z"
|
|
809
|
+
}
|
|
810
|
+
)
|
|
811
|
+
] }),
|
|
812
|
+
/* @__PURE__ */ jsx19("g", { mask: "url(#mask)", children: /* @__PURE__ */ jsx19("g", { style: { mixBlendMode: "screen", opacity: 0.52 }, children: /* @__PURE__ */ jsxs15("g", { children: [
|
|
813
|
+
/* @__PURE__ */ jsx19(
|
|
814
|
+
"path",
|
|
815
|
+
{
|
|
816
|
+
fill: "#fff",
|
|
817
|
+
d: "M477.92,1100.84c-83.56-11.31-161.22-41.29-228.56-85.69-9.58-6.31-19.01-12.94-28.18-19.82-11.31-8.44-22.2-17.29-32.85-26.62-16.79-14.75-32.69-30.47-47.51-47.1C55.46,826.24,2.62,700.99.08,563.45v-3.19c-.08-2.38-.08-4.83-.08-7.21v843.12c0,43.34,35.06,78.4,78.4,78.4h231.18c32.6,0,59.06-26.46,59.06-59.06v-125.26h.08c0-80.2,51.28-148.36,122.88-173.59,19.17-6.88,39.81-10.57,61.36-10.57v-.16c-25.48,0-50.46-1.72-75.04-5.08ZM.08,1300.73v-3.19c.08,2.38.16,4.67.25,7.05-.08-1.31-.16-2.54-.25-3.85ZM.08,1283.19v-3.19c.08-1.31.16-2.62.25-3.93-.08,2.38-.16,4.75-.25,7.13Z"
|
|
818
|
+
}
|
|
819
|
+
),
|
|
820
|
+
/* @__PURE__ */ jsx19(
|
|
821
|
+
"path",
|
|
822
|
+
{
|
|
823
|
+
fill: "#fff",
|
|
824
|
+
d: "M1105.92,1290.24v127.22c0,31.54-25.56,57.1-57.1,57.1h-252.81c-32.44,0-58.74-26.3-58.74-58.74v-125.58h-.08c0-1.88,0-3.69-.16-5.57-.08-1.8-.16-3.6-.25-5.49-.08-3.03-.41-6.06-.74-9.01,0-.25,0-.49-.08-.74-.08-.98-.16-1.97-.33-2.95-.16-.98-.25-1.97-.41-2.95-.08-.74-.16-1.47-.33-2.21-.66-4.1-1.39-8.19-2.38-12.21-.08-.33-.08-.66-.25-.98-.08-.74-.33-1.47-.49-2.13-.08-.33-.16-.66-.25-.98s-.16-.66-.25-.98c0-.16-.08-.25-.08-.41-.08-.16-.08-.25-.16-.41,0-.16-.08-.41-.16-.57,0-.08,0-.25-.08-.33,0-.16,0-.25-.08-.41-.25-1.07-.57-2.05-.9-3.11-.25-1.07-.57-2.13-.98-3.2-1.64-5.57-3.6-10.98-5.9-16.3-2.21-5.32-4.67-10.57-7.37-15.56-.82-1.64-1.72-3.28-2.7-4.83-.98-1.72-1.97-3.36-2.95-5-.25-.49-.49-.98-.82-1.39-.25-.33-.41-.66-.66-.98-.08-.25-.25-.49-.41-.66-.41-.66-.82-1.31-1.23-1.88-.66-.98-1.23-1.88-1.88-2.79-3.03-4.51-6.39-8.93-9.83-13.11-1.64-2.05-3.28-4.01-5.08-5.9-.25-.33-.49-.57-.82-.9-.9-1.07-1.88-2.13-2.95-3.11-.82-.98-1.72-1.88-2.7-2.79-.57-.65-1.23-1.23-1.88-1.88-4.01-4.01-8.27-7.78-12.7-11.31-1.88-1.56-3.85-3.11-5.82-4.51-.16-.16-.41-.33-.66-.49-1.97-1.47-3.93-2.95-5.98-4.26-.66-.49-1.39-.98-2.13-1.47-1.15-.74-2.38-1.56-3.6-2.29-.66-.49-1.39-.9-2.13-1.31-.57-.41-1.15-.74-1.8-1.07-1.8-1.07-3.6-2.13-5.41-3.11-1.47-.82-3.03-1.64-4.59-2.38-.74-.49-1.56-.82-2.29-1.15-.98-.57-2.05-1.06-3.03-1.47-.82-.49-1.72-.9-2.62-1.23-.08-.08-.16-.16-.33-.16-.25-.16-.49-.25-.74-.33,0-.08-.08-.08-.16-.08-.08-.08-.25-.08-.33-.16-.08,0-.16-.08-.33-.08-.66-.41-1.31-.66-2.05-.9-.33-.16-.74-.33-1.15-.49-.16-.16-.41-.25-.66-.25-.9-.49-1.88-.82-2.87-1.15-.65-.33-1.31-.57-2.05-.82-1.23-.49-2.38-.9-3.52-1.31-.66-.25-1.39-.49-2.13-.74-2.05-.74-4.18-1.39-6.31-2.05-2.46-.74-4.83-1.47-7.29-2.05-2.95-.82-5.9-1.47-8.93-2.05-2.95-.66-5.9-1.15-8.93-1.64h-.16c-2.79-.41-5.57-.82-8.44-1.07-6.47-.74-12.94-1.07-19.58-1.07v-.16c-25.48,0-50.46-1.72-75.04-5.08-83.56-11.31-161.22-41.29-228.56-85.69-9.58-6.31-19.01-12.94-28.18-19.82-11.31-8.44-22.2-17.29-32.85-26.62-16.79-14.75-32.69-30.47-47.51-47.1C55.46,826.24,2.62,700.99.08,563.45c.08,1.31.16,2.54.25,3.85-.08-2.38-.16-4.67-.25-7.04-.08-2.38-.08-4.83-.08-7.21v-.33c0-2.29,0-4.59.08-6.8.08-2.38.16-4.75.25-7.13,7.46-146.06,128.21-262.23,276.15-262.23,81.84,0,155.4,35.55,206.11,92.08,3.11,3.52,6.14,7.04,9.01,10.73-71.6,25.23-122.88,93.47-122.88,173.67s51.28,148.44,122.88,173.67c19.17,6.88,39.81,10.57,61.36,10.57,43.42,0,85.61,5,126.16,14.5,112.39,26.13,211.6,86.67,285.98,169.82,87.57,97.81,140.82,227,140.82,368.64Z"
|
|
825
|
+
}
|
|
826
|
+
),
|
|
827
|
+
/* @__PURE__ */ jsx19(
|
|
828
|
+
"path",
|
|
829
|
+
{
|
|
830
|
+
fill: "#fff",
|
|
831
|
+
d: "M736.71,540.92c-6.14-96.09-86.1-172.11-183.75-172.11-21.54,0-42.19,3.69-61.36,10.57-2.87-3.69-5.9-7.21-9.01-10.73-50.71-56.53-124.27-92.08-206.11-92.08C128.53,276.56,7.78,392.72.33,538.79,7.78,341.85,169.82,184.4,368.64,184.4c136.4,0,255.51,74.14,319.16,184.24,29.49,50.95,46.94,109.61,48.91,172.28Z"
|
|
832
|
+
}
|
|
833
|
+
),
|
|
834
|
+
/* @__PURE__ */ jsx19(
|
|
835
|
+
"path",
|
|
836
|
+
{
|
|
837
|
+
fill: "#fff",
|
|
838
|
+
d: "M921.6,0c101.8,0,184.32,82.52,184.32,184.32v368.64C1105.92,247.56,858.36,0,552.96,0h368.64Z"
|
|
839
|
+
}
|
|
840
|
+
),
|
|
841
|
+
/* @__PURE__ */ jsx19(
|
|
842
|
+
"path",
|
|
843
|
+
{
|
|
844
|
+
fill: "#fff",
|
|
845
|
+
d: "M1105.92,552.96v737.28c0-141.64-53.25-270.83-140.82-368.64-74.38-83.15-173.59-143.69-285.98-169.82-40.55-9.5-82.74-14.5-126.16-14.5,97.65,0,177.6-76.02,183.75-172.11.08-.33.08-.57.08-.9.08-1.23.16-2.38.25-3.6.08-2.54.16-5.08.16-7.62s-.08-5.08-.16-7.62c-.08-1.23-.16-2.38-.25-3.6,0-.33,0-.57-.08-.9-1.97-62.67-19.42-121.32-48.91-172.28-63.65-110.1-182.76-184.24-319.16-184.24C169.82,184.4,7.78,341.85.33,538.79c-.08,1.31-.16,2.62-.25,3.93C5.57,242.07,251,0,552.96,0s552.96,247.56,552.96,552.96Z"
|
|
846
|
+
}
|
|
847
|
+
),
|
|
848
|
+
/* @__PURE__ */ jsx19(
|
|
849
|
+
"path",
|
|
850
|
+
{
|
|
851
|
+
fill: "#fff",
|
|
852
|
+
d: "M552.96,0C251,0,5.57,242.07.08,542.72v3.2c-.08,2.21-.08,4.51-.08,6.8V184.32C0,82.49,82.49,0,184.32,0h368.64Z"
|
|
853
|
+
}
|
|
854
|
+
)
|
|
855
|
+
] }) }) })
|
|
856
|
+
] })
|
|
857
|
+
] }) }) }) })
|
|
366
858
|
]
|
|
367
859
|
}
|
|
368
860
|
);
|
|
369
861
|
|
|
370
862
|
// icons/Npm.tsx
|
|
371
|
-
import { jsx as
|
|
372
|
-
var Npm = ({ size = 24 }) => /* @__PURE__ */
|
|
863
|
+
import { jsx as jsx20, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
864
|
+
var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs16(
|
|
373
865
|
"svg",
|
|
374
866
|
{
|
|
375
867
|
height: size,
|
|
@@ -378,8 +870,8 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs7(
|
|
|
378
870
|
fill: "#cb3837",
|
|
379
871
|
"aria-hidden": "true",
|
|
380
872
|
children: [
|
|
381
|
-
/* @__PURE__ */
|
|
382
|
-
/* @__PURE__ */
|
|
873
|
+
/* @__PURE__ */ jsx20("polygon", { fill: "#cb3837", points: "0,700 700,700 700,0 0,0" }),
|
|
874
|
+
/* @__PURE__ */ jsx20(
|
|
383
875
|
"polygon",
|
|
384
876
|
{
|
|
385
877
|
fill: "#ffffff",
|
|
@@ -390,9 +882,218 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs7(
|
|
|
390
882
|
}
|
|
391
883
|
);
|
|
392
884
|
|
|
885
|
+
// icons/OpenedBook.tsx
|
|
886
|
+
import { jsx as jsx21, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
887
|
+
var OpenedBook = ({
|
|
888
|
+
size = 24,
|
|
889
|
+
color = "currentColor"
|
|
890
|
+
}) => /* @__PURE__ */ jsxs17(
|
|
891
|
+
"svg",
|
|
892
|
+
{
|
|
893
|
+
width: size,
|
|
894
|
+
height: size,
|
|
895
|
+
viewBox: "0 0 16 14",
|
|
896
|
+
fill: "none",
|
|
897
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
898
|
+
children: [
|
|
899
|
+
/* @__PURE__ */ jsx21(
|
|
900
|
+
"path",
|
|
901
|
+
{
|
|
902
|
+
d: "M8 3.66667V13",
|
|
903
|
+
stroke: color,
|
|
904
|
+
strokeWidth: "1.33333",
|
|
905
|
+
strokeLinecap: "round",
|
|
906
|
+
strokeLinejoin: "round"
|
|
907
|
+
}
|
|
908
|
+
),
|
|
909
|
+
/* @__PURE__ */ jsx21(
|
|
910
|
+
"path",
|
|
911
|
+
{
|
|
912
|
+
d: "M1.99998 11C1.82317 11 1.6536 10.9298 1.52858 10.8047C1.40355 10.6797 1.33331 10.5101 1.33331 10.3333V1.66667C1.33331 1.48986 1.40355 1.32029 1.52858 1.19526C1.6536 1.07024 1.82317 1 1.99998 1H5.33331C6.04056 1 6.71883 1.28095 7.21893 1.78105C7.71903 2.28115 7.99998 2.95942 7.99998 3.66667C7.99998 2.95942 8.28093 2.28115 8.78103 1.78105C9.28113 1.28095 9.9594 1 10.6666 1H14C14.1768 1 14.3464 1.07024 14.4714 1.19526C14.5964 1.32029 14.6666 1.48986 14.6666 1.66667V10.3333C14.6666 10.5101 14.5964 10.6797 14.4714 10.8047C14.3464 10.9298 14.1768 11 14 11H9.99998C9.46955 11 8.96084 11.2107 8.58577 11.5858C8.21069 11.9609 7.99998 12.4696 7.99998 13C7.99998 12.4696 7.78927 11.9609 7.41419 11.5858C7.03912 11.2107 6.53041 11 5.99998 11H1.99998Z",
|
|
913
|
+
stroke: color,
|
|
914
|
+
strokeWidth: "1.33333",
|
|
915
|
+
strokeLinecap: "round",
|
|
916
|
+
strokeLinejoin: "round"
|
|
917
|
+
}
|
|
918
|
+
)
|
|
919
|
+
]
|
|
920
|
+
}
|
|
921
|
+
);
|
|
922
|
+
|
|
923
|
+
// icons/Package.tsx
|
|
924
|
+
import { jsx as jsx22, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
925
|
+
var Package = ({
|
|
926
|
+
size = 24,
|
|
927
|
+
color = "currentColor"
|
|
928
|
+
}) => /* @__PURE__ */ jsxs18("svg", { width: size, height: size, viewBox: "0 0 14 16", fill: "none", children: [
|
|
929
|
+
/* @__PURE__ */ jsx22(
|
|
930
|
+
"path",
|
|
931
|
+
{
|
|
932
|
+
d: "M6.33333 14.4867C6.53603 14.6037 6.76595 14.6653 7 14.6653C7.23405 14.6653 7.46397 14.6037 7.66667 14.4867L12.3333 11.82C12.5358 11.7031 12.704 11.535 12.821 11.3325C12.938 11.1301 12.9998 10.9005 13 10.6667V5.33332C12.9998 5.0995 12.938 4.86986 12.821 4.66743C12.704 4.465 12.5358 4.29689 12.3333 4.17999L7.66667 1.51332C7.46397 1.39629 7.23405 1.33469 7 1.33469C6.76595 1.33469 6.53603 1.39629 6.33333 1.51332L1.66667 4.17999C1.46418 4.29689 1.29599 4.465 1.17897 4.66743C1.06196 4.86986 1.00024 5.0995 1 5.33332V10.6667C1.00024 10.9005 1.06196 11.1301 1.17897 11.3325C1.29599 11.535 1.46418 11.7031 1.66667 11.82L6.33333 14.4867Z",
|
|
933
|
+
stroke: color,
|
|
934
|
+
strokeWidth: "1.33333",
|
|
935
|
+
strokeLinecap: "round",
|
|
936
|
+
strokeLinejoin: "round"
|
|
937
|
+
}
|
|
938
|
+
),
|
|
939
|
+
/* @__PURE__ */ jsx22(
|
|
940
|
+
"path",
|
|
941
|
+
{
|
|
942
|
+
d: "M7 14.6667V8",
|
|
943
|
+
stroke: color,
|
|
944
|
+
strokeWidth: "1.33333",
|
|
945
|
+
strokeLinecap: "round",
|
|
946
|
+
strokeLinejoin: "round"
|
|
947
|
+
}
|
|
948
|
+
),
|
|
949
|
+
/* @__PURE__ */ jsx22(
|
|
950
|
+
"path",
|
|
951
|
+
{
|
|
952
|
+
d: "M1.19336 4.66666L7.00003 7.99999L12.8067 4.66666",
|
|
953
|
+
stroke: color,
|
|
954
|
+
strokeWidth: "1.33333",
|
|
955
|
+
strokeLinecap: "round",
|
|
956
|
+
strokeLinejoin: "round"
|
|
957
|
+
}
|
|
958
|
+
),
|
|
959
|
+
/* @__PURE__ */ jsx22(
|
|
960
|
+
"path",
|
|
961
|
+
{
|
|
962
|
+
d: "M4 2.84668L10 6.28001",
|
|
963
|
+
stroke: color,
|
|
964
|
+
strokeWidth: "1.33333",
|
|
965
|
+
strokeLinecap: "round",
|
|
966
|
+
strokeLinejoin: "round"
|
|
967
|
+
}
|
|
968
|
+
)
|
|
969
|
+
] });
|
|
970
|
+
|
|
971
|
+
// icons/Palette.tsx
|
|
972
|
+
import { jsx as jsx23, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
973
|
+
var Palette = ({
|
|
974
|
+
size = 24,
|
|
975
|
+
color = "currentColor"
|
|
976
|
+
}) => /* @__PURE__ */ jsxs19("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: [
|
|
977
|
+
/* @__PURE__ */ jsx23(
|
|
978
|
+
"path",
|
|
979
|
+
{
|
|
980
|
+
d: "M7.99998 14.6667C6.23187 14.6667 4.53618 13.9643 3.28593 12.7141C2.03569 11.4638 1.33331 9.76815 1.33331 8.00004C1.33331 6.23193 2.03569 4.53624 3.28593 3.286C4.53618 2.03575 6.23187 1.33337 7.99998 1.33337C9.76809 1.33337 11.4638 1.96551 12.714 3.09073C13.9643 4.21595 14.6666 5.74208 14.6666 7.33337C14.6666 8.21743 14.3155 9.06528 13.6903 9.6904C13.0652 10.3155 12.2174 10.6667 11.3333 10.6667H9.83331C9.61665 10.6667 9.40427 10.727 9.21996 10.8409C9.03565 10.9549 8.88671 11.1178 8.78981 11.3116C8.69292 11.5054 8.6519 11.7224 8.67136 11.9381C8.69082 12.1539 8.76998 12.36 8.89998 12.5334L9.09998 12.8C9.22998 12.9734 9.30914 13.1795 9.3286 13.3953C9.34806 13.6111 9.30704 13.828 9.21014 14.0218C9.11325 14.2156 8.9643 14.3786 8.78 14.4925C8.59569 14.6064 8.38331 14.6667 8.16665 14.6667H7.99998Z",
|
|
981
|
+
stroke: color,
|
|
982
|
+
strokeWidth: "1.33333",
|
|
983
|
+
strokeLinecap: "round",
|
|
984
|
+
strokeLinejoin: "round"
|
|
985
|
+
}
|
|
986
|
+
),
|
|
987
|
+
/* @__PURE__ */ jsx23(
|
|
988
|
+
"path",
|
|
989
|
+
{
|
|
990
|
+
d: "M9.00002 4.66667C9.18412 4.66667 9.33335 4.51743 9.33335 4.33333C9.33335 4.14924 9.18412 4 9.00002 4C8.81593 4 8.66669 4.14924 8.66669 4.33333C8.66669 4.51743 8.81593 4.66667 9.00002 4.66667Z",
|
|
991
|
+
fill: color,
|
|
992
|
+
stroke: color,
|
|
993
|
+
strokeWidth: "1.33333",
|
|
994
|
+
strokeLinecap: "round",
|
|
995
|
+
strokeLinejoin: "round"
|
|
996
|
+
}
|
|
997
|
+
),
|
|
998
|
+
/* @__PURE__ */ jsx23(
|
|
999
|
+
"path",
|
|
1000
|
+
{
|
|
1001
|
+
d: "M11.6666 7.33329C11.8507 7.33329 12 7.18405 12 6.99996C12 6.81586 11.8507 6.66663 11.6666 6.66663C11.4826 6.66663 11.3333 6.81586 11.3333 6.99996C11.3333 7.18405 11.4826 7.33329 11.6666 7.33329Z",
|
|
1002
|
+
fill: color,
|
|
1003
|
+
stroke: color,
|
|
1004
|
+
strokeWidth: "1.33333",
|
|
1005
|
+
strokeLinecap: "round",
|
|
1006
|
+
strokeLinejoin: "round"
|
|
1007
|
+
}
|
|
1008
|
+
),
|
|
1009
|
+
/* @__PURE__ */ jsx23(
|
|
1010
|
+
"path",
|
|
1011
|
+
{
|
|
1012
|
+
d: "M4.33333 8.66667C4.51743 8.66667 4.66667 8.51743 4.66667 8.33333C4.66667 8.14924 4.51743 8 4.33333 8C4.14924 8 4 8.14924 4 8.33333C4 8.51743 4.14924 8.66667 4.33333 8.66667Z",
|
|
1013
|
+
fill: color,
|
|
1014
|
+
stroke: color,
|
|
1015
|
+
strokeWidth: "1.33333",
|
|
1016
|
+
strokeLinecap: "round",
|
|
1017
|
+
strokeLinejoin: "round"
|
|
1018
|
+
}
|
|
1019
|
+
),
|
|
1020
|
+
/* @__PURE__ */ jsx23(
|
|
1021
|
+
"path",
|
|
1022
|
+
{
|
|
1023
|
+
d: "M5.66665 5.33329C5.85074 5.33329 5.99998 5.18405 5.99998 4.99996C5.99998 4.81586 5.85074 4.66663 5.66665 4.66663C5.48255 4.66663 5.33331 4.81586 5.33331 4.99996C5.33331 5.18405 5.48255 5.33329 5.66665 5.33329Z",
|
|
1024
|
+
fill: color,
|
|
1025
|
+
stroke: color,
|
|
1026
|
+
strokeWidth: "1.33333",
|
|
1027
|
+
strokeLinecap: "round",
|
|
1028
|
+
strokeLinejoin: "round"
|
|
1029
|
+
}
|
|
1030
|
+
)
|
|
1031
|
+
] });
|
|
1032
|
+
|
|
1033
|
+
// icons/PaperCode.tsx
|
|
1034
|
+
import { jsx as jsx24, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1035
|
+
var PaperCode = ({
|
|
1036
|
+
size = 24,
|
|
1037
|
+
color = "currentColor"
|
|
1038
|
+
}) => /* @__PURE__ */ jsxs20("svg", { width: size, height: size, viewBox: "0 0 12 16", fill: "none", children: [
|
|
1039
|
+
/* @__PURE__ */ jsx24(
|
|
1040
|
+
"path",
|
|
1041
|
+
{
|
|
1042
|
+
d: "M4.66665 8.33337L3.33331 10L4.66665 11.6667",
|
|
1043
|
+
stroke: color,
|
|
1044
|
+
strokeWidth: "1.33333",
|
|
1045
|
+
strokeLinecap: "round",
|
|
1046
|
+
strokeLinejoin: "round"
|
|
1047
|
+
}
|
|
1048
|
+
),
|
|
1049
|
+
/* @__PURE__ */ jsx24(
|
|
1050
|
+
"path",
|
|
1051
|
+
{
|
|
1052
|
+
d: "M7.33331 8.33337L8.66665 10L7.33331 11.6667",
|
|
1053
|
+
stroke: color,
|
|
1054
|
+
strokeWidth: "1.33333",
|
|
1055
|
+
strokeLinecap: "round",
|
|
1056
|
+
strokeLinejoin: "round"
|
|
1057
|
+
}
|
|
1058
|
+
),
|
|
1059
|
+
/* @__PURE__ */ jsx24(
|
|
1060
|
+
"path",
|
|
1061
|
+
{
|
|
1062
|
+
d: "M7.33331 1.33337V4.00004C7.33331 4.35366 7.47379 4.6928 7.72384 4.94285C7.97389 5.1929 8.31302 5.33337 8.66665 5.33337H11.3333",
|
|
1063
|
+
stroke: color,
|
|
1064
|
+
strokeWidth: "1.33333",
|
|
1065
|
+
strokeLinecap: "round",
|
|
1066
|
+
strokeLinejoin: "round"
|
|
1067
|
+
}
|
|
1068
|
+
),
|
|
1069
|
+
/* @__PURE__ */ jsx24(
|
|
1070
|
+
"path",
|
|
1071
|
+
{
|
|
1072
|
+
d: "M8.00002 1.33337H2.00002C1.6464 1.33337 1.30726 1.47385 1.05721 1.7239C0.807163 1.97395 0.666687 2.31309 0.666687 2.66671V13.3334C0.666687 13.687 0.807163 14.0261 1.05721 14.2762C1.30726 14.5262 1.6464 14.6667 2.00002 14.6667H10C10.3536 14.6667 10.6928 14.5262 10.9428 14.2762C11.1929 14.0261 11.3334 13.687 11.3334 13.3334V4.66671L8.00002 1.33337Z",
|
|
1073
|
+
stroke: color,
|
|
1074
|
+
strokeWidth: "1.33333",
|
|
1075
|
+
strokeLinecap: "round",
|
|
1076
|
+
strokeLinejoin: "round"
|
|
1077
|
+
}
|
|
1078
|
+
)
|
|
1079
|
+
] });
|
|
1080
|
+
|
|
1081
|
+
// icons/Play.tsx
|
|
1082
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
1083
|
+
var Play = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx25("svg", { width: size, height: size, viewBox: "0 0 13 14", fill: "none", children: /* @__PURE__ */ jsx25(
|
|
1084
|
+
"path",
|
|
1085
|
+
{
|
|
1086
|
+
d: "M1.33331 2.33336C1.33324 2.09876 1.39508 1.86829 1.51257 1.66522C1.63006 1.46216 1.79905 1.29369 2.00248 1.17683C2.20591 1.05996 2.43657 0.998845 2.67117 0.999641C2.90578 1.00044 3.13602 1.06312 3.33865 1.18136L11.3366 5.8467C11.5385 5.96382 11.7061 6.13186 11.8226 6.33403C11.9392 6.5362 12.0006 6.76543 12.0008 6.99879C12.001 7.23215 11.94 7.46148 11.8238 7.66385C11.7076 7.86623 11.5403 8.03456 11.3386 8.15203L3.33865 12.8187C3.13602 12.9369 2.90578 12.9996 2.67117 13.0004C2.43657 13.0012 2.20591 12.9401 2.00248 12.8232C1.79905 12.7064 1.63006 12.5379 1.51257 12.3348C1.39508 12.1318 1.33324 11.9013 1.33331 11.6667V2.33336Z",
|
|
1087
|
+
stroke: color,
|
|
1088
|
+
strokeWidth: "1.33333",
|
|
1089
|
+
strokeLinecap: "round",
|
|
1090
|
+
strokeLinejoin: "round"
|
|
1091
|
+
}
|
|
1092
|
+
) });
|
|
1093
|
+
|
|
393
1094
|
// icons/Pnpm.tsx
|
|
394
|
-
import { jsx as
|
|
395
|
-
var Pnpm = ({ size = 24 }) => /* @__PURE__ */
|
|
1095
|
+
import { jsx as jsx26, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1096
|
+
var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs21(
|
|
396
1097
|
"svg",
|
|
397
1098
|
{
|
|
398
1099
|
preserveAspectRatio: "xMidYMid meet",
|
|
@@ -400,58 +1101,58 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
400
1101
|
width: size,
|
|
401
1102
|
height: size,
|
|
402
1103
|
children: [
|
|
403
|
-
/* @__PURE__ */
|
|
404
|
-
/* @__PURE__ */
|
|
1104
|
+
/* @__PURE__ */ jsxs21("defs", { children: [
|
|
1105
|
+
/* @__PURE__ */ jsx26(
|
|
405
1106
|
"path",
|
|
406
1107
|
{
|
|
407
1108
|
d: "M67.59 35L247.59 35L247.59 215L67.59 215L67.59 35Z",
|
|
408
1109
|
id: "b2JZZcA3fT"
|
|
409
1110
|
}
|
|
410
1111
|
),
|
|
411
|
-
/* @__PURE__ */
|
|
412
|
-
/* @__PURE__ */
|
|
1112
|
+
/* @__PURE__ */ jsx26("path", { d: "M237.6 95L187.6 95L187.6 45L237.6 45L237.6 95Z", id: "bj0tb0Y8q" }),
|
|
1113
|
+
/* @__PURE__ */ jsx26(
|
|
413
1114
|
"path",
|
|
414
1115
|
{
|
|
415
1116
|
d: "M182.59 95L132.59 95L132.59 45L182.59 45L182.59 95Z",
|
|
416
1117
|
id: "dkDSTzPj3"
|
|
417
1118
|
}
|
|
418
1119
|
),
|
|
419
|
-
/* @__PURE__ */
|
|
1120
|
+
/* @__PURE__ */ jsx26(
|
|
420
1121
|
"path",
|
|
421
1122
|
{
|
|
422
1123
|
d: "M127.59 95L77.59 95L77.59 45L127.59 45L127.59 95Z",
|
|
423
1124
|
id: "a4vNdcNLpF"
|
|
424
1125
|
}
|
|
425
1126
|
),
|
|
426
|
-
/* @__PURE__ */
|
|
1127
|
+
/* @__PURE__ */ jsx26(
|
|
427
1128
|
"path",
|
|
428
1129
|
{
|
|
429
1130
|
d: "M237.6 150L187.6 150L187.6 100L237.6 100L237.6 150Z",
|
|
430
1131
|
id: "h2t4Zj1jSU"
|
|
431
1132
|
}
|
|
432
1133
|
),
|
|
433
|
-
/* @__PURE__ */
|
|
1134
|
+
/* @__PURE__ */ jsx26(
|
|
434
1135
|
"path",
|
|
435
1136
|
{
|
|
436
1137
|
d: "M182.59 150L132.59 150L132.59 100L182.59 100L182.59 150Z",
|
|
437
1138
|
id: "b4t5pngwvT"
|
|
438
1139
|
}
|
|
439
1140
|
),
|
|
440
|
-
/* @__PURE__ */
|
|
1141
|
+
/* @__PURE__ */ jsx26(
|
|
441
1142
|
"path",
|
|
442
1143
|
{
|
|
443
1144
|
d: "M182.59 205L132.59 205L132.59 155L182.59 155L182.59 205Z",
|
|
444
1145
|
id: "b9s1gd5m2"
|
|
445
1146
|
}
|
|
446
1147
|
),
|
|
447
|
-
/* @__PURE__ */
|
|
1148
|
+
/* @__PURE__ */ jsx26(
|
|
448
1149
|
"path",
|
|
449
1150
|
{
|
|
450
1151
|
d: "M237.6 205L187.6 205L187.6 155L237.6 155L237.6 205Z",
|
|
451
1152
|
id: "cmt9WLvz7"
|
|
452
1153
|
}
|
|
453
1154
|
),
|
|
454
|
-
/* @__PURE__ */
|
|
1155
|
+
/* @__PURE__ */ jsx26(
|
|
455
1156
|
"path",
|
|
456
1157
|
{
|
|
457
1158
|
d: "M127.59 205L77.59 205L77.59 155L127.59 155L127.59 205Z",
|
|
@@ -459,8 +1160,8 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
459
1160
|
}
|
|
460
1161
|
)
|
|
461
1162
|
] }),
|
|
462
|
-
/* @__PURE__ */
|
|
463
|
-
/* @__PURE__ */
|
|
1163
|
+
/* @__PURE__ */ jsxs21("g", { children: [
|
|
1164
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
464
1165
|
"use",
|
|
465
1166
|
{
|
|
466
1167
|
xlinkHref: "#b2JZZcA3fT",
|
|
@@ -469,7 +1170,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
469
1170
|
fillOpacity: "1"
|
|
470
1171
|
}
|
|
471
1172
|
) }),
|
|
472
|
-
/* @__PURE__ */
|
|
1173
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
473
1174
|
"use",
|
|
474
1175
|
{
|
|
475
1176
|
xlinkHref: "#bj0tb0Y8q",
|
|
@@ -478,7 +1179,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
478
1179
|
fillOpacity: "1"
|
|
479
1180
|
}
|
|
480
1181
|
) }),
|
|
481
|
-
/* @__PURE__ */
|
|
1182
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
482
1183
|
"use",
|
|
483
1184
|
{
|
|
484
1185
|
xlinkHref: "#dkDSTzPj3",
|
|
@@ -487,7 +1188,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
487
1188
|
fillOpacity: "1"
|
|
488
1189
|
}
|
|
489
1190
|
) }),
|
|
490
|
-
/* @__PURE__ */
|
|
1191
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
491
1192
|
"use",
|
|
492
1193
|
{
|
|
493
1194
|
xlinkHref: "#a4vNdcNLpF",
|
|
@@ -496,7 +1197,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
496
1197
|
fillOpacity: "1"
|
|
497
1198
|
}
|
|
498
1199
|
) }),
|
|
499
|
-
/* @__PURE__ */
|
|
1200
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
500
1201
|
"use",
|
|
501
1202
|
{
|
|
502
1203
|
xlinkHref: "#h2t4Zj1jSU",
|
|
@@ -505,7 +1206,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
505
1206
|
fillOpacity: "1"
|
|
506
1207
|
}
|
|
507
1208
|
) }),
|
|
508
|
-
/* @__PURE__ */
|
|
1209
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
509
1210
|
"use",
|
|
510
1211
|
{
|
|
511
1212
|
xlinkHref: "#b4t5pngwvT",
|
|
@@ -514,7 +1215,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
514
1215
|
fillOpacity: "1"
|
|
515
1216
|
}
|
|
516
1217
|
) }),
|
|
517
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
518
1219
|
"use",
|
|
519
1220
|
{
|
|
520
1221
|
xlinkHref: "#b9s1gd5m2",
|
|
@@ -523,7 +1224,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
523
1224
|
fillOpacity: "1"
|
|
524
1225
|
}
|
|
525
1226
|
) }),
|
|
526
|
-
/* @__PURE__ */
|
|
1227
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
527
1228
|
"use",
|
|
528
1229
|
{
|
|
529
1230
|
xlinkHref: "#cmt9WLvz7",
|
|
@@ -532,7 +1233,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
532
1233
|
fillOpacity: "1"
|
|
533
1234
|
}
|
|
534
1235
|
) }),
|
|
535
|
-
/* @__PURE__ */
|
|
1236
|
+
/* @__PURE__ */ jsx26("g", { children: /* @__PURE__ */ jsx26(
|
|
536
1237
|
"use",
|
|
537
1238
|
{
|
|
538
1239
|
xlinkHref: "#bJUNqgFSg",
|
|
@@ -546,10 +1247,58 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
|
|
|
546
1247
|
}
|
|
547
1248
|
);
|
|
548
1249
|
|
|
1250
|
+
// icons/Resize.tsx
|
|
1251
|
+
import { jsx as jsx27, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1252
|
+
var Resize = ({
|
|
1253
|
+
size = 24,
|
|
1254
|
+
color = "currentColor"
|
|
1255
|
+
}) => /* @__PURE__ */ jsxs22("svg", { width: size, height: size, viewBox: "0 0 18 18", fill: "none", children: [
|
|
1256
|
+
/* @__PURE__ */ jsx27(
|
|
1257
|
+
"path",
|
|
1258
|
+
{
|
|
1259
|
+
d: "M11.5 1.5H16.5V6.5",
|
|
1260
|
+
stroke: color,
|
|
1261
|
+
strokeWidth: "1.66667",
|
|
1262
|
+
strokeLinecap: "round",
|
|
1263
|
+
strokeLinejoin: "round"
|
|
1264
|
+
}
|
|
1265
|
+
),
|
|
1266
|
+
/* @__PURE__ */ jsx27(
|
|
1267
|
+
"path",
|
|
1268
|
+
{
|
|
1269
|
+
d: "M16.5 1.5L10.6667 7.33333",
|
|
1270
|
+
stroke: color,
|
|
1271
|
+
strokeWidth: "1.66667",
|
|
1272
|
+
strokeLinecap: "round",
|
|
1273
|
+
strokeLinejoin: "round"
|
|
1274
|
+
}
|
|
1275
|
+
),
|
|
1276
|
+
/* @__PURE__ */ jsx27(
|
|
1277
|
+
"path",
|
|
1278
|
+
{
|
|
1279
|
+
d: "M1.5 16.5001L7.33333 10.6667",
|
|
1280
|
+
stroke: color,
|
|
1281
|
+
strokeWidth: "1.66667",
|
|
1282
|
+
strokeLinecap: "round",
|
|
1283
|
+
strokeLinejoin: "round"
|
|
1284
|
+
}
|
|
1285
|
+
),
|
|
1286
|
+
/* @__PURE__ */ jsx27(
|
|
1287
|
+
"path",
|
|
1288
|
+
{
|
|
1289
|
+
d: "M6.5 16.5H1.5V11.5",
|
|
1290
|
+
stroke: color,
|
|
1291
|
+
strokeWidth: "1.66667",
|
|
1292
|
+
strokeLinecap: "round",
|
|
1293
|
+
strokeLinejoin: "round"
|
|
1294
|
+
}
|
|
1295
|
+
)
|
|
1296
|
+
] });
|
|
1297
|
+
|
|
549
1298
|
// icons/Share.tsx
|
|
550
|
-
import { jsx as
|
|
551
|
-
var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
552
|
-
/* @__PURE__ */
|
|
1299
|
+
import { jsx as jsx28, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1300
|
+
var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs23("svg", { width: size, height: size, viewBox: "0 0 12 13", fill: "none", children: [
|
|
1301
|
+
/* @__PURE__ */ jsx28(
|
|
553
1302
|
"path",
|
|
554
1303
|
{
|
|
555
1304
|
d: "M9.57764 4.25024C10.5441 4.25024 11.3276 3.46674 11.3276 2.50024C11.3276 1.53375 10.5441 0.750244 9.57764 0.750244C8.61114 0.750244 7.82764 1.53375 7.82764 2.50024C7.82764 3.46674 8.61114 4.25024 9.57764 4.25024Z",
|
|
@@ -559,7 +1308,7 @@ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("sv
|
|
|
559
1308
|
strokeLinejoin: "round"
|
|
560
1309
|
}
|
|
561
1310
|
),
|
|
562
|
-
/* @__PURE__ */
|
|
1311
|
+
/* @__PURE__ */ jsx28(
|
|
563
1312
|
"path",
|
|
564
1313
|
{
|
|
565
1314
|
d: "M2.57764 8.33362C3.54413 8.33362 4.32764 7.55012 4.32764 6.58362C4.32764 5.61712 3.54413 4.83362 2.57764 4.83362C1.61114 4.83362 0.827637 5.61712 0.827637 6.58362C0.827637 7.55012 1.61114 8.33362 2.57764 8.33362Z",
|
|
@@ -569,7 +1318,7 @@ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("sv
|
|
|
569
1318
|
strokeLinejoin: "round"
|
|
570
1319
|
}
|
|
571
1320
|
),
|
|
572
|
-
/* @__PURE__ */
|
|
1321
|
+
/* @__PURE__ */ jsx28(
|
|
573
1322
|
"path",
|
|
574
1323
|
{
|
|
575
1324
|
d: "M9.57764 12.417C10.5441 12.417 11.3276 11.6335 11.3276 10.667C11.3276 9.70049 10.5441 8.91699 9.57764 8.91699C8.61114 8.91699 7.82764 9.70049 7.82764 10.667C7.82764 11.6335 8.61114 12.417 9.57764 12.417Z",
|
|
@@ -579,7 +1328,7 @@ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("sv
|
|
|
579
1328
|
strokeLinejoin: "round"
|
|
580
1329
|
}
|
|
581
1330
|
),
|
|
582
|
-
/* @__PURE__ */
|
|
1331
|
+
/* @__PURE__ */ jsx28(
|
|
583
1332
|
"path",
|
|
584
1333
|
{
|
|
585
1334
|
d: "M4.0885 7.46448L8.07267 9.78614",
|
|
@@ -589,7 +1338,7 @@ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("sv
|
|
|
589
1338
|
strokeLinejoin: "round"
|
|
590
1339
|
}
|
|
591
1340
|
),
|
|
592
|
-
/* @__PURE__ */
|
|
1341
|
+
/* @__PURE__ */ jsx28(
|
|
593
1342
|
"path",
|
|
594
1343
|
{
|
|
595
1344
|
d: "M8.06683 3.3811L4.0885 5.70277",
|
|
@@ -601,17 +1350,75 @@ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("sv
|
|
|
601
1350
|
)
|
|
602
1351
|
] });
|
|
603
1352
|
|
|
1353
|
+
// icons/Stars.tsx
|
|
1354
|
+
import { jsx as jsx29, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1355
|
+
var Stars = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs24("svg", { width: size, height: size, viewBox: "0 0 15 14", fill: "none", children: [
|
|
1356
|
+
/* @__PURE__ */ jsx29(
|
|
1357
|
+
"path",
|
|
1358
|
+
{
|
|
1359
|
+
d: "M7.12655 1.64151C7.15154 1.5077 7.22255 1.38684 7.32727 1.29987C7.43199 1.21289 7.56384 1.16528 7.69996 1.16528C7.83609 1.16528 7.96794 1.21289 8.07266 1.29987C8.17738 1.38684 8.24839 1.5077 8.27338 1.64151L8.88646 4.88368C8.93001 5.11418 9.04203 5.32621 9.2079 5.49208C9.37377 5.65795 9.58579 5.76997 9.8163 5.81351L13.0585 6.4266C13.1923 6.45159 13.3131 6.5226 13.4001 6.62732C13.4871 6.73204 13.5347 6.86388 13.5347 7.00001C13.5347 7.13614 13.4871 7.26798 13.4001 7.37271C13.3131 7.47743 13.1923 7.54844 13.0585 7.57343L9.8163 8.18651C9.58579 8.23006 9.37377 8.34207 9.2079 8.50795C9.04203 8.67382 8.93001 8.88584 8.88646 9.11635L8.27338 12.3585C8.24839 12.4923 8.17738 12.6132 8.07266 12.7002C7.96794 12.7871 7.83609 12.8347 7.69996 12.8347C7.56384 12.8347 7.43199 12.7871 7.32727 12.7002C7.22255 12.6132 7.15154 12.4923 7.12655 12.3585L6.51346 9.11635C6.46992 8.88584 6.3579 8.67382 6.19203 8.50795C6.02616 8.34207 5.81413 8.23006 5.58363 8.18651L2.34146 7.57343C2.20765 7.54844 2.08679 7.47743 1.99982 7.37271C1.91284 7.26798 1.86523 7.13614 1.86523 7.00001C1.86523 6.86388 1.91284 6.73204 1.99982 6.62732C2.08679 6.5226 2.20765 6.45159 2.34146 6.4266L5.58363 5.81351C5.81413 5.76997 6.02616 5.65795 6.19203 5.49208C6.3579 5.32621 6.46992 5.11418 6.51346 4.88368L7.12655 1.64151Z",
|
|
1360
|
+
stroke: color,
|
|
1361
|
+
strokeWidth: "1.16667",
|
|
1362
|
+
strokeLinecap: "round",
|
|
1363
|
+
strokeLinejoin: "round"
|
|
1364
|
+
}
|
|
1365
|
+
),
|
|
1366
|
+
/* @__PURE__ */ jsx29(
|
|
1367
|
+
"path",
|
|
1368
|
+
{
|
|
1369
|
+
d: "M12.3667 1.16669V3.50002",
|
|
1370
|
+
stroke: color,
|
|
1371
|
+
strokeWidth: "1.16667",
|
|
1372
|
+
strokeLinecap: "round",
|
|
1373
|
+
strokeLinejoin: "round"
|
|
1374
|
+
}
|
|
1375
|
+
),
|
|
1376
|
+
/* @__PURE__ */ jsx29(
|
|
1377
|
+
"path",
|
|
1378
|
+
{
|
|
1379
|
+
d: "M13.5335 2.33331H11.2002",
|
|
1380
|
+
stroke: color,
|
|
1381
|
+
strokeWidth: "1.16667",
|
|
1382
|
+
strokeLinecap: "round",
|
|
1383
|
+
strokeLinejoin: "round"
|
|
1384
|
+
}
|
|
1385
|
+
),
|
|
1386
|
+
/* @__PURE__ */ jsx29(
|
|
1387
|
+
"path",
|
|
1388
|
+
{
|
|
1389
|
+
d: "M3.03337 12.8333C3.6777 12.8333 4.20003 12.311 4.20003 11.6667C4.20003 11.0223 3.6777 10.5 3.03337 10.5C2.38903 10.5 1.8667 11.0223 1.8667 11.6667C1.8667 12.311 2.38903 12.8333 3.03337 12.8333Z",
|
|
1390
|
+
stroke: color,
|
|
1391
|
+
strokeWidth: "1.16667",
|
|
1392
|
+
strokeLinecap: "round",
|
|
1393
|
+
strokeLinejoin: "round"
|
|
1394
|
+
}
|
|
1395
|
+
)
|
|
1396
|
+
] });
|
|
1397
|
+
|
|
1398
|
+
// icons/Star.tsx
|
|
1399
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
1400
|
+
var Star = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx30("svg", { width: size, height: size, viewBox: "0 0 20 19", fill: "none", children: /* @__PURE__ */ jsx30(
|
|
1401
|
+
"path",
|
|
1402
|
+
{
|
|
1403
|
+
d: "M9.60416 1.91249C9.64068 1.83871 9.6971 1.7766 9.76704 1.73318C9.83698 1.68976 9.91767 1.66675 9.99999 1.66675C10.0823 1.66675 10.163 1.68976 10.233 1.73318C10.3029 1.7766 10.3593 1.83871 10.3958 1.91249L12.3208 5.81166C12.4476 6.0683 12.6348 6.29033 12.8663 6.4587C13.0979 6.62707 13.3668 6.73675 13.65 6.77833L17.955 7.40833C18.0366 7.42014 18.1132 7.45455 18.1762 7.50766C18.2393 7.56076 18.2862 7.63045 18.3117 7.70883C18.3372 7.78721 18.3402 7.87116 18.3205 7.95119C18.3007 8.03121 18.259 8.10412 18.2 8.16166L15.0867 11.1933C14.8813 11.3934 14.7277 11.6404 14.639 11.913C14.5503 12.1856 14.5292 12.4757 14.5775 12.7583L15.3125 17.0417C15.3269 17.1232 15.3181 17.2071 15.2871 17.2839C15.2561 17.3607 15.2041 17.4272 15.1371 17.4758C15.0701 17.5245 14.9908 17.5533 14.9082 17.5591C14.8256 17.5648 14.7431 17.5472 14.67 17.5083L10.8217 15.485C10.5681 15.3518 10.286 15.2823 9.99958 15.2823C9.71318 15.2823 9.43106 15.3518 9.17749 15.485L5.32999 17.5083C5.25694 17.547 5.17449 17.5644 5.09204 17.5585C5.00958 17.5527 4.93043 17.5238 4.86357 17.4752C4.79672 17.4266 4.74485 17.3601 4.71387 17.2835C4.68289 17.2069 4.67404 17.1231 4.68833 17.0417L5.42249 12.7592C5.47099 12.4764 5.44998 12.1862 5.36128 11.9134C5.27257 11.6406 5.11883 11.3935 4.91333 11.1933L1.79999 8.16249C1.74049 8.10502 1.69832 8.03199 1.6783 7.95172C1.65827 7.87145 1.66119 7.78717 1.68673 7.70848C1.71226 7.6298 1.75938 7.55986 1.82272 7.50665C1.88607 7.45343 1.96308 7.41907 2.04499 7.40749L6.34916 6.77833C6.63271 6.73708 6.90199 6.62754 7.13381 6.45915C7.36564 6.29076 7.55308 6.06855 7.67999 5.81166L9.60416 1.91249Z",
|
|
1404
|
+
stroke: color,
|
|
1405
|
+
strokeWidth: "1.66667",
|
|
1406
|
+
strokeLinecap: "round",
|
|
1407
|
+
strokeLinejoin: "round"
|
|
1408
|
+
}
|
|
1409
|
+
) });
|
|
1410
|
+
|
|
604
1411
|
// icons/Storybook.tsx
|
|
605
|
-
import { jsx as
|
|
606
|
-
var Storybook = ({ size = 24 }) => /* @__PURE__ */
|
|
607
|
-
/* @__PURE__ */
|
|
1412
|
+
import { jsx as jsx31, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1413
|
+
var Storybook = ({ size = 24 }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", height: size, width: size, viewBox: "0 0 16.05 20", children: [
|
|
1414
|
+
/* @__PURE__ */ jsx31(
|
|
608
1415
|
"path",
|
|
609
1416
|
{
|
|
610
1417
|
d: "M0.620279 18.4293L0.000720095 1.92089C-0.0197415 1.37568 0.398305 0.913625 0.942836 0.879592L14.9844 0.00199235C15.5387 -0.0326493 16.0161 0.38859 16.0507 0.942857C16.052 0.96374 16.0527 0.984658 16.0527 1.00558V18.9945C16.0527 19.5498 15.6025 20 15.0471 20C15.0321 20 15.0171 19.9997 15.002 19.999L1.58 19.3962C1.05727 19.3727 0.639903 18.9522 0.620279 18.4293Z",
|
|
611
1418
|
fill: "#FF4785"
|
|
612
1419
|
}
|
|
613
1420
|
),
|
|
614
|
-
/* @__PURE__ */
|
|
1421
|
+
/* @__PURE__ */ jsx31(
|
|
615
1422
|
"path",
|
|
616
1423
|
{
|
|
617
1424
|
clipRule: "evenodd",
|
|
@@ -623,11 +1430,11 @@ var Storybook = ({ size = 24 }) => /* @__PURE__ */ jsxs10("svg", { fill: "none",
|
|
|
623
1430
|
] });
|
|
624
1431
|
|
|
625
1432
|
// icons/Success.tsx
|
|
626
|
-
import { jsx as
|
|
1433
|
+
import { jsx as jsx32, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
627
1434
|
var Success = ({
|
|
628
1435
|
size = 24,
|
|
629
1436
|
color = "currentColor"
|
|
630
|
-
}) => /* @__PURE__ */
|
|
1437
|
+
}) => /* @__PURE__ */ jsxs26(
|
|
631
1438
|
"svg",
|
|
632
1439
|
{
|
|
633
1440
|
width: size,
|
|
@@ -639,16 +1446,16 @@ var Success = ({
|
|
|
639
1446
|
strokeLinecap: "round",
|
|
640
1447
|
strokeLinejoin: "round",
|
|
641
1448
|
children: [
|
|
642
|
-
/* @__PURE__ */
|
|
643
|
-
/* @__PURE__ */
|
|
1449
|
+
/* @__PURE__ */ jsx32("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1450
|
+
/* @__PURE__ */ jsx32("path", { d: "m9 12 2 2 4-4" })
|
|
644
1451
|
]
|
|
645
1452
|
}
|
|
646
1453
|
);
|
|
647
1454
|
|
|
648
1455
|
// icons/User.tsx
|
|
649
|
-
import { jsx as
|
|
650
|
-
var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
651
|
-
/* @__PURE__ */
|
|
1456
|
+
import { jsx as jsx33, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1457
|
+
var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs27("svg", { width: size, height: size, viewBox: "0 0 15 19", fill: "none", children: [
|
|
1458
|
+
/* @__PURE__ */ jsx33(
|
|
652
1459
|
"path",
|
|
653
1460
|
{
|
|
654
1461
|
d: "M13.2026 17.4586V15.7086C13.2026 14.7804 12.8339 13.8901 12.1775 13.2337C11.5211 12.5774 10.6309 12.2086 9.70264 12.2086H4.45264C3.52438 12.2086 2.63414 12.5774 1.97776 13.2337C1.32139 13.8901 0.952637 14.7804 0.952637 15.7086V17.4586",
|
|
@@ -658,7 +1465,7 @@ var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs12("sv
|
|
|
658
1465
|
strokeLinejoin: "round"
|
|
659
1466
|
}
|
|
660
1467
|
),
|
|
661
|
-
/* @__PURE__ */
|
|
1468
|
+
/* @__PURE__ */ jsx33(
|
|
662
1469
|
"path",
|
|
663
1470
|
{
|
|
664
1471
|
d: "M7.07764 8.70862C9.01063 8.70862 10.5776 7.14161 10.5776 5.20862C10.5776 3.27562 9.01063 1.70862 7.07764 1.70862C5.14464 1.70862 3.57764 3.27562 3.57764 5.20862C3.57764 7.14161 5.14464 8.70862 7.07764 8.70862Z",
|
|
@@ -670,12 +1477,60 @@ var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs12("sv
|
|
|
670
1477
|
)
|
|
671
1478
|
] });
|
|
672
1479
|
|
|
1480
|
+
// icons/UserGroup.tsx
|
|
1481
|
+
import { jsx as jsx34, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1482
|
+
var UserGroup = ({
|
|
1483
|
+
size = 24,
|
|
1484
|
+
color = "currentColor"
|
|
1485
|
+
}) => /* @__PURE__ */ jsxs28("svg", { width: size, height: size, viewBox: "0 0 20 18", fill: "none", children: [
|
|
1486
|
+
/* @__PURE__ */ jsx34(
|
|
1487
|
+
"path",
|
|
1488
|
+
{
|
|
1489
|
+
d: "M13.3334 16.5V14.8333C13.3334 13.9493 12.9822 13.1014 12.357 12.4763C11.7319 11.8512 10.8841 11.5 10 11.5H5.00002C4.11597 11.5 3.26812 11.8512 2.643 12.4763C2.01788 13.1014 1.66669 13.9493 1.66669 14.8333V16.5",
|
|
1490
|
+
stroke: color,
|
|
1491
|
+
strokeWidth: "1.66667",
|
|
1492
|
+
strokeLinecap: "round",
|
|
1493
|
+
strokeLinejoin: "round"
|
|
1494
|
+
}
|
|
1495
|
+
),
|
|
1496
|
+
/* @__PURE__ */ jsx34(
|
|
1497
|
+
"path",
|
|
1498
|
+
{
|
|
1499
|
+
d: "M13.3333 1.60669C14.0481 1.792 14.6811 2.20941 15.133 2.79341C15.585 3.37741 15.8301 4.09493 15.8301 4.83336C15.8301 5.57178 15.585 6.28931 15.133 6.8733C14.6811 7.4573 14.0481 7.87471 13.3333 8.06002",
|
|
1500
|
+
stroke: color,
|
|
1501
|
+
strokeWidth: "1.66667",
|
|
1502
|
+
strokeLinecap: "round",
|
|
1503
|
+
strokeLinejoin: "round"
|
|
1504
|
+
}
|
|
1505
|
+
),
|
|
1506
|
+
/* @__PURE__ */ jsx34(
|
|
1507
|
+
"path",
|
|
1508
|
+
{
|
|
1509
|
+
d: "M18.3333 16.5001V14.8334C18.3328 14.0948 18.0869 13.3774 17.6345 12.7937C17.182 12.2099 16.5484 11.793 15.8333 11.6084",
|
|
1510
|
+
stroke: color,
|
|
1511
|
+
strokeWidth: "1.66667",
|
|
1512
|
+
strokeLinecap: "round",
|
|
1513
|
+
strokeLinejoin: "round"
|
|
1514
|
+
}
|
|
1515
|
+
),
|
|
1516
|
+
/* @__PURE__ */ jsx34(
|
|
1517
|
+
"path",
|
|
1518
|
+
{
|
|
1519
|
+
d: "M7.50002 8.16667C9.34097 8.16667 10.8334 6.67428 10.8334 4.83333C10.8334 2.99238 9.34097 1.5 7.50002 1.5C5.65907 1.5 4.16669 2.99238 4.16669 4.83333C4.16669 6.67428 5.65907 8.16667 7.50002 8.16667Z",
|
|
1520
|
+
stroke: color,
|
|
1521
|
+
strokeWidth: "1.66667",
|
|
1522
|
+
strokeLinecap: "round",
|
|
1523
|
+
strokeLinejoin: "round"
|
|
1524
|
+
}
|
|
1525
|
+
)
|
|
1526
|
+
] });
|
|
1527
|
+
|
|
673
1528
|
// icons/Warning.tsx
|
|
674
|
-
import { jsx as
|
|
1529
|
+
import { jsx as jsx35, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
675
1530
|
var Warning = ({
|
|
676
1531
|
size = 24,
|
|
677
1532
|
color = "currentColor"
|
|
678
|
-
}) => /* @__PURE__ */
|
|
1533
|
+
}) => /* @__PURE__ */ jsxs29(
|
|
679
1534
|
"svg",
|
|
680
1535
|
{
|
|
681
1536
|
width: size,
|
|
@@ -687,16 +1542,16 @@ var Warning = ({
|
|
|
687
1542
|
strokeLinecap: "round",
|
|
688
1543
|
strokeLinejoin: "round",
|
|
689
1544
|
children: [
|
|
690
|
-
/* @__PURE__ */
|
|
691
|
-
/* @__PURE__ */
|
|
692
|
-
/* @__PURE__ */
|
|
1545
|
+
/* @__PURE__ */ jsx35("path", { d: "M12 16h.01" }),
|
|
1546
|
+
/* @__PURE__ */ jsx35("path", { d: "M12 8v4" }),
|
|
1547
|
+
/* @__PURE__ */ jsx35("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
|
|
693
1548
|
]
|
|
694
1549
|
}
|
|
695
1550
|
);
|
|
696
1551
|
|
|
697
1552
|
// icons/Yarn.tsx
|
|
698
|
-
import { jsx as
|
|
699
|
-
var Yarn = ({ size = 24 }) => /* @__PURE__ */
|
|
1553
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
1554
|
+
var Yarn = ({ size = 24 }) => /* @__PURE__ */ jsx36(
|
|
700
1555
|
"svg",
|
|
701
1556
|
{
|
|
702
1557
|
viewBox: "0 0 496 512",
|
|
@@ -705,28 +1560,46 @@ var Yarn = ({ size = 24 }) => /* @__PURE__ */ jsx18(
|
|
|
705
1560
|
stroke: "#2c8ebb",
|
|
706
1561
|
strokeWidth: "0",
|
|
707
1562
|
fill: "#2c8ebb",
|
|
708
|
-
children: /* @__PURE__ */
|
|
1563
|
+
children: /* @__PURE__ */ jsx36("path", { d: "M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z" })
|
|
709
1564
|
}
|
|
710
1565
|
);
|
|
711
1566
|
|
|
712
1567
|
// icons/index.ts
|
|
713
1568
|
var Icons = {
|
|
714
1569
|
ArrowRight,
|
|
1570
|
+
BashCursor,
|
|
715
1571
|
Bun,
|
|
1572
|
+
Code,
|
|
716
1573
|
Copy,
|
|
717
1574
|
Comment,
|
|
1575
|
+
Components,
|
|
1576
|
+
Disabled,
|
|
1577
|
+
Dot,
|
|
1578
|
+
Eye,
|
|
718
1579
|
Error,
|
|
719
1580
|
GalleryVertical,
|
|
720
1581
|
GalleryVerticalEnd,
|
|
1582
|
+
GradientSquare,
|
|
721
1583
|
Github,
|
|
722
1584
|
Info,
|
|
1585
|
+
Link,
|
|
1586
|
+
Logo,
|
|
723
1587
|
Npm,
|
|
1588
|
+
OpenedBook,
|
|
1589
|
+
Package,
|
|
1590
|
+
Palette,
|
|
1591
|
+
PaperCode,
|
|
1592
|
+
Play,
|
|
724
1593
|
Pnpm,
|
|
725
1594
|
Heart,
|
|
1595
|
+
Resize,
|
|
726
1596
|
Share,
|
|
1597
|
+
Star,
|
|
1598
|
+
Stars,
|
|
727
1599
|
Storybook,
|
|
728
1600
|
Success,
|
|
729
1601
|
User,
|
|
1602
|
+
UserGroup,
|
|
730
1603
|
Warning,
|
|
731
1604
|
Yarn
|
|
732
1605
|
};
|