@spear-ai/spectral 1.3.10 → 1.3.12
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 +91 -0
- package/dist/Accordion/AccordionBase.js +233 -0
- package/dist/App.js +8 -0
- package/dist/Badge/BadgeBase.js +35 -0
- package/dist/Badge.js +7 -0
- package/dist/Button.js +99 -0
- package/dist/Card.js +35 -0
- package/dist/Checkbox/CheckboxBase.js +141 -0
- package/dist/Drawer.js +1293 -0
- package/dist/Icons/AnnotationsIcon.js +28 -0
- package/dist/Icons/CalendarIcon.js +60 -0
- package/dist/Icons/ClockIcon.js +40 -0
- package/dist/Icons/DeleteIcon.js +32 -0
- package/dist/Icons/DurationIcon.js +80 -0
- package/dist/Icons/EraserIcon.js +37 -0
- package/dist/Icons/GoToFirstIcon.js +40 -0
- package/dist/Icons/GoToLastIcon.js +40 -0
- package/dist/Icons/IconBase.js +33 -0
- package/dist/Icons/LabelIcon.js +27 -0
- package/dist/Icons/LassoIcon.js +50 -0
- package/dist/Icons/LineToolIcon.js +96 -0
- package/dist/Icons/LiveViewIcon.js +70 -0
- package/dist/Icons/LocationIcon.js +40 -0
- package/dist/Icons/MetadataIcon.js +28 -0
- package/dist/Icons/OntologyIcon.js +31 -0
- package/dist/Icons/PlayIcon.js +28 -0
- package/dist/Icons/PlusIcon.js +27 -0
- package/dist/Icons/ResetIcon.js +25 -0
- package/dist/Icons/ScissorsIcon.js +36 -0
- package/dist/Icons/TrashIcon.js +25 -0
- package/dist/Icons/UndoIcon.js +28 -0
- package/dist/Icons/ZoomAllIcon.js +28 -0
- package/dist/Icons/ZoomXIcon.js +41 -0
- package/dist/Icons/ZoomYIcon.js +41 -0
- package/dist/Icons/iconTypes.js +2 -0
- package/dist/Icons.js +51 -0
- package/dist/Label.js +13 -0
- package/dist/Popover.js +250 -0
- package/dist/RadioGroup/RadioGroupBase.js +254 -0
- package/dist/Skeleton.js +10 -0
- package/dist/Slider/SliderBase.js +315 -0
- package/dist/Slider.js +74 -0
- package/dist/Switch/SwitchBase.js +131 -0
- package/dist/Switch.js +59 -0
- package/dist/Toggle/ToggleBase.js +51 -0
- package/dist/Toggle.js +51 -0
- package/dist/ToggleGroup/ToggleGroupBase.js +125 -0
- package/dist/ToggleGroup.js +53 -0
- package/dist/Toolbar.js +13 -0
- package/dist/Tooltip/TooltipBase.js +225 -0
- package/dist/Tooltip.js +371 -0
- package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -0
- package/dist/features/LabelingTools.js +107 -0
- package/dist/hooks/useAccordionAutoScroll.js +65 -0
- package/dist/hooks/useOutsideClick.js +16 -0
- package/dist/hooks/useTheme.js +19 -0
- package/dist/index-B7LSgz_k.js +446 -0
- package/dist/index-CRBC94ik.js +34 -0
- package/dist/index-gg2zpNk0.js +672 -0
- package/dist/index-sDEISz8i.js +1558 -0
- package/dist/loader-circle-Btf6jOd5.js +101 -0
- package/dist/main.js +25212 -0
- package/dist/primitives/label.js +27 -0
- package/dist/primitives/slot.js +40 -0
- package/dist/twUtils-CRiPKpXj.js +2743 -0
- package/dist/utils/refs.js +10 -0
- package/dist/utils/shared.js +29 -0
- package/dist/utils/twUtils.js +5 -0
- package/package.json +19 -7
- package/dist/components/LabelingTools/LabelingTools.d.ts.map +0 -1
- package/dist/index.js +0 -9253
- package/dist/spectral.cjs.js +0 -83
- /package/dist/{components → features}/LabelingTools/LabelingTools.d.ts +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import a from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const d = ({ className: r, ariaHidden: n, title: t = "Instagram", description: e, size: i = 24 }, s) => /* @__PURE__ */ o(
|
|
6
|
+
a,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: r,
|
|
10
|
+
title: t,
|
|
11
|
+
description: e,
|
|
12
|
+
"aria-hidden": n,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: /* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M13.6104 6.53511L15.6288 4.51679C16.3845 3.761 17.6099 3.761 18.3657 4.51679L19.9832 6.1343C20.7389 6.89009 20.7389 8.11546 19.9832 8.87125L17.9649 10.8896M13.6104 6.53511L3.73343 16.4121C3.55196 16.5935 3.45001 16.8397 3.45001 17.0963V21.05H7.40366C7.66029 21.05 7.90642 20.948 8.08789 20.7665L17.9649 10.8896M13.6104 6.53511L17.9649 10.8896",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
), f = c(d);
|
|
26
|
+
export {
|
|
27
|
+
f as AnnotationsIcon
|
|
28
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import a from "./IconBase.js";
|
|
4
|
+
import { forwardRef as k } from "react";
|
|
5
|
+
const c = ({ className: o, ariaHidden: e, title: t = "Instagram", description: n, size: s = 24 }, d) => /* @__PURE__ */ i(
|
|
6
|
+
a,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: o,
|
|
10
|
+
title: t,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": e,
|
|
13
|
+
ref: d,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M8.39999 2.90918V6.54554",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ r(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M15.6 2.90918V6.54554",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ r(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M18.3 4.72729H5.69999C4.70588 4.72729 3.89999 5.54132 3.89999 6.54548V19.2727C3.89999 20.2769 4.70588 21.0909 5.69999 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ r(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M3.89999 10.1819H20.1",
|
|
49
|
+
stroke: "currentColor",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
), C = k(c);
|
|
58
|
+
export {
|
|
59
|
+
C as CalendarIcon
|
|
60
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import d from "./IconBase.js";
|
|
4
|
+
import { forwardRef as k } from "react";
|
|
5
|
+
const C = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, size: i = 24 }, s) => /* @__PURE__ */ c(
|
|
6
|
+
d,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: r,
|
|
10
|
+
title: e,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12 6.54541V12L15.6364 13.8181",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M12 21.091C17.0208 21.091 21.0909 17.0209 21.0909 12.0001C21.0909 6.97932 17.0208 2.90918 12 2.90918C6.97923 2.90918 2.90909 6.97932 2.90909 12.0001C2.90909 17.0209 6.97923 21.091 12 21.091Z",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
), h = k(C);
|
|
38
|
+
export {
|
|
39
|
+
h as ClockIcon
|
|
40
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import C from "./IconBase.js";
|
|
4
|
+
import { forwardRef as a } from "react";
|
|
5
|
+
const c = ({ className: o, ariaHidden: e, title: t = "Instagram", description: n, size: s = 24 }, i) => /* @__PURE__ */ d(
|
|
6
|
+
C,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: o,
|
|
10
|
+
title: t,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": e,
|
|
13
|
+
ref: i,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M10 5C9.50309 5.00003 9.02397 5.18504 8.656 5.519L2.328 11.259C2.22472 11.3527 2.14219 11.467 2.08572 11.5946C2.02924 11.7221 2.00006 11.86 2.00006 11.9995C2.00006 12.139 2.02924 12.2769 2.08572 12.4044C2.14219 12.532 2.22472 12.6463 2.328 12.74L8.656 18.481C9.02397 18.815 9.50309 19 10 19H20C20.5304 19 21.0391 18.7893 21.4142 18.4142C21.7893 18.0391 22 17.5304 22 17V7C22 6.46957 21.7893 5.96086 21.4142 5.58579C21.0391 5.21071 20.5304 5 20 5H10Z",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ r("path", { d: "M12 9L18 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
26
|
+
/* @__PURE__ */ r("path", { d: "M18 9L12 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
), L = a(c);
|
|
30
|
+
export {
|
|
31
|
+
L as DeleteIcon
|
|
32
|
+
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import k from "./IconBase.js";
|
|
4
|
+
import { forwardRef as u } from "react";
|
|
5
|
+
const a = ({ className: o, ariaHidden: t, title: e = "Instagram", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
|
|
6
|
+
k,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: o,
|
|
10
|
+
title: e,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M11.5652 3.36353C13.2523 3.36322 14.903 3.85034 16.3162 4.76551C17.7294 5.68069 18.8441 6.9844 19.5243 8.51774C20.2045 10.0511 20.421 11.7478 20.1472 13.4012C19.8735 15.0546 19.1214 16.5932 17.9826 17.8294",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ r(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M11.5652 6.81812V11.9999L15.0435 13.7272",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ r(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M3.30435 9.30103C3.02726 10.1376 2.88064 11.0113 2.86957 11.8919",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ r(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M3.59128 15.4546C4.07954 16.5703 4.79961 17.5709 5.70432 18.391",
|
|
49
|
+
stroke: "currentColor",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ r(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M5.16171 6.15737C5.40436 5.89503 5.66311 5.64784 5.93649 5.41724",
|
|
59
|
+
stroke: "currentColor",
|
|
60
|
+
strokeWidth: "2",
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ r(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M8.64697 20.1356C10.8154 20.9028 13.2017 20.7848 15.2826 19.8074",
|
|
69
|
+
stroke: "currentColor",
|
|
70
|
+
strokeWidth: "2",
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round"
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
), C = u(a);
|
|
78
|
+
export {
|
|
79
|
+
C as DurationIcon
|
|
80
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import h, { SvgIdContext as a } from "./IconBase.js";
|
|
4
|
+
import { forwardRef as l, useContext as p } from "react";
|
|
5
|
+
const C = ({ className: e, ariaHidden: n, title: i = "Instagram", description: s, size: d = 24 }, c) => {
|
|
6
|
+
const o = p(a);
|
|
7
|
+
return /* @__PURE__ */ t(
|
|
8
|
+
h,
|
|
9
|
+
{
|
|
10
|
+
size: d,
|
|
11
|
+
className: e,
|
|
12
|
+
title: i,
|
|
13
|
+
description: s,
|
|
14
|
+
"aria-hidden": n,
|
|
15
|
+
ref: c,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ t("g", { clipPath: `url(#${o}-clip0)`, children: [
|
|
18
|
+
/* @__PURE__ */ r(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M19 20.0001H8.5L4.29 15.7001C4.10375 15.5127 3.99921 15.2592 3.99921 14.9951C3.99921 14.7309 4.10375 14.4774 4.29 14.2901L14.29 4.29006C14.4774 4.10381 14.7308 3.99927 14.995 3.99927C15.2592 3.99927 15.5126 4.10381 15.7 4.29006L20.7 9.29006C20.8863 9.47742 20.9908 9.73087 20.9908 9.99506C20.9908 10.2592 20.8863 10.5127 20.7 10.7001L11.5 20.0001",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ r("path", { d: "M18 13.3L11.7 7", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0`, children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
}, f = l(C);
|
|
35
|
+
export {
|
|
36
|
+
f as EraserIcon
|
|
37
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import a from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const k = ({ className: r, ariaHidden: t, title: n = "Instagram", description: e, size: s = 24 }, i) => /* @__PURE__ */ d(
|
|
6
|
+
a,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: r,
|
|
10
|
+
title: n,
|
|
11
|
+
description: e,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: i,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M18.1765 19.6501L10.7647 12.0001L18.1765 4.3501",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M5.82353 4.3501V19.6501",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
), h = c(k);
|
|
38
|
+
export {
|
|
39
|
+
h as GoToFirstIcon
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import d from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const k = ({ className: r, ariaHidden: t, title: n = "Instagram", description: e, size: s = 24 }, i) => /* @__PURE__ */ a(
|
|
6
|
+
d,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: r,
|
|
10
|
+
title: n,
|
|
11
|
+
description: e,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: i,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M5.75 19.2858L13.25 12.0001L5.75 4.71436",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M18.25 4.71436V19.2858",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
), u = c(k);
|
|
38
|
+
export {
|
|
39
|
+
u as GoToLastIcon
|
|
40
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as c, jsx as o, Fragment as m } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as w, forwardRef as x, useId as f } from "react";
|
|
4
|
+
const u = w(""), v = ({ children: d, title: i, size: n = 24, ariaHidden: e, description: t = "", className: h = "", style: a }, g) => {
|
|
5
|
+
const l = f(), r = e ? "" : `${l}_title`, s = !e && t ? `${l}_desc` : "";
|
|
6
|
+
return /* @__PURE__ */ c(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
height: n,
|
|
10
|
+
width: n,
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
className: h,
|
|
13
|
+
role: "img",
|
|
14
|
+
"aria-hidden": e,
|
|
15
|
+
"aria-labelledby": `${r} ${s}`,
|
|
16
|
+
ref: g,
|
|
17
|
+
style: a,
|
|
18
|
+
fill: "none",
|
|
19
|
+
viewBox: "0 0 24 24",
|
|
20
|
+
children: [
|
|
21
|
+
e ? null : /* @__PURE__ */ c(m, { children: [
|
|
22
|
+
/* @__PURE__ */ o("title", { id: r, children: i }),
|
|
23
|
+
t ? /* @__PURE__ */ o("desc", { id: s, children: t }) : null
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ o(u.Provider, { value: l, children: d })
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
}, B = x(v);
|
|
30
|
+
export {
|
|
31
|
+
u as SvgIdContext,
|
|
32
|
+
B as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import s from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const i = ({ className: o, ariaHidden: e, title: t = "Instagram", description: a, size: n = 24 }, C) => /* @__PURE__ */ r(
|
|
6
|
+
s,
|
|
7
|
+
{
|
|
8
|
+
size: n,
|
|
9
|
+
className: o,
|
|
10
|
+
title: t,
|
|
11
|
+
description: a,
|
|
12
|
+
"aria-hidden": e,
|
|
13
|
+
ref: C,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M7.4 7.5H7.6M3 5V11.1716C3 11.702 3.21071 12.2107 3.58579 12.5858L11.3358 20.3358C12.1168 21.1168 13.3832 21.1168 14.1642 20.3358L20.3358 14.1642C21.1168 13.3832 21.1168 12.1168 20.3358 11.3358L12.5858 3.58579C12.2107 3.21071 11.702 3 11.1716 3H5C3.89543 3 3 3.89543 3 5ZM8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5Z",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "square"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
), L = c(i);
|
|
25
|
+
export {
|
|
26
|
+
L as LabelIcon
|
|
27
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as C, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import d from "./IconBase.js";
|
|
4
|
+
import { forwardRef as a } from "react";
|
|
5
|
+
const c = ({ className: r, ariaHidden: t, title: e = "Instagram", description: n, size: s = 24 }, i) => /* @__PURE__ */ C(
|
|
6
|
+
d,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: r,
|
|
10
|
+
title: e,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: i,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M4.45818 14.2428C3.44841 13.0426 2.90906 11.6287 2.90909 10.1819C2.90909 8.25306 3.86688 6.40321 5.57175 5.03931C7.27663 3.67541 9.58894 2.90918 12 2.90918C14.4111 2.90918 16.7234 3.67541 18.4282 5.03931C20.1331 6.40321 21.0909 8.25306 21.0909 10.1819C21.0909 12.1108 20.1331 13.9606 18.4282 15.3245C16.7234 16.6884 14.4111 17.4546 12 17.4546C10.3393 17.4545 8.71033 17.0904 7.29 16.4019",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M7.45455 21.0911C6.89076 20.6683 6.43301 20.1201 6.11746 19.49C5.80192 18.8598 5.63721 18.1649 5.63637 17.4602",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ o(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M5.63636 17.4545C6.64051 17.4545 7.45454 16.6405 7.45454 15.6363C7.45454 14.6321 6.64051 13.8181 5.63636 13.8181C4.6322 13.8181 3.81818 14.6321 3.81818 15.6363C3.81818 16.6405 4.6322 17.4545 5.63636 17.4545Z",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
), h = a(c);
|
|
48
|
+
export {
|
|
49
|
+
h as LassoIcon
|
|
50
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import k from "./IconBase.js";
|
|
4
|
+
import { forwardRef as a } from "react";
|
|
5
|
+
const c = ({ className: o, ariaHidden: t, title: e = "Instagram", description: n, size: s = 24 }, d) => /* @__PURE__ */ i(
|
|
6
|
+
k,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: o,
|
|
10
|
+
title: e,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: d,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M4.84 6.85425V17.0514",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ r(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M19.1287 6.85425V17.0514",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ r(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M6.88124 4.81494H17.0874",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ r(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M6.88124 19.0908H17.0874",
|
|
49
|
+
stroke: "currentColor",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ r(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
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",
|
|
59
|
+
stroke: "currentColor",
|
|
60
|
+
strokeWidth: "5",
|
|
61
|
+
strokeLinecap: "round"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ r(
|
|
65
|
+
"path",
|
|
66
|
+
{
|
|
67
|
+
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",
|
|
68
|
+
stroke: "currentColor",
|
|
69
|
+
strokeWidth: "5",
|
|
70
|
+
strokeLinecap: "round"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ r(
|
|
74
|
+
"path",
|
|
75
|
+
{
|
|
76
|
+
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",
|
|
77
|
+
stroke: "currentColor",
|
|
78
|
+
strokeWidth: "5",
|
|
79
|
+
strokeLinecap: "round"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ r(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
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",
|
|
86
|
+
stroke: "currentColor",
|
|
87
|
+
strokeWidth: "5",
|
|
88
|
+
strokeLinecap: "round"
|
|
89
|
+
}
|
|
90
|
+
)
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
), C = a(c);
|
|
94
|
+
export {
|
|
95
|
+
C as LineToolIcon
|
|
96
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import k from "./IconBase.js";
|
|
4
|
+
import { forwardRef as C } from "react";
|
|
5
|
+
const a = ({ className: o, ariaHidden: e, title: t = "Instagram", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
|
|
6
|
+
k,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: o,
|
|
10
|
+
title: t,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": e,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0305 12.5V12.51",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ r(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M15.4773 9.47021C16.3913 10.2739 16.9048 11.3638 16.9048 12.5002C16.9048 13.6366 16.3913 14.7265 15.4773 15.5302",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ r(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M18.9254 6.43896C19.8309 7.2349 20.5492 8.17983 21.0392 9.21979C21.5293 10.2598 21.7815 11.3744 21.7815 12.5C21.7815 13.6257 21.5293 14.7403 21.0392 15.7803C20.5492 16.8202 19.8309 17.7652 18.9254 18.5611",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ r(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M8.57873 15.5302C7.66474 14.7265 7.15129 13.6366 7.15129 12.5002C7.15129 11.3638 7.66474 10.2739 8.57873 9.47021",
|
|
49
|
+
stroke: "currentColor",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ r(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M5.1282 18.5611C4.22271 17.7652 3.50443 16.8202 3.01439 15.7803C2.52434 14.7403 2.27211 13.6257 2.27211 12.5C2.27211 11.3744 2.52434 10.2598 3.01439 9.21979C3.50443 8.17983 4.22271 7.2349 5.1282 6.43896",
|
|
59
|
+
stroke: "currentColor",
|
|
60
|
+
strokeWidth: "2",
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}
|
|
64
|
+
)
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
), h = C(a);
|
|
68
|
+
export {
|
|
69
|
+
h as LiveViewIcon
|
|
70
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
|
+
import { jsxs as C, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import a from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const d = ({ className: r, ariaHidden: t, title: n = "Instagram", description: e, size: i = 24 }, s) => /* @__PURE__ */ C(
|
|
6
|
+
a,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: r,
|
|
10
|
+
title: n,
|
|
11
|
+
description: e,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M19.1111 10.1819C19.1111 14.721 14.1876 19.4483 12.5342 20.9083C12.3802 21.0267 12.1927 21.0908 12 21.0908C11.8073 21.0908 11.6198 21.0267 11.4658 20.9083C9.81244 19.4483 4.88889 14.721 4.88889 10.1819C4.88889 8.25306 5.63809 6.40321 6.97168 5.03931C8.30527 3.67541 10.114 2.90918 12 2.90918C13.886 2.90918 15.6947 3.67541 17.0283 5.03931C18.3619 6.40321 19.1111 8.25306 19.1111 10.1819Z",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M12 12.9091C13.4728 12.9091 14.6667 11.6881 14.6667 10.1819C14.6667 8.67563 13.4728 7.45459 12 7.45459C10.5273 7.45459 9.33334 8.67563 9.33334 10.1819C9.33334 11.6881 10.5273 12.9091 12 12.9091Z",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
), u = c(d);
|
|
38
|
+
export {
|
|
39
|
+
u as LocationIcon
|
|
40
|
+
};
|