@moduix/react 1.1.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/LICENSE.md +21 -0
- package/README.md +252 -0
- package/dist/components/accordion/Accordion.css +190 -0
- package/dist/components/accordion/Accordion.d.ts +13 -0
- package/dist/components/accordion/Accordion.js +67 -0
- package/dist/components/accordion/Accordion.module.js +15 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/alert/Alert.css +108 -0
- package/dist/components/alert/Alert.d.ts +14 -0
- package/dist/components/alert/Alert.js +69 -0
- package/dist/components/alert/Alert.module.js +11 -0
- package/dist/components/angle-slider/AngleSlider.css +192 -0
- package/dist/components/angle-slider/AngleSlider.d.ts +16 -0
- package/dist/components/angle-slider/AngleSlider.js +92 -0
- package/dist/components/angle-slider/AngleSlider.module.js +13 -0
- package/dist/components/angle-slider/index.d.ts +2 -0
- package/dist/components/aspect-ratio/AspectRatio.css +14 -0
- package/dist/components/aspect-ratio/AspectRatio.d.ts +10 -0
- package/dist/components/aspect-ratio/AspectRatio.js +24 -0
- package/dist/components/aspect-ratio/AspectRatio.module.js +5 -0
- package/dist/components/avatar/Avatar.css +75 -0
- package/dist/components/avatar/Avatar.d.ts +19 -0
- package/dist/components/avatar/Avatar.js +49 -0
- package/dist/components/avatar/Avatar.module.js +9 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/badge/Badge.css +66 -0
- package/dist/components/badge/Badge.d.ts +11 -0
- package/dist/components/badge/Badge.js +35 -0
- package/dist/components/badge/Badge.module.js +8 -0
- package/dist/components/bleed/Bleed.css +51 -0
- package/dist/components/bleed/Bleed.d.ts +12 -0
- package/dist/components/bleed/Bleed.js +22 -0
- package/dist/components/bleed/Bleed.module.js +5 -0
- package/dist/components/breadcrumbs/Breadcrumbs.css +90 -0
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +12 -0
- package/dist/components/breadcrumbs/Breadcrumbs.js +95 -0
- package/dist/components/breadcrumbs/Breadcrumbs.module.js +13 -0
- package/dist/components/button/Button.css +193 -0
- package/dist/components/button/Button.d.ts +14 -0
- package/dist/components/button/Button.js +28 -0
- package/dist/components/button/Button.module.js +5 -0
- package/dist/components/card/Card.css +148 -0
- package/dist/components/card/Card.d.ts +19 -0
- package/dist/components/card/Card.js +101 -0
- package/dist/components/card/Card.module.js +14 -0
- package/dist/components/carousel/Carousel.css +198 -0
- package/dist/components/carousel/Carousel.d.ts +19 -0
- package/dist/components/carousel/Carousel.js +128 -0
- package/dist/components/carousel/Carousel.module.js +18 -0
- package/dist/components/carousel/index.d.ts +2 -0
- package/dist/components/checkbox/Checkbox.css +135 -0
- package/dist/components/checkbox/Checkbox.d.ts +22 -0
- package/dist/components/checkbox/Checkbox.js +84 -0
- package/dist/components/checkbox/Checkbox.module.js +12 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/clipboard/Clipboard.css +145 -0
- package/dist/components/clipboard/Clipboard.d.ts +15 -0
- package/dist/components/clipboard/Clipboard.js +96 -0
- package/dist/components/clipboard/Clipboard.module.js +14 -0
- package/dist/components/clipboard/index.d.ts +2 -0
- package/dist/components/close-button/CloseButton.css +49 -0
- package/dist/components/close-button/CloseButton.d.ts +6 -0
- package/dist/components/close-button/CloseButton.js +39 -0
- package/dist/components/close-button/CloseButton.module.js +5 -0
- package/dist/components/collapsible/Collapsible.css +138 -0
- package/dist/components/collapsible/Collapsible.d.ts +12 -0
- package/dist/components/collapsible/Collapsible.js +59 -0
- package/dist/components/collapsible/Collapsible.module.js +12 -0
- package/dist/components/collapsible/index.d.ts +2 -0
- package/dist/components/color-picker/ColorPicker.css +433 -0
- package/dist/components/color-picker/ColorPicker.d.ts +39 -0
- package/dist/components/color-picker/ColorPicker.js +275 -0
- package/dist/components/color-picker/ColorPicker.module.js +33 -0
- package/dist/components/color-picker/index.d.ts +2 -0
- package/dist/components/combobox/Combobox.css +315 -0
- package/dist/components/combobox/Combobox.d.ts +24 -0
- package/dist/components/combobox/Combobox.js +169 -0
- package/dist/components/combobox/Combobox.module.js +23 -0
- package/dist/components/combobox/index.d.ts +2 -0
- package/dist/components/command-palette/CommandPalette.css +492 -0
- package/dist/components/command-palette/CommandPalette.d.ts +71 -0
- package/dist/components/command-palette/CommandPalette.js +383 -0
- package/dist/components/command-palette/CommandPalette.module.js +43 -0
- package/dist/components/command-palette/index.d.ts +2 -0
- package/dist/components/container/Container.css +45 -0
- package/dist/components/container/Container.d.ts +14 -0
- package/dist/components/container/Container.js +22 -0
- package/dist/components/container/Container.module.js +5 -0
- package/dist/components/date-input/DateInput.css +104 -0
- package/dist/components/date-input/DateInput.d.ts +22 -0
- package/dist/components/date-input/DateInput.js +83 -0
- package/dist/components/date-input/DateInput.module.js +12 -0
- package/dist/components/date-input/index.d.ts +2 -0
- package/dist/components/date-picker/DatePicker.css +420 -0
- package/dist/components/date-picker/DatePicker.d.ts +39 -0
- package/dist/components/date-picker/DatePicker.js +284 -0
- package/dist/components/date-picker/DatePicker.module.js +29 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/dialog/Dialog.css +221 -0
- package/dist/components/dialog/Dialog.d.ts +46 -0
- package/dist/components/dialog/Dialog.js +133 -0
- package/dist/components/dialog/Dialog.module.js +21 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/drawer/Drawer.css +482 -0
- package/dist/components/drawer/Drawer.d.ts +56 -0
- package/dist/components/drawer/Drawer.js +188 -0
- package/dist/components/drawer/Drawer.module.js +32 -0
- package/dist/components/drawer/index.d.ts +2 -0
- package/dist/components/editable/Editable.css +171 -0
- package/dist/components/editable/Editable.d.ts +17 -0
- package/dist/components/editable/Editable.js +106 -0
- package/dist/components/editable/Editable.module.js +13 -0
- package/dist/components/editable/index.d.ts +2 -0
- package/dist/components/empty/Empty.css +78 -0
- package/dist/components/empty/Empty.d.ts +11 -0
- package/dist/components/empty/Empty.js +77 -0
- package/dist/components/empty/Empty.module.js +12 -0
- package/dist/components/field/Field.css +113 -0
- package/dist/components/field/Field.d.ts +25 -0
- package/dist/components/field/Field.js +104 -0
- package/dist/components/field/Field.module.js +15 -0
- package/dist/components/field/index.d.ts +2 -0
- package/dist/components/fieldset/Fieldset.css +52 -0
- package/dist/components/fieldset/Fieldset.d.ts +12 -0
- package/dist/components/fieldset/Fieldset.js +56 -0
- package/dist/components/fieldset/Fieldset.module.js +10 -0
- package/dist/components/fieldset/index.d.ts +2 -0
- package/dist/components/file-upload/FileUpload.css +290 -0
- package/dist/components/file-upload/FileUpload.d.ts +28 -0
- package/dist/components/file-upload/FileUpload.js +149 -0
- package/dist/components/file-upload/FileUpload.module.js +19 -0
- package/dist/components/file-upload/index.d.ts +2 -0
- package/dist/components/floating-panel/FloatingPanel.css +319 -0
- package/dist/components/floating-panel/FloatingPanel.d.ts +45 -0
- package/dist/components/floating-panel/FloatingPanel.js +194 -0
- package/dist/components/floating-panel/FloatingPanel.module.js +20 -0
- package/dist/components/floating-panel/index.d.ts +2 -0
- package/dist/components/heading/Heading.css +58 -0
- package/dist/components/heading/Heading.d.ts +17 -0
- package/dist/components/heading/Heading.js +32 -0
- package/dist/components/heading/Heading.module.js +5 -0
- package/dist/components/highlight/Highlight.css +15 -0
- package/dist/components/highlight/Highlight.d.ts +13 -0
- package/dist/components/highlight/Highlight.js +18 -0
- package/dist/components/highlight/Highlight.module.js +5 -0
- package/dist/components/highlight/index.d.ts +2 -0
- package/dist/components/hover-card/HoverCard.css +107 -0
- package/dist/components/hover-card/HoverCard.d.ts +28 -0
- package/dist/components/hover-card/HoverCard.js +81 -0
- package/dist/components/hover-card/HoverCard.module.js +13 -0
- package/dist/components/hover-card/index.d.ts +2 -0
- package/dist/components/image-cropper/ImageCropper.css +147 -0
- package/dist/components/image-cropper/ImageCropper.d.ts +15 -0
- package/dist/components/image-cropper/ImageCropper.js +75 -0
- package/dist/components/image-cropper/ImageCropper.module.js +12 -0
- package/dist/components/image-cropper/index.d.ts +2 -0
- package/dist/components/input/Input.css +83 -0
- package/dist/components/input/Input.d.ts +15 -0
- package/dist/components/input/Input.js +22 -0
- package/dist/components/input/Input.module.js +5 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input-group/InputGroup.css +158 -0
- package/dist/components/input-group/InputGroup.d.ts +25 -0
- package/dist/components/input-group/InputGroup.js +76 -0
- package/dist/components/input-group/InputGroup.module.js +11 -0
- package/dist/components/input-group/index.d.ts +2 -0
- package/dist/components/kbd/Kbd.css +45 -0
- package/dist/components/kbd/Kbd.d.ts +7 -0
- package/dist/components/kbd/Kbd.js +33 -0
- package/dist/components/kbd/Kbd.module.js +8 -0
- package/dist/components/lightbox/Lightbox.css +242 -0
- package/dist/components/lightbox/Lightbox.d.ts +71 -0
- package/dist/components/lightbox/Lightbox.js +219 -0
- package/dist/components/lightbox/Lightbox.module.js +22 -0
- package/dist/components/lightbox/index.d.ts +2 -0
- package/dist/components/list/List.css +118 -0
- package/dist/components/list/List.d.ts +24 -0
- package/dist/components/list/List.js +48 -0
- package/dist/components/list/List.module.js +5 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/listbox/Listbox.css +255 -0
- package/dist/components/listbox/Listbox.d.ts +35 -0
- package/dist/components/listbox/Listbox.js +145 -0
- package/dist/components/listbox/Listbox.module.js +20 -0
- package/dist/components/listbox/index.d.ts +2 -0
- package/dist/components/marquee/Marquee.css +114 -0
- package/dist/components/marquee/Marquee.d.ts +13 -0
- package/dist/components/marquee/Marquee.js +65 -0
- package/dist/components/marquee/Marquee.module.js +13 -0
- package/dist/components/marquee/index.d.ts +2 -0
- package/dist/components/menu/Menu.css +371 -0
- package/dist/components/menu/Menu.d.ts +83 -0
- package/dist/components/menu/Menu.js +240 -0
- package/dist/components/menu/Menu.module.js +33 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/native-select/NativeSelect.css +104 -0
- package/dist/components/native-select/NativeSelect.d.ts +8 -0
- package/dist/components/native-select/NativeSelect.js +32 -0
- package/dist/components/native-select/NativeSelect.module.js +9 -0
- package/dist/components/native-select/index.d.ts +2 -0
- package/dist/components/number-input/NumberInput.css +162 -0
- package/dist/components/number-input/NumberInput.d.ts +16 -0
- package/dist/components/number-input/NumberInput.js +95 -0
- package/dist/components/number-input/NumberInput.module.js +14 -0
- package/dist/components/number-input/index.d.ts +2 -0
- package/dist/components/pagination/Pagination.css +99 -0
- package/dist/components/pagination/Pagination.d.ts +16 -0
- package/dist/components/pagination/Pagination.js +101 -0
- package/dist/components/pagination/Pagination.module.js +12 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/password-input/PasswordInput.css +155 -0
- package/dist/components/password-input/PasswordInput.d.ts +14 -0
- package/dist/components/password-input/PasswordInput.js +77 -0
- package/dist/components/password-input/PasswordInput.module.js +12 -0
- package/dist/components/password-input/index.d.ts +2 -0
- package/dist/components/pin-input/PinInput.css +96 -0
- package/dist/components/pin-input/PinInput.d.ts +23 -0
- package/dist/components/pin-input/PinInput.js +85 -0
- package/dist/components/pin-input/PinInput.module.js +11 -0
- package/dist/components/pin-input/index.d.ts +2 -0
- package/dist/components/popover/Popover.css +162 -0
- package/dist/components/popover/Popover.d.ts +50 -0
- package/dist/components/popover/Popover.js +167 -0
- package/dist/components/popover/Popover.module.js +20 -0
- package/dist/components/popover/index.d.ts +2 -0
- package/dist/components/progress-circular/ProgressCircular.css +68 -0
- package/dist/components/progress-circular/ProgressCircular.d.ts +15 -0
- package/dist/components/progress-circular/ProgressCircular.js +83 -0
- package/dist/components/progress-circular/ProgressCircular.module.js +14 -0
- package/dist/components/progress-circular/index.d.ts +2 -0
- package/dist/components/progress-linear/ProgressLinear.css +106 -0
- package/dist/components/progress-linear/ProgressLinear.d.ts +14 -0
- package/dist/components/progress-linear/ProgressLinear.js +74 -0
- package/dist/components/progress-linear/ProgressLinear.module.js +14 -0
- package/dist/components/progress-linear/index.d.ts +2 -0
- package/dist/components/qr-code/QrCode.css +100 -0
- package/dist/components/qr-code/QrCode.d.ts +13 -0
- package/dist/components/qr-code/QrCode.js +65 -0
- package/dist/components/qr-code/QrCode.module.js +11 -0
- package/dist/components/qr-code/index.d.ts +2 -0
- package/dist/components/radio-group/RadioGroup.css +147 -0
- package/dist/components/radio-group/RadioGroup.d.ts +20 -0
- package/dist/components/radio-group/RadioGroup.js +83 -0
- package/dist/components/radio-group/RadioGroup.module.js +12 -0
- package/dist/components/radio-group/index.d.ts +2 -0
- package/dist/components/rating-group/RatingGroup.css +133 -0
- package/dist/components/rating-group/RatingGroup.d.ts +23 -0
- package/dist/components/rating-group/RatingGroup.js +86 -0
- package/dist/components/rating-group/RatingGroup.module.js +13 -0
- package/dist/components/rating-group/index.d.ts +2 -0
- package/dist/components/scroll-area/ScrollArea.css +162 -0
- package/dist/components/scroll-area/ScrollArea.d.ts +21 -0
- package/dist/components/scroll-area/ScrollArea.js +76 -0
- package/dist/components/scroll-area/ScrollArea.module.js +12 -0
- package/dist/components/scroll-area/index.d.ts +2 -0
- package/dist/components/segment-group/SegmentGroup.css +120 -0
- package/dist/components/segment-group/SegmentGroup.d.ts +15 -0
- package/dist/components/segment-group/SegmentGroup.js +83 -0
- package/dist/components/segment-group/SegmentGroup.module.js +12 -0
- package/dist/components/segment-group/index.d.ts +2 -0
- package/dist/components/select/Select.css +351 -0
- package/dist/components/select/Select.d.ts +48 -0
- package/dist/components/select/Select.js +210 -0
- package/dist/components/select/Select.module.js +27 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/separator/Separator.css +45 -0
- package/dist/components/separator/Separator.d.ts +14 -0
- package/dist/components/separator/Separator.js +27 -0
- package/dist/components/separator/Separator.module.js +5 -0
- package/dist/components/sidebar/Sidebar.css +341 -0
- package/dist/components/sidebar/Sidebar.d.ts +48 -0
- package/dist/components/sidebar/Sidebar.js +279 -0
- package/dist/components/sidebar/Sidebar.module.js +23 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/signature-pad/SignaturePad.css +123 -0
- package/dist/components/signature-pad/SignaturePad.d.ts +15 -0
- package/dist/components/signature-pad/SignaturePad.js +82 -0
- package/dist/components/signature-pad/SignaturePad.module.js +12 -0
- package/dist/components/signature-pad/index.d.ts +2 -0
- package/dist/components/simple-grid/SimpleGrid.d.ts +18 -0
- package/dist/components/simple-grid/SimpleGrid.js +32 -0
- package/dist/components/skeleton/Skeleton.css +29 -0
- package/dist/components/skeleton/Skeleton.d.ts +20 -0
- package/dist/components/skeleton/Skeleton.js +32 -0
- package/dist/components/skeleton/Skeleton.module.js +5 -0
- package/dist/components/slider/Slider.css +167 -0
- package/dist/components/slider/Slider.d.ts +19 -0
- package/dist/components/slider/Slider.js +119 -0
- package/dist/components/slider/Slider.module.js +16 -0
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/spinner/Spinner.css +60 -0
- package/dist/components/spinner/Spinner.d.ts +12 -0
- package/dist/components/spinner/Spinner.js +40 -0
- package/dist/components/spinner/Spinner.module.js +9 -0
- package/dist/components/split-button/SplitButton.css +51 -0
- package/dist/components/split-button/SplitButton.d.ts +36 -0
- package/dist/components/split-button/SplitButton.js +93 -0
- package/dist/components/split-button/SplitButton.module.js +9 -0
- package/dist/components/split-button/index.d.ts +2 -0
- package/dist/components/splitter/Splitter.css +170 -0
- package/dist/components/splitter/Splitter.d.ts +12 -0
- package/dist/components/splitter/Splitter.js +68 -0
- package/dist/components/splitter/Splitter.module.js +10 -0
- package/dist/components/splitter/index.d.ts +2 -0
- package/dist/components/stack/Stack.css +13 -0
- package/dist/components/stack/Stack.d.ts +31 -0
- package/dist/components/stack/Stack.js +36 -0
- package/dist/components/stack/Stack.module.js +5 -0
- package/dist/components/stack/index.d.ts +2 -0
- package/dist/components/steps/Steps.css +283 -0
- package/dist/components/steps/Steps.d.ts +19 -0
- package/dist/components/steps/Steps.js +122 -0
- package/dist/components/steps/Steps.module.js +17 -0
- package/dist/components/steps/index.d.ts +2 -0
- package/dist/components/switch/Switch.css +130 -0
- package/dist/components/switch/Switch.d.ts +21 -0
- package/dist/components/switch/Switch.js +67 -0
- package/dist/components/switch/Switch.module.js +10 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/table/Table.css +162 -0
- package/dist/components/table/Table.d.ts +41 -0
- package/dist/components/table/Table.js +173 -0
- package/dist/components/table/Table.module.js +18 -0
- package/dist/components/tabs/Tabs.css +186 -0
- package/dist/components/tabs/Tabs.d.ts +20 -0
- package/dist/components/tabs/Tabs.js +67 -0
- package/dist/components/tabs/Tabs.module.js +11 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tag/Tag.css +128 -0
- package/dist/components/tag/Tag.d.ts +18 -0
- package/dist/components/tag/Tag.js +87 -0
- package/dist/components/tag/Tag.module.js +11 -0
- package/dist/components/tags-input/TagsInput.css +248 -0
- package/dist/components/tags-input/TagsInput.d.ts +20 -0
- package/dist/components/tags-input/TagsInput.js +139 -0
- package/dist/components/tags-input/TagsInput.module.js +16 -0
- package/dist/components/tags-input/index.d.ts +2 -0
- package/dist/components/text/Text.css +87 -0
- package/dist/components/text/Text.d.ts +27 -0
- package/dist/components/text/Text.js +43 -0
- package/dist/components/text/Text.module.js +5 -0
- package/dist/components/textarea/Textarea.css +55 -0
- package/dist/components/textarea/Textarea.d.ts +6 -0
- package/dist/components/textarea/Textarea.js +21 -0
- package/dist/components/textarea/Textarea.module.js +5 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/timer/Timer.css +95 -0
- package/dist/components/timer/Timer.d.ts +14 -0
- package/dist/components/timer/Timer.js +74 -0
- package/dist/components/timer/Timer.module.js +12 -0
- package/dist/components/timer/index.d.ts +2 -0
- package/dist/components/toast/Toast.css +154 -0
- package/dist/components/toast/Toast.d.ts +17 -0
- package/dist/components/toast/Toast.js +92 -0
- package/dist/components/toast/Toast.module.js +12 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toggle/Toggle.css +167 -0
- package/dist/components/toggle/Toggle.d.ts +16 -0
- package/dist/components/toggle/Toggle.js +31 -0
- package/dist/components/toggle/Toggle.module.js +8 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroup.css +42 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts +25 -0
- package/dist/components/toggle-group/ToggleGroup.js +62 -0
- package/dist/components/toggle-group/ToggleGroup.module.js +8 -0
- package/dist/components/toggle-group/index.d.ts +2 -0
- package/dist/components/tooltip/Tooltip.css +125 -0
- package/dist/components/tooltip/Tooltip.d.ts +28 -0
- package/dist/components/tooltip/Tooltip.js +75 -0
- package/dist/components/tooltip/Tooltip.module.js +13 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tour/Tour.css +286 -0
- package/dist/components/tour/Tour.d.ts +30 -0
- package/dist/components/tour/Tour.js +149 -0
- package/dist/components/tour/Tour.module.js +23 -0
- package/dist/components/tour/index.d.ts +2 -0
- package/dist/components/tree-view/TreeView.css +261 -0
- package/dist/components/tree-view/TreeView.d.ts +32 -0
- package/dist/components/tree-view/TreeView.js +171 -0
- package/dist/components/tree-view/TreeView.module.js +26 -0
- package/dist/components/tree-view/index.d.ts +2 -0
- package/dist/index.d.ts +83 -0
- package/dist/index.js +83 -0
- package/dist/lib/moduix/icons/ui/Icons.d.ts +51 -0
- package/dist/lib/moduix/icons/ui/Icons.js +759 -0
- package/dist/lib/moduix/icons/ui/index.d.ts +2 -0
- package/dist/lib/moduix/normalizeClassName.js +4 -0
- package/dist/lib/moduix/overlayPortal.d.ts +9 -0
- package/dist/lib/moduix/overlayPortal.js +21 -0
- package/dist/lib/moduix/styles/reset.css +175 -0
- package/dist/lib/moduix/styles/style.css +288 -0
- package/dist/reset.d.ts +1 -0
- package/dist/reset.js +1 -0
- package/dist/style.d.ts +1 -0
- package/dist/style.js +1 -0
- package/package.json +76 -0
|
@@ -0,0 +1,759 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/lib/moduix/icons/ui/Icons.tsx
|
|
3
|
+
function ChevronLeftIcon(props) {
|
|
4
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
strokeWidth: "3",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
"aria-hidden": "true",
|
|
15
|
+
focusable: "false",
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsx("path", { d: "m15 18-6-6 6-6" })
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
function ChevronRightIcon(props) {
|
|
21
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: "24",
|
|
24
|
+
height: "24",
|
|
25
|
+
viewBox: "0 0 24 24",
|
|
26
|
+
fill: "none",
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
strokeWidth: "3",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round",
|
|
31
|
+
"aria-hidden": "true",
|
|
32
|
+
focusable: "false",
|
|
33
|
+
...props,
|
|
34
|
+
children: /* @__PURE__ */ jsx("path", { d: "m9 18 6-6-6-6" })
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
function ChevronDownIcon(props) {
|
|
38
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
width: "24",
|
|
41
|
+
height: "24",
|
|
42
|
+
viewBox: "0 0 24 24",
|
|
43
|
+
fill: "none",
|
|
44
|
+
stroke: "currentColor",
|
|
45
|
+
strokeWidth: "3",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
"aria-hidden": "true",
|
|
49
|
+
focusable: "false",
|
|
50
|
+
...props,
|
|
51
|
+
children: /* @__PURE__ */ jsx("path", { d: "m6 9 6 6 6-6" })
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
function CalendarIcon(props) {
|
|
55
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
width: "24",
|
|
58
|
+
height: "24",
|
|
59
|
+
viewBox: "0 0 24 24",
|
|
60
|
+
fill: "none",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
strokeWidth: "2.5",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round",
|
|
65
|
+
"aria-hidden": "true",
|
|
66
|
+
focusable: "false",
|
|
67
|
+
...props,
|
|
68
|
+
children: [
|
|
69
|
+
/* @__PURE__ */ jsx("path", { d: "M8 2v4" }),
|
|
70
|
+
/* @__PURE__ */ jsx("path", { d: "M16 2v4" }),
|
|
71
|
+
/* @__PURE__ */ jsx("rect", {
|
|
72
|
+
width: "18",
|
|
73
|
+
height: "18",
|
|
74
|
+
x: "3",
|
|
75
|
+
y: "4",
|
|
76
|
+
rx: "2"
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ jsx("path", { d: "M3 10h18" })
|
|
79
|
+
]
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
function ChevronUpIcon(props) {
|
|
83
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
84
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
85
|
+
width: "24",
|
|
86
|
+
height: "24",
|
|
87
|
+
viewBox: "0 0 24 24",
|
|
88
|
+
fill: "none",
|
|
89
|
+
stroke: "currentColor",
|
|
90
|
+
strokeWidth: "3",
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeLinejoin: "round",
|
|
93
|
+
"aria-hidden": "true",
|
|
94
|
+
focusable: "false",
|
|
95
|
+
...props,
|
|
96
|
+
children: /* @__PURE__ */ jsx("path", { d: "m18 15-6-6-6 6" })
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
function ChevronUpDownIcon(props) {
|
|
100
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
+
width: "24",
|
|
103
|
+
height: "24",
|
|
104
|
+
viewBox: "0 0 24 24",
|
|
105
|
+
fill: "none",
|
|
106
|
+
stroke: "currentColor",
|
|
107
|
+
strokeWidth: "3",
|
|
108
|
+
strokeLinecap: "round",
|
|
109
|
+
strokeLinejoin: "round",
|
|
110
|
+
"aria-hidden": "true",
|
|
111
|
+
focusable: "false",
|
|
112
|
+
...props,
|
|
113
|
+
children: [/* @__PURE__ */ jsx("path", { d: "m7 15 5 5 5-5" }), /* @__PURE__ */ jsx("path", { d: "m7 9 5-5 5 5" })]
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
function PlusIcon(props) {
|
|
117
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
+
width: "24",
|
|
120
|
+
height: "24",
|
|
121
|
+
viewBox: "0 0 24 24",
|
|
122
|
+
fill: "none",
|
|
123
|
+
stroke: "currentColor",
|
|
124
|
+
strokeWidth: "3",
|
|
125
|
+
strokeLinecap: "round",
|
|
126
|
+
strokeLinejoin: "round",
|
|
127
|
+
"aria-hidden": "true",
|
|
128
|
+
focusable: "false",
|
|
129
|
+
...props,
|
|
130
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M5 12h14" }), /* @__PURE__ */ jsx("path", { d: "M12 5v14" })]
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
function MinusIcon(props) {
|
|
134
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
136
|
+
width: "24",
|
|
137
|
+
height: "24",
|
|
138
|
+
viewBox: "0 0 24 24",
|
|
139
|
+
fill: "none",
|
|
140
|
+
stroke: "currentColor",
|
|
141
|
+
strokeWidth: "3",
|
|
142
|
+
strokeLinecap: "round",
|
|
143
|
+
strokeLinejoin: "round",
|
|
144
|
+
"aria-hidden": "true",
|
|
145
|
+
focusable: "false",
|
|
146
|
+
...props,
|
|
147
|
+
children: /* @__PURE__ */ jsx("path", { d: "M5 12h14" })
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
function ZoomOutIcon(props) {
|
|
151
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
+
width: "24",
|
|
154
|
+
height: "24",
|
|
155
|
+
viewBox: "0 0 24 24",
|
|
156
|
+
fill: "none",
|
|
157
|
+
stroke: "currentColor",
|
|
158
|
+
strokeWidth: "2",
|
|
159
|
+
strokeLinecap: "round",
|
|
160
|
+
strokeLinejoin: "round",
|
|
161
|
+
"aria-hidden": "true",
|
|
162
|
+
focusable: "false",
|
|
163
|
+
...props,
|
|
164
|
+
children: [
|
|
165
|
+
/* @__PURE__ */ jsx("circle", {
|
|
166
|
+
cx: "11",
|
|
167
|
+
cy: "11",
|
|
168
|
+
r: "8"
|
|
169
|
+
}),
|
|
170
|
+
/* @__PURE__ */ jsx("line", {
|
|
171
|
+
x1: "21",
|
|
172
|
+
x2: "16.65",
|
|
173
|
+
y1: "21",
|
|
174
|
+
y2: "16.65"
|
|
175
|
+
}),
|
|
176
|
+
/* @__PURE__ */ jsx("line", {
|
|
177
|
+
x1: "8",
|
|
178
|
+
x2: "14",
|
|
179
|
+
y1: "11",
|
|
180
|
+
y2: "11"
|
|
181
|
+
})
|
|
182
|
+
]
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
function ZoomInIcon(props) {
|
|
186
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
187
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
188
|
+
width: "24",
|
|
189
|
+
height: "24",
|
|
190
|
+
viewBox: "0 0 24 24",
|
|
191
|
+
fill: "none",
|
|
192
|
+
stroke: "currentColor",
|
|
193
|
+
strokeWidth: "2",
|
|
194
|
+
strokeLinecap: "round",
|
|
195
|
+
strokeLinejoin: "round",
|
|
196
|
+
"aria-hidden": "true",
|
|
197
|
+
focusable: "false",
|
|
198
|
+
...props,
|
|
199
|
+
children: [
|
|
200
|
+
/* @__PURE__ */ jsx("circle", {
|
|
201
|
+
cx: "11",
|
|
202
|
+
cy: "11",
|
|
203
|
+
r: "8"
|
|
204
|
+
}),
|
|
205
|
+
/* @__PURE__ */ jsx("line", {
|
|
206
|
+
x1: "21",
|
|
207
|
+
x2: "16.65",
|
|
208
|
+
y1: "21",
|
|
209
|
+
y2: "16.65"
|
|
210
|
+
}),
|
|
211
|
+
/* @__PURE__ */ jsx("line", {
|
|
212
|
+
x1: "11",
|
|
213
|
+
x2: "11",
|
|
214
|
+
y1: "8",
|
|
215
|
+
y2: "14"
|
|
216
|
+
}),
|
|
217
|
+
/* @__PURE__ */ jsx("line", {
|
|
218
|
+
x1: "8",
|
|
219
|
+
x2: "14",
|
|
220
|
+
y1: "11",
|
|
221
|
+
y2: "11"
|
|
222
|
+
})
|
|
223
|
+
]
|
|
224
|
+
});
|
|
225
|
+
}
|
|
226
|
+
function RotateCcwIcon(props) {
|
|
227
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
+
width: "24",
|
|
230
|
+
height: "24",
|
|
231
|
+
viewBox: "0 0 24 24",
|
|
232
|
+
fill: "none",
|
|
233
|
+
stroke: "currentColor",
|
|
234
|
+
strokeWidth: "2",
|
|
235
|
+
strokeLinecap: "round",
|
|
236
|
+
strokeLinejoin: "round",
|
|
237
|
+
"aria-hidden": "true",
|
|
238
|
+
focusable: "false",
|
|
239
|
+
...props,
|
|
240
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }), /* @__PURE__ */ jsx("path", { d: "M3 3v5h5" })]
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
function RotateCwIcon(props) {
|
|
244
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
246
|
+
width: "24",
|
|
247
|
+
height: "24",
|
|
248
|
+
viewBox: "0 0 24 24",
|
|
249
|
+
fill: "none",
|
|
250
|
+
stroke: "currentColor",
|
|
251
|
+
strokeWidth: "2",
|
|
252
|
+
strokeLinecap: "round",
|
|
253
|
+
strokeLinejoin: "round",
|
|
254
|
+
"aria-hidden": "true",
|
|
255
|
+
focusable: "false",
|
|
256
|
+
...props,
|
|
257
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" }), /* @__PURE__ */ jsx("path", { d: "M21 3v5h-5" })]
|
|
258
|
+
});
|
|
259
|
+
}
|
|
260
|
+
function PlayIcon(props) {
|
|
261
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
262
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
263
|
+
width: "24",
|
|
264
|
+
height: "24",
|
|
265
|
+
viewBox: "0 0 24 24",
|
|
266
|
+
fill: "none",
|
|
267
|
+
stroke: "currentColor",
|
|
268
|
+
strokeWidth: "2",
|
|
269
|
+
strokeLinecap: "round",
|
|
270
|
+
strokeLinejoin: "round",
|
|
271
|
+
"aria-hidden": "true",
|
|
272
|
+
focusable: "false",
|
|
273
|
+
...props,
|
|
274
|
+
children: /* @__PURE__ */ jsx("path", { 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" })
|
|
275
|
+
});
|
|
276
|
+
}
|
|
277
|
+
function PauseIcon(props) {
|
|
278
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
279
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
280
|
+
width: "24",
|
|
281
|
+
height: "24",
|
|
282
|
+
viewBox: "0 0 24 24",
|
|
283
|
+
fill: "none",
|
|
284
|
+
stroke: "currentColor",
|
|
285
|
+
strokeWidth: "2",
|
|
286
|
+
strokeLinecap: "round",
|
|
287
|
+
strokeLinejoin: "round",
|
|
288
|
+
"aria-hidden": "true",
|
|
289
|
+
focusable: "false",
|
|
290
|
+
...props,
|
|
291
|
+
children: [/* @__PURE__ */ jsx("rect", {
|
|
292
|
+
x: "14",
|
|
293
|
+
y: "3",
|
|
294
|
+
width: "5",
|
|
295
|
+
height: "18",
|
|
296
|
+
rx: "1"
|
|
297
|
+
}), /* @__PURE__ */ jsx("rect", {
|
|
298
|
+
x: "5",
|
|
299
|
+
y: "3",
|
|
300
|
+
width: "5",
|
|
301
|
+
height: "18",
|
|
302
|
+
rx: "1"
|
|
303
|
+
})]
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
function RestartIcon(props) {
|
|
307
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
309
|
+
width: "24",
|
|
310
|
+
height: "24",
|
|
311
|
+
viewBox: "0 0 24 24",
|
|
312
|
+
fill: "none",
|
|
313
|
+
stroke: "currentColor",
|
|
314
|
+
strokeWidth: "2",
|
|
315
|
+
strokeLinecap: "round",
|
|
316
|
+
strokeLinejoin: "round",
|
|
317
|
+
"aria-hidden": "true",
|
|
318
|
+
focusable: "false",
|
|
319
|
+
...props,
|
|
320
|
+
children: [
|
|
321
|
+
/* @__PURE__ */ jsx("path", { d: "M21 5H3" }),
|
|
322
|
+
/* @__PURE__ */ jsx("path", { d: "M7 12H3" }),
|
|
323
|
+
/* @__PURE__ */ jsx("path", { d: "M7 19H3" }),
|
|
324
|
+
/* @__PURE__ */ jsx("path", { 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" }),
|
|
325
|
+
/* @__PURE__ */ jsx("path", { d: "M11 10v4h4" })
|
|
326
|
+
]
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
function FlipHorizontalIcon(props) {
|
|
330
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
331
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
332
|
+
width: "24",
|
|
333
|
+
height: "24",
|
|
334
|
+
viewBox: "0 0 24 24",
|
|
335
|
+
fill: "none",
|
|
336
|
+
stroke: "currentColor",
|
|
337
|
+
strokeWidth: "2",
|
|
338
|
+
strokeLinecap: "round",
|
|
339
|
+
strokeLinejoin: "round",
|
|
340
|
+
"aria-hidden": "true",
|
|
341
|
+
focusable: "false",
|
|
342
|
+
...props,
|
|
343
|
+
children: [
|
|
344
|
+
/* @__PURE__ */ jsx("path", { d: "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3" }),
|
|
345
|
+
/* @__PURE__ */ jsx("path", { d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3" }),
|
|
346
|
+
/* @__PURE__ */ jsx("path", { d: "M12 20v2" }),
|
|
347
|
+
/* @__PURE__ */ jsx("path", { d: "M12 14v2" }),
|
|
348
|
+
/* @__PURE__ */ jsx("path", { d: "M12 8v2" }),
|
|
349
|
+
/* @__PURE__ */ jsx("path", { d: "M12 2v2" })
|
|
350
|
+
]
|
|
351
|
+
});
|
|
352
|
+
}
|
|
353
|
+
function MaximizeIcon(props) {
|
|
354
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
355
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
356
|
+
width: "24",
|
|
357
|
+
height: "24",
|
|
358
|
+
viewBox: "0 0 24 24",
|
|
359
|
+
fill: "none",
|
|
360
|
+
stroke: "currentColor",
|
|
361
|
+
strokeWidth: "2",
|
|
362
|
+
strokeLinecap: "round",
|
|
363
|
+
strokeLinejoin: "round",
|
|
364
|
+
"aria-hidden": "true",
|
|
365
|
+
focusable: "false",
|
|
366
|
+
...props,
|
|
367
|
+
children: [
|
|
368
|
+
/* @__PURE__ */ jsx("path", { d: "M15 3h6v6" }),
|
|
369
|
+
/* @__PURE__ */ jsx("path", { d: "m21 3-7 7" }),
|
|
370
|
+
/* @__PURE__ */ jsx("path", { d: "m3 21 7-7" }),
|
|
371
|
+
/* @__PURE__ */ jsx("path", { d: "M9 21H3v-6" })
|
|
372
|
+
]
|
|
373
|
+
});
|
|
374
|
+
}
|
|
375
|
+
function GripIcon(props) {
|
|
376
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
377
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
378
|
+
width: "24",
|
|
379
|
+
height: "24",
|
|
380
|
+
viewBox: "0 0 24 24",
|
|
381
|
+
fill: "none",
|
|
382
|
+
stroke: "currentColor",
|
|
383
|
+
strokeWidth: "2",
|
|
384
|
+
strokeLinecap: "round",
|
|
385
|
+
strokeLinejoin: "round",
|
|
386
|
+
"aria-hidden": "true",
|
|
387
|
+
focusable: "false",
|
|
388
|
+
...props,
|
|
389
|
+
children: [
|
|
390
|
+
/* @__PURE__ */ jsx("circle", {
|
|
391
|
+
cx: "12",
|
|
392
|
+
cy: "5",
|
|
393
|
+
r: "1"
|
|
394
|
+
}),
|
|
395
|
+
/* @__PURE__ */ jsx("circle", {
|
|
396
|
+
cx: "19",
|
|
397
|
+
cy: "5",
|
|
398
|
+
r: "1"
|
|
399
|
+
}),
|
|
400
|
+
/* @__PURE__ */ jsx("circle", {
|
|
401
|
+
cx: "5",
|
|
402
|
+
cy: "5",
|
|
403
|
+
r: "1"
|
|
404
|
+
}),
|
|
405
|
+
/* @__PURE__ */ jsx("circle", {
|
|
406
|
+
cx: "12",
|
|
407
|
+
cy: "12",
|
|
408
|
+
r: "1"
|
|
409
|
+
}),
|
|
410
|
+
/* @__PURE__ */ jsx("circle", {
|
|
411
|
+
cx: "19",
|
|
412
|
+
cy: "12",
|
|
413
|
+
r: "1"
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ jsx("circle", {
|
|
416
|
+
cx: "5",
|
|
417
|
+
cy: "12",
|
|
418
|
+
r: "1"
|
|
419
|
+
}),
|
|
420
|
+
/* @__PURE__ */ jsx("circle", {
|
|
421
|
+
cx: "12",
|
|
422
|
+
cy: "19",
|
|
423
|
+
r: "1"
|
|
424
|
+
}),
|
|
425
|
+
/* @__PURE__ */ jsx("circle", {
|
|
426
|
+
cx: "19",
|
|
427
|
+
cy: "19",
|
|
428
|
+
r: "1"
|
|
429
|
+
}),
|
|
430
|
+
/* @__PURE__ */ jsx("circle", {
|
|
431
|
+
cx: "5",
|
|
432
|
+
cy: "19",
|
|
433
|
+
r: "1"
|
|
434
|
+
})
|
|
435
|
+
]
|
|
436
|
+
});
|
|
437
|
+
}
|
|
438
|
+
function CheckIcon(props) {
|
|
439
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
440
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
441
|
+
width: "24",
|
|
442
|
+
height: "24",
|
|
443
|
+
viewBox: "0 0 24 24",
|
|
444
|
+
fill: "none",
|
|
445
|
+
stroke: "currentColor",
|
|
446
|
+
strokeWidth: "3",
|
|
447
|
+
strokeLinecap: "round",
|
|
448
|
+
strokeLinejoin: "round",
|
|
449
|
+
"aria-hidden": "true",
|
|
450
|
+
focusable: "false",
|
|
451
|
+
...props,
|
|
452
|
+
children: /* @__PURE__ */ jsx("path", { d: "M20 6 9 17l-5-5" })
|
|
453
|
+
});
|
|
454
|
+
}
|
|
455
|
+
function CloseIcon(props) {
|
|
456
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
458
|
+
width: "24",
|
|
459
|
+
height: "24",
|
|
460
|
+
viewBox: "0 0 24 24",
|
|
461
|
+
fill: "none",
|
|
462
|
+
stroke: "currentColor",
|
|
463
|
+
strokeWidth: "3",
|
|
464
|
+
strokeLinecap: "round",
|
|
465
|
+
strokeLinejoin: "round",
|
|
466
|
+
"aria-hidden": "true",
|
|
467
|
+
focusable: "false",
|
|
468
|
+
...props,
|
|
469
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M18 6 6 18" }), /* @__PURE__ */ jsx("path", { d: "m6 6 12 12" })]
|
|
470
|
+
});
|
|
471
|
+
}
|
|
472
|
+
function TrashIcon(props) {
|
|
473
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
474
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
475
|
+
width: "24",
|
|
476
|
+
height: "24",
|
|
477
|
+
viewBox: "0 0 24 24",
|
|
478
|
+
fill: "none",
|
|
479
|
+
stroke: "currentColor",
|
|
480
|
+
strokeWidth: "2",
|
|
481
|
+
strokeLinecap: "round",
|
|
482
|
+
strokeLinejoin: "round",
|
|
483
|
+
"aria-hidden": "true",
|
|
484
|
+
focusable: "false",
|
|
485
|
+
...props,
|
|
486
|
+
children: [
|
|
487
|
+
/* @__PURE__ */ jsx("path", { d: "M10 11v6" }),
|
|
488
|
+
/* @__PURE__ */ jsx("path", { d: "M14 11v6" }),
|
|
489
|
+
/* @__PURE__ */ jsx("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
490
|
+
/* @__PURE__ */ jsx("path", { d: "M3 6h18" }),
|
|
491
|
+
/* @__PURE__ */ jsx("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
492
|
+
]
|
|
493
|
+
});
|
|
494
|
+
}
|
|
495
|
+
function UploadIcon(props) {
|
|
496
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
498
|
+
width: "24",
|
|
499
|
+
height: "24",
|
|
500
|
+
viewBox: "0 0 24 24",
|
|
501
|
+
fill: "none",
|
|
502
|
+
stroke: "currentColor",
|
|
503
|
+
strokeWidth: "2",
|
|
504
|
+
strokeLinecap: "round",
|
|
505
|
+
strokeLinejoin: "round",
|
|
506
|
+
"aria-hidden": "true",
|
|
507
|
+
focusable: "false",
|
|
508
|
+
...props,
|
|
509
|
+
children: [
|
|
510
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3v12" }),
|
|
511
|
+
/* @__PURE__ */ jsx("path", { d: "m17 8-5-5-5 5" }),
|
|
512
|
+
/* @__PURE__ */ jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" })
|
|
513
|
+
]
|
|
514
|
+
});
|
|
515
|
+
}
|
|
516
|
+
function PencilIcon(props) {
|
|
517
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
518
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
519
|
+
width: "24",
|
|
520
|
+
height: "24",
|
|
521
|
+
viewBox: "0 0 24 24",
|
|
522
|
+
fill: "none",
|
|
523
|
+
stroke: "currentColor",
|
|
524
|
+
strokeWidth: "2",
|
|
525
|
+
strokeLinecap: "round",
|
|
526
|
+
strokeLinejoin: "round",
|
|
527
|
+
"aria-hidden": "true",
|
|
528
|
+
focusable: "false",
|
|
529
|
+
...props,
|
|
530
|
+
children: [/* @__PURE__ */ jsx("path", { 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" }), /* @__PURE__ */ jsx("path", { d: "m15 5 4 4" })]
|
|
531
|
+
});
|
|
532
|
+
}
|
|
533
|
+
function PipetteIcon(props) {
|
|
534
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
535
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
536
|
+
width: "24",
|
|
537
|
+
height: "24",
|
|
538
|
+
viewBox: "0 0 24 24",
|
|
539
|
+
fill: "none",
|
|
540
|
+
stroke: "currentColor",
|
|
541
|
+
strokeWidth: "2.5",
|
|
542
|
+
strokeLinecap: "round",
|
|
543
|
+
strokeLinejoin: "round",
|
|
544
|
+
"aria-hidden": "true",
|
|
545
|
+
focusable: "false",
|
|
546
|
+
...props,
|
|
547
|
+
children: [
|
|
548
|
+
/* @__PURE__ */ jsx("path", { d: "m2 22 1-1h3l9-9" }),
|
|
549
|
+
/* @__PURE__ */ jsx("path", { d: "M3 21v-3l9-9" }),
|
|
550
|
+
/* @__PURE__ */ jsx("path", { d: "m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9" }),
|
|
551
|
+
/* @__PURE__ */ jsx("path", { d: "m9 12 6 6" }),
|
|
552
|
+
/* @__PURE__ */ jsx("path", { d: "m12 9 3-3 3 3-3 3" })
|
|
553
|
+
]
|
|
554
|
+
});
|
|
555
|
+
}
|
|
556
|
+
function EyeIcon(props) {
|
|
557
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
558
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
559
|
+
width: "24",
|
|
560
|
+
height: "24",
|
|
561
|
+
viewBox: "0 0 24 24",
|
|
562
|
+
fill: "none",
|
|
563
|
+
stroke: "currentColor",
|
|
564
|
+
strokeWidth: "2",
|
|
565
|
+
strokeLinecap: "round",
|
|
566
|
+
strokeLinejoin: "round",
|
|
567
|
+
"aria-hidden": "true",
|
|
568
|
+
focusable: "false",
|
|
569
|
+
...props,
|
|
570
|
+
children: [/* @__PURE__ */ jsx("path", { 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" }), /* @__PURE__ */ jsx("circle", {
|
|
571
|
+
cx: "12",
|
|
572
|
+
cy: "12",
|
|
573
|
+
r: "3"
|
|
574
|
+
})]
|
|
575
|
+
});
|
|
576
|
+
}
|
|
577
|
+
function EyeClosedIcon(props) {
|
|
578
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
579
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
+
width: "24",
|
|
581
|
+
height: "24",
|
|
582
|
+
viewBox: "0 0 24 24",
|
|
583
|
+
fill: "none",
|
|
584
|
+
stroke: "currentColor",
|
|
585
|
+
strokeWidth: "2",
|
|
586
|
+
strokeLinecap: "round",
|
|
587
|
+
strokeLinejoin: "round",
|
|
588
|
+
"aria-hidden": "true",
|
|
589
|
+
focusable: "false",
|
|
590
|
+
...props,
|
|
591
|
+
children: [
|
|
592
|
+
/* @__PURE__ */ jsx("path", { d: "m15 18-.722-3.25" }),
|
|
593
|
+
/* @__PURE__ */ jsx("path", { d: "M2 8a10.645 10.645 0 0 0 20 0" }),
|
|
594
|
+
/* @__PURE__ */ jsx("path", { d: "m20 15-1.726-2.05" }),
|
|
595
|
+
/* @__PURE__ */ jsx("path", { d: "m4 15 1.726-2.05" }),
|
|
596
|
+
/* @__PURE__ */ jsx("path", { d: "m9 18 .722-3.25" })
|
|
597
|
+
]
|
|
598
|
+
});
|
|
599
|
+
}
|
|
600
|
+
function RatingStarIcon(props) {
|
|
601
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
602
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
603
|
+
width: "24",
|
|
604
|
+
height: "24",
|
|
605
|
+
viewBox: "0 0 24 24",
|
|
606
|
+
fill: "none",
|
|
607
|
+
stroke: "currentColor",
|
|
608
|
+
strokeWidth: "2",
|
|
609
|
+
strokeLinecap: "round",
|
|
610
|
+
strokeLinejoin: "round",
|
|
611
|
+
"aria-hidden": "true",
|
|
612
|
+
focusable: "false",
|
|
613
|
+
...props,
|
|
614
|
+
children: /* @__PURE__ */ jsx("path", { 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" })
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
function CopyIcon(props) {
|
|
618
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
619
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
620
|
+
width: "24",
|
|
621
|
+
height: "24",
|
|
622
|
+
viewBox: "0 0 24 24",
|
|
623
|
+
fill: "none",
|
|
624
|
+
stroke: "currentColor",
|
|
625
|
+
strokeWidth: "3",
|
|
626
|
+
strokeLinecap: "round",
|
|
627
|
+
strokeLinejoin: "round",
|
|
628
|
+
"aria-hidden": "true",
|
|
629
|
+
focusable: "false",
|
|
630
|
+
...props,
|
|
631
|
+
children: [/* @__PURE__ */ jsx("rect", {
|
|
632
|
+
width: "14",
|
|
633
|
+
height: "14",
|
|
634
|
+
x: "8",
|
|
635
|
+
y: "8",
|
|
636
|
+
rx: "2",
|
|
637
|
+
ry: "2"
|
|
638
|
+
}), /* @__PURE__ */ jsx("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })]
|
|
639
|
+
});
|
|
640
|
+
}
|
|
641
|
+
function FileIcon(props) {
|
|
642
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
644
|
+
width: "24",
|
|
645
|
+
height: "24",
|
|
646
|
+
viewBox: "0 0 24 24",
|
|
647
|
+
fill: "none",
|
|
648
|
+
stroke: "currentColor",
|
|
649
|
+
strokeWidth: "2",
|
|
650
|
+
strokeLinecap: "round",
|
|
651
|
+
strokeLinejoin: "round",
|
|
652
|
+
"aria-hidden": "true",
|
|
653
|
+
focusable: "false",
|
|
654
|
+
...props,
|
|
655
|
+
children: [/* @__PURE__ */ jsx("path", { 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" }), /* @__PURE__ */ jsx("path", { d: "M14 2v5a1 1 0 0 0 1 1h5" })]
|
|
656
|
+
});
|
|
657
|
+
}
|
|
658
|
+
function FolderIcon(props) {
|
|
659
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
660
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
661
|
+
width: "24",
|
|
662
|
+
height: "24",
|
|
663
|
+
viewBox: "0 0 24 24",
|
|
664
|
+
fill: "none",
|
|
665
|
+
stroke: "currentColor",
|
|
666
|
+
strokeWidth: "2",
|
|
667
|
+
strokeLinecap: "round",
|
|
668
|
+
strokeLinejoin: "round",
|
|
669
|
+
"aria-hidden": "true",
|
|
670
|
+
focusable: "false",
|
|
671
|
+
...props,
|
|
672
|
+
children: /* @__PURE__ */ jsx("path", { 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" })
|
|
673
|
+
});
|
|
674
|
+
}
|
|
675
|
+
function FolderOpenIcon(props) {
|
|
676
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
678
|
+
width: "24",
|
|
679
|
+
height: "24",
|
|
680
|
+
viewBox: "0 0 24 24",
|
|
681
|
+
fill: "none",
|
|
682
|
+
stroke: "currentColor",
|
|
683
|
+
strokeWidth: "2",
|
|
684
|
+
strokeLinecap: "round",
|
|
685
|
+
strokeLinejoin: "round",
|
|
686
|
+
"aria-hidden": "true",
|
|
687
|
+
focusable: "false",
|
|
688
|
+
...props,
|
|
689
|
+
children: /* @__PURE__ */ jsx("path", { 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" })
|
|
690
|
+
});
|
|
691
|
+
}
|
|
692
|
+
function IndeterminateIcon(props) {
|
|
693
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
694
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
695
|
+
width: "24",
|
|
696
|
+
height: "24",
|
|
697
|
+
viewBox: "0 0 24 24",
|
|
698
|
+
fill: "none",
|
|
699
|
+
stroke: "currentColor",
|
|
700
|
+
strokeWidth: "3",
|
|
701
|
+
strokeLinecap: "round",
|
|
702
|
+
strokeLinejoin: "round",
|
|
703
|
+
"aria-hidden": "true",
|
|
704
|
+
focusable: "false",
|
|
705
|
+
...props,
|
|
706
|
+
children: /* @__PURE__ */ jsx("path", { d: "M5 12h14" })
|
|
707
|
+
});
|
|
708
|
+
}
|
|
709
|
+
function SeparatorMarkIcon(props) {
|
|
710
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
711
|
+
viewBox: "0 0 16 4",
|
|
712
|
+
fill: "none",
|
|
713
|
+
"aria-hidden": "true",
|
|
714
|
+
focusable: "false",
|
|
715
|
+
...props,
|
|
716
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
717
|
+
d: "M1 2h14",
|
|
718
|
+
stroke: "currentColor",
|
|
719
|
+
strokeWidth: "1.6",
|
|
720
|
+
strokeLinecap: "round"
|
|
721
|
+
})
|
|
722
|
+
});
|
|
723
|
+
}
|
|
724
|
+
function ScrubCursorIcon(props) {
|
|
725
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
726
|
+
viewBox: "0 0 25 14",
|
|
727
|
+
fill: "black",
|
|
728
|
+
stroke: "white",
|
|
729
|
+
"aria-hidden": "true",
|
|
730
|
+
focusable: "false",
|
|
731
|
+
...props,
|
|
732
|
+
children: /* @__PURE__ */ jsx("path", { d: "M19.5 5.5H6.5V2L1 7l5.5 5v-3.5h13V12L25 7l-5.5-5z" })
|
|
733
|
+
});
|
|
734
|
+
}
|
|
735
|
+
function PopupArrowIcon({ fillClassName, outerStrokeClassName, innerStrokeClassName, ...props }) {
|
|
736
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
737
|
+
viewBox: "0 0 20 10",
|
|
738
|
+
fill: "none",
|
|
739
|
+
"aria-hidden": "true",
|
|
740
|
+
focusable: "false",
|
|
741
|
+
...props,
|
|
742
|
+
children: [
|
|
743
|
+
/* @__PURE__ */ jsx("path", {
|
|
744
|
+
d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
|
|
745
|
+
className: fillClassName
|
|
746
|
+
}),
|
|
747
|
+
/* @__PURE__ */ jsx("path", {
|
|
748
|
+
d: "M8.99542 1.85876C9.75604 1.17425 10.9106 1.17422 11.6713 1.85878L16.5281 6.22989C17.0789 6.72568 17.7938 7.00001 18.5349 7.00001L15.89 7L11.0023 2.60207C10.622 2.2598 10.0447 2.2598 9.66436 2.60207L4.77734 7L2.13171 7.00001C2.87284 7.00001 3.58774 6.72568 4.13861 6.22989L8.99542 1.85876Z",
|
|
749
|
+
className: outerStrokeClassName
|
|
750
|
+
}),
|
|
751
|
+
/* @__PURE__ */ jsx("path", {
|
|
752
|
+
d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
|
|
753
|
+
className: innerStrokeClassName
|
|
754
|
+
})
|
|
755
|
+
]
|
|
756
|
+
});
|
|
757
|
+
}
|
|
758
|
+
//#endregion
|
|
759
|
+
export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, CloseIcon, CopyIcon, EyeClosedIcon, EyeIcon, FileIcon, FlipHorizontalIcon, FolderIcon, FolderOpenIcon, GripIcon, IndeterminateIcon, MaximizeIcon, MinusIcon, PauseIcon, PencilIcon, PipetteIcon, PlayIcon, PlusIcon, PopupArrowIcon, RatingStarIcon, RestartIcon, RotateCcwIcon, RotateCwIcon, ScrubCursorIcon, SeparatorMarkIcon, TrashIcon, UploadIcon, ZoomInIcon, ZoomOutIcon };
|