@versini/ui-icons 4.4.2 → 4.5.0

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.
Files changed (88) hide show
  1. package/dist/chunks/{index.CGwDVBXi.js → index.DfwKkQxU.js} +3 -3
  2. package/dist/components/Icons/IconAdd.js +18 -21
  3. package/dist/components/Icons/IconAddLight.js +23 -0
  4. package/dist/components/Icons/IconAnthropic.js +2 -2
  5. package/dist/components/Icons/IconBack.js +14 -21
  6. package/dist/components/Icons/IconBackLight.js +23 -0
  7. package/dist/components/Icons/IconBookSparkles.js +16 -23
  8. package/dist/components/Icons/IconBookSparklesLight.js +32 -0
  9. package/dist/components/Icons/IconBookmark.js +17 -24
  10. package/dist/components/Icons/IconBookmarkLight.js +32 -0
  11. package/dist/components/Icons/IconBrightness.js +12 -19
  12. package/dist/components/Icons/IconBrightnessLight.js +32 -0
  13. package/dist/components/Icons/IconChart.js +17 -24
  14. package/dist/components/Icons/IconChartLight.js +32 -0
  15. package/dist/components/Icons/IconClose.js +17 -11
  16. package/dist/components/Icons/IconCloseLight.js +23 -0
  17. package/dist/components/Icons/IconCopied.js +14 -21
  18. package/dist/components/Icons/IconCopiedLight.js +32 -0
  19. package/dist/components/Icons/IconCopy.js +10 -10
  20. package/dist/components/Icons/IconCopyLight.js +23 -0
  21. package/dist/components/Icons/IconDelete.js +14 -21
  22. package/dist/components/Icons/IconDeleteLight.js +32 -0
  23. package/dist/components/Icons/IconDog.js +17 -18
  24. package/dist/components/Icons/IconDown.js +23 -14
  25. package/dist/components/Icons/IconDownLight.js +23 -0
  26. package/dist/components/Icons/IconEdit.js +16 -23
  27. package/dist/components/Icons/IconEditLight.js +32 -0
  28. package/dist/components/Icons/IconGitHub.js +8 -8
  29. package/dist/components/Icons/IconHide.js +17 -24
  30. package/dist/components/Icons/IconHideLight.js +32 -0
  31. package/dist/components/Icons/IconHistory.js +14 -21
  32. package/dist/components/Icons/IconHistoryLight.js +23 -0
  33. package/dist/components/Icons/IconInfo.js +14 -21
  34. package/dist/components/Icons/IconInfoLight.js +32 -0
  35. package/dist/components/Icons/IconKey.js +16 -23
  36. package/dist/components/Icons/IconKeyLight.js +32 -0
  37. package/dist/components/Icons/IconList.js +16 -23
  38. package/dist/components/Icons/IconListLight.js +32 -0
  39. package/dist/components/Icons/IconLocked.js +18 -25
  40. package/dist/components/Icons/IconLockedLight.js +32 -0
  41. package/dist/components/Icons/IconMessages.js +16 -23
  42. package/dist/components/Icons/IconMessagesLight.js +32 -0
  43. package/dist/components/Icons/IconNext.js +20 -11
  44. package/dist/components/Icons/IconNextLight.js +23 -0
  45. package/dist/components/Icons/IconOpenAI.js +8 -8
  46. package/dist/components/Icons/IconPasskey.js +20 -21
  47. package/dist/components/Icons/IconPenField.js +32 -0
  48. package/dist/components/Icons/IconPenFieldLight.js +32 -0
  49. package/dist/components/Icons/IconPencilMechanical.js +15 -22
  50. package/dist/components/Icons/IconPencilMechanicalLight.js +32 -0
  51. package/dist/components/Icons/IconPrevious.js +24 -15
  52. package/dist/components/Icons/IconPreviousLight.js +23 -0
  53. package/dist/components/Icons/IconProfile.js +18 -25
  54. package/dist/components/Icons/IconProfileLight.js +32 -0
  55. package/dist/components/Icons/IconProofread.js +14 -21
  56. package/dist/components/Icons/IconProofreadLight.js +23 -0
  57. package/dist/components/Icons/IconRefresh.js +16 -23
  58. package/dist/components/Icons/IconRefreshLight.js +23 -0
  59. package/dist/components/Icons/IconRestore.js +16 -23
  60. package/dist/components/Icons/IconRestoreLight.js +32 -0
  61. package/dist/components/Icons/IconRewrite.js +14 -21
  62. package/dist/components/Icons/IconRewriteLight.js +32 -0
  63. package/dist/components/Icons/IconSearch.js +17 -24
  64. package/dist/components/Icons/IconSearchLight.js +23 -0
  65. package/dist/components/Icons/IconSend.js +18 -25
  66. package/dist/components/Icons/IconSendLight.js +32 -0
  67. package/dist/components/Icons/IconSettings.js +4 -4
  68. package/dist/components/Icons/IconSettingsLight.js +23 -0
  69. package/dist/components/Icons/IconShow.js +14 -21
  70. package/dist/components/Icons/IconShowLight.js +32 -0
  71. package/dist/components/Icons/IconSliders.js +14 -21
  72. package/dist/components/Icons/IconSlidersLight.js +32 -0
  73. package/dist/components/Icons/IconSort.js +15 -22
  74. package/dist/components/Icons/IconSortDown.js +17 -24
  75. package/dist/components/Icons/IconSortDownLight.js +23 -0
  76. package/dist/components/Icons/IconSortLight.js +23 -0
  77. package/dist/components/Icons/IconSortUp.js +18 -25
  78. package/dist/components/Icons/IconSortUpLight.js +23 -0
  79. package/dist/components/Icons/IconStarInCircle.js +18 -25
  80. package/dist/components/Icons/IconStarInCircleLight.js +32 -0
  81. package/dist/components/Icons/IconUp.js +25 -16
  82. package/dist/components/Icons/IconUpLight.js +23 -0
  83. package/dist/components/Icons/IconUser.js +15 -22
  84. package/dist/components/Icons/IconUserLight.js +32 -0
  85. package/dist/index.d.ts +82 -4
  86. package/dist/index.js +169 -91
  87. package/package.json +6 -4
  88. package/dist/components/Icons/IconPenFiled.js +0 -39
@@ -1,39 +1,32 @@
1
- import { jsxs as l, jsx as c } from "react/jsx-runtime";
2
- import { h as t } from "../../chunks/index.CGwDVBXi.js";
3
- const n = ({
4
- className: s,
5
- viewBox: a,
6
- title: r,
7
- monotone: o,
8
- ...e
9
- }) => /* @__PURE__ */ l(
10
- t,
1
+ import { jsxs as r, jsx as c } from "react/jsx-runtime";
2
+ import { h as e } from "../../chunks/index.DfwKkQxU.js";
3
+ const m = ({
4
+ className: t,
5
+ viewBox: s,
6
+ title: l,
7
+ monotone: i,
8
+ ...o
9
+ }) => /* @__PURE__ */ r(
10
+ e,
11
11
  {
12
12
  defaultViewBox: "0 0 512 512",
13
13
  size: "size-5",
14
- viewBox: a,
15
- className: s,
16
- title: r || "Star in Circle",
17
- ...e,
14
+ viewBox: s,
15
+ className: t,
16
+ title: l || "Star in Circle",
17
+ ...o,
18
18
  children: [
19
19
  /* @__PURE__ */ c(
20
20
  "path",
21
21
  {
22
- className: "fa-secondary",
23
- opacity: "0.4",
24
- d: "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm111.4-47c1.9-5.8 6.9-10 12.9-10.9c27-3.9 54-7.9 81.1-11.8c12.1-24.5 24.2-49 36.2-73.4c2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9c12.1 24.5 24.2 49 36.2 73.4c27 3.9 54 7.9 81 11.8c6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6c-2.8 2-6.1 3.1-9.4 3.1c-2.5 0-5.1-.6-7.4-1.8c-24.2-12.7-48.3-25.4-72.5-38.1c-24.2 12.7-48.3 25.4-72.5 38.1c-2.3 1.2-4.9 1.8-7.4 1.8c-3.3 0-6.6-1-9.4-3.1c-4.9-3.6-7.4-9.6-6.4-15.6c4.6-26.9 9.2-53.8 13.8-80.7l-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z"
22
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m111.4-47c1.9-5.8 6.9-10 12.9-10.9 27-3.9 54-7.9 81.1-11.8 12.1-24.5 24.2-49 36.2-73.4 2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9c12.1 24.5 24.2 49 36.2 73.4 27 3.9 54 7.9 81 11.8 6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6-2.8 2-6.1 3.1-9.4 3.1-2.5 0-5.1-.6-7.4-1.8-24.2-12.7-48.3-25.4-72.5-38.1-24.2 12.7-48.3 25.4-72.5 38.1-2.3 1.2-4.9 1.8-7.4 1.8-3.3 0-6.6-1-9.4-3.1-4.9-3.6-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
23
+ opacity: ".4"
25
24
  }
26
25
  ),
27
- /* @__PURE__ */ c(
28
- "path",
29
- {
30
- className: "fa-primary",
31
- d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2L256 342.1l72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6l-13.8-80.7 58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z"
32
- }
33
- )
26
+ /* @__PURE__ */ c("path", { d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z" })
34
27
  ]
35
28
  }
36
29
  );
37
30
  export {
38
- n as IconStarInCircle
31
+ m as IconStarInCircle
39
32
  };
@@ -0,0 +1,32 @@
1
+ import { jsxs as o, jsx as c } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.DfwKkQxU.js";
3
+ const n = ({
4
+ className: l,
5
+ viewBox: s,
6
+ title: t,
7
+ monotone: e,
8
+ ...i
9
+ }) => /* @__PURE__ */ o(
10
+ r,
11
+ {
12
+ defaultViewBox: "0 0 512 512",
13
+ size: "size-5",
14
+ viewBox: s,
15
+ className: l,
16
+ title: t || "Star in Circle",
17
+ ...i,
18
+ children: [
19
+ /* @__PURE__ */ c(
20
+ "path",
21
+ {
22
+ d: "M32 256a224 224 0 1 0 448 0 224 224 0 1 0-448 0m79.4-47c1.9-5.8 6.9-10 12.9-10.9l81-11.8 36.2-73.4c2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9l36.2 73.4 81.1 11.8c6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6s-11.5 4.1-16.9 1.2l-72.2-38-72.5 38.1c-5.4 2.8-11.9 2.4-16.8-1.2s-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
23
+ opacity: ".4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ c("path", { d: "M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448m0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.3-399.1c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.8 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81.1-11.8-36.2-73.4zm-40 95.1 25.7-51.8 25.6 51.9c2.3 4.7 6.8 8 12 8.8l57.3 8.3-41.5 40.4c-3.8 3.7-5.5 9-4.6 14.2l9.8 57.1-51.2-26.9c-4.7-2.5-10.2-2.5-14.9 0l-51.2 26.9 9.8-57.1c.9-5.2-.8-10.5-4.6-14.2L161 225.1l57.3-8.3c5.2-.8 9.7-4 12-8.8" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ n as IconStarInCircleLight
32
+ };
@@ -1,23 +1,32 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { h as i } from "../../chunks/index.CGwDVBXi.js";
3
- const p = ({
4
- className: t,
5
- viewBox: e,
6
- title: r,
7
- monotone: c,
8
- ...s
9
- }) => /* @__PURE__ */ o(
10
- i,
1
+ import { jsxs as e, jsx as t } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.DfwKkQxU.js";
3
+ const n = ({
4
+ className: o,
5
+ viewBox: c,
6
+ title: s,
7
+ monotone: i,
8
+ ...p
9
+ }) => /* @__PURE__ */ e(
10
+ r,
11
11
  {
12
12
  defaultViewBox: "0 0 384 512",
13
13
  size: "size-5",
14
- viewBox: e,
15
- className: t,
16
- title: r || "Up",
17
- ...s,
18
- children: /* @__PURE__ */ o("path", { d: "M209.4 39.4C204.8 34.7 198.6 32 192 32s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8 .8 33.9s24.8 8.8 33.9-.8L168 115.9 168 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-340.1L342.6 248.6c9.2 9.6 24.3 9.9 33.9 .8s9.9-24.3 .8-33.9l-168-176z" })
14
+ viewBox: c,
15
+ className: o,
16
+ title: s || "Up",
17
+ ...p,
18
+ children: [
19
+ /* @__PURE__ */ t(
20
+ "path",
21
+ {
22
+ d: "m160 141.3 32-32 32 32V448c0 17.7-14.3 32-32 32s-32-14.3-32-32z",
23
+ opacity: i ? "1" : "0.4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ t("path", { d: "M169.4 41.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L192 109.3 54.6 246.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z" })
27
+ ]
19
28
  }
20
29
  );
21
30
  export {
22
- p as IconUp
31
+ n as IconUp
23
32
  };
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { h as c } from "../../chunks/index.DfwKkQxU.js";
3
+ const l = ({
4
+ className: t,
5
+ viewBox: e,
6
+ title: i,
7
+ monotone: s,
8
+ ...r
9
+ }) => /* @__PURE__ */ o(
10
+ c,
11
+ {
12
+ defaultViewBox: "0 0 384 512",
13
+ size: "size-5",
14
+ viewBox: e,
15
+ className: t,
16
+ title: i || "Up",
17
+ ...r,
18
+ children: /* @__PURE__ */ o("path", { d: "M203.3 36.7c-6.2-6.2-16.4-6.2-22.6 0l-176 176c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L176 86.6V464c0 8.8 7.2 16 16 16s16-7.2 16-16V86.6l148.7 148.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z" })
19
+ }
20
+ );
21
+ export {
22
+ l as IconUpLight
23
+ };
@@ -1,39 +1,32 @@
1
- import { jsxs as t, jsx as a } from "react/jsx-runtime";
2
- import { h as m } from "../../chunks/index.CGwDVBXi.js";
3
- const n = ({
1
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
2
+ import { h as i } from "../../chunks/index.DfwKkQxU.js";
3
+ const p = ({
4
4
  className: s,
5
- viewBox: e,
6
- title: o,
7
- monotone: c,
5
+ viewBox: t,
6
+ title: e,
7
+ monotone: m,
8
8
  ...r
9
- }) => /* @__PURE__ */ t(
10
- m,
9
+ }) => /* @__PURE__ */ a(
10
+ i,
11
11
  {
12
12
  defaultViewBox: "0 0 512 512",
13
13
  size: "size-5",
14
- viewBox: e,
14
+ viewBox: t,
15
15
  className: s,
16
- title: o || "User",
16
+ title: e || "User",
17
17
  ...r,
18
18
  children: [
19
- /* @__PURE__ */ a(
19
+ /* @__PURE__ */ o(
20
20
  "path",
21
21
  {
22
- className: "fa-secondary",
23
- opacity: "0.4",
24
- d: "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm139.9 90.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5zM208.4 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm160 0a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z"
22
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m139.9 90.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5M208.4 208a32 32 0 1 1-64 0 32 32 0 1 1 64 0m160 0a32 32 0 1 1-64 0 32 32 0 1 1 64 0",
23
+ opacity: ".4"
25
24
  }
26
25
  ),
27
- /* @__PURE__ */ a(
28
- "path",
29
- {
30
- className: "fa-primary",
31
- d: "M176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
32
- }
33
- )
26
+ /* @__PURE__ */ o("path", { d: "M176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64m160 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64" })
34
27
  ]
35
28
  }
36
29
  );
37
30
  export {
38
- n as IconUser
31
+ p as IconUser
39
32
  };
@@ -0,0 +1,32 @@
1
+ import { jsxs as c, jsx as s } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.DfwKkQxU.js";
3
+ const p = ({
4
+ className: t,
5
+ viewBox: o,
6
+ title: a,
7
+ monotone: i,
8
+ ...e
9
+ }) => /* @__PURE__ */ c(
10
+ r,
11
+ {
12
+ defaultViewBox: "0 0 512 512",
13
+ size: "size-5",
14
+ viewBox: o,
15
+ className: t,
16
+ title: a || "User",
17
+ ...e,
18
+ children: [
19
+ /* @__PURE__ */ s(
20
+ "path",
21
+ {
22
+ d: "M32 256a224 224 0 1 0 448 0 224 224 0 1 0-448 0m107.9 90.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5M200.4 208a24 24 0 1 1-48 0 24 24 0 1 1 48 0m160 0a24 24 0 1 1-48 0 24 24 0 1 1 48 0",
23
+ opacity: ".4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ s("path", { d: "M480 256a224 224 0 1 0-448 0 224 224 0 1 0 448 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m164.1 69.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6c-22.3 25.6-61 53.5-116.1 53.5s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6M152.4 208a24 24 0 1 1 48 0 24 24 0 1 1-48 0m184-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48" })
27
+ ]
28
+ }
29
+ );
30
+ export {
31
+ p as IconUserLight
32
+ };
package/dist/index.d.ts CHANGED
@@ -17,90 +17,168 @@ type IconsProps = {
17
17
 
18
18
  declare const IconAdd: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
19
19
 
20
+ declare const IconAddLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
21
+
20
22
  declare const IconAnthropic: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
21
23
 
22
24
  declare const IconBack: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
23
25
 
24
- declare const IconBookmark: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
26
+ declare const IconBackLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
25
27
 
26
28
  declare const IconBookSparkles: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
27
29
 
30
+ declare const IconBookSparklesLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
31
+
32
+ declare const IconBookmark: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
33
+
34
+ declare const IconBookmarkLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
35
+
28
36
  declare const IconBrightness: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
29
37
 
38
+ declare const IconBrightnessLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
39
+
30
40
  declare const IconChart: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
31
41
 
42
+ declare const IconChartLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
43
+
32
44
  declare const IconClose: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
33
45
 
46
+ declare const IconCloseLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
47
+
34
48
  declare const IconCopied: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
35
49
 
50
+ declare const IconCopiedLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
51
+
36
52
  declare const IconCopy: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
37
53
 
54
+ declare const IconCopyLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
55
+
38
56
  declare const IconDelete: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
39
57
 
40
- declare const IconDog: ({ className, viewBox, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
58
+ declare const IconDeleteLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
59
+
60
+ declare const IconDog: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
41
61
 
42
62
  declare const IconDown: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
43
63
 
64
+ declare const IconDownLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
65
+
44
66
  declare const IconEdit: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
45
67
 
68
+ declare const IconEditLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
69
+
46
70
  declare const IconGitHub: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
47
71
 
48
72
  declare const IconHide: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
49
73
 
74
+ declare const IconHideLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
75
+
50
76
  declare const IconHistory: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
51
77
 
78
+ declare const IconHistoryLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
79
+
52
80
  declare const IconInfo: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
53
81
 
82
+ declare const IconInfoLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
83
+
54
84
  declare const IconKey: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
55
85
 
86
+ declare const IconKeyLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
87
+
56
88
  declare const IconList: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
57
89
 
90
+ declare const IconListLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
91
+
58
92
  declare const IconLocked: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
59
93
 
94
+ declare const IconLockedLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
95
+
60
96
  declare const IconMessages: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
61
97
 
98
+ declare const IconMessagesLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
99
+
62
100
  declare const IconNext: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
63
101
 
102
+ declare const IconNextLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
103
+
64
104
  declare const IconOpenAI: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
65
105
 
66
106
  declare const IconPasskey: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
67
107
 
108
+ declare const IconPenField: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
109
+
110
+ declare const IconPenFieldLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
111
+
68
112
  declare const IconPencilMechanical: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
69
113
 
70
- declare const IconPenFiled: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
114
+ declare const IconPencilMechanicalLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
71
115
 
72
116
  declare const IconPrevious: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
73
117
 
118
+ declare const IconPreviousLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
119
+
74
120
  declare const IconProfile: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
75
121
 
122
+ declare const IconProfileLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
123
+
76
124
  declare const IconProofread: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
77
125
 
126
+ declare const IconProofreadLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
127
+
78
128
  declare const IconRefresh: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
79
129
 
130
+ declare const IconRefreshLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
131
+
80
132
  declare const IconRestore: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
81
133
 
134
+ declare const IconRestoreLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
135
+
82
136
  declare const IconRewrite: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
83
137
 
138
+ declare const IconRewriteLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
139
+
84
140
  declare const IconSearch: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
85
141
 
142
+ declare const IconSearchLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
143
+
86
144
  declare const IconSend: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
87
145
 
146
+ declare const IconSendLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
147
+
88
148
  declare const IconSettings: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
89
149
 
150
+ declare const IconSettingsLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
151
+
90
152
  declare const IconShow: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
91
153
 
154
+ declare const IconShowLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
155
+
92
156
  declare const IconSliders: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
93
157
 
158
+ declare const IconSlidersLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
159
+
94
160
  declare const IconSort: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
95
161
 
96
162
  declare const IconSortDown: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
97
163
 
164
+ declare const IconSortDownLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
165
+
166
+ declare const IconSortLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
167
+
98
168
  declare const IconSortUp: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
99
169
 
170
+ declare const IconSortUpLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
171
+
100
172
  declare const IconStarInCircle: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
101
173
 
174
+ declare const IconStarInCircleLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
175
+
102
176
  declare const IconUp: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
103
177
 
178
+ declare const IconUpLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
179
+
104
180
  declare const IconUser: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
105
181
 
106
- export { IconAdd, IconAnthropic, IconBack, IconBookSparkles, IconBookmark, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconKey, IconList, IconLocked, IconMessages, IconNext, IconOpenAI, IconPasskey, IconPenFiled, IconPencilMechanical, IconPrevious, IconProfile, IconProofread, IconRefresh, IconRestore, IconRewrite, IconSearch, IconSend, IconSettings, IconShow, IconSliders, IconSort, IconSortDown, IconSortUp, IconStarInCircle, IconUp, IconUser };
182
+ declare const IconUserLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
183
+
184
+ export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconEdit, IconEditLight, IconGitHub, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconSearch, IconSearchLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUp, IconUpLight, IconUser, IconUserLight };