@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,60 +3,21 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
4
4
|
import k from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ r(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M15.6 2.90912V6.54548",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ r(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ r(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
d: "M3.90002 10.1818H20.1",
|
|
51
|
-
stroke: "currentColor",
|
|
52
|
-
strokeWidth: "2",
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
]
|
|
58
|
-
}
|
|
59
|
-
), u = c(p);
|
|
6
|
+
const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(k, { size: s, className: o, title: n, description: t, ariaHidden: e, ref: i, ...d, children: [
|
|
7
|
+
/* @__PURE__ */ r("path", { d: "M8.40002 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ r("path", { d: "M15.6 2.90912V6.54548", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
/* @__PURE__ */ r(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeWidth: "2",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ r("path", { d: "M3.90002 10.1818H20.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
20
|
+
] }), u = c(p);
|
|
60
21
|
u.displayName = "CalendarIcon";
|
|
61
22
|
export {
|
|
62
23
|
u as CalendarIcon
|
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import l from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: s,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...i,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), p = d(h);
|
|
6
|
+
const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(l, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: s, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
|
|
10
|
+
] }), p = d(h);
|
|
27
11
|
p.displayName = "CheckCircleIcon";
|
|
28
12
|
export {
|
|
29
13
|
p as CheckCircleIcon
|
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as h } from "react";
|
|
6
|
-
const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(
|
|
7
|
-
d,
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: a,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...c,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), k = h(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(d, { size: s, className: r, title: n, description: t, ariaHidden: e, ref: a, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
|
|
10
|
+
] }), k = h(p);
|
|
27
11
|
k.displayName = "CheckSquareIcon";
|
|
28
12
|
export {
|
|
29
13
|
k as CheckSquareIcon
|
|
@@ -3,26 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: k,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: s,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...a,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
), h = p(d);
|
|
6
|
+
const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(i, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: k, stroke: "currentColor", strokeWidth: s, strokeLinecap: "round", strokeLinejoin: "round", ...a, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
|
|
9
|
+
] }), h = p(d);
|
|
26
10
|
h.displayName = "CheckmarkIcon";
|
|
27
11
|
export {
|
|
28
12
|
h as CheckmarkIcon
|
|
@@ -3,26 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import h from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: e,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: c,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...i,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
), l = p(a);
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(h, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: c, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
|
|
9
|
+
] }), l = p(a);
|
|
26
10
|
l.displayName = "ChevronDownIcon";
|
|
27
11
|
export {
|
|
28
12
|
l as ChevronDownIcon
|
|
@@ -3,26 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as h } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(
|
|
7
|
-
d,
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: e,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: i,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...p,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
), l = h(a);
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(d, { size: s, className: r, title: e, description: t, ariaHidden: n, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...p, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
|
|
9
|
+
] }), l = h(a);
|
|
26
10
|
l.displayName = "ChevronUpIcon";
|
|
27
11
|
export {
|
|
28
12
|
l as ChevronUpIcon
|
package/dist/Icons/ClockIcon.js
CHANGED
|
@@ -3,40 +3,19 @@ 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 p } from "react";
|
|
6
|
-
const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
{
|
|
20
|
-
d: "M12 6.54547V12L15.6364 13.8182",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
), a = p(C);
|
|
6
|
+
const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(k, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: i, ...c, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M12 6.54547V12L15.6364 13.8182", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: "2",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
] }), a = p(C);
|
|
40
19
|
a.displayName = "ClockIcon";
|
|
41
20
|
export {
|
|
42
21
|
a as ClockIcon
|
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import m from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: c,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: i,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...s,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "m9 9 6 6" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), a = d(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(m, { size: n, className: r, title: c, description: t, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "10" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "m9 9 6 6" })
|
|
10
|
+
] }), a = d(p);
|
|
27
11
|
a.displayName = "CloseCircleIcon";
|
|
28
12
|
export {
|
|
29
13
|
a as CloseCircleIcon
|
package/dist/Icons/CloseIcon.js
CHANGED
|
@@ -3,26 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import m from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: t,
|
|
12
|
-
description: n,
|
|
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("path", { d: "M18 6 6 18" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "m6 6 12 12" })
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
), l = p(a);
|
|
6
|
+
const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(m, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M18 6 6 18" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "m6 6 12 12" })
|
|
9
|
+
] }), l = p(a);
|
|
26
10
|
l.displayName = "CloseIcon";
|
|
27
11
|
export {
|
|
28
12
|
l as CloseIcon
|
|
@@ -3,50 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import h from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const k = ({ className: r, ariaHidden: a, title: t, description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ i(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: t,
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: a,
|
|
14
|
-
ref: d,
|
|
15
|
-
...s,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
), p = c(k);
|
|
6
|
+
const k = ({ className: r, ariaHidden: a, title: t, description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ i(h, { size: n, className: r, title: t, description: e, ariaHidden: a, ref: d, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
10
|
+
] }), p = c(k);
|
|
50
11
|
p.displayName = "DashboardIcon";
|
|
51
12
|
export {
|
|
52
13
|
p as DashboardIcon
|
|
@@ -3,50 +3,20 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...a }, C) => /* @__PURE__ */ i(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
d: "M4 6C4 6.79565 4.84285 7.55871 6.34315 8.12132C7.84344 8.68393 9.87827 9 12 9C14.1217 9 16.1566 8.68393 17.6569 8.12132C19.1571 7.55871 20 6.79565 20 6C20 5.20435 19.1571 4.44129 17.6569 3.87868C16.1566 3.31607 14.1217 3 12 3C9.87827 3 7.84344 3.31607 6.34315 3.87868C4.84285 4.44129 4 5.20435 4 6Z",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M4 6V12C4 12.7956 4.84285 13.5587 6.34315 14.1213C7.84344 14.6839 9.87827 15 12 15C14.1217 15 16.1566 14.6839 17.6569 14.1213C19.1571 13.5587 20 12.7956 20 12V6",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M4 12V18C4 18.7956 4.84285 19.5587 6.34315 20.1213C7.84344 20.6839 9.87827 21 12 21C14.1217 21 16.1566 20.6839 17.6569 20.1213C19.1571 19.5587 20 18.7956 20 18V12",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
), p = c(k);
|
|
6
|
+
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...a }, C) => /* @__PURE__ */ i(d, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: C, ...a, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M4 6C4 6.79565 4.84285 7.55871 6.34315 8.12132C7.84344 8.68393 9.87827 9 12 9C14.1217 9 16.1566 8.68393 17.6569 8.12132C19.1571 7.55871 20 6.79565 20 6C20 5.20435 19.1571 4.44129 17.6569 3.87868C16.1566 3.31607 14.1217 3 12 3C9.87827 3 7.84344 3.31607 6.34315 3.87868C4.84285 4.44129 4 5.20435 4 6Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M4 6V12C4 12.7956 4.84285 13.5587 6.34315 14.1213C7.84344 14.6839 9.87827 15 12 15C14.1217 15 16.1566 14.6839 17.6569 14.1213C19.1571 13.5587 20 12.7956 20 12V6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
+
/* @__PURE__ */ o("path", { d: "M4 12V18C4 18.7956 4.84285 19.5587 6.34315 20.1213C7.84344 20.6839 9.87827 21 12 21C14.1217 21 16.1566 20.6839 17.6569 20.1213C19.1571 19.5587 20 18.7956 20 18V12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
19
|
+
] }), p = c(k);
|
|
50
20
|
p.displayName = "DatabaseIcon";
|
|
51
21
|
export {
|
|
52
22
|
p as DatabaseIcon
|
package/dist/Icons/DeleteIcon.js
CHANGED
|
@@ -3,50 +3,20 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, 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: s = 24, ...i }, d) => /* @__PURE__ */ c(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
d: "M10.1819 5.4375C9.73011 5.43753 9.29455 5.61098 8.96004 5.92406L3.20731 11.3053C3.11342 11.3932 3.03839 11.5003 2.98705 11.6199C2.9357 11.7395 2.90918 11.8688 2.90918 11.9995C2.90918 12.1303 2.9357 12.2596 2.98705 12.3792C3.03839 12.4987 3.11342 12.6059 3.20731 12.6937L8.96004 18.0759C9.29455 18.389 9.73011 18.5625 10.1819 18.5625H19.2728C19.755 18.5625 20.2174 18.365 20.5584 18.0133C20.8994 17.6617 21.0909 17.1848 21.0909 16.6875V7.3125C21.0909 6.81522 20.8994 6.33831 20.5584 5.98667C20.2174 5.63504 19.755 5.4375 19.2728 5.4375H10.1819Z",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M12 9.1875L17.4545 14.812",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M17.4545 9.1875L12 14.8125",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
), a = k(p);
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(C, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: d, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M10.1819 5.4375C9.73011 5.43753 9.29455 5.61098 8.96004 5.92406L3.20731 11.3053C3.11342 11.3932 3.03839 11.5003 2.98705 11.6199C2.9357 11.7395 2.90918 11.8688 2.90918 11.9995C2.90918 12.1303 2.9357 12.2596 2.98705 12.3792C3.03839 12.4987 3.11342 12.6059 3.20731 12.6937L8.96004 18.0759C9.29455 18.389 9.73011 18.5625 10.1819 18.5625H19.2728C19.755 18.5625 20.2174 18.365 20.5584 18.0133C20.8994 17.6617 21.0909 17.1848 21.0909 16.6875V7.3125C21.0909 6.81522 20.8994 6.33831 20.5584 5.98667C20.2174 5.63504 19.755 5.4375 19.2728 5.4375H10.1819Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M12 9.1875L17.4545 14.812", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
+
/* @__PURE__ */ o("path", { d: "M17.4545 9.1875L12 14.8125", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
19
|
+
] }), a = k(p);
|
|
50
20
|
a.displayName = "DeleteIcon";
|
|
51
21
|
export {
|
|
52
22
|
a as DeleteIcon
|
|
@@ -3,80 +3,23 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as k, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import u from "./IconBase.js";
|
|
5
5
|
import { forwardRef as a } from "react";
|
|
6
|
-
const c = ({ className: r, ariaHidden: t, title: e, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M12.0652 6.81818V12L15.5434 13.7273",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ o(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909",
|
|
51
|
-
stroke: "currentColor",
|
|
52
|
-
strokeWidth: "2",
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
/* @__PURE__ */ o(
|
|
58
|
-
"path",
|
|
59
|
-
{
|
|
60
|
-
d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173",
|
|
61
|
-
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "2",
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round"
|
|
65
|
-
}
|
|
66
|
-
),
|
|
67
|
-
/* @__PURE__ */ o(
|
|
68
|
-
"path",
|
|
69
|
-
{
|
|
70
|
-
d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073",
|
|
71
|
-
stroke: "currentColor",
|
|
72
|
-
strokeWidth: "2",
|
|
73
|
-
strokeLinecap: "round",
|
|
74
|
-
strokeLinejoin: "round"
|
|
75
|
-
}
|
|
76
|
-
)
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
), p = a(c);
|
|
6
|
+
const c = ({ className: r, ariaHidden: t, title: e, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(u, { size: i, className: r, title: e, description: n, ariaHidden: t, ref: d, ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M12.0652 3.36365C13.7523 3.36334 15.403 3.85046 16.8162 4.76564C18.2294 5.68081 19.3441 6.98452 20.0243 8.51786C20.7045 10.0512 20.9209 11.748 20.6472 13.4013C20.3734 15.0547 19.6214 16.5933 18.4826 17.8296",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M12.0652 6.81818V12L15.5434 13.7273", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
+
/* @__PURE__ */ o("path", { d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
+
/* @__PURE__ */ o("path", { d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
+
/* @__PURE__ */ o("path", { d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
21
|
+
/* @__PURE__ */ o("path", { d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
22
|
+
] }), p = a(c);
|
|
80
23
|
p.displayName = "DurationIcon";
|
|
81
24
|
export {
|
|
82
25
|
p as DurationIcon
|