@terraware/web-components 4.2.13 → 4.2.14-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AntSwitch/index.js +8 -14
- package/components/Autocomplete/Autocomplete.js +67 -70
- package/components/Badge/index.js +16 -20
- package/components/BusySpinner/index.js +30 -35
- package/components/Button/Button.js +23 -27
- package/components/Button/button.test.js +8 -10
- package/components/Checkbox.js +10 -19
- package/components/Confirm/index.js +44 -51
- package/components/DatePicker/DatePicker.js +116 -117
- package/components/DialogBox/DialogBox.js +76 -66
- package/components/Divisor.js +15 -20
- package/components/Dropdown.js +54 -61
- package/components/EditableTable/index.js +129 -135
- package/components/ErrorBox/ErrorBox.js +37 -36
- package/components/FileChooser/index.js +73 -77
- package/components/FormBottomBar/index.js +63 -69
- package/components/Icon/Icon.js +14 -21
- package/components/Icon/icons/index.js +251 -257
- package/components/IconTooltip/index.js +29 -34
- package/components/Map/MapBox.js +199 -220
- package/components/Map/MapContainer.js +14 -18
- package/components/Map/MapDateSliderControl.js +44 -46
- package/components/Map/MapDrawer.js +32 -33
- package/components/Map/MapLegend.js +96 -95
- package/components/Map/MapViewStyleControl.js +38 -48
- package/components/Map/ReactMapboxWrapper.js +2 -9
- package/components/Map/index.js +47 -55
- package/components/Map/types.js +2 -8
- package/components/Map/useMaintainLayerOrder.js +4 -11
- package/components/Markdown/index.js +14 -21
- package/components/Message/Message.js +59 -51
- package/components/MultiSelect/MultiSelect.test.js +22 -24
- package/components/MultiSelect/index.js +73 -69
- package/components/Navbar/NavFooter.js +8 -13
- package/components/Navbar/NavItem.js +43 -37
- package/components/Navbar/NavSection.js +13 -17
- package/components/Navbar/Navbar.js +35 -38
- package/components/Navbar/SubNavbar.js +8 -13
- package/components/Note.js +14 -19
- package/components/OverlayModal/OverlayModal.js +36 -37
- package/components/PageForm/index.js +30 -35
- package/components/PhotoChooser/index.js +93 -98
- package/components/Pill/index.js +29 -31
- package/components/PillList/index.js +16 -22
- package/components/PlacementWrapper/index.js +20 -25
- package/components/PopoverMenu/Popover.js +33 -37
- package/components/PopoverMenu/index.js +41 -46
- package/components/PopoverMultiSelect/index.js +18 -21
- package/components/ProgressCircle/ProgressCircle.js +23 -26
- package/components/RadioButton.js +7 -14
- package/components/Select/Select.js +8 -13
- package/components/Select/SelectT.js +110 -108
- package/components/Separator/index.js +8 -14
- package/components/Size.js +1 -5
- package/components/Slider/index.js +7 -13
- package/components/SummaryBox.js +36 -39
- package/components/Tabs/index.js +75 -77
- package/components/TextTruncated/index.js +64 -65
- package/components/Textfield/Textfield.js +100 -95
- package/components/Textfield/TruncatedTextArea.js +44 -46
- package/components/TimelineSlider/TimelineMarker.js +24 -28
- package/components/TimelineSlider/TimelineRail.js +5 -11
- package/components/TimelineSlider/index.js +47 -51
- package/components/Tooltip/Tooltip.js +21 -26
- package/components/ViewPhotosDialog/index.js +58 -62
- package/components/VirtualWalkthrough/Annotation.d.ts +41 -0
- package/components/VirtualWalkthrough/Annotation.d.ts.map +1 -0
- package/components/VirtualWalkthrough/Annotation.js +197 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.d.ts +20 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.js +136 -0
- package/components/VirtualWalkthrough/AnnotationPanel.d.ts +13 -0
- package/components/VirtualWalkthrough/AnnotationPanel.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AnnotationPanel.js +196 -0
- package/components/VirtualWalkthrough/Application.d.ts +9 -0
- package/components/VirtualWalkthrough/Application.d.ts.map +1 -0
- package/components/VirtualWalkthrough/Application.js +32 -0
- package/components/VirtualWalkthrough/AutoRotator.d.ts +109 -0
- package/components/VirtualWalkthrough/AutoRotator.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AutoRotator.js +217 -0
- package/components/VirtualWalkthrough/BlockingSpinner.d.ts +3 -0
- package/components/VirtualWalkthrough/BlockingSpinner.d.ts.map +1 -0
- package/components/VirtualWalkthrough/BlockingSpinner.js +27 -0
- package/components/VirtualWalkthrough/BoundaryRing.d.ts +9 -0
- package/components/VirtualWalkthrough/BoundaryRing.d.ts.map +1 -0
- package/components/VirtualWalkthrough/BoundaryRing.js +33 -0
- package/components/VirtualWalkthrough/CameraInfo.d.ts +16 -0
- package/components/VirtualWalkthrough/CameraInfo.d.ts.map +1 -0
- package/components/VirtualWalkthrough/CameraInfo.js +88 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.d.ts +37 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.js +196 -0
- package/components/VirtualWalkthrough/GradientSky.d.ts +9 -0
- package/components/VirtualWalkthrough/GradientSky.d.ts.map +1 -0
- package/components/VirtualWalkthrough/GradientSky.js +73 -0
- package/components/VirtualWalkthrough/SplatControls.d.ts +50 -0
- package/components/VirtualWalkthrough/SplatControls.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatControls.js +252 -0
- package/components/VirtualWalkthrough/SplatCrop.d.ts +8 -0
- package/components/VirtualWalkthrough/SplatCrop.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatCrop.js +18 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.d.ts +8 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.js +18 -0
- package/components/VirtualWalkthrough/SplatModel.d.ts +15 -0
- package/components/VirtualWalkthrough/SplatModel.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatModel.js +60 -0
- package/components/VirtualWalkthrough/SplatRevealRain.d.ts +18 -0
- package/components/VirtualWalkthrough/SplatRevealRain.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatRevealRain.js +38 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.d.ts +110 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.d.ts.map +1 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.js +368 -0
- package/components/VirtualWalkthrough/TfXrNavigation.d.ts +15 -0
- package/components/VirtualWalkthrough/TfXrNavigation.d.ts.map +1 -0
- package/components/VirtualWalkthrough/TfXrNavigation.js +24 -0
- package/components/VirtualWalkthrough/annotation-styles.css +5 -0
- package/components/VirtualWalkthrough/application-styles.css +4 -0
- package/components/VirtualWalkthrough/boundary-ring.d.ts +47 -0
- package/components/VirtualWalkthrough/boundary-ring.d.ts.map +1 -0
- package/components/VirtualWalkthrough/boundary-ring.js +125 -0
- package/components/VirtualWalkthrough/boundary-ring.test.js +109 -0
- package/components/VirtualWalkthrough/groundPlane.d.ts +14 -0
- package/components/VirtualWalkthrough/groundPlane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/groundPlane.js +47 -0
- package/components/VirtualWalkthrough/groundPlane.test.js +45 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.d.ts +19 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.d.ts.map +1 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +119 -0
- package/components/VirtualWalkthrough/walkthrough-camera.d.ts +77 -0
- package/components/VirtualWalkthrough/walkthrough-camera.d.ts.map +1 -0
- package/components/VirtualWalkthrough/walkthrough-camera.js +320 -0
- package/components/svg/BlobbyGrayIconImage.js +36 -41
- package/components/svg/BlobbyGrayIconImport.js +36 -41
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +36 -41
- package/components/svg/BlobbyIconCloudChecked.js +161 -158
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +161 -158
- package/components/svg/BlobbyIconFolder.js +161 -158
- package/components/svg/BlobbyIconGraphReport.js +161 -158
- package/components/svg/BlobbyIconHappy.js +161 -158
- package/components/svg/BlobbyIconHeartMonitor.js +161 -158
- package/components/svg/BlobbyIconLeaf.js +161 -158
- package/components/svg/BlobbyIconLibrary.js +161 -158
- package/components/svg/BlobbyIconNursery.js +163 -160
- package/components/svg/BlobbyIconOrganization.js +161 -158
- package/components/svg/BlobbyIconParchment.js +161 -158
- package/components/svg/BlobbyIconPeople.js +161 -158
- package/components/svg/BlobbyIconSeedBank.js +161 -158
- package/components/svg/BlobbyIconSeedling.js +161 -158
- package/components/svg/BlobbyIconSeeds.js +161 -158
- package/components/svg/BlobbyIconSite.js +164 -161
- package/components/svg/BlobbyIconSparkles.js +161 -158
- package/components/svg/BlobbyIconWrench.js +161 -158
- package/components/svg/Bug.js +18 -27
- package/components/svg/Calendar.js +18 -27
- package/components/svg/CaretDown.js +18 -27
- package/components/svg/CaretLeft.js +18 -27
- package/components/svg/CaretRight.js +18 -27
- package/components/svg/CaretUp.js +18 -27
- package/components/svg/ChevronDown.js +18 -27
- package/components/svg/ChevronUp.js +18 -27
- package/components/svg/Close.js +18 -27
- package/components/svg/Critical.js +18 -27
- package/components/svg/Edit.js +161 -158
- package/components/svg/Error.js +18 -27
- package/components/svg/Filter.js +18 -27
- package/components/svg/Folder.js +18 -27
- package/components/svg/Help.js +18 -27
- package/components/svg/Home.js +18 -27
- package/components/svg/IconAdd.js +18 -27
- package/components/svg/IconArrowRight.js +19 -28
- package/components/svg/IconBusinessNetwork.js +18 -27
- package/components/svg/IconCalendar.js +18 -27
- package/components/svg/IconCancel.js +18 -27
- package/components/svg/IconChargingBattery.js +18 -27
- package/components/svg/IconChecklist.js +19 -28
- package/components/svg/IconCheckmark.js +18 -27
- package/components/svg/IconCoinInHand.js +18 -27
- package/components/svg/IconColumns.js +18 -27
- package/components/svg/IconComment.js +18 -27
- package/components/svg/IconDashboard.js +18 -27
- package/components/svg/IconDataMigration.js +18 -27
- package/components/svg/IconDocument.js +19 -28
- package/components/svg/IconDownloadFromTheCloud.js +19 -28
- package/components/svg/IconEdit.js +19 -28
- package/components/svg/IconExpand.js +19 -28
- package/components/svg/IconExport.js +18 -27
- package/components/svg/IconExternalLink.js +18 -27
- package/components/svg/IconEye.js +18 -27
- package/components/svg/IconEyeOff.js +18 -27
- package/components/svg/IconFile.js +18 -27
- package/components/svg/IconFolder.js +18 -27
- package/components/svg/IconFullScreen.js +18 -27
- package/components/svg/IconFutures.js +18 -27
- package/components/svg/IconGraphReport.js +18 -27
- package/components/svg/IconHeartMonitor.js +18 -27
- package/components/svg/IconHelp.js +19 -28
- package/components/svg/IconHistory.js +18 -27
- package/components/svg/IconImport.js +18 -27
- package/components/svg/IconIndex.js +18 -27
- package/components/svg/IconLayers.js +18 -27
- package/components/svg/IconLibrary.js +18 -27
- package/components/svg/IconList.js +18 -27
- package/components/svg/IconLivePlant.js +18 -27
- package/components/svg/IconLocations.js +18 -27
- package/components/svg/IconMail.js +18 -27
- package/components/svg/IconManager.js +18 -27
- package/components/svg/IconMarker.js +18 -27
- package/components/svg/IconMenu.js +18 -27
- package/components/svg/IconMenuHorizontal.js +18 -27
- package/components/svg/IconModule.js +18 -27
- package/components/svg/IconMyLocation.js +18 -27
- package/components/svg/IconNote.js +19 -28
- package/components/svg/IconNursery.js +18 -27
- package/components/svg/IconOrg.js +18 -27
- package/components/svg/IconParchment.js +18 -27
- package/components/svg/IconPhoto.js +18 -27
- package/components/svg/IconPlantsFilled.js +18 -27
- package/components/svg/IconRedo.js +18 -27
- package/components/svg/IconRestorationSite.js +18 -27
- package/components/svg/IconSeedBank.js +18 -27
- package/components/svg/IconSeedling.js +18 -27
- package/components/svg/IconSettings.js +18 -27
- package/components/svg/IconSlice.js +18 -27
- package/components/svg/IconSubmit.js +18 -27
- package/components/svg/IconSubtract.js +19 -28
- package/components/svg/IconSynced.js +18 -27
- package/components/svg/IconTrashCan.js +18 -27
- package/components/svg/IconTreasureMap.js +18 -27
- package/components/svg/IconUnavailable.js +18 -27
- package/components/svg/IconUndo.js +18 -27
- package/components/svg/IconVariable.js +18 -27
- package/components/svg/IconVideo.js +19 -28
- package/components/svg/IconWifi.js +18 -27
- package/components/svg/Info.js +18 -27
- package/components/svg/Key.js +18 -27
- package/components/svg/Leaf.js +18 -27
- package/components/svg/Lock.js +18 -27
- package/components/svg/Logo.js +40 -45
- package/components/svg/MenuVertical.js +18 -27
- package/components/svg/Notification.js +18 -27
- package/components/svg/Person.js +18 -27
- package/components/svg/Plus.js +18 -27
- package/components/svg/RestorationSite.js +18 -27
- package/components/svg/Search.js +18 -27
- package/components/svg/Seeds.js +18 -27
- package/components/svg/Site.js +18 -27
- package/components/svg/Sparkles.js +18 -27
- package/components/svg/Species.js +18 -27
- package/components/svg/Species2.js +161 -158
- package/components/svg/Spinner.js +27 -36
- package/components/svg/Star.js +18 -27
- package/components/svg/Success.js +18 -27
- package/components/svg/SuccessFilled.js +18 -27
- package/components/svg/TerrawareLogoDesktop.js +44 -49
- package/components/svg/TerrawareLogoMobile.js +20 -29
- package/components/svg/Touchscreen.js +18 -27
- package/components/svg/UploadCloud.js +161 -158
- package/components/svg/Warning.js +18 -27
- package/components/svg/WelcomeClipboard.js +130 -135
- package/components/svg/index.js +127 -895
- package/components/table/EnhancedTableToolbar.js +45 -47
- package/components/table/EnhancedTableToolbarV2.js +18 -26
- package/components/table/TableCellRenderer.js +137 -143
- package/components/table/TableHeader.js +45 -47
- package/components/table/TableHeaderItem.js +65 -64
- package/components/table/density.js +3 -11
- package/components/table/index.js +225 -218
- package/components/table/sort.js +8 -18
- package/components/table/sort.test.js +6 -8
- package/components/table/types.js +1 -5
- package/components/types/index.js +1 -5
- package/hooks/useBoolean.d.ts +4 -0
- package/hooks/useBoolean.d.ts.map +1 -0
- package/hooks/useBoolean.js +12 -0
- package/hooks/useCameraPosition.d.ts +8 -0
- package/hooks/useCameraPosition.d.ts.map +1 -0
- package/hooks/useCameraPosition.js +33 -0
- package/index.js +57 -398
- package/license-report.html +1 -1
- package/package.json +10 -3
- package/style-dictionary-dist/TerrawareTheme.js +1 -7
- package/theme.js +7 -14
- package/utils/color.d.ts +2 -0
- package/utils/color.d.ts.map +1 -0
- package/utils/color.js +14 -0
- package/utils/date.js +13 -24
- package/utils/date.test.js +40 -43
- package/utils/index.js +5 -53
- package/utils/preventDefaultEvent.js +1 -7
- package/utils/text.js +2 -9
- package/utils/text.test.js +9 -11
- package/utils/useDeviceInfo.js +10 -16
- package/virtualWalkthrough.d.ts +31 -0
- package/virtualWalkthrough.d.ts.map +1 -0
- package/virtualWalkthrough.js +28 -0
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconGraphReport = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M6.25 2C5.01 2 4 3.01 4 4.25v15.5C4 20.99 5.01 22 6.25 22h11.5c1.24 0 2.25-1.01 2.25-2.25V9.25a.75.75 0 0 0-.22-.53l-6.5-6.5a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25C12 8.99 13.01 10 14.25 10h4.25v9.75a.75.75 0 0 1-.75.75H6.25a.75.75 0 0 1-.75-.75V4.25c0-.415.335-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.75.75 0 0 1-.75-.75zM16 12.5a1 1 0 0 0-.997.937L13 15.44l-1.503-1.503a1 1 0 0 0-1.68-.666 1 1 0 0 0-.314.665l-1.566 1.567A1 1 0 0 0 8 17.5a1 1 0 0 0 .997-.936L10.5 15.06l1.503 1.504a1 1 0 0 0 1.68.665 1 1 0 0 0 .314-.665l2.067-2.067A1 1 0 0 0 16 12.5"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconGraphReport;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconHeartMonitor = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M4.75 3C3.24 3 2 4.24 2 5.75v12.5C2 19.76 3.24 21 4.75 21h14.5c1.51 0 2.75-1.24 2.75-2.75V5.75C22 4.24 20.76 3 19.25 3zm0 1.5h14.5c.7 0 1.25.55 1.25 1.25v12.5c0 .7-.55 1.25-1.25 1.25H4.75c-.7 0-1.25-.55-1.25-1.25V13.5h1.25a.75.75 0 0 0 .643-.364l.758-1.263 1.413 3.182c.12.27.388.444.683.445a.77.77 0 0 0 .686-.44l1.733-3.814 1.878 5.257a.75.75 0 0 0 .706.497.75.75 0 0 0 .67-.414L15.715 13h.537a1.25 1.25 0 1 0 0-1.5H15.25a.75.75 0 0 0-.67.414l-1.215 2.429-1.909-5.346a.75.75 0 0 0-.675-.496.74.74 0 0 0-.714.438l-1.81 3.982-1.322-2.976a.75.75 0 0 0-1.328-.081L4.324 12H3.5V5.75c0-.7.55-1.25 1.25-1.25"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconHeartMonitor;
|
|
@@ -1,30 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
fill: "none",
|
|
21
|
-
viewBox: "0 0 24 24",
|
|
22
|
-
"aria-labelledby": titleId
|
|
23
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
|
-
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconHelp = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
"aria-labelledby": titleId,
|
|
12
|
+
...props,
|
|
13
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
14
|
+
id: titleId,
|
|
15
|
+
children: title
|
|
16
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
26
17
|
fill: "#333025",
|
|
27
18
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5m0 3c-1.648 0-3 1.352-3 3v.25a.75.75 0 1 0 1.5 0V9.5c0-.837.663-1.5 1.5-1.5s1.5.663 1.5 1.5c0 1.17-.304 1.317-.838 1.736-.267.21-.616.452-.915.859s-.497.974-.497 1.655a.751.751 0 1 0 1.5 0c0-.427.083-.6.206-.768.123-.167.336-.334.632-.566C14.179 11.951 15 11.079 15 9.5c0-1.648-1.352-3-3-3m0 9.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"
|
|
28
|
-
})
|
|
29
|
-
};
|
|
30
|
-
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
export default SvgIconHelp;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconHistory = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M12 2a9.99 9.99 0 0 0-8 4.006V4.25a.75.75 0 1 0-1.5 0v3.5a.75.75 0 0 0 .75.75h3.5a.75.75 0 1 0 0-1.5H5.125A8.48 8.48 0 0 1 12 3.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12 .75.75 0 1 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-.262 4.49a.75.75 0 0 0-.738.76v6a.75.75 0 0 0 .75.75h4a.751.751 0 1 0 0-1.5H12.5V7.25a.75.75 0 0 0-.762-.76"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconHistory;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconImport = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M6.25 2A2.26 2.26 0 0 0 4 4.25v15.5A2.26 2.26 0 0 0 6.25 22h11.5A2.26 2.26 0 0 0 20 19.75V9.25a.75.75 0 0 0-.22-.53l-.008-.008L13.28 2.22a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25A2.26 2.26 0 0 0 14.25 10h4.25v9.75c0 .423-.327.75-.75.75H6.25a.74.74 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.74.74 0 0 1-.75-.75zm-1.51 5.94a.75.75 0 0 0-.52.22l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72v2.69a.751.751 0 1 0 1.5 0v-2.69l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-.54-.22m-3.24 7a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5z"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconImport;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconIndex = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M4.75 5.5c-.854 0-1.59.347-2.06.877C2.218 6.907 2 7.583 2 8.25s.219 1.343.69 1.873c.47.53 1.206.877 2.06.877s1.59-.347 2.06-.877c.471-.53.69-1.206.69-1.873s-.219-1.343-.69-1.873c-.47-.53-1.206-.877-2.06-.877m5 .5a.75.75 0 1 0 0 1.5h11.5a.75.75 0 1 0 0-1.5zm-5 1c.48 0 .744.153.94.373s.31.544.31.877-.115.657-.31.877c-.196.22-.46.373-.94.373s-.744-.153-.94-.373a1.34 1.34 0 0 1-.31-.877c0-.333.115-.657.31-.877.196-.22.46-.373.94-.373m5 2a.75.75 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5zm-5 4c-.854 0-1.59.347-2.06.877-.471.53-.69 1.206-.69 1.873s.219 1.343.69 1.873c.47.53 1.206.877 2.06.877s1.59-.347 2.06-.877c.471-.53.69-1.206.69-1.873s-.219-1.343-.69-1.873C6.34 13.347 5.605 13 4.75 13m5 .5a.751.751 0 1 0 0 1.5h11.5a.751.751 0 1 0 0-1.5zm-5 1c.48 0 .744.153.94.373s.31.544.31.877-.115.657-.31.877c-.196.22-.46.373-.94.373s-.744-.153-.94-.373a1.34 1.34 0 0 1-.31-.877c0-.333.115-.657.31-.877.196-.22.46-.373.94-.373m5 2a.751.751 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5z"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconIndex;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconLayers = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M7.197 3c-1.204 0-2.274.79-2.628 1.941L3.601 8.09C3.162 9.516 4.258 11 5.75 11h11.052c1.203 0 2.274-.79 2.628-1.941v-.001l.967-3.146C20.839 4.483 19.742 3 18.249 3zm0 1.5h11.051c.525 0 .871.469.717.97l-.969 3.148a1.24 1.24 0 0 1-1.193.882H5.75a.733.733 0 0 1-.717-.97l.969-3.147A1.24 1.24 0 0 1 7.197 4.5M20.35 9.447a3.73 3.73 0 0 1-1.704 2.065l-.649 2.105a1.24 1.24 0 0 1-1.194.883H5.75a.74.74 0 0 1-.603-.305.74.74 0 0 1-.114-.666l.475-1.544a3.2 3.2 0 0 1-1.43-.45L3.6 13.087a2.23 2.23 0 0 0 .34 1.998 2.23 2.23 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465m0 5a3.73 3.73 0 0 1-1.704 2.065l-.649 2.105a1.24 1.24 0 0 1-1.194.883H5.75a.74.74 0 0 1-.603-.305.74.74 0 0 1-.114-.666l.475-1.544a3.2 3.2 0 0 1-1.43-.45L3.6 18.087a2.23 2.23 0 0 0 .34 1.998 2.23 2.23 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconLayers;
|
|
@@ -1,29 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconLibrary = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
fill: "#333025",
|
|
26
17
|
d: "M5.25 2.5a.75.75 0 0 0-.75.75V4H2.75a.75.75 0 0 0-.75.75v15.5a.75.75 0 0 0 .75.75h18.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75H19.5v-.75a.75.75 0 0 0-.75-.75H15c-1.256 0-2.318.666-3 1.622-.681-.956-1.744-1.622-3-1.622zM6 4h3c1.252 0 2.25.998 2.25 2.25v11.515A3.73 3.73 0 0 0 9 17H6V4.873a.8.8 0 0 0 0-.243zm9 0h3v.627a.8.8 0 0 0 0 .243V17h-3c-.845 0-1.621.29-2.25.765V6.25C12.75 4.998 13.748 4 15 4M3.5 5.5h1v12.25a.75.75 0 0 0 .75.75H9a2.24 2.24 0 0 1 1.87 1H3.5zm16 0h1v14h-7.37a2.24 2.24 0 0 1 1.87-1h3.75a.75.75 0 0 0 .75-.75z"
|
|
27
|
-
})
|
|
28
|
-
};
|
|
29
|
-
|
|
18
|
+
})]
|
|
19
|
+
});
|
|
20
|
+
export default SvgIconLibrary;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconList = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M3.75 2.5c-.682 0-1.25.568-1.25 1.25v3C2.5 7.432 3.068 8 3.75 8h3C7.432 8 8 7.432 8 6.75v-3c0-.682-.568-1.25-1.25-1.25zM4 4h2.5v2.5H4zm6.25.5a.75.75 0 1 0 0 1.5h10.5a.75.75 0 1 0 0-1.5zm-6.5 4.75c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3c0-.682-.568-1.25-1.25-1.25zm.25 1.5h2.5v2.5H4zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5zM3.75 16c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3C8 16.568 7.432 16 6.75 16zM4 17.5h2.5V20H4zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5z"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconList;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 20 19",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconLivePlant = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 20 19",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M5.185.004a4 4 0 0 0-.359.03c-.479.06-.958.198-1.42.41C1.562 1.287 0 3.348 0 6.302a.7.7 0 0 0 .364.615.67.67 0 0 0 .704-.042c.51-.357 1.091-.302 1.848-.086.757.215 1.549.625 2.442.625 1.06 0 2.13-.448 2.873-1.278a.7.7 0 0 0 .193-.505.7.7 0 0 0-.222-.494.68.68 0 0 0-.502-.18.67.67 0 0 0-.476.242c-.454.508-1.2.825-1.866.825-.383 0-1.185-.32-2.075-.574-.54-.154-1.163-.245-1.789-.16.297-1.845 1.315-3.05 2.472-3.58.681-.312 1.391-.39 1.98-.257.16.037.288.124.43.19C4.737 1.97 3.8 3.024 3.8 3.024a.7.7 0 0 0-.167.507.7.7 0 0 0 .236.478.68.68 0 0 0 .5.165.67.67 0 0 0 .466-.245s1.043-1.331 3.224-.927l.037.006s.198.003.512.323.71.973.71 2.462V9.27H3.862a.67.67 0 0 0-.488.2.7.7 0 0 0-.203.495.7.7 0 0 0 .203.495.68.68 0 0 0 .489.2h.299l.661 6.074C4.964 18.018 6.041 19 7.31 19h5.383c1.268 0 2.344-.983 2.485-2.267l.66-6.074h.3a.67.67 0 0 0 .488-.2.7.7 0 0 0 .203-.495.7.7 0 0 0-.203-.495.68.68 0 0 0-.489-.2h-5.454V5.793c0-1.49.395-2.142.71-2.462.313-.32.51-.323.51-.323l.038-.006c2.181-.404 3.224.927 3.224.927a.68.68 0 0 0 .467.245.67.67 0 0 0 .499-.165.7.7 0 0 0 .236-.478.7.7 0 0 0-.167-.507s-.937-1.053-2.574-1.38c.141-.066.268-.153.429-.19.589-.133 1.299-.055 1.98.257 1.157.53 2.175 1.735 2.472 3.58-.626-.085-1.25.006-1.789.16-.89.254-1.692.574-2.075.574-.666 0-1.412-.317-1.866-.825a.68.68 0 0 0-.476-.242.67.67 0 0 0-.502.18.7.7 0 0 0-.222.494.7.7 0 0 0 .193.505 3.88 3.88 0 0 0 2.873 1.278c.893 0 1.685-.41 2.442-.625s1.339-.27 1.848.086a.673.673 0 0 0 .97-.214.7.7 0 0 0 .098-.36c0-2.953-1.562-5.014-3.406-5.859-.923-.422-1.919-.554-2.837-.345-.859.195-1.626.74-2.135 1.554a.7.7 0 0 0-.12.047H11.5c-.236.066-.64.206-1.073.649-.163.166-.285.467-.427.71-.142-.243-.264-.544-.427-.71-.436-.444-.84-.585-1.076-.65a1 1 0 0 0-.119-.046C7.868.839 7.102.292 6.243.098A4 4 0 0 0 5.185.004"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconLivePlant;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
viewBox: "0 0 12 13",
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconLocations = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
viewBox: "0 0 12 13",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M5.99974 0C3.79652 0 1.99974 1.79678 1.99974 4C1.99974 4.98569 2.58426 6.08205 3.24713 7.17187C3.91 8.2617 4.68276 9.2988 5.16054 9.91471C5.578 10.4526 6.42147 10.4526 6.83893 9.91471C7.31671 9.2988 8.08947 8.2617 8.75234 7.17187C9.41521 6.08205 9.99974 4.98569 9.99974 4C9.99974 1.79678 8.20296 0 5.99974 0ZM5.99974 1C7.66252 1 8.99974 2.33722 8.99974 4C8.99974 4.51664 8.52716 5.61717 7.89752 6.65234C7.26789 7.68752 6.51278 8.70366 6.04857 9.30208C6.01536 9.34487 5.98412 9.34487 5.95091 9.30208C5.48669 8.70366 4.73158 7.68752 4.10195 6.65234C3.47232 5.61717 2.99974 4.51664 2.99974 4C2.99974 2.33722 4.33696 1 5.99974 1ZM5.99974 3C5.73452 3 5.48017 3.10536 5.29263 3.29289C5.10509 3.48043 4.99974 3.73478 4.99974 4C4.99974 4.26522 5.10509 4.51957 5.29263 4.70711C5.48017 4.89464 5.73452 5 5.99974 5C6.26495 5 6.51931 4.89464 6.70684 4.70711C6.89438 4.51957 6.99974 4.26522 6.99974 4C6.99974 3.73478 6.89438 3.48043 6.70684 3.29289C6.51931 3.10536 6.26495 3 5.99974 3ZM1.90794 8.33333C1.44727 8.33333 1.0282 8.60537 0.841535 9.02604L0.1013 10.6927C-0.0596996 11.055 -0.02746 11.4697 0.18854 11.8021C0.404873 12.1347 0.770722 12.3333 1.16706 12.3333H10.8318C11.2281 12.3333 11.5943 12.1347 11.8103 11.8021C12.0266 11.4697 12.0592 11.0554 11.8982 10.6927L11.1579 9.02604C10.9709 8.60537 10.5525 8.33333 10.0915 8.33333H9.00625C8.79391 8.655 8.56351 8.988 8.31484 9.33333H10.0915C10.1572 9.33333 10.2172 9.37196 10.2439 9.43229L10.9841 11.099C11.0161 11.171 10.9904 11.2295 10.9717 11.2578C10.9531 11.2861 10.9111 11.3333 10.8324 11.3333H1.16706C1.08839 11.3333 1.04541 11.2855 1.02708 11.2572C1.00875 11.2288 0.983045 11.171 1.01471 11.099L1.7556 9.43229C1.78226 9.37229 1.84227 9.33333 1.90794 9.33333H3.68398C3.43498 8.988 3.20523 8.655 2.99323 8.33333H1.90794Z"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconLocations;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
"aria-labelledby": titleId
|
|
22
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
23
|
-
id: titleId
|
|
24
|
-
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgIconMail = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
"aria-labelledby": titleId,
|
|
11
|
+
...props,
|
|
12
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
13
|
+
id: titleId,
|
|
14
|
+
children: title
|
|
15
|
+
}) : null, /*#__PURE__*/_jsx("path", {
|
|
25
16
|
d: "M5.25 4A3.26 3.26 0 0 0 2 7.25v9.5A3.26 3.26 0 0 0 5.25 20h13.5A3.26 3.26 0 0 0 22 16.75v-9.5A3.26 3.26 0 0 0 18.75 4zm0 1.5h13.5c.975 0 1.75.775 1.75 1.75v.553L12 12.398 3.5 7.803V7.25c0-.975.775-1.75 1.75-1.75M3.5 9.508l8.144 4.402a.75.75 0 0 0 .712 0L20.5 9.508v7.242a1.74 1.74 0 0 1-1.75 1.75H5.25a1.74 1.74 0 0 1-1.75-1.75z"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconMail;
|