@aristobyte-ui/utils 1.0.32 → 1.0.34

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 CHANGED
@@ -22,6 +22,7 @@ declare const Icons: {
22
22
  ArrowRight: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
23
23
  Bun: () => react_jsx_runtime.JSX.Element;
24
24
  Copy: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
25
+ Comment: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
25
26
  Error: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
26
27
  GalleryVertical: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
27
28
  GalleryVerticalEnd: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
@@ -29,8 +30,11 @@ declare const Icons: {
29
30
  Info: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
30
31
  Npm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
31
32
  Pnpm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
33
+ Heart: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
34
+ Share: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
32
35
  Storybook: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
33
36
  Success: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
37
+ User: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
34
38
  Warning: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
35
39
  Yarn: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
36
40
  };
package/dist/index.d.ts CHANGED
@@ -22,6 +22,7 @@ declare const Icons: {
22
22
  ArrowRight: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
23
23
  Bun: () => react_jsx_runtime.JSX.Element;
24
24
  Copy: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
25
+ Comment: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
25
26
  Error: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
26
27
  GalleryVertical: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
27
28
  GalleryVerticalEnd: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
@@ -29,8 +30,11 @@ declare const Icons: {
29
30
  Info: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
30
31
  Npm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
31
32
  Pnpm: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
33
+ Heart: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
34
+ Share: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
32
35
  Storybook: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
33
36
  Success: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
37
+ User: ({ size, color }: IconPropsType) => react_jsx_runtime.JSX.Element;
34
38
  Warning: ({ size, color, }: IconPropsType) => react_jsx_runtime.JSX.Element;
35
39
  Yarn: ({ size }: IconPropsType) => react_jsx_runtime.JSX.Element;
36
40
  };
package/dist/index.js CHANGED
@@ -249,9 +249,25 @@ var Bun = () => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { viewBox:
249
249
  ] })
250
250
  ] });
251
251
 
252
- // icons/Copy.tsx
252
+ // icons/Comment.tsx
253
253
  var import_jsx_runtime3 = require("react/jsx-runtime");
254
- var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
254
+ var Comment = ({
255
+ size = 24,
256
+ color = "currentColor"
257
+ }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { width: size, height: size, viewBox: "0 0 14 13", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
258
+ "path",
259
+ {
260
+ 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",
261
+ stroke: color,
262
+ strokeWidth: "1.16667",
263
+ strokeLinecap: "round",
264
+ strokeLinejoin: "round"
265
+ }
266
+ ) });
267
+
268
+ // icons/Copy.tsx
269
+ var import_jsx_runtime4 = require("react/jsx-runtime");
270
+ var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
255
271
  "svg",
256
272
  {
257
273
  width: size,
@@ -263,15 +279,15 @@ var Copy = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import
263
279
  strokeLinecap: "round",
264
280
  strokeLinejoin: "round",
265
281
  children: [
266
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
267
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
282
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }),
283
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })
268
284
  ]
269
285
  }
270
286
  );
271
287
 
272
288
  // icons/Error.tsx
273
- var import_jsx_runtime4 = require("react/jsx-runtime");
274
- var Error2 = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
289
+ var import_jsx_runtime5 = require("react/jsx-runtime");
290
+ var Error2 = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
275
291
  "svg",
276
292
  {
277
293
  width: size,
@@ -283,19 +299,19 @@ var Error2 = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, impo
283
299
  strokeLinecap: "round",
284
300
  strokeLinejoin: "round",
285
301
  children: [
286
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m15 9-6 6" }),
287
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" }),
288
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "m9 9 6 6" })
302
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m15 9-6 6" }),
303
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("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" }),
304
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "m9 9 6 6" })
289
305
  ]
290
306
  }
291
307
  );
292
308
 
293
309
  // icons/GalleryVertical.tsx
294
- var import_jsx_runtime5 = require("react/jsx-runtime");
310
+ var import_jsx_runtime6 = require("react/jsx-runtime");
295
311
  var GalleryVertical = ({
296
312
  size = 24,
297
313
  color = "currentColor"
298
- }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
314
+ }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
299
315
  "svg",
300
316
  {
301
317
  width: size,
@@ -307,19 +323,19 @@ var GalleryVertical = ({
307
323
  strokeLinecap: "round",
308
324
  strokeLinejoin: "round",
309
325
  children: [
310
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M3 2h18" }),
311
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }),
312
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M3 22h18" })
326
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M3 2h18" }),
327
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }),
328
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M3 22h18" })
313
329
  ]
314
330
  }
315
331
  );
316
332
 
317
333
  // icons/GalleryVerticalEnd.tsx
318
- var import_jsx_runtime6 = require("react/jsx-runtime");
334
+ var import_jsx_runtime7 = require("react/jsx-runtime");
319
335
  var GalleryVerticalEnd = ({
320
336
  size = 24,
321
337
  color = "currentColor"
322
- }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
338
+ }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
323
339
  "svg",
324
340
  {
325
341
  width: size,
@@ -331,16 +347,16 @@ var GalleryVerticalEnd = ({
331
347
  strokeLinecap: "round",
332
348
  strokeLinejoin: "round",
333
349
  children: [
334
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M7 2h10" }),
335
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M5 6h14" }),
336
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" })
350
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M7 2h10" }),
351
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { d: "M5 6h14" }),
352
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" })
337
353
  ]
338
354
  }
339
355
  );
340
356
 
341
357
  // icons/Github.tsx
342
- var import_jsx_runtime7 = require("react/jsx-runtime");
343
- var Github = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
358
+ var import_jsx_runtime8 = require("react/jsx-runtime");
359
+ var Github = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
344
360
  "svg",
345
361
  {
346
362
  height: size,
@@ -350,13 +366,26 @@ var Github = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
350
366
  version: "1.1",
351
367
  "data-view-component": "true",
352
368
  fill: "#fff",
353
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("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" })
369
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" })
354
370
  }
355
371
  );
356
372
 
373
+ // icons/Heart.tsx
374
+ var import_jsx_runtime9 = require("react/jsx-runtime");
375
+ var Heart = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { width: size, height: size, viewBox: "0 0 14 12", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
376
+ "path",
377
+ {
378
+ 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",
379
+ stroke: color,
380
+ strokeWidth: "1.16667",
381
+ strokeLinecap: "round",
382
+ strokeLinejoin: "round"
383
+ }
384
+ ) });
385
+
357
386
  // icons/Info.tsx
358
- var import_jsx_runtime8 = require("react/jsx-runtime");
359
- var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
387
+ var import_jsx_runtime10 = require("react/jsx-runtime");
388
+ var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
360
389
  "svg",
361
390
  {
362
391
  width: size,
@@ -368,16 +397,16 @@ var Info = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import
368
397
  strokeLinecap: "round",
369
398
  strokeLinejoin: "round",
370
399
  children: [
371
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
372
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M12 16v-4" }),
373
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M12 8h.01" })
400
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
401
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M12 16v-4" }),
402
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M12 8h.01" })
374
403
  ]
375
404
  }
376
405
  );
377
406
 
378
407
  // icons/Npm.tsx
379
- var import_jsx_runtime9 = require("react/jsx-runtime");
380
- var Npm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
408
+ var import_jsx_runtime11 = require("react/jsx-runtime");
409
+ var Npm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
381
410
  "svg",
382
411
  {
383
412
  height: size,
@@ -386,8 +415,8 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
386
415
  fill: "#cb3837",
387
416
  "aria-hidden": "true",
388
417
  children: [
389
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("polygon", { fill: "#cb3837", points: "0,700 700,700 700,0 0,0" }),
390
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
418
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("polygon", { fill: "#cb3837", points: "0,700 700,700 700,0 0,0" }),
419
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
391
420
  "polygon",
392
421
  {
393
422
  fill: "#ffffff",
@@ -399,8 +428,8 @@ var Npm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
399
428
  );
400
429
 
401
430
  // icons/Pnpm.tsx
402
- var import_jsx_runtime10 = require("react/jsx-runtime");
403
- var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
431
+ var import_jsx_runtime12 = require("react/jsx-runtime");
432
+ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
404
433
  "svg",
405
434
  {
406
435
  preserveAspectRatio: "xMidYMid meet",
@@ -408,58 +437,58 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
408
437
  width: size,
409
438
  height: size,
410
439
  children: [
411
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("defs", { children: [
412
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
440
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("defs", { children: [
441
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
413
442
  "path",
414
443
  {
415
444
  d: "M67.59 35L247.59 35L247.59 215L67.59 215L67.59 35Z",
416
445
  id: "b2JZZcA3fT"
417
446
  }
418
447
  ),
419
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M237.6 95L187.6 95L187.6 45L237.6 45L237.6 95Z", id: "bj0tb0Y8q" }),
420
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
448
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M237.6 95L187.6 95L187.6 45L237.6 45L237.6 95Z", id: "bj0tb0Y8q" }),
449
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
421
450
  "path",
422
451
  {
423
452
  d: "M182.59 95L132.59 95L132.59 45L182.59 45L182.59 95Z",
424
453
  id: "dkDSTzPj3"
425
454
  }
426
455
  ),
427
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
456
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
428
457
  "path",
429
458
  {
430
459
  d: "M127.59 95L77.59 95L77.59 45L127.59 45L127.59 95Z",
431
460
  id: "a4vNdcNLpF"
432
461
  }
433
462
  ),
434
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
463
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
435
464
  "path",
436
465
  {
437
466
  d: "M237.6 150L187.6 150L187.6 100L237.6 100L237.6 150Z",
438
467
  id: "h2t4Zj1jSU"
439
468
  }
440
469
  ),
441
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
470
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
442
471
  "path",
443
472
  {
444
473
  d: "M182.59 150L132.59 150L132.59 100L182.59 100L182.59 150Z",
445
474
  id: "b4t5pngwvT"
446
475
  }
447
476
  ),
448
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
477
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
449
478
  "path",
450
479
  {
451
480
  d: "M182.59 205L132.59 205L132.59 155L182.59 155L182.59 205Z",
452
481
  id: "b9s1gd5m2"
453
482
  }
454
483
  ),
455
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
484
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
456
485
  "path",
457
486
  {
458
487
  d: "M237.6 205L187.6 205L187.6 155L237.6 155L237.6 205Z",
459
488
  id: "cmt9WLvz7"
460
489
  }
461
490
  ),
462
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
491
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
463
492
  "path",
464
493
  {
465
494
  d: "M127.59 205L77.59 205L77.59 155L127.59 155L127.59 205Z",
@@ -467,8 +496,8 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
467
496
  }
468
497
  )
469
498
  ] }),
470
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { children: [
471
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
499
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { children: [
500
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
472
501
  "use",
473
502
  {
474
503
  xlinkHref: "#b2JZZcA3fT",
@@ -477,7 +506,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
477
506
  fillOpacity: "1"
478
507
  }
479
508
  ) }),
480
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
509
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
481
510
  "use",
482
511
  {
483
512
  xlinkHref: "#bj0tb0Y8q",
@@ -486,7 +515,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
486
515
  fillOpacity: "1"
487
516
  }
488
517
  ) }),
489
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
518
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
490
519
  "use",
491
520
  {
492
521
  xlinkHref: "#dkDSTzPj3",
@@ -495,7 +524,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
495
524
  fillOpacity: "1"
496
525
  }
497
526
  ) }),
498
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
527
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
499
528
  "use",
500
529
  {
501
530
  xlinkHref: "#a4vNdcNLpF",
@@ -504,7 +533,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
504
533
  fillOpacity: "1"
505
534
  }
506
535
  ) }),
507
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
536
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
508
537
  "use",
509
538
  {
510
539
  xlinkHref: "#h2t4Zj1jSU",
@@ -513,7 +542,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
513
542
  fillOpacity: "1"
514
543
  }
515
544
  ) }),
516
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
545
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
517
546
  "use",
518
547
  {
519
548
  xlinkHref: "#b4t5pngwvT",
@@ -522,7 +551,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
522
551
  fillOpacity: "1"
523
552
  }
524
553
  ) }),
525
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
554
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
526
555
  "use",
527
556
  {
528
557
  xlinkHref: "#b9s1gd5m2",
@@ -531,7 +560,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
531
560
  fillOpacity: "1"
532
561
  }
533
562
  ) }),
534
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
563
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
535
564
  "use",
536
565
  {
537
566
  xlinkHref: "#cmt9WLvz7",
@@ -540,7 +569,7 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
540
569
  fillOpacity: "1"
541
570
  }
542
571
  ) }),
543
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
572
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
544
573
  "use",
545
574
  {
546
575
  xlinkHref: "#bJUNqgFSg",
@@ -554,17 +583,72 @@ var Pnpm = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
554
583
  }
555
584
  );
556
585
 
586
+ // icons/Share.tsx
587
+ var import_jsx_runtime13 = require("react/jsx-runtime");
588
+ var Share = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { width: size, height: size, viewBox: "0 0 12 13", fill: "none", children: [
589
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
590
+ "path",
591
+ {
592
+ 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",
593
+ stroke: color,
594
+ strokeWidth: "1.16667",
595
+ strokeLinecap: "round",
596
+ strokeLinejoin: "round"
597
+ }
598
+ ),
599
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
600
+ "path",
601
+ {
602
+ 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",
603
+ stroke: color,
604
+ strokeWidth: "1.16667",
605
+ strokeLinecap: "round",
606
+ strokeLinejoin: "round"
607
+ }
608
+ ),
609
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
610
+ "path",
611
+ {
612
+ 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",
613
+ stroke: color,
614
+ strokeWidth: "1.16667",
615
+ strokeLinecap: "round",
616
+ strokeLinejoin: "round"
617
+ }
618
+ ),
619
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
620
+ "path",
621
+ {
622
+ d: "M4.0885 7.46448L8.07267 9.78614",
623
+ stroke: color,
624
+ strokeWidth: "1.16667",
625
+ strokeLinecap: "round",
626
+ strokeLinejoin: "round"
627
+ }
628
+ ),
629
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
630
+ "path",
631
+ {
632
+ d: "M8.06683 3.3811L4.0885 5.70277",
633
+ stroke: color,
634
+ strokeWidth: "1.16667",
635
+ strokeLinecap: "round",
636
+ strokeLinejoin: "round"
637
+ }
638
+ )
639
+ ] });
640
+
557
641
  // icons/Storybook.tsx
558
- var import_jsx_runtime11 = require("react/jsx-runtime");
559
- var Storybook = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", height: size, width: size, viewBox: "0 0 16.05 20", children: [
560
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
642
+ var import_jsx_runtime14 = require("react/jsx-runtime");
643
+ var Storybook = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", height: size, width: size, viewBox: "0 0 16.05 20", children: [
644
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
561
645
  "path",
562
646
  {
563
647
  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",
564
648
  fill: "#FF4785"
565
649
  }
566
650
  ),
567
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
651
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
568
652
  "path",
569
653
  {
570
654
  clipRule: "evenodd",
@@ -576,11 +660,11 @@ var Storybook = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs
576
660
  ] });
577
661
 
578
662
  // icons/Success.tsx
579
- var import_jsx_runtime12 = require("react/jsx-runtime");
663
+ var import_jsx_runtime15 = require("react/jsx-runtime");
580
664
  var Success = ({
581
665
  size = 24,
582
666
  color = "currentColor"
583
- }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
667
+ }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
584
668
  "svg",
585
669
  {
586
670
  width: size,
@@ -592,18 +676,43 @@ var Success = ({
592
676
  strokeLinecap: "round",
593
677
  strokeLinejoin: "round",
594
678
  children: [
595
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
596
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "m9 12 2 2 4-4" })
679
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
680
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "m9 12 2 2 4-4" })
597
681
  ]
598
682
  }
599
683
  );
600
684
 
685
+ // icons/User.tsx
686
+ var import_jsx_runtime16 = require("react/jsx-runtime");
687
+ var User = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { width: size, height: size, viewBox: "0 0 15 19", fill: color, children: [
688
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
689
+ "path",
690
+ {
691
+ 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",
692
+ stroke: color,
693
+ strokeWidth: "1.75",
694
+ strokeLinecap: "round",
695
+ strokeLinejoin: "round"
696
+ }
697
+ ),
698
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
699
+ "path",
700
+ {
701
+ 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",
702
+ stroke: color,
703
+ strokeWidth: "1.75",
704
+ strokeLinecap: "round",
705
+ strokeLinejoin: "round"
706
+ }
707
+ )
708
+ ] });
709
+
601
710
  // icons/Warning.tsx
602
- var import_jsx_runtime13 = require("react/jsx-runtime");
711
+ var import_jsx_runtime17 = require("react/jsx-runtime");
603
712
  var Warning = ({
604
713
  size = 24,
605
714
  color = "currentColor"
606
- }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
715
+ }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
607
716
  "svg",
608
717
  {
609
718
  width: size,
@@ -615,16 +724,16 @@ var Warning = ({
615
724
  strokeLinecap: "round",
616
725
  strokeLinejoin: "round",
617
726
  children: [
618
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M12 16h.01" }),
619
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M12 8v4" }),
620
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("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" })
727
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M12 16h.01" }),
728
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M12 8v4" }),
729
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("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" })
621
730
  ]
622
731
  }
623
732
  );
624
733
 
625
734
  // icons/Yarn.tsx
626
- var import_jsx_runtime14 = require("react/jsx-runtime");
627
- var Yarn = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
735
+ var import_jsx_runtime18 = require("react/jsx-runtime");
736
+ var Yarn = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
628
737
  "svg",
629
738
  {
630
739
  viewBox: "0 0 496 512",
@@ -633,7 +742,7 @@ var Yarn = ({ size = 24 }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
633
742
  stroke: "#2c8ebb",
634
743
  strokeWidth: "0",
635
744
  fill: "#2c8ebb",
636
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("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" })
745
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("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" })
637
746
  }
638
747
  );
639
748
 
@@ -642,6 +751,7 @@ var Icons = {
642
751
  ArrowRight,
643
752
  Bun,
644
753
  Copy,
754
+ Comment,
645
755
  Error: Error2,
646
756
  GalleryVertical,
647
757
  GalleryVerticalEnd,
@@ -649,8 +759,11 @@ var Icons = {
649
759
  Info,
650
760
  Npm,
651
761
  Pnpm,
762
+ Heart,
763
+ Share,
652
764
  Storybook,
653
765
  Success,
766
+ User,
654
767
  Warning,
655
768
  Yarn
656
769
  };