@konstructio/ui 0.1.2-alpha.77 → 0.1.2-alpha.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AdditionalOptions-C2FDVZhu.js +45 -0
- package/dist/Modal-DAWdufZ_.js +120 -0
- package/dist/assets/icons/components/Accounts.js +35 -23
- package/dist/assets/icons/components/AddChart.js +26 -20
- package/dist/assets/icons/components/AlertOutline.js +26 -20
- package/dist/assets/icons/components/AppRepo.js +26 -20
- package/dist/assets/icons/components/Apps.js +26 -20
- package/dist/assets/icons/components/Archives.js +26 -20
- package/dist/assets/icons/components/ArrowDown.js +26 -20
- package/dist/assets/icons/components/ArrowLeft.js +26 -20
- package/dist/assets/icons/components/ArrowRight.js +26 -20
- package/dist/assets/icons/components/ArrowUp.js +25 -19
- package/dist/assets/icons/components/BarChart.js +36 -24
- package/dist/assets/icons/components/BookOpen.js +30 -20
- package/dist/assets/icons/components/CalendarMonth.js +26 -20
- package/dist/assets/icons/components/Check.js +26 -20
- package/dist/assets/icons/components/CheckCircleFilled.js +29 -25
- package/dist/assets/icons/components/CheckCircleOutline.js +26 -20
- package/dist/assets/icons/components/CheckboxMarkedCircleOutline.js +24 -20
- package/dist/assets/icons/components/ClockAlert.js +26 -20
- package/dist/assets/icons/components/ClockOutline.js +26 -20
- package/dist/assets/icons/components/Close.js +26 -20
- package/dist/assets/icons/components/Cloud.js +20 -20
- package/dist/assets/icons/components/CloudLockOutline.js +26 -20
- package/dist/assets/icons/components/Clusters.js +42 -24
- package/dist/assets/icons/components/CogOutline.js +26 -20
- package/dist/assets/icons/components/Copy.js +26 -20
- package/dist/assets/icons/components/Cpu.js +39 -23
- package/dist/assets/icons/components/Cube.js +26 -20
- package/dist/assets/icons/components/Datacenter.js +26 -20
- package/dist/assets/icons/components/Delete.js +26 -20
- package/dist/assets/icons/components/DollarSign.js +28 -20
- package/dist/assets/icons/components/Download.js +26 -20
- package/dist/assets/icons/components/Edit.js +26 -20
- package/dist/assets/icons/components/Ellipses.js +26 -20
- package/dist/assets/icons/components/Environments.js +28 -20
- package/dist/assets/icons/components/Error.js +26 -20
- package/dist/assets/icons/components/ErrorOutline.js +26 -20
- package/dist/assets/icons/components/Exclamation.js +26 -20
- package/dist/assets/icons/components/Git.js +26 -20
- package/dist/assets/icons/components/GitOpsCatalog.js +39 -23
- package/dist/assets/icons/components/GridView.js +20 -20
- package/dist/assets/icons/components/Help.js +23 -25
- package/dist/assets/icons/components/HideOutline.js +35 -23
- package/dist/assets/icons/components/Home.js +26 -20
- package/dist/assets/icons/components/Home2.js +26 -20
- package/dist/assets/icons/components/Id.js +25 -19
- package/dist/assets/icons/components/InfoCircle.js +29 -25
- package/dist/assets/icons/components/InformationOutline.js +26 -20
- package/dist/assets/icons/components/InvoiceList.js +26 -20
- package/dist/assets/icons/components/Key.js +26 -20
- package/dist/assets/icons/components/LightBulb.js +41 -23
- package/dist/assets/icons/components/Loader.js +26 -20
- package/dist/assets/icons/components/Network.js +26 -20
- package/dist/assets/icons/components/PagesStack.js +23 -25
- package/dist/assets/icons/components/Pageview.js +26 -20
- package/dist/assets/icons/components/People.js +26 -20
- package/dist/assets/icons/components/PhotoLibrary.js +25 -19
- package/dist/assets/icons/components/Pipeline.js +28 -20
- package/dist/assets/icons/components/Plus.js +26 -20
- package/dist/assets/icons/components/PowerSettings.js +26 -20
- package/dist/assets/icons/components/Preview.js +26 -20
- package/dist/assets/icons/components/ReceiptLong.js +20 -20
- package/dist/assets/icons/components/Refresh.js +26 -20
- package/dist/assets/icons/components/ScatterPlot.js +20 -20
- package/dist/assets/icons/components/Search.js +30 -25
- package/dist/assets/icons/components/Server.js +26 -20
- package/dist/assets/icons/components/Start.js +26 -20
- package/dist/assets/icons/components/TabNew.js +48 -24
- package/dist/assets/icons/components/Teams.js +26 -20
- package/dist/assets/icons/components/Upload.js +25 -19
- package/dist/assets/icons/components/Warning.js +26 -20
- package/dist/assets/icons/components/WarningTriangle.js +26 -20
- package/dist/assets/icons/components/X.js +26 -20
- package/dist/components/Alert/Alert.js +61 -78
- package/dist/components/Alert/Alert.variants.js +85 -30
- package/dist/components/AlertDialog/AlertDialog.js +128 -102
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +2 -3
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/AlertDialog/hooks/useAlertDialog.js +7 -25
- package/dist/components/Autocomplete/Autocomplete.js +83 -55
- package/dist/components/Autocomplete/Autocomplete.variants.js +21 -1
- package/dist/components/Autocomplete/components/List/List.js +45 -48
- package/dist/components/Autocomplete/components/List/List.variants.js +29 -1
- package/dist/components/Autocomplete/hooks/useAutocomplete.js +58 -74
- package/dist/components/Autocomplete/hooks/useNavigationList.js +62 -68
- package/dist/components/Badge/Badge.js +77 -66
- package/dist/components/Badge/Badge.variants.js +96 -33
- package/dist/components/Breadcrumb/Breadcrumb.js +70 -78
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +7 -1
- package/dist/components/Breadcrumb/components/Item/Item.js +47 -33
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +63 -26
- package/dist/components/Button/Button.js +40 -37
- package/dist/components/Button/Button.variants.js +292 -96
- package/dist/components/ButtonGroup/ButtonGroup.js +138 -101
- package/dist/components/ButtonGroup/ButtonGroup.variants.js +31 -9
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +113 -105
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +94 -48
- package/dist/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.js +43 -26
- package/dist/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.js +35 -28
- package/dist/components/ButtonGroup/hooks/useButtonGroup.js +61 -63
- package/dist/components/Card/Card.js +35 -35
- package/dist/components/Card/Card.variants.js +37 -25
- package/dist/components/Checkbox/Checkbox.js +268 -247
- package/dist/components/Checkbox/Checkbox.variants.js +65 -18
- package/dist/components/Command/Command.js +38 -46
- package/dist/components/Command/Command.variants.js +44 -1
- package/dist/components/Command/components/Command.js +6 -19
- package/dist/components/Command/components/CommandEmpty.js +13 -11
- package/dist/components/Command/components/CommandGroup.js +17 -19
- package/dist/components/Command/components/CommandInput.js +52 -60
- package/dist/components/Command/components/CommandItem.js +26 -28
- package/dist/components/Command/components/CommandList.js +14 -19
- package/dist/components/Command/components/CommandSeparator.js +14 -19
- package/dist/components/Command/components/CommandShortcut.js +16 -16
- package/dist/components/Command/components/DialogContent.js +29 -35
- package/dist/components/Command/components/DialogOverlay.js +16 -18
- package/dist/components/Command/contexts/Command.provider.js +21 -23
- package/dist/components/Counter/Counter.js +154 -151
- package/dist/components/Counter/Counter.variants.js +53 -6
- package/dist/components/DateRangePicker/DateRangePicker.js +162 -93
- package/dist/components/DateRangePicker/DateRangePicker.variants.js +20 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.js +115 -81
- package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.variants.js +45 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarDivider/CalendarDivider.js +20 -14
- package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +57 -50
- package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +250 -55
- package/dist/components/DateRangePicker/components/CalendarPanel/components/NavigationButton/NavigationButton.js +37 -33
- package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +94 -29
- package/dist/components/DateRangePicker/components/CalendarPanel/constants/index.js +126 -10
- package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useIndependentCarousel.js +113 -138
- package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useTogetherCarousel.js +16 -2
- package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.js +102 -68
- package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.variants.js +22 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +90 -55
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +90 -55
- package/dist/components/DateRangePicker/components/DateTimeInputs/hooks/useDateTimeInputs.js +177 -204
- package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.js +63 -58
- package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.variants.js +19 -1
- package/dist/components/DateRangePicker/constants/presets.js +7 -16
- package/dist/components/DateRangePicker/contexts/date-range-picker.hook.js +3 -1
- package/dist/components/DateRangePicker/contexts/date-range-picker.provider.js +171 -187
- package/dist/components/DateRangePicker/utils/disabled-dates.js +22 -16
- package/dist/components/DateRangePicker/utils/validation.js +17 -2
- package/dist/components/Datepicker/DatePicker.js +135 -80
- package/dist/components/Divider/Divider.js +7 -18
- package/dist/components/Drawer/Drawer.js +130 -108
- package/dist/components/Drawer/Drawer.variants.js +81 -17
- package/dist/components/Drawer/components/Body/Body.js +21 -18
- package/dist/components/Drawer/components/Footer/Footer.js +23 -18
- package/dist/components/Drawer/components/Header/Header.js +24 -20
- package/dist/components/Drawer/contexts/Drawer.context.js +2 -2
- package/dist/components/Drawer/hooks/useDrawer.js +57 -81
- package/dist/components/DropdownButton/DropdownButton.js +114 -99
- package/dist/components/Filter/Filter.js +29 -40
- package/dist/components/Filter/Filter.variants.js +17 -1
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +94 -128
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +144 -83
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +81 -87
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +120 -66
- package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +34 -22
- package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +117 -74
- package/dist/components/Filter/components/ResetButton/ResetButton.js +29 -24
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +135 -83
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +69 -83
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +151 -80
- package/dist/components/Filter/contexts/filter.provider.js +4 -16
- package/dist/components/Filter/events/index.js +3 -3
- package/dist/components/ImageUpload/ImageUpload.js +150 -48
- package/dist/components/ImageUpload/ImageUpload.variants.js +93 -41
- package/dist/components/Input/Input.js +168 -43
- package/dist/components/Input/Input.variants.js +51 -9
- package/dist/components/LineChart/LineChart.js +120 -83
- package/dist/components/Loading/Loading.js +18 -22
- package/dist/components/Loading/Loading.variants.js +8 -1
- package/dist/components/Modal/Modal.js +2 -3
- package/dist/components/Modal/components/Body/Body.js +5 -16
- package/dist/components/Modal/components/Footer/Footer.js +11 -16
- package/dist/components/Modal/components/Header/Header.js +11 -16
- package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -4
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +28 -1
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/Modal/contexts/Modal.context.js +3 -1
- package/dist/components/Modal/contexts/Modal.provider.js +23 -33
- package/dist/components/Modal/hooks/useModal.js +18 -29
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +32 -26
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +25 -1
- package/dist/components/MultiSelectDropdown/components/Item/Item.js +27 -32
- package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +32 -13
- package/dist/components/MultiSelectDropdown/components/List/List.js +27 -26
- package/dist/components/MultiSelectDropdown/components/List/List.variants.js +21 -1
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +123 -73
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +3 -1
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +131 -128
- package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +26 -30
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +6 -19
- package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +39 -9
- package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +33 -28
- package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +79 -21
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +41 -7
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +36 -47
- package/dist/components/PhoneNumberInput/components/Wrapper.js +503 -465
- package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +3 -1
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1135 -1163
- package/dist/components/PieChart/PieChart.js +72 -82
- package/dist/components/ProgressBar/ProgressBar.js +38 -47
- package/dist/components/ProgressBar/ProgressBar.variants.js +28 -11
- package/dist/components/Radio/Radio.js +95 -71
- package/dist/components/Radio/Radio.variants.js +85 -33
- package/dist/components/RadioCard/RadioCard.js +36 -32
- package/dist/components/RadioCardGroup/RadioCardGroup.js +43 -42
- package/dist/components/RadioGroup/RadioGroup.js +48 -48
- package/dist/components/Range/Range.js +61 -83
- package/dist/components/Range/Range.variants.js +49 -19
- package/dist/components/Select/Select.js +65 -52
- package/dist/components/Select/Select.variants.js +66 -13
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +2 -3
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +22 -1
- package/dist/components/Select/components/EmptyList.js +3 -8
- package/dist/components/Select/components/List/List.js +168 -89
- package/dist/components/Select/components/List/List.variants.js +41 -1
- package/dist/components/Select/components/ListItem/ListItem.js +96 -41
- package/dist/components/Select/components/ListItem/ListItem.variants.js +19 -1
- package/dist/components/Select/components/Wrapper.js +233 -110
- package/dist/components/Select/components/index.js +1 -1
- package/dist/components/Select/contexts/select.provider.js +41 -34
- package/dist/components/Select/hooks/useNavigationList.js +44 -50
- package/dist/components/Select/hooks/useSelect.js +94 -104
- package/dist/components/Sidebar/Sidebar.js +21 -26
- package/dist/components/Sidebar/Sidebar.variants.js +27 -1
- package/dist/components/Sidebar/components/Footer/Footer.js +6 -18
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +8 -1
- package/dist/components/Sidebar/components/Logo/Logo.js +6 -18
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +19 -1
- package/dist/components/Sidebar/components/Navigation/Navigation.js +17 -26
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +24 -33
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -24
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +39 -12
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +6 -17
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +5 -1
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +5 -20
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +10 -1
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +60 -21
- package/dist/components/Slider/Slider.js +56 -70
- package/dist/components/Slider/Slider.variants.js +41 -19
- package/dist/components/Spinner/Spinner.js +55 -56
- package/dist/components/Spinner/Spinner.variants.js +45 -19
- package/dist/components/Stepper/Stepper.js +72 -56
- package/dist/components/Stepper/Stepper.variants.js +188 -132
- package/dist/components/Stepper/components/HorizontalStepItem/HorizontalStepItem.js +197 -151
- package/dist/components/Stepper/components/StepConnector/StepConnector.js +27 -24
- package/dist/components/Stepper/components/StepIndicatorContent/StepIndicatorContent.js +20 -39
- package/dist/components/Stepper/components/StepItem/StepItem.js +6 -15
- package/dist/components/Stepper/components/VerticalStepItem/VerticalStepItem.js +111 -93
- package/dist/components/Stepper/hooks/useStepItemLogic.js +6 -3
- package/dist/components/Switch/Switch.js +178 -135
- package/dist/components/Switch/Switch.variants.js +40 -1
- package/dist/components/Table/Table.js +25 -29
- package/dist/components/Table/Table.variants.js +30 -6
- package/dist/components/Table/components/Body.js +16 -20
- package/dist/components/Table/components/Filter.js +7 -21
- package/dist/components/Table/components/Head.js +16 -20
- package/dist/components/Table/components/Row.js +26 -28
- package/dist/components/Tabs/Tabs.js +26 -34
- package/dist/components/Tabs/Tabs.variants.js +39 -10
- package/dist/components/Tabs/components/Content.js +14 -23
- package/dist/components/Tabs/components/List.js +19 -28
- package/dist/components/Tabs/components/Trigger.js +21 -25
- package/dist/components/Tag/Tag.js +17 -33
- package/dist/components/Tag/Tag.variants.js +36 -23
- package/dist/components/TagSelect/TagSelect.js +8 -19
- package/dist/components/TagSelect/TagSelect.variants.js +22 -1
- package/dist/components/TagSelect/components/Item/Item.js +18 -24
- package/dist/components/TagSelect/components/Item/Item.variants.js +26 -13
- package/dist/components/TagSelect/components/List/List.js +9 -22
- package/dist/components/TagSelect/components/List/List.variants.js +19 -1
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +84 -68
- package/dist/components/TagSelect/contexts/TagSelect.provider.js +65 -75
- package/dist/components/TagSelect/hooks/useTagSelect.js +26 -30
- package/dist/components/TextArea/TextArea.js +34 -35
- package/dist/components/TextArea/TextArea.variants.js +16 -1
- package/dist/components/TimePicker/TimePicker.js +11 -21
- package/dist/components/TimePicker/TimePicker.variants.js +64 -1
- package/dist/components/TimePicker/components/HoursList/HoursList.js +116 -77
- package/dist/components/TimePicker/components/MeridianList/MeridianList.js +88 -79
- package/dist/components/TimePicker/components/MinutesList/MinutesList.js +89 -66
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +228 -144
- package/dist/components/TimePicker/components/WrapperList/WrapperList.js +75 -44
- package/dist/components/TimePicker/contexts/time-picker.hook.js +3 -1
- package/dist/components/TimePicker/contexts/time-picker.provider.js +58 -76
- package/dist/components/Toast/Toast.js +338 -374
- package/dist/components/Toast/Toast.variants.js +43 -10
- package/dist/components/Tooltip/Tooltip.js +35 -36
- package/dist/components/Typography/Typography.js +23 -26
- package/dist/components/Typography/Typography.variants.js +59 -24
- package/dist/components/VirtualizedTable/VirtualizedTable.js +91 -9
- package/dist/components/VirtualizedTable/assets/chevron-down.js +23 -13
- package/dist/components/VirtualizedTable/assets/chevron-up.js +22 -12
- package/dist/components/VirtualizedTable/components/Actions/Actions.js +115 -62
- package/dist/components/VirtualizedTable/components/Body/Body.js +83 -29
- package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +165 -104
- package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +19 -13
- package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +49 -43
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +174 -116
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +57 -32
- package/dist/components/VirtualizedTable/components/Header/Header.js +98 -61
- package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +63 -65
- package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +102 -32
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +58 -51
- package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +24 -20
- package/dist/components/VirtualizedTable/contexts/table.provider.js +158 -129
- package/dist/components/VirtualizedTable/events/index.js +18 -18
- package/dist/components/index.js +1 -1
- package/dist/contexts/theme.provider.js +49 -61
- package/dist/hooks/useToggle.js +8 -10
- package/dist/index-C7zAY3xv.js +139 -0
- package/dist/{index-kTGTSLpq.js → index-Cmf-IG4l.js} +1 -1
- package/dist/{index-Dy4FVowi.js → index-CrCTywU1.js} +1 -1
- package/dist/{index-C6mt--X_.js → index-DWyM654o.js} +5 -5
- package/dist/{index-B9v5VxE2.js → index-Jr0cra7i.js} +6 -6
- package/dist/{index-CiACf4ao.js → index-mPinF0Ho.js} +3 -3
- package/dist/index.js +1 -1
- package/dist/package.json +1 -2
- package/dist/utils/index.js +3 -1
- package/package.json +1 -2
- package/dist/AdditionalOptions-DiXvUzhu.js +0 -42
- package/dist/Modal-h5H4yxYg.js +0 -128
- package/dist/compiler-runtime-DA41awpA.js +0 -36
- package/dist/index-0g-eSmV1.js +0 -142
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as d } from "react";
|
|
3
|
+
const e = d(
|
|
4
|
+
({ size: o = 24, color: t = "currentColor", ...h }, l) => /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: l,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 -960 960 960",
|
|
12
|
+
fill: t,
|
|
13
|
+
...h,
|
|
14
|
+
children: /* @__PURE__ */ r("path", { d: "M262.42-187.27q-80.58 0-137.46-55.87-56.88-55.87-56.88-136.63 0-71.61 46.59-127.38 46.6-55.77 117.91-65.12 17.85-88.03 87.5-144.25 69.66-56.21 159.92-56.21 105.96 0 179.75 74.12 73.79 74.11 73.79 179.42v22.73h12.31q61.61 2.69 103.84 47.79 42.23 45.09 42.23 106.55 0 64.49-45.12 109.67-45.13 45.18-110.03 45.18H262.42Zm0-55.96H736.8q41.51 0 70.33-28.69 28.83-28.69 28.83-70.23 0-41.54-28.71-70.13-28.7-28.59-70.28-28.59h-59.39v-78.25q0-82.02-57.78-139.83-57.79-57.82-139.77-57.82-81.98 0-139.76 57.79-57.79 57.79-57.79 139.79h-19.93q-57.63 0-98.07 40.19-40.44 40.19-40.44 97.79 0 57.59 40.44 97.79 40.44 40.19 97.94 40.19ZM480-480Z" })
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
);
|
|
18
|
+
e.displayName = "KonstructCloudIcon";
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
e as CloudIcon,
|
|
21
|
+
e as default
|
|
22
22
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as n } from "react";
|
|
3
|
+
const e = n(
|
|
4
|
+
({ size: C = 20, color: t = "currentColor", ...l }, r) => /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: r,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: C,
|
|
10
|
+
height: C,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...l,
|
|
14
|
+
children: /* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M5.41665 15H10.8333V16.6667H5.41665C4.16665 16.6667 3.07498 16.25 2.17498 15.3584C1.28331 14.4834 0.833313 13.4084 0.833313 12.15C0.833313 11.0667 1.15831 10.1 1.80831 9.25004C2.45831 8.40004 3.33331 7.85837 4.37498 7.62504C4.72498 6.35004 5.41665 5.31671 6.45831 4.52504C7.49998 3.73337 8.68331 3.33337 9.99998 3.33337C11.625 3.33337 13 3.90004 14.1333 5.03337C15.0666 5.96671 15.6083 7.08337 15.775 8.33337C15.1916 8.33337 14.6333 8.49171 14.125 8.71671C14.0333 7.75837 13.65 6.92504 12.95 6.21671C12.1333 5.41671 11.15 5.00004 9.99998 5.00004C8.84998 5.00004 7.86665 5.41671 7.04998 6.21671C6.24998 7.03337 5.83331 8.01671 5.83331 9.16671H5.41665C4.60831 9.16671 3.92498 9.45004 3.35831 10.025C2.78331 10.5917 2.49998 11.275 2.49998 12.0834C2.49998 12.8917 2.78331 13.575 3.35831 14.1667C3.92498 14.7167 4.60831 15 5.41665 15ZM19.1666 14.4167V17.3334C19.1666 17.8334 18.6666 18.3334 18.0833 18.3334H13.5C13 18.3334 12.5 17.8334 12.5 17.25V14.3334C12.5 13.8334 13 13.3334 13.5 13.3334V12.0834C13.5 10.9167 14.6666 10 15.8333 10C17 10 18.1666 10.9167 18.1666 12.0834V13.3334C18.6666 13.3334 19.1666 13.8334 19.1666 14.4167ZM17.0833 12.0834C17.0833 11.4167 16.5 11 15.8333 11C15.1666 11 14.5833 11.4167 14.5833 12.0834V13.3334H17.0833V12.0834Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
e.displayName = "KonstructCloudLockOutlineIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
e as CloudLockOutlineIcon,
|
|
27
|
+
e as default
|
|
22
28
|
};
|
|
@@ -1,26 +1,44 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
import { jsxs as o, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as e } from "react";
|
|
3
|
+
const i = e(
|
|
4
|
+
({ size: l = 24, color: t = "currentColor", ...r }, s) => /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: s,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: l,
|
|
10
|
+
height: l,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...r,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ C(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M13.8333 17.1666C15.214 17.1666 16.3333 16.0473 16.3333 14.6666C16.3333 13.2859 15.214 12.1666 13.8333 12.1666C12.4526 12.1666 11.3333 13.2859 11.3333 14.6666C11.3333 16.0473 12.4526 17.1666 13.8333 17.1666Z",
|
|
19
|
+
fill: t
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ C(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M9.16666 7.5C10.5474 7.5 11.6667 6.38071 11.6667 5C11.6667 3.61929 10.5474 2.5 9.16666 2.5C7.78594 2.5 6.66666 3.61929 6.66666 5C6.66666 6.38071 7.78594 7.5 9.16666 7.5Z",
|
|
26
|
+
fill: t
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ C(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M5.83334 14.1666C7.21406 14.1666 8.33334 13.0473 8.33334 11.6666C8.33334 10.2859 7.21406 9.16663 5.83334 9.16663C4.45263 9.16663 3.33334 10.2859 3.33334 11.6666C3.33334 13.0473 4.45263 14.1666 5.83334 14.1666Z",
|
|
33
|
+
fill: t
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
);
|
|
40
|
+
i.displayName = "KonstructClustersIcon";
|
|
23
41
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
42
|
+
i as ClustersIcon,
|
|
43
|
+
i as default
|
|
26
44
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as l } from "react";
|
|
3
|
+
const n = l(
|
|
4
|
+
({ size: C = 24, color: o = "currentColor", ...t }, r) => /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: r,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: C,
|
|
10
|
+
height: C,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...t,
|
|
14
|
+
children: /* @__PURE__ */ L(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M9.99999 6.66663C10.884 6.66663 11.7319 7.01782 12.357 7.64294C12.9821 8.26806 13.3333 9.1159 13.3333 9.99996C13.3333 10.884 12.9821 11.7319 12.357 12.357C11.7319 12.9821 10.884 13.3333 9.99999 13.3333C9.11593 13.3333 8.26809 12.9821 7.64297 12.357C7.01784 11.7319 6.66665 10.884 6.66665 9.99996C6.66665 9.1159 7.01784 8.26806 7.64297 7.64294C8.26809 7.01782 9.11593 6.66663 9.99999 6.66663ZM9.99999 8.33329C9.55796 8.33329 9.13404 8.50889 8.82148 8.82145C8.50892 9.13401 8.33332 9.55793 8.33332 9.99996C8.33332 10.442 8.50892 10.8659 8.82148 11.1785C9.13404 11.491 9.55796 11.6666 9.99999 11.6666C10.442 11.6666 10.8659 11.491 11.1785 11.1785C11.4911 10.8659 11.6667 10.442 11.6667 9.99996C11.6667 9.55793 11.4911 9.13401 11.1785 8.82145C10.8659 8.50889 10.442 8.33329 9.99999 8.33329ZM8.33332 18.3333C8.12499 18.3333 7.94999 18.1833 7.91665 17.9833L7.60832 15.775C7.08332 15.5666 6.63332 15.2833 6.19999 14.95L4.12499 15.7916C3.94165 15.8583 3.71666 15.7916 3.61666 15.6083L1.94999 12.725C1.84165 12.5416 1.89165 12.3166 2.04999 12.1916L3.80832 10.8083L3.74999 9.99996L3.80832 9.16663L2.04999 7.80829C1.89165 7.68329 1.84165 7.45829 1.94999 7.27496L3.61666 4.39163C3.71666 4.20829 3.94165 4.13329 4.12499 4.20829L6.19999 5.04163C6.63332 4.71663 7.08332 4.43329 7.60832 4.22496L7.91665 2.01663C7.94999 1.81663 8.12499 1.66663 8.33332 1.66663H11.6667C11.875 1.66663 12.05 1.81663 12.0833 2.01663L12.3917 4.22496C12.9167 4.43329 13.3667 4.71663 13.8 5.04163L15.875 4.20829C16.0583 4.13329 16.2833 4.20829 16.3833 4.39163L18.05 7.27496C18.1583 7.45829 18.1083 7.68329 17.95 7.80829L16.1917 9.16663L16.25 9.99996L16.1917 10.8333L17.95 12.1916C18.1083 12.3166 18.1583 12.5416 18.05 12.725L16.3833 15.6083C16.2833 15.7916 16.0583 15.8666 15.875 15.7916L13.8 14.9583C13.3667 15.2833 12.9167 15.5666 12.3917 15.775L12.0833 17.9833C12.05 18.1833 11.875 18.3333 11.6667 18.3333H8.33332ZM9.37499 3.33329L9.06666 5.50829C8.06666 5.71663 7.18332 6.24996 6.54165 6.99163L4.53332 6.12496L3.90832 7.20829L5.66665 8.49996C5.33332 9.47496 5.33332 10.5333 5.66665 11.5L3.89999 12.8L4.52499 13.8833L6.54999 13.0166C7.19166 13.75 8.06665 14.2833 9.05832 14.4833L9.36665 16.6666H10.6333L10.9417 14.4916C11.9333 14.2833 12.8083 13.75 13.45 13.0166L15.475 13.8833L16.1 12.8L14.3333 11.5083C14.6667 10.5333 14.6667 9.47496 14.3333 8.49996L16.0917 7.20829L15.4667 6.12496L13.4583 6.99163C12.8167 6.24996 11.9333 5.71663 10.9333 5.51663L10.625 3.33329H9.37499Z",
|
|
18
|
+
fill: o
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
n.displayName = "KonstructCogOutlineIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
n as CogOutlineIcon,
|
|
27
|
+
n as default
|
|
22
28
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as e } from "react";
|
|
3
|
+
const i = e(
|
|
4
|
+
({ size: o = 24, color: t = "currentColor", ...l }, n) => /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: n,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...l,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M13.3158 2H4.47368C3.66316 2 3 2.65455 3 3.45455V13.6364H4.47368V3.45455H13.3158V2ZM15.5263 4.90909H7.42105C6.61053 4.90909 5.94737 5.56364 5.94737 6.36364V16.5455C5.94737 17.3455 6.61053 18 7.42105 18H15.5263C16.3368 18 17 17.3455 17 16.5455V6.36364C17 5.56364 16.3368 4.90909 15.5263 4.90909ZM15.5263 16.5455H7.42105V6.36364H15.5263V16.5455Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
i.displayName = "KonstructCopyIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
i as CopyIcon,
|
|
27
|
+
i as default
|
|
22
28
|
};
|
|
@@ -1,25 +1,41 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
1
|
+
import { jsxs as o, jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as e } from "react";
|
|
3
|
+
const i = e(
|
|
4
|
+
({ size: C = 24, color: H = "currentColor", ...t }, r) => /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: r,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: C,
|
|
10
|
+
height: C,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...t,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ V(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M18.9933 10.095C19.1277 10.095 19.2566 10.0416 19.3516 9.9466C19.4466 9.85158 19.5 9.72271 19.5 9.58833C19.5 9.45396 19.4466 9.32509 19.3516 9.23007C19.2566 9.13505 19.1277 9.08167 18.9933 9.08167H17.6V5.66167H18.9933C19.1277 5.66167 19.2566 5.60829 19.3516 5.51327C19.4466 5.41825 19.5 5.28938 19.5 5.155C19.5 5.02062 19.4466 4.89175 19.3516 4.79673C19.2566 4.70171 19.1277 4.64833 18.9933 4.64833H17.6V3.73C17.6 3.37726 17.4599 3.03897 17.2105 2.78955C16.961 2.54012 16.6227 2.4 16.27 2.4H15.2883V1.00667C15.2883 0.87229 15.235 0.743418 15.1399 0.648399C15.0449 0.553381 14.916 0.5 14.7817 0.5C14.6473 0.5 14.5184 0.553381 14.4234 0.648399C14.3284 0.743418 14.275 0.87229 14.275 1.00667V2.4H10.855V1.00667C10.855 0.87229 10.8016 0.743418 10.7066 0.648399C10.6116 0.553381 10.4827 0.5 10.3483 0.5C10.214 0.5 10.0851 0.553381 9.99007 0.648399C9.89505 0.743418 9.84167 0.87229 9.84167 1.00667V2.4H6.42167V1.00667C6.42167 0.87229 6.36829 0.743418 6.27327 0.648399C6.17825 0.553381 6.04938 0.5 5.915 0.5C5.78062 0.5 5.65175 0.553381 5.55673 0.648399C5.46171 0.743418 5.40833 0.87229 5.40833 1.00667V2.4H3.73C3.37726 2.4 3.03897 2.54012 2.78955 2.78955C2.54012 3.03897 2.4 3.37726 2.4 3.73V4.64833H1.00667C0.87229 4.64833 0.743418 4.70171 0.648399 4.79673C0.553381 4.89175 0.5 5.02062 0.5 5.155C0.5 5.28938 0.553381 5.41825 0.648399 5.51327C0.743418 5.60829 0.87229 5.66167 1.00667 5.66167H2.4V9.08167H1.00667C0.87229 9.08167 0.743418 9.13505 0.648399 9.23007C0.553381 9.32509 0.5 9.45396 0.5 9.58833C0.5 9.72271 0.553381 9.85158 0.648399 9.9466C0.743418 10.0416 0.87229 10.095 1.00667 10.095H2.4V13.515H1.00667C0.87229 13.515 0.743418 13.5684 0.648399 13.6634C0.553381 13.7584 0.5 13.8873 0.5 14.0217C0.5 14.156 0.553381 14.2849 0.648399 14.3799C0.743418 14.475 0.87229 14.5283 1.00667 14.5283H2.4V16.27C2.4 16.6227 2.54012 16.961 2.78955 17.2105C3.03897 17.4599 3.37726 17.6 3.73 17.6H5.40833V18.9933C5.40833 19.1277 5.46171 19.2566 5.55673 19.3516C5.65175 19.4466 5.78062 19.5 5.915 19.5C6.04938 19.5 6.17825 19.4466 6.27327 19.3516C6.36829 19.2566 6.42167 19.1277 6.42167 18.9933V17.6H9.84167V18.9933C9.84167 19.1277 9.89505 19.2566 9.99007 19.3516C10.0851 19.4466 10.214 19.5 10.3483 19.5C10.4827 19.5 10.6116 19.4466 10.7066 19.3516C10.8016 19.2566 10.855 19.1277 10.855 18.9933V17.6H14.275V18.9933C14.275 19.1277 14.3284 19.2566 14.4234 19.3516C14.5184 19.4466 14.6473 19.5 14.7817 19.5C14.916 19.5 15.0449 19.4466 15.1399 19.3516C15.235 19.2566 15.2883 19.1277 15.2883 18.9933V17.6H16.27C16.6227 17.6 16.961 17.4599 17.2105 17.2105C17.4599 16.961 17.6 16.6227 17.6 16.27V14.5283H18.9933C19.1277 14.5283 19.2566 14.475 19.3516 14.3799C19.4466 14.2849 19.5 14.156 19.5 14.0217C19.5 13.8873 19.4466 13.7584 19.3516 13.6634C19.2566 13.5684 19.1277 13.515 18.9933 13.515H17.6V10.095H18.9933ZM16.3333 16.27C16.3333 16.2868 16.3267 16.3029 16.3148 16.3148C16.3029 16.3267 16.2868 16.3333 16.27 16.3333H3.73C3.7132 16.3333 3.69709 16.3267 3.68522 16.3148C3.67334 16.3029 3.66667 16.2868 3.66667 16.27V3.73C3.66667 3.7132 3.67334 3.69709 3.68522 3.68522C3.69709 3.67334 3.7132 3.66667 3.73 3.66667H16.27C16.2868 3.66667 16.3029 3.67334 16.3148 3.68522C16.3267 3.69709 16.3333 3.7132 16.3333 3.73V16.27Z",
|
|
19
|
+
fill: H
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ V(
|
|
23
|
+
"rect",
|
|
24
|
+
{
|
|
25
|
+
x: "5.75",
|
|
26
|
+
y: "5.75",
|
|
27
|
+
width: "8.5",
|
|
28
|
+
height: "8.5",
|
|
29
|
+
rx: "0.5",
|
|
30
|
+
stroke: H
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
);
|
|
37
|
+
i.displayName = "KonstructCpuIcon";
|
|
22
38
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
39
|
+
i as CpuIcon,
|
|
40
|
+
i as default
|
|
25
41
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as e } from "react";
|
|
3
|
+
const l = e(
|
|
4
|
+
({ size: o = 24, color: t = "currentColor", ...L }, C) => /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: C,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...L,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M17.5 13.75C17.5 14.0666 17.325 14.3416 17.0583 14.4833L10.475 18.1833C10.3417 18.2833 10.175 18.3333 10 18.3333C9.825 18.3333 9.65833 18.2833 9.525 18.1833L2.94167 14.4833C2.675 14.3416 2.5 14.0666 2.5 13.75V6.24996C2.5 5.93329 2.675 5.65829 2.94167 5.51663L9.525 1.81663C9.65833 1.71663 9.825 1.66663 10 1.66663C10.175 1.66663 10.3417 1.71663 10.475 1.81663L17.0583 5.51663C17.325 5.65829 17.5 5.93329 17.5 6.24996V13.75ZM10 3.45829L5.03333 6.24996L10 9.04163L14.9667 6.24996L10 3.45829ZM4.16667 13.2583L9.16667 16.075V10.4833L4.16667 7.67496V13.2583ZM15.8333 13.2583V7.67496L10.8333 10.4833V16.075L15.8333 13.2583Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
l.displayName = "KonstructCubeIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
l as CubeIcon,
|
|
27
|
+
l as default
|
|
22
28
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as e } from "react";
|
|
3
|
+
const M = e(
|
|
4
|
+
({ size: H = 24, color: t = "currentColor", ...o }, r) => /* @__PURE__ */ V(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: r,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: H,
|
|
10
|
+
height: H,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...o,
|
|
14
|
+
children: /* @__PURE__ */ V(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M12.5 7.50004H14.1667V9.16671H12.5V7.50004ZM14.1667 4.16671H12.5V5.83337H14.1667V4.16671ZM9.16667 12.5H10.8333V10.8334H9.16667V12.5ZM10.8333 4.16671H9.16667V5.83337H10.8333V4.16671ZM9.16667 9.16671H10.8333V7.50004H9.16667V9.16671ZM7.5 4.16671H5.83333V5.83337H7.5V4.16671ZM7.5 7.50004H5.83333V9.16671H7.5V7.50004ZM12.125 17.5H10.8333V14.5834H9.16667V17.5H4.16667V2.50004H15.8333V9.19171C16.425 9.24171 16.9917 9.42504 17.5 9.69171V0.833374H2.5V19.1667H13.2583C12.9167 18.7 12.5 18.1334 12.125 17.5ZM5.83333 15.8334H7.5V14.1667H5.83333V15.8334ZM7.5 10.8334H5.83333V12.5H7.5V10.8334ZM18.3333 13.75C18.3333 15.9167 15.4167 19.1667 15.4167 19.1667C15.4167 19.1667 12.5 15.9167 12.5 13.75C12.5 12.1667 13.8333 10.8334 15.4167 10.8334C17 10.8334 18.3333 12.1667 18.3333 13.75ZM16.4167 13.8334C16.4167 13.3334 15.9167 12.8334 15.4167 12.8334C14.9167 12.8334 14.4167 13.25 14.4167 13.8334C14.4167 14.3334 14.8333 14.8334 15.4167 14.8334C16 14.8334 16.5 14.3334 16.4167 13.8334Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
M.displayName = "KonstructDatacenterIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
M as DatacenterIcon,
|
|
27
|
+
M as default
|
|
22
28
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as n } from "react";
|
|
3
|
+
const i = n(
|
|
4
|
+
({ size: o = 24, color: e = "currentColor", ...r }, l) => /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: l,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...r,
|
|
14
|
+
children: /* @__PURE__ */ t(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M4.99999 15.8333C4.99999 16.75 5.74999 17.5 6.66666 17.5H13.3333C14.25 17.5 15 16.75 15 15.8333V5.83333H4.99999V15.8333ZM6.66666 7.5H13.3333V15.8333H6.66666V7.5ZM12.9167 3.33333L12.0833 2.5H7.91666L7.08332 3.33333H4.16666V5H15.8333V3.33333H12.9167Z",
|
|
18
|
+
fill: e
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
i.displayName = "KonstructDeleteIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
i as DeleteIcon,
|
|
27
|
+
i as default
|
|
22
28
|
};
|
|
@@ -1,22 +1,30 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as t } from "react";
|
|
3
|
+
const C = t(
|
|
4
|
+
({ size: o = 24, color: r = "currentColor", ...e }, n) => /* @__PURE__ */ l(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: n,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 10 18",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...e,
|
|
14
|
+
children: /* @__PURE__ */ l(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M5.57143 9.42857V13.7143C7.07957 13.5789 7.71429 12.7341 7.71429 11.6186C7.71429 10.5441 7.22057 9.90857 5.57143 9.42857ZM4.28571 7.28571V3.42857C2.883 3.60643 2.14286 4.42714 2.14286 5.32714C2.14286 6.22714 2.72743 6.89014 4.28571 7.28571ZM5.50286 7.60157L5.96229 7.72029C8.47886 8.32414 9.85714 9.393 9.85714 11.5011C9.85714 13.926 7.94314 15.3017 5.50286 15.48V17.1429H4.42157V15.48C1.99071 15.2919 0.0672857 13.8767 0 11.5011H1.98086C2.15314 12.6591 2.88086 13.5103 4.42157 13.6783V9.36386L4.029 9.26486C1.59814 8.68071 0.287143 7.55229 0.287143 5.54314C0.287143 3.32614 2.01 1.86129 4.42157 1.67314V0H5.50286V1.67271C7.89514 1.87071 9.62743 3.35529 9.70414 5.60229H7.71343C7.58914 4.35514 6.72771 3.63257 5.50286 3.474V7.60157Z",
|
|
20
|
+
fill: r
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
C.displayName = "KonstructDollarSignIcon";
|
|
19
27
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
28
|
+
C as DollarSignIcon,
|
|
29
|
+
C as default
|
|
22
30
|
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as w } from "react";
|
|
3
|
+
const a = w(
|
|
4
|
+
({ size: o = 24, color: t = "currentColor", ...l }, n) => /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: n,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...l,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M4 18C3.45 18 2.97933 17.8043 2.588 17.413C2.196 17.021 2 16.55 2 16V13H4V16H16V13H18V16C18 16.55 17.8043 17.021 17.413 17.413C17.021 17.8043 16.55 18 16 18H4ZM10 14L5 9L6.4 7.55L9 10.15V2H11V10.15L13.6 7.55L15 9L10 14Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
a.displayName = "KonstructDownloadIcon";
|
|
19
25
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
26
|
+
a as DownloadIcon,
|
|
27
|
+
a as default
|
|
22
28
|
};
|