@homebound/beam 2.227.0 → 2.227.1
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/Css.d.ts +9 -9
- package/dist/components/Accordion.d.ts +1 -1
- package/dist/components/Accordion.js +4 -4
- package/dist/components/AccordionList.js +1 -1
- package/dist/components/AutoSaveIndicator.js +5 -5
- package/dist/components/Avatar.d.ts +1 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarButton.js +1 -1
- package/dist/components/BeamContext.js +1 -1
- package/dist/components/Button.d.ts +2 -2
- package/dist/components/Button.js +1 -1
- package/dist/components/ButtonDatePicker.js +2 -2
- package/dist/components/ButtonGroup.d.ts +2 -2
- package/dist/components/ButtonGroup.js +6 -6
- package/dist/components/ButtonMenu.d.ts +5 -5
- package/dist/components/ButtonMenu.js +1 -1
- package/dist/components/ButtonModal.js +1 -1
- package/dist/components/Chip.d.ts +1 -1
- package/dist/components/Chip.js +2 -2
- package/dist/components/Chips.d.ts +1 -1
- package/dist/components/Chips.js +3 -3
- package/dist/components/Copy.js +2 -2
- package/dist/components/CssReset.js +1 -1
- package/dist/components/Filters/BooleanFilter.d.ts +1 -1
- package/dist/components/Filters/BooleanFilter.js +2 -2
- package/dist/components/Filters/DateFilter.d.ts +2 -2
- package/dist/components/Filters/DateFilter.js +2 -2
- package/dist/components/Filters/DateRangeFilter.d.ts +2 -2
- package/dist/components/Filters/DateRangeFilter.js +2 -2
- package/dist/components/Filters/FilterModal.js +4 -4
- package/dist/components/Filters/Filters.d.ts +2 -2
- package/dist/components/Filters/Filters.js +8 -8
- package/dist/components/Filters/MultiFilter.d.ts +1 -1
- package/dist/components/Filters/MultiFilter.js +4 -4
- package/dist/components/Filters/NumberRangeFilter.d.ts +2 -2
- package/dist/components/Filters/NumberRangeFilter.js +5 -5
- package/dist/components/Filters/SingleFilter.d.ts +1 -1
- package/dist/components/Filters/SingleFilter.js +1 -1
- package/dist/components/Filters/ToggleFilter.d.ts +1 -1
- package/dist/components/Filters/ToggleFilter.js +2 -2
- package/dist/components/Filters/index.js +5 -1
- package/dist/components/Filters/testDomain.d.ts +9 -9
- package/dist/components/Filters/types.d.ts +2 -2
- package/dist/components/HbLoadingSpinner.js +9 -5
- package/dist/components/HelperText.js +1 -1
- package/dist/components/Icon.d.ts +1 -1
- package/dist/components/Icon.js +97 -97
- package/dist/components/IconButton.js +1 -1
- package/dist/components/Label.js +3 -3
- package/dist/components/Layout/PreventBrowserScroll.js +1 -1
- package/dist/components/Layout/RightPaneLayout/RightPaneContext.d.ts +1 -1
- package/dist/components/Layout/RightPaneLayout/RightPaneContext.js +6 -2
- package/dist/components/Layout/RightPaneLayout/RightPaneLayout.js +3 -3
- package/dist/components/Layout/RightPaneLayout/index.js +5 -1
- package/dist/components/Layout/ScrollableContent.js +3 -3
- package/dist/components/Layout/ScrollableParent.js +2 -2
- package/dist/components/Layout/index.js +5 -1
- package/dist/components/Loader.js +1 -1
- package/dist/components/LoadingSkeleton.d.ts +2 -2
- package/dist/components/LoadingSkeleton.js +1 -1
- package/dist/components/Modal/Modal.d.ts +3 -3
- package/dist/components/Modal/Modal.js +5 -5
- package/dist/components/Modal/OpenModal.js +2 -2
- package/dist/components/Modal/TestModalContent.js +3 -3
- package/dist/components/Modal/index.js +5 -1
- package/dist/components/NavLink.d.ts +1 -1
- package/dist/components/NavLink.js +2 -2
- package/dist/components/PresentationContext.d.ts +2 -2
- package/dist/components/PresentationContext.js +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.js +1 -1
- package/dist/components/Snackbar/SnackbarContext.d.ts +1 -1
- package/dist/components/Snackbar/SnackbarContext.js +1 -1
- package/dist/components/Snackbar/SnackbarNotice.d.ts +1 -1
- package/dist/components/Snackbar/SnackbarNotice.js +1 -1
- package/dist/components/Stepper.js +11 -11
- package/dist/components/SuperDrawer/ConfirmCloseModal.js +2 -2
- package/dist/components/SuperDrawer/SuperDrawer.js +3 -3
- package/dist/components/SuperDrawer/SuperDrawerContent.js +3 -3
- package/dist/components/SuperDrawer/components/SuperDrawerHeader.js +2 -2
- package/dist/components/SuperDrawer/index.js +5 -1
- package/dist/components/SuperDrawer/useSuperDrawer.d.ts +1 -1
- package/dist/components/SuperDrawer/useSuperDrawer.js +2 -2
- package/dist/components/Table/GridTable.d.ts +1 -1
- package/dist/components/Table/GridTable.js +33 -29
- package/dist/components/Table/GridTableApi.d.ts +1 -1
- package/dist/components/Table/TableActions.d.ts +1 -1
- package/dist/components/Table/TableActions.js +1 -1
- package/dist/components/Table/TableStyles.d.ts +1 -1
- package/dist/components/Table/components/CollapseToggle.js +1 -1
- package/dist/components/Table/components/EditColumnsButton.js +2 -2
- package/dist/components/Table/components/ExpandableHeader.js +2 -2
- package/dist/components/Table/components/Row.d.ts +2 -2
- package/dist/components/Table/components/Row.js +7 -3
- package/dist/components/Table/components/SelectToggle.js +1 -1
- package/dist/components/Table/components/SortHeader.js +3 -3
- package/dist/components/Table/components/cell.d.ts +2 -2
- package/dist/components/Table/components/cell.js +6 -6
- package/dist/components/Table/index.js +5 -1
- package/dist/components/Table/types.d.ts +13 -13
- package/dist/components/Table/utils/TableState.d.ts +4 -4
- package/dist/components/Table/utils/columns.js +2 -2
- package/dist/components/Table/utils/simpleHelpers.d.ts +1 -1
- package/dist/components/Table/utils/utils.js +5 -5
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/Tabs.js +7 -7
- package/dist/components/Tag.d.ts +2 -2
- package/dist/components/Tag.js +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.js +1 -1
- package/dist/components/Toast/ToastContext.d.ts +1 -1
- package/dist/components/Toast/ToastContext.js +1 -1
- package/dist/components/ToggleChip.d.ts +1 -1
- package/dist/components/ToggleChip.js +2 -2
- package/dist/components/ToggleChips.d.ts +1 -1
- package/dist/components/ToggleChips.js +1 -1
- package/dist/components/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip.js +9 -5
- package/dist/components/index.js +5 -1
- package/dist/components/internal/CompoundField.js +6 -6
- package/dist/components/internal/ContextualModal.js +1 -1
- package/dist/components/internal/DatePicker/DatePicker.js +2 -2
- package/dist/components/internal/DatePicker/DatePickerOverlay.js +1 -1
- package/dist/components/internal/DatePicker/DateRangePicker.js +2 -2
- package/dist/components/internal/DatePicker/Day.js +6 -6
- package/dist/components/internal/DatePicker/Header.js +2 -2
- package/dist/components/internal/DatePicker/WeekHeader.js +1 -1
- package/dist/components/internal/DatePicker/index.js +5 -1
- package/dist/components/internal/Menu.js +3 -3
- package/dist/components/internal/MenuItem.js +6 -6
- package/dist/components/internal/MenuSection.js +1 -1
- package/dist/components/internal/OverlayTrigger.js +1 -1
- package/dist/components/internal/Popover.js +1 -1
- package/dist/components/internal/index.js +5 -1
- package/dist/components/testData.d.ts +1 -1
- package/dist/components/testData.js +5 -5
- package/dist/forms/BoundCheckboxField.d.ts +1 -1
- package/dist/forms/BoundCheckboxField.js +3 -3
- package/dist/forms/BoundCheckboxGroupField.d.ts +1 -1
- package/dist/forms/BoundCheckboxGroupField.js +2 -2
- package/dist/forms/BoundChipSelectField.js +3 -3
- package/dist/forms/BoundDateField.d.ts +1 -1
- package/dist/forms/BoundDateField.js +2 -2
- package/dist/forms/BoundDateRangeField.d.ts +1 -1
- package/dist/forms/BoundDateRangeField.js +2 -2
- package/dist/forms/BoundMultiSelectField.d.ts +1 -1
- package/dist/forms/BoundMultiSelectField.js +3 -3
- package/dist/forms/BoundNumberField.d.ts +1 -1
- package/dist/forms/BoundNumberField.js +2 -2
- package/dist/forms/BoundRadioGroupField.d.ts +1 -1
- package/dist/forms/BoundRadioGroupField.js +2 -2
- package/dist/forms/BoundRichTextField.d.ts +1 -1
- package/dist/forms/BoundRichTextField.js +2 -2
- package/dist/forms/BoundSelectAndTextField.d.ts +2 -2
- package/dist/forms/BoundSelectAndTextField.js +1 -1
- package/dist/forms/BoundSelectField.d.ts +1 -1
- package/dist/forms/BoundSelectField.js +3 -3
- package/dist/forms/BoundSwitchField.d.ts +1 -1
- package/dist/forms/BoundSwitchField.js +3 -3
- package/dist/forms/BoundTextAreaField.d.ts +1 -1
- package/dist/forms/BoundTextAreaField.js +2 -2
- package/dist/forms/BoundTextField.d.ts +1 -1
- package/dist/forms/BoundTextField.js +2 -2
- package/dist/forms/BoundToggleChipGroupField.d.ts +1 -1
- package/dist/forms/BoundToggleChipGroupField.js +1 -1
- package/dist/forms/FormHeading.js +2 -2
- package/dist/forms/FormLines.d.ts +1 -1
- package/dist/forms/FormLines.js +5 -5
- package/dist/forms/FormStateApp.js +5 -5
- package/dist/forms/StaticField.js +1 -1
- package/dist/forms/StepperFormApp.js +10 -10
- package/dist/forms/index.js +5 -1
- package/dist/hooks/index.js +5 -1
- package/dist/hooks/useBreakpoint.d.ts +1 -1
- package/dist/hooks/useQueryState.d.ts +1 -1
- package/dist/hooks/useSessionStorage.d.ts +1 -1
- package/dist/index.js +5 -1
- package/dist/inputs/Checkbox.js +1 -1
- package/dist/inputs/CheckboxBase.js +6 -6
- package/dist/inputs/CheckboxGroup.js +2 -2
- package/dist/inputs/ChipSelectField.d.ts +2 -2
- package/dist/inputs/ChipSelectField.js +14 -14
- package/dist/inputs/ChipTextField.js +3 -3
- package/dist/inputs/DateFields/DateField.js +1 -1
- package/dist/inputs/DateFields/DateField.mock.js +2 -2
- package/dist/inputs/DateFields/DateFieldBase.js +7 -7
- package/dist/inputs/DateFields/DateRangeField.js +1 -1
- package/dist/inputs/DateFields/index.js +5 -1
- package/dist/inputs/DateFields/utils.d.ts +2 -2
- package/dist/inputs/ErrorMessage.js +2 -2
- package/dist/inputs/MultiSelectField.js +2 -2
- package/dist/inputs/MultiSelectField.mock.js +4 -4
- package/dist/inputs/NumberField.d.ts +1 -1
- package/dist/inputs/NumberField.js +4 -4
- package/dist/inputs/RadioGroupField.js +3 -3
- package/dist/inputs/RichTextField.js +3 -3
- package/dist/inputs/RichTextField.mock.js +2 -2
- package/dist/inputs/SelectField.js +2 -2
- package/dist/inputs/SelectField.mock.js +4 -4
- package/dist/inputs/Switch.js +5 -5
- package/dist/inputs/SwitchGroup.d.ts +1 -1
- package/dist/inputs/SwitchGroup.js +1 -1
- package/dist/inputs/TextAreaField.js +1 -1
- package/dist/inputs/TextField.d.ts +1 -1
- package/dist/inputs/TextField.js +1 -1
- package/dist/inputs/TextFieldBase.js +10 -10
- package/dist/inputs/ToggleButton.js +1 -1
- package/dist/inputs/ToggleChipGroup.d.ts +1 -1
- package/dist/inputs/ToggleChipGroup.js +3 -3
- package/dist/inputs/Value.d.ts +1 -1
- package/dist/inputs/index.js +5 -1
- package/dist/inputs/internal/ListBox.js +3 -3
- package/dist/inputs/internal/ListBoxChip.js +1 -1
- package/dist/inputs/internal/ListBoxSection.js +1 -1
- package/dist/inputs/internal/ListBoxToggleChip.js +2 -2
- package/dist/inputs/internal/LoadingDots.js +2 -2
- package/dist/inputs/internal/MenuSearchField.js +1 -1
- package/dist/inputs/internal/Option.js +3 -3
- package/dist/inputs/internal/SelectFieldBase.d.ts +1 -1
- package/dist/inputs/internal/SelectFieldBase.js +2 -2
- package/dist/inputs/internal/SelectFieldInput.js +4 -4
- package/dist/inputs/internal/VirtualizedOptions.js +2 -2
- package/dist/interfaces.d.ts +1 -1
- package/dist/types.d.ts +4 -4
- package/dist/utils/getInteractiveElement.js +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.js +5 -1
- package/dist/utils/rtl.js +1 -1
- package/dist/utils/sb.d.ts +2 -2
- package/dist/utils/sb.js +4 -4
- package/dist/utils/useTestIds.d.ts +1 -1
- package/package.json +4 -4
package/dist/components/Icon.js
CHANGED
|
@@ -14,7 +14,7 @@ exports.Icon = react_1.default.memo((props) => {
|
|
|
14
14
|
return (0, Tooltip_1.maybeTooltip)({
|
|
15
15
|
title: tooltip,
|
|
16
16
|
placement: "top",
|
|
17
|
-
children: ((0, jsx_runtime_1.jsx)("svg",
|
|
17
|
+
children: ((0, jsx_runtime_1.jsx)("svg", { "aria-hidden": true, width: size, height: size, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", css: { "path, rect": Css_1.Css.fill(color).$, ...xss }, "data-icon": icon, ...other, children: exports.Icons[icon] })),
|
|
18
18
|
});
|
|
19
19
|
});
|
|
20
20
|
/**
|
|
@@ -28,106 +28,106 @@ exports.Icon = react_1.default.memo((props) => {
|
|
|
28
28
|
*/
|
|
29
29
|
exports.Icons = {
|
|
30
30
|
// Actions
|
|
31
|
-
kanban: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.893 3.001H4C2.897 3.001 2 3.898 2 5.001V19.001C2 20.104 2.897 21.001 4 21.001H19.893C20.996 21.001 21.893 20.104 21.893 19.001V8V7V6V5.001V5C21.892 3.897 20.994 3.001 19.893 3.001ZM8 19.001H4V8H8V19.001ZM14 19.001H10V8H14V19.001ZM16 19.001V8H19.893L19.894 19.001H16Z" }
|
|
32
|
-
expand: (0, jsx_runtime_1.jsx)("path", { d: "M5 12H3V21H12V19H5V12ZM12 5H19V12H21V3H12V5Z" }
|
|
33
|
-
collapse: ((0, jsx_runtime_1.jsx)("path", { d: "M16.121 6.465L14 4.344V10H19.656L17.535 7.879L20.707 4.707L19.293 3.293L16.121 6.465ZM4.70703 3.293L3.29303 4.707L6.46503 7.879L4.34403 10H10V4.344L7.87903 6.465L4.70703 3.293ZM19.656 14H14V19.656L16.121 17.535L19.293 20.707L20.707 19.293L17.535 16.121L19.656 14ZM6.46503 16.121L3.29303 19.293L4.70703 20.707L7.87903 17.535L10 19.656V14H4.34403L6.46503 16.121Z" }
|
|
34
|
-
drag: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 8C7.44772 8 7 7.55228 7 7L7 5C7 4.44772 7.44772 4 8 4L10 4C10.5523 4 11 4.44772 11 5L11 7C11 7.55228 10.5523 8 10 8L8 8Z" }
|
|
35
|
-
x: ((0, jsx_runtime_1.jsx)("path", { d: "M16.192 6.34399L11.949 10.586L7.70697 6.34399L6.29297 7.75799L10.535 12L6.29297 16.242L7.70697 17.656L11.949 13.414L16.192 17.656L17.606 16.242L13.364 12L17.606 7.75799L16.192 6.34399Z" }
|
|
36
|
-
loader: ((0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.421 22 22 17.421 22 12H20C20 16.337 16.337 20 12 20C7.663 20 4 16.337 4 12C4 7.664 7.663 4 12 4V2C6.579 2 2 6.58 2 12C2 17.421 6.579 22 12 22Z" }
|
|
37
|
-
linkExternal: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 3L16.293 6.293L9.29297 13.293L10.707 14.707L17.707 7.707L21 11V3H13Z" }
|
|
38
|
-
upload: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11 15H13V9H16L12 4L8 9H11V15Z" }
|
|
39
|
-
download: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 16L16 11H13V4H11V11H8L12 16Z" }
|
|
40
|
-
checkboxChecked: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M7 5C5.897 5 5 5.897 5 7V17C5 18.103 5.897 19 7 19H17C18.103 19 19 18.103 19 17V7C19 5.897 18.103 5 17 5H7ZM7 17V7H17L17.002 17H7Z" }
|
|
41
|
-
checkbox: ((0, jsx_runtime_1.jsx)("path", { d: "M7 5C5.897 5 5 5.897 5 7V17C5 18.103 5.897 19 7 19H17C18.103 19 19 18.103 19 17V7C19 5.897 18.103 5 17 5H7ZM7 17V7H17L17.002 17H7Z" }
|
|
42
|
-
check: ((0, jsx_runtime_1.jsx)("path", { d: "M9.99997 15.586L6.70697 12.293L5.29297 13.707L9.99997 18.414L19.707 8.70697L18.293 7.29297L9.99997 15.586Z" }
|
|
43
|
-
search: ((0, jsx_runtime_1.jsx)("path", { d: "M10 18C11.846 18 13.543 17.365 14.897 16.312L19.293 20.708L20.707 19.294L16.311 14.898C17.365 13.543 18 11.846 18 10C18 5.589 14.411 2 10 2C5.589 2 2 5.589 2 10C2 14.411 5.589 18 10 18ZM10 4C13.309 4 16 6.691 16 10C16 13.309 13.309 16 10 16C6.691 16 4 13.309 4 10C4 6.691 6.691 4 10 4Z" }
|
|
44
|
-
comment: ((0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 5.589 2 10C2 12.908 3.898 15.516 7 16.934V22L12.34 17.995C17.697 17.852 22 14.32 22 10C22 5.589 17.514 2 12 2ZM12 16H11.667L9 18V15.583L8.359 15.336C5.67 14.301 4 12.256 4 10C4 6.691 7.589 4 12 4C16.411 4 20 6.691 20 10C20 13.309 16.411 16 12 16Z" }
|
|
45
|
-
plus: (0, jsx_runtime_1.jsx)("path", { d: "M19 11H13V5H11V11H5V13H11V19H13V13H19V11Z" }
|
|
46
|
-
minus: (0, jsx_runtime_1.jsx)("rect", { x: "6", y: "11", width: "12", height: "2" }
|
|
47
|
-
pencil: ((0, jsx_runtime_1.jsx)("path", { d: "M4.0031 21.0001C4.0841 21.0001 4.1651 20.9901 4.2451 20.9701L8.2451 19.9701C8.4211 19.9261 8.5821 19.8351 8.7101 19.7071L21.0031 7.41411C21.3811 7.03611 21.5891 6.53411 21.5891 6.00011C21.5891 5.46611 21.3811 4.96411 21.0031 4.58611L19.4171 3.00011C18.6611 2.24411 17.3451 2.24411 16.5891 3.00011L4.2961 15.2931C4.1681 15.4211 4.0771 15.5821 4.0331 15.7571L3.0331 19.7571C2.9471 20.0981 3.0481 20.4581 3.2961 20.7071C3.4851 20.8971 3.7411 21.0001 4.0031 21.0001ZM18.0031 4.41411L19.5891 6.00011L18.0031 7.58611L16.4171 6.00011L18.0031 4.41411ZM5.9061 16.5111L15.0031 7.41411L16.5891 9.00011L7.4911 18.0971L5.3771 18.6251L5.9061 16.5111Z" }
|
|
48
|
-
cloudUpload: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 19V15H16L12 10L8 15H11V19H13Z" }
|
|
49
|
-
toggleOn: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 9C14.372 9 13 10.372 13 12C13 13.628 14.372 15 16 15C17.628 15 19 13.628 19 12C19 10.372 17.628 9 16 9Z" }
|
|
50
|
-
trash: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M5.00293 20C5.00293 21.103 5.89993 22 7.00293 22H17.0029C18.1059 22 19.0029 21.103 19.0029 20V8H21.0029V6H18.0029H17.0029V4C17.0029 2.897 16.1059 2 15.0029 2H9.00293C7.89993 2 7.00293 2.897 7.00293 4V6H6.00293H3.00293V8H5.00293V20ZM9.00293 4H15.0029V6H9.00293V4ZM8.00293 8H16.0029H17.0029L17.0039 20H7.00293V8H8.00293Z" }
|
|
51
|
-
refresh: ((0, jsx_runtime_1.jsx)("path", { d: "M10 11H7.101C7.101 10.997 7.101 10.994 7.102 10.991C7.167 10.672 7.265 10.357 7.393 10.054C7.519 9.75699 7.674 9.47099 7.854 9.20399C8.032 8.93999 8.238 8.69099 8.464 8.46399C8.691 8.23799 8.94 8.03199 9.206 7.85299C9.472 7.67299 9.757 7.51899 10.054 7.39299C10.356 7.26499 10.671 7.16699 10.992 7.10199C11.65 6.96699 12.349 6.96699 13.01 7.10199C13.328 7.16699 13.644 7.26499 13.947 7.39299C14.243 7.51799 14.528 7.67399 14.797 7.85399C15.063 8.03299 15.311 8.23799 15.535 8.46299L16.951 7.05099C16.637 6.73499 16.287 6.44699 15.915 6.19599C15.542 5.94399 15.142 5.72599 14.727 5.54999C14.302 5.36999 13.859 5.23299 13.412 5.14199C12.489 4.95299 11.513 4.95299 10.593 5.14199C10.144 5.23399 9.701 5.37099 9.277 5.55099C8.858 5.72699 8.458 5.94399 8.086 6.19599C7.716 6.44499 7.368 6.73299 7.05 7.04999C6.732 7.36699 6.445 7.71599 6.197 8.08499C5.945 8.45799 5.727 8.85799 5.551 9.27499C5.371 9.69899 5.234 10.142 5.143 10.59C5.115 10.725 5.1 10.863 5.08 11H2L6 15L10 11ZM14 13H16.899C16.898 13.003 16.899 13.006 16.898 13.008C16.832 13.332 16.734 13.647 16.606 13.946C16.483 14.239 16.328 14.525 16.147 14.794C15.968 15.058 15.762 15.308 15.534 15.536C15.309 15.761 15.061 15.966 14.795 16.146C14.527 16.326 14.242 16.481 13.946 16.607C13.643 16.735 13.328 16.833 13.008 16.898C12.351 17.033 11.651 17.033 10.991 16.898C10.672 16.833 10.357 16.735 10.054 16.607C9.757 16.481 9.471 16.326 9.204 16.146C8.94 15.968 8.691 15.762 8.464 15.536L7.05 16.95C7.367 17.267 7.716 17.555 8.085 17.804C8.458 18.056 8.858 18.274 9.275 18.45C9.699 18.63 10.142 18.767 10.59 18.858C11.051 18.952 11.525 19 12 19C12.475 19 12.949 18.952 13.408 18.858C13.857 18.767 14.301 18.629 14.725 18.449C15.14 18.273 15.54 18.056 15.913 17.804C16.285 17.553 16.635 17.264 16.948 16.95C17.265 16.633 17.553 16.284 17.803 15.913C18.057 15.536 18.275 15.136 18.448 14.726C18.626 14.306 18.763 13.863 18.856 13.41C18.883 13.275 18.899 13.137 18.919 13H22L18 8.99999L14 13Z" }
|
|
52
|
-
eyeball: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 9C10.358 9 9 10.359 9 12C9 13.642 10.358 15 12 15C13.641 15 15 13.642 15 12C15 10.359 13.641 9 12 9Z" }
|
|
53
|
-
thumbsUp: ((0, jsx_runtime_1.jsx)("path", { d: "M20 8H14.388L15.511 4.633C15.713 4.025 15.611 3.351 15.236 2.831C14.861 2.311 14.253 2 13.612 2H12C11.703 2 11.422 2.132 11.231 2.36L6.531 8H4C2.897 8 2 8.897 2 10V19C2 20.103 2.897 21 4 21H7H17.307C18.136 21 18.888 20.479 19.18 19.702L21.937 12.351C21.979 12.239 22 12.12 22 12V10C22 8.897 21.103 8 20 8ZM4 10H6V19H4V10ZM20 11.819L17.307 19H8V9.362L12.468 4H13.614L12.052 8.683C11.949 8.988 12.001 9.323 12.189 9.584C12.377 9.846 12.679 10 13 10H20V11.819Z" }
|
|
54
|
-
verticalDots: ((0, jsx_runtime_1.jsx)("path", { d: "M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z" }
|
|
55
|
-
star: ((0, jsx_runtime_1.jsx)("path", { d: "M10.9588 3.75641C11.2866 2.74787 12.7134 2.74786 13.0412 3.75641L14.7202 8.92341L18.1785 8.92354C18.1788 8.92354 18.1792 8.92354 18.1795 8.92354L20.1532 8.92361C21.2137 8.92365 21.6546 10.2806 20.7967 10.904L16.4014 14.0976L17.47 17.3866C17.4701 17.387 17.4702 17.3873 17.4703 17.3876L18.0801 19.2647C18.4078 20.2733 17.2534 21.112 16.3955 20.4887L12 17.2954L9.20214 19.328C9.20179 19.3283 9.20144 19.3285 9.20109 19.3288L7.60452 20.4887C6.74656 21.112 5.59223 20.2733 5.91989 19.2647L7.59858 14.0976L3.20334 10.904C2.34543 10.2807 2.78633 8.92365 3.8468 8.92361L5.82049 8.92354C5.82083 8.92354 5.82118 8.92354 5.82152 8.92354L9.27977 8.92341L10.9588 3.75641ZM6.60321 10.914L8.91787 12.5958C8.91818 12.596 8.91848 12.5962 8.91879 12.5965L9.29502 12.8698C9.67868 13.1486 9.83922 13.6427 9.69269 14.0937L9.54905 14.5359C9.54891 14.5363 9.54878 14.5367 9.54865 14.5371L8.6646 17.2583L11.3566 15.3026C11.7402 15.0239 12.2598 15.0239 12.6434 15.3026L13.0188 15.5753C13.0194 15.5757 13.02 15.5762 13.0206 15.5766L15.3354 17.2583L14.3073 14.0937C14.1608 13.6427 14.3213 13.1486 14.705 12.8698L17.3968 10.914L14.0694 10.9138C13.5952 10.9138 13.1749 10.6084 13.0283 10.1574L12 6.99297L11.1158 9.71405C11.1156 9.7144 11.1155 9.71474 11.1154 9.71508L10.9717 10.1574C10.8251 10.6084 10.4048 10.9138 9.93056 10.9138L6.60321 10.914Z" }
|
|
56
|
-
starFilled: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.0513 3.69095C11.3506 2.76968 12.654 2.76968 12.9534 3.69095L14.4722 8.36485C14.6061 8.77685 14.99 9.05579 15.4232 9.0558L20.3377 9.05599C21.3064 9.05603 21.7091 10.2956 20.9255 10.865L16.9497 13.7538C16.5992 14.0084 16.4526 14.4598 16.5864 14.8718L18.1049 19.5458C18.4042 20.4671 17.3498 21.2332 16.5661 20.6638L12.5901 17.7753C12.2396 17.5207 11.765 17.5207 11.4146 17.7753L7.43853 20.6638C6.65483 21.2332 5.6004 20.4671 5.89971 19.5458L7.4182 14.8718C7.55205 14.4598 7.4054 14.0084 7.05494 13.7538L3.07914 10.865C2.29548 10.2956 2.69823 9.05603 3.66692 9.05599L8.58142 9.0558C9.01461 9.05579 9.39854 8.77685 9.53242 8.36486L11.0513 3.69095Z" }
|
|
57
|
-
cloudSave: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9 19H7C4.243 19 2 16.757 2 14C2 11.82 3.609 9.792 5.757 9.15C6.85 6.611 9.244 5 12 5C15.56 5 18.507 7.67 18.944 11.112C20.695 11.538 22 13.12 22 15C22 17.206 20.206 19 18 19H15H9ZM15 17H18C19.103 17 20 16.103 20 15C20 13.897 19.103 13 18 13H17V12C17 9.243 14.757 7 12 7C9.895 7 8.149 8.274 7.446 10.325L7.254 10.883L6.673 10.985C5.199 11.244 4 12.596 4 14C4 15.654 5.346 17 7 17H9H15Z" }
|
|
58
|
-
attachment: ((0, jsx_runtime_1.jsx)("path", { d: "M5.70034 11.879L13.2477 4.15188C14.7481 2.61751 17.2048 2.61457 18.7439 4.15187C20.2147 5.69292 20.2456 8.1905 18.7439 9.72637L12.1677 16.4463C11.1677 17.4455 9.53953 17.4417 8.57861 16.4145L8.5763 16.4121C7.61217 15.4147 7.64468 13.8162 8.60983 12.8511L8.6113 12.8496L13.7859 7.56715C13.9307 7.42307 14.1608 7.40384 14.3248 7.56783L15.121 8.36403L15.1269 8.3691C15.2788 8.49929 15.2951 8.72507 15.1451 8.90458L9.9755 14.146C9.84287 14.2789 9.78341 14.4569 9.77747 14.6231C9.77157 14.7885 9.81776 14.9643 9.92515 15.0986L9.93923 15.1162L9.95684 15.1303C10.2011 15.3257 10.5715 15.346 10.8022 15.1153L17.3808 8.39291L17.3829 8.39073C18.1402 7.59359 18.1402 6.28461 17.3829 5.48747L17.3793 5.48379C16.6171 4.72167 15.3745 4.72167 14.6124 5.48379L14.6107 5.48549L7.06489 13.211L7.06402 13.2118C5.72803 14.5488 5.72839 16.7596 7.02689 18.0962C8.32851 19.4362 10.437 19.436 11.7387 18.0962L17.9191 11.7721C18.0556 11.6365 18.2859 11.6367 18.422 11.7728L19.2542 12.605L19.2601 12.6101C19.4197 12.7469 19.4187 12.9691 19.2846 13.1031L19.283 13.1048L13.1015 19.43C11.0256 21.5403 7.70624 21.5062 5.66445 19.4304C3.62176 17.3177 3.65669 13.9573 5.70034 11.879Z" }
|
|
59
|
-
archive: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19 10H5L5 18H19V10ZM3 8V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V8H3Z" }
|
|
60
|
-
unarchive: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 12V8H16L12 3L8 8H11V12H13Z" }
|
|
61
|
-
duplicate: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11 10H9V13H6V15H9V18H11V15H14V13H11V10Z" }
|
|
62
|
-
filter: ((0, jsx_runtime_1.jsx)("path", { d: "M7.625 4C7.14175 4 6.75 4.39797 6.75 4.88889V5.92952C5.73046 6.29559 5 7.28336 5 8.44444C5 9.60553 5.73046 10.5933 6.75 10.9594V19.1111C6.75 19.602 7.14175 20 7.625 20C8.10825 20 8.5 19.602 8.5 19.1111V10.9594C9.51954 10.5933 10.25 9.60553 10.25 8.44444C10.25 7.28336 9.51954 6.29559 8.5 5.92952V4.88889C8.5 4.39797 8.10825 4 7.625 4ZM8.5 8.44444C8.5 8.93537 8.10825 9.33333 7.625 9.33333C7.14175 9.33333 6.75 8.93537 6.75 8.44444C6.75 7.95353 7.14175 7.55556 7.625 7.55556C8.10825 7.55556 8.5 7.95353 8.5 8.44444ZM16.375 4C15.8917 4 15.5 4.39797 15.5 4.88889V12.1517C14.4805 12.5178 13.75 13.5056 13.75 14.6667C13.75 15.8277 14.4805 16.8156 15.5 17.1816V19.1111C15.5 19.602 15.8917 20 16.375 20C16.8583 20 17.25 19.602 17.25 19.1111V17.1816C18.2695 16.8156 19 15.8277 19 14.6667C19 13.5056 18.2695 12.5178 17.25 12.1517V4.88889C17.25 4.39797 16.8583 4 16.375 4ZM17.25 14.6667C17.25 15.1576 16.8583 15.5556 16.375 15.5556C15.8917 15.5556 15.5 15.1576 15.5 14.6667C15.5 14.1757 15.8917 13.7778 16.375 13.7778C16.8583 13.7778 17.25 14.1757 17.25 14.6667Z" }
|
|
31
|
+
kanban: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M19.893 3.001H4C2.897 3.001 2 3.898 2 5.001V19.001C2 20.104 2.897 21.001 4 21.001H19.893C20.996 21.001 21.893 20.104 21.893 19.001V8V7V6V5.001V5C21.892 3.897 20.994 3.001 19.893 3.001ZM8 19.001H4V8H8V19.001ZM14 19.001H10V8H14V19.001ZM16 19.001V8H19.893L19.894 19.001H16Z" }) })),
|
|
32
|
+
expand: (0, jsx_runtime_1.jsx)("path", { d: "M5 12H3V21H12V19H5V12ZM12 5H19V12H21V3H12V5Z" }),
|
|
33
|
+
collapse: ((0, jsx_runtime_1.jsx)("path", { d: "M16.121 6.465L14 4.344V10H19.656L17.535 7.879L20.707 4.707L19.293 3.293L16.121 6.465ZM4.70703 3.293L3.29303 4.707L6.46503 7.879L4.34403 10H10V4.344L7.87903 6.465L4.70703 3.293ZM19.656 14H14V19.656L16.121 17.535L19.293 20.707L20.707 19.293L17.535 16.121L19.656 14ZM6.46503 16.121L3.29303 19.293L4.70703 20.707L7.87903 17.535L10 19.656V14H4.34403L6.46503 16.121Z" })),
|
|
34
|
+
drag: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 8C7.44772 8 7 7.55228 7 7L7 5C7 4.44772 7.44772 4 8 4L10 4C10.5523 4 11 4.44772 11 5L11 7C11 7.55228 10.5523 8 10 8L8 8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 14C7.44772 14 7 13.5523 7 13L7 11C7 10.4477 7.44772 10 8 10L10 10C10.5523 10 11 10.4477 11 11L11 13C11 13.5523 10.5523 14 10 14L8 14Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 20C7.44772 20 7 19.5523 7 19L7 17C7 16.4477 7.44772 16 8 16L10 16C10.5523 16 11 16.4477 11 17L11 19C11 19.5523 10.5523 20 10 20L8 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 8C13.4477 8 13 7.55228 13 7L13 5C13 4.44772 13.4477 4 14 4L16 4C16.5523 4 17 4.44772 17 5L17 7C17 7.55228 16.5523 8 16 8L14 8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 14C13.4477 14 13 13.5523 13 13L13 11C13 10.4477 13.4477 10 14 10L16 10C16.5523 10 17 10.4477 17 11L17 13C17 13.5523 16.5523 14 16 14L14 14Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 20C13.4477 20 13 19.5523 13 19L13 17C13 16.4477 13.4477 16 14 16L16 16C16.5523 16 17 16.4477 17 17L17 19C17 19.5523 16.5523 20 16 20L14 20Z" })] })),
|
|
35
|
+
x: ((0, jsx_runtime_1.jsx)("path", { d: "M16.192 6.34399L11.949 10.586L7.70697 6.34399L6.29297 7.75799L10.535 12L6.29297 16.242L7.70697 17.656L11.949 13.414L16.192 17.656L17.606 16.242L13.364 12L17.606 7.75799L16.192 6.34399Z" })),
|
|
36
|
+
loader: ((0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.421 22 22 17.421 22 12H20C20 16.337 16.337 20 12 20C7.663 20 4 16.337 4 12C4 7.664 7.663 4 12 4V2C6.579 2 2 6.58 2 12C2 17.421 6.579 22 12 22Z" })),
|
|
37
|
+
linkExternal: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 3L16.293 6.293L9.29297 13.293L10.707 14.707L17.707 7.707L21 11V3H13Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M19 19H5V5H12L10 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V14L19 12V19Z" })] })),
|
|
38
|
+
upload: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11 15H13V9H16L12 4L8 9H11V15Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 18H4V11H2V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V11H20V18Z" })] })),
|
|
39
|
+
download: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 16L16 11H13V4H11V11H8L12 16Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 18H4V11H2V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V11H20V18Z" })] })),
|
|
40
|
+
checkboxChecked: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M7 5C5.897 5 5 5.897 5 7V17C5 18.103 5.897 19 7 19H17C18.103 19 19 18.103 19 17V7C19 5.897 18.103 5 17 5H7ZM7 17V7H17L17.002 17H7Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.9958 12.5561L9.6998 11.2851L8.2998 12.7151L11.0038 15.3621L15.7028 10.7111L14.2968 9.28906L10.9958 12.5561Z" })] })),
|
|
41
|
+
checkbox: ((0, jsx_runtime_1.jsx)("path", { d: "M7 5C5.897 5 5 5.897 5 7V17C5 18.103 5.897 19 7 19H17C18.103 19 19 18.103 19 17V7C19 5.897 18.103 5 17 5H7ZM7 17V7H17L17.002 17H7Z" })),
|
|
42
|
+
check: ((0, jsx_runtime_1.jsx)("path", { d: "M9.99997 15.586L6.70697 12.293L5.29297 13.707L9.99997 18.414L19.707 8.70697L18.293 7.29297L9.99997 15.586Z" })),
|
|
43
|
+
search: ((0, jsx_runtime_1.jsx)("path", { d: "M10 18C11.846 18 13.543 17.365 14.897 16.312L19.293 20.708L20.707 19.294L16.311 14.898C17.365 13.543 18 11.846 18 10C18 5.589 14.411 2 10 2C5.589 2 2 5.589 2 10C2 14.411 5.589 18 10 18ZM10 4C13.309 4 16 6.691 16 10C16 13.309 13.309 16 10 16C6.691 16 4 13.309 4 10C4 6.691 6.691 4 10 4Z" })),
|
|
44
|
+
comment: ((0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 5.589 2 10C2 12.908 3.898 15.516 7 16.934V22L12.34 17.995C17.697 17.852 22 14.32 22 10C22 5.589 17.514 2 12 2ZM12 16H11.667L9 18V15.583L8.359 15.336C5.67 14.301 4 12.256 4 10C4 6.691 7.589 4 12 4C16.411 4 20 6.691 20 10C20 13.309 16.411 16 12 16Z" })),
|
|
45
|
+
plus: (0, jsx_runtime_1.jsx)("path", { d: "M19 11H13V5H11V11H5V13H11V19H13V13H19V11Z" }),
|
|
46
|
+
minus: (0, jsx_runtime_1.jsx)("rect", { x: "6", y: "11", width: "12", height: "2" }),
|
|
47
|
+
pencil: ((0, jsx_runtime_1.jsx)("path", { d: "M4.0031 21.0001C4.0841 21.0001 4.1651 20.9901 4.2451 20.9701L8.2451 19.9701C8.4211 19.9261 8.5821 19.8351 8.7101 19.7071L21.0031 7.41411C21.3811 7.03611 21.5891 6.53411 21.5891 6.00011C21.5891 5.46611 21.3811 4.96411 21.0031 4.58611L19.4171 3.00011C18.6611 2.24411 17.3451 2.24411 16.5891 3.00011L4.2961 15.2931C4.1681 15.4211 4.0771 15.5821 4.0331 15.7571L3.0331 19.7571C2.9471 20.0981 3.0481 20.4581 3.2961 20.7071C3.4851 20.8971 3.7411 21.0001 4.0031 21.0001ZM18.0031 4.41411L19.5891 6.00011L18.0031 7.58611L16.4171 6.00011L18.0031 4.41411ZM5.9061 16.5111L15.0031 7.41411L16.5891 9.00011L7.4911 18.0971L5.3771 18.6251L5.9061 16.5111Z" })),
|
|
48
|
+
cloudUpload: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 19V15H16L12 10L8 15H11V19H13Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 19H9V17H7C5.346 17 4 15.654 4 14C4 12.596 5.199 11.244 6.673 10.985L7.254 10.883L7.446 10.325C8.149 8.274 9.895 7 12 7C14.757 7 17 9.243 17 12V13H18C19.103 13 20 13.897 20 15C20 16.103 19.103 17 18 17H15V19H18C20.206 19 22 17.206 22 15C22 13.12 20.695 11.538 18.944 11.112C18.507 7.67 15.56 5 12 5C9.244 5 6.85 6.611 5.757 9.15C3.609 9.792 2 11.82 2 14C2 16.757 4.243 19 7 19Z" })] })),
|
|
49
|
+
toggleOn: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 9C14.372 9 13 10.372 13 12C13 13.628 14.372 15 16 15C17.628 15 19 13.628 19 12C19 10.372 17.628 9 16 9Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M16 6H8C4.704 6 2.018 8.682 2 11.986C2 11.991 2 11.995 2 12V12.016C2 12.02 2 12.024 2 12.028C2.015 15.322 4.703 18 8 18H16C19.309 18 22 15.309 22 12C22 8.691 19.309 6 16 6ZM16 16H8C5.798 16 4.004 14.208 4 12.01C4.004 9.799 5.798 8 8 8H16C18.206 8 20 9.794 20 12C20 14.206 18.206 16 16 16Z" })] })),
|
|
50
|
+
trash: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M5.00293 20C5.00293 21.103 5.89993 22 7.00293 22H17.0029C18.1059 22 19.0029 21.103 19.0029 20V8H21.0029V6H18.0029H17.0029V4C17.0029 2.897 16.1059 2 15.0029 2H9.00293C7.89993 2 7.00293 2.897 7.00293 4V6H6.00293H3.00293V8H5.00293V20ZM9.00293 4H15.0029V6H9.00293V4ZM8.00293 8H16.0029H17.0029L17.0039 20H7.00293V8H8.00293Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.00293 10H11.0029V18H9.00293V10ZM13.0029 10H15.0029V18H13.0029V10Z" })] })),
|
|
51
|
+
refresh: ((0, jsx_runtime_1.jsx)("path", { d: "M10 11H7.101C7.101 10.997 7.101 10.994 7.102 10.991C7.167 10.672 7.265 10.357 7.393 10.054C7.519 9.75699 7.674 9.47099 7.854 9.20399C8.032 8.93999 8.238 8.69099 8.464 8.46399C8.691 8.23799 8.94 8.03199 9.206 7.85299C9.472 7.67299 9.757 7.51899 10.054 7.39299C10.356 7.26499 10.671 7.16699 10.992 7.10199C11.65 6.96699 12.349 6.96699 13.01 7.10199C13.328 7.16699 13.644 7.26499 13.947 7.39299C14.243 7.51799 14.528 7.67399 14.797 7.85399C15.063 8.03299 15.311 8.23799 15.535 8.46299L16.951 7.05099C16.637 6.73499 16.287 6.44699 15.915 6.19599C15.542 5.94399 15.142 5.72599 14.727 5.54999C14.302 5.36999 13.859 5.23299 13.412 5.14199C12.489 4.95299 11.513 4.95299 10.593 5.14199C10.144 5.23399 9.701 5.37099 9.277 5.55099C8.858 5.72699 8.458 5.94399 8.086 6.19599C7.716 6.44499 7.368 6.73299 7.05 7.04999C6.732 7.36699 6.445 7.71599 6.197 8.08499C5.945 8.45799 5.727 8.85799 5.551 9.27499C5.371 9.69899 5.234 10.142 5.143 10.59C5.115 10.725 5.1 10.863 5.08 11H2L6 15L10 11ZM14 13H16.899C16.898 13.003 16.899 13.006 16.898 13.008C16.832 13.332 16.734 13.647 16.606 13.946C16.483 14.239 16.328 14.525 16.147 14.794C15.968 15.058 15.762 15.308 15.534 15.536C15.309 15.761 15.061 15.966 14.795 16.146C14.527 16.326 14.242 16.481 13.946 16.607C13.643 16.735 13.328 16.833 13.008 16.898C12.351 17.033 11.651 17.033 10.991 16.898C10.672 16.833 10.357 16.735 10.054 16.607C9.757 16.481 9.471 16.326 9.204 16.146C8.94 15.968 8.691 15.762 8.464 15.536L7.05 16.95C7.367 17.267 7.716 17.555 8.085 17.804C8.458 18.056 8.858 18.274 9.275 18.45C9.699 18.63 10.142 18.767 10.59 18.858C11.051 18.952 11.525 19 12 19C12.475 19 12.949 18.952 13.408 18.858C13.857 18.767 14.301 18.629 14.725 18.449C15.14 18.273 15.54 18.056 15.913 17.804C16.285 17.553 16.635 17.264 16.948 16.95C17.265 16.633 17.553 16.284 17.803 15.913C18.057 15.536 18.275 15.136 18.448 14.726C18.626 14.306 18.763 13.863 18.856 13.41C18.883 13.275 18.899 13.137 18.919 13H22L18 8.99999L14 13Z" })),
|
|
52
|
+
eyeball: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 9C10.358 9 9 10.359 9 12C9 13.642 10.358 15 12 15C13.641 15 15 13.642 15 12C15 10.359 13.641 9 12 9Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9998 5C4.3668 5 2.0728 11.617 2.0518 11.684L1.9458 12L2.0508 12.316C2.0728 12.383 4.3668 19 11.9998 19C19.6328 19 21.9268 12.383 21.9478 12.316L22.0538 12L21.9488 11.684C21.9268 11.617 19.6328 5 11.9998 5ZM11.9998 17C6.6488 17 4.5758 13.154 4.0738 12C4.5778 10.842 6.6518 7 11.9998 7C17.3508 7 19.4238 10.846 19.9258 12C19.4218 13.158 17.3478 17 11.9998 17Z" })] })),
|
|
53
|
+
thumbsUp: ((0, jsx_runtime_1.jsx)("path", { d: "M20 8H14.388L15.511 4.633C15.713 4.025 15.611 3.351 15.236 2.831C14.861 2.311 14.253 2 13.612 2H12C11.703 2 11.422 2.132 11.231 2.36L6.531 8H4C2.897 8 2 8.897 2 10V19C2 20.103 2.897 21 4 21H7H17.307C18.136 21 18.888 20.479 19.18 19.702L21.937 12.351C21.979 12.239 22 12.12 22 12V10C22 8.897 21.103 8 20 8ZM4 10H6V19H4V10ZM20 11.819L17.307 19H8V9.362L12.468 4H13.614L12.052 8.683C11.949 8.988 12.001 9.323 12.189 9.584C12.377 9.846 12.679 10 13 10H20V11.819Z" })),
|
|
54
|
+
verticalDots: ((0, jsx_runtime_1.jsx)("path", { d: "M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z" })),
|
|
55
|
+
star: ((0, jsx_runtime_1.jsx)("path", { d: "M10.9588 3.75641C11.2866 2.74787 12.7134 2.74786 13.0412 3.75641L14.7202 8.92341L18.1785 8.92354C18.1788 8.92354 18.1792 8.92354 18.1795 8.92354L20.1532 8.92361C21.2137 8.92365 21.6546 10.2806 20.7967 10.904L16.4014 14.0976L17.47 17.3866C17.4701 17.387 17.4702 17.3873 17.4703 17.3876L18.0801 19.2647C18.4078 20.2733 17.2534 21.112 16.3955 20.4887L12 17.2954L9.20214 19.328C9.20179 19.3283 9.20144 19.3285 9.20109 19.3288L7.60452 20.4887C6.74656 21.112 5.59223 20.2733 5.91989 19.2647L7.59858 14.0976L3.20334 10.904C2.34543 10.2807 2.78633 8.92365 3.8468 8.92361L5.82049 8.92354C5.82083 8.92354 5.82118 8.92354 5.82152 8.92354L9.27977 8.92341L10.9588 3.75641ZM6.60321 10.914L8.91787 12.5958C8.91818 12.596 8.91848 12.5962 8.91879 12.5965L9.29502 12.8698C9.67868 13.1486 9.83922 13.6427 9.69269 14.0937L9.54905 14.5359C9.54891 14.5363 9.54878 14.5367 9.54865 14.5371L8.6646 17.2583L11.3566 15.3026C11.7402 15.0239 12.2598 15.0239 12.6434 15.3026L13.0188 15.5753C13.0194 15.5757 13.02 15.5762 13.0206 15.5766L15.3354 17.2583L14.3073 14.0937C14.1608 13.6427 14.3213 13.1486 14.705 12.8698L17.3968 10.914L14.0694 10.9138C13.5952 10.9138 13.1749 10.6084 13.0283 10.1574L12 6.99297L11.1158 9.71405C11.1156 9.7144 11.1155 9.71474 11.1154 9.71508L10.9717 10.1574C10.8251 10.6084 10.4048 10.9138 9.93056 10.9138L6.60321 10.914Z" })),
|
|
56
|
+
starFilled: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.0513 3.69095C11.3506 2.76968 12.654 2.76968 12.9534 3.69095L14.4722 8.36485C14.6061 8.77685 14.99 9.05579 15.4232 9.0558L20.3377 9.05599C21.3064 9.05603 21.7091 10.2956 20.9255 10.865L16.9497 13.7538C16.5992 14.0084 16.4526 14.4598 16.5864 14.8718L18.1049 19.5458C18.4042 20.4671 17.3498 21.2332 16.5661 20.6638L12.5901 17.7753C12.2396 17.5207 11.765 17.5207 11.4146 17.7753L7.43853 20.6638C6.65483 21.2332 5.6004 20.4671 5.89971 19.5458L7.4182 14.8718C7.55205 14.4598 7.4054 14.0084 7.05494 13.7538L3.07914 10.865C2.29548 10.2956 2.69823 9.05603 3.66692 9.05599L8.58142 9.0558C9.01461 9.05579 9.39854 8.77685 9.53242 8.36486L11.0513 3.69095Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.0513 3.69095C11.3506 2.76968 12.654 2.76968 12.9534 3.69095L14.4722 8.36485C14.6061 8.77685 14.99 9.05579 15.4232 9.0558L20.3377 9.05599C21.3064 9.05603 21.7091 10.2956 20.9255 10.865L16.9497 13.7538C16.5992 14.0084 16.4526 14.4598 16.5864 14.8718L18.1049 19.5458C18.4042 20.4671 17.3498 21.2332 16.5661 20.6638L12.5901 17.7753C12.2396 17.5207 11.765 17.5207 11.4146 17.7753L7.43853 20.6638C6.65483 21.2332 5.6004 20.4671 5.89971 19.5458L7.4182 14.8718C7.55205 14.4598 7.4054 14.0084 7.05494 13.7538L3.07914 10.865C2.29548 10.2956 2.69823 9.05603 3.66692 9.05599L8.58142 9.0558C9.01461 9.05579 9.39854 8.77685 9.53242 8.36486L11.0513 3.69095Z" })] })),
|
|
57
|
+
cloudSave: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9 19H7C4.243 19 2 16.757 2 14C2 11.82 3.609 9.792 5.757 9.15C6.85 6.611 9.244 5 12 5C15.56 5 18.507 7.67 18.944 11.112C20.695 11.538 22 13.12 22 15C22 17.206 20.206 19 18 19H15H9ZM15 17H18C19.103 17 20 16.103 20 15C20 13.897 19.103 13 18 13H17V12C17 9.243 14.757 7 12 7C9.895 7 8.149 8.274 7.446 10.325L7.254 10.883L6.673 10.985C5.199 11.244 4 12.596 4 14C4 15.654 5.346 17 7 17H9H15Z" }), (0, jsx_runtime_1.jsx)("rect", { x: "9.67139", y: "14.6567", width: "6", height: "1.5", transform: "rotate(-45 9.67139 14.6567)" }), (0, jsx_runtime_1.jsx)("rect", { x: "9.31787", y: "12.1819", width: "3.5", height: "1.5", transform: "rotate(45 9.31787 12.1819)" })] })),
|
|
58
|
+
attachment: ((0, jsx_runtime_1.jsx)("path", { d: "M5.70034 11.879L13.2477 4.15188C14.7481 2.61751 17.2048 2.61457 18.7439 4.15187C20.2147 5.69292 20.2456 8.1905 18.7439 9.72637L12.1677 16.4463C11.1677 17.4455 9.53953 17.4417 8.57861 16.4145L8.5763 16.4121C7.61217 15.4147 7.64468 13.8162 8.60983 12.8511L8.6113 12.8496L13.7859 7.56715C13.9307 7.42307 14.1608 7.40384 14.3248 7.56783L15.121 8.36403L15.1269 8.3691C15.2788 8.49929 15.2951 8.72507 15.1451 8.90458L9.9755 14.146C9.84287 14.2789 9.78341 14.4569 9.77747 14.6231C9.77157 14.7885 9.81776 14.9643 9.92515 15.0986L9.93923 15.1162L9.95684 15.1303C10.2011 15.3257 10.5715 15.346 10.8022 15.1153L17.3808 8.39291L17.3829 8.39073C18.1402 7.59359 18.1402 6.28461 17.3829 5.48747L17.3793 5.48379C16.6171 4.72167 15.3745 4.72167 14.6124 5.48379L14.6107 5.48549L7.06489 13.211L7.06402 13.2118C5.72803 14.5488 5.72839 16.7596 7.02689 18.0962C8.32851 19.4362 10.437 19.436 11.7387 18.0962L17.9191 11.7721C18.0556 11.6365 18.2859 11.6367 18.422 11.7728L19.2542 12.605L19.2601 12.6101C19.4197 12.7469 19.4187 12.9691 19.2846 13.1031L19.283 13.1048L13.1015 19.43C11.0256 21.5403 7.70624 21.5062 5.66445 19.4304C3.62176 17.3177 3.65669 13.9573 5.70034 11.879Z" })),
|
|
59
|
+
archive: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19 10H5L5 18H19V10ZM3 8V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V8H3Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M3.81818 6V8H20.1818V6H3.81818ZM2.90909 4C2.40701 4 2 4.44772 2 5V9C2 9.55228 2.40701 10 2.90909 10H21.0909C21.593 10 22 9.55228 22 9V5C22 4.44772 21.593 4 21.0909 4H2.90909Z" }), (0, jsx_runtime_1.jsx)("rect", { x: "8", y: "11", width: "8", height: "2", rx: "1" })] })),
|
|
60
|
+
unarchive: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 12V8H16L12 3L8 8H11V12H13Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M17 10H19V18H5L5 10H7V8H3V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V8H17V10Z" }), (0, jsx_runtime_1.jsx)("rect", { x: "8", y: "15", width: "8", height: "2", rx: "1" })] })),
|
|
61
|
+
duplicate: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11 10H9V13H6V15H9V18H11V15H14V13H11V10Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 22H16C17.103 22 18 21.103 18 20V8C18 6.897 17.103 6 16 6H4C2.897 6 2 6.897 2 8V20C2 21.103 2.897 22 4 22ZM4 8H16L16.002 20H4V8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 2H8V4H20V16H22V4C22 2.897 21.103 2 20 2Z" })] })),
|
|
62
|
+
filter: ((0, jsx_runtime_1.jsx)("path", { d: "M7.625 4C7.14175 4 6.75 4.39797 6.75 4.88889V5.92952C5.73046 6.29559 5 7.28336 5 8.44444C5 9.60553 5.73046 10.5933 6.75 10.9594V19.1111C6.75 19.602 7.14175 20 7.625 20C8.10825 20 8.5 19.602 8.5 19.1111V10.9594C9.51954 10.5933 10.25 9.60553 10.25 8.44444C10.25 7.28336 9.51954 6.29559 8.5 5.92952V4.88889C8.5 4.39797 8.10825 4 7.625 4ZM8.5 8.44444C8.5 8.93537 8.10825 9.33333 7.625 9.33333C7.14175 9.33333 6.75 8.93537 6.75 8.44444C6.75 7.95353 7.14175 7.55556 7.625 7.55556C8.10825 7.55556 8.5 7.95353 8.5 8.44444ZM16.375 4C15.8917 4 15.5 4.39797 15.5 4.88889V12.1517C14.4805 12.5178 13.75 13.5056 13.75 14.6667C13.75 15.8277 14.4805 16.8156 15.5 17.1816V19.1111C15.5 19.602 15.8917 20 16.375 20C16.8583 20 17.25 19.602 17.25 19.1111V17.1816C18.2695 16.8156 19 15.8277 19 14.6667C19 13.5056 18.2695 12.5178 17.25 12.1517V4.88889C17.25 4.39797 16.8583 4 16.375 4ZM17.25 14.6667C17.25 15.1576 16.8583 15.5556 16.375 15.5556C15.8917 15.5556 15.5 15.1576 15.5 14.6667C15.5 14.1757 15.8917 13.7778 16.375 13.7778C16.8583 13.7778 17.25 14.1757 17.25 14.6667Z" })),
|
|
63
63
|
// Alerts
|
|
64
|
-
errorCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.953 2C6.465 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.493 2 11.953 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.567 4 11.953 4C16.391 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }
|
|
65
|
-
checkCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }
|
|
66
|
-
infoCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }
|
|
67
|
-
helpCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.9999 6C9.83092 6 8.06592 7.765 8.06592 9.934H10.0659C10.0659 8.867 10.9339 8 11.9999 8C13.0659 8 13.9339 8.867 13.9339 9.934C13.9339 10.532 13.4529 10.966 12.7179 11.56C12.4629 11.767 12.2219 11.964 12.0269 12.159C11.0289 13.156 10.9999 14.215 10.9999 14.333V15H12.9999L12.9989 14.367C12.9999 14.351 13.0319 13.981 13.4399 13.574C13.5899 13.424 13.7789 13.274 13.9749 13.116C14.7539 12.485 15.9329 11.532 15.9329 9.934C15.9339 7.765 14.1689 6 11.9999 6ZM10.9999 16H12.9999V18H10.9999V16Z" }
|
|
68
|
-
error: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.001 10H13.001V15H11.001V10ZM11 16H13V18H11V16Z" }
|
|
69
|
-
xCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.17181 16.2421L11.9998 13.4141L14.8278 16.2421L16.2418 14.8281L13.4138 12.0001L16.2418 9.17206L14.8278 7.75806L11.9998 10.5861L9.17181 7.75806L7.75781 9.17206L10.5858 12.0001L7.75781 14.8281L9.17181 16.2421Z" }
|
|
70
|
-
flag: (0, jsx_runtime_1.jsx)("path", { d: "M19 4H6V2H4V20H3V22H4H6H7V20H6V15H19C19.553 15 20 14.552 20 14V5C20 4.448 19.553 4 19 4Z" }
|
|
71
|
-
outlineFlag: ((0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2H4V20H3V22H7V20H6V15H19C19.5523 15 20 14.5523 20 14V5C20 4.44772 19.5523 4 19 4H6V2ZM6 6V13H18V6H6Z" }
|
|
64
|
+
errorCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.953 2C6.465 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.493 2 11.953 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.567 4 11.953 4C16.391 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 7H13V14H11V7ZM11 15H13V17H11V15Z" })] })),
|
|
65
|
+
checkCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.99909 13.587L7.70009 11.292L6.28809 12.708L10.0011 16.413L16.7071 9.70697L15.2931 8.29297L9.99909 13.587Z" })] })),
|
|
66
|
+
infoCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 11H13V17H11V11ZM11 7H13V9H11V7Z" })] })),
|
|
67
|
+
helpCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.9999 6C9.83092 6 8.06592 7.765 8.06592 9.934H10.0659C10.0659 8.867 10.9339 8 11.9999 8C13.0659 8 13.9339 8.867 13.9339 9.934C13.9339 10.532 13.4529 10.966 12.7179 11.56C12.4629 11.767 12.2219 11.964 12.0269 12.159C11.0289 13.156 10.9999 14.215 10.9999 14.333V15H12.9999L12.9989 14.367C12.9999 14.351 13.0319 13.981 13.4399 13.574C13.5899 13.424 13.7789 13.274 13.9749 13.116C14.7539 12.485 15.9329 11.532 15.9329 9.934C15.9339 7.765 14.1689 6 11.9999 6ZM10.9999 16H12.9999V18H10.9999V16Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" })] })),
|
|
68
|
+
error: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.001 10H13.001V15H11.001V10ZM11 16H13V18H11V16Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.7679 4.19994C13.4199 3.54494 12.7419 3.13794 11.9999 3.13794C11.2579 3.13794 10.5799 3.54494 10.2319 4.20094L2.89392 18.0639C2.56292 18.6899 2.58292 19.4249 2.94792 20.0319C3.31292 20.6379 3.95292 20.9999 4.66092 20.9999H19.3389C20.0469 20.9999 20.6879 20.6379 21.0529 20.0319C21.4169 19.4259 21.4379 18.6899 21.1069 18.0639L13.7679 4.19994ZM4.66092 18.9999L11.9999 5.13694L19.3439 18.9999H4.66092Z" })] })),
|
|
69
|
+
xCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.17181 16.2421L11.9998 13.4141L14.8278 16.2421L16.2418 14.8281L13.4138 12.0001L16.2418 9.17206L14.8278 7.75806L11.9998 10.5861L9.17181 7.75806L7.75781 9.17206L10.5858 12.0001L7.75781 14.8281L9.17181 16.2421Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22ZM12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4Z" })] })),
|
|
70
|
+
flag: (0, jsx_runtime_1.jsx)("path", { d: "M19 4H6V2H4V20H3V22H4H6H7V20H6V15H19C19.553 15 20 14.552 20 14V5C20 4.448 19.553 4 19 4Z" }),
|
|
71
|
+
outlineFlag: ((0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2H4V20H3V22H7V20H6V15H19C19.5523 15 20 14.5523 20 14V5C20 4.44772 19.5523 4 19 4H6V2ZM6 6V13H18V6H6Z" })),
|
|
72
72
|
// Arrows
|
|
73
|
-
chevronsDown: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 15.586L7.70697 11.293L6.29297 12.707L12 18.414L17.707 12.707L16.293 11.293L12 15.586Z" }
|
|
74
|
-
chevronsRight: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.2959 7.71004L14.6209 12L10.2959 16.29L11.7039 17.71L17.4609 12L11.7039 6.29004L10.2959 7.71004Z" }
|
|
75
|
-
sortUp: ((0, jsx_runtime_1.jsx)("path", { d: "M11 9H20V11H11V9ZM11 13H18V15H11V13ZM11 5H22V7H11V5ZM11 17H16V19H11V17ZM5 20H7V8H10L6 4L2 8H5V20Z" }
|
|
76
|
-
sortDown: ((0, jsx_runtime_1.jsx)("path", { d: "M6 20L10 16H7V4H5V16H2L6 20ZM11 8H20V10H11V8ZM11 12H18V14H11V12ZM11 4H22V6H11V4ZM11 16H16V18H11V16Z" }
|
|
77
|
-
chevronDown: ((0, jsx_runtime_1.jsx)("path", { d: "M16.293 9.29297L12 13.586L7.70697 9.29297L6.29297 10.707L12 16.414L17.707 10.707L16.293 9.29297Z" }
|
|
78
|
-
chevronUp: ((0, jsx_runtime_1.jsx)("path", { d: "M6.29297 13.2929L7.70697 14.7069L12 10.4139L16.293 14.7069L17.707 13.2929L12 7.58594L6.29297 13.2929Z" }
|
|
79
|
-
chevronLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M13.2929 6.29297L7.58594 12L13.2929 17.707L14.7069 16.293L10.4139 12L14.7069 7.70697L13.2929 6.29297Z" }
|
|
80
|
-
chevronRight: ((0, jsx_runtime_1.jsx)("path", { d: "M10.707 17.707L16.414 12L10.707 6.29297L9.29297 7.70697L13.586 12L9.29297 16.293L10.707 17.707Z" }
|
|
81
|
-
arrowBack: ((0, jsx_runtime_1.jsx)("path", { d: "M20.9999 11H6.41394L11.7069 5.70697L10.2929 4.29297L2.58594 12L10.2929 19.707L11.7069 18.293L6.41394 13H20.9999V11Z" }
|
|
82
|
-
arrowLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M20.9999 11H6.41394L11.7069 5.70697L10.2929 4.29297L2.58594 12L10.2929 19.707L11.7069 18.293L6.41394 13H20.9999V11Z" }
|
|
83
|
-
arrowUp: ((0, jsx_runtime_1.jsx)("path", { d: "M12.793 21.207L12.793 6.62097L18.086 11.914L19.5 10.5L11.793 2.79297L4.086 10.5L5.5 11.914L10.793 6.62097L10.793 21.207L12.793 21.207Z" }
|
|
84
|
-
arrowDown: ((0, jsx_runtime_1.jsx)("path", { d: "M10.7929 2.79303L10.7929 17.379L5.49994 12.086L4.08594 13.5L11.7929 21.207L19.4999 13.5L18.0859 12.086L12.7929 17.379L12.7929 2.79303L10.7929 2.79303Z" }
|
|
85
|
-
arrowRight: ((0, jsx_runtime_1.jsx)("path", { d: "M2.586 13L17.172 13L11.879 18.293L13.293 19.707L21 12L13.293 4.29303L11.879 5.70703L17.172 11L2.586 11L2.586 13Z" }
|
|
86
|
-
menuClose: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }
|
|
87
|
-
menuOpen: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }
|
|
88
|
-
arrowFromLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M4 6H6V18H4V6ZM8 13H16.586L12.293 17.293L13.707 18.707L20.414 12L13.707 5.293L12.293 6.707L16.586 11H8V13Z" }
|
|
89
|
-
arrowFromBottom: ((0, jsx_runtime_1.jsx)("path", { d: "M6 18H18V20H6V18ZM12 3.586L5.293 10.293L6.707 11.707L11 7.414V16H13V7.414L17.293 11.707L18.707 10.293L12 3.586Z" }
|
|
90
|
-
arrowFromRight: ((0, jsx_runtime_1.jsx)("path", { d: "M18 6H20V18H18V6ZM16 11H7.414L11.707 6.707L10.293 5.293L3.586 12L10.293 18.707L11.707 17.293L7.414 13H16V11Z" }
|
|
91
|
-
arrowFromTop: ((0, jsx_runtime_1.jsx)("path", { d: "M6 4H18V6H6V4ZM12 20.414L18.707 13.707L17.293 12.293L13 16.586V8H11V16.586L6.707 12.293L5.293 13.707L12 20.414Z" }
|
|
73
|
+
chevronsDown: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 15.586L7.70697 11.293L6.29297 12.707L12 18.414L17.707 12.707L16.293 11.293L12 15.586Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.707 7.70697L16.293 6.29297L12 10.586L7.70697 6.29297L6.29297 7.70697L12 13.414L17.707 7.70697Z" })] })),
|
|
74
|
+
chevronsRight: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.2959 7.71004L14.6209 12L10.2959 16.29L11.7039 17.71L17.4609 12L11.7039 6.29004L10.2959 7.71004Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.7039 6.29004L5.2959 7.71004L9.6209 12L5.2959 16.29L6.7039 17.71L12.4609 12L6.7039 6.29004Z" })] })),
|
|
75
|
+
sortUp: ((0, jsx_runtime_1.jsx)("path", { d: "M11 9H20V11H11V9ZM11 13H18V15H11V13ZM11 5H22V7H11V5ZM11 17H16V19H11V17ZM5 20H7V8H10L6 4L2 8H5V20Z" })),
|
|
76
|
+
sortDown: ((0, jsx_runtime_1.jsx)("path", { d: "M6 20L10 16H7V4H5V16H2L6 20ZM11 8H20V10H11V8ZM11 12H18V14H11V12ZM11 4H22V6H11V4ZM11 16H16V18H11V16Z" })),
|
|
77
|
+
chevronDown: ((0, jsx_runtime_1.jsx)("path", { d: "M16.293 9.29297L12 13.586L7.70697 9.29297L6.29297 10.707L12 16.414L17.707 10.707L16.293 9.29297Z" })),
|
|
78
|
+
chevronUp: ((0, jsx_runtime_1.jsx)("path", { d: "M6.29297 13.2929L7.70697 14.7069L12 10.4139L16.293 14.7069L17.707 13.2929L12 7.58594L6.29297 13.2929Z" })),
|
|
79
|
+
chevronLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M13.2929 6.29297L7.58594 12L13.2929 17.707L14.7069 16.293L10.4139 12L14.7069 7.70697L13.2929 6.29297Z" })),
|
|
80
|
+
chevronRight: ((0, jsx_runtime_1.jsx)("path", { d: "M10.707 17.707L16.414 12L10.707 6.29297L9.29297 7.70697L13.586 12L9.29297 16.293L10.707 17.707Z" })),
|
|
81
|
+
arrowBack: ((0, jsx_runtime_1.jsx)("path", { d: "M20.9999 11H6.41394L11.7069 5.70697L10.2929 4.29297L2.58594 12L10.2929 19.707L11.7069 18.293L6.41394 13H20.9999V11Z" })),
|
|
82
|
+
arrowLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M20.9999 11H6.41394L11.7069 5.70697L10.2929 4.29297L2.58594 12L10.2929 19.707L11.7069 18.293L6.41394 13H20.9999V11Z" })),
|
|
83
|
+
arrowUp: ((0, jsx_runtime_1.jsx)("path", { d: "M12.793 21.207L12.793 6.62097L18.086 11.914L19.5 10.5L11.793 2.79297L4.086 10.5L5.5 11.914L10.793 6.62097L10.793 21.207L12.793 21.207Z" })),
|
|
84
|
+
arrowDown: ((0, jsx_runtime_1.jsx)("path", { d: "M10.7929 2.79303L10.7929 17.379L5.49994 12.086L4.08594 13.5L11.7929 21.207L19.4999 13.5L18.0859 12.086L12.7929 17.379L12.7929 2.79303L10.7929 2.79303Z" })),
|
|
85
|
+
arrowRight: ((0, jsx_runtime_1.jsx)("path", { d: "M2.586 13L17.172 13L11.879 18.293L13.293 19.707L21 12L13.293 4.29303L11.879 5.70703L17.172 11L2.586 11L2.586 13Z" })),
|
|
86
|
+
menuClose: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 8.94L1.94667 12L5 15.06L4.06 16L0.0599999 12L4.06 8L5 8.94Z" })] })),
|
|
87
|
+
menuOpen: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 6H24V8H8V6ZM8 11H24V13H8V11ZM8 16H24V18H8V16Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.0600583 15.06L3.11339 12L0.0600586 8.94L1.00006 8L5.00006 12L1.00006 16L0.0600583 15.06Z" })] })),
|
|
88
|
+
arrowFromLeft: ((0, jsx_runtime_1.jsx)("path", { d: "M4 6H6V18H4V6ZM8 13H16.586L12.293 17.293L13.707 18.707L20.414 12L13.707 5.293L12.293 6.707L16.586 11H8V13Z" })),
|
|
89
|
+
arrowFromBottom: ((0, jsx_runtime_1.jsx)("path", { d: "M6 18H18V20H6V18ZM12 3.586L5.293 10.293L6.707 11.707L11 7.414V16H13V7.414L17.293 11.707L18.707 10.293L12 3.586Z" })),
|
|
90
|
+
arrowFromRight: ((0, jsx_runtime_1.jsx)("path", { d: "M18 6H20V18H18V6ZM16 11H7.414L11.707 6.707L10.293 5.293L3.586 12L10.293 18.707L11.707 17.293L7.414 13H16V11Z" })),
|
|
91
|
+
arrowFromTop: ((0, jsx_runtime_1.jsx)("path", { d: "M6 4H18V6H6V4ZM12 20.414L18.707 13.707L17.293 12.293L13 16.586V8H11V16.586L6.707 12.293L5.293 13.707L12 20.414Z" })),
|
|
92
92
|
// Media
|
|
93
|
-
camera: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 8C9.832 8 8 9.832 8 12C8 14.168 9.832 16 12 16C14.168 16 16 14.168 16 12C16 9.832 14.168 8 12 8ZM12 14C10.935 14 10 13.065 10 12C10 10.935 10.935 10 12 10C13.065 10 14 10.935 14 12C14 13.065 13.065 14 12 14Z" }
|
|
94
|
-
fileBlank: ((0, jsx_runtime_1.jsx)("path", { d: "M19.937 8.68C19.926 8.648 19.917 8.617 19.904 8.586C19.855 8.48 19.794 8.379 19.708 8.293L13.708 2.293C13.622 2.207 13.521 2.146 13.415 2.097C13.385 2.083 13.353 2.075 13.321 2.064C13.237 2.036 13.151 2.018 13.062 2.013C13.04 2.011 13.021 2 13 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V9C20 8.979 19.989 8.96 19.987 8.938C19.982 8.85 19.965 8.764 19.937 8.68ZM16.586 8H14V5.414L16.586 8ZM6 20V4H12V9C12 9.553 12.447 10 13 10H18L18.002 20H6Z" }
|
|
95
|
-
folder: ((0, jsx_runtime_1.jsx)("path", { d: "M20 5H11.414L9.707 3.293C9.52 3.105 9.265 3 9 3H4C2.897 3 2 3.897 2 5V19C2 20.103 2.897 21 4 21H20C21.103 21 22 20.103 22 19V7C22 5.897 21.103 5 20 5ZM4 19V7H11H12H20L20.002 19H4Z" }
|
|
96
|
-
image: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M7.49902 11C8.32745 11 8.99902 10.3284 8.99902 9.5C8.99902 8.67157 8.32745 8 7.49902 8C6.6706 8 5.99902 8.67157 5.99902 9.5C5.99902 10.3284 6.6706 11 7.49902 11Z" }
|
|
97
|
-
file: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.903 8.586C19.854 8.48 19.793 8.379 19.707 8.293L13.707 2.293C13.621 2.207 13.52 2.146 13.414 2.097C13.384 2.083 13.352 2.075 13.32 2.064C13.236 2.036 13.15 2.018 13.061 2.013C13.04 2.011 13.021 2 13 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V9C20 8.979 19.989 8.96 19.987 8.938C19.982 8.849 19.965 8.763 19.936 8.679C19.926 8.647 19.917 8.616 19.903 8.586ZM16.586 8H14V5.414L16.586 8ZM6 20V4H12V9C12 9.553 12.447 10 13 10H18L18.002 20H6Z" }
|
|
98
|
-
images: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 2H8C6.897 2 6 2.897 6 4V16C6 17.103 6.897 18 8 18H20C21.103 18 22 17.103 22 16V4C22 2.897 21.103 2 20 2ZM8 16V4H20L20.002 16H8Z" }
|
|
99
|
-
openBook: ((0, jsx_runtime_1.jsx)("path", { d: "M21 3H14C13.229 3 12.532 3.301 12 3.78C11.468 3.301 10.771 3 10 3H3C2.447 3 2 3.448 2 4V19C2 19.553 2.447 20 3 20H8.758C9.284 20 9.8 20.214 10.172 20.586L11.293 21.707C11.302 21.716 11.314 21.719 11.323 21.728C11.409 21.807 11.505 21.877 11.617 21.924C11.618 21.924 11.618 21.924 11.619 21.924C11.74 21.974 11.869 22 12 22C12.131 22 12.26 21.974 12.381 21.924C12.382 21.924 12.382 21.924 12.383 21.924C12.495 21.877 12.591 21.807 12.677 21.728C12.686 21.719 12.698 21.716 12.707 21.707L13.828 20.586C14.2 20.214 14.716 20 15.242 20H21C21.553 20 22 19.553 22 19V4C22 3.448 21.553 3 21 3ZM8.758 18H4V5H10C10.552 5 11 5.449 11 6V18.689C10.342 18.246 9.557 18 8.758 18ZM20 18H15.242C14.443 18 13.658 18.246 13 18.689V6C13 5.449 13.448 5 14 5H20V18Z" }
|
|
93
|
+
camera: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 8C9.832 8 8 9.832 8 12C8 14.168 9.832 16 12 16C14.168 16 16 14.168 16 12C16 9.832 14.168 8 12 8ZM12 14C10.935 14 10 13.065 10 12C10 10.935 10.935 10 12 10C13.065 10 14 10.935 14 12C14 13.065 13.065 14 12 14Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 5H17.414L14.707 2.293C14.52 2.105 14.266 2 14 2H10C9.734 2 9.48 2.105 9.293 2.293L6.586 5H4C2.897 5 2 5.897 2 7V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V7C22 5.897 21.103 5 20 5ZM4 18V7H7C7.266 7 7.52 6.895 7.707 6.707L10.414 4H13.586L16.293 6.707C16.48 6.895 16.734 7 17 7H20L20.002 18H4Z" })] })),
|
|
94
|
+
fileBlank: ((0, jsx_runtime_1.jsx)("path", { d: "M19.937 8.68C19.926 8.648 19.917 8.617 19.904 8.586C19.855 8.48 19.794 8.379 19.708 8.293L13.708 2.293C13.622 2.207 13.521 2.146 13.415 2.097C13.385 2.083 13.353 2.075 13.321 2.064C13.237 2.036 13.151 2.018 13.062 2.013C13.04 2.011 13.021 2 13 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V9C20 8.979 19.989 8.96 19.987 8.938C19.982 8.85 19.965 8.764 19.937 8.68ZM16.586 8H14V5.414L16.586 8ZM6 20V4H12V9C12 9.553 12.447 10 13 10H18L18.002 20H6Z" })),
|
|
95
|
+
folder: ((0, jsx_runtime_1.jsx)("path", { d: "M20 5H11.414L9.707 3.293C9.52 3.105 9.265 3 9 3H4C2.897 3 2 3.897 2 5V19C2 20.103 2.897 21 4 21H20C21.103 21 22 20.103 22 19V7C22 5.897 21.103 5 20 5ZM4 19V7H11H12H20L20.002 19H4Z" })),
|
|
96
|
+
image: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M7.49902 11C8.32745 11 8.99902 10.3284 8.99902 9.5C8.99902 8.67157 8.32745 8 7.49902 8C6.6706 8 5.99902 8.67157 5.99902 9.5C5.99902 10.3284 6.6706 11 7.49902 11Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.499 14L8.99902 12L5.99902 16H8.99902H11.999H17.999L13.499 10L10.499 14Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.999 4H3.99902C2.89602 4 1.99902 4.897 1.99902 6V18C1.99902 19.103 2.89602 20 3.99902 20H19.999C21.102 20 21.999 19.103 21.999 18V6C21.999 4.897 21.102 4 19.999 4ZM3.99902 18V6H19.999L20.001 18H3.99902Z" })] })),
|
|
97
|
+
file: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.903 8.586C19.854 8.48 19.793 8.379 19.707 8.293L13.707 2.293C13.621 2.207 13.52 2.146 13.414 2.097C13.384 2.083 13.352 2.075 13.32 2.064C13.236 2.036 13.15 2.018 13.061 2.013C13.04 2.011 13.021 2 13 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V9C20 8.979 19.989 8.96 19.987 8.938C19.982 8.849 19.965 8.763 19.936 8.679C19.926 8.647 19.917 8.616 19.903 8.586ZM16.586 8H14V5.414L16.586 8ZM6 20V4H12V9C12 9.553 12.447 10 13 10H18L18.002 20H6Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 12H16V14H8V12ZM8 16H16V18H8V16ZM8 8H10V10H8V8Z" })] })),
|
|
98
|
+
images: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 2H8C6.897 2 6 2.897 6 4V16C6 17.103 6.897 18 8 18H20C21.103 18 22 17.103 22 16V4C22 2.897 21.103 2 20 2ZM8 16V4H20L20.002 16H8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 8H2V20C2 21.103 2.897 22 4 22H16V20H4V8Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 12L11 11L9 14H19L15 8L12 12Z" })] })),
|
|
99
|
+
openBook: ((0, jsx_runtime_1.jsx)("path", { d: "M21 3H14C13.229 3 12.532 3.301 12 3.78C11.468 3.301 10.771 3 10 3H3C2.447 3 2 3.448 2 4V19C2 19.553 2.447 20 3 20H8.758C9.284 20 9.8 20.214 10.172 20.586L11.293 21.707C11.302 21.716 11.314 21.719 11.323 21.728C11.409 21.807 11.505 21.877 11.617 21.924C11.618 21.924 11.618 21.924 11.619 21.924C11.74 21.974 11.869 22 12 22C12.131 22 12.26 21.974 12.381 21.924C12.382 21.924 12.382 21.924 12.383 21.924C12.495 21.877 12.591 21.807 12.677 21.728C12.686 21.719 12.698 21.716 12.707 21.707L13.828 20.586C14.2 20.214 14.716 20 15.242 20H21C21.553 20 22 19.553 22 19V4C22 3.448 21.553 3 21 3ZM8.758 18H4V5H10C10.552 5 11 5.449 11 6V18.689C10.342 18.246 9.557 18 8.758 18ZM20 18H15.242C14.443 18 13.658 18.246 13 18.689V6C13 5.449 13.448 5 14 5H20V18Z" })),
|
|
100
100
|
// Misc
|
|
101
|
-
dollar: ((0, jsx_runtime_1.jsx)("path", { d: "M15.999 8.5H17.999C17.999 5.663 15.244 4.369 12.999 4.071V2H10.999V4.071C8.75402 4.369 5.99902 5.663 5.99902 8.5C5.99902 11.206 8.66502 12.613 10.999 12.93V17.9C9.55102 17.649 7.99902 16.876 7.99902 15.5H5.99902C5.99902 18.089 8.42402 19.619 10.999 19.936V20.999V22H12.999V20.999V19.93C15.244 19.632 17.999 18.337 17.999 15.5C17.999 12.663 15.244 11.369 12.999 11.071V6.1C14.329 6.339 15.999 7.041 15.999 8.5ZM7.99902 8.5C7.99902 7.041 9.66902 6.339 10.999 6.1V10.899C9.62802 10.646 7.99902 9.897 7.99902 8.5ZM15.999 15.5C15.999 16.959 14.329 17.661 12.999 17.9V13.1C14.329 13.339 15.999 14.041 15.999 15.5Z" }
|
|
102
|
-
userCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.579 2 2 6.579 2 12C2 15.189 3.592 18.078 6 19.924V20H6.102C7.77 21.245 9.813 22 12 22C14.187 22 16.23 21.245 17.898 20H18V19.924C20.408 18.078 22 15.19 22 12C22 6.579 17.421 2 12 2ZM8.074 18.927C8.371 17.582 9.568 16.573 11 16.573H13C14.432 16.573 15.629 17.583 15.926 18.927C14.758 19.604 13.416 20 12 20C10.584 20 9.242 19.604 8.074 18.927ZM17.61 17.641C16.853 15.841 15.072 14.573 13 14.573H11C8.928 14.573 7.146 15.842 6.39 17.641C4.923 16.182 4 14.176 4 12C4 7.663 7.663 4 12 4C16.337 4 20 7.663 20 12C20 14.176 19.077 16.182 17.61 17.641Z" }
|
|
103
|
-
calendar: ((0, jsx_runtime_1.jsx)("path", { d: "M2.99902 6V8V20C2.99902 21.103 3.89602 22 4.99902 22H18.999C20.102 22 20.999 21.103 20.999 20V8V6C20.999 4.897 20.102 4 18.999 4H16.999V2H14.999V4H8.99902V2H6.99902V4H4.99902C3.89602 4 2.99902 4.897 2.99902 6ZM19.001 20H4.99902V8H18.999L19.001 20Z" }
|
|
104
|
-
changeEvent: ((0, jsx_runtime_1.jsx)("path", { "clip-rule": "evenodd", d: "M4 16.5262H6.28841L9.94864 12.4999L6.28841 8.47368H4V6.68421H7.08002L16.0274 16.5263H17.4211V13.842L21 17.4209L17.4211 20.9999V18.3158H15.2358L11.1578 13.8301L7.08002 18.3157H4V16.5262ZM13.36 11.4077L12.1508 10.0776L15.2358 6.68409H17.4211V4L21 7.57895L17.4211 11.1579V8.47357H16.0274L13.36 11.4077Z" }
|
|
105
|
-
buildingHouse: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.0002 2.00002H9.00019C7.89719 2.00002 7.00019 2.89702 7.00019 4.00002V9.58602L2.29319 14.293C2.00719 14.579 1.92119 15.009 2.07619 15.383C2.23119 15.757 2.59619 16 3.00019 16V17V21C3.00019 21.553 3.44819 22 4.00019 22H12.0002H20.0002C20.5532 22 21.0002 21.553 21.0002 21V4.00002C21.0002 2.89702 20.1032 2.00002 19.0002 2.00002ZM11.0002 20H5.00019V17V15V14.414L8.00019 11.414L11.0002 14.414V15V18V20ZM19.0002 20H13.0002V18V16C13.4042 16 13.7702 15.757 13.9242 15.383C14.0792 15.009 13.9932 14.579 13.7072 14.293L9.00019 9.58602V4.00002H19.0002V20Z" }
|
|
106
|
-
house: ((0, jsx_runtime_1.jsx)("path", { d: "M5.00299 22H9.00299H15.003H19.003C20.106 22 21.003 21.103 21.003 20V11C21.003 10.735 20.898 10.48 20.71 10.293L12.71 2.29301C12.319 1.90201 11.687 1.90201 11.296 2.29301L3.29599 10.293C3.10799 10.48 3.00299 10.735 3.00299 11V20C3.00299 21.103 3.89999 22 5.00299 22ZM10.003 20V15H14.003V20H10.003ZM5.00299 11.414L12.003 4.41401L19.003 11.414L19.004 20H16.003V15C16.003 13.897 15.106 13 14.003 13H10.003C8.89999 13 8.00299 13.897 8.00299 15V20H5.00299V11.414Z" }
|
|
107
|
-
bell: ((0, jsx_runtime_1.jsx)("path", { d: "M19 13.586V10C19 6.783 16.815 4.073 13.855 3.258C13.562 2.52 12.846 2 12 2C11.154 2 10.438 2.52 10.145 3.258C7.185 4.074 5 6.783 5 10V13.586L3.293 15.293C3.105 15.48 3 15.734 3 16V18C3 18.553 3.447 19 4 19H20C20.553 19 21 18.553 21 18V16C21 15.734 20.895 15.48 20.707 15.293L19 13.586ZM19 17H5V16.414L6.707 14.707C6.895 14.52 7 14.266 7 14V10C7 7.243 9.243 5 12 5C14.757 5 17 7.243 17 10V14C17 14.266 17.105 14.52 17.293 14.707L19 16.414V17ZM12 22C13.311 22 14.407 21.166 14.818 20H9.182C9.593 21.166 10.689 22 12 22Z" }
|
|
108
|
-
customize: ((0, jsx_runtime_1.jsx)("path", { d: "M4 11H10C10.553 11 11 10.552 11 10V4C11 3.448 10.553 3 10 3H4C3.447 3 3 3.448 3 4V10C3 10.552 3.447 11 4 11ZM5 5H9V9H5V5ZM20 3H14C13.447 3 13 3.448 13 4V10C13 10.552 13.447 11 14 11H20C20.553 11 21 10.552 21 10V4C21 3.448 20.553 3 20 3ZM19 9H15V5H19V9ZM10 21C10.553 21 11 20.553 11 20V14C11 13.447 10.553 13 10 13H4C3.447 13 3 13.447 3 14V20C3 20.553 3.447 21 4 21H10ZM5 15H9V19H5V15ZM18 14H16V16H14V18H16V20H18V18H20V16H18V14Z" }
|
|
109
|
-
leaf: ((0, jsx_runtime_1.jsx)("path", { d: "M19.8703 4L18.9173 4.32242C17.2839 4.89837 15.5397 5.07512 13.8264 4.83829C12.0261 4.55473 10.1833 4.8067 8.52111 5.56373C7.63992 5.94454 6.86658 6.543 6.2715 7.30463C5.67642 8.06626 5.2785 8.96686 5.11397 9.92443C4.94661 10.8453 4.96373 11.791 5.16431 12.705C5.36489 13.619 5.74483 14.4826 6.28145 15.2443C6.2338 15.4136 6.18615 15.5829 6.14644 15.7521C5.82386 17.1442 5.66392 18.57 5.66991 20H7.25832C7.33298 18.8295 7.48957 17.6658 7.7269 16.5179C8.82881 17.1218 10.0645 17.4298 11.3167 17.4126C12.4846 17.4118 13.6404 17.1733 14.7159 16.7113C20.7598 14.0917 19.9656 5.37834 19.9656 5.01562L19.8703 4ZM14.0964 15.2282C12.0236 16.1229 9.54563 15.9698 8.15578 14.8655C8.39068 14.0683 8.71302 13.3005 9.11676 12.5763C9.43063 12.0551 9.80091 11.5712 10.2207 11.1335C10.6497 10.6911 11.1328 10.3065 11.6582 9.98892C12.744 9.33002 13.9481 8.89709 15.2004 8.71537V7.90932C13.7595 7.8587 12.3275 8.15711 11.0229 8.77985C9.68892 9.44044 8.55766 10.4576 7.75073 11.7219C7.45145 12.2048 7.18606 12.7085 6.95653 13.2292C6.58843 12.2735 6.48409 11.2341 6.65473 10.2227C6.76653 9.51459 7.05413 8.84705 7.49043 8.28298C7.92673 7.7189 8.49735 7.27685 9.14853 6.99849C10.0981 6.54804 11.1342 6.3168 12.1824 6.32141C12.6748 6.32141 13.1593 6.36977 13.6676 6.41008C15.2594 6.61852 16.8756 6.52284 18.4328 6.12796C18.3772 8.35264 17.9801 13.5516 14.0964 15.2282Z" }
|
|
110
|
-
floorPlan: ((0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.60712 4.5C3.60712 4.08579 3.9429 3.75 4.35712 3.75H12.2143H16.1428H20.0714C20.4856 3.75 20.8214 4.08579 20.8214 4.5V20.2143C20.8214 20.6285 20.4856 20.9643 20.0714 20.9643H15.5512C15.4788 20.9876 15.4015 21.0002 15.3214 21.0002C15.2412 21.0002 15.1639 20.9876 15.0915 20.9643H4.35712C3.9429 20.9643 3.60712 20.6285 3.60712 20.2143V12.3571C3.60712 11.9429 3.9429 11.6071 4.35712 11.6071C4.77133 11.6071 5.10712 11.9429 5.10712 12.3571V19.4643H14.5714V17.8216C14.5714 17.4074 14.9071 17.0716 15.3214 17.0716C15.7356 17.0716 16.0714 17.4074 16.0714 17.8216V19.4643H19.3214V13.0716H19.3214L11.3571 13.0716V13.9643C11.3571 14.3785 11.0213 14.7143 10.6071 14.7143C10.1929 14.7143 9.85712 14.3785 9.85712 13.9643V12.3305L9.85707 12.3216L9.85712 12.3127V10.75C9.85712 10.3358 10.1929 10 10.6071 10C11.0213 10 11.3571 10.3358 11.3571 10.75V11.5716L19.3214 11.5716H19.3214V5.25H16.1428L16.0714 5.25V7.67857C16.0714 8.09279 15.7356 8.42857 15.3214 8.42857C14.9071 8.42857 14.5714 8.09278 14.5714 7.67857V5.25H12.2143H5.10712V6.46429C5.10712 6.8785 4.77133 7.21429 4.35712 7.21429C3.9429 7.21429 3.60712 6.8785 3.60712 6.46429V4.5Z" }
|
|
111
|
-
chair: ((0, jsx_runtime_1.jsx)("path", { d: "M17.25 12.8V5.6C17.25 4.7176 16.5773 4 15.75 4H8.25C7.42275 4 6.75 4.7176 6.75 5.6V12.8C6.33525 12.8 6 13.1576 6 13.6V20H7.5V16H16.5V20H18V13.6C18 13.1576 17.6648 12.8 17.25 12.8ZM15.75 5.6V12.8H14.25V5.6H15.75ZM12.75 5.6V12.8H11.25V5.6H12.75ZM8.25 5.6H9.75V12.8H8.25V5.6Z" }
|
|
112
|
-
bolt: ((0, jsx_runtime_1.jsx)("path", { d: "M17.168 8H13L13.806 3.165C13.907 2.555 13.438 2 12.819 2H7.66702C7.17802 2 6.76102 2.354 6.68102 2.835L5.01402 12.835C4.91202 13.445 5.38202 14 6.00002 14H10V22L18.01 9.541C18.438 8.875 17.96 8 17.168 8Z" }
|
|
101
|
+
dollar: ((0, jsx_runtime_1.jsx)("path", { d: "M15.999 8.5H17.999C17.999 5.663 15.244 4.369 12.999 4.071V2H10.999V4.071C8.75402 4.369 5.99902 5.663 5.99902 8.5C5.99902 11.206 8.66502 12.613 10.999 12.93V17.9C9.55102 17.649 7.99902 16.876 7.99902 15.5H5.99902C5.99902 18.089 8.42402 19.619 10.999 19.936V20.999V22H12.999V20.999V19.93C15.244 19.632 17.999 18.337 17.999 15.5C17.999 12.663 15.244 11.369 12.999 11.071V6.1C14.329 6.339 15.999 7.041 15.999 8.5ZM7.99902 8.5C7.99902 7.041 9.66902 6.339 10.999 6.1V10.899C9.62802 10.646 7.99902 9.897 7.99902 8.5ZM15.999 15.5C15.999 16.959 14.329 17.661 12.999 17.9V13.1C14.329 13.339 15.999 14.041 15.999 15.5Z" })),
|
|
102
|
+
userCircle: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.579 2 2 6.579 2 12C2 15.189 3.592 18.078 6 19.924V20H6.102C7.77 21.245 9.813 22 12 22C14.187 22 16.23 21.245 17.898 20H18V19.924C20.408 18.078 22 15.19 22 12C22 6.579 17.421 2 12 2ZM8.074 18.927C8.371 17.582 9.568 16.573 11 16.573H13C14.432 16.573 15.629 17.583 15.926 18.927C14.758 19.604 13.416 20 12 20C10.584 20 9.242 19.604 8.074 18.927ZM17.61 17.641C16.853 15.841 15.072 14.573 13 14.573H11C8.928 14.573 7.146 15.842 6.39 17.641C4.923 16.182 4 14.176 4 12C4 7.663 7.663 4 12 4C16.337 4 20 7.663 20 12C20 14.176 19.077 16.182 17.61 17.641Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 6C9.72 6 8 7.72 8 10C8 12.28 9.72 14 12 14C14.28 14 16 12.28 16 10C16 7.72 14.28 6 12 6ZM12 12C10.822 12 10 11.178 10 10C10 8.822 10.822 8 12 8C13.178 8 14 8.822 14 10C14 11.178 13.178 12 12 12Z" })] })),
|
|
103
|
+
calendar: ((0, jsx_runtime_1.jsx)("path", { d: "M2.99902 6V8V20C2.99902 21.103 3.89602 22 4.99902 22H18.999C20.102 22 20.999 21.103 20.999 20V8V6C20.999 4.897 20.102 4 18.999 4H16.999V2H14.999V4H8.99902V2H6.99902V4H4.99902C3.89602 4 2.99902 4.897 2.99902 6ZM19.001 20H4.99902V8H18.999L19.001 20Z" })),
|
|
104
|
+
changeEvent: ((0, jsx_runtime_1.jsx)("path", { "clip-rule": "evenodd", d: "M4 16.5262H6.28841L9.94864 12.4999L6.28841 8.47368H4V6.68421H7.08002L16.0274 16.5263H17.4211V13.842L21 17.4209L17.4211 20.9999V18.3158H15.2358L11.1578 13.8301L7.08002 18.3157H4V16.5262ZM13.36 11.4077L12.1508 10.0776L15.2358 6.68409H17.4211V4L21 7.57895L17.4211 11.1579V8.47357H16.0274L13.36 11.4077Z" })),
|
|
105
|
+
buildingHouse: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.0002 2.00002H9.00019C7.89719 2.00002 7.00019 2.89702 7.00019 4.00002V9.58602L2.29319 14.293C2.00719 14.579 1.92119 15.009 2.07619 15.383C2.23119 15.757 2.59619 16 3.00019 16V17V21C3.00019 21.553 3.44819 22 4.00019 22H12.0002H20.0002C20.5532 22 21.0002 21.553 21.0002 21V4.00002C21.0002 2.89702 20.1032 2.00002 19.0002 2.00002ZM11.0002 20H5.00019V17V15V14.414L8.00019 11.414L11.0002 14.414V15V18V20ZM19.0002 20H13.0002V18V16C13.4042 16 13.7702 15.757 13.9242 15.383C14.0792 15.009 13.9932 14.579 13.7072 14.293L9.00019 9.58602V4.00002H19.0002V20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 6.00002H13V8.00002H11V6.00002ZM15 6.00002H17V8.00002H15V6.00002ZM15 10.031H17V12H15V10.031ZM15 14H17V16H15V14ZM7 15H9V17H7V15Z" })] })),
|
|
106
|
+
house: ((0, jsx_runtime_1.jsx)("path", { d: "M5.00299 22H9.00299H15.003H19.003C20.106 22 21.003 21.103 21.003 20V11C21.003 10.735 20.898 10.48 20.71 10.293L12.71 2.29301C12.319 1.90201 11.687 1.90201 11.296 2.29301L3.29599 10.293C3.10799 10.48 3.00299 10.735 3.00299 11V20C3.00299 21.103 3.89999 22 5.00299 22ZM10.003 20V15H14.003V20H10.003ZM5.00299 11.414L12.003 4.41401L19.003 11.414L19.004 20H16.003V15C16.003 13.897 15.106 13 14.003 13H10.003C8.89999 13 8.00299 13.897 8.00299 15V20H5.00299V11.414Z" })),
|
|
107
|
+
bell: ((0, jsx_runtime_1.jsx)("path", { d: "M19 13.586V10C19 6.783 16.815 4.073 13.855 3.258C13.562 2.52 12.846 2 12 2C11.154 2 10.438 2.52 10.145 3.258C7.185 4.074 5 6.783 5 10V13.586L3.293 15.293C3.105 15.48 3 15.734 3 16V18C3 18.553 3.447 19 4 19H20C20.553 19 21 18.553 21 18V16C21 15.734 20.895 15.48 20.707 15.293L19 13.586ZM19 17H5V16.414L6.707 14.707C6.895 14.52 7 14.266 7 14V10C7 7.243 9.243 5 12 5C14.757 5 17 7.243 17 10V14C17 14.266 17.105 14.52 17.293 14.707L19 16.414V17ZM12 22C13.311 22 14.407 21.166 14.818 20H9.182C9.593 21.166 10.689 22 12 22Z" })),
|
|
108
|
+
customize: ((0, jsx_runtime_1.jsx)("path", { d: "M4 11H10C10.553 11 11 10.552 11 10V4C11 3.448 10.553 3 10 3H4C3.447 3 3 3.448 3 4V10C3 10.552 3.447 11 4 11ZM5 5H9V9H5V5ZM20 3H14C13.447 3 13 3.448 13 4V10C13 10.552 13.447 11 14 11H20C20.553 11 21 10.552 21 10V4C21 3.448 20.553 3 20 3ZM19 9H15V5H19V9ZM10 21C10.553 21 11 20.553 11 20V14C11 13.447 10.553 13 10 13H4C3.447 13 3 13.447 3 14V20C3 20.553 3.447 21 4 21H10ZM5 15H9V19H5V15ZM18 14H16V16H14V18H16V20H18V18H20V16H18V14Z" })),
|
|
109
|
+
leaf: ((0, jsx_runtime_1.jsx)("path", { d: "M19.8703 4L18.9173 4.32242C17.2839 4.89837 15.5397 5.07512 13.8264 4.83829C12.0261 4.55473 10.1833 4.8067 8.52111 5.56373C7.63992 5.94454 6.86658 6.543 6.2715 7.30463C5.67642 8.06626 5.2785 8.96686 5.11397 9.92443C4.94661 10.8453 4.96373 11.791 5.16431 12.705C5.36489 13.619 5.74483 14.4826 6.28145 15.2443C6.2338 15.4136 6.18615 15.5829 6.14644 15.7521C5.82386 17.1442 5.66392 18.57 5.66991 20H7.25832C7.33298 18.8295 7.48957 17.6658 7.7269 16.5179C8.82881 17.1218 10.0645 17.4298 11.3167 17.4126C12.4846 17.4118 13.6404 17.1733 14.7159 16.7113C20.7598 14.0917 19.9656 5.37834 19.9656 5.01562L19.8703 4ZM14.0964 15.2282C12.0236 16.1229 9.54563 15.9698 8.15578 14.8655C8.39068 14.0683 8.71302 13.3005 9.11676 12.5763C9.43063 12.0551 9.80091 11.5712 10.2207 11.1335C10.6497 10.6911 11.1328 10.3065 11.6582 9.98892C12.744 9.33002 13.9481 8.89709 15.2004 8.71537V7.90932C13.7595 7.8587 12.3275 8.15711 11.0229 8.77985C9.68892 9.44044 8.55766 10.4576 7.75073 11.7219C7.45145 12.2048 7.18606 12.7085 6.95653 13.2292C6.58843 12.2735 6.48409 11.2341 6.65473 10.2227C6.76653 9.51459 7.05413 8.84705 7.49043 8.28298C7.92673 7.7189 8.49735 7.27685 9.14853 6.99849C10.0981 6.54804 11.1342 6.3168 12.1824 6.32141C12.6748 6.32141 13.1593 6.36977 13.6676 6.41008C15.2594 6.61852 16.8756 6.52284 18.4328 6.12796C18.3772 8.35264 17.9801 13.5516 14.0964 15.2282Z" })),
|
|
110
|
+
floorPlan: ((0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.60712 4.5C3.60712 4.08579 3.9429 3.75 4.35712 3.75H12.2143H16.1428H20.0714C20.4856 3.75 20.8214 4.08579 20.8214 4.5V20.2143C20.8214 20.6285 20.4856 20.9643 20.0714 20.9643H15.5512C15.4788 20.9876 15.4015 21.0002 15.3214 21.0002C15.2412 21.0002 15.1639 20.9876 15.0915 20.9643H4.35712C3.9429 20.9643 3.60712 20.6285 3.60712 20.2143V12.3571C3.60712 11.9429 3.9429 11.6071 4.35712 11.6071C4.77133 11.6071 5.10712 11.9429 5.10712 12.3571V19.4643H14.5714V17.8216C14.5714 17.4074 14.9071 17.0716 15.3214 17.0716C15.7356 17.0716 16.0714 17.4074 16.0714 17.8216V19.4643H19.3214V13.0716H19.3214L11.3571 13.0716V13.9643C11.3571 14.3785 11.0213 14.7143 10.6071 14.7143C10.1929 14.7143 9.85712 14.3785 9.85712 13.9643V12.3305L9.85707 12.3216L9.85712 12.3127V10.75C9.85712 10.3358 10.1929 10 10.6071 10C11.0213 10 11.3571 10.3358 11.3571 10.75V11.5716L19.3214 11.5716H19.3214V5.25H16.1428L16.0714 5.25V7.67857C16.0714 8.09279 15.7356 8.42857 15.3214 8.42857C14.9071 8.42857 14.5714 8.09278 14.5714 7.67857V5.25H12.2143H5.10712V6.46429C5.10712 6.8785 4.77133 7.21429 4.35712 7.21429C3.9429 7.21429 3.60712 6.8785 3.60712 6.46429V4.5Z" })),
|
|
111
|
+
chair: ((0, jsx_runtime_1.jsx)("path", { d: "M17.25 12.8V5.6C17.25 4.7176 16.5773 4 15.75 4H8.25C7.42275 4 6.75 4.7176 6.75 5.6V12.8C6.33525 12.8 6 13.1576 6 13.6V20H7.5V16H16.5V20H18V13.6C18 13.1576 17.6648 12.8 17.25 12.8ZM15.75 5.6V12.8H14.25V5.6H15.75ZM12.75 5.6V12.8H11.25V5.6H12.75ZM8.25 5.6H9.75V12.8H8.25V5.6Z" })),
|
|
112
|
+
bolt: ((0, jsx_runtime_1.jsx)("path", { d: "M17.168 8H13L13.806 3.165C13.907 2.555 13.438 2 12.819 2H7.66702C7.17802 2 6.76102 2.354 6.68102 2.835L5.01402 12.835C4.91202 13.445 5.38202 14 6.00002 14H10V22L18.01 9.541C18.438 8.875 17.96 8 17.168 8Z" })),
|
|
113
113
|
// Navigation
|
|
114
|
-
projects: ((0, jsx_runtime_1.jsx)("path", { d: "M4 6H6V8H4V6ZM4 11H6V13H4V11ZM4 16H6V18H4V16ZM20 8V6H18.8H9.2H8.023V8H9.2H18.8H20ZM8 11H20V13H8V11ZM8 16H20V18H8V16Z" }
|
|
115
|
-
tasks: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M5 22H19C20.103 22 21 21.103 21 20V5C21 3.897 20.103 3 19 3H17C17 2.447 16.553 2 16 2H8C7.447 2 7 2.447 7 3H5C3.897 3 3 3.897 3 5V20C3 21.103 3.897 22 5 22ZM5 5H7V7H17V5H19V20H5V5Z" }
|
|
116
|
-
finances: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }
|
|
117
|
-
templates: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 2H10C8.897 2 8 2.897 8 4V8H4C2.897 8 2 8.897 2 10V20C2 21.103 2.897 22 4 22H14C15.103 22 16 21.103 16 20V16H20C21.103 16 22 15.103 22 14V4C22 2.897 21.103 2 20 2ZM4 20V10H14L14.002 20H4ZM20 14H16V10C16 8.897 15.103 8 14 8H10V4H20V14Z" }
|
|
118
|
-
tradePartners: ((0, jsx_runtime_1.jsx)("path", { d: "M5.12204 21C5.50004 21.378 6.00204 21.586 6.53604 21.586C7.07004 21.586 7.57204 21.378 7.95004 21L12.286 16.664C13.002 16.885 13.745 16.997 14.503 16.997C16.506 16.997 18.39 16.218 19.805 14.802C21.951 12.655 22.592 9.453 21.437 6.644L20.867 5.256L16.623 9.499L14.502 7.377L18.745 3.134L17.356 2.563C16.446 2.189 15.485 2 14.499 2C12.496 2 10.613 2.78 9.19804 4.196C7.21304 6.18 6.51604 9.068 7.33604 11.714L3.00004 16.05C2.22004 16.829 2.22004 18.099 3.00004 18.878L5.12204 21ZM9.67004 12.209L9.41604 11.593C8.56804 9.532 9.03804 7.183 10.612 5.61C11.65 4.572 13.03 4 14.499 4C14.676 4 14.851 4.008 15.025 4.025L11.672 7.378L16.621 12.328L19.976 8.973C20.132 10.581 19.573 12.204 18.389 13.389C16.839 14.939 14.425 15.416 12.405 14.585L11.79 14.33L6.53604 19.586H6.53704L6.53604 20.586V19.586L4.41404 17.464L9.67004 12.209Z" }
|
|
119
|
-
menu: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12V12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12V12ZM4 18C4 17.4477 4.44772 17 5 17H10H15C15.5523 17 16 17.4477 16 18V18C16 18.5523 15.5523 19 15 19H5C4.44772 19 4 18.5523 4 18V18Z" }
|
|
120
|
-
tile: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 6H10.2V11.2H5V6ZM5 13.8H10.2V19H5V13.8ZM12.8 6H18V11.2H12.8V6ZM12.8 13.8H18V19H12.8V13.8Z" }
|
|
121
|
-
list: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4 6H20V8H4V6ZM4 11H20V13H4V11ZM4 16H20V18H4V16Z" }
|
|
114
|
+
projects: ((0, jsx_runtime_1.jsx)("path", { d: "M4 6H6V8H4V6ZM4 11H6V13H4V11ZM4 16H6V18H4V16ZM20 8V6H18.8H9.2H8.023V8H9.2H18.8H20ZM8 11H20V13H8V11ZM8 16H20V18H8V16Z" })),
|
|
115
|
+
tasks: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M5 22H19C20.103 22 21 21.103 21 20V5C21 3.897 20.103 3 19 3H17C17 2.447 16.553 2 16 2H8C7.447 2 7 2.447 7 3H5C3.897 3 3 3.897 3 5V20C3 21.103 3.897 22 5 22ZM5 5H7V7H17V5H19V20H5V5Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 13.586L9.20697 11.793L7.79297 13.207L11 16.414L16.207 11.207L14.793 9.79297L11 13.586Z" })] })),
|
|
116
|
+
finances: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 11C10 11 10 10.374 10 9.99996C10 9.51596 10.701 8.99996 12 8.99996C13.185 8.99996 13.386 9.63796 13.4 10.018L14.4 9.99996H15.4C15.4 8.97396 14.734 7.53096 13 7.12096V6.01196H11V7.08496C9.029 7.41596 8 8.71196 8 9.99996C8 11.12 8.52 13 12 13C14 13 14 13.676 14 14C14 14.415 13.38 15 12 15C10.159 15 10.011 14.143 10 14H8C8 14.918 8.661 16.553 11 16.92V18H13V16.915C14.971 16.584 16 15.288 16 14C16 12.88 15.48 11 12 11Z" })] })),
|
|
117
|
+
templates: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 2H10C8.897 2 8 2.897 8 4V8H4C2.897 8 2 8.897 2 10V20C2 21.103 2.897 22 4 22H14C15.103 22 16 21.103 16 20V16H20C21.103 16 22 15.103 22 14V4C22 2.897 21.103 2 20 2ZM4 20V10H14L14.002 20H4ZM20 14H16V10C16 8.897 15.103 8 14 8H10V4H20V14Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M6 12H12V14H6V12ZM6 16H12V18H6V16Z" })] })),
|
|
118
|
+
tradePartners: ((0, jsx_runtime_1.jsx)("path", { d: "M5.12204 21C5.50004 21.378 6.00204 21.586 6.53604 21.586C7.07004 21.586 7.57204 21.378 7.95004 21L12.286 16.664C13.002 16.885 13.745 16.997 14.503 16.997C16.506 16.997 18.39 16.218 19.805 14.802C21.951 12.655 22.592 9.453 21.437 6.644L20.867 5.256L16.623 9.499L14.502 7.377L18.745 3.134L17.356 2.563C16.446 2.189 15.485 2 14.499 2C12.496 2 10.613 2.78 9.19804 4.196C7.21304 6.18 6.51604 9.068 7.33604 11.714L3.00004 16.05C2.22004 16.829 2.22004 18.099 3.00004 18.878L5.12204 21ZM9.67004 12.209L9.41604 11.593C8.56804 9.532 9.03804 7.183 10.612 5.61C11.65 4.572 13.03 4 14.499 4C14.676 4 14.851 4.008 15.025 4.025L11.672 7.378L16.621 12.328L19.976 8.973C20.132 10.581 19.573 12.204 18.389 13.389C16.839 14.939 14.425 15.416 12.405 14.585L11.79 14.33L6.53604 19.586H6.53704L6.53604 20.586V19.586L4.41404 17.464L9.67004 12.209Z" })),
|
|
119
|
+
menu: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12V12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12V12ZM4 18C4 17.4477 4.44772 17 5 17H10H15C15.5523 17 16 17.4477 16 18V18C16 18.5523 15.5523 19 15 19H5C4.44772 19 4 18.5523 4 18V18Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 6C20 5.44772 19.5523 5 19 5H5C4.44772 5 4 5.44772 4 6V6C4 6.55228 4.44772 7 5 7H19C19.5523 7 20 6.55228 20 6V6Z" })] })),
|
|
120
|
+
tile: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 6H10.2V11.2H5V6ZM5 13.8H10.2V19H5V13.8ZM12.8 6H18V11.2H12.8V6ZM12.8 13.8H18V19H12.8V13.8Z" }) })),
|
|
121
|
+
list: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4 6H20V8H4V6ZM4 11H20V13H4V11ZM4 16H20V18H4V16Z" }) })),
|
|
122
122
|
// Weather
|
|
123
|
-
cloudy: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M 16.832031 18.316406 L 6.191406 18.316406 C 4.265625 18.316406 2.589844 16.707031 2.527344 14.808594 C 2.496094 13.832031 2.84375 12.914062 3.507812 12.222656 C 4.042969 11.652344 4.769531 11.273438 5.527344 11.148438 C 5.527344 11.050781 5.527344 10.988281 5.527344 10.894531 C 5.527344 7.832031 7.992188 5.367188 10.992188 5.367188 C 13.328125 5.367188 15.414062 6.882812 16.171875 9.09375 C 16.519531 9.03125 16.898438 9.03125 17.246094 9.0625 C 19.582031 9.253906 21.414062 11.179688 21.476562 13.515625 C 21.507812 14.808594 21.066406 16.011719 20.179688 16.925781 C 19.296875 17.808594 18.128906 18.316406 16.832031 18.316406 Z M 10.992188 6.316406 C 8.496094 6.316406 6.476562 8.367188 6.476562 10.894531 C 6.476562 11.085938 6.476562 11.304688 6.507812 11.527344 C 6.539062 11.652344 6.476562 11.777344 6.414062 11.90625 C 6.347656 12.03125 6.191406 12.0625 6.066406 12.0625 C 5.339844 12.09375 4.675781 12.378906 4.203125 12.882812 C 3.726562 13.390625 3.445312 14.085938 3.476562 14.777344 C 3.507812 16.167969 4.738281 17.367188 6.191406 17.367188 L 16.863281 17.367188 C 17.875 17.367188 18.824219 16.957031 19.519531 16.261719 C 20.210938 15.535156 20.589844 14.589844 20.558594 13.546875 C 20.496094 11.683594 19.042969 10.167969 17.210938 9.980469 C 16.800781 9.949219 16.390625 9.980469 16.011719 10.074219 C 15.761719 10.136719 15.507812 9.980469 15.445312 9.726562 C 14.875 7.738281 13.074219 6.316406 10.992188 6.316406 Z M 10.992188 6.316406" }
|
|
124
|
-
fog: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.800781 C 16.898438 7.769531 16.519531 7.769531 16.171875 7.832031 C 15.414062 5.621094 13.359375 4.105469 10.992188 4.105469 C 7.992188 4.105469 5.527344 6.601562 5.527344 9.632812 C 5.527344 9.726562 5.527344 9.789062 5.527344 9.882812 C 4.738281 10.011719 4.042969 10.390625 3.507812 10.957031 C 2.84375 11.652344 2.496094 12.570312 2.527344 13.546875 C 2.589844 15.441406 4.265625 17.050781 6.191406 17.050781 L 7.421875 17.050781 C 7.675781 17.050781 7.898438 16.832031 7.898438 16.578125 C 7.898438 16.328125 7.644531 16.105469 7.390625 16.105469 L 6.160156 16.105469 C 4.738281 16.105469 3.507812 14.9375 3.445312 13.515625 C 3.414062 12.789062 3.664062 12.125 4.171875 11.621094 C 4.644531 11.117188 5.339844 10.800781 6.035156 10.800781 C 6.160156 10.800781 6.285156 10.738281 6.382812 10.640625 C 6.476562 10.546875 6.507812 10.421875 6.476562 10.261719 C 6.445312 10.042969 6.445312 9.851562 6.445312 9.632812 C 6.445312 7.105469 8.464844 5.050781 10.960938 5.050781 C 13.011719 5.050781 14.8125 6.472656 15.347656 8.496094 C 15.414062 8.746094 15.664062 8.90625 15.917969 8.84375 C 16.328125 8.746094 16.707031 8.714844 17.117188 8.746094 C 19.011719 8.90625 20.464844 10.421875 20.527344 12.285156 C 20.558594 13.292969 20.179688 14.273438 19.484375 15 C 18.792969 15.726562 17.84375 16.105469 16.832031 16.105469 L 16.738281 16.105469 C 16.484375 16.105469 16.265625 16.328125 16.265625 16.578125 C 16.265625 16.832031 16.484375 17.050781 16.738281 17.050781 L 16.832031 17.050781 C 18.097656 17.050781 19.296875 16.546875 20.148438 15.664062 C 21.035156 14.746094 21.476562 13.546875 21.445312 12.253906 C 21.414062 9.914062 19.582031 7.988281 17.246094 7.800781 Z M 17.246094 7.800781 " }
|
|
125
|
-
hail: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.484375 C 16.898438 7.453125 16.519531 7.453125 16.171875 7.515625 C 15.414062 5.304688 13.359375 3.789062 10.992188 3.789062 C 7.992188 3.789062 5.527344 6.285156 5.527344 9.316406 C 5.527344 9.410156 5.527344 9.472656 5.527344 9.570312 C 4.738281 9.695312 4.042969 10.074219 3.507812 10.640625 C 2.84375 11.335938 2.496094 12.253906 2.527344 13.230469 C 2.589844 15.125 4.265625 16.738281 6.191406 16.738281 L 7.421875 16.738281 C 7.675781 16.738281 7.898438 16.515625 7.898438 16.261719 C 7.898438 16.011719 7.644531 15.789062 7.390625 15.789062 L 6.160156 15.789062 C 4.738281 15.789062 3.507812 14.621094 3.445312 13.199219 C 3.414062 12.472656 3.664062 11.808594 4.171875 11.304688 C 4.644531 10.800781 5.339844 10.484375 6.035156 10.484375 C 6.160156 10.484375 6.285156 10.421875 6.382812 10.328125 C 6.476562 10.230469 6.507812 10.105469 6.476562 9.949219 C 6.445312 9.726562 6.445312 9.535156 6.445312 9.316406 C 6.445312 6.789062 8.464844 4.738281 10.960938 4.738281 C 13.011719 4.738281 14.8125 6.15625 15.347656 8.179688 C 15.414062 8.429688 15.664062 8.589844 15.917969 8.527344 C 16.328125 8.429688 16.707031 8.398438 17.117188 8.429688 C 19.011719 8.589844 20.464844 10.105469 20.527344 11.96875 C 20.558594 12.980469 20.179688 13.957031 19.484375 14.683594 C 18.792969 15.410156 17.84375 15.789062 16.832031 15.789062 L 16.738281 15.789062 C 16.484375 15.789062 16.265625 16.011719 16.265625 16.261719 C 16.265625 16.515625 16.484375 16.738281 16.738281 16.738281 L 16.832031 16.738281 C 18.097656 16.738281 19.296875 16.230469 20.148438 15.347656 C 21.035156 14.429688 21.476562 13.230469 21.445312 11.9375 C 21.414062 9.601562 19.582031 7.671875 17.246094 7.484375 Z M 17.246094 7.484375 " }
|
|
126
|
-
ice: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 11.78125 11.875 C 11.625 11.8125 11.433594 11.875 11.371094 12.03125 L 8.179688 19.769531 C 8.117188 19.925781 8.179688 20.117188 8.339844 20.179688 C 8.371094 20.210938 8.433594 20.210938 8.464844 20.210938 C 8.589844 20.210938 8.71875 20.148438 8.75 20.019531 L 11.9375 12.316406 C 12.035156 12.125 11.9375 11.9375 11.78125 11.875 Z M 11.78125 11.875 " }
|
|
127
|
-
partlyCloudy: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 16.898438 4.894531 C 17.085938 4.894531 17.210938 4.769531 17.210938 4.578125 L 17.210938 3.15625 C 17.210938 2.96875 17.085938 2.84375 16.898438 2.84375 C 16.707031 2.84375 16.582031 2.96875 16.582031 3.15625 L 16.582031 4.578125 C 16.582031 4.769531 16.707031 4.894531 16.898438 4.894531 Z M 16.898438 4.894531 " }
|
|
128
|
-
rain: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 9.792969 19.011719 C 9.601562 19.011719 9.476562 19.136719 9.476562 19.328125 L 9.476562 21.316406 C 9.476562 21.503906 9.601562 21.632812 9.792969 21.632812 C 9.980469 21.632812 10.105469 21.503906 10.105469 21.316406 L 10.105469 19.328125 C 10.105469 19.136719 9.980469 19.011719 9.792969 19.011719 Z M 9.792969 19.011719 " }
|
|
129
|
-
snow: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 12.035156 13.894531 C 12.558594 13.894531 12.980469 13.46875 12.980469 12.949219 C 12.980469 12.425781 12.558594 12 12.035156 12 C 11.511719 12 11.085938 12.425781 11.085938 12.949219 C 11.085938 13.46875 11.511719 13.894531 12.035156 13.894531 Z M 12.035156 13.894531 " }
|
|
130
|
-
sunny: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 11.96875 4.390625 C 7.769531 4.390625 4.390625 7.769531 4.390625 11.96875 C 4.390625 16.167969 7.769531 19.546875 11.96875 19.546875 C 16.167969 19.546875 19.546875 16.167969 19.546875 11.96875 C 19.546875 7.769531 16.167969 4.390625 11.96875 4.390625 Z M 11.96875 18.601562 C 8.304688 18.601562 5.335938 15.632812 5.335938 11.96875 C 5.335938 8.304688 8.304688 5.335938 11.96875 5.335938 C 15.632812 5.335938 18.601562 8.304688 18.601562 11.96875 C 18.601562 15.632812 15.632812 18.601562 11.96875 18.601562 Z M 11.96875 18.601562 " }
|
|
131
|
-
thunderstorms: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.484375 C 16.898438 7.453125 16.519531 7.453125 16.171875 7.515625 C 15.414062 5.304688 13.359375 3.789062 10.992188 3.789062 C 7.992188 3.789062 5.527344 6.285156 5.527344 9.316406 C 5.527344 9.410156 5.527344 9.472656 5.527344 9.570312 C 4.738281 9.695312 4.042969 10.074219 3.507812 10.640625 C 2.84375 11.335938 2.496094 12.253906 2.527344 13.230469 C 2.589844 15.125 4.265625 16.738281 6.191406 16.738281 L 7.421875 16.738281 C 7.675781 16.738281 7.898438 16.515625 7.898438 16.261719 C 7.898438 16.011719 7.644531 15.789062 7.390625 15.789062 L 6.160156 15.789062 C 4.738281 15.789062 3.507812 14.621094 3.445312 13.199219 C 3.414062 12.472656 3.664062 11.808594 4.171875 11.304688 C 4.644531 10.800781 5.339844 10.484375 6.035156 10.484375 C 6.160156 10.484375 6.285156 10.421875 6.382812 10.328125 C 6.476562 10.230469 6.507812 10.105469 6.476562 9.949219 C 6.445312 9.726562 6.445312 9.535156 6.445312 9.316406 C 6.445312 6.789062 8.464844 4.738281 10.960938 4.738281 C 13.011719 4.738281 14.8125 6.15625 15.347656 8.179688 C 15.414062 8.429688 15.664062 8.589844 15.917969 8.527344 C 16.328125 8.429688 16.707031 8.398438 17.117188 8.429688 C 19.011719 8.589844 20.464844 10.105469 20.527344 11.96875 C 20.558594 12.980469 20.179688 13.957031 19.484375 14.683594 C 18.792969 15.410156 17.84375 15.789062 16.832031 15.789062 L 16.738281 15.789062 C 16.484375 15.789062 16.265625 16.011719 16.265625 16.261719 C 16.265625 16.515625 16.484375 16.738281 16.738281 16.738281 L 16.832031 16.738281 C 18.097656 16.738281 19.296875 16.230469 20.148438 15.347656 C 21.035156 14.429688 21.476562 13.230469 21.445312 11.9375 C 21.414062 9.601562 19.582031 7.671875 17.246094 7.484375 Z M 17.246094 7.484375 " }
|
|
132
|
-
windy: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 23.429688 12.695312 L 23.210938 12.695312 C 22.957031 12.695312 22.738281 12.914062 22.738281 13.167969 C 22.738281 13.421875 22.957031 13.640625 23.210938 13.640625 L 23.429688 13.640625 C 23.683594 13.640625 23.90625 13.421875 23.90625 13.167969 C 23.90625 12.914062 23.683594 12.695312 23.429688 12.695312 Z M 23.429688 12.695312 " }
|
|
123
|
+
cloudy: ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("path", { d: "M 16.832031 18.316406 L 6.191406 18.316406 C 4.265625 18.316406 2.589844 16.707031 2.527344 14.808594 C 2.496094 13.832031 2.84375 12.914062 3.507812 12.222656 C 4.042969 11.652344 4.769531 11.273438 5.527344 11.148438 C 5.527344 11.050781 5.527344 10.988281 5.527344 10.894531 C 5.527344 7.832031 7.992188 5.367188 10.992188 5.367188 C 13.328125 5.367188 15.414062 6.882812 16.171875 9.09375 C 16.519531 9.03125 16.898438 9.03125 17.246094 9.0625 C 19.582031 9.253906 21.414062 11.179688 21.476562 13.515625 C 21.507812 14.808594 21.066406 16.011719 20.179688 16.925781 C 19.296875 17.808594 18.128906 18.316406 16.832031 18.316406 Z M 10.992188 6.316406 C 8.496094 6.316406 6.476562 8.367188 6.476562 10.894531 C 6.476562 11.085938 6.476562 11.304688 6.507812 11.527344 C 6.539062 11.652344 6.476562 11.777344 6.414062 11.90625 C 6.347656 12.03125 6.191406 12.0625 6.066406 12.0625 C 5.339844 12.09375 4.675781 12.378906 4.203125 12.882812 C 3.726562 13.390625 3.445312 14.085938 3.476562 14.777344 C 3.507812 16.167969 4.738281 17.367188 6.191406 17.367188 L 16.863281 17.367188 C 17.875 17.367188 18.824219 16.957031 19.519531 16.261719 C 20.210938 15.535156 20.589844 14.589844 20.558594 13.546875 C 20.496094 11.683594 19.042969 10.167969 17.210938 9.980469 C 16.800781 9.949219 16.390625 9.980469 16.011719 10.074219 C 15.761719 10.136719 15.507812 9.980469 15.445312 9.726562 C 14.875 7.738281 13.074219 6.316406 10.992188 6.316406 Z M 10.992188 6.316406" }) })),
|
|
124
|
+
fog: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.800781 C 16.898438 7.769531 16.519531 7.769531 16.171875 7.832031 C 15.414062 5.621094 13.359375 4.105469 10.992188 4.105469 C 7.992188 4.105469 5.527344 6.601562 5.527344 9.632812 C 5.527344 9.726562 5.527344 9.789062 5.527344 9.882812 C 4.738281 10.011719 4.042969 10.390625 3.507812 10.957031 C 2.84375 11.652344 2.496094 12.570312 2.527344 13.546875 C 2.589844 15.441406 4.265625 17.050781 6.191406 17.050781 L 7.421875 17.050781 C 7.675781 17.050781 7.898438 16.832031 7.898438 16.578125 C 7.898438 16.328125 7.644531 16.105469 7.390625 16.105469 L 6.160156 16.105469 C 4.738281 16.105469 3.507812 14.9375 3.445312 13.515625 C 3.414062 12.789062 3.664062 12.125 4.171875 11.621094 C 4.644531 11.117188 5.339844 10.800781 6.035156 10.800781 C 6.160156 10.800781 6.285156 10.738281 6.382812 10.640625 C 6.476562 10.546875 6.507812 10.421875 6.476562 10.261719 C 6.445312 10.042969 6.445312 9.851562 6.445312 9.632812 C 6.445312 7.105469 8.464844 5.050781 10.960938 5.050781 C 13.011719 5.050781 14.8125 6.472656 15.347656 8.496094 C 15.414062 8.746094 15.664062 8.90625 15.917969 8.84375 C 16.328125 8.746094 16.707031 8.714844 17.117188 8.746094 C 19.011719 8.90625 20.464844 10.421875 20.527344 12.285156 C 20.558594 13.292969 20.179688 14.273438 19.484375 15 C 18.792969 15.726562 17.84375 16.105469 16.832031 16.105469 L 16.738281 16.105469 C 16.484375 16.105469 16.265625 16.328125 16.265625 16.578125 C 16.265625 16.832031 16.484375 17.050781 16.738281 17.050781 L 16.832031 17.050781 C 18.097656 17.050781 19.296875 16.546875 20.148438 15.664062 C 21.035156 14.746094 21.476562 13.546875 21.445312 12.253906 C 21.414062 9.914062 19.582031 7.988281 17.246094 7.800781 Z M 17.246094 7.800781 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.160156 15.472656 L 15 15.472656 C 15.175781 15.472656 15.316406 15.613281 15.316406 15.789062 C 15.316406 15.964844 15.175781 16.105469 15 16.105469 L 9.160156 16.105469 C 8.984375 16.105469 8.84375 15.964844 8.84375 15.789062 C 8.84375 15.613281 8.984375 15.472656 9.160156 15.472656 Z M 9.160156 15.472656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.160156 17.367188 L 15 17.367188 C 15.175781 17.367188 15.316406 17.511719 15.316406 17.683594 C 15.316406 17.859375 15.175781 18 15 18 L 9.160156 18 C 8.984375 18 8.84375 17.859375 8.84375 17.683594 C 8.84375 17.511719 8.984375 17.367188 9.160156 17.367188 Z M 9.160156 17.367188 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.160156 19.261719 L 15 19.261719 C 15.175781 19.261719 15.316406 19.40625 15.316406 19.578125 C 15.316406 19.753906 15.175781 19.894531 15 19.894531 L 9.160156 19.894531 C 8.984375 19.894531 8.84375 19.753906 8.84375 19.578125 C 8.84375 19.40625 8.984375 19.261719 9.160156 19.261719 Z M 9.160156 19.261719 " })] })),
|
|
125
|
+
hail: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.484375 C 16.898438 7.453125 16.519531 7.453125 16.171875 7.515625 C 15.414062 5.304688 13.359375 3.789062 10.992188 3.789062 C 7.992188 3.789062 5.527344 6.285156 5.527344 9.316406 C 5.527344 9.410156 5.527344 9.472656 5.527344 9.570312 C 4.738281 9.695312 4.042969 10.074219 3.507812 10.640625 C 2.84375 11.335938 2.496094 12.253906 2.527344 13.230469 C 2.589844 15.125 4.265625 16.738281 6.191406 16.738281 L 7.421875 16.738281 C 7.675781 16.738281 7.898438 16.515625 7.898438 16.261719 C 7.898438 16.011719 7.644531 15.789062 7.390625 15.789062 L 6.160156 15.789062 C 4.738281 15.789062 3.507812 14.621094 3.445312 13.199219 C 3.414062 12.472656 3.664062 11.808594 4.171875 11.304688 C 4.644531 10.800781 5.339844 10.484375 6.035156 10.484375 C 6.160156 10.484375 6.285156 10.421875 6.382812 10.328125 C 6.476562 10.230469 6.507812 10.105469 6.476562 9.949219 C 6.445312 9.726562 6.445312 9.535156 6.445312 9.316406 C 6.445312 6.789062 8.464844 4.738281 10.960938 4.738281 C 13.011719 4.738281 14.8125 6.15625 15.347656 8.179688 C 15.414062 8.429688 15.664062 8.589844 15.917969 8.527344 C 16.328125 8.429688 16.707031 8.398438 17.117188 8.429688 C 19.011719 8.589844 20.464844 10.105469 20.527344 11.96875 C 20.558594 12.980469 20.179688 13.957031 19.484375 14.683594 C 18.792969 15.410156 17.84375 15.789062 16.832031 15.789062 L 16.738281 15.789062 C 16.484375 15.789062 16.265625 16.011719 16.265625 16.261719 C 16.265625 16.515625 16.484375 16.738281 16.738281 16.738281 L 16.832031 16.738281 C 18.097656 16.738281 19.296875 16.230469 20.148438 15.347656 C 21.035156 14.429688 21.476562 13.230469 21.445312 11.9375 C 21.414062 9.601562 19.582031 7.671875 17.246094 7.484375 Z M 17.246094 7.484375 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.792969 15.472656 L 9.792969 12.316406 C 9.792969 12.125 9.664062 12 9.476562 12 C 9.285156 12 9.160156 12.125 9.160156 12.316406 L 9.160156 15.472656 C 9.160156 15.664062 9.285156 15.789062 9.476562 15.789062 C 9.664062 15.789062 9.792969 15.664062 9.792969 15.472656 Z M 9.792969 15.472656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12.316406 17.367188 L 12.316406 12.316406 C 12.316406 12.125 12.191406 12 12 12 C 11.8125 12 11.6875 12.125 11.6875 12.316406 L 11.6875 17.367188 C 11.6875 17.558594 11.8125 17.683594 12 17.683594 C 12.191406 17.683594 12.316406 17.558594 12.316406 17.367188 Z M 12.316406 17.367188 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.84375 15.632812 L 14.84375 12.316406 C 14.84375 12.125 14.71875 12 14.527344 12 C 14.339844 12 14.210938 12.125 14.210938 12.316406 L 14.210938 15.632812 C 14.210938 15.820312 14.339844 15.949219 14.527344 15.949219 C 14.71875 15.949219 14.84375 15.820312 14.84375 15.632812 Z M 14.84375 15.632812 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.527344 18.949219 C 15.050781 18.949219 15.476562 18.523438 15.476562 18 C 15.476562 17.476562 15.050781 17.050781 14.527344 17.050781 C 14.003906 17.050781 13.582031 17.476562 13.582031 18 C 13.582031 18.523438 14.003906 18.949219 14.527344 18.949219 Z M 14.527344 18.949219 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.476562 18.949219 C 10 18.949219 10.421875 18.523438 10.421875 18 C 10.421875 17.476562 10 17.050781 9.476562 17.050781 C 8.953125 17.050781 8.527344 17.476562 8.527344 18 C 8.527344 18.523438 8.953125 18.949219 9.476562 18.949219 Z M 9.476562 18.949219 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12.035156 20.527344 C 12.558594 20.527344 12.980469 20.101562 12.980469 19.578125 C 12.980469 19.054688 12.558594 18.632812 12.035156 18.632812 C 11.511719 18.632812 11.085938 19.054688 11.085938 19.578125 C 11.085938 20.101562 11.511719 20.527344 12.035156 20.527344 Z M 12.035156 20.527344 " })] })),
|
|
126
|
+
ice: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 11.78125 11.875 C 11.625 11.8125 11.433594 11.875 11.371094 12.03125 L 8.179688 19.769531 C 8.117188 19.925781 8.179688 20.117188 8.339844 20.179688 C 8.371094 20.210938 8.433594 20.210938 8.464844 20.210938 C 8.589844 20.210938 8.71875 20.148438 8.75 20.019531 L 11.9375 12.316406 C 12.035156 12.125 11.9375 11.9375 11.78125 11.875 Z M 11.78125 11.875 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 13.738281 12.535156 C 13.582031 12.472656 13.390625 12.535156 13.328125 12.695312 L 10.675781 19.136719 C 10.613281 19.292969 10.675781 19.484375 10.832031 19.546875 C 10.863281 19.578125 10.929688 19.578125 10.960938 19.578125 C 11.085938 19.578125 11.210938 19.515625 11.242188 19.390625 L 13.898438 12.949219 C 13.960938 12.789062 13.898438 12.601562 13.738281 12.535156 Z M 13.738281 12.535156 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 15.664062 13.199219 C 15.507812 13.136719 15.316406 13.199219 15.253906 13.359375 L 13.140625 18.441406 C 13.074219 18.601562 13.140625 18.789062 13.296875 18.851562 C 13.328125 18.882812 13.390625 18.882812 13.421875 18.882812 C 13.550781 18.882812 13.675781 18.820312 13.707031 18.695312 L 15.824219 13.609375 C 15.886719 13.453125 15.824219 13.261719 15.664062 13.199219 Z M 15.664062 13.199219 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 8.117188 C 16.898438 8.085938 16.519531 8.085938 16.171875 8.148438 C 15.414062 5.9375 13.359375 4.421875 10.992188 4.421875 C 7.992188 4.421875 5.527344 6.914062 5.527344 9.949219 C 5.527344 10.042969 5.527344 10.105469 5.527344 10.199219 C 4.738281 10.328125 4.042969 10.707031 3.507812 11.273438 C 2.84375 11.96875 2.496094 12.882812 2.527344 13.863281 C 2.589844 15.757812 4.265625 17.367188 6.191406 17.367188 L 7.421875 17.367188 C 7.675781 17.367188 7.898438 17.148438 7.898438 16.894531 C 7.898438 16.640625 7.644531 16.421875 7.390625 16.421875 L 6.160156 16.421875 C 4.738281 16.421875 3.507812 15.253906 3.445312 13.832031 C 3.414062 13.105469 3.664062 12.441406 4.171875 11.9375 C 4.644531 11.429688 5.339844 11.117188 6.035156 11.117188 C 6.160156 11.117188 6.285156 11.050781 6.382812 10.957031 C 6.476562 10.863281 6.507812 10.738281 6.476562 10.578125 C 6.445312 10.359375 6.445312 10.167969 6.445312 9.949219 C 6.445312 7.421875 8.464844 5.367188 10.960938 5.367188 C 13.011719 5.367188 14.8125 6.789062 15.347656 8.808594 C 15.414062 9.0625 15.664062 9.222656 15.917969 9.15625 C 16.328125 9.0625 16.707031 9.03125 17.117188 9.0625 C 19.011719 9.222656 20.464844 10.738281 20.527344 12.601562 C 20.558594 13.609375 20.179688 14.589844 19.484375 15.316406 C 18.792969 16.042969 17.84375 16.421875 16.832031 16.421875 L 16.738281 16.421875 C 16.484375 16.421875 16.265625 16.640625 16.265625 16.894531 C 16.265625 17.148438 16.484375 17.367188 16.738281 17.367188 L 16.832031 17.367188 C 18.097656 17.367188 19.296875 16.863281 20.148438 15.980469 C 21.035156 15.0625 21.476562 13.863281 21.445312 12.570312 C 21.414062 10.230469 19.582031 8.304688 17.246094 8.117188 Z M 17.246094 8.117188 " })] })),
|
|
127
|
+
partlyCloudy: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 16.898438 4.894531 C 17.085938 4.894531 17.210938 4.769531 17.210938 4.578125 L 17.210938 3.15625 C 17.210938 2.96875 17.085938 2.84375 16.898438 2.84375 C 16.707031 2.84375 16.582031 2.96875 16.582031 3.15625 L 16.582031 4.578125 C 16.582031 4.769531 16.707031 4.894531 16.898438 4.894531 Z M 16.898438 4.894531 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.75 4.769531 L 14.875 5.085938 C 14.9375 5.210938 15.035156 5.273438 15.160156 5.273438 C 15.191406 5.273438 15.253906 5.273438 15.285156 5.242188 C 15.445312 5.179688 15.539062 4.988281 15.445312 4.832031 L 15.316406 4.515625 C 15.253906 4.359375 15.066406 4.261719 14.90625 4.359375 C 14.75 4.421875 14.6875 4.578125 14.75 4.769531 Z M 14.75 4.769531 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 21.253906 6.949219 L 20.9375 7.074219 C 20.78125 7.136719 20.6875 7.328125 20.78125 7.484375 C 20.84375 7.609375 20.9375 7.671875 21.066406 7.671875 C 21.097656 7.671875 21.160156 7.671875 21.191406 7.640625 L 21.507812 7.515625 C 21.664062 7.453125 21.761719 7.261719 21.664062 7.105469 C 21.601562 6.980469 21.414062 6.882812 21.253906 6.949219 Z M 21.253906 6.949219 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 18.507812 5.242188 C 18.539062 5.273438 18.601562 5.273438 18.632812 5.273438 C 18.761719 5.273438 18.886719 5.210938 18.917969 5.085938 L 19.042969 4.800781 C 19.105469 4.640625 19.042969 4.453125 18.886719 4.390625 C 18.726562 4.328125 18.539062 4.390625 18.476562 4.546875 L 18.316406 4.832031 C 18.253906 4.988281 18.347656 5.148438 18.507812 5.242188 Z M 18.507812 5.242188 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 21.476562 10.671875 L 21.160156 10.546875 C 21 10.484375 20.8125 10.546875 20.75 10.707031 C 20.6875 10.863281 20.75 11.050781 20.90625 11.117188 L 21.222656 11.242188 C 21.253906 11.273438 21.316406 11.273438 21.347656 11.273438 C 21.476562 11.273438 21.601562 11.210938 21.632812 11.085938 C 21.726562 10.925781 21.664062 10.738281 21.476562 10.671875 Z M 21.476562 10.671875 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 22.832031 8.777344 L 21.414062 8.777344 C 21.222656 8.777344 21.097656 8.90625 21.097656 9.09375 C 21.097656 9.285156 21.222656 9.410156 21.414062 9.410156 L 22.832031 9.410156 C 23.023438 9.410156 23.148438 9.285156 23.148438 9.09375 C 23.148438 8.90625 23.023438 8.777344 22.832031 8.777344 Z M 22.832031 8.777344 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 20.085938 6.222656 C 20.179688 6.222656 20.246094 6.191406 20.308594 6.125 L 21.316406 5.117188 C 21.445312 4.988281 21.445312 4.800781 21.316406 4.671875 C 21.191406 4.546875 21.003906 4.546875 20.875 4.671875 L 19.867188 5.683594 C 19.738281 5.8125 19.738281 6 19.867188 6.125 C 19.929688 6.191406 19.992188 6.222656 20.085938 6.222656 Z M 20.085938 6.222656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 13.484375 6.125 C 13.550781 6.191406 13.644531 6.222656 13.707031 6.222656 C 13.769531 6.222656 13.863281 6.191406 13.929688 6.125 C 14.054688 6 14.054688 5.8125 13.929688 5.683594 L 12.917969 4.671875 C 12.792969 4.546875 12.601562 4.546875 12.476562 4.671875 C 12.347656 4.800781 12.347656 4.988281 12.476562 5.117188 Z M 13.484375 6.125 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.9375 6.851562 C 15.476562 6.378906 16.171875 6.125 16.898438 6.125 C 18.539062 6.125 19.863281 7.453125 19.863281 9.09375 C 19.863281 9.410156 19.800781 9.726562 19.707031 10.011719 C 19.613281 10.261719 19.769531 10.515625 20.023438 10.609375 C 20.085938 10.640625 20.117188 10.640625 20.179688 10.640625 C 20.371094 10.640625 20.558594 10.515625 20.625 10.328125 C 20.75 9.949219 20.8125 9.535156 20.8125 9.09375 C 20.8125 6.914062 19.042969 5.179688 16.898438 5.179688 C 15.949219 5.179688 15.035156 5.527344 14.308594 6.15625 C 14.117188 6.316406 14.085938 6.632812 14.277344 6.820312 C 14.433594 7.011719 14.75 7.042969 14.9375 6.851562 Z M 14.9375 6.851562 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 16.613281 10.167969 C 16.265625 10.136719 15.886719 10.136719 15.539062 10.199219 C 14.78125 7.988281 12.726562 6.472656 10.359375 6.472656 C 7.359375 6.472656 4.898438 8.96875 4.898438 12 C 4.898438 12.09375 4.898438 12.15625 4.898438 12.253906 C 4.105469 12.378906 3.414062 12.757812 2.875 13.328125 C 2.210938 14.019531 1.863281 14.9375 1.898438 15.914062 C 1.960938 17.808594 3.632812 19.421875 5.558594 19.421875 L 16.234375 19.421875 C 17.496094 19.421875 18.695312 18.914062 19.550781 18.03125 C 20.433594 17.117188 20.875 15.914062 20.84375 14.621094 C 20.78125 12.285156 18.949219 10.359375 16.613281 10.167969 Z M 18.855469 17.367188 C 18.160156 18.09375 17.210938 18.472656 16.203125 18.472656 L 5.558594 18.472656 C 4.140625 18.472656 2.90625 17.304688 2.84375 15.882812 C 2.8125 15.15625 3.066406 14.496094 3.570312 13.988281 C 4.042969 13.484375 4.707031 13.167969 5.433594 13.167969 C 5.558594 13.167969 5.6875 13.105469 5.78125 13.011719 C 5.875 12.914062 5.90625 12.757812 5.875 12.632812 C 5.84375 12.410156 5.84375 12.222656 5.84375 12 C 5.84375 9.472656 7.863281 7.421875 10.359375 7.421875 C 12.414062 7.421875 14.210938 8.84375 14.75 10.863281 C 14.8125 11.117188 15.066406 11.273438 15.316406 11.210938 C 15.726562 11.117188 16.105469 11.085938 16.519531 11.117188 C 18.382812 11.273438 19.832031 12.789062 19.898438 14.652344 C 19.929688 15.664062 19.550781 16.640625 18.855469 17.367188 Z M 18.855469 17.367188 " })] })),
|
|
128
|
+
rain: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 9.792969 19.011719 C 9.601562 19.011719 9.476562 19.136719 9.476562 19.328125 L 9.476562 21.316406 C 9.476562 21.503906 9.601562 21.632812 9.792969 21.632812 C 9.980469 21.632812 10.105469 21.503906 10.105469 21.316406 L 10.105469 19.328125 C 10.105469 19.136719 9.980469 19.011719 9.792969 19.011719 Z M 9.792969 19.011719 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.792969 15.664062 C 9.601562 15.664062 9.476562 15.789062 9.476562 15.980469 L 9.476562 17.335938 C 9.476562 17.527344 9.601562 17.652344 9.792969 17.652344 C 9.980469 17.652344 10.105469 17.527344 10.105469 17.335938 L 10.105469 15.980469 C 10.105469 15.789062 9.980469 15.664062 9.792969 15.664062 Z M 9.792969 15.664062 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.792969 12.472656 C 9.601562 12.472656 9.476562 12.601562 9.476562 12.789062 L 9.476562 14.019531 C 9.476562 14.210938 9.601562 14.335938 9.792969 14.335938 C 9.980469 14.335938 10.105469 14.210938 10.105469 14.019531 L 10.105469 12.789062 C 10.105469 12.601562 9.980469 12.472656 9.792969 12.472656 Z M 9.792969 12.472656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12 18.316406 C 11.8125 18.316406 11.6875 18.441406 11.6875 18.632812 L 11.6875 19.769531 C 11.6875 19.957031 11.8125 20.085938 12 20.085938 C 12.191406 20.085938 12.316406 19.957031 12.316406 19.769531 L 12.316406 18.632812 C 12.316406 18.441406 12.191406 18.316406 12 18.316406 Z M 12 18.316406 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12 15.535156 C 11.8125 15.535156 11.6875 15.664062 11.6875 15.851562 L 11.6875 16.894531 C 11.6875 17.085938 11.8125 17.210938 12 17.210938 C 12.191406 17.210938 12.316406 17.085938 12.316406 16.894531 L 12.316406 15.851562 C 12.316406 15.695312 12.191406 15.535156 12 15.535156 Z M 12 15.535156 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12 12.472656 C 11.8125 12.472656 11.6875 12.601562 11.6875 12.789062 L 11.6875 13.957031 C 11.6875 14.148438 11.8125 14.273438 12 14.273438 C 12.191406 14.273438 12.316406 14.148438 12.316406 13.957031 L 12.316406 12.789062 C 12.316406 12.601562 12.191406 12.472656 12 12.472656 Z M 12 12.472656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.210938 17.367188 C 14.023438 17.367188 13.898438 17.496094 13.898438 17.683594 L 13.898438 18.316406 C 13.898438 18.503906 14.023438 18.632812 14.210938 18.632812 C 14.402344 18.632812 14.527344 18.503906 14.527344 18.316406 L 14.527344 17.683594 C 14.527344 17.496094 14.402344 17.367188 14.210938 17.367188 Z M 14.210938 17.367188 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.210938 15.03125 C 14.023438 15.03125 13.898438 15.15625 13.898438 15.347656 L 13.898438 16.042969 C 13.898438 16.230469 14.023438 16.359375 14.210938 16.359375 C 14.402344 16.359375 14.527344 16.230469 14.527344 16.042969 L 14.527344 15.347656 C 14.527344 15.191406 14.402344 15.03125 14.210938 15.03125 Z M 14.210938 15.03125 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.210938 12.472656 C 14.023438 12.472656 13.898438 12.601562 13.898438 12.789062 L 13.898438 13.707031 C 13.898438 13.894531 14.023438 14.019531 14.210938 14.019531 C 14.402344 14.019531 14.527344 13.894531 14.527344 13.707031 L 14.527344 12.789062 C 14.527344 12.601562 14.402344 12.472656 14.210938 12.472656 Z M 14.210938 12.472656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.800781 C 16.898438 7.769531 16.519531 7.769531 16.171875 7.832031 C 15.414062 5.621094 13.359375 4.105469 10.992188 4.105469 C 7.992188 4.105469 5.527344 6.601562 5.527344 9.632812 C 5.527344 9.726562 5.527344 9.789062 5.527344 9.882812 C 4.738281 10.011719 4.042969 10.390625 3.507812 10.957031 C 2.84375 11.652344 2.496094 12.570312 2.527344 13.546875 C 2.589844 15.441406 4.265625 17.050781 6.191406 17.050781 L 7.421875 17.050781 C 7.675781 17.050781 7.898438 16.832031 7.898438 16.578125 C 7.898438 16.328125 7.644531 16.105469 7.390625 16.105469 L 6.160156 16.105469 C 4.738281 16.105469 3.507812 14.9375 3.445312 13.515625 C 3.414062 12.789062 3.664062 12.125 4.171875 11.621094 C 4.644531 11.117188 5.339844 10.800781 6.035156 10.800781 C 6.160156 10.800781 6.285156 10.738281 6.382812 10.640625 C 6.476562 10.546875 6.507812 10.421875 6.476562 10.261719 C 6.445312 10.042969 6.445312 9.851562 6.445312 9.632812 C 6.445312 7.105469 8.464844 5.050781 10.960938 5.050781 C 13.011719 5.050781 14.8125 6.472656 15.347656 8.496094 C 15.414062 8.746094 15.664062 8.90625 15.917969 8.84375 C 16.328125 8.746094 16.707031 8.714844 17.117188 8.746094 C 19.011719 8.90625 20.464844 10.421875 20.527344 12.285156 C 20.558594 13.292969 20.179688 14.273438 19.484375 15 C 18.792969 15.726562 17.84375 16.105469 16.832031 16.105469 L 16.738281 16.105469 C 16.484375 16.105469 16.265625 16.328125 16.265625 16.578125 C 16.265625 16.832031 16.484375 17.050781 16.738281 17.050781 L 16.832031 17.050781 C 18.097656 17.050781 19.296875 16.546875 20.148438 15.664062 C 21.035156 14.746094 21.476562 13.546875 21.445312 12.253906 C 21.414062 9.914062 19.582031 7.988281 17.246094 7.800781 Z M 17.246094 7.800781 " })] })),
|
|
129
|
+
snow: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 12.035156 13.894531 C 12.558594 13.894531 12.980469 13.46875 12.980469 12.949219 C 12.980469 12.425781 12.558594 12 12.035156 12 C 11.511719 12 11.085938 12.425781 11.085938 12.949219 C 11.085938 13.46875 11.511719 13.894531 12.035156 13.894531 Z M 12.035156 13.894531 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12.035156 17.367188 C 12.558594 17.367188 12.980469 16.945312 12.980469 16.421875 C 12.980469 15.898438 12.558594 15.472656 12.035156 15.472656 C 11.511719 15.472656 11.085938 15.898438 11.085938 16.421875 C 11.085938 16.945312 11.511719 17.367188 12.035156 17.367188 Z M 12.035156 17.367188 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.527344 15.789062 C 15.050781 15.789062 15.476562 15.367188 15.476562 14.84375 C 15.476562 14.320312 15.050781 13.894531 14.527344 13.894531 C 14.003906 13.894531 13.582031 14.320312 13.582031 14.84375 C 13.582031 15.367188 14.003906 15.789062 14.527344 15.789062 Z M 14.527344 15.789062 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.527344 19.261719 C 15.050781 19.261719 15.476562 18.839844 15.476562 18.316406 C 15.476562 17.792969 15.050781 17.367188 14.527344 17.367188 C 14.003906 17.367188 13.582031 17.792969 13.582031 18.316406 C 13.582031 18.839844 14.003906 19.261719 14.527344 19.261719 Z M 14.527344 19.261719 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.476562 15.789062 C 10 15.789062 10.421875 15.367188 10.421875 14.84375 C 10.421875 14.320312 10 13.894531 9.476562 13.894531 C 8.953125 13.894531 8.527344 14.320312 8.527344 14.84375 C 8.527344 15.367188 8.953125 15.789062 9.476562 15.789062 Z M 9.476562 15.789062 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 9.476562 19.261719 C 10 19.261719 10.421875 18.839844 10.421875 18.316406 C 10.421875 17.792969 10 17.367188 9.476562 17.367188 C 8.953125 17.367188 8.527344 17.792969 8.527344 18.316406 C 8.527344 18.839844 8.953125 19.261719 9.476562 19.261719 Z M 9.476562 19.261719 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 12.035156 20.84375 C 12.558594 20.84375 12.980469 20.417969 12.980469 19.894531 C 12.980469 19.371094 12.558594 18.949219 12.035156 18.949219 C 11.511719 18.949219 11.085938 19.371094 11.085938 19.894531 C 11.085938 20.417969 11.511719 20.84375 12.035156 20.84375 Z M 12.035156 20.84375 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.800781 C 16.898438 7.769531 16.519531 7.769531 16.171875 7.832031 C 15.414062 5.621094 13.359375 4.105469 10.992188 4.105469 C 7.992188 4.105469 5.527344 6.601562 5.527344 9.632812 C 5.527344 9.726562 5.527344 9.789062 5.527344 9.882812 C 4.738281 10.011719 4.042969 10.390625 3.507812 10.957031 C 2.84375 11.652344 2.496094 12.570312 2.527344 13.546875 C 2.589844 15.441406 4.265625 17.050781 6.191406 17.050781 L 7.421875 17.050781 C 7.675781 17.050781 7.898438 16.832031 7.898438 16.578125 C 7.898438 16.328125 7.644531 16.105469 7.390625 16.105469 L 6.160156 16.105469 C 4.738281 16.105469 3.507812 14.9375 3.445312 13.515625 C 3.414062 12.789062 3.664062 12.125 4.171875 11.621094 C 4.644531 11.117188 5.339844 10.800781 6.035156 10.800781 C 6.160156 10.800781 6.285156 10.738281 6.382812 10.640625 C 6.476562 10.546875 6.507812 10.421875 6.476562 10.261719 C 6.445312 10.042969 6.445312 9.851562 6.445312 9.632812 C 6.445312 7.105469 8.464844 5.050781 10.960938 5.050781 C 13.011719 5.050781 14.8125 6.472656 15.347656 8.496094 C 15.414062 8.746094 15.664062 8.90625 15.917969 8.84375 C 16.328125 8.746094 16.707031 8.714844 17.117188 8.746094 C 19.011719 8.90625 20.464844 10.421875 20.527344 12.285156 C 20.558594 13.292969 20.179688 14.273438 19.484375 15 C 18.792969 15.726562 17.84375 16.105469 16.832031 16.105469 L 16.738281 16.105469 C 16.484375 16.105469 16.265625 16.328125 16.265625 16.578125 C 16.265625 16.832031 16.484375 17.050781 16.738281 17.050781 L 16.832031 17.050781 C 18.097656 17.050781 19.296875 16.546875 20.148438 15.664062 C 21.035156 14.746094 21.476562 13.546875 21.445312 12.253906 C 21.414062 9.914062 19.582031 7.988281 17.246094 7.800781 Z M 17.246094 7.800781 " })] })),
|
|
130
|
+
sunny: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 11.96875 4.390625 C 7.769531 4.390625 4.390625 7.769531 4.390625 11.96875 C 4.390625 16.167969 7.769531 19.546875 11.96875 19.546875 C 16.167969 19.546875 19.546875 16.167969 19.546875 11.96875 C 19.546875 7.769531 16.167969 4.390625 11.96875 4.390625 Z M 11.96875 18.601562 C 8.304688 18.601562 5.335938 15.632812 5.335938 11.96875 C 5.335938 8.304688 8.304688 5.335938 11.96875 5.335938 C 15.632812 5.335938 18.601562 8.304688 18.601562 11.96875 C 18.601562 15.632812 15.632812 18.601562 11.96875 18.601562 Z M 11.96875 18.601562 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 11.96875 3.441406 C 12.15625 3.441406 12.285156 3.316406 12.285156 3.125 L 12.285156 0.316406 C 12.285156 0.125 12.15625 0 11.96875 0 C 11.777344 0 11.652344 0.125 11.652344 0.316406 L 11.652344 3.125 C 11.652344 3.316406 11.777344 3.441406 11.96875 3.441406 Z M 11.96875 3.441406 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 7.832031 2.808594 L 8.304688 3.914062 C 8.367188 4.042969 8.464844 4.105469 8.589844 4.105469 C 8.621094 4.105469 8.683594 4.105469 8.714844 4.074219 C 8.875 4.011719 8.96875 3.820312 8.875 3.664062 L 8.398438 2.558594 C 8.335938 2.398438 8.148438 2.304688 7.988281 2.398438 C 7.832031 2.464844 7.769531 2.652344 7.832031 2.808594 Z M 7.832031 2.808594 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 15.632812 20.019531 C 15.570312 19.863281 15.378906 19.769531 15.222656 19.863281 C 15.0625 19.925781 14.96875 20.117188 15.0625 20.273438 L 15.535156 21.378906 C 15.601562 21.503906 15.695312 21.570312 15.820312 21.570312 C 15.851562 21.570312 15.914062 21.570312 15.949219 21.535156 C 16.105469 21.472656 16.199219 21.285156 16.105469 21.125 Z M 15.632812 20.019531 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 19.832031 8.714844 C 19.894531 8.84375 19.988281 8.90625 20.117188 8.90625 C 20.148438 8.90625 20.210938 8.90625 20.242188 8.875 L 21.347656 8.398438 C 21.503906 8.335938 21.601562 8.148438 21.503906 7.988281 C 21.410156 7.832031 21.253906 7.738281 21.09375 7.832031 L 19.988281 8.304688 C 19.863281 8.367188 19.769531 8.558594 19.832031 8.714844 Z M 19.832031 8.714844 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 4.105469 15.222656 C 4.042969 15.0625 3.851562 14.96875 3.695312 15.0625 L 2.589844 15.535156 C 2.429688 15.601562 2.335938 15.789062 2.429688 15.949219 C 2.496094 16.074219 2.589844 16.136719 2.714844 16.136719 C 2.746094 16.136719 2.808594 16.136719 2.84375 16.105469 L 3.949219 15.632812 C 4.074219 15.570312 4.167969 15.378906 4.105469 15.222656 Z M 4.105469 15.222656 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 15.222656 4.105469 C 15.253906 4.136719 15.316406 4.136719 15.347656 4.136719 C 15.472656 4.136719 15.601562 4.074219 15.632812 3.949219 L 16.105469 2.84375 C 16.167969 2.683594 16.105469 2.496094 15.949219 2.429688 C 15.789062 2.367188 15.601562 2.429688 15.535156 2.589844 L 15.0625 3.695312 C 15 3.851562 15.0625 4.042969 15.222656 4.105469 Z M 15.222656 4.105469 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 8.714844 19.832031 C 8.558594 19.769531 8.367188 19.832031 8.304688 19.988281 L 7.832031 21.125 C 7.769531 21.285156 7.832031 21.472656 7.988281 21.535156 C 8.019531 21.570312 8.085938 21.570312 8.117188 21.570312 C 8.242188 21.570312 8.367188 21.503906 8.398438 21.378906 L 8.875 20.273438 C 8.9375 20.085938 8.875 19.894531 8.714844 19.832031 Z M 8.714844 19.832031 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 21.378906 15.503906 L 20.273438 15.03125 C 20.117188 14.96875 19.925781 15.03125 19.863281 15.1875 C 19.800781 15.347656 19.863281 15.535156 20.019531 15.601562 L 21.125 16.074219 C 21.15625 16.105469 21.222656 16.105469 21.253906 16.105469 C 21.378906 16.105469 21.503906 16.042969 21.535156 15.914062 C 21.601562 15.757812 21.535156 15.601562 21.378906 15.503906 Z M 21.378906 15.503906 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 2.558594 8.429688 L 3.664062 8.90625 C 3.695312 8.9375 3.757812 8.9375 3.789062 8.9375 C 3.914062 8.9375 4.042969 8.875 4.074219 8.746094 C 4.136719 8.589844 4.074219 8.398438 3.914062 8.335938 L 2.808594 7.832031 C 2.652344 7.769531 2.464844 7.832031 2.398438 7.988281 C 2.335938 8.148438 2.398438 8.335938 2.558594 8.429688 Z M 2.558594 8.429688 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 11.96875 20.496094 C 11.777344 20.496094 11.652344 20.621094 11.652344 20.8125 L 11.652344 23.621094 C 11.652344 23.8125 11.777344 23.9375 11.96875 23.9375 C 12.15625 23.9375 12.285156 23.8125 12.285156 23.621094 L 12.285156 20.8125 C 12.285156 20.621094 12.15625 20.496094 11.96875 20.496094 Z M 11.96875 20.496094 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 23.621094 11.652344 L 20.808594 11.652344 C 20.621094 11.652344 20.496094 11.777344 20.496094 11.96875 C 20.496094 12.15625 20.621094 12.285156 20.808594 12.285156 L 23.621094 12.285156 C 23.808594 12.285156 23.9375 12.15625 23.9375 11.96875 C 23.9375 11.777344 23.777344 11.652344 23.621094 11.652344 Z M 23.621094 11.652344 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 3.441406 11.96875 C 3.441406 11.777344 3.316406 11.652344 3.125 11.652344 L 0.316406 11.652344 C 0.125 11.652344 0 11.777344 0 11.96875 C 0 12.15625 0.125 12.285156 0.316406 12.285156 L 3.125 12.285156 C 3.316406 12.285156 3.441406 12.125 3.441406 11.96875 Z M 3.441406 11.96875 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 18.222656 6.03125 C 18.316406 6.03125 18.378906 6 18.441406 5.9375 L 20.429688 3.949219 C 20.558594 3.820312 20.558594 3.632812 20.429688 3.503906 C 20.304688 3.378906 20.117188 3.378906 19.988281 3.503906 L 18 5.496094 C 17.875 5.621094 17.875 5.808594 18 5.9375 C 18.0625 6 18.125 6.03125 18.222656 6.03125 Z M 18.222656 6.03125 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 5.496094 18 L 3.503906 19.988281 C 3.378906 20.117188 3.378906 20.304688 3.503906 20.429688 C 3.570312 20.496094 3.664062 20.527344 3.726562 20.527344 C 3.789062 20.527344 3.882812 20.496094 3.949219 20.429688 L 5.9375 18.441406 C 6.0625 18.316406 6.0625 18.125 5.9375 18 C 5.8125 17.875 5.621094 17.875 5.496094 18 Z M 5.496094 18 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 18.441406 18 C 18.316406 17.875 18.125 17.875 18 18 C 17.875 18.125 17.875 18.316406 18 18.441406 L 19.988281 20.429688 C 20.050781 20.496094 20.148438 20.527344 20.210938 20.527344 C 20.273438 20.527344 20.367188 20.496094 20.429688 20.429688 C 20.558594 20.304688 20.558594 20.117188 20.429688 19.988281 Z M 18.441406 18 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 5.496094 5.9375 C 5.558594 6 5.652344 6.03125 5.714844 6.03125 C 5.777344 6.03125 5.875 6 5.9375 5.9375 C 6.0625 5.808594 6.0625 5.621094 5.9375 5.496094 L 3.949219 3.503906 C 3.820312 3.378906 3.632812 3.378906 3.503906 3.503906 C 3.378906 3.632812 3.378906 3.820312 3.503906 3.949219 Z M 5.496094 5.9375 " })] })),
|
|
131
|
+
thunderstorms: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 17.246094 7.484375 C 16.898438 7.453125 16.519531 7.453125 16.171875 7.515625 C 15.414062 5.304688 13.359375 3.789062 10.992188 3.789062 C 7.992188 3.789062 5.527344 6.285156 5.527344 9.316406 C 5.527344 9.410156 5.527344 9.472656 5.527344 9.570312 C 4.738281 9.695312 4.042969 10.074219 3.507812 10.640625 C 2.84375 11.335938 2.496094 12.253906 2.527344 13.230469 C 2.589844 15.125 4.265625 16.738281 6.191406 16.738281 L 7.421875 16.738281 C 7.675781 16.738281 7.898438 16.515625 7.898438 16.261719 C 7.898438 16.011719 7.644531 15.789062 7.390625 15.789062 L 6.160156 15.789062 C 4.738281 15.789062 3.507812 14.621094 3.445312 13.199219 C 3.414062 12.472656 3.664062 11.808594 4.171875 11.304688 C 4.644531 10.800781 5.339844 10.484375 6.035156 10.484375 C 6.160156 10.484375 6.285156 10.421875 6.382812 10.328125 C 6.476562 10.230469 6.507812 10.105469 6.476562 9.949219 C 6.445312 9.726562 6.445312 9.535156 6.445312 9.316406 C 6.445312 6.789062 8.464844 4.738281 10.960938 4.738281 C 13.011719 4.738281 14.8125 6.15625 15.347656 8.179688 C 15.414062 8.429688 15.664062 8.589844 15.917969 8.527344 C 16.328125 8.429688 16.707031 8.398438 17.117188 8.429688 C 19.011719 8.589844 20.464844 10.105469 20.527344 11.96875 C 20.558594 12.980469 20.179688 13.957031 19.484375 14.683594 C 18.792969 15.410156 17.84375 15.789062 16.832031 15.789062 L 16.738281 15.789062 C 16.484375 15.789062 16.265625 16.011719 16.265625 16.261719 C 16.265625 16.515625 16.484375 16.738281 16.738281 16.738281 L 16.832031 16.738281 C 18.097656 16.738281 19.296875 16.230469 20.148438 15.347656 C 21.035156 14.429688 21.476562 13.230469 21.445312 11.9375 C 21.414062 9.601562 19.582031 7.671875 17.246094 7.484375 Z M 17.246094 7.484375 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 14.527344 15.535156 L 13.421875 15.535156 L 14.527344 12.882812 C 14.65625 12.601562 14.558594 12.285156 14.308594 12.125 C 14.210938 12.03125 14.085938 12 13.960938 12 C 13.800781 12 13.644531 12.0625 13.550781 12.15625 L 9.128906 16.105469 C 8.9375 16.292969 8.875 16.546875 8.96875 16.800781 C 9.066406 17.050781 9.285156 17.210938 9.570312 17.210938 L 10.675781 17.210938 L 9.476562 19.988281 C 9.347656 20.273438 9.445312 20.589844 9.695312 20.746094 C 9.792969 20.8125 9.917969 20.875 10.042969 20.875 C 10.203125 20.875 10.359375 20.8125 10.453125 20.714844 L 14.90625 16.640625 C 15.035156 16.515625 15.128906 16.359375 15.128906 16.167969 C 15.160156 15.820312 14.875 15.535156 14.527344 15.535156 Z M 10.074219 20.242188 L 11.402344 17.019531 L 11.9375 16.578125 L 9.539062 16.578125 L 13.960938 12.632812 L 12.695312 15.695312 C 12.601562 15.949219 12.695312 16.167969 12.980469 16.167969 L 14.558594 16.167969 Z M 10.074219 20.242188 " })] })),
|
|
132
|
+
windy: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M 23.429688 12.695312 L 23.210938 12.695312 C 22.957031 12.695312 22.738281 12.914062 22.738281 13.167969 C 22.738281 13.421875 22.957031 13.640625 23.210938 13.640625 L 23.429688 13.640625 C 23.683594 13.640625 23.90625 13.421875 23.90625 13.167969 C 23.90625 12.914062 23.683594 12.695312 23.429688 12.695312 Z M 23.429688 12.695312 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 23.527344 12.695312 L 17.210938 12.695312 C 16.957031 12.695312 16.738281 12.914062 16.738281 13.167969 C 16.738281 13.421875 16.957031 13.640625 17.210938 13.640625 L 23.527344 13.640625 C 23.777344 13.640625 24 13.421875 24 13.167969 C 24 12.914062 23.777344 12.695312 23.527344 12.695312 Z M 23.527344 12.695312 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 5.273438 14.9375 C 5.019531 14.9375 4.800781 15.15625 4.800781 15.410156 C 4.800781 16.390625 4.011719 17.179688 3.03125 17.179688 C 2.050781 17.179688 1.261719 16.390625 1.261719 15.410156 C 1.261719 14.429688 2.050781 13.640625 3.03125 13.640625 L 15 13.640625 C 15.253906 13.640625 15.472656 13.421875 15.472656 13.167969 C 15.472656 12.914062 15.253906 12.695312 15 12.695312 L 3.03125 12.695312 C 1.546875 12.695312 0.316406 13.925781 0.316406 15.410156 C 0.316406 16.894531 1.546875 18.125 3.03125 18.125 C 4.515625 18.125 5.746094 16.894531 5.746094 15.410156 C 5.746094 15.15625 5.527344 14.9375 5.273438 14.9375 Z M 5.273438 14.9375 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 20.96875 15.535156 L 20.683594 15.535156 C 20.429688 15.535156 20.210938 15.757812 20.210938 16.011719 C 20.210938 16.261719 20.429688 16.484375 20.683594 16.484375 L 20.96875 16.484375 C 21.222656 16.484375 21.441406 16.261719 21.441406 16.011719 C 21.441406 15.757812 21.222656 15.535156 20.96875 15.535156 Z M 20.96875 15.535156 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 21 15.535156 L 10.925781 15.535156 C 10.671875 15.535156 10.453125 15.757812 10.453125 16.011719 C 10.453125 16.261719 10.671875 16.484375 10.925781 16.484375 L 21 16.484375 C 21.253906 16.484375 21.472656 16.261719 21.472656 16.011719 C 21.472656 15.757812 21.253906 15.535156 21 15.535156 Z M 21 15.535156 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 18.15625 10.800781 L 18.503906 10.800781 C 18.757812 10.800781 18.980469 10.578125 18.980469 10.328125 C 18.980469 10.074219 18.757812 9.851562 18.503906 9.851562 L 18.15625 9.851562 C 17.90625 9.851562 17.683594 10.074219 17.683594 10.328125 C 17.683594 10.578125 17.90625 10.800781 18.15625 10.800781 Z M 18.15625 10.800781 " }), (0, jsx_runtime_1.jsx)("path", { d: "M 5.90625 10.800781 L 18.15625 10.800781 C 18.410156 10.800781 18.632812 10.578125 18.632812 10.328125 C 18.632812 10.074219 18.410156 9.851562 18.15625 9.851562 L 5.90625 9.851562 C 4.925781 9.851562 4.136719 9.0625 4.136719 8.085938 C 4.136719 7.105469 4.925781 6.316406 5.90625 6.316406 C 6.882812 6.316406 7.671875 7.105469 7.671875 8.085938 C 7.671875 8.335938 7.894531 8.558594 8.148438 8.558594 C 8.398438 8.558594 8.621094 8.335938 8.621094 8.085938 C 8.621094 6.601562 7.390625 5.367188 5.90625 5.367188 C 4.421875 5.367188 3.191406 6.601562 3.191406 8.085938 C 3.191406 9.570312 4.421875 10.800781 5.90625 10.800781 Z M 5.90625 10.800781 " })] })),
|
|
133
133
|
};
|
|
@@ -40,7 +40,7 @@ function IconButton(props) {
|
|
|
40
40
|
ref: ref,
|
|
41
41
|
css: styles,
|
|
42
42
|
};
|
|
43
|
-
const buttonContent = ((0, jsx_runtime_1.jsx)(components_1.Icon, { icon: icon, color: color || (isDisabled ? Css_1.Palette.Gray400 : iconColor), inc: compact ? 2 : inc }
|
|
43
|
+
const buttonContent = ((0, jsx_runtime_1.jsx)(components_1.Icon, { icon: icon, color: color || (isDisabled ? Css_1.Palette.Gray400 : iconColor), inc: compact ? 2 : inc }));
|
|
44
44
|
// If we're disabled b/c of a non-boolean ReactNode, or the caller specified tooltip text, then show it in a tooltip
|
|
45
45
|
return (0, components_1.maybeTooltip)({
|
|
46
46
|
title: (0, components_1.resolveTooltip)(disabled, tooltip),
|
package/dist/components/Label.js
CHANGED
|
@@ -11,11 +11,11 @@ const Css_1 = require("../Css");
|
|
|
11
11
|
/** An internal helper component for rendering form labels. */
|
|
12
12
|
exports.Label = react_1.default.memo((props) => {
|
|
13
13
|
const { labelProps, label, hidden, suffix, contrast = false, ...others } = props;
|
|
14
|
-
const labelEl = ((0, jsx_runtime_1.jsxs)("label",
|
|
15
|
-
return hidden ? (0, jsx_runtime_1.jsx)(react_aria_1.VisuallyHidden, { children: labelEl }
|
|
14
|
+
const labelEl = ((0, jsx_runtime_1.jsxs)("label", { ...labelProps, ...others, css: Css_1.Css.dib.sm.gray700.mbPx(4).if(contrast).white.$, children: [label, suffix && ` ${suffix}`] }));
|
|
15
|
+
return hidden ? (0, jsx_runtime_1.jsx)(react_aria_1.VisuallyHidden, { children: labelEl }) : labelEl;
|
|
16
16
|
});
|
|
17
17
|
/** Used for showing labels within text fields. */
|
|
18
18
|
function InlineLabel({ labelProps, label, contrast, ...others }) {
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)("label",
|
|
19
|
+
return ((0, jsx_runtime_1.jsxs)("label", { ...labelProps, ...others, css: Css_1.Css.smMd.nowrap.gray900.prPx(4).add("color", "currentColor").$, children: [label, ":"] }));
|
|
20
20
|
}
|
|
21
21
|
exports.InlineLabel = InlineLabel;
|