@spear-ai/spectral 1.3.67 → 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 -20
- package/dist/Input.js +52 -92
- 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.d.ts +9 -8
- 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 -20
- 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 +9 -8
- 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,84 +3,72 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as k, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24, ...s }, d) => /* @__PURE__ */ k(
|
|
7
|
-
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
/* @__PURE__ */ o(
|
|
73
|
-
"path",
|
|
74
|
-
{
|
|
75
|
-
d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
|
|
76
|
-
stroke: "currentColor",
|
|
77
|
-
strokeWidth: "2",
|
|
78
|
-
strokeLinecap: "round"
|
|
79
|
-
}
|
|
80
|
-
)
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
), p = c(u);
|
|
6
|
+
const u = ({ className: r, ariaHidden: t, title: e, description: n, size: C = 24, ...s }, d) => /* @__PURE__ */ k(i, { size: C, className: r, title: e, description: n, ariaHidden: t, ref: d, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M3 19.25C3 19.7141 3.18437 20.1592 3.51256 20.4874C3.84075 20.8156 4.28587 21 4.75 21C5.21413 21 5.65925 20.8156 5.98744 20.4874C6.31563 20.1592 6.5 19.7141 6.5 19.25C6.5 18.7859 6.31563 18.3408 5.98744 18.0126C5.65925 17.6844 5.21413 17.5 4.75 17.5C4.28587 17.5 3.84075 17.6844 3.51256 18.0126C3.18437 18.3408 3 18.7859 3 19.25Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M14 19.15C14 19.6142 14.1844 20.0593 14.5126 20.3875C14.8408 20.7156 15.2859 20.9 15.75 20.9C16.2141 20.9 16.6592 20.7156 16.9874 20.3875C17.3156 20.0593 17.5 19.6142 17.5 19.15C17.5 18.6859 17.3156 18.2408 16.9874 17.9126C16.6592 17.5844 16.2141 17.4 15.75 17.4C15.2859 17.4 14.8408 17.5844 14.5126 17.9126C14.1844 18.2408 14 18.6859 14 19.15Z",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M17.5 12.45C17.5 12.9141 17.6844 13.3593 18.0126 13.6874C18.3408 14.0156 18.7859 14.2 19.25 14.2C19.7141 14.2 20.1592 14.0156 20.4874 13.6874C20.8156 13.3593 21 12.9141 21 12.45C21 11.9859 20.8156 11.5408 20.4874 11.2126C20.1592 10.8844 19.7141 10.7 19.25 10.7C18.7859 10.7 18.3408 10.8844 18.0126 11.2126C17.6844 11.5408 17.5 11.9859 17.5 12.45Z",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M11.3 5.34998C11.3 5.8141 11.4844 6.25922 11.8126 6.58741C12.1408 6.9156 12.5859 7.09998 13.05 7.09998C13.5142 7.09998 13.9593 6.9156 14.2875 6.58741C14.6157 6.25922 14.8 5.8141 14.8 5.34998C14.8 4.88585 14.6157 4.44073 14.2875 4.11254C13.9593 3.78435 13.5142 3.59998 13.05 3.59998C12.5859 3.59998 12.1408 3.78435 11.8126 4.11254C11.4844 4.44073 11.3 4.88585 11.3 5.34998Z",
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeWidth: "2",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ o(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M3 4.75C3 5.21413 3.18437 5.65925 3.51256 5.98744C3.84075 6.31563 4.28587 6.5 4.75 6.5C5.21413 6.5 5.65925 6.31563 5.98744 5.98744C6.31563 5.65925 6.5 5.21413 6.5 4.75C6.5 4.28587 6.31563 3.84075 5.98744 3.51256C5.65925 3.18437 5.21413 3 4.75 3C4.28587 3 3.84075 3.18437 3.51256 3.51256C3.18437 3.84075 3 4.28587 3 4.75Z",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
strokeWidth: "2",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ o("path", { d: "M7.86499 13.9165L5.72389 17.6455", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
58
|
+
/* @__PURE__ */ o("path", { d: "M5.80005 6.78003L7.97645 10.1361", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
59
|
+
/* @__PURE__ */ o("path", { d: "M12.1899 7L10.0001 10.2318", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
60
|
+
/* @__PURE__ */ o("path", { d: "M17.4812 12.4493L11.4873 12.1798", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
61
|
+
/* @__PURE__ */ o("path", { d: "M14.0964 17.6428L10.8093 14.1631", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }),
|
|
62
|
+
/* @__PURE__ */ o(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
|
|
66
|
+
stroke: "currentColor",
|
|
67
|
+
strokeWidth: "2",
|
|
68
|
+
strokeLinecap: "round"
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
] }), p = c(u);
|
|
84
72
|
p.displayName = "OntologyIcon";
|
|
85
73
|
export {
|
|
86
74
|
p as OntologyIcon
|
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as l } from "react";
|
|
6
|
-
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, i) => /* @__PURE__ */ a(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: i,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...c,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M9 3v18" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "m16 15-3-3 3-3" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), p = l(m);
|
|
6
|
+
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, i) => /* @__PURE__ */ a(d, { size: s, className: r, title: n, description: t, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
|
|
7
|
+
/* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M9 3v18" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "m16 15-3-3 3-3" })
|
|
10
|
+
] }), p = l(m);
|
|
27
11
|
p.displayName = "PanelIconClose";
|
|
28
12
|
export {
|
|
29
13
|
p as PanelIconClose
|
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as s, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, p) => /* @__PURE__ */ s(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: p,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...i,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M9 3v18" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "m14 9 3 3-3 3" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), h = d(m);
|
|
6
|
+
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, p) => /* @__PURE__ */ s(a, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: p, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M9 3v18" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "m14 9 3 3-3 3" })
|
|
10
|
+
] }), h = d(m);
|
|
27
11
|
h.displayName = "PanelIconOpen";
|
|
28
12
|
export {
|
|
29
13
|
h as PanelIconOpen
|
package/dist/Icons/PlayIcon.js
CHANGED
|
@@ -3,28 +3,7 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import s from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const m = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...c }, i) => /* @__PURE__ */ o(
|
|
7
|
-
s,
|
|
8
|
-
{
|
|
9
|
-
size: a,
|
|
10
|
-
className: r,
|
|
11
|
-
title: t,
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: i,
|
|
15
|
-
...c,
|
|
16
|
-
children: /* @__PURE__ */ o(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z",
|
|
20
|
-
stroke: "currentColor",
|
|
21
|
-
strokeWidth: "2",
|
|
22
|
-
strokeLinecap: "round",
|
|
23
|
-
strokeLinejoin: "round"
|
|
24
|
-
}
|
|
25
|
-
)
|
|
26
|
-
}
|
|
27
|
-
), p = d(m);
|
|
6
|
+
const m = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...c }, i) => /* @__PURE__ */ o(s, { size: a, className: r, title: t, description: e, ariaHidden: n, ref: i, ...c, children: /* @__PURE__ */ o("path", { d: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }), p = d(m);
|
|
28
7
|
p.displayName = "PlayIcon";
|
|
29
8
|
export {
|
|
30
9
|
p as PlayIcon
|
package/dist/Icons/PlusIcon.js
CHANGED
|
@@ -3,28 +3,15 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import C from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const f = ({ className: l, ariaHidden: r, title: e, description: n, size: c = 24, ...i }, t) => /* @__PURE__ */ o(
|
|
7
|
-
|
|
6
|
+
const f = ({ className: l, ariaHidden: r, title: e, description: n, size: c = 24, ...i }, t) => /* @__PURE__ */ o(C, { size: c, className: l, title: e, description: n, ariaHidden: r, fill: "none", ref: t, ...i, children: /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ariaHidden: r,
|
|
14
|
-
fill: "none",
|
|
15
|
-
ref: t,
|
|
16
|
-
...i,
|
|
17
|
-
children: /* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
clipRule: "evenodd",
|
|
22
|
-
d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
|
|
23
|
-
fill: "currentColor"
|
|
24
|
-
}
|
|
25
|
-
)
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
clipRule: "evenodd",
|
|
11
|
+
d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
|
|
12
|
+
fill: "currentColor"
|
|
26
13
|
}
|
|
27
|
-
), s = d(f);
|
|
14
|
+
) }), s = d(f);
|
|
28
15
|
s.displayName = "PlusIcon";
|
|
29
16
|
export {
|
|
30
17
|
s as PlusIcon
|
package/dist/Icons/ResetIcon.js
CHANGED
|
@@ -3,25 +3,13 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import m from "./IconBase.js";
|
|
5
5
|
import { forwardRef as f } from "react";
|
|
6
|
-
const i = ({ className: C, ariaHidden: r, title: e, description: t, size: n = 24, ...c }, s) => /* @__PURE__ */ o(
|
|
7
|
-
|
|
6
|
+
const i = ({ className: C, ariaHidden: r, title: e, description: t, size: n = 24, ...c }, s) => /* @__PURE__ */ o(m, { size: n, className: C, title: e, description: t, ariaHidden: r, ref: s, ...c, children: /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: e,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: r,
|
|
14
|
-
ref: s,
|
|
15
|
-
...c,
|
|
16
|
-
children: /* @__PURE__ */ o(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M4.66585 12C4.66585 7.70446 8.05974 4.22222 12.2464 4.22222C14.384 4.22222 15.9311 4.9772 17.4297 6.44444H15.5247C14.9266 6.44444 14.4418 6.94191 14.4418 7.55556C14.4418 8.1692 14.9266 8.66667 15.5247 8.66667H19.0442C20.0909 8.66667 20.9394 7.79611 20.9394 6.72222V3.11111C20.9394 2.49747 20.4545 2 19.8564 2C19.2583 2 18.7735 2.49747 18.7735 3.11111V4.69223C17.0168 3.02433 15.0094 2 12.2464 2C6.86358 2 2.5 6.47716 2.5 12C2.5 17.5229 6.86358 22 12.2464 22C16.4917 22 20.1004 19.2157 21.4378 15.3332C21.6371 14.7547 21.3416 14.1199 20.7777 13.9153C20.2138 13.7109 19.595 14.0141 19.3958 14.5927C18.3546 17.6151 15.5452 19.7778 12.2464 19.7778C8.05974 19.7778 4.66585 16.2956 4.66585 12Z",
|
|
20
|
-
fill: "currentColor"
|
|
21
|
-
}
|
|
22
|
-
)
|
|
9
|
+
d: "M4.66585 12C4.66585 7.70446 8.05974 4.22222 12.2464 4.22222C14.384 4.22222 15.9311 4.9772 17.4297 6.44444H15.5247C14.9266 6.44444 14.4418 6.94191 14.4418 7.55556C14.4418 8.1692 14.9266 8.66667 15.5247 8.66667H19.0442C20.0909 8.66667 20.9394 7.79611 20.9394 6.72222V3.11111C20.9394 2.49747 20.4545 2 19.8564 2C19.2583 2 18.7735 2.49747 18.7735 3.11111V4.69223C17.0168 3.02433 15.0094 2 12.2464 2C6.86358 2 2.5 6.47716 2.5 12C2.5 17.5229 6.86358 22 12.2464 22C16.4917 22 20.1004 19.2157 21.4378 15.3332C21.6371 14.7547 21.3416 14.1199 20.7777 13.9153C20.2138 13.7109 19.595 14.0141 19.3958 14.5927C18.3546 17.6151 15.5452 19.7778 12.2464 19.7778C8.05974 19.7778 4.66585 16.2956 4.66585 12Z",
|
|
10
|
+
fill: "currentColor"
|
|
23
11
|
}
|
|
24
|
-
), p = f(i);
|
|
12
|
+
) }), p = f(i);
|
|
25
13
|
p.displayName = "ResetIcon";
|
|
26
14
|
export {
|
|
27
15
|
p as ResetIcon
|
|
@@ -3,41 +3,20 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import c from "./IconBase.js";
|
|
5
5
|
import { forwardRef as k } from "react";
|
|
6
|
-
const p = ({ 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
|
-
d: "M7 9.667C7 8.95967 7.28099 8.28131 7.78115 7.78115C8.28131 7.28099 8.95967 7 9.667 7H18.333C18.6832 7 19.03 7.06898 19.3536 7.20301C19.6772 7.33704 19.9712 7.53349 20.2189 7.78115C20.4665 8.0288 20.663 8.32281 20.797 8.64638C20.931 8.96996 21 9.31676 21 9.667V18.333C21 18.6832 20.931 19.03 20.797 19.3536C20.663 19.6772 20.4665 19.9712 20.2189 20.2189C19.9712 20.4665 19.6772 20.663 19.3536 20.797C19.03 20.931 18.6832 21 18.333 21H9.667C9.31676 21 8.96996 20.931 8.64638 20.797C8.32281 20.663 8.0288 20.4665 7.78115 20.2189C7.53349 19.9712 7.33704 19.6772 7.20301 19.3536C7.06898 19.03 7 18.6832 7 18.333V9.667Z",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M4.012 16.737C3.705 16.5626 3.44965 16.31 3.2719 16.0049C3.09415 15.6998 3.00034 15.3531 3 15V5C3 3.9 3.9 3 5 3H15C15.75 3 16.158 3.385 16.5 4",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o("path", { d: "M11 14L13 16L17 12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
), a = k(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...i }, s) => /* @__PURE__ */ d(c, { size: C, className: r, title: t, description: n, ariaHidden: e, ref: s, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M7 9.667C7 8.95967 7.28099 8.28131 7.78115 7.78115C8.28131 7.28099 8.95967 7 9.667 7H18.333C18.6832 7 19.03 7.06898 19.3536 7.20301C19.6772 7.33704 19.9712 7.53349 20.2189 7.78115C20.4665 8.0288 20.663 8.32281 20.797 8.64638C20.931 8.96996 21 9.31676 21 9.667V18.333C21 18.6832 20.931 19.03 20.797 19.3536C20.663 19.6772 20.4665 19.9712 20.2189 20.2189C19.9712 20.4665 19.6772 20.663 19.3536 20.797C19.03 20.931 18.6832 21 18.333 21H9.667C9.31676 21 8.96996 20.931 8.64638 20.797C8.32281 20.663 8.0288 20.4665 7.78115 20.2189C7.53349 19.9712 7.33704 19.6772 7.20301 19.3536C7.06898 19.03 7 18.6832 7 18.333V9.667Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M4.012 16.737C3.705 16.5626 3.44965 16.31 3.2719 16.0049C3.09415 15.6998 3.00034 15.3531 3 15V5C3 3.9 3.9 3 5 3H15C15.75 3 16.158 3.385 16.5 4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
+
/* @__PURE__ */ o("path", { d: "M11 14L13 16L17 12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
19
|
+
] }), a = k(p);
|
|
41
20
|
a.displayName = "ReviewedIcon";
|
|
42
21
|
export {
|
|
43
22
|
a as ReviewedIcon
|
|
@@ -3,36 +3,18 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import t from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const f = ({ className: C, ariaHidden: r, title: s, description: e, size: c = 24, ...l }, i) => /* @__PURE__ */ n(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
clipRule: "evenodd",
|
|
22
|
-
d: "M5.92411 3.17078C3.75688 3.17078 2 4.92766 2 7.09488C2 9.26211 3.75688 11.019 5.92411 11.019C6.92971 11.019 7.84696 10.6407 8.54135 10.0187L11.5133 12L8.54135 13.9813C7.84697 13.3593 6.92971 12.981 5.92411 12.981C3.75688 12.981 2 14.738 2 16.9052C2 19.0723 3.75688 20.8293 5.92411 20.8293C8.09133 20.8293 9.84822 19.0723 9.84822 16.9052C9.84822 16.4525 9.77159 16.0178 9.63058 15.6132L22 7.36697C21.3989 6.46535 20.1807 6.22172 19.2791 6.8228L13.2818 10.821L9.63058 8.3868C9.77159 7.98224 9.84822 7.54751 9.84822 7.09488C9.84822 4.92766 8.09133 3.17078 5.92411 3.17078ZM3.96205 7.09488C3.96205 6.01127 4.84049 5.13283 5.92411 5.13283C7.00772 5.13283 7.88616 6.01127 7.88616 7.09488C7.88616 8.1785 7.00772 9.05694 5.92411 9.05694C4.84049 9.05694 3.96205 8.1785 3.96205 7.09488ZM3.96205 16.9052C3.96205 15.8215 4.84049 14.9431 5.92411 14.9431C7.00772 14.9431 7.88616 15.8215 7.88616 16.9052C7.88616 17.9888 7.00772 18.8672 5.92411 18.8672C4.84049 18.8672 3.96205 17.9888 3.96205 16.9052Z",
|
|
23
|
-
fill: "currentColor"
|
|
24
|
-
}
|
|
25
|
-
),
|
|
26
|
-
/* @__PURE__ */ o(
|
|
27
|
-
"path",
|
|
28
|
-
{
|
|
29
|
-
d: "M19.279 17.1773L14.166 13.7686L15.9346 12.5895L21.9999 16.6331C21.3988 17.5347 20.1806 17.7784 19.279 17.1773Z",
|
|
30
|
-
fill: "currentColor"
|
|
31
|
-
}
|
|
32
|
-
)
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
), p = d(f);
|
|
6
|
+
const f = ({ className: C, ariaHidden: r, title: s, description: e, size: c = 24, ...l }, i) => /* @__PURE__ */ n(t, { size: c, className: C, title: s, description: e, ariaHidden: r, ref: i, ...l, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
clipRule: "evenodd",
|
|
12
|
+
d: "M5.92411 3.17078C3.75688 3.17078 2 4.92766 2 7.09488C2 9.26211 3.75688 11.019 5.92411 11.019C6.92971 11.019 7.84696 10.6407 8.54135 10.0187L11.5133 12L8.54135 13.9813C7.84697 13.3593 6.92971 12.981 5.92411 12.981C3.75688 12.981 2 14.738 2 16.9052C2 19.0723 3.75688 20.8293 5.92411 20.8293C8.09133 20.8293 9.84822 19.0723 9.84822 16.9052C9.84822 16.4525 9.77159 16.0178 9.63058 15.6132L22 7.36697C21.3989 6.46535 20.1807 6.22172 19.2791 6.8228L13.2818 10.821L9.63058 8.3868C9.77159 7.98224 9.84822 7.54751 9.84822 7.09488C9.84822 4.92766 8.09133 3.17078 5.92411 3.17078ZM3.96205 7.09488C3.96205 6.01127 4.84049 5.13283 5.92411 5.13283C7.00772 5.13283 7.88616 6.01127 7.88616 7.09488C7.88616 8.1785 7.00772 9.05694 5.92411 9.05694C4.84049 9.05694 3.96205 8.1785 3.96205 7.09488ZM3.96205 16.9052C3.96205 15.8215 4.84049 14.9431 5.92411 14.9431C7.00772 14.9431 7.88616 15.8215 7.88616 16.9052C7.88616 17.9888 7.00772 18.8672 5.92411 18.8672C4.84049 18.8672 3.96205 17.9888 3.96205 16.9052Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M19.279 17.1773L14.166 13.7686L15.9346 12.5895L21.9999 16.6331C21.3988 17.5347 20.1806 17.7784 19.279 17.1773Z", fill: "currentColor" })
|
|
17
|
+
] }), p = d(f);
|
|
36
18
|
p.displayName = "ScissorsIcon";
|
|
37
19
|
export {
|
|
38
20
|
p as ScissorsIcon
|
|
@@ -3,40 +3,28 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, jsx as C } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: o, ariaHidden: r, title: t, description: e, size: n = 24, ...s }, i) => /* @__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.9078 14.8902C13.4266 14.8902 14.6578 13.659 14.6578 12.1402C14.6578 10.6214 13.4266 9.3902 11.9078 9.3902C10.3891 9.3902 9.15784 10.6214 9.15784 12.1402C9.15784 13.659 10.3891 14.8902 11.9078 14.8902Z",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
), k = p(a);
|
|
6
|
+
const a = ({ className: o, ariaHidden: r, title: t, description: e, size: n = 24, ...s }, i) => /* @__PURE__ */ c(d, { size: n, className: o, title: t, description: e, ariaHidden: r, ref: i, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ C(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M9.65965 4.91014C9.71502 4.38751 9.98556 3.90217 10.4184 3.54895C10.8513 3.19573 11.4154 3 12.0005 3C12.5856 3 13.1497 3.19573 13.5826 3.54895C14.0154 3.90217 14.286 4.38751 14.3414 4.91014C14.3746 5.24775 14.4981 5.57321 14.7012 5.85895C14.9044 6.14469 15.1813 6.38231 15.5085 6.55169C15.8357 6.72108 16.2035 6.81724 16.5809 6.83204C16.9583 6.84685 17.3341 6.77985 17.6765 6.63674C18.2082 6.42015 18.8107 6.38881 19.3667 6.54882C19.9227 6.70882 20.3925 7.04873 20.6846 7.50238C20.9767 7.95603 21.0703 8.49097 20.947 9.00309C20.8238 9.51521 20.4926 9.96786 20.0179 10.273C19.7088 10.4676 19.4564 10.7261 19.2822 11.0267C19.108 11.3273 19.0171 11.6612 19.0171 12C19.0171 12.3388 19.108 12.6727 19.2822 12.9733C19.4564 13.2739 19.7088 13.5324 20.0179 13.727C20.4926 14.0321 20.8238 14.4848 20.947 14.9969C21.0703 15.509 20.9767 16.044 20.6846 16.4976C20.3925 16.9513 19.9227 17.2912 19.3667 17.4512C18.8107 17.6112 18.2082 17.5799 17.6765 17.3633C17.3341 17.2201 16.9583 17.1532 16.5809 17.168C16.2035 17.1828 15.8357 17.2789 15.5085 17.4483C15.1813 17.6177 14.9044 17.8553 14.7012 18.1411C14.4981 18.4268 14.3746 18.7522 14.3414 19.0899C14.286 19.6125 14.0154 20.0978 13.5826 20.451C13.1497 20.8043 12.5856 21 12.0005 21C11.4154 21 10.8513 20.8043 10.4184 20.451C9.98556 20.0978 9.71502 19.6125 9.65965 19.0899C9.62643 18.7521 9.50299 18.4265 9.29977 18.1407C9.09655 17.8549 8.81955 17.6172 8.49222 17.4478C8.1649 17.2784 7.79689 17.1822 7.41937 17.1675C7.04185 17.1528 6.66594 17.22 6.32347 17.3633C5.79179 17.5799 5.1893 17.6112 4.63328 17.4512C4.07726 17.2912 3.60748 16.9513 3.31537 16.4976C3.02327 16.044 2.92973 15.509 3.05298 14.9969C3.17622 14.4848 3.50742 14.0321 3.98212 13.727C4.29124 13.5324 4.54357 13.2739 4.71778 12.9733C4.89198 12.6727 4.98293 12.3388 4.98293 12C4.98293 11.6612 4.89198 11.3273 4.71778 11.0267C4.54357 10.7261 4.29124 10.4676 3.98212 10.273C3.50809 9.96771 3.17747 9.51523 3.05452 9.00346C2.93158 8.49169 3.02509 7.95719 3.31688 7.50383C3.60867 7.05047 4.0779 6.71065 4.63337 6.5504C5.18884 6.39015 5.79088 6.42092 6.32247 6.63674C6.66489 6.77985 7.0407 6.84685 7.41808 6.83204C7.79547 6.81724 8.16333 6.72108 8.49052 6.55169C8.81771 6.38231 9.0946 6.14469 9.29776 5.85895C9.50092 5.57321 9.62436 5.24775 9.65764 4.91014",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ C(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M11.9078 14.8902C13.4266 14.8902 14.6578 13.659 14.6578 12.1402C14.6578 10.6214 13.4266 9.3902 11.9078 9.3902C10.3891 9.3902 9.15784 10.6214 9.15784 12.1402C9.15784 13.659 10.3891 14.8902 11.9078 14.8902Z",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
] }), k = p(a);
|
|
40
28
|
k.displayName = "SettingsIcon";
|
|
41
29
|
export {
|
|
42
30
|
k as SettingsIcon
|
|
@@ -3,70 +3,13 @@ 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 u } from "react";
|
|
6
|
-
const p = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ariaHidden: t,
|
|
14
|
-
ref: d,
|
|
15
|
-
...i,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M3.05273 5.57141H10.4212",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M3.05273 12H10.4212",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M3.05273 18.4286H12.5264",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ o(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
d: "M14.6316 8.7857L17.7895 5.57141L20.9474 8.7857",
|
|
51
|
-
stroke: "currentColor",
|
|
52
|
-
strokeWidth: "2",
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
/* @__PURE__ */ o(
|
|
58
|
-
"path",
|
|
59
|
-
{
|
|
60
|
-
d: "M17.7896 5.57141V18.4286",
|
|
61
|
-
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "2",
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round"
|
|
65
|
-
}
|
|
66
|
-
)
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
), a = u(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: d, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M3.05273 5.57141H10.4212", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M3.05273 12H10.4212", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M3.05273 18.4286H12.5264", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
+
/* @__PURE__ */ o("path", { d: "M14.6316 8.7857L17.7895 5.57141L20.9474 8.7857", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
+
/* @__PURE__ */ o("path", { d: "M17.7896 5.57141V18.4286", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
12
|
+
] }), a = u(p);
|
|
70
13
|
a.displayName = "SortAscendingIcon";
|
|
71
14
|
export {
|
|
72
15
|
a as SortAscendingIcon
|