@spear-ai/spectral 1.3.66 → 1.3.68
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/Accordion.js +7 -31
- package/dist/Alert/AlertBase.d.ts +10 -1
- package/dist/Alert/AlertBase.js +25 -42
- package/dist/Alert.d.ts +5 -5
- package/dist/Alert.js +43 -54
- package/dist/Avatar.js +4 -33
- package/dist/Badge.js +1 -6
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +32 -67
- package/dist/ButtonGroup/ButtonGroupButton.js +1 -10
- package/dist/ButtonGroup.js +6 -42
- package/dist/ButtonIcon.d.ts +4 -4
- package/dist/ButtonIcon.js +44 -53
- package/dist/Card.js +6 -13
- package/dist/Checkbox/CheckboxBase.js +4 -15
- package/dist/Checkbox.js +24 -40
- package/dist/Dialog/DialogBase.d.ts +17 -17
- package/dist/Dialog/DialogBase.js +13 -62
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +6 -44
- package/dist/Drawer.d.ts +6 -6
- package/dist/Drawer.js +6 -14
- package/dist/HoverCard.d.ts +5 -4
- package/dist/HoverCard.js +148 -138
- package/dist/Icons/AnalyzeIcon.js +52 -64
- package/dist/Icons/AnnotationsIcon.js +8 -20
- package/dist/Icons/ApprovedIcon.js +13 -34
- package/dist/Icons/CalendarIcon.js +15 -54
- package/dist/Icons/CheckCircleIcon.js +5 -21
- package/dist/Icons/CheckSquareIcon.js +5 -21
- package/dist/Icons/CheckmarkIcon.js +4 -20
- package/dist/Icons/ChevronDownIcon.js +4 -20
- package/dist/Icons/ChevronUpIcon.js +4 -20
- package/dist/Icons/ClockIcon.js +13 -34
- package/dist/Icons/CloseCircleIcon.js +5 -21
- package/dist/Icons/CloseIcon.js +4 -20
- package/dist/Icons/DashboardIcon.js +5 -44
- package/dist/Icons/DatabaseIcon.js +14 -44
- package/dist/Icons/DeleteIcon.js +14 -44
- package/dist/Icons/DurationIcon.js +17 -74
- package/dist/Icons/EmailIcon.js +5 -21
- package/dist/Icons/EraserIcon.js +16 -37
- package/dist/Icons/ErrorIcon.js +6 -22
- package/dist/Icons/EyeClosedIcon.js +8 -24
- package/dist/Icons/EyeClosedIcon2.js +6 -22
- package/dist/Icons/EyeOpenIcon.js +4 -20
- package/dist/Icons/GoToFirstIcon.js +4 -34
- package/dist/Icons/GoToLastIcon.js +4 -34
- package/dist/Icons/HarmonicCursorsIcon.js +4 -31
- package/dist/Icons/IconBase.js +5 -22
- package/dist/Icons/InfoIcon.js +5 -26
- package/dist/Icons/LabelIcon.js +7 -19
- package/dist/Icons/LassoIcon.js +23 -44
- package/dist/Icons/LineToolIcon.js +5 -17
- package/dist/Icons/LineToolIcon2.js +43 -64
- package/dist/Icons/LiveViewIcon.js +7 -64
- package/dist/Icons/LoaderIcon.js +18 -42
- package/dist/Icons/LocationIcon.js +22 -34
- package/dist/Icons/LogoutIcon.js +8 -20
- package/dist/Icons/MessagesIcon.js +13 -25
- package/dist/Icons/MetadataIcon.js +8 -20
- package/dist/Icons/MinusIcon.js +1 -17
- package/dist/Icons/OntologyIcon.js +66 -78
- package/dist/Icons/PanelIconClose.js +5 -21
- package/dist/Icons/PanelIconOpen.js +5 -21
- package/dist/Icons/PlayIcon.js +1 -22
- package/dist/Icons/PlusIcon.js +7 -20
- package/dist/Icons/ResetIcon.js +5 -17
- package/dist/Icons/ReviewedIcon.js +14 -35
- package/dist/Icons/ScissorsIcon.js +12 -30
- package/dist/Icons/SettingsIcon.js +22 -34
- package/dist/Icons/SortAscendingIcon.js +7 -64
- package/dist/Icons/SortDescendingIcon.js +7 -64
- package/dist/Icons/StackIcon.js +4 -34
- package/dist/Icons/StarIcon.js +1 -22
- package/dist/Icons/TrashIcon.js +5 -17
- package/dist/Icons/UndoIcon.js +8 -20
- package/dist/Icons/UserIcon.js +7 -19
- package/dist/Icons/WarningIcon.js +7 -19
- package/dist/Icons/ZoomAllIcon.js +10 -94
- package/dist/Icons/ZoomXIcon.js +5 -35
- package/dist/Icons/ZoomYIcon.js +5 -44
- package/dist/Input.d.ts +22 -22
- package/dist/Input.js +46 -87
- package/dist/InputGroup.js +2 -47
- package/dist/InputOTP.js +63 -99
- package/dist/Label.js +1 -12
- package/dist/MultiSelect/MultiSelectBase.d.ts +24 -24
- package/dist/MultiSelect/MultiSelectBase.js +82 -151
- package/dist/MultiSelect/MutiSelect.d.ts +6 -6
- package/dist/MultiSelect/MutiSelect.js +9 -21
- package/dist/Popover.js +2 -9
- package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -27
- package/dist/RadioButtonGroup.d.ts +1 -1
- package/dist/RadioButtonGroup.js +1 -11
- package/dist/RadioGroup.d.ts +16 -16
- package/dist/RadioGroup.js +40 -92
- package/dist/Select.d.ts +7 -6
- package/dist/Select.js +81 -135
- package/dist/Separator.js +13 -15
- package/dist/Slider/SliderBase.js +129 -188
- package/dist/Slider.js +4 -41
- package/dist/Switch/SwitchBase.js +84 -106
- package/dist/Switch.d.ts +6 -6
- package/dist/Switch.js +34 -49
- package/dist/Tabs/TabsBase.d.ts +18 -18
- package/dist/Tabs/TabsBase.js +12 -71
- package/dist/Tabs/tabsStoryData.js +2 -2
- package/dist/Tabs/tabsUtils.d.ts +17 -17
- package/dist/Tabs.d.ts +14 -14
- package/dist/Tabs.js +67 -130
- package/dist/Textarea/TextareaUtils.d.ts +1 -1
- package/dist/Textarea/TextareaUtils.js +24 -31
- package/dist/Textarea.d.ts +12 -11
- package/dist/Textarea.js +49 -84
- package/dist/Toggle/ToggleBase.d.ts +4 -4
- package/dist/Toggle/ToggleBase.js +2 -27
- package/dist/Toggle.js +1 -11
- package/dist/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/ToggleGroup/ToggleGroupBase.js +6 -35
- package/dist/ToggleGroup.js +1 -1
- package/dist/Tooltip/TooltipBase.d.ts +1 -1
- package/dist/Tooltip/TooltipBase.js +5 -47
- package/dist/Tray/TrayStoriesData.d.ts +1 -1
- package/dist/Tray/TrayStoriesData.js +22 -134
- package/dist/Tray.d.ts +6 -2
- package/dist/Tray.js +55 -68
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Alert/Alert.d.ts +5 -5
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/AlertBase.d.ts +10 -1
- package/dist/components/Alert/AlertBase.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.ts +4 -4
- package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxBase.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 +17 -17
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.d.ts +6 -6
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/HoverCard/HoverCard.d.ts +5 -4
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -1
- package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -1
- package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
- package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -1
- package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckmarkIcon.d.ts.map +1 -1
- package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -1
- package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -1
- package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
- package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -1
- package/dist/components/Icons/CloseIcon.d.ts.map +1 -1
- package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
- package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -1
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
- package/dist/components/Icons/EmailIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/ErrorIcon.d.ts.map +1 -1
- package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -1
- package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -1
- package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -1
- package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
- package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
- package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts.map +1 -1
- package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
- package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -1
- package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
- package/dist/components/Icons/LoaderIcon.d.ts.map +1 -1
- package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
- package/dist/components/Icons/MessagesIcon.d.ts.map +1 -1
- package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
- package/dist/components/Icons/MinusIcon.d.ts.map +1 -1
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PanelIconClose.d.ts.map +1 -1
- package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -1
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
- package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -1
- package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -1
- package/dist/components/Icons/StackIcon.d.ts.map +1 -1
- package/dist/components/Icons/StarIcon.d.ts.map +1 -1
- package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
- package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
- package/dist/components/Icons/UserIcon.d.ts.map +1 -1
- package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +22 -22
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/InputUtils.d.ts.map +1 -1
- package/dist/components/InputGroup/InputGroup.d.ts.map +1 -1
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelectBase.d.ts +24 -24
- package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -1
- package/dist/components/MultiSelect/MutiSelect.d.ts +6 -6
- package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +7 -6
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Separator/Separator.d.ts.map +1 -1
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Slider/SliderBase.d.ts.map +1 -1
- package/dist/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/SwitchBase.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.d.ts +14 -14
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/TabsBase.d.ts +18 -18
- package/dist/components/Tabs/TabsBase.d.ts.map +1 -1
- package/dist/components/Tabs/tabsStoryData.d.ts.map +1 -1
- package/dist/components/Tabs/tabsUtils.d.ts +17 -17
- package/dist/components/Tabs/tabsUtils.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +12 -11
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/TextareaUtils.d.ts +1 -1
- package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/ToggleBase.d.ts +4 -4
- package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/TooltipBase.d.ts +1 -1
- package/dist/components/Tooltip/TooltipBase.d.ts.map +1 -1
- package/dist/components/Tray/Tray.d.ts +6 -2
- package/dist/components/Tray/Tray.d.ts.map +1 -1
- package/dist/components/Tray/TrayStoriesData.d.ts +1 -1
- package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthCard.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthToggle.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthToggle.js +4 -20
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts +1 -1
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts.map +1 -1
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +5 -21
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts +1 -1
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts.map +1 -1
- package/dist/features/AuthCard/ForgotPasswordResetForm.js +5 -50
- package/dist/features/AuthCard/OTPInput.d.ts +1 -1
- package/dist/features/AuthCard/OTPInput.d.ts.map +1 -1
- package/dist/features/AuthCard/OTPInput.js +3 -21
- package/dist/features/AuthCard/PasswordInput.d.ts +1 -1
- package/dist/features/AuthCard/PasswordInput.d.ts.map +1 -1
- package/dist/features/AuthCard/PasswordInput.js +9 -50
- package/dist/features/AuthCard/SignInForm.d.ts.map +1 -1
- package/dist/features/AuthCard/SignInForm.js +7 -51
- package/dist/features/AuthCard/SignUpForm.d.ts.map +1 -1
- package/dist/features/AuthCard/SignUpForm.js +10 -55
- package/dist/features/AuthCard.js +144 -248
- package/dist/features/ClearDialog/ClearDialog.d.ts.map +1 -1
- package/dist/features/ClearDialog.js +10 -10
- package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -1
- package/dist/features/LabelingTools.js +21 -56
- package/dist/features/SensorMetadata/SensorMetadata.d.ts.map +1 -1
- package/dist/features/SensorMetadata.js +20 -20
- package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
- package/dist/features/SettingsPopover.js +14 -14
- package/dist/hooks/useAccordionAutoScroll.d.ts.map +1 -1
- package/dist/hooks/useControllableState.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/primitives/button.d.ts.map +1 -1
- package/dist/primitives/input.d.ts.map +1 -1
- package/dist/primitives/input.js +4 -1
- package/dist/primitives/select.d.ts +1 -1
- package/dist/primitives/select.d.ts.map +1 -1
- package/dist/primitives/select.js +7 -55
- package/dist/primitives/slot.d.ts.map +1 -1
- package/dist/primitives/slot.js +1 -4
- package/dist/primitives/textarea.d.ts.map +1 -1
- package/dist/primitives/textarea.js +3 -1
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.d.ts +4 -2
- package/dist/utils/formFieldUtils.d.ts.map +1 -1
- package/dist/utils/formFieldUtils.js +3 -34
- package/dist/utils/refs.d.ts.map +1 -1
- package/package.json +23 -16
|
@@ -3,70 +3,49 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import k from "./IconBase.js";
|
|
5
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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);
|
|
6
|
+
const u = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(k, { size: C, className: r, title: t, description: n, ariaHidden: e, ref: s, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
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",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
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",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
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",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
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",
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeWidth: "2",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ o("path", { d: "M10 13L15.3334 6.73682L19.1429 15.2631M5.80957 7.2105L8 12.5", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
48
|
+
] }), L = c(u);
|
|
70
49
|
L.displayName = "LineToolIcon2";
|
|
71
50
|
export {
|
|
72
51
|
L as LineToolIcon2
|
|
@@ -3,70 +3,13 @@ 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, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: d,
|
|
15
|
-
...s,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ o(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
52
|
-
strokeWidth: "2",
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
/* @__PURE__ */ o(
|
|
58
|
-
"path",
|
|
59
|
-
{
|
|
60
|
-
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z",
|
|
61
|
-
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "2",
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round"
|
|
65
|
-
}
|
|
66
|
-
)
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
), p = C(u);
|
|
6
|
+
const u = ({ className: r, ariaHidden: e, title: t, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(c, { size: i, className: r, title: t, description: n, ariaHidden: e, ref: d, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
+
/* @__PURE__ */ o("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
+
/* @__PURE__ */ o("path", { d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
12
|
+
] }), p = C(u);
|
|
70
13
|
p.displayName = "LiveViewIcon";
|
|
71
14
|
export {
|
|
72
15
|
p as LiveViewIcon
|
package/dist/Icons/LoaderIcon.js
CHANGED
|
@@ -5,48 +5,24 @@ import d, { SvgIdContext as l } from "./IconBase.js";
|
|
|
5
5
|
import { forwardRef as f, useContext as h } from "react";
|
|
6
6
|
const m = ({ className: e, ariaHidden: s, title: n, description: i, size: a = 24, ...p }, c) => {
|
|
7
7
|
const r = h(l);
|
|
8
|
-
return /* @__PURE__ */ t(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
/* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-firstHalf`, children: [
|
|
27
|
-
/* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "1", stopColor: "oklch(92.53% 0.1976 123.38)" }),
|
|
28
|
-
/* @__PURE__ */ o("stop", { offset: "100%", stopOpacity: "0.5", stopColor: "oklch(95.78% 0.1105 120.84)" })
|
|
29
|
-
] })
|
|
30
|
-
] }),
|
|
31
|
-
/* @__PURE__ */ t("g", { strokeWidth: "24", children: [
|
|
32
|
-
/* @__PURE__ */ o(
|
|
33
|
-
"animateTransform",
|
|
34
|
-
{
|
|
35
|
-
from: "0 120 120",
|
|
36
|
-
to: "360 120 120",
|
|
37
|
-
attributeName: "transform",
|
|
38
|
-
type: "rotate",
|
|
39
|
-
repeatCount: "indefinite",
|
|
40
|
-
dur: "1300ms"
|
|
41
|
-
}
|
|
42
|
-
),
|
|
43
|
-
/* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-secondHalf)`, d: "M 40 120 A 80 80 0 0 1 200 120" }),
|
|
44
|
-
/* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-firstHalf)`, d: "M 200 120 A 80 80 0 0 1 40 120" }),
|
|
45
|
-
/* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", d: "M 40 120 A 100 100 0 0 1 40 118" })
|
|
46
|
-
] })
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
);
|
|
8
|
+
return /* @__PURE__ */ t(d, { size: a, className: e, title: n, description: i, ariaHidden: s, ref: c, color: "oklch(92.53% 0.1976 123.38)", viewBox: "0 0 240 240", ...p, children: [
|
|
9
|
+
/* @__PURE__ */ t("defs", { children: [
|
|
10
|
+
/* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-secondHalf`, children: [
|
|
11
|
+
/* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "0", stopColor: "oklch(92.53% 0.1976 123.38)" }),
|
|
12
|
+
/* @__PURE__ */ o("stop", { offset: "100%", stopOpacity: "0.5", stopColor: "oklch(95.78% 0.1105 120.84)" })
|
|
13
|
+
] }),
|
|
14
|
+
/* @__PURE__ */ t("linearGradient", { id: `${r}-spinner-firstHalf`, children: [
|
|
15
|
+
/* @__PURE__ */ o("stop", { offset: "0%", stopOpacity: "1", stopColor: "oklch(92.53% 0.1976 123.38)" }),
|
|
16
|
+
/* @__PURE__ */ o("stop", { offset: "100%", stopOpacity: "0.5", stopColor: "oklch(95.78% 0.1105 120.84)" })
|
|
17
|
+
] })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ t("g", { strokeWidth: "24", children: [
|
|
20
|
+
/* @__PURE__ */ o("animateTransform", { from: "0 120 120", to: "360 120 120", attributeName: "transform", type: "rotate", repeatCount: "indefinite", dur: "1300ms" }),
|
|
21
|
+
/* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-secondHalf)`, d: "M 40 120 A 80 80 0 0 1 200 120" }),
|
|
22
|
+
/* @__PURE__ */ o("path", { stroke: `url(#${r}-spinner-firstHalf)`, d: "M 200 120 A 80 80 0 0 1 40 120" }),
|
|
23
|
+
/* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", d: "M 40 120 A 100 100 0 0 1 40 118" })
|
|
24
|
+
] })
|
|
25
|
+
] });
|
|
50
26
|
}, k = f(m);
|
|
51
27
|
k.displayName = "LoaderIcon";
|
|
52
28
|
export {
|
|
@@ -3,40 +3,28 @@ 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, description: e, size: i = 24, ...s }, c) => /* @__PURE__ */ C(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
), k = d(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: n, description: e, size: i = 24, ...s }, c) => /* @__PURE__ */ C(a, { size: i, className: r, title: n, description: e, ariaHidden: t, ref: c, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
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",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
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",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
] }), k = d(p);
|
|
40
28
|
k.displayName = "LocationIcon";
|
|
41
29
|
export {
|
|
42
30
|
k as LocationIcon
|
package/dist/Icons/LogoutIcon.js
CHANGED
|
@@ -3,28 +3,16 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
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
|
-
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: n, description: e, size: c = 24, ...i }, s) => /* @__PURE__ */ o(d, { size: c, className: r, title: n, description: e, ariaHidden: t, ref: s, ...i, children: /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
ref: s,
|
|
15
|
-
...i,
|
|
16
|
-
children: /* @__PURE__ */ o(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
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
|
-
stroke: "currentColor",
|
|
21
|
-
strokeWidth: "2",
|
|
22
|
-
strokeLinecap: "round",
|
|
23
|
-
strokeLinejoin: "round"
|
|
24
|
-
}
|
|
25
|
-
)
|
|
9
|
+
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",
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round"
|
|
26
14
|
}
|
|
27
|
-
), u = m(p);
|
|
15
|
+
) }), u = m(p);
|
|
28
16
|
u.displayName = "LogoutIcon";
|
|
29
17
|
export {
|
|
30
18
|
u as LogoutIcon
|
|
@@ -3,31 +3,19 @@ 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
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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);
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: s, description: t, size: n = 24, ...a }, c) => /* @__PURE__ */ d(i, { size: n, className: r, title: s, description: t, ariaHidden: e, ref: c, ...a, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
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",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinejoin: "round"
|
|
14
|
+
}
|
|
15
|
+
),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M6.6001 8.39996H15.6001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M6.6001 12.0001H13.8001", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
|
|
18
|
+
] }), k = C(p);
|
|
31
19
|
k.displayName = "MessagesIcon";
|
|
32
20
|
export {
|
|
33
21
|
k as MessagesIcon
|
|
@@ -3,28 +3,16 @@ 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: r, ariaHidden: t, title: e, description: a, size: n = 24, ...d }, c) => /* @__PURE__ */ o(
|
|
7
|
-
|
|
6
|
+
const m = ({ className: r, ariaHidden: t, title: e, description: a, size: n = 24, ...d }, c) => /* @__PURE__ */ o(i, { size: n, className: r, title: e, description: a, ariaHidden: t, ref: c, ...d, children: /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
ref: c,
|
|
15
|
-
...d,
|
|
16
|
-
children: /* @__PURE__ */ o(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
|
|
20
|
-
stroke: "currentColor",
|
|
21
|
-
strokeWidth: "2",
|
|
22
|
-
strokeLinecap: "round",
|
|
23
|
-
strokeLinejoin: "round"
|
|
24
|
-
}
|
|
25
|
-
)
|
|
9
|
+
d: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round"
|
|
26
14
|
}
|
|
27
|
-
), p = s(m);
|
|
15
|
+
) }), p = s(m);
|
|
28
16
|
p.displayName = "MetadataIcon";
|
|
29
17
|
export {
|
|
30
18
|
p as MetadataIcon
|
package/dist/Icons/MinusIcon.js
CHANGED
|
@@ -3,23 +3,7 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import p from "./IconBase.js";
|
|
5
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
|
-
{
|
|
9
|
-
size: s,
|
|
10
|
-
className: r,
|
|
11
|
-
title: e,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: m,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: i,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...c,
|
|
20
|
-
children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" })
|
|
21
|
-
}
|
|
22
|
-
), d = u(a);
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, strokeWidth: i = 2, size: s = 24, ...c }, m) => /* @__PURE__ */ o(p, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: m, stroke: "currentColor", strokeWidth: i, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: /* @__PURE__ */ o("path", { d: "M5 12l14 0" }) }), d = u(a);
|
|
23
7
|
d.displayName = "MinusIcon";
|
|
24
8
|
export {
|
|
25
9
|
d as MinusIcon
|