@versini/ui-icons 1.19.0 → 2.0.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 (41) hide show
  1. package/dist/chunks/index.CTGiV0RT.js +48 -0
  2. package/dist/components/Icons/IconAdd.js +10 -12
  3. package/dist/components/Icons/IconAnthropic.js +9 -11
  4. package/dist/components/Icons/IconBack.js +10 -12
  5. package/dist/components/Icons/IconBookmark.js +10 -12
  6. package/dist/components/Icons/IconBrightness.js +12 -14
  7. package/dist/components/Icons/IconChart.js +12 -14
  8. package/dist/components/Icons/IconClose.js +9 -11
  9. package/dist/components/Icons/IconCopied.js +11 -13
  10. package/dist/components/Icons/IconCopy.js +9 -11
  11. package/dist/components/Icons/IconDelete.js +12 -14
  12. package/dist/components/Icons/IconDog.js +5 -11
  13. package/dist/components/Icons/IconDown.js +12 -14
  14. package/dist/components/Icons/IconEdit.js +12 -14
  15. package/dist/components/Icons/IconGitHub.js +9 -11
  16. package/dist/components/Icons/IconHide.js +12 -14
  17. package/dist/components/Icons/IconHistory.js +10 -12
  18. package/dist/components/Icons/IconInfo.js +9 -11
  19. package/dist/components/Icons/IconKey.js +10 -12
  20. package/dist/components/Icons/IconLocked.js +10 -12
  21. package/dist/components/Icons/IconMessages.js +10 -12
  22. package/dist/components/Icons/IconNext.js +12 -14
  23. package/dist/components/Icons/IconOpenAI.js +7 -9
  24. package/dist/components/Icons/IconPasskey.js +12 -14
  25. package/dist/components/Icons/IconPrevious.js +10 -12
  26. package/dist/components/Icons/IconProfile.js +11 -13
  27. package/dist/components/Icons/IconRefresh.js +11 -13
  28. package/dist/components/Icons/IconRestore.js +12 -14
  29. package/dist/components/Icons/IconSearch.js +10 -12
  30. package/dist/components/Icons/IconSettings.js +7 -9
  31. package/dist/components/Icons/IconShow.js +10 -12
  32. package/dist/components/Icons/IconSort.js +10 -12
  33. package/dist/components/Icons/IconSortDown.js +12 -14
  34. package/dist/components/Icons/IconSortUp.js +12 -14
  35. package/dist/components/Icons/IconStarInCircle.js +11 -13
  36. package/dist/components/Icons/IconUp.js +10 -12
  37. package/dist/components/Icons/IconUser.js +11 -13
  38. package/dist/index.d.ts +37 -40
  39. package/dist/index.js +3 -3
  40. package/package.json +4 -4
  41. package/dist/chunks/index.WYr_ee3a.js +0 -74
@@ -0,0 +1,48 @@
1
+ import { jsxs as _, Fragment as d, jsx as s } from "react/jsx-runtime";
2
+ import h from "clsx";
3
+ const g = ({
4
+ children: l,
5
+ fill: o,
6
+ viewBox: r,
7
+ className: t,
8
+ defaultViewBox: n,
9
+ defaultClassName: a,
10
+ title: e,
11
+ semantic: i = !1,
12
+ ...c
13
+ }) => {
14
+ const m = h(t || a);
15
+ return /* @__PURE__ */ _(d, { children: [
16
+ /* @__PURE__ */ s(
17
+ "svg",
18
+ {
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ className: m,
21
+ viewBox: r || n,
22
+ fill: o || "currentColor",
23
+ role: "img",
24
+ "aria-hidden": !i,
25
+ focusable: !1,
26
+ ...c,
27
+ children: l
28
+ }
29
+ ),
30
+ e && i && /* @__PURE__ */ s("span", { className: "sr-only", children: e })
31
+ ] });
32
+ };
33
+ /*!
34
+ @versini/ui-svgicon v2.0.0
35
+ © 2024 gizmette.com
36
+ */
37
+ try {
38
+ window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
39
+ version: "2.0.0",
40
+ buildTime: "12/29/2024 04:16 PM EST",
41
+ homepage: "https://github.com/aversini/ui-components",
42
+ license: "MIT"
43
+ });
44
+ } catch {
45
+ }
46
+ export {
47
+ g as h
48
+ };
@@ -1,27 +1,25 @@
1
- import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
- import { f as r } from "../../chunks/index.WYr_ee3a.js";
1
+ import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
+ import { h as i } from "../../chunks/index.CTGiV0RT.js";
3
3
  const m = ({
4
4
  className: s,
5
5
  viewBox: o,
6
- spacing: c,
7
- title: d,
8
- monotone: e,
9
- ...a
10
- }) => /* @__PURE__ */ i(
11
- r,
6
+ title: c,
7
+ monotone: d,
8
+ ...e
9
+ }) => /* @__PURE__ */ a(
10
+ i,
12
11
  {
13
12
  defaultViewBox: "0 0 448 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: o,
16
15
  className: s,
17
- spacing: c,
18
- title: d || "Add",
19
- ...a,
16
+ title: c || "Add",
17
+ ...e,
20
18
  children: [
21
19
  /* @__PURE__ */ t(
22
20
  "path",
23
21
  {
24
- opacity: e ? "1" : "0.4",
22
+ opacity: d ? "1" : "0.4",
25
23
  d: "M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"
26
24
  }
27
25
  ),
@@ -1,25 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { f as n } from "../../chunks/index.WYr_ee3a.js";
3
- const a = ({
2
+ import { h } from "../../chunks/index.CTGiV0RT.js";
3
+ const p = ({
4
4
  className: t,
5
5
  viewBox: e,
6
- spacing: l,
7
- title: r,
8
- monotone: h,
9
- ...i
6
+ title: l,
7
+ monotone: i,
8
+ ...r
10
9
  }) => /* @__PURE__ */ o(
11
- n,
10
+ h,
12
11
  {
13
12
  defaultViewBox: "0 0 256 176",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: e,
16
15
  className: t,
17
- spacing: l,
18
- title: r || "Anthropic",
19
- ...i,
16
+ title: l || "Anthropic",
17
+ ...r,
20
18
  children: /* @__PURE__ */ o("path", { d: "m147.487 0l70.081 175.78H256L185.919 0zM66.183 106.221l23.98-61.774l23.98 61.774zM70.07 0L0 175.78h39.18l14.33-36.914h73.308l14.328 36.914h39.179L110.255 0z" })
21
19
  }
22
20
  );
23
21
  export {
24
- a as IconAnthropic
22
+ p as IconAnthropic
25
23
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as r, jsx as c } from "react/jsx-runtime";
2
- import { f as p } from "../../chunks/index.WYr_ee3a.js";
1
+ import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.CTGiV0RT.js";
3
3
  const m = ({
4
4
  className: t,
5
5
  viewBox: s,
6
- spacing: o,
7
- title: a,
8
- monotone: e,
9
- ...i
10
- }) => /* @__PURE__ */ r(
11
- p,
6
+ title: o,
7
+ monotone: a,
8
+ ...e
9
+ }) => /* @__PURE__ */ i(
10
+ r,
12
11
  {
13
12
  defaultViewBox: "0 0 512 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: s,
16
15
  className: t,
17
- spacing: o,
18
- title: a || "Back",
19
- ...i,
16
+ title: o || "Back",
17
+ ...e,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: e ? "1" : "0.4",
22
+ opacity: a ? "1" : "0.4",
25
23
  d: "M288.4 93.4c2.9-17.4 19.4-29.2 36.9-26.3C431.3 84.9 512 177 512 288c0 123.7-100.3 224-224 224C177 512 84.9 431.3 67.1 325.3c-2.9-17.4 8.8-33.9 26.3-36.9s33.9 8.8 36.9 26.3C142.9 390.4 208.8 448 288 448c88.4 0 160-71.6 160-160c0-79.2-57.6-145.1-133.3-157.8c-17.4-2.9-29.2-19.4-26.3-36.9z"
26
24
  }
27
25
  ),
@@ -1,28 +1,26 @@
1
- import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
- import { f as m } from "../../chunks/index.WYr_ee3a.js";
1
+ import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
+ import { h as e } from "../../chunks/index.CTGiV0RT.js";
3
3
  const L = ({
4
4
  className: c,
5
5
  viewBox: o,
6
- spacing: t,
7
- title: l,
8
- monotone: r,
9
- ...s
10
- }) => /* @__PURE__ */ e(
11
- m,
6
+ title: t,
7
+ monotone: l,
8
+ ...r
9
+ }) => /* @__PURE__ */ s(
10
+ e,
12
11
  {
13
12
  defaultViewBox: "0 0 384 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: o,
16
15
  className: c,
17
- spacing: t,
18
- title: l || "Bookmark",
19
- ...s,
16
+ title: t || "Bookmark",
17
+ ...r,
20
18
  children: [
21
19
  /* @__PURE__ */ a(
22
20
  "path",
23
21
  {
24
22
  className: "fa-secondary",
25
- opacity: r ? "1" : "0.4",
23
+ opacity: l ? "1" : "0.4",
26
24
  d: "M96 0l0 322.1c0 12.8 14.2 20.4 24.9 13.3L192 288l71.1 47.4c10.6 7.1 24.9-.5 24.9-13.3L288 0 96 0z"
27
25
  }
28
26
  ),
@@ -1,27 +1,25 @@
1
- import { jsxs as r, jsx as c } from "react/jsx-runtime";
2
- import { f as z } from "../../chunks/index.WYr_ee3a.js";
3
- const p = ({
1
+ import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
+ import { h as r } from "../../chunks/index.CTGiV0RT.js";
3
+ const h = ({
4
4
  className: s,
5
5
  viewBox: t,
6
- spacing: l,
7
- title: e,
8
- monotone: o,
9
- ...i
10
- }) => /* @__PURE__ */ r(
11
- z,
6
+ title: l,
7
+ monotone: e,
8
+ ...o
9
+ }) => /* @__PURE__ */ i(
10
+ r,
12
11
  {
13
12
  defaultViewBox: "0 0 512 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: t,
16
15
  className: s,
17
- spacing: l,
18
- title: e || "Brightness",
19
- ...i,
16
+ title: l || "Brightness",
17
+ ...o,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: o ? "1" : "0.4",
22
+ opacity: e ? "1" : "0.4",
25
23
  d: "M224 80c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V80zM32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32H80c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm400 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H432zM256 512c17.7 0 32-14.3 32-32V432c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32zM73.4 438.6c12.5 12.5 32.8 12.5 45.3 0l32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32c-12.5 12.5-12.5 32.8 0 45.3zm288-333.3c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32zm77.3 333.3c12.5-12.5 12.5-32.8 0-45.3l-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32c12.5 12.5 32.8 12.5 45.3 0zm-333.3-288c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const p = ({
30
28
  }
31
29
  );
32
30
  export {
33
- p as IconBrightness
31
+ h as IconBrightness
34
32
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as s, jsx as c } from "react/jsx-runtime";
2
- import { f as h } from "../../chunks/index.WYr_ee3a.js";
3
- const f = ({
1
+ import { jsxs as h, jsx as c } from "react/jsx-runtime";
2
+ import { h as i } from "../../chunks/index.CTGiV0RT.js";
3
+ const d = ({
4
4
  className: t,
5
5
  viewBox: o,
6
- spacing: a,
7
- title: r,
8
- monotone: e,
9
- ...i
10
- }) => /* @__PURE__ */ s(
11
- h,
6
+ title: a,
7
+ monotone: r,
8
+ ...e
9
+ }) => /* @__PURE__ */ h(
10
+ i,
12
11
  {
13
12
  defaultViewBox: "0 0 448 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: o,
16
15
  className: t,
17
- spacing: a,
18
- title: r || "Chart",
19
- ...i,
16
+ title: a || "Chart",
17
+ ...e,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: e ? "1" : "0.4",
22
+ opacity: r ? "1" : "0.4",
25
23
  d: "M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const f = ({
30
28
  }
31
29
  );
32
30
  export {
33
- f as IconChart
31
+ d as IconChart
34
32
  };
@@ -1,25 +1,23 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { f as c } from "../../chunks/index.WYr_ee3a.js";
3
- const a = ({
2
+ import { h as r } from "../../chunks/index.CTGiV0RT.js";
3
+ const n = ({
4
4
  className: e,
5
5
  viewBox: s,
6
- spacing: t,
7
- title: l,
8
- monotone: i,
9
- ...r
6
+ title: t,
7
+ monotone: c,
8
+ ...l
10
9
  }) => /* @__PURE__ */ o(
11
- c,
10
+ r,
12
11
  {
13
12
  defaultViewBox: "0 0 384 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: s,
16
15
  className: e,
17
- spacing: t,
18
- title: l || "Close",
19
- ...r,
16
+ title: t || "Close",
17
+ ...l,
20
18
  children: /* @__PURE__ */ o("path", { d: "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z" })
21
19
  }
22
20
  );
23
21
  export {
24
- a as IconClose
22
+ n as IconClose
25
23
  };
@@ -1,22 +1,20 @@
1
- import { jsxs as l, jsx as c } from "react/jsx-runtime";
2
- import { f as p } from "../../chunks/index.WYr_ee3a.js";
3
- const m = ({
1
+ import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
+ import { h as l } from "../../chunks/index.CTGiV0RT.js";
3
+ const d = ({
4
4
  className: o,
5
5
  viewBox: t,
6
- spacing: e,
7
- title: s,
8
- monotone: r,
9
- ...i
10
- }) => /* @__PURE__ */ l(
11
- p,
6
+ title: e,
7
+ monotone: p,
8
+ ...s
9
+ }) => /* @__PURE__ */ i(
10
+ l,
12
11
  {
13
12
  defaultViewBox: "0 0 448 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: t,
16
15
  className: o,
17
- spacing: e,
18
- title: s || "Copied",
19
- ...i,
16
+ title: e || "Copied",
17
+ ...s,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
@@ -30,5 +28,5 @@ const m = ({
30
28
  }
31
29
  );
32
30
  export {
33
- m as IconCopied
31
+ d as IconCopied
34
32
  };
@@ -1,25 +1,23 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { f as m } from "../../chunks/index.WYr_ee3a.js";
3
- const p = ({
2
+ import { h as V } from "../../chunks/index.CTGiV0RT.js";
3
+ const n = ({
4
4
  className: o,
5
5
  viewBox: t,
6
- spacing: e,
7
- title: r,
8
- monotone: H,
9
- ...V
6
+ title: e,
7
+ monotone: m,
8
+ ...r
10
9
  }) => /* @__PURE__ */ c(
11
- m,
10
+ V,
12
11
  {
13
12
  defaultViewBox: "0 0 512 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: t,
16
15
  className: o,
17
- spacing: e,
18
- title: r || "Copy",
19
- ...V,
16
+ title: e || "Copy",
17
+ ...r,
20
18
  children: /* @__PURE__ */ c("path", { d: "M64 464H288c8.8 0 16-7.2 16-16V384h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM224 304H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16V288c0 8.8 7.2 16 16 16zm-64-16V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64z" })
21
19
  }
22
20
  );
23
21
  export {
24
- p as IconCopy
22
+ n as IconCopy
25
23
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as i, jsx as c } from "react/jsx-runtime";
2
- import { f as l } from "../../chunks/index.WYr_ee3a.js";
3
- const z = ({
1
+ import { jsxs as a, jsx as c } from "react/jsx-runtime";
2
+ import { h as i } from "../../chunks/index.CTGiV0RT.js";
3
+ const p = ({
4
4
  className: t,
5
5
  viewBox: e,
6
- spacing: s,
7
- title: o,
8
- monotone: V,
9
- ...a
10
- }) => /* @__PURE__ */ i(
11
- l,
6
+ title: s,
7
+ monotone: o,
8
+ ...V
9
+ }) => /* @__PURE__ */ a(
10
+ i,
12
11
  {
13
12
  defaultViewBox: "0 0 448 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: e,
16
15
  className: t,
17
- spacing: s,
18
- title: o || "Delete",
19
- ...a,
16
+ title: s || "Delete",
17
+ ...V,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: V ? "1" : "0.4",
22
+ opacity: o ? "1" : "0.4",
25
23
  d: "M416 96H32V448c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V96zM144 176V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16zm96 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16zm96 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const z = ({
30
28
  }
31
29
  );
32
30
  export {
33
- z as IconDelete
31
+ p as IconDelete
34
32
  };
@@ -1,20 +1,14 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { f as a } from "../../chunks/index.WYr_ee3a.js";
3
- const f = ({
4
- className: r,
5
- viewBox: t,
6
- spacing: o,
7
- ...e
8
- }) => /* @__PURE__ */ c(
9
- a,
2
+ import { h as e } from "../../chunks/index.CTGiV0RT.js";
3
+ const s = ({ className: r, viewBox: t, ...o }) => /* @__PURE__ */ c(
4
+ e,
10
5
  {
11
6
  defaultViewBox: "0 0 1200 500",
12
7
  defaultClassName: "w-full",
13
8
  viewBox: t,
14
9
  className: r,
15
- spacing: o,
16
10
  title: "Sassy Dog",
17
- ...e,
11
+ ...o,
18
12
  children: /* @__PURE__ */ c("g", { transform: "matrix(11.9092 0 0 11.9092 470.0017 250.0009)", id: "879221", children: /* @__PURE__ */ c(
19
13
  "path",
20
14
  {
@@ -27,5 +21,5 @@ const f = ({
27
21
  }
28
22
  );
29
23
  export {
30
- f as IconDog
24
+ s as IconDog
31
25
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
- import { f as r } from "../../chunks/index.WYr_ee3a.js";
3
- const f = ({
1
+ import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
+ import { h as l } from "../../chunks/index.CTGiV0RT.js";
3
+ const d = ({
4
4
  className: o,
5
5
  viewBox: s,
6
- spacing: c,
7
- title: e,
8
- monotone: a,
9
- ...i
10
- }) => /* @__PURE__ */ l(
11
- r,
6
+ title: c,
7
+ monotone: e,
8
+ ...a
9
+ }) => /* @__PURE__ */ i(
10
+ l,
12
11
  {
13
12
  defaultViewBox: "0 0 384 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: s,
16
15
  className: o,
17
- spacing: c,
18
- title: e || "Down",
19
- ...i,
16
+ title: c || "Down",
17
+ ...a,
20
18
  children: [
21
19
  /* @__PURE__ */ t(
22
20
  "path",
23
21
  {
24
- opacity: a ? "1" : "0.4",
22
+ opacity: e ? "1" : "0.4",
25
23
  d: "M160 370.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V370.7l-32 32-32-32z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const f = ({
30
28
  }
31
29
  );
32
30
  export {
33
- f as IconDown
31
+ d as IconDown
34
32
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as l, jsx as c } from "react/jsx-runtime";
2
- import { f as r } from "../../chunks/index.WYr_ee3a.js";
3
- const m = ({
1
+ import { jsxs as a, jsx as c } from "react/jsx-runtime";
2
+ import { h as l } from "../../chunks/index.CTGiV0RT.js";
3
+ const h = ({
4
4
  className: t,
5
5
  viewBox: o,
6
- spacing: s,
7
- title: i,
8
- monotone: e,
9
- ...a
10
- }) => /* @__PURE__ */ l(
11
- r,
6
+ title: s,
7
+ monotone: i,
8
+ ...e
9
+ }) => /* @__PURE__ */ a(
10
+ l,
12
11
  {
13
12
  defaultViewBox: "0 0 512 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: o,
16
15
  className: t,
17
- spacing: s,
18
- title: i || "Edit",
19
- ...a,
16
+ title: s || "Edit",
17
+ ...e,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: e ? "1" : "0.4",
22
+ opacity: i ? "1" : "0.4",
25
23
  d: "M0 160c0-53 43-96 96-96h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32 14.3-32 32V416c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32V320c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 53-43 96-96 96H96c-53 0-96-43-96-96V160z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const m = ({
30
28
  }
31
29
  );
32
30
  export {
33
- m as IconEdit
31
+ h as IconEdit
34
32
  };
@@ -1,25 +1,23 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { f as i } from "../../chunks/index.WYr_ee3a.js";
3
- const a = ({
2
+ import { h as z } from "../../chunks/index.CTGiV0RT.js";
3
+ const n = ({
4
4
  className: t,
5
5
  viewBox: m,
6
- spacing: o,
7
- title: e,
8
- monotone: r,
9
- ...z
6
+ title: o,
7
+ monotone: i,
8
+ ...e
10
9
  }) => /* @__PURE__ */ c(
11
- i,
10
+ z,
12
11
  {
13
12
  defaultViewBox: "0 0 496 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: m,
16
15
  className: t,
17
- spacing: o,
18
- title: e || "GitHub",
19
- ...z,
16
+ title: o || "GitHub",
17
+ ...e,
20
18
  children: /* @__PURE__ */ c("path", { d: "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" })
21
19
  }
22
20
  );
23
21
  export {
24
- a as IconGitHub
22
+ n as IconGitHub
25
23
  };
@@ -1,27 +1,25 @@
1
- import { jsxs as a, jsx as c } from "react/jsx-runtime";
2
- import { f as r } from "../../chunks/index.WYr_ee3a.js";
3
- const m = ({
1
+ import { jsxs as s, jsx as c } from "react/jsx-runtime";
2
+ import { h as a } from "../../chunks/index.CTGiV0RT.js";
3
+ const C = ({
4
4
  className: t,
5
5
  viewBox: e,
6
- spacing: o,
7
- title: i,
8
- monotone: l,
9
- ...s
10
- }) => /* @__PURE__ */ a(
11
- r,
6
+ title: o,
7
+ monotone: i,
8
+ ...l
9
+ }) => /* @__PURE__ */ s(
10
+ a,
12
11
  {
13
12
  defaultViewBox: "0 0 640 512",
14
13
  defaultClassName: "size-5",
15
14
  viewBox: e,
16
15
  className: t,
17
- spacing: o,
18
- title: i || "Hide",
19
- ...s,
16
+ title: o || "Hide",
17
+ ...l,
20
18
  children: [
21
19
  /* @__PURE__ */ c(
22
20
  "path",
23
21
  {
24
- opacity: l ? "1" : "0.4",
22
+ opacity: i ? "1" : "0.4",
25
23
  d: "M360.8 380.3C339.4 392.8 314.6 400 288 400c-79.5 0-144-64.5-144-144c0-14.5 2.1-28.5 6.1-41.7L63.5 146c-29.4 34.7-49.9 70.8-61.1 97.6c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480c56.1 0 104.4-17.8 144.5-43.2l-71.7-56.5zM198.5 252.4c-3.7 .8-6.7 3.7-6.5 7.7c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9c1.9-.5 3.9-1.1 5.7-1.7l-120-94.6zm89-52.4l94.8 74.3c2.7-13.9 2.4-28.6-1.5-43.2c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 2.7-.2 5.4-.5 8zM432 256c0 17.7-3.2 34.6-9 50.2l84.1 65.9c32.3-36.6 54.6-75.4 66.4-103.9c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32c-60 0-111.1 20.3-152.8 48.7L207 136.9c23.1-15.7 51-24.9 81-24.9c79.5 0 144 64.5 144 144z"
26
24
  }
27
25
  ),
@@ -30,5 +28,5 @@ const m = ({
30
28
  }
31
29
  );
32
30
  export {
33
- m as IconHide
31
+ C as IconHide
34
32
  };