@versini/ui-icons 1.6.0 → 1.8.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.DlLkJA4m.js → index.D-iPm0Zj.js} +1 -1
- package/dist/components/Icons/IconAdd.js +15 -16
- package/dist/components/Icons/IconBack.js +16 -23
- package/dist/components/Icons/IconBrightness.js +19 -26
- package/dist/components/Icons/IconChart.js +20 -27
- package/dist/components/Icons/IconClose.js +9 -9
- package/dist/components/Icons/IconCopied.js +13 -20
- package/dist/components/Icons/IconCopy.js +17 -24
- package/dist/components/Icons/IconDelete.js +18 -25
- package/dist/components/Icons/IconDog.js +1 -1
- package/dist/components/Icons/IconDown.js +20 -27
- package/dist/components/Icons/IconEdit.js +16 -23
- package/dist/components/Icons/IconGitHub.js +6 -6
- package/dist/components/Icons/IconHide.js +18 -25
- package/dist/components/Icons/IconHistory.js +15 -22
- package/dist/components/Icons/IconInfo.js +16 -23
- package/dist/components/Icons/IconNext.js +20 -27
- package/dist/components/Icons/IconPrevious.js +16 -23
- package/dist/components/Icons/IconProfile.js +17 -24
- package/dist/components/Icons/IconRestore.js +20 -27
- package/dist/components/Icons/IconSettings.js +8 -8
- package/dist/components/Icons/IconShow.js +18 -25
- package/dist/components/Icons/IconSort.js +16 -23
- package/dist/components/Icons/IconSortDown.js +34 -0
- package/dist/components/Icons/IconSortUp.js +34 -0
- package/dist/components/Icons/IconStarInCircle.js +16 -23
- package/dist/components/Icons/IconUp.js +19 -26
- package/dist/components/Icons/IconUser.js +17 -24
- package/dist/index.d.ts +5 -1
- package/dist/index.js +31 -27
- package/package.json +2 -2
|
@@ -50,7 +50,7 @@ const _ = (i) => {
|
|
|
50
50
|
try {
|
|
51
51
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
52
52
|
version: "1.4.2",
|
|
53
|
-
buildTime: "04/
|
|
53
|
+
buildTime: "04/17/2024 10:00 AM EDT",
|
|
54
54
|
homepage: "https://github.com/aversini/ui-components",
|
|
55
55
|
license: "MIT"
|
|
56
56
|
});
|
|
@@ -1,35 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { S as r } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const n = ({
|
|
4
4
|
className: s,
|
|
5
|
-
viewBox:
|
|
5
|
+
viewBox: o,
|
|
6
6
|
spacing: c,
|
|
7
|
-
title:
|
|
7
|
+
title: d,
|
|
8
8
|
monotone: e,
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
9
|
+
...a
|
|
10
|
+
}) => /* @__PURE__ */ i(
|
|
11
|
+
r,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: o,
|
|
16
16
|
className: s,
|
|
17
17
|
spacing: c,
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
18
|
+
title: d || "Add",
|
|
19
|
+
...a,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ t(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
className: "fa-secondary",
|
|
25
24
|
opacity: e ? "1" : "0.4",
|
|
26
25
|
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
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
28
|
+
/* @__PURE__ */ t("path", { d: "" })
|
|
30
29
|
]
|
|
31
30
|
}
|
|
32
31
|
);
|
|
33
32
|
export {
|
|
34
|
-
|
|
33
|
+
n as IconAdd
|
|
35
34
|
};
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
1
|
+
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as p } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const n = ({
|
|
4
|
+
className: t,
|
|
5
5
|
viewBox: s,
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
6
|
+
spacing: o,
|
|
7
|
+
title: a,
|
|
8
8
|
monotone: e,
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
9
|
+
...i
|
|
10
|
+
}) => /* @__PURE__ */ r(
|
|
11
|
+
p,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: s,
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
16
|
+
className: t,
|
|
17
|
+
spacing: o,
|
|
18
|
+
title: a || "Back",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
className: "fa-secondary",
|
|
25
24
|
opacity: e ? "1" : "0.4",
|
|
26
25
|
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
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */ c(
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M32 0H192c17.7 0 32 14.3 32 32s-14.3 32-32 32H109.3L342.6 297.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L64 109.3V192c0 17.7-14.3 32-32 32s-32-14.3-32-32V32C0 14.3 14.3 0 32 0z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ c("path", { d: "M32 0H192c17.7 0 32 14.3 32 32s-14.3 32-32 32H109.3L342.6 297.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L64 109.3V192c0 17.7-14.3 32-32 32s-32-14.3-32-32V32C0 14.3 14.3 0 32 0z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
n as IconBack
|
|
41
34
|
};
|
|
@@ -1,38 +1,31 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
1
|
+
import { jsxs as r, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as z } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
3
|
const p = ({
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
4
|
+
className: s,
|
|
5
|
+
viewBox: t,
|
|
6
|
+
spacing: l,
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: o,
|
|
9
|
+
...i
|
|
10
|
+
}) => /* @__PURE__ */ r(
|
|
11
|
+
z,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: t,
|
|
16
|
+
className: s,
|
|
17
|
+
spacing: l,
|
|
18
|
+
title: e || "Brightness",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
|
|
25
|
-
opacity: e ? "1" : "0.4",
|
|
24
|
+
opacity: o ? "1" : "0.4",
|
|
26
25
|
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"
|
|
27
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ c("path", { d: "M160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
1
|
+
import { jsxs as s, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as h } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const l = ({
|
|
4
|
+
className: t,
|
|
5
|
+
viewBox: o,
|
|
6
|
+
spacing: a,
|
|
7
|
+
title: r,
|
|
8
|
+
monotone: e,
|
|
9
|
+
...i
|
|
10
|
+
}) => /* @__PURE__ */ s(
|
|
11
|
+
h,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: o,
|
|
16
|
+
className: t,
|
|
17
|
+
spacing: a,
|
|
18
|
+
title: r || "Chart",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
|
|
25
|
-
opacity: s ? "1" : "0.4",
|
|
24
|
+
opacity: e ? "1" : "0.4",
|
|
26
25
|
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
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */ c(
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M368 96c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H368zM48 224c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H48z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ c("path", { d: "M368 96c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H368zM48 224c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H48z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
l as IconChart
|
|
41
34
|
};
|
|
@@ -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.D-iPm0Zj.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,42 +1,35 @@
|
|
|
1
1
|
import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
2
|
+
import { S as p } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const m = ({
|
|
4
|
+
className: o,
|
|
5
|
+
viewBox: t,
|
|
6
6
|
spacing: e,
|
|
7
7
|
title: s,
|
|
8
8
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
9
|
-
monotone:
|
|
10
|
-
...
|
|
9
|
+
monotone: r,
|
|
10
|
+
...i
|
|
11
11
|
}) => /* @__PURE__ */ l(
|
|
12
|
-
|
|
12
|
+
p,
|
|
13
13
|
{
|
|
14
14
|
defaultViewBox: "0 0 448 512",
|
|
15
|
-
defaultClassName: "
|
|
16
|
-
viewBox:
|
|
17
|
-
className:
|
|
15
|
+
defaultClassName: "size-5",
|
|
16
|
+
viewBox: t,
|
|
17
|
+
className: o,
|
|
18
18
|
spacing: e,
|
|
19
19
|
title: s || "Copied",
|
|
20
|
-
...
|
|
20
|
+
...i,
|
|
21
21
|
children: [
|
|
22
22
|
/* @__PURE__ */ c(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
className: "fa-secondary",
|
|
26
25
|
opacity: "0.4",
|
|
27
26
|
d: "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
28
27
|
}
|
|
29
28
|
),
|
|
30
|
-
/* @__PURE__ */ c(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
className: "fa-primary",
|
|
34
|
-
d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
29
|
+
/* @__PURE__ */ c("path", { d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z" })
|
|
37
30
|
]
|
|
38
31
|
}
|
|
39
32
|
);
|
|
40
33
|
export {
|
|
41
|
-
|
|
34
|
+
m as IconCopied
|
|
42
35
|
};
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
1
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { S as s } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const l = ({
|
|
4
4
|
className: c,
|
|
5
5
|
viewBox: o,
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
6
|
+
spacing: e,
|
|
7
|
+
title: p,
|
|
8
|
+
monotone: a,
|
|
9
|
+
...i
|
|
10
|
+
}) => /* @__PURE__ */ r(
|
|
11
|
+
s,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: o,
|
|
16
16
|
className: c,
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
17
|
+
spacing: e,
|
|
18
|
+
title: p || "Copy",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ t(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
|
|
25
|
-
opacity: e ? "1" : "0.4",
|
|
24
|
+
opacity: a ? "1" : "0.4",
|
|
26
25
|
d: "M288 448H64V224h96V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V352H288v96z"
|
|
27
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M160 288c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ t("path", { d: "M160 288c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
l as IconCopy
|
|
41
34
|
};
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
1
|
+
import { jsxs as i, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as l } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const z = ({
|
|
4
|
+
className: t,
|
|
5
5
|
viewBox: e,
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
6
|
+
spacing: s,
|
|
7
|
+
title: o,
|
|
8
|
+
monotone: V,
|
|
9
|
+
...a
|
|
10
|
+
}) => /* @__PURE__ */ i(
|
|
11
|
+
l,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 448 512",
|
|
14
|
-
defaultClassName: "
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
15
|
viewBox: e,
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
16
|
+
className: t,
|
|
17
|
+
spacing: s,
|
|
18
|
+
title: o || "Delete",
|
|
19
|
+
...a,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
|
|
25
|
-
opacity: o ? "1" : "0.4",
|
|
24
|
+
opacity: V ? "1" : "0.4",
|
|
26
25
|
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
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */ c(
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ c("path", { d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
z as IconDelete
|
|
41
34
|
};
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as l, jsx as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
6
|
-
spacing:
|
|
7
|
-
title:
|
|
8
|
-
monotone:
|
|
9
|
-
...
|
|
1
|
+
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { S as r } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const m = ({
|
|
4
|
+
className: o,
|
|
5
|
+
viewBox: s,
|
|
6
|
+
spacing: c,
|
|
7
|
+
title: e,
|
|
8
|
+
monotone: a,
|
|
9
|
+
...i
|
|
10
10
|
}) => /* @__PURE__ */ l(
|
|
11
|
-
|
|
11
|
+
r,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 384 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
17
|
-
spacing:
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: s,
|
|
16
|
+
className: o,
|
|
17
|
+
spacing: c,
|
|
18
|
+
title: e || "Down",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ t(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
|
|
25
|
-
opacity: e ? "1" : "0.4",
|
|
24
|
+
opacity: a ? "1" : "0.4",
|
|
26
25
|
d: "M160 370.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V370.7l-32 32-32-32z"
|
|
27
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M169.4 470.6c12.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 402.7 54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ t("path", { d: "M169.4 470.6c12.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 402.7 54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
m as IconDown
|
|
41
34
|
};
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
const
|
|
4
|
-
className:
|
|
5
|
-
viewBox:
|
|
1
|
+
import { jsxs as l, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { S as r } from "../../chunks/index.D-iPm0Zj.js";
|
|
3
|
+
const n = ({
|
|
4
|
+
className: t,
|
|
5
|
+
viewBox: o,
|
|
6
6
|
spacing: s,
|
|
7
|
-
title:
|
|
7
|
+
title: i,
|
|
8
8
|
monotone: e,
|
|
9
|
-
...
|
|
10
|
-
}) => /* @__PURE__ */
|
|
11
|
-
|
|
9
|
+
...a
|
|
10
|
+
}) => /* @__PURE__ */ l(
|
|
11
|
+
r,
|
|
12
12
|
{
|
|
13
13
|
defaultViewBox: "0 0 512 512",
|
|
14
|
-
defaultClassName: "
|
|
15
|
-
viewBox:
|
|
16
|
-
className:
|
|
14
|
+
defaultClassName: "size-5",
|
|
15
|
+
viewBox: o,
|
|
16
|
+
className: t,
|
|
17
17
|
spacing: s,
|
|
18
|
-
title:
|
|
19
|
-
...
|
|
18
|
+
title: i || "Edit",
|
|
19
|
+
...a,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ c(
|
|
22
22
|
"path",
|
|
23
23
|
{
|
|
24
|
-
className: "fa-secondary",
|
|
25
24
|
opacity: e ? "1" : "0.4",
|
|
26
25
|
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
26
|
}
|
|
28
27
|
),
|
|
29
|
-
/* @__PURE__ */ c(
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
className: "fa-primary",
|
|
33
|
-
d: "M392.4 21.7L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0zM339.7 74.3L172.4 241.7c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3z"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
28
|
+
/* @__PURE__ */ c("path", { d: "M392.4 21.7L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0zM339.7 74.3L172.4 241.7c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3z" })
|
|
36
29
|
]
|
|
37
30
|
}
|
|
38
31
|
);
|
|
39
32
|
export {
|
|
40
|
-
|
|
33
|
+
n as IconEdit
|
|
41
34
|
};
|
|
@@ -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.D-iPm0Zj.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
|
);
|