@moduix/react 2.5.0 → 2.6.0
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/README.md +65 -86
- package/THIRD_PARTY_NOTICES.md +49 -0
- package/dist/components/accordion/Accordion.js +7 -8
- package/dist/components/alert/Alert.js +6 -7
- package/dist/components/alert/Alert_module.css +3 -16
- package/dist/components/angle-slider/AngleSlider.d.ts +5 -11
- package/dist/components/angle-slider/AngleSlider.js +17 -59
- package/dist/components/aspect-ratio/AspectRatio.js +1 -2
- package/dist/components/aspect-ratio/AspectRatio_module.css +0 -13
- package/dist/components/avatar/Avatar.d.ts +3 -6
- package/dist/components/avatar/Avatar.js +7 -50
- package/dist/components/avatar/Avatar.module.js +1 -2
- package/dist/components/avatar/Avatar_module.css +0 -6
- package/dist/components/badge/Badge.d.ts +2 -2
- package/dist/components/badge/Badge.js +5 -10
- package/dist/components/badge/Badge_module.css +7 -14
- package/dist/components/bleed/Bleed.js +1 -2
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs/Breadcrumbs.js +16 -32
- package/dist/components/breadcrumbs/Breadcrumbs_module.css +12 -14
- package/dist/components/button/Button.d.ts +4 -4
- package/dist/components/button/Button.js +1 -2
- package/dist/components/button/Button_module.css +2 -7
- package/dist/components/card/Card.d.ts +15 -15
- package/dist/components/card/Card.js +10 -11
- package/dist/components/card/Card_module.css +1 -17
- package/dist/components/carousel/Carousel.js +12 -13
- package/dist/components/carousel/Carousel_module.css +10 -3
- package/dist/components/chart/Chart.d.ts +9 -8
- package/dist/components/chart/Chart.js +7 -8
- package/dist/components/chart/Chart_module.css +0 -2
- package/dist/components/checkbox/Checkbox.d.ts +3 -2
- package/dist/components/checkbox/Checkbox.js +12 -35
- package/dist/components/clipboard/Clipboard.js +8 -9
- package/dist/components/close-button/CloseButton.js +1 -2
- package/dist/components/close-button/CloseButton_module.css +1 -10
- package/dist/components/collapsible/Collapsible.js +6 -9
- package/dist/components/collapsible/Collapsible_module.css +2 -4
- package/dist/components/color-picker/ColorPicker.d.ts +4 -3
- package/dist/components/color-picker/ColorPicker.js +32 -45
- package/dist/components/color-picker/ColorPicker_module.css +0 -1
- package/dist/components/combobox/Combobox.d.ts +5 -5
- package/dist/components/combobox/Combobox.js +20 -29
- package/dist/components/combobox/Combobox_module.css +0 -1
- package/dist/components/command-palette/CommandPalette.d.ts +7 -18
- package/dist/components/command-palette/CommandPalette.js +51 -78
- package/dist/components/command-palette/CommandPalette_module.css +11 -18
- package/dist/components/container/Container.js +1 -2
- package/dist/components/date-input/DateInput.d.ts +7 -9
- package/dist/components/date-input/DateInput.js +14 -44
- package/dist/components/date-input/DateInput_module.css +0 -1
- package/dist/components/date-picker/DatePicker.d.ts +1 -1
- package/dist/components/date-picker/DatePicker.js +34 -43
- package/dist/components/date-picker/DatePicker.module.js +1 -1
- package/dist/components/date-picker/DatePicker_module.css +14 -4
- package/dist/components/dialog/Dialog.d.ts +1 -1
- package/dist/components/dialog/Dialog.js +11 -12
- package/dist/components/drawer/Drawer.d.ts +6 -3
- package/dist/components/drawer/Drawer.js +33 -24
- package/dist/components/editable/Editable.d.ts +1 -1
- package/dist/components/editable/Editable.js +10 -11
- package/dist/components/empty/Empty.js +6 -7
- package/dist/components/field/Field.js +10 -11
- package/dist/components/fieldset/Fieldset.js +5 -6
- package/dist/components/file-upload/FileUpload.d.ts +3 -2
- package/dist/components/file-upload/FileUpload.js +28 -55
- package/dist/components/file-upload/FileUpload_module.css +4 -13
- package/dist/components/floating-panel/FloatingPanel.d.ts +2 -2
- package/dist/components/floating-panel/FloatingPanel.js +14 -15
- package/dist/components/floating-panel/FloatingPanel_module.css +4 -17
- package/dist/components/heading/Heading.js +1 -2
- package/dist/components/highlight/Highlight.js +1 -2
- package/dist/components/hover-card/HoverCard.d.ts +2 -1
- package/dist/components/hover-card/HoverCard.js +15 -6
- package/dist/components/hover-card/HoverCard.module.js +1 -0
- package/dist/components/hover-card/HoverCard_module.css +18 -3
- package/dist/components/image/Image.js +1 -2
- package/dist/components/image-cropper/ImageCropper.d.ts +1 -1
- package/dist/components/image-cropper/ImageCropper.js +7 -8
- package/dist/components/input/Input.d.ts +4 -4
- package/dist/components/input/Input.js +1 -2
- package/dist/components/input-group/InputGroup.d.ts +5 -5
- package/dist/components/input-group/InputGroup.js +5 -6
- package/dist/components/json-tree-view/JsonTreeView.js +3 -4
- package/dist/components/json-tree-view/JsonTreeView_module.css +26 -10
- package/dist/components/kbd/Kbd.js +2 -3
- package/dist/components/lightbox/Lightbox.d.ts +1 -1
- package/dist/components/lightbox/Lightbox.js +13 -14
- package/dist/components/lightbox/Lightbox_module.css +0 -3
- package/dist/components/list/List.js +2 -3
- package/dist/components/listbox/Listbox.d.ts +5 -5
- package/dist/components/listbox/Listbox.js +19 -25
- package/dist/components/listbox/Listbox.module.js +2 -2
- package/dist/components/listbox/Listbox_module.css +3 -13
- package/dist/components/marquee/Marquee.js +6 -7
- package/dist/components/menu/Menu.d.ts +2 -1
- package/dist/components/menu/Menu.js +34 -41
- package/dist/components/menu/Menu.module.js +1 -1
- package/dist/components/menu/Menu_module.css +8 -8
- package/dist/components/native-select/NativeSelect.js +2 -3
- package/dist/components/native-select/NativeSelect_module.css +0 -1
- package/dist/components/navigation-menu/NavigationMenu.js +17 -36
- package/dist/components/navigation-menu/NavigationMenu.module.js +2 -3
- package/dist/components/navigation-menu/NavigationMenu_module.css +15 -32
- package/dist/components/number-input/NumberInput.js +9 -10
- package/dist/components/pagination/Pagination.js +17 -20
- package/dist/components/pagination/Pagination_module.css +1 -5
- package/dist/components/password-input/PasswordInput.js +7 -8
- package/dist/components/pin-input/PinInput.d.ts +3 -2
- package/dist/components/pin-input/PinInput.js +13 -54
- package/dist/components/popover/Popover.d.ts +5 -3
- package/dist/components/popover/Popover.js +16 -17
- package/dist/components/progress-circular/ProgressCircular.js +8 -9
- package/dist/components/progress-circular/ProgressCircular.module.js +1 -3
- package/dist/components/progress-circular/ProgressCircular_module.css +0 -10
- package/dist/components/progress-linear/ProgressLinear.js +7 -8
- package/dist/components/progress-linear/ProgressLinear.module.js +1 -5
- package/dist/components/progress-linear/ProgressLinear_module.css +0 -20
- package/dist/components/qr-code/QrCode.js +6 -7
- package/dist/components/radio-group/RadioGroup.d.ts +1 -0
- package/dist/components/radio-group/RadioGroup.js +13 -27
- package/dist/components/radio-group/RadioGroup_module.css +0 -1
- package/dist/components/rating-group/RatingGroup.d.ts +1 -0
- package/dist/components/rating-group/RatingGroup.js +12 -29
- package/dist/components/rating-group/RatingGroup_module.css +1 -1
- package/dist/components/scroll-area/ScrollArea.js +7 -8
- package/dist/components/segment-group/SegmentGroup.d.ts +1 -0
- package/dist/components/segment-group/SegmentGroup.js +16 -30
- package/dist/components/segment-group/SegmentGroup_module.css +4 -0
- package/dist/components/select/Select.d.ts +4 -7
- package/dist/components/select/Select.js +36 -86
- package/dist/components/select/Select.module.js +1 -1
- package/dist/components/select/Select_module.css +4 -31
- package/dist/components/separator/Separator.d.ts +6 -6
- package/dist/components/separator/Separator.js +1 -2
- package/dist/components/sidebar/Sidebar.d.ts +24 -22
- package/dist/components/sidebar/Sidebar.js +88 -75
- package/dist/components/sidebar/Sidebar.module.js +2 -3
- package/dist/components/sidebar/Sidebar_module.css +112 -178
- package/dist/components/signature-pad/SignaturePad.d.ts +5 -8
- package/dist/components/signature-pad/SignaturePad.js +17 -46
- package/dist/components/signature-pad/SignaturePad_module.css +0 -1
- package/dist/components/simple-grid/SimpleGrid.js +13 -8
- package/dist/components/skeleton/Skeleton.d.ts +2 -2
- package/dist/components/skeleton/Skeleton.js +1 -2
- package/dist/components/slider/Slider.d.ts +2 -2
- package/dist/components/slider/Slider.js +18 -32
- package/dist/components/spinner/Spinner.d.ts +2 -2
- package/dist/components/spinner/Spinner.js +1 -2
- package/dist/components/split-button/SplitButton.d.ts +4 -4
- package/dist/components/split-button/SplitButton.js +11 -8
- package/dist/components/splitter/Splitter.js +5 -6
- package/dist/components/splitter/Splitter_module.css +2 -10
- package/dist/components/stack/Stack.d.ts +6 -6
- package/dist/components/stack/Stack.js +4 -5
- package/dist/components/stack/Stack_module.css +1 -1
- package/dist/components/steps/Steps.js +12 -13
- package/dist/components/steps/Steps_module.css +2 -3
- package/dist/components/swap/Swap.js +3 -4
- package/dist/components/switch/Switch.d.ts +3 -2
- package/dist/components/switch/Switch.js +12 -35
- package/dist/components/switch/Switch_module.css +0 -1
- package/dist/components/table/Table.d.ts +5 -5
- package/dist/components/table/Table.js +12 -13
- package/dist/components/tabs/Tabs.js +6 -7
- package/dist/components/tabs/Tabs_module.css +5 -10
- package/dist/components/tag/Tag.js +5 -6
- package/dist/components/tag/Tag_module.css +2 -4
- package/dist/components/tags-input/TagsInput.d.ts +3 -3
- package/dist/components/tags-input/TagsInput.js +21 -75
- package/dist/components/tags-input/TagsInput_module.css +0 -1
- package/dist/components/text/Text.js +1 -2
- package/dist/components/textarea/Textarea.js +1 -2
- package/dist/components/timer/Timer.js +7 -8
- package/dist/components/toast/Toast.d.ts +1 -1
- package/dist/components/toast/Toast.js +7 -8
- package/dist/components/toast/Toast_module.css +1 -2
- package/dist/components/toc/Toc.js +10 -11
- package/dist/components/toc/Toc_module.css +2 -2
- package/dist/components/toggle/Toggle.js +2 -3
- package/dist/components/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroup.js +3 -4
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.js +6 -7
- package/dist/components/tooltip/Tooltip_module.css +1 -1
- package/dist/components/tour/Tour.d.ts +1 -1
- package/dist/components/tour/Tour.js +14 -15
- package/dist/components/tree-view/TreeView.d.ts +4 -4
- package/dist/components/tree-view/TreeView.js +17 -18
- package/dist/components/tree-view/TreeView_module.css +39 -12
- package/dist/components/typeset/Typeset.js +2 -3
- package/dist/components/typeset/Typeset_module.css +300 -159
- package/dist/internal/icons/ui/Icons.d.ts +9 -30
- package/dist/internal/icons/ui/Icons.js +67 -807
- package/dist/internal/icons/ui/index.d.ts +1 -1
- package/dist/styles/animations.css +310 -0
- package/dist/styles/style.css +168 -2
- package/package.json +25 -25
- package/dist/internal/normalizeClassName.d.ts +0 -1
- package/dist/internal/normalizeClassName.js +0 -2
|
@@ -1,282 +1,86 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
width: "24",
|
|
6
|
-
height: "24",
|
|
7
|
-
viewBox: "0 0 24 24",
|
|
8
|
-
fill: "none",
|
|
9
|
-
stroke: "currentColor",
|
|
10
|
-
strokeWidth: "3",
|
|
11
|
-
strokeLinecap: "round",
|
|
12
|
-
strokeLinejoin: "round",
|
|
13
|
-
"aria-hidden": "true",
|
|
14
|
-
focusable: "false",
|
|
15
|
-
...props,
|
|
16
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
17
|
-
d: "m15 18-6-6 6-6"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
function ChevronRightIcon(props) {
|
|
22
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
width: "24",
|
|
25
|
-
height: "24",
|
|
26
|
-
viewBox: "0 0 24 24",
|
|
27
|
-
fill: "none",
|
|
28
|
-
stroke: "currentColor",
|
|
29
|
-
strokeWidth: "3",
|
|
30
|
-
strokeLinecap: "round",
|
|
31
|
-
strokeLinejoin: "round",
|
|
2
|
+
import { CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon, CopyIcon, EyeClosedIcon, EyeIcon, FileIcon, FolderIcon, FolderOpenIcon, GripIcon, ListRestartIcon, Maximize2Icon, MinusIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, RotateCcwIcon, RotateCwIcon, SearchIcon, SquareCenterlineDashedHorizontalIcon, StarIcon, Trash2Icon, UploadIcon, XIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";
|
|
3
|
+
function Icons_ChevronLeftIcon(props) {
|
|
4
|
+
return /*#__PURE__*/ jsx(ChevronLeftIcon, {
|
|
32
5
|
"aria-hidden": "true",
|
|
33
6
|
focusable: "false",
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
d: "m9 18 6-6-6-6"
|
|
37
|
-
})
|
|
7
|
+
strokeWidth: 3,
|
|
8
|
+
...props
|
|
38
9
|
});
|
|
39
10
|
}
|
|
40
|
-
function
|
|
41
|
-
return /*#__PURE__*/ jsx(
|
|
42
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
-
width: "24",
|
|
44
|
-
height: "24",
|
|
45
|
-
viewBox: "0 0 24 24",
|
|
46
|
-
fill: "none",
|
|
47
|
-
stroke: "currentColor",
|
|
48
|
-
strokeWidth: "3",
|
|
49
|
-
strokeLinecap: "round",
|
|
50
|
-
strokeLinejoin: "round",
|
|
11
|
+
function Icons_ChevronRightIcon(props) {
|
|
12
|
+
return /*#__PURE__*/ jsx(ChevronRightIcon, {
|
|
51
13
|
"aria-hidden": "true",
|
|
52
14
|
focusable: "false",
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
d: "m6 9 6 6 6-6"
|
|
56
|
-
})
|
|
15
|
+
strokeWidth: 3,
|
|
16
|
+
...props
|
|
57
17
|
});
|
|
58
18
|
}
|
|
59
|
-
function
|
|
60
|
-
return /*#__PURE__*/
|
|
61
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
62
|
-
width: "24",
|
|
63
|
-
height: "24",
|
|
64
|
-
viewBox: "0 0 24 24",
|
|
65
|
-
fill: "none",
|
|
66
|
-
stroke: "currentColor",
|
|
67
|
-
strokeWidth: "2.5",
|
|
68
|
-
strokeLinecap: "round",
|
|
69
|
-
strokeLinejoin: "round",
|
|
19
|
+
function Icons_ChevronDownIcon(props) {
|
|
20
|
+
return /*#__PURE__*/ jsx(ChevronDownIcon, {
|
|
70
21
|
"aria-hidden": "true",
|
|
71
22
|
focusable: "false",
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
/*#__PURE__*/ jsx("path", {
|
|
75
|
-
d: "M8 2v4"
|
|
76
|
-
}),
|
|
77
|
-
/*#__PURE__*/ jsx("path", {
|
|
78
|
-
d: "M16 2v4"
|
|
79
|
-
}),
|
|
80
|
-
/*#__PURE__*/ jsx("rect", {
|
|
81
|
-
width: "18",
|
|
82
|
-
height: "18",
|
|
83
|
-
x: "3",
|
|
84
|
-
y: "4",
|
|
85
|
-
rx: "2"
|
|
86
|
-
}),
|
|
87
|
-
/*#__PURE__*/ jsx("path", {
|
|
88
|
-
d: "M3 10h18"
|
|
89
|
-
})
|
|
90
|
-
]
|
|
23
|
+
strokeWidth: 3,
|
|
24
|
+
...props
|
|
91
25
|
});
|
|
92
26
|
}
|
|
93
|
-
function
|
|
94
|
-
return /*#__PURE__*/ jsx(
|
|
95
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
-
width: "24",
|
|
97
|
-
height: "24",
|
|
98
|
-
viewBox: "0 0 24 24",
|
|
99
|
-
fill: "none",
|
|
100
|
-
stroke: "currentColor",
|
|
101
|
-
strokeWidth: "3",
|
|
102
|
-
strokeLinecap: "round",
|
|
103
|
-
strokeLinejoin: "round",
|
|
27
|
+
function Icons_ChevronUpIcon(props) {
|
|
28
|
+
return /*#__PURE__*/ jsx(ChevronUpIcon, {
|
|
104
29
|
"aria-hidden": "true",
|
|
105
30
|
focusable: "false",
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
d: "m18 15-6-6-6 6"
|
|
109
|
-
})
|
|
31
|
+
strokeWidth: 3,
|
|
32
|
+
...props
|
|
110
33
|
});
|
|
111
34
|
}
|
|
112
35
|
function ChevronUpDownIcon(props) {
|
|
113
|
-
return /*#__PURE__*/
|
|
114
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
115
|
-
width: "24",
|
|
116
|
-
height: "24",
|
|
117
|
-
viewBox: "0 0 24 24",
|
|
118
|
-
fill: "none",
|
|
119
|
-
stroke: "currentColor",
|
|
120
|
-
strokeWidth: "3",
|
|
121
|
-
strokeLinecap: "round",
|
|
122
|
-
strokeLinejoin: "round",
|
|
36
|
+
return /*#__PURE__*/ jsx(ChevronsUpDownIcon, {
|
|
123
37
|
"aria-hidden": "true",
|
|
124
38
|
focusable: "false",
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
/*#__PURE__*/ jsx("path", {
|
|
128
|
-
d: "m7 15 5 5 5-5"
|
|
129
|
-
}),
|
|
130
|
-
/*#__PURE__*/ jsx("path", {
|
|
131
|
-
d: "m7 9 5-5 5 5"
|
|
132
|
-
})
|
|
133
|
-
]
|
|
39
|
+
strokeWidth: 3,
|
|
40
|
+
...props
|
|
134
41
|
});
|
|
135
42
|
}
|
|
136
|
-
function
|
|
137
|
-
return /*#__PURE__*/
|
|
138
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
-
width: "24",
|
|
140
|
-
height: "24",
|
|
141
|
-
viewBox: "0 0 24 24",
|
|
142
|
-
fill: "none",
|
|
143
|
-
stroke: "currentColor",
|
|
144
|
-
strokeWidth: "3",
|
|
145
|
-
strokeLinecap: "round",
|
|
146
|
-
strokeLinejoin: "round",
|
|
43
|
+
function Icons_PlusIcon(props) {
|
|
44
|
+
return /*#__PURE__*/ jsx(PlusIcon, {
|
|
147
45
|
"aria-hidden": "true",
|
|
148
46
|
focusable: "false",
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
/*#__PURE__*/ jsx("path", {
|
|
152
|
-
d: "M5 12h14"
|
|
153
|
-
}),
|
|
154
|
-
/*#__PURE__*/ jsx("path", {
|
|
155
|
-
d: "M12 5v14"
|
|
156
|
-
})
|
|
157
|
-
]
|
|
47
|
+
strokeWidth: 3,
|
|
48
|
+
...props
|
|
158
49
|
});
|
|
159
50
|
}
|
|
160
|
-
function
|
|
161
|
-
return /*#__PURE__*/ jsx(
|
|
162
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
-
width: "24",
|
|
164
|
-
height: "24",
|
|
165
|
-
viewBox: "0 0 24 24",
|
|
166
|
-
fill: "none",
|
|
167
|
-
stroke: "currentColor",
|
|
168
|
-
strokeWidth: "3",
|
|
169
|
-
strokeLinecap: "round",
|
|
170
|
-
strokeLinejoin: "round",
|
|
51
|
+
function Icons_MinusIcon(props) {
|
|
52
|
+
return /*#__PURE__*/ jsx(MinusIcon, {
|
|
171
53
|
"aria-hidden": "true",
|
|
172
54
|
focusable: "false",
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
d: "M5 12h14"
|
|
176
|
-
})
|
|
55
|
+
strokeWidth: 3,
|
|
56
|
+
...props
|
|
177
57
|
});
|
|
178
58
|
}
|
|
179
|
-
function
|
|
180
|
-
return /*#__PURE__*/
|
|
181
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
-
width: "24",
|
|
183
|
-
height: "24",
|
|
184
|
-
viewBox: "0 0 24 24",
|
|
185
|
-
fill: "none",
|
|
186
|
-
stroke: "currentColor",
|
|
187
|
-
strokeWidth: "2",
|
|
188
|
-
strokeLinecap: "round",
|
|
189
|
-
strokeLinejoin: "round",
|
|
59
|
+
function Icons_CheckIcon(props) {
|
|
60
|
+
return /*#__PURE__*/ jsx(CheckIcon, {
|
|
190
61
|
"aria-hidden": "true",
|
|
191
62
|
focusable: "false",
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
/*#__PURE__*/ jsx("circle", {
|
|
195
|
-
cx: "11",
|
|
196
|
-
cy: "11",
|
|
197
|
-
r: "8"
|
|
198
|
-
}),
|
|
199
|
-
/*#__PURE__*/ jsx("line", {
|
|
200
|
-
x1: "21",
|
|
201
|
-
x2: "16.65",
|
|
202
|
-
y1: "21",
|
|
203
|
-
y2: "16.65"
|
|
204
|
-
}),
|
|
205
|
-
/*#__PURE__*/ jsx("line", {
|
|
206
|
-
x1: "8",
|
|
207
|
-
x2: "14",
|
|
208
|
-
y1: "11",
|
|
209
|
-
y2: "11"
|
|
210
|
-
})
|
|
211
|
-
]
|
|
63
|
+
strokeWidth: 3,
|
|
64
|
+
...props
|
|
212
65
|
});
|
|
213
66
|
}
|
|
214
|
-
function
|
|
215
|
-
return /*#__PURE__*/
|
|
216
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
217
|
-
width: "24",
|
|
218
|
-
height: "24",
|
|
219
|
-
viewBox: "0 0 24 24",
|
|
220
|
-
fill: "none",
|
|
221
|
-
stroke: "currentColor",
|
|
222
|
-
strokeWidth: "2",
|
|
223
|
-
strokeLinecap: "round",
|
|
224
|
-
strokeLinejoin: "round",
|
|
67
|
+
function CloseIcon(props) {
|
|
68
|
+
return /*#__PURE__*/ jsx(XIcon, {
|
|
225
69
|
"aria-hidden": "true",
|
|
226
70
|
focusable: "false",
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
/*#__PURE__*/ jsx("circle", {
|
|
230
|
-
cx: "11",
|
|
231
|
-
cy: "11",
|
|
232
|
-
r: "8"
|
|
233
|
-
}),
|
|
234
|
-
/*#__PURE__*/ jsx("line", {
|
|
235
|
-
x1: "21",
|
|
236
|
-
x2: "16.65",
|
|
237
|
-
y1: "21",
|
|
238
|
-
y2: "16.65"
|
|
239
|
-
}),
|
|
240
|
-
/*#__PURE__*/ jsx("line", {
|
|
241
|
-
x1: "11",
|
|
242
|
-
x2: "11",
|
|
243
|
-
y1: "8",
|
|
244
|
-
y2: "14"
|
|
245
|
-
}),
|
|
246
|
-
/*#__PURE__*/ jsx("line", {
|
|
247
|
-
x1: "8",
|
|
248
|
-
x2: "14",
|
|
249
|
-
y1: "11",
|
|
250
|
-
y2: "11"
|
|
251
|
-
})
|
|
252
|
-
]
|
|
71
|
+
strokeWidth: 3,
|
|
72
|
+
...props
|
|
253
73
|
});
|
|
254
74
|
}
|
|
255
|
-
function
|
|
256
|
-
return /*#__PURE__*/
|
|
257
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
258
|
-
width: "24",
|
|
259
|
-
height: "24",
|
|
260
|
-
viewBox: "0 0 24 24",
|
|
261
|
-
fill: "none",
|
|
262
|
-
stroke: "currentColor",
|
|
263
|
-
strokeWidth: "2",
|
|
264
|
-
strokeLinecap: "round",
|
|
265
|
-
strokeLinejoin: "round",
|
|
75
|
+
function IndeterminateIcon(props) {
|
|
76
|
+
return /*#__PURE__*/ jsx(MinusIcon, {
|
|
266
77
|
"aria-hidden": "true",
|
|
267
78
|
focusable: "false",
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
/*#__PURE__*/ jsx("path", {
|
|
271
|
-
d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"
|
|
272
|
-
}),
|
|
273
|
-
/*#__PURE__*/ jsx("path", {
|
|
274
|
-
d: "M3 3v5h5"
|
|
275
|
-
})
|
|
276
|
-
]
|
|
79
|
+
strokeWidth: 3,
|
|
80
|
+
...props
|
|
277
81
|
});
|
|
278
82
|
}
|
|
279
|
-
function
|
|
83
|
+
function CalendarIcon(props) {
|
|
280
84
|
return /*#__PURE__*/ jsxs("svg", {
|
|
281
85
|
xmlns: "http://www.w3.org/2000/svg",
|
|
282
86
|
width: "24",
|
|
@@ -284,7 +88,7 @@ function RotateCwIcon(props) {
|
|
|
284
88
|
viewBox: "0 0 24 24",
|
|
285
89
|
fill: "none",
|
|
286
90
|
stroke: "currentColor",
|
|
287
|
-
strokeWidth: "2",
|
|
91
|
+
strokeWidth: "2.5",
|
|
288
92
|
strokeLinecap: "round",
|
|
289
93
|
strokeLinejoin: "round",
|
|
290
94
|
"aria-hidden": "true",
|
|
@@ -292,66 +96,25 @@ function RotateCwIcon(props) {
|
|
|
292
96
|
...props,
|
|
293
97
|
children: [
|
|
294
98
|
/*#__PURE__*/ jsx("path", {
|
|
295
|
-
d: "
|
|
99
|
+
d: "M8 2v4"
|
|
296
100
|
}),
|
|
297
101
|
/*#__PURE__*/ jsx("path", {
|
|
298
|
-
d: "
|
|
299
|
-
})
|
|
300
|
-
]
|
|
301
|
-
});
|
|
302
|
-
}
|
|
303
|
-
function PlayIcon(props) {
|
|
304
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
305
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
-
width: "24",
|
|
307
|
-
height: "24",
|
|
308
|
-
viewBox: "0 0 24 24",
|
|
309
|
-
fill: "none",
|
|
310
|
-
stroke: "currentColor",
|
|
311
|
-
strokeWidth: "2",
|
|
312
|
-
strokeLinecap: "round",
|
|
313
|
-
strokeLinejoin: "round",
|
|
314
|
-
"aria-hidden": "true",
|
|
315
|
-
focusable: "false",
|
|
316
|
-
...props,
|
|
317
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
318
|
-
d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"
|
|
319
|
-
})
|
|
320
|
-
});
|
|
321
|
-
}
|
|
322
|
-
function PauseIcon(props) {
|
|
323
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
324
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
325
|
-
width: "24",
|
|
326
|
-
height: "24",
|
|
327
|
-
viewBox: "0 0 24 24",
|
|
328
|
-
fill: "none",
|
|
329
|
-
stroke: "currentColor",
|
|
330
|
-
strokeWidth: "2",
|
|
331
|
-
strokeLinecap: "round",
|
|
332
|
-
strokeLinejoin: "round",
|
|
333
|
-
"aria-hidden": "true",
|
|
334
|
-
focusable: "false",
|
|
335
|
-
...props,
|
|
336
|
-
children: [
|
|
337
|
-
/*#__PURE__*/ jsx("rect", {
|
|
338
|
-
x: "14",
|
|
339
|
-
y: "3",
|
|
340
|
-
width: "5",
|
|
341
|
-
height: "18",
|
|
342
|
-
rx: "1"
|
|
102
|
+
d: "M16 2v4"
|
|
343
103
|
}),
|
|
344
104
|
/*#__PURE__*/ jsx("rect", {
|
|
345
|
-
|
|
346
|
-
y: "3",
|
|
347
|
-
width: "5",
|
|
105
|
+
width: "18",
|
|
348
106
|
height: "18",
|
|
349
|
-
|
|
107
|
+
x: "3",
|
|
108
|
+
y: "4",
|
|
109
|
+
rx: "2"
|
|
110
|
+
}),
|
|
111
|
+
/*#__PURE__*/ jsx("path", {
|
|
112
|
+
d: "M3 10h18"
|
|
350
113
|
})
|
|
351
114
|
]
|
|
352
115
|
});
|
|
353
116
|
}
|
|
354
|
-
function
|
|
117
|
+
function RestoreIcon(props) {
|
|
355
118
|
return /*#__PURE__*/ jsxs("svg", {
|
|
356
119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
120
|
width: "24",
|
|
@@ -366,25 +129,20 @@ function RestartIcon(props) {
|
|
|
366
129
|
focusable: "false",
|
|
367
130
|
...props,
|
|
368
131
|
children: [
|
|
369
|
-
/*#__PURE__*/ jsx("
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
/*#__PURE__*/ jsx("path", {
|
|
376
|
-
d: "M7 19H3"
|
|
377
|
-
}),
|
|
378
|
-
/*#__PURE__*/ jsx("path", {
|
|
379
|
-
d: "M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14"
|
|
132
|
+
/*#__PURE__*/ jsx("rect", {
|
|
133
|
+
width: "14",
|
|
134
|
+
height: "14",
|
|
135
|
+
x: "3",
|
|
136
|
+
y: "3",
|
|
137
|
+
rx: "2"
|
|
380
138
|
}),
|
|
381
139
|
/*#__PURE__*/ jsx("path", {
|
|
382
|
-
d: "
|
|
140
|
+
d: "M7 21h10a2 2 0 0 0 2-2V9"
|
|
383
141
|
})
|
|
384
142
|
]
|
|
385
143
|
});
|
|
386
144
|
}
|
|
387
|
-
function
|
|
145
|
+
function PipetteIcon(props) {
|
|
388
146
|
return /*#__PURE__*/ jsxs("svg", {
|
|
389
147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
390
148
|
width: "24",
|
|
@@ -392,7 +150,7 @@ function FlipHorizontalIcon(props) {
|
|
|
392
150
|
viewBox: "0 0 24 24",
|
|
393
151
|
fill: "none",
|
|
394
152
|
stroke: "currentColor",
|
|
395
|
-
strokeWidth: "2",
|
|
153
|
+
strokeWidth: "2.5",
|
|
396
154
|
strokeLinecap: "round",
|
|
397
155
|
strokeLinejoin: "round",
|
|
398
156
|
"aria-hidden": "true",
|
|
@@ -400,521 +158,23 @@ function FlipHorizontalIcon(props) {
|
|
|
400
158
|
...props,
|
|
401
159
|
children: [
|
|
402
160
|
/*#__PURE__*/ jsx("path", {
|
|
403
|
-
d: "
|
|
404
|
-
}),
|
|
405
|
-
/*#__PURE__*/ jsx("path", {
|
|
406
|
-
d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"
|
|
161
|
+
d: "m2 22 1-1h3l9-9"
|
|
407
162
|
}),
|
|
408
163
|
/*#__PURE__*/ jsx("path", {
|
|
409
|
-
d: "
|
|
164
|
+
d: "M3 21v-3l9-9"
|
|
410
165
|
}),
|
|
411
166
|
/*#__PURE__*/ jsx("path", {
|
|
412
|
-
d: "
|
|
167
|
+
d: "m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9"
|
|
413
168
|
}),
|
|
414
169
|
/*#__PURE__*/ jsx("path", {
|
|
415
|
-
d: "
|
|
170
|
+
d: "m9 12 6 6"
|
|
416
171
|
}),
|
|
417
172
|
/*#__PURE__*/ jsx("path", {
|
|
418
|
-
d: "
|
|
173
|
+
d: "m12 9 3-3 3 3-3 3"
|
|
419
174
|
})
|
|
420
175
|
]
|
|
421
176
|
});
|
|
422
177
|
}
|
|
423
|
-
function MaximizeIcon(props) {
|
|
424
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
425
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
426
|
-
width: "24",
|
|
427
|
-
height: "24",
|
|
428
|
-
viewBox: "0 0 24 24",
|
|
429
|
-
fill: "none",
|
|
430
|
-
stroke: "currentColor",
|
|
431
|
-
strokeWidth: "2",
|
|
432
|
-
strokeLinecap: "round",
|
|
433
|
-
strokeLinejoin: "round",
|
|
434
|
-
"aria-hidden": "true",
|
|
435
|
-
focusable: "false",
|
|
436
|
-
...props,
|
|
437
|
-
children: [
|
|
438
|
-
/*#__PURE__*/ jsx("path", {
|
|
439
|
-
d: "M15 3h6v6"
|
|
440
|
-
}),
|
|
441
|
-
/*#__PURE__*/ jsx("path", {
|
|
442
|
-
d: "m21 3-7 7"
|
|
443
|
-
}),
|
|
444
|
-
/*#__PURE__*/ jsx("path", {
|
|
445
|
-
d: "m3 21 7-7"
|
|
446
|
-
}),
|
|
447
|
-
/*#__PURE__*/ jsx("path", {
|
|
448
|
-
d: "M9 21H3v-6"
|
|
449
|
-
})
|
|
450
|
-
]
|
|
451
|
-
});
|
|
452
|
-
}
|
|
453
|
-
function RestoreIcon(props) {
|
|
454
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
455
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
-
width: "24",
|
|
457
|
-
height: "24",
|
|
458
|
-
viewBox: "0 0 24 24",
|
|
459
|
-
fill: "none",
|
|
460
|
-
stroke: "currentColor",
|
|
461
|
-
strokeWidth: "2",
|
|
462
|
-
strokeLinecap: "round",
|
|
463
|
-
strokeLinejoin: "round",
|
|
464
|
-
"aria-hidden": "true",
|
|
465
|
-
focusable: "false",
|
|
466
|
-
...props,
|
|
467
|
-
children: [
|
|
468
|
-
/*#__PURE__*/ jsx("rect", {
|
|
469
|
-
width: "14",
|
|
470
|
-
height: "14",
|
|
471
|
-
x: "3",
|
|
472
|
-
y: "3",
|
|
473
|
-
rx: "2"
|
|
474
|
-
}),
|
|
475
|
-
/*#__PURE__*/ jsx("path", {
|
|
476
|
-
d: "M7 21h10a2 2 0 0 0 2-2V9"
|
|
477
|
-
})
|
|
478
|
-
]
|
|
479
|
-
});
|
|
480
|
-
}
|
|
481
|
-
function GripIcon(props) {
|
|
482
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
483
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
-
width: "24",
|
|
485
|
-
height: "24",
|
|
486
|
-
viewBox: "0 0 24 24",
|
|
487
|
-
fill: "none",
|
|
488
|
-
stroke: "currentColor",
|
|
489
|
-
strokeWidth: "2",
|
|
490
|
-
strokeLinecap: "round",
|
|
491
|
-
strokeLinejoin: "round",
|
|
492
|
-
"aria-hidden": "true",
|
|
493
|
-
focusable: "false",
|
|
494
|
-
...props,
|
|
495
|
-
children: [
|
|
496
|
-
/*#__PURE__*/ jsx("circle", {
|
|
497
|
-
cx: "12",
|
|
498
|
-
cy: "5",
|
|
499
|
-
r: "1"
|
|
500
|
-
}),
|
|
501
|
-
/*#__PURE__*/ jsx("circle", {
|
|
502
|
-
cx: "19",
|
|
503
|
-
cy: "5",
|
|
504
|
-
r: "1"
|
|
505
|
-
}),
|
|
506
|
-
/*#__PURE__*/ jsx("circle", {
|
|
507
|
-
cx: "5",
|
|
508
|
-
cy: "5",
|
|
509
|
-
r: "1"
|
|
510
|
-
}),
|
|
511
|
-
/*#__PURE__*/ jsx("circle", {
|
|
512
|
-
cx: "12",
|
|
513
|
-
cy: "12",
|
|
514
|
-
r: "1"
|
|
515
|
-
}),
|
|
516
|
-
/*#__PURE__*/ jsx("circle", {
|
|
517
|
-
cx: "19",
|
|
518
|
-
cy: "12",
|
|
519
|
-
r: "1"
|
|
520
|
-
}),
|
|
521
|
-
/*#__PURE__*/ jsx("circle", {
|
|
522
|
-
cx: "5",
|
|
523
|
-
cy: "12",
|
|
524
|
-
r: "1"
|
|
525
|
-
}),
|
|
526
|
-
/*#__PURE__*/ jsx("circle", {
|
|
527
|
-
cx: "12",
|
|
528
|
-
cy: "19",
|
|
529
|
-
r: "1"
|
|
530
|
-
}),
|
|
531
|
-
/*#__PURE__*/ jsx("circle", {
|
|
532
|
-
cx: "19",
|
|
533
|
-
cy: "19",
|
|
534
|
-
r: "1"
|
|
535
|
-
}),
|
|
536
|
-
/*#__PURE__*/ jsx("circle", {
|
|
537
|
-
cx: "5",
|
|
538
|
-
cy: "19",
|
|
539
|
-
r: "1"
|
|
540
|
-
})
|
|
541
|
-
]
|
|
542
|
-
});
|
|
543
|
-
}
|
|
544
|
-
function CheckIcon(props) {
|
|
545
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
546
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
547
|
-
width: "24",
|
|
548
|
-
height: "24",
|
|
549
|
-
viewBox: "0 0 24 24",
|
|
550
|
-
fill: "none",
|
|
551
|
-
stroke: "currentColor",
|
|
552
|
-
strokeWidth: "3",
|
|
553
|
-
strokeLinecap: "round",
|
|
554
|
-
strokeLinejoin: "round",
|
|
555
|
-
"aria-hidden": "true",
|
|
556
|
-
focusable: "false",
|
|
557
|
-
...props,
|
|
558
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
559
|
-
d: "M20 6 9 17l-5-5"
|
|
560
|
-
})
|
|
561
|
-
});
|
|
562
|
-
}
|
|
563
|
-
function CloseIcon(props) {
|
|
564
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
565
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
-
width: "24",
|
|
567
|
-
height: "24",
|
|
568
|
-
viewBox: "0 0 24 24",
|
|
569
|
-
fill: "none",
|
|
570
|
-
stroke: "currentColor",
|
|
571
|
-
strokeWidth: "3",
|
|
572
|
-
strokeLinecap: "round",
|
|
573
|
-
strokeLinejoin: "round",
|
|
574
|
-
"aria-hidden": "true",
|
|
575
|
-
focusable: "false",
|
|
576
|
-
...props,
|
|
577
|
-
children: [
|
|
578
|
-
/*#__PURE__*/ jsx("path", {
|
|
579
|
-
d: "M18 6 6 18"
|
|
580
|
-
}),
|
|
581
|
-
/*#__PURE__*/ jsx("path", {
|
|
582
|
-
d: "m6 6 12 12"
|
|
583
|
-
})
|
|
584
|
-
]
|
|
585
|
-
});
|
|
586
|
-
}
|
|
587
|
-
function SearchIcon(props) {
|
|
588
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
589
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
590
|
-
width: "24",
|
|
591
|
-
height: "24",
|
|
592
|
-
viewBox: "0 0 24 24",
|
|
593
|
-
fill: "none",
|
|
594
|
-
stroke: "currentColor",
|
|
595
|
-
strokeWidth: "2",
|
|
596
|
-
strokeLinecap: "round",
|
|
597
|
-
strokeLinejoin: "round",
|
|
598
|
-
"aria-hidden": "true",
|
|
599
|
-
focusable: "false",
|
|
600
|
-
...props,
|
|
601
|
-
children: [
|
|
602
|
-
/*#__PURE__*/ jsx("path", {
|
|
603
|
-
d: "m21 21-4.34-4.34"
|
|
604
|
-
}),
|
|
605
|
-
/*#__PURE__*/ jsx("circle", {
|
|
606
|
-
cx: "11",
|
|
607
|
-
cy: "11",
|
|
608
|
-
r: "8"
|
|
609
|
-
})
|
|
610
|
-
]
|
|
611
|
-
});
|
|
612
|
-
}
|
|
613
|
-
function TrashIcon(props) {
|
|
614
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
615
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
616
|
-
width: "24",
|
|
617
|
-
height: "24",
|
|
618
|
-
viewBox: "0 0 24 24",
|
|
619
|
-
fill: "none",
|
|
620
|
-
stroke: "currentColor",
|
|
621
|
-
strokeWidth: "2",
|
|
622
|
-
strokeLinecap: "round",
|
|
623
|
-
strokeLinejoin: "round",
|
|
624
|
-
"aria-hidden": "true",
|
|
625
|
-
focusable: "false",
|
|
626
|
-
...props,
|
|
627
|
-
children: [
|
|
628
|
-
/*#__PURE__*/ jsx("path", {
|
|
629
|
-
d: "M10 11v6"
|
|
630
|
-
}),
|
|
631
|
-
/*#__PURE__*/ jsx("path", {
|
|
632
|
-
d: "M14 11v6"
|
|
633
|
-
}),
|
|
634
|
-
/*#__PURE__*/ jsx("path", {
|
|
635
|
-
d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"
|
|
636
|
-
}),
|
|
637
|
-
/*#__PURE__*/ jsx("path", {
|
|
638
|
-
d: "M3 6h18"
|
|
639
|
-
}),
|
|
640
|
-
/*#__PURE__*/ jsx("path", {
|
|
641
|
-
d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
|
|
642
|
-
})
|
|
643
|
-
]
|
|
644
|
-
});
|
|
645
|
-
}
|
|
646
|
-
function UploadIcon(props) {
|
|
647
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
648
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
649
|
-
width: "24",
|
|
650
|
-
height: "24",
|
|
651
|
-
viewBox: "0 0 24 24",
|
|
652
|
-
fill: "none",
|
|
653
|
-
stroke: "currentColor",
|
|
654
|
-
strokeWidth: "2",
|
|
655
|
-
strokeLinecap: "round",
|
|
656
|
-
strokeLinejoin: "round",
|
|
657
|
-
"aria-hidden": "true",
|
|
658
|
-
focusable: "false",
|
|
659
|
-
...props,
|
|
660
|
-
children: [
|
|
661
|
-
/*#__PURE__*/ jsx("path", {
|
|
662
|
-
d: "M12 3v12"
|
|
663
|
-
}),
|
|
664
|
-
/*#__PURE__*/ jsx("path", {
|
|
665
|
-
d: "m17 8-5-5-5 5"
|
|
666
|
-
}),
|
|
667
|
-
/*#__PURE__*/ jsx("path", {
|
|
668
|
-
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
|
|
669
|
-
})
|
|
670
|
-
]
|
|
671
|
-
});
|
|
672
|
-
}
|
|
673
|
-
function PencilIcon(props) {
|
|
674
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
675
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
676
|
-
width: "24",
|
|
677
|
-
height: "24",
|
|
678
|
-
viewBox: "0 0 24 24",
|
|
679
|
-
fill: "none",
|
|
680
|
-
stroke: "currentColor",
|
|
681
|
-
strokeWidth: "2",
|
|
682
|
-
strokeLinecap: "round",
|
|
683
|
-
strokeLinejoin: "round",
|
|
684
|
-
"aria-hidden": "true",
|
|
685
|
-
focusable: "false",
|
|
686
|
-
...props,
|
|
687
|
-
children: [
|
|
688
|
-
/*#__PURE__*/ jsx("path", {
|
|
689
|
-
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"
|
|
690
|
-
}),
|
|
691
|
-
/*#__PURE__*/ jsx("path", {
|
|
692
|
-
d: "m15 5 4 4"
|
|
693
|
-
})
|
|
694
|
-
]
|
|
695
|
-
});
|
|
696
|
-
}
|
|
697
|
-
function PipetteIcon(props) {
|
|
698
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
699
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
700
|
-
width: "24",
|
|
701
|
-
height: "24",
|
|
702
|
-
viewBox: "0 0 24 24",
|
|
703
|
-
fill: "none",
|
|
704
|
-
stroke: "currentColor",
|
|
705
|
-
strokeWidth: "2.5",
|
|
706
|
-
strokeLinecap: "round",
|
|
707
|
-
strokeLinejoin: "round",
|
|
708
|
-
"aria-hidden": "true",
|
|
709
|
-
focusable: "false",
|
|
710
|
-
...props,
|
|
711
|
-
children: [
|
|
712
|
-
/*#__PURE__*/ jsx("path", {
|
|
713
|
-
d: "m2 22 1-1h3l9-9"
|
|
714
|
-
}),
|
|
715
|
-
/*#__PURE__*/ jsx("path", {
|
|
716
|
-
d: "M3 21v-3l9-9"
|
|
717
|
-
}),
|
|
718
|
-
/*#__PURE__*/ jsx("path", {
|
|
719
|
-
d: "m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9"
|
|
720
|
-
}),
|
|
721
|
-
/*#__PURE__*/ jsx("path", {
|
|
722
|
-
d: "m9 12 6 6"
|
|
723
|
-
}),
|
|
724
|
-
/*#__PURE__*/ jsx("path", {
|
|
725
|
-
d: "m12 9 3-3 3 3-3 3"
|
|
726
|
-
})
|
|
727
|
-
]
|
|
728
|
-
});
|
|
729
|
-
}
|
|
730
|
-
function EyeIcon(props) {
|
|
731
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
732
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
733
|
-
width: "24",
|
|
734
|
-
height: "24",
|
|
735
|
-
viewBox: "0 0 24 24",
|
|
736
|
-
fill: "none",
|
|
737
|
-
stroke: "currentColor",
|
|
738
|
-
strokeWidth: "2",
|
|
739
|
-
strokeLinecap: "round",
|
|
740
|
-
strokeLinejoin: "round",
|
|
741
|
-
"aria-hidden": "true",
|
|
742
|
-
focusable: "false",
|
|
743
|
-
...props,
|
|
744
|
-
children: [
|
|
745
|
-
/*#__PURE__*/ jsx("path", {
|
|
746
|
-
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
|
|
747
|
-
}),
|
|
748
|
-
/*#__PURE__*/ jsx("circle", {
|
|
749
|
-
cx: "12",
|
|
750
|
-
cy: "12",
|
|
751
|
-
r: "3"
|
|
752
|
-
})
|
|
753
|
-
]
|
|
754
|
-
});
|
|
755
|
-
}
|
|
756
|
-
function EyeClosedIcon(props) {
|
|
757
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
758
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
759
|
-
width: "24",
|
|
760
|
-
height: "24",
|
|
761
|
-
viewBox: "0 0 24 24",
|
|
762
|
-
fill: "none",
|
|
763
|
-
stroke: "currentColor",
|
|
764
|
-
strokeWidth: "2",
|
|
765
|
-
strokeLinecap: "round",
|
|
766
|
-
strokeLinejoin: "round",
|
|
767
|
-
"aria-hidden": "true",
|
|
768
|
-
focusable: "false",
|
|
769
|
-
...props,
|
|
770
|
-
children: [
|
|
771
|
-
/*#__PURE__*/ jsx("path", {
|
|
772
|
-
d: "m15 18-.722-3.25"
|
|
773
|
-
}),
|
|
774
|
-
/*#__PURE__*/ jsx("path", {
|
|
775
|
-
d: "M2 8a10.645 10.645 0 0 0 20 0"
|
|
776
|
-
}),
|
|
777
|
-
/*#__PURE__*/ jsx("path", {
|
|
778
|
-
d: "m20 15-1.726-2.05"
|
|
779
|
-
}),
|
|
780
|
-
/*#__PURE__*/ jsx("path", {
|
|
781
|
-
d: "m4 15 1.726-2.05"
|
|
782
|
-
}),
|
|
783
|
-
/*#__PURE__*/ jsx("path", {
|
|
784
|
-
d: "m9 18 .722-3.25"
|
|
785
|
-
})
|
|
786
|
-
]
|
|
787
|
-
});
|
|
788
|
-
}
|
|
789
|
-
function RatingStarIcon(props) {
|
|
790
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
791
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
792
|
-
width: "24",
|
|
793
|
-
height: "24",
|
|
794
|
-
viewBox: "0 0 24 24",
|
|
795
|
-
fill: "none",
|
|
796
|
-
stroke: "currentColor",
|
|
797
|
-
strokeWidth: "2",
|
|
798
|
-
strokeLinecap: "round",
|
|
799
|
-
strokeLinejoin: "round",
|
|
800
|
-
"aria-hidden": "true",
|
|
801
|
-
focusable: "false",
|
|
802
|
-
...props,
|
|
803
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
804
|
-
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"
|
|
805
|
-
})
|
|
806
|
-
});
|
|
807
|
-
}
|
|
808
|
-
function CopyIcon(props) {
|
|
809
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
810
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
811
|
-
width: "24",
|
|
812
|
-
height: "24",
|
|
813
|
-
viewBox: "0 0 24 24",
|
|
814
|
-
fill: "none",
|
|
815
|
-
stroke: "currentColor",
|
|
816
|
-
strokeWidth: "2",
|
|
817
|
-
strokeLinecap: "round",
|
|
818
|
-
strokeLinejoin: "round",
|
|
819
|
-
"aria-hidden": "true",
|
|
820
|
-
focusable: "false",
|
|
821
|
-
...props,
|
|
822
|
-
children: [
|
|
823
|
-
/*#__PURE__*/ jsx("rect", {
|
|
824
|
-
width: "14",
|
|
825
|
-
height: "14",
|
|
826
|
-
x: "8",
|
|
827
|
-
y: "8",
|
|
828
|
-
rx: "2",
|
|
829
|
-
ry: "2"
|
|
830
|
-
}),
|
|
831
|
-
/*#__PURE__*/ jsx("path", {
|
|
832
|
-
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
833
|
-
})
|
|
834
|
-
]
|
|
835
|
-
});
|
|
836
|
-
}
|
|
837
|
-
function FileIcon(props) {
|
|
838
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
839
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
840
|
-
width: "24",
|
|
841
|
-
height: "24",
|
|
842
|
-
viewBox: "0 0 24 24",
|
|
843
|
-
fill: "none",
|
|
844
|
-
stroke: "currentColor",
|
|
845
|
-
strokeWidth: "2",
|
|
846
|
-
strokeLinecap: "round",
|
|
847
|
-
strokeLinejoin: "round",
|
|
848
|
-
"aria-hidden": "true",
|
|
849
|
-
focusable: "false",
|
|
850
|
-
...props,
|
|
851
|
-
children: [
|
|
852
|
-
/*#__PURE__*/ jsx("path", {
|
|
853
|
-
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"
|
|
854
|
-
}),
|
|
855
|
-
/*#__PURE__*/ jsx("path", {
|
|
856
|
-
d: "M14 2v5a1 1 0 0 0 1 1h5"
|
|
857
|
-
})
|
|
858
|
-
]
|
|
859
|
-
});
|
|
860
|
-
}
|
|
861
|
-
function FolderIcon(props) {
|
|
862
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
863
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
864
|
-
width: "24",
|
|
865
|
-
height: "24",
|
|
866
|
-
viewBox: "0 0 24 24",
|
|
867
|
-
fill: "none",
|
|
868
|
-
stroke: "currentColor",
|
|
869
|
-
strokeWidth: "2",
|
|
870
|
-
strokeLinecap: "round",
|
|
871
|
-
strokeLinejoin: "round",
|
|
872
|
-
"aria-hidden": "true",
|
|
873
|
-
focusable: "false",
|
|
874
|
-
...props,
|
|
875
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
876
|
-
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"
|
|
877
|
-
})
|
|
878
|
-
});
|
|
879
|
-
}
|
|
880
|
-
function FolderOpenIcon(props) {
|
|
881
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
882
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
883
|
-
width: "24",
|
|
884
|
-
height: "24",
|
|
885
|
-
viewBox: "0 0 24 24",
|
|
886
|
-
fill: "none",
|
|
887
|
-
stroke: "currentColor",
|
|
888
|
-
strokeWidth: "2",
|
|
889
|
-
strokeLinecap: "round",
|
|
890
|
-
strokeLinejoin: "round",
|
|
891
|
-
"aria-hidden": "true",
|
|
892
|
-
focusable: "false",
|
|
893
|
-
...props,
|
|
894
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
895
|
-
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"
|
|
896
|
-
})
|
|
897
|
-
});
|
|
898
|
-
}
|
|
899
|
-
function IndeterminateIcon(props) {
|
|
900
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
901
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
902
|
-
width: "24",
|
|
903
|
-
height: "24",
|
|
904
|
-
viewBox: "0 0 24 24",
|
|
905
|
-
fill: "none",
|
|
906
|
-
stroke: "currentColor",
|
|
907
|
-
strokeWidth: "3",
|
|
908
|
-
strokeLinecap: "round",
|
|
909
|
-
strokeLinejoin: "round",
|
|
910
|
-
"aria-hidden": "true",
|
|
911
|
-
focusable: "false",
|
|
912
|
-
...props,
|
|
913
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
914
|
-
d: "M5 12h14"
|
|
915
|
-
})
|
|
916
|
-
});
|
|
917
|
-
}
|
|
918
178
|
function SeparatorMarkIcon(props) {
|
|
919
179
|
return /*#__PURE__*/ jsx("svg", {
|
|
920
180
|
viewBox: "0 0 16 4",
|
|
@@ -966,4 +226,4 @@ function PopupArrowIcon({ fillClassName, outerStrokeClassName, innerStrokeClassN
|
|
|
966
226
|
]
|
|
967
227
|
});
|
|
968
228
|
}
|
|
969
|
-
export { CalendarIcon,
|
|
229
|
+
export { CalendarIcon, ChevronUpDownIcon, CloseIcon, CopyIcon, EyeClosedIcon, EyeIcon, FileIcon, FolderIcon, FolderOpenIcon, GripIcon, Icons_CheckIcon as CheckIcon, Icons_ChevronDownIcon as ChevronDownIcon, Icons_ChevronLeftIcon as ChevronLeftIcon, Icons_ChevronRightIcon as ChevronRightIcon, Icons_ChevronUpIcon as ChevronUpIcon, Icons_MinusIcon as MinusIcon, Icons_PlusIcon as PlusIcon, IndeterminateIcon, ListRestartIcon as RestartIcon, Maximize2Icon as MaximizeIcon, PauseIcon, PencilIcon, PipetteIcon, PlayIcon, PopupArrowIcon, RestoreIcon, RotateCcwIcon, RotateCwIcon, ScrubCursorIcon, SearchIcon, SeparatorMarkIcon, SquareCenterlineDashedHorizontalIcon as FlipHorizontalIcon, StarIcon as RatingStarIcon, Trash2Icon as TrashIcon, UploadIcon, ZoomInIcon, ZoomOutIcon };
|