@aristobyte-ui/utils 1.0.33 → 1.0.35

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.mjs CHANGED
@@ -212,8 +212,24 @@ var Bun = () => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 80 70", children: [
212
212
  ] })
213
213
  ] });
214
214
 
215
+ // icons/Comment.tsx
216
+ import { jsx as jsx3 } from "react/jsx-runtime";
217
+ var Comment = ({
218
+ size = 24,
219
+ color = "currentColor"
220
+ }) => /* @__PURE__ */ jsx3("svg", { width: size, height: size, viewBox: "0 0 14 13", fill: "none", children: /* @__PURE__ */ jsx3(
221
+ "path",
222
+ {
223
+ 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",
224
+ stroke: color,
225
+ strokeWidth: "1.16667",
226
+ strokeLinecap: "round",
227
+ strokeLinejoin: "round"
228
+ }
229
+ ) });
230
+
215
231
  // icons/Copy.tsx
216
- import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
232
+ import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
217
233
  var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs2(
218
234
  "svg",
219
235
  {
@@ -226,14 +242,14 @@ var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs2(
226
242
  strokeLinecap: "round",
227
243
  strokeLinejoin: "round",
228
244
  children: [
229
- /* @__PURE__ */ jsx3("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
230
- /* @__PURE__ */ jsx3("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
245
+ /* @__PURE__ */ jsx4("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
246
+ /* @__PURE__ */ jsx4("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
231
247
  ]
232
248
  }
233
249
  );
234
250
 
235
251
  // icons/Error.tsx
236
- import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
252
+ import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
237
253
  var Error = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs3(
238
254
  "svg",
239
255
  {
@@ -246,15 +262,15 @@ var Error = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs3(
246
262
  strokeLinecap: "round",
247
263
  strokeLinejoin: "round",
248
264
  children: [
249
- /* @__PURE__ */ jsx4("path", { d: "m15 9-6 6" }),
250
- /* @__PURE__ */ jsx4("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" }),
251
- /* @__PURE__ */ jsx4("path", { d: "m9 9 6 6" })
265
+ /* @__PURE__ */ jsx5("path", { d: "m15 9-6 6" }),
266
+ /* @__PURE__ */ jsx5("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" }),
267
+ /* @__PURE__ */ jsx5("path", { d: "m9 9 6 6" })
252
268
  ]
253
269
  }
254
270
  );
255
271
 
256
272
  // icons/GalleryVertical.tsx
257
- import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
273
+ import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
258
274
  var GalleryVertical = ({
259
275
  size = 24,
260
276
  color = "currentColor"
@@ -270,15 +286,15 @@ var GalleryVertical = ({
270
286
  strokeLinecap: "round",
271
287
  strokeLinejoin: "round",
272
288
  children: [
273
- /* @__PURE__ */ jsx5("path", { d: "M3 2h18" }),
274
- /* @__PURE__ */ jsx5("rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }),
275
- /* @__PURE__ */ jsx5("path", { d: "M3 22h18" })
289
+ /* @__PURE__ */ jsx6("path", { d: "M3 2h18" }),
290
+ /* @__PURE__ */ jsx6("rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }),
291
+ /* @__PURE__ */ jsx6("path", { d: "M3 22h18" })
276
292
  ]
277
293
  }
278
294
  );
279
295
 
280
296
  // icons/GalleryVerticalEnd.tsx
281
- import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
297
+ import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
282
298
  var GalleryVerticalEnd = ({
283
299
  size = 24,
284
300
  color = "currentColor"
@@ -294,16 +310,16 @@ var GalleryVerticalEnd = ({
294
310
  strokeLinecap: "round",
295
311
  strokeLinejoin: "round",
296
312
  children: [
297
- /* @__PURE__ */ jsx6("path", { d: "M7 2h10" }),
298
- /* @__PURE__ */ jsx6("path", { d: "M5 6h14" }),
299
- /* @__PURE__ */ jsx6("rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" })
313
+ /* @__PURE__ */ jsx7("path", { d: "M7 2h10" }),
314
+ /* @__PURE__ */ jsx7("path", { d: "M5 6h14" }),
315
+ /* @__PURE__ */ jsx7("rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" })
300
316
  ]
301
317
  }
302
318
  );
303
319
 
304
320
  // icons/Github.tsx
305
- import { jsx as jsx7 } from "react/jsx-runtime";
306
- var Github = ({ size = 24 }) => /* @__PURE__ */ jsx7(
321
+ import { jsx as jsx8 } from "react/jsx-runtime";
322
+ var Github = ({ size = 24 }) => /* @__PURE__ */ jsx8(
307
323
  "svg",
308
324
  {
309
325
  height: size,
@@ -313,12 +329,25 @@ var Github = ({ size = 24 }) => /* @__PURE__ */ jsx7(
313
329
  version: "1.1",
314
330
  "data-view-component": "true",
315
331
  fill: "#fff",
316
- children: /* @__PURE__ */ jsx7("path", { d: "M12 1C5.923 1 1 5.923 1 12c0 4.867 3.149 8.979 7.521 10.436.55.096.756-.233.756-.522 0-.262-.013-1.128-.013-2.049-2.764.509-3.479-.674-3.699-1.292-.124-.317-.66-1.293-1.127-1.554-.385-.207-.936-.715-.014-.729.866-.014 1.485.797 1.691 1.128.99 1.663 2.571 1.196 3.204.907.096-.715.385-1.196.701-1.471-2.448-.275-5.005-1.224-5.005-5.432 0-1.196.426-2.186 1.128-2.956-.111-.275-.496-1.402.11-2.915 0 0 .921-.288 3.024 1.128a10.193 10.193 0 0 1 2.75-.371c.936 0 1.871.123 2.75.371 2.104-1.43 3.025-1.128 3.025-1.128.605 1.513.221 2.64.111 2.915.701.77 1.127 1.747 1.127 2.956 0 4.222-2.571 5.157-5.019 5.432.399.344.743 1.004.743 2.035 0 1.471-.014 2.654-.014 3.025 0 .289.206.632.756.522C19.851 20.979 23 16.854 23 12c0-6.077-4.922-11-11-11Z" })
332
+ children: /* @__PURE__ */ jsx8("path", { d: "M12 1C5.923 1 1 5.923 1 12c0 4.867 3.149 8.979 7.521 10.436.55.096.756-.233.756-.522 0-.262-.013-1.128-.013-2.049-2.764.509-3.479-.674-3.699-1.292-.124-.317-.66-1.293-1.127-1.554-.385-.207-.936-.715-.014-.729.866-.014 1.485.797 1.691 1.128.99 1.663 2.571 1.196 3.204.907.096-.715.385-1.196.701-1.471-2.448-.275-5.005-1.224-5.005-5.432 0-1.196.426-2.186 1.128-2.956-.111-.275-.496-1.402.11-2.915 0 0 .921-.288 3.024 1.128a10.193 10.193 0 0 1 2.75-.371c.936 0 1.871.123 2.75.371 2.104-1.43 3.025-1.128 3.025-1.128.605 1.513.221 2.64.111 2.915.701.77 1.127 1.747 1.127 2.956 0 4.222-2.571 5.157-5.019 5.432.399.344.743 1.004.743 2.035 0 1.471-.014 2.654-.014 3.025 0 .289.206.632.756.522C19.851 20.979 23 16.854 23 12c0-6.077-4.922-11-11-11Z" })
317
333
  }
318
334
  );
319
335
 
336
+ // icons/Heart.tsx
337
+ import { jsx as jsx9 } from "react/jsx-runtime";
338
+ var Heart = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsx9("svg", { width: size, height: size, viewBox: "0 0 14 12", fill: "none", children: /* @__PURE__ */ jsx9(
339
+ "path",
340
+ {
341
+ 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",
342
+ stroke: color,
343
+ strokeWidth: "1.16667",
344
+ strokeLinecap: "round",
345
+ strokeLinejoin: "round"
346
+ }
347
+ ) });
348
+
320
349
  // icons/Info.tsx
321
- import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
350
+ import { jsx as jsx10, jsxs as jsxs6 } from "react/jsx-runtime";
322
351
  var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs6(
323
352
  "svg",
324
353
  {
@@ -331,15 +360,15 @@ var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs6(
331
360
  strokeLinecap: "round",
332
361
  strokeLinejoin: "round",
333
362
  children: [
334
- /* @__PURE__ */ jsx8("circle", { cx: "12", cy: "12", r: "10" }),
335
- /* @__PURE__ */ jsx8("path", { d: "M12 16v-4" }),
336
- /* @__PURE__ */ jsx8("path", { d: "M12 8h.01" })
363
+ /* @__PURE__ */ jsx10("circle", { cx: "12", cy: "12", r: "10" }),
364
+ /* @__PURE__ */ jsx10("path", { d: "M12 16v-4" }),
365
+ /* @__PURE__ */ jsx10("path", { d: "M12 8h.01" })
337
366
  ]
338
367
  }
339
368
  );
340
369
 
341
370
  // icons/Npm.tsx
342
- import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
371
+ import { jsx as jsx11, jsxs as jsxs7 } from "react/jsx-runtime";
343
372
  var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs7(
344
373
  "svg",
345
374
  {
@@ -349,8 +378,8 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs7(
349
378
  fill: "#cb3837",
350
379
  "aria-hidden": "true",
351
380
  children: [
352
- /* @__PURE__ */ jsx9("polygon", { fill: "#cb3837", points: "0,700 700,700 700,0 0,0" }),
353
- /* @__PURE__ */ jsx9(
381
+ /* @__PURE__ */ jsx11("polygon", { fill: "#cb3837", points: "0,700 700,700 700,0 0,0" }),
382
+ /* @__PURE__ */ jsx11(
354
383
  "polygon",
355
384
  {
356
385
  fill: "#ffffff",
@@ -362,7 +391,7 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ jsxs7(
362
391
  );
363
392
 
364
393
  // icons/Pnpm.tsx
365
- import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
394
+ import { jsx as jsx12, jsxs as jsxs8 } from "react/jsx-runtime";
366
395
  var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
367
396
  "svg",
368
397
  {
@@ -372,57 +401,57 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
372
401
  height: size,
373
402
  children: [
374
403
  /* @__PURE__ */ jsxs8("defs", { children: [
375
- /* @__PURE__ */ jsx10(
404
+ /* @__PURE__ */ jsx12(
376
405
  "path",
377
406
  {
378
407
  d: "M67.59 35L247.59 35L247.59 215L67.59 215L67.59 35Z",
379
408
  id: "b2JZZcA3fT"
380
409
  }
381
410
  ),
382
- /* @__PURE__ */ jsx10("path", { d: "M237.6 95L187.6 95L187.6 45L237.6 45L237.6 95Z", id: "bj0tb0Y8q" }),
383
- /* @__PURE__ */ jsx10(
411
+ /* @__PURE__ */ jsx12("path", { d: "M237.6 95L187.6 95L187.6 45L237.6 45L237.6 95Z", id: "bj0tb0Y8q" }),
412
+ /* @__PURE__ */ jsx12(
384
413
  "path",
385
414
  {
386
415
  d: "M182.59 95L132.59 95L132.59 45L182.59 45L182.59 95Z",
387
416
  id: "dkDSTzPj3"
388
417
  }
389
418
  ),
390
- /* @__PURE__ */ jsx10(
419
+ /* @__PURE__ */ jsx12(
391
420
  "path",
392
421
  {
393
422
  d: "M127.59 95L77.59 95L77.59 45L127.59 45L127.59 95Z",
394
423
  id: "a4vNdcNLpF"
395
424
  }
396
425
  ),
397
- /* @__PURE__ */ jsx10(
426
+ /* @__PURE__ */ jsx12(
398
427
  "path",
399
428
  {
400
429
  d: "M237.6 150L187.6 150L187.6 100L237.6 100L237.6 150Z",
401
430
  id: "h2t4Zj1jSU"
402
431
  }
403
432
  ),
404
- /* @__PURE__ */ jsx10(
433
+ /* @__PURE__ */ jsx12(
405
434
  "path",
406
435
  {
407
436
  d: "M182.59 150L132.59 150L132.59 100L182.59 100L182.59 150Z",
408
437
  id: "b4t5pngwvT"
409
438
  }
410
439
  ),
411
- /* @__PURE__ */ jsx10(
440
+ /* @__PURE__ */ jsx12(
412
441
  "path",
413
442
  {
414
443
  d: "M182.59 205L132.59 205L132.59 155L182.59 155L182.59 205Z",
415
444
  id: "b9s1gd5m2"
416
445
  }
417
446
  ),
418
- /* @__PURE__ */ jsx10(
447
+ /* @__PURE__ */ jsx12(
419
448
  "path",
420
449
  {
421
450
  d: "M237.6 205L187.6 205L187.6 155L237.6 155L237.6 205Z",
422
451
  id: "cmt9WLvz7"
423
452
  }
424
453
  ),
425
- /* @__PURE__ */ jsx10(
454
+ /* @__PURE__ */ jsx12(
426
455
  "path",
427
456
  {
428
457
  d: "M127.59 205L77.59 205L77.59 155L127.59 155L127.59 205Z",
@@ -431,7 +460,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
431
460
  )
432
461
  ] }),
433
462
  /* @__PURE__ */ jsxs8("g", { children: [
434
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
463
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
435
464
  "use",
436
465
  {
437
466
  xlinkHref: "#b2JZZcA3fT",
@@ -440,7 +469,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
440
469
  fillOpacity: "1"
441
470
  }
442
471
  ) }),
443
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
472
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
444
473
  "use",
445
474
  {
446
475
  xlinkHref: "#bj0tb0Y8q",
@@ -449,7 +478,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
449
478
  fillOpacity: "1"
450
479
  }
451
480
  ) }),
452
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
481
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
453
482
  "use",
454
483
  {
455
484
  xlinkHref: "#dkDSTzPj3",
@@ -458,7 +487,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
458
487
  fillOpacity: "1"
459
488
  }
460
489
  ) }),
461
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
490
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
462
491
  "use",
463
492
  {
464
493
  xlinkHref: "#a4vNdcNLpF",
@@ -467,7 +496,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
467
496
  fillOpacity: "1"
468
497
  }
469
498
  ) }),
470
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
499
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
471
500
  "use",
472
501
  {
473
502
  xlinkHref: "#h2t4Zj1jSU",
@@ -476,7 +505,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
476
505
  fillOpacity: "1"
477
506
  }
478
507
  ) }),
479
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
508
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
480
509
  "use",
481
510
  {
482
511
  xlinkHref: "#b4t5pngwvT",
@@ -485,7 +514,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
485
514
  fillOpacity: "1"
486
515
  }
487
516
  ) }),
488
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
517
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
489
518
  "use",
490
519
  {
491
520
  xlinkHref: "#b9s1gd5m2",
@@ -494,7 +523,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
494
523
  fillOpacity: "1"
495
524
  }
496
525
  ) }),
497
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
526
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
498
527
  "use",
499
528
  {
500
529
  xlinkHref: "#cmt9WLvz7",
@@ -503,7 +532,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
503
532
  fillOpacity: "1"
504
533
  }
505
534
  ) }),
506
- /* @__PURE__ */ jsx10("g", { children: /* @__PURE__ */ jsx10(
535
+ /* @__PURE__ */ jsx12("g", { children: /* @__PURE__ */ jsx12(
507
536
  "use",
508
537
  {
509
538
  xlinkHref: "#bJUNqgFSg",
@@ -517,17 +546,72 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ jsxs8(
517
546
  }
518
547
  );
519
548
 
549
+ // icons/Share.tsx
550
+ import { jsx as jsx13, jsxs as jsxs9 } from "react/jsx-runtime";
551
+ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs9("svg", { width: size, height: size, viewBox: "0 0 12 13", fill: "none", children: [
552
+ /* @__PURE__ */ jsx13(
553
+ "path",
554
+ {
555
+ 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",
556
+ stroke: color,
557
+ strokeWidth: "1.16667",
558
+ strokeLinecap: "round",
559
+ strokeLinejoin: "round"
560
+ }
561
+ ),
562
+ /* @__PURE__ */ jsx13(
563
+ "path",
564
+ {
565
+ 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",
566
+ stroke: color,
567
+ strokeWidth: "1.16667",
568
+ strokeLinecap: "round",
569
+ strokeLinejoin: "round"
570
+ }
571
+ ),
572
+ /* @__PURE__ */ jsx13(
573
+ "path",
574
+ {
575
+ 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",
576
+ stroke: color,
577
+ strokeWidth: "1.16667",
578
+ strokeLinecap: "round",
579
+ strokeLinejoin: "round"
580
+ }
581
+ ),
582
+ /* @__PURE__ */ jsx13(
583
+ "path",
584
+ {
585
+ d: "M4.0885 7.46448L8.07267 9.78614",
586
+ stroke: color,
587
+ strokeWidth: "1.16667",
588
+ strokeLinecap: "round",
589
+ strokeLinejoin: "round"
590
+ }
591
+ ),
592
+ /* @__PURE__ */ jsx13(
593
+ "path",
594
+ {
595
+ d: "M8.06683 3.3811L4.0885 5.70277",
596
+ stroke: color,
597
+ strokeWidth: "1.16667",
598
+ strokeLinecap: "round",
599
+ strokeLinejoin: "round"
600
+ }
601
+ )
602
+ ] });
603
+
520
604
  // icons/Storybook.tsx
521
- import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
522
- var Storybook = ({ size = 24 }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", height: size, width: size, viewBox: "0 0 16.05 20", children: [
523
- /* @__PURE__ */ jsx11(
605
+ import { jsx as jsx14, jsxs as jsxs10 } from "react/jsx-runtime";
606
+ var Storybook = ({ size = 24 }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", height: size, width: size, viewBox: "0 0 16.05 20", children: [
607
+ /* @__PURE__ */ jsx14(
524
608
  "path",
525
609
  {
526
610
  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",
527
611
  fill: "#FF4785"
528
612
  }
529
613
  ),
530
- /* @__PURE__ */ jsx11(
614
+ /* @__PURE__ */ jsx14(
531
615
  "path",
532
616
  {
533
617
  clipRule: "evenodd",
@@ -539,11 +623,11 @@ var Storybook = ({ size = 24 }) => /* @__PURE__ */ jsxs9("svg", { fill: "none",
539
623
  ] });
540
624
 
541
625
  // icons/Success.tsx
542
- import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
626
+ import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
543
627
  var Success = ({
544
628
  size = 24,
545
629
  color = "currentColor"
546
- }) => /* @__PURE__ */ jsxs10(
630
+ }) => /* @__PURE__ */ jsxs11(
547
631
  "svg",
548
632
  {
549
633
  width: size,
@@ -555,18 +639,43 @@ var Success = ({
555
639
  strokeLinecap: "round",
556
640
  strokeLinejoin: "round",
557
641
  children: [
558
- /* @__PURE__ */ jsx12("circle", { cx: "12", cy: "12", r: "10" }),
559
- /* @__PURE__ */ jsx12("path", { d: "m9 12 2 2 4-4" })
642
+ /* @__PURE__ */ jsx15("circle", { cx: "12", cy: "12", r: "10" }),
643
+ /* @__PURE__ */ jsx15("path", { d: "m9 12 2 2 4-4" })
560
644
  ]
561
645
  }
562
646
  );
563
647
 
648
+ // icons/User.tsx
649
+ import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
650
+ var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxs12("svg", { width: size, height: size, viewBox: "0 0 15 19", fill: "none", children: [
651
+ /* @__PURE__ */ jsx16(
652
+ "path",
653
+ {
654
+ 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",
655
+ stroke: color,
656
+ strokeWidth: "1.75",
657
+ strokeLinecap: "round",
658
+ strokeLinejoin: "round"
659
+ }
660
+ ),
661
+ /* @__PURE__ */ jsx16(
662
+ "path",
663
+ {
664
+ 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",
665
+ stroke: color,
666
+ strokeWidth: "1.75",
667
+ strokeLinecap: "round",
668
+ strokeLinejoin: "round"
669
+ }
670
+ )
671
+ ] });
672
+
564
673
  // icons/Warning.tsx
565
- import { jsx as jsx13, jsxs as jsxs11 } from "react/jsx-runtime";
674
+ import { jsx as jsx17, jsxs as jsxs13 } from "react/jsx-runtime";
566
675
  var Warning = ({
567
676
  size = 24,
568
677
  color = "currentColor"
569
- }) => /* @__PURE__ */ jsxs11(
678
+ }) => /* @__PURE__ */ jsxs13(
570
679
  "svg",
571
680
  {
572
681
  width: size,
@@ -578,16 +687,16 @@ var Warning = ({
578
687
  strokeLinecap: "round",
579
688
  strokeLinejoin: "round",
580
689
  children: [
581
- /* @__PURE__ */ jsx13("path", { d: "M12 16h.01" }),
582
- /* @__PURE__ */ jsx13("path", { d: "M12 8v4" }),
583
- /* @__PURE__ */ jsx13("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" })
690
+ /* @__PURE__ */ jsx17("path", { d: "M12 16h.01" }),
691
+ /* @__PURE__ */ jsx17("path", { d: "M12 8v4" }),
692
+ /* @__PURE__ */ jsx17("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" })
584
693
  ]
585
694
  }
586
695
  );
587
696
 
588
697
  // icons/Yarn.tsx
589
- import { jsx as jsx14 } from "react/jsx-runtime";
590
- var Yarn = ({ size = 24 }) => /* @__PURE__ */ jsx14(
698
+ import { jsx as jsx18 } from "react/jsx-runtime";
699
+ var Yarn = ({ size = 24 }) => /* @__PURE__ */ jsx18(
591
700
  "svg",
592
701
  {
593
702
  viewBox: "0 0 496 512",
@@ -596,7 +705,7 @@ var Yarn = ({ size = 24 }) => /* @__PURE__ */ jsx14(
596
705
  stroke: "#2c8ebb",
597
706
  strokeWidth: "0",
598
707
  fill: "#2c8ebb",
599
- children: /* @__PURE__ */ jsx14("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" })
708
+ children: /* @__PURE__ */ jsx18("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" })
600
709
  }
601
710
  );
602
711
 
@@ -605,6 +714,7 @@ var Icons = {
605
714
  ArrowRight,
606
715
  Bun,
607
716
  Copy,
717
+ Comment,
608
718
  Error,
609
719
  GalleryVertical,
610
720
  GalleryVerticalEnd,
@@ -612,8 +722,11 @@ var Icons = {
612
722
  Info,
613
723
  Npm,
614
724
  Pnpm,
725
+ Heart,
726
+ Share,
615
727
  Storybook,
616
728
  Success,
729
+ User,
617
730
  Warning,
618
731
  Yarn
619
732
  };