@povio/ui 2.2.6 → 2.2.8-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/assets/icons/AlignCenter.js +3 -1
- package/dist/assets/icons/AlignLeft.js +3 -1
- package/dist/assets/icons/AlignLeftRight.js +3 -1
- package/dist/assets/icons/AlignRight.js +3 -1
- package/dist/assets/icons/ArrowDropDown.js +3 -1
- package/dist/assets/icons/ArrowDropUp.js +3 -1
- package/dist/assets/icons/ArrowLeft.js +3 -1
- package/dist/assets/icons/ArrowRight.js +3 -1
- package/dist/assets/icons/Bold.js +3 -1
- package/dist/assets/icons/BulletedList.js +3 -1
- package/dist/assets/icons/Calendar.js +3 -1
- package/dist/assets/icons/Check.js +3 -1
- package/dist/assets/icons/CheckCircle.js +3 -1
- package/dist/assets/icons/CheckboxCheckmark.js +3 -1
- package/dist/assets/icons/CheckboxIndeterminate.js +3 -1
- package/dist/assets/icons/ChevronDown.js +3 -1
- package/dist/assets/icons/ChevronLeft.js +3 -1
- package/dist/assets/icons/ChevronRight.js +3 -1
- package/dist/assets/icons/ChevronUp.js +3 -1
- package/dist/assets/icons/ChevronsLeft.js +3 -1
- package/dist/assets/icons/ChevronsRight.js +3 -1
- package/dist/assets/icons/Clock.js +3 -1
- package/dist/assets/icons/Close.js +3 -1
- package/dist/assets/icons/DateTime.js +3 -1
- package/dist/assets/icons/DragIndicator.js +3 -1
- package/dist/assets/icons/File.js +3 -1
- package/dist/assets/icons/Highlight.js +3 -1
- package/dist/assets/icons/HighlightOn.js +3 -1
- package/dist/assets/icons/Home.js +3 -1
- package/dist/assets/icons/Info.js +3 -1
- package/dist/assets/icons/Italic.js +3 -1
- package/dist/assets/icons/Link.js +3 -1
- package/dist/assets/icons/Menu.js +3 -1
- package/dist/assets/icons/NumberedList.js +3 -1
- package/dist/assets/icons/PointerHorizontal.js +3 -1
- package/dist/assets/icons/PointerVertical.js +3 -1
- package/dist/assets/icons/Search.js +3 -1
- package/dist/assets/icons/Send.js +3 -1
- package/dist/assets/icons/Strikethrough.js +3 -1
- package/dist/assets/icons/TextColor.js +3 -1
- package/dist/assets/icons/Today.js +3 -1
- package/dist/assets/icons/Underlined.js +3 -1
- package/dist/assets/icons/Upload.js +3 -1
- package/dist/assets/icons/Visibility.js +3 -1
- package/dist/assets/icons/VisibilityOff.js +3 -1
- package/dist/assets/icons/WarningFilled.js +3 -1
- package/dist/assets/locales/en/translation.json.js +1 -0
- package/dist/assets/locales/sl/translation.json.js +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js +5 -3
- package/dist/components/Breadcrumbs/breadcrumbs.cva.js +7 -5
- package/dist/components/Menu/Menu.js +3 -1
- package/dist/components/Menu/MenuDesktop.js +3 -1
- package/dist/components/Menu/MenuItem.js +3 -1
- package/dist/components/Menu/MenuMobile.js +3 -1
- package/dist/components/Menu/MenuPopover.js +3 -1
- package/dist/components/Menu/menu.cva.js +6 -4
- package/dist/components/buttons/Button/Button.js +3 -1
- package/dist/components/buttons/Button/button.cva.js +7 -5
- package/dist/components/buttons/IconButton/IconButton.js +3 -1
- package/dist/components/buttons/InlineIconButton/InlineIconButton.js +3 -1
- package/dist/components/buttons/PillButton/PillButton.js +3 -1
- package/dist/components/buttons/PillButton/pillButton.cva.js +6 -4
- package/dist/components/buttons/SplitButton/SplitButton.js +3 -1
- package/dist/components/buttons/TextButton/TextButton.js +3 -1
- package/dist/components/buttons/ToggleButton/ToggleButton.js +3 -1
- package/dist/components/buttons/shared/ButtonContent.js +3 -1
- package/dist/components/buttons/shared/buttonContent.cva.js +2 -1
- package/dist/components/inputs/Checkbox/Checkbox.js +3 -1
- package/dist/components/inputs/Checkbox/CheckboxCheckmark.js +3 -1
- package/dist/components/inputs/Checkbox/checkbox.cva.js +6 -4
- package/dist/components/inputs/DateTime/DatePicker/DatePicker.js +63 -4
- package/dist/components/inputs/DateTime/DateRangePicker/DateRangePicker.js +98 -10
- package/dist/components/inputs/DateTime/DateTimePicker/DateTimePicker.js +63 -4
- package/dist/components/inputs/DateTime/TimePicker/TimePicker.d.ts +1 -0
- package/dist/components/inputs/DateTime/TimePicker/TimePicker.js +64 -6
- package/dist/components/inputs/DateTime/shared/Calendar.js +3 -1
- package/dist/components/inputs/DateTime/shared/CalendarCell.js +3 -1
- package/dist/components/inputs/DateTime/shared/CalendarGrid.js +3 -1
- package/dist/components/inputs/DateTime/shared/CalendarHeader.js +3 -1
- package/dist/components/inputs/DateTime/shared/CalendarSelectHeader.js +4 -2
- package/dist/components/inputs/DateTime/shared/DateField.js +3 -1
- package/dist/components/inputs/DateTime/shared/DatePickerInput.js +3 -1
- package/dist/components/inputs/DateTime/shared/DateSegmentItem.js +4 -2
- package/dist/components/inputs/DateTime/shared/DateTimeDialog.js +3 -1
- package/dist/components/inputs/DateTime/shared/DateTimeDialogFooter.js +4 -2
- package/dist/components/inputs/DateTime/shared/MonthPicker.js +3 -1
- package/dist/components/inputs/DateTime/shared/RangeCalendar.js +3 -1
- package/dist/components/inputs/DateTime/shared/TimeField.js +3 -1
- package/dist/components/inputs/DateTime/shared/TimePickerForm.js +3 -1
- package/dist/components/inputs/DateTime/shared/TimePickerInput.d.ts +2 -1
- package/dist/components/inputs/DateTime/shared/TimePickerInput.js +6 -5
- package/dist/components/inputs/DateTime/shared/YearPicker.js +3 -1
- package/dist/components/inputs/File/FileUpload.js +6 -4
- package/dist/components/inputs/File/FileUploadContainer.js +3 -1
- package/dist/components/inputs/File/InputUpload.js +3 -1
- package/dist/components/inputs/File/shared/FileCard.js +3 -1
- package/dist/components/inputs/File/shared/FileCardList.js +3 -1
- package/dist/components/inputs/File/shared/FileUploadContent.js +3 -1
- package/dist/components/inputs/File/shared/FileUploadContentEmpty.js +3 -1
- package/dist/components/inputs/File/shared/FileUploadContentError.js +4 -2
- package/dist/components/inputs/File/shared/FileUploadContentFilled.js +4 -2
- package/dist/components/inputs/File/shared/FileUploadContentLoading.js +4 -2
- package/dist/components/inputs/File/shared/InputUploadContent.js +4 -2
- package/dist/components/inputs/File/shared/InputUploadFilled.js +3 -1
- package/dist/components/inputs/File/shared/ProgressBar.js +3 -1
- package/dist/components/inputs/File/shared/fileUpload.cva.js +4 -2
- package/dist/components/inputs/File/shared/inputUploadButton.cva.js +6 -3
- package/dist/components/inputs/FormField/FormField.js +3 -1
- package/dist/components/inputs/FormField/FormFieldError.js +3 -1
- package/dist/components/inputs/FormField/FormFieldHeader.js +3 -1
- package/dist/components/inputs/FormField/FormFieldHeaderClose.js +4 -2
- package/dist/components/inputs/FormField/FormFieldHelper.js +3 -1
- package/dist/components/inputs/FormField/FormFieldLabel.js +3 -1
- package/dist/components/inputs/FormField/formFieldError.cva.js +3 -1
- package/dist/components/inputs/FormField/formFieldHelper.cva.js +3 -1
- package/dist/components/inputs/Input/NumberInput/NumberInput.d.ts +1 -0
- package/dist/components/inputs/Input/NumberInput/NumberInput.js +82 -8
- package/dist/components/inputs/Input/PasswordInput/PasswordInput.js +4 -2
- package/dist/components/inputs/Input/TextArea/TextArea.js +3 -1
- package/dist/components/inputs/Input/TextInput/TextInput.d.ts +1 -0
- package/dist/components/inputs/Input/TextInput/TextInput.js +85 -8
- package/dist/components/inputs/Input/shared/InputContent.js +3 -1
- package/dist/components/inputs/Inputs/Form.js +2 -0
- package/dist/components/inputs/Inputs/InputItem.js +2 -0
- package/dist/components/inputs/Inputs/Inputs.js +2 -0
- package/dist/components/inputs/RadioGroup/RadioGroup.js +3 -1
- package/dist/components/inputs/RadioGroup/radio.cva.js +5 -3
- package/dist/components/inputs/Selection/Autocomplete/Autocomplete.js +64 -2
- package/dist/components/inputs/Selection/Autocomplete/QueryAutocomplete.js +3 -1
- package/dist/components/inputs/Selection/Select/Select.js +65 -2
- package/dist/components/inputs/Selection/shared/SelectBase.js +3 -1
- package/dist/components/inputs/Selection/shared/SelectDesktop.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectInput.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectInputTags.js +3 -1
- package/dist/components/inputs/Selection/shared/SelectListBox.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectListBoxItem.js +5 -3
- package/dist/components/inputs/Selection/shared/SelectListBoxItemSelectAll.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectListBoxLoadingItem.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectListBoxSelectionBar.js +4 -2
- package/dist/components/inputs/Selection/shared/SelectMobile.js +3 -1
- package/dist/components/inputs/Selection/shared/select.context.js +20 -18
- package/dist/components/inputs/Selection/shared/useSelectItems.js +6 -4
- package/dist/components/inputs/Slider/Slider.js +3 -1
- package/dist/components/inputs/TextEditor/TextEditor.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/ColorPicker.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/ColorPickerDropdown.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/HyperlinkAction.js +4 -2
- package/dist/components/inputs/TextEditor/Toolbar/TextAlignSelect.js +4 -2
- package/dist/components/inputs/TextEditor/Toolbar/TextColorSelect.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/TextEditorToolbar.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/TextHighlightSelect.js +3 -1
- package/dist/components/inputs/TextEditor/Toolbar/TextListActions.js +4 -2
- package/dist/components/inputs/TextEditor/Toolbar/TextMarksActions.js +4 -2
- package/dist/components/inputs/TextEditor/Toolbar/TextStyleSelect.js +4 -2
- package/dist/components/inputs/TextEditor/textEditor.types.js +3 -1
- package/dist/components/inputs/Toggle/Toggle.js +3 -1
- package/dist/components/inputs/Toggle/toggle.cva.js +4 -2
- package/dist/components/inputs/shared/CheckContent.js +3 -1
- package/dist/components/inputs/shared/InputClear.js +5 -3
- package/dist/components/inputs/shared/StaticInput.d.ts +18 -0
- package/dist/components/inputs/shared/StaticInput.js +69 -0
- package/dist/components/inputs/shared/TooltipWrapper.js +3 -1
- package/dist/components/inputs/shared/input.cva.js +6 -4
- package/dist/components/inputs/shared/label.cva.js +4 -2
- package/dist/components/navigation/Accordion/Accordion.js +3 -1
- package/dist/components/navigation/Accordion/AccordionItem.js +3 -1
- package/dist/components/navigation/Accordion/accordion.cva.js +12 -10
- package/dist/components/navigation/Stepper/Stepper.js +3 -1
- package/dist/components/navigation/Stepper/StepperItem.js +3 -1
- package/dist/components/navigation/Stepper/StepperSeparator.js +3 -1
- package/dist/components/navigation/Stepper/stepper.cva.js +9 -7
- package/dist/components/outline.clsx.js +4 -2
- package/dist/components/overlays/ActionModal/ActionModal.js +3 -1
- package/dist/components/overlays/BottomSheet/BottomSheet.js +3 -1
- package/dist/components/overlays/BottomSheet/BottomSheetHeader.js +4 -2
- package/dist/components/overlays/Drawer/Drawer.js +3 -1
- package/dist/components/overlays/Modal/Modal.js +4 -2
- package/dist/components/overlays/Modal/modal.cva.js +5 -3
- package/dist/components/overlays/ResponsivePopover/ResponsivePopover.js +3 -1
- package/dist/components/overlays/Tooltip/Tooltip.js +7 -2
- package/dist/components/overlays/Tooltip/TooltipEllipsis.js +3 -1
- package/dist/components/overlays/Tooltip/tooltip.cva.js +6 -4
- package/dist/components/segment/Segment.js +3 -1
- package/dist/components/segment/SegmentItem.js +3 -1
- package/dist/components/segment/segment.cva.js +4 -2
- package/dist/components/shared/pagination/Pagination.js +4 -2
- package/dist/components/shared/pagination/PaginationList.js +4 -2
- package/dist/components/shared/pagination/minWidth.cva.js +3 -1
- package/dist/components/shared/popover.cva.js +3 -1
- package/dist/components/status/Alert/Alert.js +3 -1
- package/dist/components/status/Alert/alert.cva.js +3 -1
- package/dist/components/status/Loader/Loader.js +3 -1
- package/dist/components/status/Loader/loader.cva.js +4 -2
- package/dist/components/status/Toast/Toast.js +15 -6
- package/dist/components/status/Toast/toast.cva.js +6 -20
- package/dist/components/status/Toast/useToast.js +3 -1
- package/dist/components/status/shared/status.cva.js +4 -2
- package/dist/components/table/CellText.js +3 -1
- package/dist/components/table/ColumnConfig.js +3 -1
- package/dist/components/table/HeaderText.js +3 -1
- package/dist/components/table/InfiniteTable.js +3 -1
- package/dist/components/table/PaginatedTable.js +3 -1
- package/dist/components/table/Table.js +4 -2
- package/dist/components/table/table.cva.js +8 -6
- package/dist/components/text/Link/Link.js +3 -1
- package/dist/components/text/Link/link.cva.js +3 -1
- package/dist/components/text/Tag/Tag.d.ts +3 -0
- package/dist/components/text/Tag/Tag.js +9 -4
- package/dist/components/text/Tag/tag.cva.js +3 -1
- package/dist/components/text/Typography/Typography.js +3 -1
- package/dist/components/text/Typography/typography.cva.js +3 -1
- package/dist/config/confirmation.context.js +4 -2
- package/dist/config/i18n.js +4 -2
- package/dist/config/link.context.js +3 -1
- package/dist/config/router.context.js +3 -1
- package/dist/config/theme.context.js +8 -6
- package/dist/config/uiConfig.context.d.ts +5 -0
- package/dist/config/uiConfig.context.js +10 -2
- package/dist/config/uiStyle.context.js +3 -1
- package/dist/helpers/dynamicColumns.js +4 -2
- package/dist/helpers/dynamicInputs.js +5 -3
- package/dist/hooks/useAutosave.js +2 -0
- package/dist/hooks/useBreakpoint.js +5 -3
- package/dist/hooks/useDebounceCallback.js +2 -0
- package/dist/hooks/useDeepCompare.js +5 -3
- package/dist/hooks/useFilters.js +3 -1
- package/dist/hooks/useForm.js +2 -0
- package/dist/hooks/useFormAutosave.js +2 -0
- package/dist/hooks/useIntersectionObserver.js +3 -1
- package/dist/hooks/useLocalStorage.js +3 -1
- package/dist/hooks/useLongPressRepeat.js +3 -1
- package/dist/hooks/usePagination.js +2 -0
- package/dist/hooks/useScrollableListBox.js +2 -0
- package/dist/hooks/useSorting.js +2 -0
- package/dist/hooks/useStateAndRef.js +3 -1
- package/dist/hooks/useTableColumnConfig.js +2 -0
- package/dist/hooks/useTableNav.js +124 -20
- package/dist/hooks/useTranslationMemo.js +2 -0
- package/dist/tw-ui-plugin.js +4 -2
- package/dist/utils/array.utils.js +3 -1
- package/dist/utils/compoundMapper.js +3 -1
- package/dist/utils/date-time.utils.d.ts +10 -0
- package/dist/utils/date-time.utils.js +85 -2
- package/dist/utils/date.utils.js +3 -1
- package/dist/utils/dom.utils.js +3 -1
- package/dist/utils/file.utils.js +3 -1
- package/dist/utils/isEqual.js +3 -1
- package/dist/utils/logger.js +3 -1
- package/dist/utils/object.utils.js +3 -1
- package/dist/utils/queries.utils.js +3 -1
- package/dist/utils/rest.utils.js +3 -1
- package/dist/utils/routing.utils.js +3 -1
- package/dist/utils/string.utils.js +3 -1
- package/dist/utils/zod.utils.js +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ This is required for buttons to behave as expected. It is based on [Tailwind Upg
|
|
|
31
31
|
|
|
32
32
|
In order for Tailwind to also compile classes for @povio/ui package, you need to include @source directive in Tailwind config.
|
|
33
33
|
In your globals.css add (make sure path is correct):
|
|
34
|
+
|
|
34
35
|
```css
|
|
35
36
|
@source "../../node_modules/@povio/ui/dist";
|
|
36
37
|
```
|
|
@@ -42,6 +43,7 @@ We are using `react-aria-components` for our UI components including their plugi
|
|
|
42
43
|
### Custom Tailwind plugin
|
|
43
44
|
|
|
44
45
|
We also use a custom tailwind plugin to shorten some selectors inside the @povio/ui package. Install it by adding the following line to your `base.css`.
|
|
46
|
+
|
|
45
47
|
```css
|
|
46
48
|
@plugin "@povio/ui/tw-ui-plugin";
|
|
47
49
|
```
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/AlignCenter.tsx
|
|
3
|
+
var AlignCenterIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const AlignCenterIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4.586 20.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.586 19h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm4-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h7.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm-4-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm4-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535a.73.73 0 0 1 .534-.215h7.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zM4.586 5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { AlignCenterIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/AlignLeft.tsx
|
|
3
|
+
var AlignLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const AlignLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4.586 20.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.586 19h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h9.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535a.73.73 0 0 1 .534-.215h9.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { AlignLeftIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/AlignLeftRight.tsx
|
|
3
|
+
var AlignLeftRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const AlignLeftRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4.586 20.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.586 19h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535a.73.73 0 0 1 .534-.215h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { AlignLeftRightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/AlignRight.tsx
|
|
3
|
+
var AlignRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const AlignRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4.586 5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm6 3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535a.73.73 0 0 1 .534-.215h9.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm-6 3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm6 3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h9.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm-6 3.875a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.586 19h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { AlignRightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ArrowDropDown.tsx
|
|
3
|
+
var ArrowDropDownIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const ArrowDropDownIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M7.7 10.65q0-.2.137-.35.138-.15.363-.15h7.6q.224 0 .363.15.137.15.137.35 0 .05-.15.35l-3.625 3.625a.8.8 0 0 1-.25.175.7.7 0 0 1-.275.05.7.7 0 0 1-.275-.05.8.8 0 0 1-.25-.175L7.85 11a.47.47 0 0 1-.15-.35"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ArrowDropDownIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ArrowDropUp.tsx
|
|
3
|
+
var ArrowDropUpIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const ArrowDropUpIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M16.3 13.35q0 .2-.137.35a.47.47 0 0 1-.363.15H8.2q-.224 0-.363-.15a.5.5 0 0 1-.137-.35q0-.05.15-.35l3.625-3.625a.8.8 0 0 1 .25-.175.7.7 0 0 1 .275-.05q.15 0 .275.05a.8.8 0 0 1 .25.175L16.15 13a.47.47 0 0 1 .15.35"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ArrowDropUpIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ArrowLeft.tsx
|
|
3
|
+
var ArrowLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const ArrowLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M13.35 7.7q.2 0 .35.138.15.137.15.362v7.6q0 .225-.15.363a.5.5 0 0 1-.35.137q-.05 0-.35-.15l-3.625-3.625a.8.8 0 0 1-.175-.25.7.7 0 0 1-.05-.275q0-.15.05-.275a.8.8 0 0 1 .175-.25L13 7.85a.47.47 0 0 1 .35-.15"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ArrowLeftIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ArrowRight.tsx
|
|
3
|
+
var ArrowRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const ArrowRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M10.65 16.3a.5.5 0 0 1-.35-.137.47.47 0 0 1-.15-.363V8.2q0-.224.15-.362a.5.5 0 0 1 .35-.138q.05 0 .35.15l3.625 3.625a.8.8 0 0 1 .175.25q.05.126.05.275t-.05.275a.8.8 0 0 1-.175.25L11 16.15a.47.47 0 0 1-.35.15"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ArrowRightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Bold.tsx
|
|
3
|
+
var BoldIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const BoldIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M9.016 19q-.669 0-1.137-.468a1.55 1.55 0 0 1-.469-1.137V6.605q0-.667.469-1.137A1.55 1.55 0 0 1 9.016 5h3.531q1.615 0 2.921 1.006 1.305 1.005 1.305 2.708 0 1.185-.572 1.932-.571.746-1.232 1.084.813.28 1.553 1.108t.74 2.23q0 2.026-1.494 2.979-1.495.953-3.01.953zm.666-2.105h2.991q1.248 0 1.764-.693t.516-1.329-.516-1.329-1.813-.693H9.682zm0-6.084h2.741q.963 0 1.527-.55t.564-1.32q0-.816-.596-1.334-.597-.518-1.462-.518H9.682z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { BoldIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/BulletedList.tsx
|
|
3
|
+
var BulletedListIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const BulletedListIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M10.394 18.75a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.32.215-.535a.73.73 0 0 1 .535-.215h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216zm0-6a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.32.215-.535a.73.73 0 0 1 .535-.215h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216zm0-6a.73.73 0 0 1-.535-.216A.73.73 0 0 1 9.644 6q0-.32.215-.535a.73.73 0 0 1 .535-.215h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216zM5.499 19.663q-.686 0-1.174-.488A1.6 1.6 0 0 1 3.835 18q0-.687.49-1.175a1.6 1.6 0 0 1 1.174-.489q.687 0 1.175.49.489.487.489 1.174t-.489 1.175a1.6 1.6 0 0 1-1.175.488m0-6q-.686 0-1.174-.488A1.6 1.6 0 0 1 3.835 12q0-.687.49-1.175a1.6 1.6 0 0 1 1.174-.489q.687 0 1.175.49.489.487.489 1.174t-.489 1.175a1.6 1.6 0 0 1-1.175.488m0-6q-.686 0-1.174-.488A1.6 1.6 0 0 1 3.835 6q0-.687.49-1.175a1.6 1.6 0 0 1 1.174-.489q.687 0 1.175.49.489.487.489 1.174t-.489 1.175a1.6 1.6 0 0 1-1.175.488"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { BulletedListIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Calendar.tsx
|
|
3
|
+
var CalendarIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const CalendarIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { CalendarIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Check.tsx
|
|
3
|
+
var CheckIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const CheckIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { CheckIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/CheckCircle.tsx
|
|
3
|
+
var CheckCircleIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const CheckCircleIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "m10.74 13.62-1.935-1.935a.85.85 0 0 0-.63-.248.85.85 0 0 0-.63.248.85.85 0 0 0-.247.63q0 .383.247.63l2.565 2.565q.27.27.63.27t.63-.27l5.085-5.085a.85.85 0 0 0 .248-.63.85.85 0 0 0-.248-.63.85.85 0 0 0-.63-.247.85.85 0 0 0-.63.247zM12 21a8.8 8.8 0 0 1-3.51-.709 9.1 9.1 0 0 1-2.857-1.924 9.1 9.1 0 0 1-1.924-2.857A8.8 8.8 0 0 1 3 12q0-1.867.709-3.51a9.1 9.1 0 0 1 1.924-2.857A9.1 9.1 0 0 1 8.49 3.709 8.8 8.8 0 0 1 12 3q1.867 0 3.51.709a9.1 9.1 0 0 1 2.858 1.924A9.1 9.1 0 0 1 20.29 8.49 8.8 8.8 0 0 1 21 12a8.8 8.8 0 0 1-.709 3.51 9.1 9.1 0 0 1-1.924 2.858 9.1 9.1 0 0 1-2.857 1.923A8.8 8.8 0 0 1 12 21"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { CheckCircleIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/CheckboxCheckmark.tsx
|
|
3
|
+
var CheckboxCheckmarkIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 12 9",
|
|
@@ -13,4 +14,5 @@ const CheckboxCheckmarkIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
13
14
|
d: "M11 1 4.125 8 1 4.818"
|
|
14
15
|
})
|
|
15
16
|
});
|
|
17
|
+
//#endregion
|
|
16
18
|
export { CheckboxCheckmarkIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/CheckboxIndeterminate.tsx
|
|
3
|
+
var CheckboxIndeterminateIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 10 2",
|
|
@@ -13,4 +14,5 @@ const CheckboxIndeterminateIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
13
14
|
d: "M9 1H1"
|
|
14
15
|
})
|
|
15
16
|
});
|
|
17
|
+
//#endregion
|
|
16
18
|
export { CheckboxIndeterminateIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronDown.tsx
|
|
3
|
+
var ChevronDownIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronDownIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronDownIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronLeft.tsx
|
|
3
|
+
var ChevronLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronLeftIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronRight.tsx
|
|
3
|
+
var ChevronRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronRightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronUp.tsx
|
|
3
|
+
var ChevronUpIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronUpIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronUpIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronsLeft.tsx
|
|
3
|
+
var ChevronsLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronsLeftIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronsLeftIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/ChevronsRight.tsx
|
|
3
|
+
var ChevronsRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const ChevronsRightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { ChevronsRightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Clock.tsx
|
|
3
|
+
var ClockIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const ClockIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M12.85 11.66V8.6a.82.82 0 0 0-.244-.606A.82.82 0 0 0 12 7.75a.82.82 0 0 0-.606.244.82.82 0 0 0-.244.606v3.379q0 .17.064.33a.85.85 0 0 0 .191.286L14.21 15.4a.8.8 0 0 0 .595.234q.361 0 .595-.234a.8.8 0 0 0 .234-.595q0-.361-.234-.595zM12 20.5a8.3 8.3 0 0 1-3.315-.67 8.6 8.6 0 0 1-2.699-1.816 8.6 8.6 0 0 1-1.817-2.699A8.3 8.3 0 0 1 3.5 12q0-1.763.67-3.315a8.6 8.6 0 0 1 1.816-2.699A8.6 8.6 0 0 1 8.685 4.17 8.3 8.3 0 0 1 12 3.5q1.763 0 3.315.67a8.6 8.6 0 0 1 2.699 1.816 8.6 8.6 0 0 1 1.817 2.699Q20.5 10.237 20.5 12t-.67 3.315a8.6 8.6 0 0 1-1.816 2.699 8.6 8.6 0 0 1-2.699 1.817A8.3 8.3 0 0 1 12 20.5m0-1.7q2.826 0 4.813-1.987Q18.8 14.827 18.8 12t-1.987-4.813T12 5.2 7.187 7.187Q5.2 9.173 5.2 12t1.987 4.813Q9.173 18.8 12 18.8"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ClockIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Close.tsx
|
|
3
|
+
var CloseIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const CloseIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M17.749 7.463a.857.857 0 1 0-1.212-1.212L12 10.788 7.463 6.25a.857.857 0 0 0-1.212 1.212L10.788 12 6.25 16.537a.857.857 0 1 0 1.212 1.212L12 13.212l4.537 4.537a.857.857 0 1 0 1.212-1.212L13.212 12z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { CloseIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/DateTime.tsx
|
|
3
|
+
var DateTimeIcon = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -13,4 +14,5 @@ const DateTimeIcon = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
|
13
14
|
d: "M16.25 12.484q1.755 0 2.992 1.248t1.238 3.018q0 1.77-1.238 3.018t-2.992 1.248q-1.755 0-2.992-1.248T12.02 16.75q0-1.77 1.238-3.018t2.992-1.248m0 1.675a.43.43 0 0 0-.312.134.43.43 0 0 0-.133.314v1.95q0 .175.065.34.066.165.195.296l1.297 1.306q.133.135.312.135l.086-.009a.44.44 0 0 0 .225-.125.44.44 0 0 0 .125-.227l.01-.087a.44.44 0 0 0-.135-.314l-1.266-1.278-.024-.023v-1.964a.43.43 0 0 0-.134-.313.43.43 0 0 0-.311-.135"
|
|
14
15
|
})]
|
|
15
16
|
});
|
|
17
|
+
//#endregion
|
|
16
18
|
export { DateTimeIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/DragIndicator.tsx
|
|
3
|
+
var DragIndicatorIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const DragIndicatorIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M9 19.615q-.666 0-1.14-.474A1.56 1.56 0 0 1 7.384 18q0-.666.474-1.14A1.56 1.56 0 0 1 9 16.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14A1.56 1.56 0 0 1 9 19.616m6 0q-.666 0-1.14-.474A1.56 1.56 0 0 1 13.384 18q0-.666.474-1.14A1.56 1.56 0 0 1 15 16.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14a1.56 1.56 0 0 1-1.141.475m-6-6q-.666 0-1.14-.474A1.56 1.56 0 0 1 7.384 12q0-.666.474-1.14A1.56 1.56 0 0 1 9 10.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14A1.56 1.56 0 0 1 9 13.616m6 0q-.666 0-1.14-.474A1.56 1.56 0 0 1 13.384 12q0-.666.474-1.14A1.56 1.56 0 0 1 15 10.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14a1.56 1.56 0 0 1-1.141.475m-6-6q-.666 0-1.14-.474A1.56 1.56 0 0 1 7.384 6q0-.666.474-1.14A1.56 1.56 0 0 1 9 4.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14A1.56 1.56 0 0 1 9 7.616m6 0q-.666 0-1.14-.474A1.56 1.56 0 0 1 13.384 6q0-.666.474-1.14A1.56 1.56 0 0 1 15 4.384q.666 0 1.14.474.475.475.475 1.141t-.474 1.14A1.56 1.56 0 0 1 15 7.616"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { DragIndicatorIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/File.tsx
|
|
3
|
+
var FileIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const FileIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { FileIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Highlight.tsx
|
|
3
|
+
var HighlightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const HighlightIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "m14.302 12.145-2.6-2.6-3.942 3.942a.29.29 0 0 0-.087.211q0 .125.087.212l2.161 2.177a.29.29 0 0 0 .212.086.29.29 0 0 0 .211-.086zm-1.53-3.654 2.584 2.584 4.27-4.254a.3.3 0 0 0 .086-.22.3.3 0 0 0-.087-.222l-2.158-2.158a.3.3 0 0 0-.22-.086.3.3 0 0 0-.222.086zm-1.582-.543 4.708 4.708-4.484 4.5q-.543.542-1.274.542-.73 0-1.273-.542l-.096-.096-.404.388q-.246.216-.556.34a1.7 1.7 0 0 1-.642.126H5.071q-.31 0-.43-.276-.117-.276.103-.497l2.07-2.054-.077-.077a1.82 1.82 0 0 1-.558-1.288q-.016-.747.527-1.289zm0 0 4.79-4.79q.543-.542 1.274-.542.73 0 1.273.542l2.177 2.161q.542.543.542 1.273 0 .732-.542 1.273l-4.806 4.791z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { HighlightIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/HighlightOn.tsx
|
|
3
|
+
var HighlightOnIcon = ({ highlightColor, ...props }) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -16,4 +17,5 @@ const HighlightOnIcon = ({ highlightColor, ...props }) => /* @__PURE__ */ jsx("s
|
|
|
16
17
|
})]
|
|
17
18
|
})
|
|
18
19
|
});
|
|
20
|
+
//#endregion
|
|
19
21
|
export { HighlightOnIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Home.tsx
|
|
3
|
+
var HomeIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const HomeIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M12 3.33q.649 0 1.151.384l6.001 4.5q.36.263.564.672.204.408.204.864v9q0 .792-.565 1.355A1.85 1.85 0 0 1 18 20.67h-4a.89.89 0 0 1-.656-.264.89.89 0 0 1-.264-.656v-5.08h-2.16v5.08q0 .393-.264.656a.89.89 0 0 1-.656.264H6q-.792 0-1.355-.565a1.85 1.85 0 0 1-.565-1.355v-9a1.9 1.9 0 0 1 .768-1.535l6-4.501A1.85 1.85 0 0 1 12 3.33m-.048 1.856-6 4.5-.032.024v9.12h3.16v-5.08q0-.393.264-.656A.89.89 0 0 1 10 12.83h4q.393 0 .656.264a.89.89 0 0 1 .264.656v5.08h3.16V9.71l-.032-.024-6-4.5L12 5.15z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { HomeIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Info.tsx
|
|
3
|
+
var InfoIcon = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -15,4 +16,5 @@ const InfoIcon = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
|
15
16
|
clipRule: "evenodd"
|
|
16
17
|
})]
|
|
17
18
|
});
|
|
19
|
+
//#endregion
|
|
18
20
|
export { InfoIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Italic.tsx
|
|
3
|
+
var ItalicIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const ItalicIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M6.743 19a.92.92 0 0 1-.678-.277.92.92 0 0 1-.277-.679q0-.401.277-.678a.92.92 0 0 1 .678-.276H9.82l3.424-10.18h-3.078a.92.92 0 0 1-.678-.277.92.92 0 0 1-.277-.679.92.92 0 0 1 .277-.678.92.92 0 0 1 .678-.276h7.762q.4 0 .678.277a.92.92 0 0 1 .277.679.92.92 0 0 1-.277.678.92.92 0 0 1-.678.276h-2.754l-3.423 10.18h2.753q.4 0 .678.277.277.277.277.679a.92.92 0 0 1-.277.678.92.92 0 0 1-.678.276z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { ItalicIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Link.tsx
|
|
3
|
+
var LinkIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const LinkIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M7.039 16.538q-1.884 0-3.211-1.327Q2.5 13.883 2.5 12q0-1.883 1.328-3.212 1.328-1.328 3.21-1.328h3.02q.318 0 .534.216a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.215h-3.02q-1.26 0-2.149.89A2.93 2.93 0 0 0 4 12q0 1.26.89 2.149.888.89 2.147.89h3.02q.32 0 .535.215a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.215zM9 12.75a.73.73 0 0 1-.534-.216A.73.73 0 0 1 8.25 12q0-.32.216-.535A.73.73 0 0 1 9 11.25h6q.319 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216zm4.942 3.788a.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535q0-.319.216-.534a.73.73 0 0 1 .534-.216h3.02q1.26 0 2.148-.89Q20 13.26 20 12t-.89-2.15a2.93 2.93 0 0 0-2.147-.889h-3.02a.73.73 0 0 1-.535-.215.73.73 0 0 1-.216-.535q0-.318.216-.534a.73.73 0 0 1 .534-.216h3.02q1.883 0 3.21 1.328 1.328 1.328 1.328 3.21 0 1.884-1.328 3.211-1.327 1.328-3.21 1.328z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { LinkIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Menu.tsx
|
|
3
|
+
var MenuIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const MenuIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4 18a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 17q0-.424.288-.712A.97.97 0 0 1 4 16h16q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 20 18zm0-5a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 12q0-.424.288-.713A.97.97 0 0 1 4 11h16q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 20 13zm0-5a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 7q0-.424.288-.713A.97.97 0 0 1 4 6h16q.424 0 .712.287Q21 6.576 21 7q0 .424-.288.713A.97.97 0 0 1 20 8z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { MenuIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/NumberedList.tsx
|
|
3
|
+
var NumberedListIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -10,4 +11,5 @@ const NumberedListIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M4.432 21.5a.58.58 0 0 1-.596-.596.58.58 0 0 1 .596-.596h1.904V19.25h-.904a.58.58 0 0 1-.596-.596.58.58 0 0 1 .596-.596h.904V17H4.432a.58.58 0 0 1-.596-.596.58.58 0 0 1 .596-.596h2.25q.36 0 .603.243a.82.82 0 0 1 .243.603v1.192q0 .36-.243.603a.82.82 0 0 1-.603.243q.36 0 .603.244a.82.82 0 0 1 .243.602v1.116q0 .36-.243.603a.82.82 0 0 1-.603.243zm.087-6.654a.66.66 0 0 1-.485-.198.66.66 0 0 1-.198-.484V12.25q0-.36.243-.603a.82.82 0 0 1 .603-.243h1.654v-1.058H4.432a.58.58 0 0 1-.596-.595.58.58 0 0 1 .596-.597h2.25q.36 0 .603.243a.82.82 0 0 1 .243.603v1.75a.82.82 0 0 1-.243.603.82.82 0 0 1-.603.243H5.028v1.058h1.904a.58.58 0 0 1 .596.595.58.58 0 0 1-.596.597zm1.414-6.654a.58.58 0 0 1-.597-.596V3.692h-.904a.58.58 0 0 1-.596-.595.58.58 0 0 1 .596-.597h1.423q.286 0 .48.193a.65.65 0 0 1 .193.48v4.423a.58.58 0 0 1-.595.596m4.46 10.558a.73.73 0 0 1-.534-.216.73.73 0 0 1-.215-.534q0-.32.215-.535a.73.73 0 0 1 .535-.215h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-6a.73.73 0 0 1-.534-.216.73.73 0 0 1-.215-.534q0-.32.215-.534a.73.73 0 0 1 .535-.216h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-6a.73.73 0 0 1-.534-.216A.73.73 0 0 1 9.644 6q0-.32.215-.535a.73.73 0 0 1 .535-.215h9.692q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { NumberedListIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/PointerHorizontal.tsx
|
|
3
|
+
var PointerHorizontalIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 20 10",
|
|
@@ -10,4 +11,5 @@ const PointerHorizontalIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M8.586 1.414a2 2 0 0 1 2.828 0L20 10H0z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { PointerHorizontalIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/PointerVertical.tsx
|
|
3
|
+
var PointerVerticalIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 10 20",
|
|
@@ -10,4 +11,5 @@ const PointerVerticalIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M1.414 11.414a2 2 0 0 1 0-2.828L10 0v20z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { PointerVerticalIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Search.tsx
|
|
3
|
+
var SearchIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const SearchIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M9.712 16.212q-2.724 0-4.612-1.887T3.212 9.712q0-2.724 1.888-4.612t4.612-1.888q2.726 0 4.613 1.888t1.887 4.612a6.1 6.1 0 0 1-1.3 3.8l5.6 5.6a.95.95 0 0 1 .276.7.95.95 0 0 1-.276.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275l-5.6-5.6q-.75.6-1.725.95t-2.075.35m0-2q1.875 0 3.188-1.312t1.313-3.188T12.9 6.525 9.712 5.212 6.525 6.525 5.212 9.712 6.525 12.9t3.187 1.312"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { SearchIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Send.tsx
|
|
3
|
+
var SendIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -12,4 +13,5 @@ const SendIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
12
13
|
clipRule: "evenodd"
|
|
13
14
|
})
|
|
14
15
|
});
|
|
16
|
+
//#endregion
|
|
15
17
|
export { SendIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/Strikethrough.tsx
|
|
3
|
+
var StrikethroughIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 24 24",
|
|
@@ -10,4 +11,5 @@ const StrikethroughIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
10
11
|
d: "M3.833 13.624a.68.68 0 0 1-.498-.2.68.68 0 0 1-.202-.5q0-.297.202-.499.201-.2.498-.2h16.334q.297 0 .498.2.202.202.202.5a.68.68 0 0 1-.202.498q-.201.201-.498.201zm7.18-3.248V6.983H6.929a.95.95 0 0 1-.699-.288.95.95 0 0 1-.288-.7q0-.412.288-.703A.95.95 0 0 1 6.93 5h10.15q.411 0 .699.288a.95.95 0 0 1 .288.7q0 .413-.288.704a.95.95 0 0 1-.7.291h-4.083v3.393zm0 5.097h1.983v2.54a.95.95 0 0 1-.288.7.95.95 0 0 1-.7.287.96.96 0 0 1-.703-.29.96.96 0 0 1-.292-.706z"
|
|
11
12
|
})
|
|
12
13
|
});
|
|
14
|
+
//#endregion
|
|
13
15
|
export { StrikethroughIcon };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
|
|
2
|
+
//#region src/assets/icons/TextColor.tsx
|
|
3
|
+
var TextColorIcon = ({ textColor, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
3
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
5
|
fill: "none",
|
|
5
6
|
viewBox: "0 0 25 24",
|
|
@@ -13,4 +14,5 @@ const TextColorIcon = ({ textColor, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
|
13
14
|
fill: textColor || "black"
|
|
14
15
|
})]
|
|
15
16
|
});
|
|
17
|
+
//#endregion
|
|
16
18
|
export { TextColorIcon };
|