@spear-ai/spectral 1.3.63 → 1.3.65
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/.js +194 -170
- package/dist/Accordion.js +9 -0
- package/dist/Alert.js +19 -10
- package/dist/Button.d.ts +3 -3
- package/dist/Button.js +33 -26
- package/dist/ButtonIcon.js +9 -0
- package/dist/Card.d.ts +16 -0
- package/dist/Card.js +32 -0
- package/dist/Checkbox.js +14 -5
- package/dist/Dialog/DialogBase.d.ts +5 -2
- package/dist/Dialog/DialogBase.js +113 -98
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +41 -35
- package/dist/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/Icons/AnalyzeIcon.js +73 -0
- package/dist/Icons/AnnotationsIcon.js +4 -4
- package/dist/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/Icons/ApprovedIcon.js +43 -0
- package/dist/Icons/CalendarIcon.js +7 -7
- package/dist/Icons/CheckCircleIcon.js +14 -14
- package/dist/Icons/CheckSquareIcon.js +14 -14
- package/dist/Icons/CheckmarkIcon.js +9 -9
- package/dist/Icons/ChevronDownIcon.js +6 -6
- package/dist/Icons/ChevronUpIcon.js +7 -7
- package/dist/Icons/ClockIcon.js +10 -10
- package/dist/Icons/CloseCircleIcon.js +10 -10
- package/dist/Icons/CloseIcon.js +5 -5
- package/dist/Icons/DashboardIcon.js +4 -4
- package/dist/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/Icons/DatabaseIcon.js +53 -0
- package/dist/Icons/DeleteIcon.js +24 -6
- package/dist/Icons/DurationIcon.js +7 -7
- package/dist/Icons/EmailIcon.js +4 -4
- package/dist/Icons/EraserIcon.js +20 -11
- package/dist/Icons/ErrorIcon.js +3 -3
- package/dist/Icons/EyeClosedIcon.js +2 -2
- package/dist/Icons/EyeClosedIcon2.js +18 -18
- package/dist/Icons/EyeOpenIcon.js +8 -8
- package/dist/Icons/GoToFirstIcon.js +1 -1
- package/dist/Icons/GoToLastIcon.js +3 -3
- package/dist/Icons/HarmonicCursorsIcon.js +4 -4
- package/dist/Icons/IconBase.d.ts +1 -1
- package/dist/Icons/IconBase.js +15 -17
- package/dist/Icons/InfoIcon.js +4 -4
- package/dist/Icons/LabelIcon.js +6 -6
- package/dist/Icons/LassoIcon.js +6 -6
- package/dist/Icons/LineToolIcon.js +22 -93
- package/dist/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/Icons/LineToolIcon2.js +73 -0
- package/dist/Icons/LiveViewIcon.js +5 -5
- package/dist/Icons/LoaderIcon.js +5 -5
- package/dist/Icons/LocationIcon.js +5 -5
- package/dist/Icons/LogoutIcon.js +11 -11
- package/dist/Icons/MessagesIcon.js +22 -19
- package/dist/Icons/MetadataIcon.js +5 -5
- package/dist/Icons/MinusIcon.js +9 -9
- package/dist/Icons/OntologyIcon.js +74 -21
- package/dist/Icons/PanelIconClose.js +11 -11
- package/dist/Icons/PanelIconOpen.js +11 -11
- package/dist/Icons/PlayIcon.js +5 -5
- package/dist/Icons/PlusIcon.js +9 -8
- package/dist/Icons/ResetIcon.js +6 -6
- package/dist/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/Icons/ReviewedIcon.js +44 -0
- package/dist/Icons/ScissorsIcon.js +9 -9
- package/dist/Icons/SettingsIcon.js +20 -22
- package/dist/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/Icons/SortAscendingIcon.js +73 -0
- package/dist/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/Icons/SortDescendingIcon.js +73 -0
- package/dist/Icons/StackIcon.d.ts +3 -0
- package/dist/Icons/StackIcon.js +43 -0
- package/dist/Icons/StarIcon.d.ts +3 -0
- package/dist/Icons/StarIcon.js +31 -0
- package/dist/Icons/TrashIcon.js +10 -10
- package/dist/Icons/UndoIcon.js +1 -1
- package/dist/Icons/UserIcon.js +1 -1
- package/dist/Icons/WarningIcon.js +9 -9
- package/dist/Icons/ZoomAllIcon.js +97 -57
- package/dist/Icons/ZoomXIcon.js +6 -6
- package/dist/Icons/ZoomYIcon.js +17 -8
- package/dist/Icons/index.d.ts +9 -0
- package/dist/Icons.js +114 -96
- package/dist/Input.js +30 -21
- package/dist/InputOTP.js +11 -2
- package/dist/MultiSelect/MultiSelectBase.js +6 -6
- package/dist/Select.d.ts +13 -12
- package/dist/Select.js +77 -68
- package/dist/Textarea.js +25 -16
- package/dist/Tray.js +25 -16
- package/dist/analyzer/network.webp +0 -0
- package/dist/analyzer/sunburst.webp +0 -0
- package/dist/analyzer/visual.webp +0 -0
- package/dist/components/Button/Button.d.ts +3 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts +16 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +5 -2
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
- package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
- package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts +1 -1
- package/dist/components/Icons/IconBase.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/StackIcon.d.ts +3 -0
- package/dist/components/Icons/StackIcon.d.ts.map +1 -0
- package/dist/components/Icons/StarIcon.d.ts +3 -0
- package/dist/components/Icons/StarIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Icons/index.d.ts +9 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +13 -12
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +11 -2
- package/dist/features/AuthCard/PasswordInput.js +19 -10
- package/dist/features/AuthCard/SignInForm.js +21 -12
- package/dist/features/AuthCard/SignUpForm.js +21 -12
- package/dist/features/LabelingTools.js +11 -2
- package/dist/features/SensorMetadata.js +14 -5
- package/dist/features/SettingsPopover.js +21 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
- package/dist/main.js +15630 -13510
- package/dist/primitives/select.js +41 -32
- package/dist/styles/main.css +1 -1
- package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
- package/package.json +22 -22
- /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
package/dist/Icons/LassoIcon.js
CHANGED
|
@@ -3,13 +3,13 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const k = ({ className: r, ariaHidden: t, title: e
|
|
6
|
+
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(
|
|
7
7
|
a,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
|
-
description:
|
|
12
|
+
description: n,
|
|
13
13
|
ariaHidden: t,
|
|
14
14
|
ref: C,
|
|
15
15
|
...i,
|
|
@@ -17,7 +17,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
|
|
|
17
17
|
/* @__PURE__ */ o(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M4.
|
|
20
|
+
d: "M4.45827 14.2428C3.4485 13.0425 2.90915 11.6286 2.90918 10.1818C2.90918 8.253 3.86697 6.40315 5.57185 5.03925C7.27672 3.67535 9.58903 2.90912 12.0001 2.90912C14.4111 2.90912 16.7235 3.67535 18.4283 5.03925C20.1332 6.40315 21.091 8.253 21.091 10.1818C21.091 12.1107 20.1332 13.9605 18.4283 15.3244C16.7235 16.6883 14.4111 17.4546 12.0001 17.4546C10.3394 17.4544 8.71042 17.0903 7.29009 16.4018",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
@@ -27,7 +27,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
|
|
|
27
27
|
/* @__PURE__ */ o(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
30
|
-
d: "M7.
|
|
30
|
+
d: "M7.45466 21.091C6.89087 20.6681 6.43312 20.12 6.11757 19.4899C5.80202 18.8597 5.63732 18.1648 5.63647 17.4601",
|
|
31
31
|
stroke: "currentColor",
|
|
32
32
|
strokeWidth: "2",
|
|
33
33
|
strokeLinecap: "round",
|
|
@@ -37,7 +37,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
|
|
|
37
37
|
/* @__PURE__ */ o(
|
|
38
38
|
"path",
|
|
39
39
|
{
|
|
40
|
-
d: "M5.
|
|
40
|
+
d: "M5.6363 17.4545C6.64045 17.4545 7.45448 16.6405 7.45448 15.6364C7.45448 14.6322 6.64045 13.8182 5.6363 13.8182C4.63214 13.8182 3.81812 14.6322 3.81812 15.6364C3.81812 16.6405 4.63214 17.4545 5.6363 17.4545Z",
|
|
41
41
|
stroke: "currentColor",
|
|
42
42
|
strokeWidth: "2",
|
|
43
43
|
strokeLinecap: "round",
|
|
@@ -1,99 +1,28 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
4
|
+
import l from "./IconBase.js";
|
|
5
|
+
import { forwardRef as m } from "react";
|
|
6
|
+
const f = ({ className: o, ariaHidden: r, title: n, description: e, size: i = 24, ...t }, c) => /* @__PURE__ */ C(
|
|
7
|
+
l,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
10
|
-
className:
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
ariaHidden:
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
16
|
-
children:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M19.1287 6.85425V17.0514",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M6.88124 4.81494H17.0874",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ o(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
d: "M6.88124 19.0908H17.0874",
|
|
51
|
-
stroke: "currentColor",
|
|
52
|
-
strokeWidth: "2",
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
/* @__PURE__ */ o(
|
|
58
|
-
"path",
|
|
59
|
-
{
|
|
60
|
-
d: "M19.1287 19.0908C19.1287 19.1011 19.1287 19.1115 19.1339 19.1323C19.139 19.1532 19.1494 19.1842 19.16 19.1848",
|
|
61
|
-
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "5",
|
|
63
|
-
strokeLinecap: "round"
|
|
64
|
-
}
|
|
65
|
-
),
|
|
66
|
-
/* @__PURE__ */ o(
|
|
67
|
-
"path",
|
|
68
|
-
{
|
|
69
|
-
d: "M19.1287 4.81494C19.1287 4.82528 19.1287 4.83563 19.1339 4.85647C19.139 4.87732 19.1494 4.90835 19.16 4.90897",
|
|
70
|
-
stroke: "currentColor",
|
|
71
|
-
strokeWidth: "5",
|
|
72
|
-
strokeLinecap: "round"
|
|
73
|
-
}
|
|
74
|
-
),
|
|
75
|
-
/* @__PURE__ */ o(
|
|
76
|
-
"path",
|
|
77
|
-
{
|
|
78
|
-
d: "M4.84 4.81494C4.84 4.82528 4.84 4.83563 4.84517 4.85647C4.85035 4.87732 4.8607 4.90835 4.87137 4.90897",
|
|
79
|
-
stroke: "currentColor",
|
|
80
|
-
strokeWidth: "5",
|
|
81
|
-
strokeLinecap: "round"
|
|
82
|
-
}
|
|
83
|
-
),
|
|
84
|
-
/* @__PURE__ */ o(
|
|
85
|
-
"path",
|
|
86
|
-
{
|
|
87
|
-
d: "M4.84 19.0908C4.84 19.1011 4.84 19.1115 4.84517 19.1323C4.85035 19.1532 4.8607 19.1842 4.87137 19.1848",
|
|
88
|
-
stroke: "currentColor",
|
|
89
|
-
strokeWidth: "5",
|
|
90
|
-
strokeLinecap: "round"
|
|
91
|
-
}
|
|
92
|
-
)
|
|
93
|
-
]
|
|
9
|
+
size: i,
|
|
10
|
+
className: o,
|
|
11
|
+
title: n,
|
|
12
|
+
description: e,
|
|
13
|
+
ariaHidden: r,
|
|
14
|
+
ref: c,
|
|
15
|
+
...t,
|
|
16
|
+
children: /* @__PURE__ */ C(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
94
23
|
}
|
|
95
|
-
),
|
|
96
|
-
|
|
24
|
+
), p = m(f);
|
|
25
|
+
p.displayName = "LineToolIcon";
|
|
97
26
|
export {
|
|
98
|
-
|
|
27
|
+
p as LineToolIcon
|
|
99
28
|
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../styles/main.css";
|
|
3
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import k from "./IconBase.js";
|
|
5
|
+
import { forwardRef as c } from "react";
|
|
6
|
+
const u = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(
|
|
7
|
+
k,
|
|
8
|
+
{
|
|
9
|
+
size: C,
|
|
10
|
+
className: r,
|
|
11
|
+
title: t,
|
|
12
|
+
description: n,
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: s,
|
|
15
|
+
...i,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M2.95239 4.84212C2.95239 5.34464 3.15307 5.82657 3.51028 6.18191C3.8675 6.53724 4.35198 6.73686 4.85715 6.73686C5.36233 6.73686 5.84681 6.53724 6.20402 6.18191C6.56124 5.82657 6.76192 5.34464 6.76192 4.84212C6.76192 4.33961 6.56124 3.85768 6.20402 3.50234C5.84681 3.14701 5.36233 2.94739 4.85715 2.94739C4.35198 2.94739 3.8675 3.14701 3.51028 3.50234C3.15307 3.85768 2.95239 4.33961 2.95239 4.84212Z",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M17.238 17.1579C17.238 17.6604 17.4387 18.1424 17.7959 18.4977C18.1531 18.853 18.6376 19.0527 19.1428 19.0527C19.648 19.0527 20.1325 18.853 20.4897 18.4977C20.8469 18.1424 21.0476 17.6604 21.0476 17.1579C21.0476 16.6554 20.8469 16.1735 20.4897 15.8181C20.1325 15.4628 19.648 15.2632 19.1428 15.2632C18.6376 15.2632 18.1531 15.4628 17.7959 15.8181C17.4387 16.1735 17.238 16.6554 17.238 17.1579Z",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M13.4286 4.84212C13.4286 5.34464 13.6293 5.82657 13.9865 6.18191C14.3437 6.53724 14.8282 6.73686 15.3334 6.73686C15.8385 6.73686 16.323 6.53724 16.6802 6.18191C17.0374 5.82657 17.2381 5.34464 17.2381 4.84212C17.2381 4.33961 17.0374 3.85768 16.6802 3.50234C16.323 3.14701 15.8385 2.94739 15.3334 2.94739C14.8282 2.94739 14.3437 3.14701 13.9865 3.50234C13.6293 3.85768 13.4286 4.33961 13.4286 4.84212Z",
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeWidth: "2",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ o(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M6.74841 14.6602C6.74841 15.1628 6.94909 15.6447 7.3063 16C7.66352 16.3554 8.148 16.555 8.65317 16.555C9.15835 16.555 9.64283 16.3554 10 16C10.3573 15.6447 10.5579 15.1628 10.5579 14.6602C10.5579 14.1577 10.3573 13.6758 10 13.3205C9.64283 12.9651 9.15835 12.7655 8.65317 12.7655C8.148 12.7655 7.66352 12.9651 7.3063 13.3205C6.94909 13.6758 6.74841 14.1577 6.74841 14.6602Z",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
strokeWidth: "2",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ o(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M10 13L15.3334 6.73682L19.1429 15.2631M5.80957 7.2105L8 12.5",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
strokeWidth: "2",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round"
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
), L = c(u);
|
|
70
|
+
L.displayName = "LineToolIcon2";
|
|
71
|
+
export {
|
|
72
|
+
L as LineToolIcon2
|
|
73
|
+
};
|
|
@@ -3,7 +3,7 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as k, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import c from "./IconBase.js";
|
|
5
5
|
import { forwardRef as C } from "react";
|
|
6
|
-
const u = ({ className: r, ariaHidden: e, title: t
|
|
6
|
+
const u = ({ className: r, ariaHidden: e, title: t, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
|
|
7
7
|
c,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
@@ -17,7 +17,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
|
|
|
17
17
|
/* @__PURE__ */ o(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M16.
|
|
20
|
+
d: "M16.2471 7.76099C17.3701 8.88591 18.0008 10.4105 18.0008 12C18.0008 13.5895 17.3701 15.1141 16.2471 16.239",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
@@ -27,7 +27,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
|
|
|
27
27
|
/* @__PURE__ */ o(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
30
|
-
d: "M19.075 4.93311C20.
|
|
30
|
+
d: "M19.075 4.93311C20.9478 6.80814 21.9998 9.34993 21.9998 12.0001C21.9998 14.6503 20.9478 17.1921 19.075 19.0671",
|
|
31
31
|
stroke: "currentColor",
|
|
32
32
|
strokeWidth: "2",
|
|
33
33
|
strokeLinecap: "round",
|
|
@@ -37,7 +37,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
|
|
|
37
37
|
/* @__PURE__ */ o(
|
|
38
38
|
"path",
|
|
39
39
|
{
|
|
40
|
-
d: "M4.
|
|
40
|
+
d: "M4.92511 19.0671C3.05223 17.1921 2.00024 14.6503 2.00024 12.0001C2.00024 9.34993 3.05223 6.80814 4.92511 4.93311",
|
|
41
41
|
stroke: "currentColor",
|
|
42
42
|
strokeWidth: "2",
|
|
43
43
|
strokeLinecap: "round",
|
|
@@ -47,7 +47,7 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
|
|
|
47
47
|
/* @__PURE__ */ o(
|
|
48
48
|
"path",
|
|
49
49
|
{
|
|
50
|
-
d: "M7.
|
|
50
|
+
d: "M7.75299 16.239C6.63 15.1141 5.99927 13.5895 5.99927 12C5.99927 10.4105 6.63 8.88591 7.75299 7.76099",
|
|
51
51
|
stroke: "currentColor",
|
|
52
52
|
strokeWidth: "2",
|
|
53
53
|
strokeLinecap: "round",
|
package/dist/Icons/LoaderIcon.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
4
|
+
import d, { SvgIdContext as l } from "./IconBase.js";
|
|
5
5
|
import { forwardRef as f, useContext as h } from "react";
|
|
6
|
-
const m = ({ className: e, ariaHidden: s, title: n
|
|
6
|
+
const m = ({ className: e, ariaHidden: s, title: n, description: i, size: a = 24, ...p }, c) => {
|
|
7
7
|
const r = h(l);
|
|
8
8
|
return /* @__PURE__ */ t(
|
|
9
|
-
|
|
9
|
+
d,
|
|
10
10
|
{
|
|
11
11
|
size: a,
|
|
12
12
|
className: e,
|
|
13
13
|
title: n,
|
|
14
14
|
description: i,
|
|
15
15
|
ariaHidden: s,
|
|
16
|
-
ref:
|
|
17
|
-
...p,
|
|
16
|
+
ref: c,
|
|
18
17
|
color: "oklch(92.53% 0.1976 123.38)",
|
|
19
18
|
viewBox: "0 0 240 240",
|
|
19
|
+
...p,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ t("defs", { children: [
|
|
22
22
|
/* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-secondHalf`, children: [
|
|
@@ -3,7 +3,7 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as C, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const p = ({ className: r, ariaHidden: t, title: n
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: n, description: e, size: i = 24, ...s }, c) => /* @__PURE__ */ C(
|
|
7
7
|
a,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
@@ -11,13 +11,13 @@ const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
|
|
|
11
11
|
title: n,
|
|
12
12
|
description: e,
|
|
13
13
|
ariaHidden: t,
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
14
|
+
ref: c,
|
|
15
|
+
...s,
|
|
16
16
|
children: [
|
|
17
17
|
/* @__PURE__ */ o(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M19.1111 10.
|
|
20
|
+
d: "M19.1111 10.1818C19.1111 14.7209 14.1876 19.4482 12.5342 20.9082C12.3802 21.0267 12.1927 21.0907 12 21.0907C11.8073 21.0907 11.6198 21.0267 11.4658 20.9082C9.81247 19.4482 4.88892 14.7209 4.88892 10.1818C4.88892 8.253 5.63812 6.40315 6.97171 5.03925C8.3053 3.67535 10.114 2.90912 12 2.90912C13.886 2.90912 15.6947 3.67535 17.0283 5.03925C18.3619 6.40315 19.1111 8.253 19.1111 10.1818Z",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
@@ -27,7 +27,7 @@ const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
|
|
|
27
27
|
/* @__PURE__ */ o(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
30
|
-
d: "
|
|
30
|
+
d: "M11.9999 12.9091C13.4727 12.9091 14.6666 11.688 14.6666 10.1818C14.6666 8.67557 13.4727 7.45453 11.9999 7.45453C10.5272 7.45453 9.33325 8.67557 9.33325 10.1818C9.33325 11.688 10.5272 12.9091 11.9999 12.9091Z",
|
|
31
31
|
stroke: "currentColor",
|
|
32
32
|
strokeWidth: "2",
|
|
33
33
|
strokeLinecap: "round",
|
package/dist/Icons/LogoutIcon.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import d from "./IconBase.js";
|
|
5
|
+
import { forwardRef as m } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: n, description: e, size: c = 24, ...i }, s) => /* @__PURE__ */ o(
|
|
7
|
+
d,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: c,
|
|
10
10
|
className: r,
|
|
11
11
|
title: n,
|
|
12
12
|
description: e,
|
|
13
13
|
ariaHidden: t,
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
14
|
+
ref: s,
|
|
15
|
+
...i,
|
|
16
16
|
children: /* @__PURE__ */ o(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "M11.
|
|
19
|
+
d: "M11.1666 20.8889H5.33331C4.10601 20.8889 3.11108 19.894 3.11108 18.6666V5.33331C3.11108 4.10601 4.10601 3.11108 5.33331 3.11108H11.1666M20.8889 12H8.38886M20.8889 12L15.8889 17M20.8889 12L15.8889 6.99997",
|
|
20
20
|
stroke: "currentColor",
|
|
21
21
|
strokeWidth: "2",
|
|
22
22
|
strokeLinecap: "round",
|
|
@@ -24,8 +24,8 @@ const d = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, s
|
|
|
24
24
|
}
|
|
25
25
|
)
|
|
26
26
|
}
|
|
27
|
-
),
|
|
28
|
-
|
|
27
|
+
), u = m(p);
|
|
28
|
+
u.displayName = "LogoutIcon";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
u as LogoutIcon
|
|
31
31
|
};
|
|
@@ -2,30 +2,33 @@
|
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as C } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: s, description: t, size: n = 24, ...a }, c) => /* @__PURE__ */ d(
|
|
7
7
|
i,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
10
|
-
className:
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
ariaHidden:
|
|
14
|
-
ref:
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
9
|
+
size: n,
|
|
10
|
+
className: r,
|
|
11
|
+
title: s,
|
|
12
|
+
description: t,
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: c,
|
|
19
15
|
...a,
|
|
20
16
|
children: [
|
|
21
|
-
/* @__PURE__ */ o(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
d: "M18 3.45001C18.7956 3.45001 19.5587 3.76794 20.1213 4.33386C20.6839 4.89978 21 5.66733 21 6.46766V14.5147C21 15.315 20.6839 16.0826 20.1213 16.6485C19.5587 17.2144 18.7956 17.5324 18 17.5324H13L8 20.55V17.5324H6C5.20435 17.5324 4.44129 17.2144 3.87868 16.6485C3.31607 16.0826 3 15.315 3 14.5147V6.46766C3 5.66733 3.31607 4.89978 3.87868 4.33386C4.44129 3.76794 5.20435 3.45001 6 3.45001H18Z",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ o("path", { d: "M6.6001 8.39996H15.6001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
27
|
+
/* @__PURE__ */ o("path", { d: "M6.6001 12.0001H13.8001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
|
|
25
28
|
]
|
|
26
29
|
}
|
|
27
|
-
),
|
|
28
|
-
|
|
30
|
+
), k = C(p);
|
|
31
|
+
k.displayName = "MessagesIcon";
|
|
29
32
|
export {
|
|
30
|
-
|
|
33
|
+
k as MessagesIcon
|
|
31
34
|
};
|
|
@@ -3,14 +3,14 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
5
|
import { forwardRef as s } from "react";
|
|
6
|
-
const m = ({ className:
|
|
6
|
+
const m = ({ className: r, ariaHidden: t, title: e, description: a, size: n = 24, ...d }, c) => /* @__PURE__ */ o(
|
|
7
7
|
i,
|
|
8
8
|
{
|
|
9
9
|
size: n,
|
|
10
|
-
className:
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
ariaHidden:
|
|
10
|
+
className: r,
|
|
11
|
+
title: e,
|
|
12
|
+
description: a,
|
|
13
|
+
ariaHidden: t,
|
|
14
14
|
ref: c,
|
|
15
15
|
...d,
|
|
16
16
|
children: /* @__PURE__ */ o(
|
package/dist/Icons/MinusIcon.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: e
|
|
7
|
-
|
|
4
|
+
import p from "./IconBase.js";
|
|
5
|
+
import { forwardRef as u } from "react";
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, strokeWidth: i = 2, size: s = 24, ...c }, m) => /* @__PURE__ */ o(
|
|
7
|
+
p,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
|
-
description:
|
|
12
|
+
description: t,
|
|
13
13
|
ariaHidden: n,
|
|
14
|
-
ref:
|
|
14
|
+
ref: m,
|
|
15
15
|
stroke: "currentColor",
|
|
16
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: i,
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
19
|
...c,
|
|
20
20
|
children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" })
|
|
21
21
|
}
|
|
22
|
-
), d =
|
|
22
|
+
), d = u(a);
|
|
23
23
|
d.displayName = "MinusIcon";
|
|
24
24
|
export {
|
|
25
25
|
d as MinusIcon
|
|
@@ -1,34 +1,87 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
3
|
+
import { jsxs as k, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as c } from "react";
|
|
6
|
+
const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24, ...s }, d) => /* @__PURE__ */ k(
|
|
7
7
|
i,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
10
|
-
className:
|
|
9
|
+
size: C,
|
|
10
|
+
className: r,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
13
|
ariaHidden: t,
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
14
|
+
ref: d,
|
|
15
|
+
...s,
|
|
16
16
|
children: [
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
/* @__PURE__ */
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M3 19.25C3 19.7141 3.18437 20.1592 3.51256 20.4874C3.84075 20.8156 4.28587 21 4.75 21C5.21413 21 5.65925 20.8156 5.98744 20.4874C6.31563 20.1592 6.5 19.7141 6.5 19.25C6.5 18.7859 6.31563 18.3408 5.98744 18.0126C5.65925 17.6844 5.21413 17.5 4.75 17.5C4.28587 17.5 3.84075 17.6844 3.51256 18.0126C3.18437 18.3408 3 18.7859 3 19.25Z",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M14 19.15C14 19.6142 14.1844 20.0593 14.5126 20.3875C14.8408 20.7156 15.2859 20.9 15.75 20.9C16.2141 20.9 16.6592 20.7156 16.9874 20.3875C17.3156 20.0593 17.5 19.6142 17.5 19.15C17.5 18.6859 17.3156 18.2408 16.9874 17.9126C16.6592 17.5844 16.2141 17.4 15.75 17.4C15.2859 17.4 14.8408 17.5844 14.5126 17.9126C14.1844 18.2408 14 18.6859 14 19.15Z",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M17.5 12.45C17.5 12.9141 17.6844 13.3593 18.0126 13.6874C18.3408 14.0156 18.7859 14.2 19.25 14.2C19.7141 14.2 20.1592 14.0156 20.4874 13.6874C20.8156 13.3593 21 12.9141 21 12.45C21 11.9859 20.8156 11.5408 20.4874 11.2126C20.1592 10.8844 19.7141 10.7 19.25 10.7C18.7859 10.7 18.3408 10.8844 18.0126 11.2126C17.6844 11.5408 17.5 11.9859 17.5 12.45Z",
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeWidth: "2",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ o(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M11.3 5.34998C11.3 5.8141 11.4844 6.25922 11.8126 6.58741C12.1408 6.9156 12.5859 7.09998 13.05 7.09998C13.5142 7.09998 13.9593 6.9156 14.2875 6.58741C14.6157 6.25922 14.8 5.8141 14.8 5.34998C14.8 4.88585 14.6157 4.44073 14.2875 4.11254C13.9593 3.78435 13.5142 3.59998 13.05 3.59998C12.5859 3.59998 12.1408 3.78435 11.8126 4.11254C11.4844 4.44073 11.3 4.88585 11.3 5.34998Z",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
strokeWidth: "2",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ o(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M3 4.75C3 5.21413 3.18437 5.65925 3.51256 5.98744C3.84075 6.31563 4.28587 6.5 4.75 6.5C5.21413 6.5 5.65925 6.31563 5.98744 5.98744C6.31563 5.65925 6.5 5.21413 6.5 4.75C6.5 4.28587 6.31563 3.84075 5.98744 3.51256C5.65925 3.18437 5.21413 3 4.75 3C4.28587 3 3.84075 3.18437 3.51256 3.51256C3.18437 3.84075 3 4.28587 3 4.75Z",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
strokeWidth: "2",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ o("path", { d: "M7.86499 13.9165L5.72389 17.6455", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
68
|
+
/* @__PURE__ */ o("path", { d: "M5.80005 6.78003L7.97645 10.1361", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
69
|
+
/* @__PURE__ */ o("path", { d: "M12.1899 7L10.0001 10.2318", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
70
|
+
/* @__PURE__ */ o("path", { d: "M17.4812 12.4493L11.4873 12.1798", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
71
|
+
/* @__PURE__ */ o("path", { d: "M14.0964 17.6428L10.8093 14.1631", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
72
|
+
/* @__PURE__ */ o(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
|
|
76
|
+
stroke: "currentColor",
|
|
77
|
+
strokeWidth: "2",
|
|
78
|
+
strokeLinecap: "round"
|
|
79
|
+
}
|
|
80
|
+
)
|
|
28
81
|
]
|
|
29
82
|
}
|
|
30
|
-
),
|
|
31
|
-
|
|
83
|
+
), p = c(u);
|
|
84
|
+
p.displayName = "OntologyIcon";
|
|
32
85
|
export {
|
|
33
|
-
|
|
86
|
+
p as OntologyIcon
|
|
34
87
|
};
|