@versini/ui-icons 1.5.0 → 1.7.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.
- package/dist/chunks/{index.ChzGJRmd.js → index.DOm6YBml.js} +3 -3
- package/dist/components/Icons/IconAdd.js +11 -11
- package/dist/components/Icons/IconBack.js +6 -6
- package/dist/components/Icons/IconBrightness.js +2 -2
- package/dist/components/Icons/IconChart.js +11 -11
- package/dist/components/Icons/IconClose.js +9 -9
- package/dist/components/Icons/IconCopied.js +6 -6
- package/dist/components/Icons/IconCopy.js +2 -2
- package/dist/components/Icons/IconDelete.js +7 -7
- package/dist/components/Icons/IconDog.js +1 -1
- package/dist/components/Icons/IconDown.js +2 -2
- package/dist/components/Icons/IconEdit.js +14 -14
- package/dist/components/Icons/IconGitHub.js +6 -6
- package/dist/components/Icons/IconHide.js +11 -11
- package/dist/components/Icons/IconHistory.js +2 -2
- package/dist/components/Icons/IconInfo.js +12 -12
- package/dist/components/Icons/IconNext.js +10 -10
- package/dist/components/Icons/IconPrevious.js +10 -10
- package/dist/components/Icons/IconProfile.js +14 -14
- package/dist/components/Icons/IconRestore.js +13 -13
- package/dist/components/Icons/IconSettings.js +8 -8
- package/dist/components/Icons/IconShow.js +2 -2
- package/dist/components/Icons/IconSort.js +41 -0
- package/dist/components/Icons/IconStarInCircle.js +22 -21
- package/dist/components/Icons/IconUp.js +6 -6
- package/dist/components/Icons/IconUser.js +2 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.js +15 -13
- package/package.json +3 -3
|
@@ -44,13 +44,13 @@ const _ = (i) => {
|
|
|
44
44
|
] });
|
|
45
45
|
};
|
|
46
46
|
/*!
|
|
47
|
-
@versini/ui-private v1.4.
|
|
47
|
+
@versini/ui-private v1.4.2
|
|
48
48
|
© 2024 gizmette.com
|
|
49
49
|
*/
|
|
50
50
|
try {
|
|
51
51
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
52
|
-
version: "1.4.
|
|
53
|
-
buildTime: "04/
|
|
52
|
+
version: "1.4.2",
|
|
53
|
+
buildTime: "04/16/2024 04:38 PM EDT",
|
|
54
54
|
homepage: "https://github.com/aversini/ui-components",
|
|
55
55
|
license: "MIT"
|
|
56
56
|
});
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsxs as d, jsx as
|
|
2
|
-
import { S as i } from "../../chunks/index.
|
|
1
|
+
import { jsxs as d, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
|
-
className:
|
|
4
|
+
className: a,
|
|
5
5
|
viewBox: t,
|
|
6
6
|
spacing: c,
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: o,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ d(
|
|
11
11
|
i,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: t,
|
|
16
|
-
className:
|
|
16
|
+
className: a,
|
|
17
17
|
spacing: c,
|
|
18
|
-
title:
|
|
18
|
+
title: e || "Add",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ s(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: o ? "1" : "0.4",
|
|
26
26
|
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"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ s("path", { className: "fa-primary", d: "" })
|
|
30
30
|
]
|
|
31
31
|
}
|
|
32
32
|
);
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as m } from "../../chunks/index.
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: a,
|
|
5
5
|
viewBox: s,
|
|
6
6
|
spacing: t,
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: o,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ i(
|
|
11
11
|
m,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: s,
|
|
16
16
|
className: a,
|
|
17
17
|
spacing: t,
|
|
18
|
-
title:
|
|
18
|
+
title: e || "Back",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: o ? "1" : "0.4",
|
|
26
26
|
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"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as m, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { S as o } from "../../chunks/index.
|
|
2
|
+
import { S as o } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const p = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: a,
|
|
@@ -11,7 +11,7 @@ const p = ({
|
|
|
11
11
|
o,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: a,
|
|
16
16
|
className: c,
|
|
17
17
|
spacing: t,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
1
|
+
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const V = ({
|
|
4
4
|
className: a,
|
|
5
5
|
viewBox: t,
|
|
6
6
|
spacing: r,
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
7
|
+
title: s,
|
|
8
|
+
monotone: e,
|
|
9
|
+
...o
|
|
10
|
+
}) => /* @__PURE__ */ i(
|
|
11
|
+
m,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: t,
|
|
16
16
|
className: a,
|
|
17
17
|
spacing: r,
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
18
|
+
title: s || "Chart",
|
|
19
|
+
...o,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: e ? "1" : "0.4",
|
|
26
26
|
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"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { S as c } from "../../chunks/index.
|
|
3
|
-
const
|
|
2
|
+
import { S as c } from "../../chunks/index.DOm6YBml.js";
|
|
3
|
+
const a = ({
|
|
4
4
|
className: e,
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
5
|
+
viewBox: s,
|
|
6
|
+
spacing: t,
|
|
7
7
|
title: l,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
-
monotone:
|
|
9
|
+
monotone: i,
|
|
10
10
|
...r
|
|
11
11
|
}) => /* @__PURE__ */ o(
|
|
12
12
|
c,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 384 512",
|
|
15
|
-
defaultClassName: "
|
|
16
|
-
viewBox:
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: s,
|
|
17
17
|
className: e,
|
|
18
|
-
spacing:
|
|
18
|
+
spacing: t,
|
|
19
19
|
title: l || "Close",
|
|
20
20
|
...r,
|
|
21
21
|
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" })
|
|
22
22
|
}
|
|
23
23
|
);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
a as IconClose
|
|
26
26
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as r } from "../../chunks/index.
|
|
2
|
+
import { S as r } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const d = ({
|
|
4
4
|
className: a,
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
5
|
+
viewBox: e,
|
|
6
|
+
spacing: o,
|
|
7
7
|
title: s,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
9
|
monotone: i,
|
|
@@ -12,10 +12,10 @@ const d = ({
|
|
|
12
12
|
r,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 448 512",
|
|
15
|
-
defaultClassName: "
|
|
16
|
-
viewBox:
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: e,
|
|
17
17
|
className: a,
|
|
18
|
-
spacing:
|
|
18
|
+
spacing: o,
|
|
19
19
|
title: s || "Copied",
|
|
20
20
|
...t,
|
|
21
21
|
children: [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as i } from "../../chunks/index.
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const d = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: o,
|
|
@@ -11,7 +11,7 @@ const d = ({
|
|
|
11
11
|
i,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: o,
|
|
16
16
|
className: c,
|
|
17
17
|
spacing: t,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as l, jsx as
|
|
2
|
-
import { S as m } from "../../chunks/index.
|
|
1
|
+
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const d = ({
|
|
4
|
-
className:
|
|
4
|
+
className: c,
|
|
5
5
|
viewBox: e,
|
|
6
6
|
spacing: a,
|
|
7
7
|
title: t,
|
|
@@ -11,14 +11,14 @@ const d = ({
|
|
|
11
11
|
m,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: e,
|
|
16
|
-
className:
|
|
16
|
+
className: c,
|
|
17
17
|
spacing: a,
|
|
18
18
|
title: t || "Delete",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ s(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
@@ -26,7 +26,7 @@ const d = ({
|
|
|
26
26
|
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"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ s(
|
|
30
30
|
"path",
|
|
31
31
|
{
|
|
32
32
|
className: "fa-primary",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as i } from "../../chunks/index.
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const d = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: o,
|
|
@@ -11,7 +11,7 @@ const d = ({
|
|
|
11
11
|
i,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 384 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: o,
|
|
16
16
|
className: s,
|
|
17
17
|
spacing: t,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as l } from "../../chunks/index.
|
|
1
|
+
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as l } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: a,
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
5
|
+
viewBox: s,
|
|
6
|
+
spacing: t,
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: o,
|
|
9
|
+
...i
|
|
10
|
+
}) => /* @__PURE__ */ r(
|
|
11
11
|
l,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: s,
|
|
16
16
|
className: a,
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
17
|
+
spacing: t,
|
|
18
|
+
title: e || "Edit",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: o ? "1" : "0.4",
|
|
26
26
|
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"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const a = ({
|
|
4
4
|
className: t,
|
|
5
5
|
viewBox: m,
|
|
6
6
|
spacing: o,
|
|
7
7
|
title: e,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
-
monotone:
|
|
10
|
-
...
|
|
9
|
+
monotone: r,
|
|
10
|
+
...z
|
|
11
11
|
}) => /* @__PURE__ */ c(
|
|
12
|
-
|
|
12
|
+
i,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 496 512",
|
|
15
|
-
defaultClassName: "
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
16
|
viewBox: m,
|
|
17
17
|
className: t,
|
|
18
18
|
spacing: o,
|
|
19
19
|
title: e || "GitHub",
|
|
20
|
-
...
|
|
20
|
+
...z,
|
|
21
21
|
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" })
|
|
22
22
|
}
|
|
23
23
|
);
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
1
|
+
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as r } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const C = ({
|
|
4
4
|
className: a,
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
5
|
+
viewBox: e,
|
|
6
|
+
spacing: s,
|
|
7
|
+
title: t,
|
|
8
8
|
monotone: l,
|
|
9
9
|
...o
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
10
|
+
}) => /* @__PURE__ */ i(
|
|
11
|
+
r,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 640 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: e,
|
|
16
16
|
className: a,
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
17
|
+
spacing: s,
|
|
18
|
+
title: t || "Hide",
|
|
19
19
|
...o,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as l } from "../../chunks/index.
|
|
2
|
+
import { S as l } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: a,
|
|
@@ -11,7 +11,7 @@ const f = ({
|
|
|
11
11
|
l,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: a,
|
|
16
16
|
className: s,
|
|
17
17
|
spacing: t,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const i = ({
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: c,
|
|
6
6
|
spacing: o,
|
|
7
|
-
title:
|
|
7
|
+
title: e,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
-
monotone:
|
|
10
|
-
...
|
|
9
|
+
monotone: h,
|
|
10
|
+
...t
|
|
11
11
|
}) => /* @__PURE__ */ r(
|
|
12
|
-
|
|
12
|
+
m,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 512 512",
|
|
15
|
-
defaultClassName: "
|
|
16
|
-
viewBox:
|
|
17
|
-
className:
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: c,
|
|
17
|
+
className: s,
|
|
18
18
|
spacing: o,
|
|
19
|
-
title:
|
|
20
|
-
...
|
|
19
|
+
title: e || "Info",
|
|
20
|
+
...t,
|
|
21
21
|
children: [
|
|
22
22
|
/* @__PURE__ */ a(
|
|
23
23
|
"path",
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as i } from "../../chunks/index.
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: t,
|
|
6
|
+
spacing: e,
|
|
7
|
+
title: c,
|
|
8
8
|
monotone: o,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ l(
|
|
11
11
|
i,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: t,
|
|
16
|
+
className: s,
|
|
17
|
+
spacing: e,
|
|
18
|
+
title: c || "Next",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ a(
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { S as l } from "../../chunks/index.
|
|
2
|
+
import { S as l } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: a,
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
5
|
+
viewBox: e,
|
|
6
|
+
spacing: o,
|
|
7
|
+
title: t,
|
|
8
|
+
monotone: c,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ i(
|
|
11
11
|
l,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: e,
|
|
16
16
|
className: a,
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
17
|
+
spacing: o,
|
|
18
|
+
title: t || "Previous",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ s(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: c ? "1" : "0.4",
|
|
26
26
|
d: "M109.3 288L416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0-32 32 32 32z"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as t } from "../../chunks/index.
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
2
|
+
import { S as t } from "../../chunks/index.DOm6YBml.js";
|
|
3
|
+
const z = ({
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: a,
|
|
6
|
+
spacing: e,
|
|
7
|
+
title: m,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
9
|
monotone: H,
|
|
10
|
-
...
|
|
10
|
+
...o
|
|
11
11
|
}) => /* @__PURE__ */ r(
|
|
12
12
|
t,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 576 512",
|
|
15
|
-
defaultClassName: "
|
|
16
|
-
viewBox:
|
|
17
|
-
className:
|
|
18
|
-
spacing:
|
|
19
|
-
title:
|
|
20
|
-
...
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: a,
|
|
17
|
+
className: s,
|
|
18
|
+
spacing: e,
|
|
19
|
+
title: m || "Profile",
|
|
20
|
+
...o,
|
|
21
21
|
children: [
|
|
22
22
|
/* @__PURE__ */ c(
|
|
23
23
|
"path",
|
|
@@ -38,5 +38,5 @@ const f = ({
|
|
|
38
38
|
}
|
|
39
39
|
);
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
z as IconProfile
|
|
42
42
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
1
|
+
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const V = ({
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: a,
|
|
6
|
+
spacing: e,
|
|
7
|
+
title: t,
|
|
8
8
|
monotone: o,
|
|
9
9
|
...r
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
10
|
+
}) => /* @__PURE__ */ i(
|
|
11
|
+
m,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: a,
|
|
16
|
+
className: s,
|
|
17
|
+
spacing: e,
|
|
18
|
+
title: t || "Restore",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { S as
|
|
2
|
+
import { S as n } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const d = ({
|
|
4
4
|
className: e,
|
|
5
5
|
viewBox: o,
|
|
6
6
|
spacing: a,
|
|
7
|
-
title:
|
|
7
|
+
title: i,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
-
monotone:
|
|
10
|
-
...
|
|
9
|
+
monotone: r,
|
|
10
|
+
...m
|
|
11
11
|
}) => /* @__PURE__ */ t(
|
|
12
|
-
|
|
12
|
+
n,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 448 512",
|
|
15
|
-
defaultClassName: "
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
16
|
viewBox: o,
|
|
17
17
|
className: e,
|
|
18
18
|
spacing: a,
|
|
19
|
-
title:
|
|
20
|
-
...
|
|
19
|
+
title: i || "Settings",
|
|
20
|
+
...m,
|
|
21
21
|
children: /* @__PURE__ */ t("path", { d: "M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" })
|
|
22
22
|
}
|
|
23
23
|
);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as m } from "../../chunks/index.
|
|
2
|
+
import { S as m } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: a,
|
|
5
5
|
viewBox: s,
|
|
@@ -11,7 +11,7 @@ const f = ({
|
|
|
11
11
|
m,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 576 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: s,
|
|
16
16
|
className: a,
|
|
17
17
|
spacing: o,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsxs as l, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as i } from "../../chunks/index.DOm6YBml.js";
|
|
3
|
+
const f = ({
|
|
4
|
+
className: c,
|
|
5
|
+
viewBox: a,
|
|
6
|
+
spacing: t,
|
|
7
|
+
title: o,
|
|
8
|
+
monotone: r,
|
|
9
|
+
...e
|
|
10
|
+
}) => /* @__PURE__ */ l(
|
|
11
|
+
i,
|
|
12
|
+
{
|
|
13
|
+
defaultViewBox: "0 0 576 512",
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: a,
|
|
16
|
+
className: c,
|
|
17
|
+
spacing: t,
|
|
18
|
+
title: o || "Sort",
|
|
19
|
+
...e,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ s(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
className: "fa-secondary",
|
|
25
|
+
opacity: r ? "1" : "0.4",
|
|
26
|
+
d: "M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L448 141.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V141.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96z"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ s(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
className: "fa-primary",
|
|
33
|
+
d: "M137.4 470.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z"
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
export {
|
|
40
|
+
f as IconSort
|
|
41
|
+
};
|
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsxs as t, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { S as o } from "../../chunks/index.DOm6YBml.js";
|
|
3
|
+
const p = ({
|
|
4
|
+
className: c,
|
|
5
|
+
viewBox: l,
|
|
6
|
+
spacing: a,
|
|
7
|
+
title: e,
|
|
8
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
+
monotone: i,
|
|
10
|
+
...r
|
|
11
|
+
}) => /* @__PURE__ */ t(
|
|
12
|
+
o,
|
|
12
13
|
{
|
|
13
14
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: l,
|
|
17
|
+
className: c,
|
|
18
|
+
spacing: a,
|
|
19
|
+
title: e || "Star in Circle",
|
|
20
|
+
...r,
|
|
20
21
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
+
/* @__PURE__ */ s(
|
|
22
23
|
"path",
|
|
23
24
|
{
|
|
24
25
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
26
|
+
opacity: "0.4",
|
|
26
27
|
d: "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM256 104c-6.1 0-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.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.1-11.8-36.2-73.4c-2.7-5.5-8.3-8.9-14.3-8.9z"
|
|
27
28
|
}
|
|
28
29
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
+
/* @__PURE__ */ s(
|
|
30
31
|
"path",
|
|
31
32
|
{
|
|
32
33
|
className: "fa-primary",
|
|
@@ -37,5 +38,5 @@ const d = ({
|
|
|
37
38
|
}
|
|
38
39
|
);
|
|
39
40
|
export {
|
|
40
|
-
|
|
41
|
+
p as IconStarInCircle
|
|
41
42
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as p } from "../../chunks/index.
|
|
2
|
+
import { S as p } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const f = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: t,
|
|
6
6
|
spacing: c,
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: o,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ l(
|
|
11
11
|
p,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 384 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: t,
|
|
16
16
|
className: s,
|
|
17
17
|
spacing: c,
|
|
18
|
-
title:
|
|
18
|
+
title: e || "Up",
|
|
19
19
|
...r,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ a(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
24
|
className: "fa-secondary",
|
|
25
|
-
opacity:
|
|
25
|
+
opacity: o ? "1" : "0.4",
|
|
26
26
|
d: "M160 141.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l-32-32-32 32z"
|
|
27
27
|
}
|
|
28
28
|
),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as m, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { S as c } from "../../chunks/index.
|
|
2
|
+
import { S as c } from "../../chunks/index.DOm6YBml.js";
|
|
3
3
|
const p = ({
|
|
4
4
|
className: s,
|
|
5
5
|
viewBox: e,
|
|
@@ -12,7 +12,7 @@ const p = ({
|
|
|
12
12
|
c,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 512 512",
|
|
15
|
-
defaultClassName: "
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
16
|
viewBox: e,
|
|
17
17
|
className: s,
|
|
18
18
|
spacing: o,
|
package/dist/index.d.ts
CHANGED
|
@@ -64,10 +64,12 @@ declare const IconSettings: ({ className, viewBox, spacing, title, monotone, ...
|
|
|
64
64
|
|
|
65
65
|
declare const IconShow: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
66
66
|
|
|
67
|
+
declare const IconSort: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
|
+
|
|
67
69
|
declare const IconStarInCircle: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
68
70
|
|
|
69
71
|
declare const IconUp: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
70
72
|
|
|
71
73
|
declare const IconUser: ({ className, viewBox, spacing, title, monotone, ...rest }: IconsProps) => react_jsx_runtime.JSX.Element;
|
|
72
74
|
|
|
73
|
-
export { IconAdd, IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconStarInCircle, IconUp, IconUser };
|
|
75
|
+
export { IconAdd, IconBack, IconBrightness, IconChart, IconClose, IconCopied, IconCopy, IconDelete, IconDog, IconDown, IconEdit, IconGitHub, IconHide, IconHistory, IconInfo, IconNext, IconPrevious, IconProfile, IconRestore, IconSettings, IconShow, IconSort, IconStarInCircle, IconUp, IconUser };
|
package/dist/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import { IconBrightness as p } from "./components/Icons/IconBrightness.js";
|
|
|
4
4
|
import { IconChart as f } from "./components/Icons/IconChart.js";
|
|
5
5
|
import { IconClose as i } from "./components/Icons/IconClose.js";
|
|
6
6
|
import { IconCopied as _ } from "./components/Icons/IconCopied.js";
|
|
7
|
-
import { IconCopy as
|
|
8
|
-
import { IconDelete as
|
|
7
|
+
import { IconCopy as S } from "./components/Icons/IconCopy.js";
|
|
8
|
+
import { IconDelete as C } from "./components/Icons/IconDelete.js";
|
|
9
9
|
import { IconDog as l } from "./components/Icons/IconDog.js";
|
|
10
10
|
import { IconDown as g } from "./components/Icons/IconDown.js";
|
|
11
11
|
import { IconEdit as N } from "./components/Icons/IconEdit.js";
|
|
@@ -19,17 +19,18 @@ import { IconProfile as V } from "./components/Icons/IconProfile.js";
|
|
|
19
19
|
import { IconRestore as A } from "./components/Icons/IconRestore.js";
|
|
20
20
|
import { IconSettings as j } from "./components/Icons/IconSettings.js";
|
|
21
21
|
import { IconShow as z } from "./components/Icons/IconShow.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
22
|
+
import { IconSort as J } from "./components/Icons/IconSort.js";
|
|
23
|
+
import { IconStarInCircle as L } from "./components/Icons/IconStarInCircle.js";
|
|
24
|
+
import { IconUp as W } from "./components/Icons/IconUp.js";
|
|
25
|
+
import { IconUser as Y } from "./components/Icons/IconUser.js";
|
|
25
26
|
/*!
|
|
26
|
-
@versini/ui-icons v1.
|
|
27
|
+
@versini/ui-icons v1.7.0
|
|
27
28
|
© 2024 gizmette.com
|
|
28
29
|
*/
|
|
29
30
|
try {
|
|
30
31
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
31
|
-
version: "1.
|
|
32
|
-
buildTime: "04/
|
|
32
|
+
version: "1.7.0",
|
|
33
|
+
buildTime: "04/16/2024 04:38 PM EDT",
|
|
33
34
|
homepage: "https://github.com/aversini/ui-components",
|
|
34
35
|
license: "MIT"
|
|
35
36
|
});
|
|
@@ -42,8 +43,8 @@ export {
|
|
|
42
43
|
f as IconChart,
|
|
43
44
|
i as IconClose,
|
|
44
45
|
_ as IconCopied,
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
S as IconCopy,
|
|
47
|
+
C as IconDelete,
|
|
47
48
|
l as IconDog,
|
|
48
49
|
g as IconDown,
|
|
49
50
|
N as IconEdit,
|
|
@@ -57,7 +58,8 @@ export {
|
|
|
57
58
|
A as IconRestore,
|
|
58
59
|
j as IconSettings,
|
|
59
60
|
z as IconShow,
|
|
60
|
-
J as
|
|
61
|
-
L as
|
|
62
|
-
W as
|
|
61
|
+
J as IconSort,
|
|
62
|
+
L as IconStarInCircle,
|
|
63
|
+
W as IconUp,
|
|
64
|
+
Y as IconUser
|
|
63
65
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@versini/ui-private": "workspace:../ui-private"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@versini/ui-private": "1.4.
|
|
45
|
+
"@versini/ui-private": "1.4.2"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": [
|
|
48
48
|
"**/*.css"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "90529e8d711c6cd72ad2a9137fd42b0019bbea26"
|
|
51
51
|
}
|