@spear-ai/spectral 1.3.62 → 1.3.64
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 +205 -152
- package/dist/Accordion.d.ts +37 -0
- package/dist/Accordion.js +474 -0
- package/dist/Alert/AlertBase.js +2 -2
- package/dist/Alert.js +21 -11
- package/dist/Avatar.js +1 -1
- package/dist/Badge.d.ts +12 -2
- package/dist/Badge.js +28 -4
- package/dist/Button.d.ts +3 -3
- package/dist/Button.js +35 -28
- package/dist/ButtonGroup/ButtonGroupButton.d.ts +13 -0
- package/dist/ButtonGroup/ButtonGroupButton.js +51 -0
- package/dist/ButtonGroup.d.ts +29 -0
- package/dist/ButtonGroup.js +89 -0
- package/dist/ButtonIcon.js +11 -1
- package/dist/Card.d.ts +16 -0
- package/dist/Card.js +32 -0
- package/dist/Checkbox/CheckboxBase.js +1 -1
- package/dist/Checkbox.js +22 -14
- package/dist/Dialog/DialogBase.d.ts +6 -3
- package/dist/Dialog/DialogBase.js +113 -98
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +42 -36
- package/dist/Drawer.js +24 -1283
- package/dist/HoverCard.d.ts +29 -0
- package/dist/HoverCard.js +207 -0
- 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.d.ts +3 -0
- package/dist/Icons/MessagesIcon.js +34 -0
- 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 +10 -0
- package/dist/Icons.js +114 -94
- package/dist/Input.d.ts +2 -0
- package/dist/Input.js +100 -82
- package/dist/InputGroup.d.ts +16 -0
- package/dist/InputGroup.js +129 -0
- package/dist/InputOTP.d.ts +0 -2
- package/dist/InputOTP.js +148 -143
- package/dist/Label.d.ts +3 -7
- package/dist/Label.js +11 -11
- package/dist/MultiSelect/MultiSelectBase.js +28 -28
- package/dist/Popover.d.ts +6 -7
- package/dist/Popover.js +60 -71
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -1
- package/dist/RadioButtonGroup.js +1 -1
- package/dist/RadioGroup.d.ts +1 -1
- package/dist/RadioGroup.js +141 -134
- package/dist/Select.d.ts +12 -12
- package/dist/Select.js +106 -895
- package/dist/Separator.d.ts +12 -0
- package/dist/Separator.js +24 -0
- package/dist/Skeleton.js +3 -3
- package/dist/Slider.d.ts +15 -3
- package/dist/Slider.js +464 -40
- package/dist/Switch/SwitchBase.js +1 -1
- package/dist/Switch.js +2 -2
- package/dist/Tabs/TabsBase.js +1 -1
- package/dist/Tabs.js +16 -16
- package/dist/Textarea.js +58 -50
- package/dist/Toggle.js +2 -2
- package/dist/ToggleGroup.js +1 -1
- package/dist/Tooltip/TooltipBase.js +29 -29
- package/dist/Tooltip.js +15 -15
- package/dist/Tray/TrayStoriesData.d.ts +39 -0
- package/dist/Tray/TrayStoriesData.js +438 -0
- package/dist/Tray.d.ts +28 -0
- package/dist/Tray.js +236 -0
- package/dist/analyzer/network.webp +0 -0
- package/dist/analyzer/sunburst.webp +0 -0
- package/dist/analyzer/visual.webp +0 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/components/Accordion/Accordion.d.ts +37 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +12 -2
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +3 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +29 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts +13 -0
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +16 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- 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 +6 -3
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/HoverCard/HoverCard.d.ts +29 -0
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
- 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/MessagesIcon.d.ts +3 -0
- package/dist/components/Icons/MessagesIcon.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 +10 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +2 -0
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/InputGroup/InputGroup.d.ts +16 -0
- package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts +0 -2
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
- package/dist/components/Label/Label.d.ts +3 -7
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +6 -7
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +12 -12
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Separator/Separator.d.ts +12 -0
- package/dist/components/Separator/Separator.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +15 -3
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Tray/Tray.d.ts +28 -0
- package/dist/components/Tray/Tray.d.ts.map +1 -0
- package/dist/components/Tray/TrayStoriesData.d.ts +39 -0
- package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -0
- package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +13 -3
- package/dist/features/AuthCard/ForgotPasswordResetForm.js +9 -9
- package/dist/features/AuthCard/PasswordInput.js +87 -9
- package/dist/features/AuthCard/SignInForm.js +25 -15
- package/dist/features/AuthCard/SignUpForm.js +24 -14
- package/dist/features/AuthCard.js +2 -2
- package/dist/features/LabelingTools.js +16 -6
- package/dist/features/SensorMetadata.js +15 -5
- package/dist/features/SettingsPopover.js +22 -12
- package/dist/index-0ioNhtNM.js +10 -0
- package/dist/{index-CBwRmAsQ.js → index-6Abv_Flm.js} +1 -1
- package/dist/{index-DUK1rxhf.js → index-B-GQStVW.js} +6 -5
- package/dist/index-B2oBi8ng.js +142 -0
- package/dist/index-BIpuW_o8.js +146 -0
- package/dist/index-BZPx6jYI.js +8 -0
- package/dist/index-BhufZRa2.js +232 -0
- package/dist/index-CAKA12cC.js +1265 -0
- package/dist/{index-Cfyte2YO.js → index-CGALWSq_.js} +1 -1
- package/dist/index-CVSxKOPp.js +13 -0
- package/dist/index-CevVJ05e.js +822 -0
- package/dist/{index-CRBC94ik.js → index-D29mdTf5.js} +1 -1
- package/dist/{index-FeGk8zep.js → index-NzygPVvJ.js} +10 -9
- package/dist/index-UEFPWH8U.js +54 -0
- package/dist/index-rKs9bXHr.js +6 -0
- package/dist/{index-Cb7rjMhE.js → index-y6Br5T4h.js} +6 -6
- package/dist/index.d.ts +11 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/linear-cursor-small.png +0 -0
- package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
- package/dist/main.js +15630 -13510
- package/dist/message-alert-matte-glass-gradient.webp +0 -0
- package/dist/primitives/button.d.ts +10 -0
- package/dist/primitives/button.d.ts.map +1 -0
- package/dist/primitives/button.js +42 -0
- package/dist/primitives/input.d.ts +3 -0
- package/dist/primitives/input.d.ts.map +1 -0
- package/dist/primitives/input.js +18 -0
- package/dist/primitives/select.d.ts +16 -0
- package/dist/primitives/select.d.ts.map +1 -0
- package/dist/primitives/select.js +205 -0
- package/dist/primitives/slot.d.ts.map +1 -1
- package/dist/primitives/slot.js +21 -20
- package/dist/primitives/textarea.d.ts +3 -0
- package/dist/primitives/textarea.d.ts.map +1 -0
- package/dist/primitives/textarea.js +16 -0
- package/dist/{proxy-DD79Ok6n.js → proxy-C9AqCss6.js} +1 -1
- package/dist/speech-bubble-fluid-glass-gradient.webp +0 -0
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.js +1 -1
- package/dist/utils/twUtils.js +2728 -2
- package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
- package/package.json +28 -23
- package/dist/Accordion/AccordionBase.d.ts +0 -42
- package/dist/Accordion/AccordionBase.js +0 -225
- package/dist/Badge/BadgeBase.d.ts +0 -13
- package/dist/Badge/BadgeBase.js +0 -35
- package/dist/PasswordInput-ClY_hxuN.js +0 -261
- package/dist/components/Accordion/AccordionBase.d.ts +0 -42
- package/dist/components/Accordion/AccordionBase.d.ts.map +0 -1
- package/dist/components/Badge/BadgeBase.d.ts +0 -13
- package/dist/components/Badge/BadgeBase.d.ts.map +0 -1
- package/dist/index-CA7haECj.js +0 -248
- package/dist/index-CbXx14YO.js +0 -59
- package/dist/index-VXXKXen4.js +0 -15
- package/dist/index-cCg4yNa8.js +0 -132
- package/dist/primitives/label.d.ts +0 -5
- package/dist/primitives/label.d.ts.map +0 -1
- package/dist/primitives/label.js +0 -27
- package/dist/twUtils-CRiPKpXj.js +0 -2743
- /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
package/dist/Icons/InfoIcon.js
CHANGED
|
@@ -3,7 +3,7 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import k from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: t
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
|
|
7
7
|
k,
|
|
8
8
|
{
|
|
9
9
|
size: s,
|
|
@@ -17,15 +17,15 @@ const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, siz
|
|
|
17
17
|
/* @__PURE__ */ o(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M12
|
|
20
|
+
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
24
24
|
strokeLinejoin: "round"
|
|
25
25
|
}
|
|
26
26
|
),
|
|
27
|
-
/* @__PURE__ */ o("path", { d: "M12
|
|
28
|
-
/* @__PURE__ */ o("path", { d: "M12
|
|
27
|
+
/* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
28
|
+
/* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
), u = p(a);
|
package/dist/Icons/LabelIcon.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import s from "./IconBase.js";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as i } from "react";
|
|
6
|
+
const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
|
|
7
7
|
s,
|
|
8
8
|
{
|
|
9
9
|
size: n,
|
|
@@ -16,15 +16,15 @@ const i = ({ className: r, ariaHidden: e, title: t = "Label", description: a, si
|
|
|
16
16
|
children: /* @__PURE__ */ o(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "M7.
|
|
19
|
+
d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
|
|
20
20
|
stroke: "currentColor",
|
|
21
21
|
strokeWidth: "2",
|
|
22
22
|
strokeLinecap: "square"
|
|
23
23
|
}
|
|
24
24
|
)
|
|
25
25
|
}
|
|
26
|
-
),
|
|
27
|
-
|
|
26
|
+
), p = i(m);
|
|
27
|
+
p.displayName = "LabelIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
p as LabelIcon
|
|
30
30
|
};
|
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
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../styles/main.css";
|
|
3
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import i from "./IconBase.js";
|
|
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
|
+
i,
|
|
8
|
+
{
|
|
9
|
+
size: n,
|
|
10
|
+
className: r,
|
|
11
|
+
title: s,
|
|
12
|
+
description: t,
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: c,
|
|
15
|
+
...a,
|
|
16
|
+
children: [
|
|
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" })
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
), k = C(p);
|
|
31
|
+
k.displayName = "MessagesIcon";
|
|
32
|
+
export {
|
|
33
|
+
k as MessagesIcon
|
|
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
|