@terraware/web-components 4.2.26-rc.0 → 4.3.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/_vendor/react-multi-carousel/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/Arrows.js +13 -0
- package/_vendor/react-multi-carousel/lib/Carousel.js +19 -0
- package/_vendor/react-multi-carousel/lib/CarouselItems.js +14 -0
- package/_vendor/react-multi-carousel/lib/Dots.js +16 -0
- package/_vendor/react-multi-carousel/lib/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/types.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/clones.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/common.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/dots.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/index.js +20 -0
- package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/next.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/previous.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/throttle.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/throwError.js +14 -0
- package/_virtual/Arrows.js +3 -0
- package/_virtual/Carousel.js +3 -0
- package/_virtual/CarouselItems.js +3 -0
- package/_virtual/Dots.js +3 -0
- package/_virtual/_commonjsHelpers.js +5 -0
- package/_virtual/clones.js +3 -0
- package/_virtual/common.js +3 -0
- package/_virtual/dots2.js +3 -0
- package/_virtual/elementWidth.js +3 -0
- package/_virtual/index.js +7 -0
- package/_virtual/index2.js +3 -0
- package/_virtual/index3.js +3 -0
- package/_virtual/mouseOrTouchMove.js +3 -0
- package/_virtual/next.js +3 -0
- package/_virtual/previous.js +3 -0
- package/_virtual/throttle.js +3 -0
- package/_virtual/throwError.js +3 -0
- package/_virtual/types.js +3 -0
- package/components/AntSwitch/index.js +6 -4
- package/components/Autocomplete/Autocomplete.js +19 -16
- package/components/Badge/index.js +8 -6
- package/components/BusySpinner/index.js +11 -8
- package/components/Button/Button.js +12 -9
- package/components/Checkbox.js +11 -8
- package/components/Confirm/index.js +14 -17
- package/components/DatePicker/DatePicker.js +19 -23
- package/components/DialogBox/DialogBox.js +25 -20
- package/components/Divisor.js +11 -8
- package/components/Dropdown.js +18 -15
- package/components/EditableTable/index.js +17 -14
- package/components/ErrorBox/ErrorBox.js +18 -15
- package/components/FileChooser/index.js +20 -15
- package/components/FormBottomBar/index.js +15 -12
- package/components/Icon/Icon.js +9 -6
- package/components/Icon/icons/index.js +252 -251
- package/components/IconTooltip/index.js +14 -9
- package/components/Map/MapBox.js +35 -32
- package/components/Map/MapContainer.js +10 -6
- package/components/Map/MapDateSliderControl.js +14 -12
- package/components/Map/MapDrawer.js +16 -12
- package/components/Map/MapLegend.js +32 -28
- package/components/Map/MapViewStyleControl.js +11 -9
- package/components/Map/ReactMapboxWrapper.js +1 -1
- package/components/Map/index.js +13 -11
- package/components/Map/types.js +5 -3
- package/components/Map/useMaintainLayerOrder.js +5 -2
- package/components/Markdown/index.js +6 -4
- package/components/Message/Message.js +25 -20
- package/components/MultiSelect/index.js +26 -23
- package/components/Navbar/NavFooter.js +8 -5
- package/components/Navbar/NavItem.js +14 -11
- package/components/Navbar/NavSection.js +10 -7
- package/components/Navbar/Navbar.js +16 -11
- package/components/Navbar/SubNavbar.js +8 -5
- package/components/Note.js +10 -7
- package/components/OverlayModal/OverlayModal.js +13 -11
- package/components/PageForm/index.js +15 -12
- package/components/PhotoChooser/index.js +30 -25
- package/components/PhotosCarousel/index.js +15 -18
- package/components/Pill/index.js +14 -11
- package/components/PillList/index.js +10 -7
- package/components/PlacementWrapper/index.js +8 -6
- package/components/PopoverMenu/Popover.js +12 -9
- package/components/PopoverMenu/index.js +14 -11
- package/components/PopoverMultiSelect/index.js +14 -11
- package/components/ProgressCircle/ProgressCircle.js +12 -9
- package/components/RadioButton.js +9 -6
- package/components/Select/Select.js +9 -6
- package/components/Select/SelectT.js +30 -26
- package/components/Separator/index.js +7 -5
- package/components/Size.js +1 -1
- package/components/Slider/index.js +9 -6
- package/components/SummaryBox.js +13 -10
- package/components/Tabs/index.js +22 -18
- package/components/TextTruncated/index.js +13 -20
- package/components/Textfield/Textfield.js +34 -28
- package/components/Textfield/TruncatedTextArea.js +12 -10
- package/components/TimelineSlider/TimelineMarker.js +8 -6
- package/components/TimelineSlider/TimelineRail.js +6 -4
- package/components/TimelineSlider/index.js +14 -12
- package/components/Tooltip/Tooltip.js +12 -7
- package/components/ViewPhotosDialog/index.js +14 -11
- package/components/VirtualWalkthrough/Annotation.js +10 -8
- package/components/VirtualWalkthrough/AnnotationEditPane.js +23 -21
- package/components/VirtualWalkthrough/AnnotationPanel.js +16 -14
- package/components/VirtualWalkthrough/Application.js +9 -7
- package/components/VirtualWalkthrough/AutoRotator.js +5 -3
- package/components/VirtualWalkthrough/BlockingSpinner.js +10 -7
- package/components/VirtualWalkthrough/BoundaryRing.js +8 -6
- package/components/VirtualWalkthrough/BoundaryWall.js +8 -6
- package/components/VirtualWalkthrough/CameraInfo.js +15 -13
- package/components/VirtualWalkthrough/ControlsInfoPane.js +59 -57
- package/components/VirtualWalkthrough/GradientSky.js +8 -6
- package/components/VirtualWalkthrough/SplatControls.js +37 -35
- package/components/VirtualWalkthrough/SplatCrop.js +6 -4
- package/components/VirtualWalkthrough/SplatFadeCrop.js +7 -5
- package/components/VirtualWalkthrough/SplatModel.js +17 -14
- package/components/VirtualWalkthrough/SplatRevealRain.js +6 -4
- package/components/VirtualWalkthrough/TfAnnotationManager.js +8 -5
- package/components/VirtualWalkthrough/TfXrNavigation.js +7 -5
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.js +47 -45
- package/components/VirtualWalkthrough/VrAnnotationPanel.js +9 -7
- package/components/VirtualWalkthrough/XrAnnotationInteraction.js +9 -7
- package/components/VirtualWalkthrough/XrExitButton.js +9 -7
- package/components/VirtualWalkthrough/XrGazeDwell.js +9 -7
- package/components/VirtualWalkthrough/XrPointerRay.js +9 -7
- package/components/VirtualWalkthrough/boundary-ring.js +7 -5
- package/components/VirtualWalkthrough/boundary-wall.js +8 -6
- package/components/VirtualWalkthrough/groundPlane.js +6 -3
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +5 -2
- package/components/VirtualWalkthrough/splatFormat.js +6 -4
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.js +4 -2
- package/components/VirtualWalkthrough/vr-annotation-panel.js +8 -5
- package/components/VirtualWalkthrough/walkthrough-camera.js +6 -4
- package/components/VirtualWalkthrough/xr-annotation-candidates.js +8 -6
- package/components/VirtualWalkthrough/xr-annotation-interaction.js +9 -6
- package/components/VirtualWalkthrough/xr-annotation-targeting.js +5 -2
- package/components/VirtualWalkthrough/xr-button-arming.js +4 -2
- package/components/VirtualWalkthrough/xr-button-hold.js +5 -3
- package/components/VirtualWalkthrough/xr-exit-button.js +10 -8
- package/components/VirtualWalkthrough/xr-face-buttons.js +6 -4
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.js +5 -3
- package/components/VirtualWalkthrough/xr-gaze-dwell.js +9 -7
- package/components/VirtualWalkthrough/xr-interactive-ui.js +10 -8
- package/components/VirtualWalkthrough/xr-pointer-ray.js +5 -3
- package/components/VirtualWalkthrough/xr-progress-pie.js +4 -2
- package/components/VirtualWalkthrough/xr-ray-quad.js +5 -2
- package/components/VirtualWalkthrough/xr-scene-bounds.js +5 -3
- package/components/VirtualWalkthrough/xr-teleport-gesture.js +4 -2
- package/components/svg/BlobbyGrayIconImage.js +13 -11
- package/components/svg/BlobbyGrayIconImport.js +13 -11
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +13 -11
- package/components/svg/BlobbyIconCloudChecked.js +41 -39
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +41 -39
- package/components/svg/BlobbyIconFolder.js +41 -39
- package/components/svg/BlobbyIconGraphReport.js +41 -39
- package/components/svg/BlobbyIconHappy.js +41 -39
- package/components/svg/BlobbyIconHeartMonitor.js +41 -39
- package/components/svg/BlobbyIconLeaf.js +41 -39
- package/components/svg/BlobbyIconLibrary.js +41 -39
- package/components/svg/BlobbyIconNursery.js +41 -39
- package/components/svg/BlobbyIconOrganization.js +41 -39
- package/components/svg/BlobbyIconParchment.js +41 -39
- package/components/svg/BlobbyIconPeople.js +41 -39
- package/components/svg/BlobbyIconSeedBank.js +41 -39
- package/components/svg/BlobbyIconSeedling.js +41 -39
- package/components/svg/BlobbyIconSeeds.js +41 -39
- package/components/svg/BlobbyIconSite.js +42 -40
- package/components/svg/BlobbyIconSparkles.js +41 -39
- package/components/svg/BlobbyIconWrench.js +41 -39
- package/components/svg/Bug.js +8 -6
- package/components/svg/Calendar.js +8 -6
- package/components/svg/CaretDown.js +8 -6
- package/components/svg/CaretLeft.js +8 -6
- package/components/svg/CaretRight.js +8 -6
- package/components/svg/CaretUp.js +8 -6
- package/components/svg/ChevronDown.js +8 -6
- package/components/svg/ChevronUp.js +8 -6
- package/components/svg/Close.js +8 -6
- package/components/svg/Critical.js +8 -6
- package/components/svg/Edit.js +41 -39
- package/components/svg/Error.js +8 -6
- package/components/svg/Filter.js +8 -6
- package/components/svg/Folder.js +8 -6
- package/components/svg/Help.js +8 -6
- package/components/svg/Home.js +8 -6
- package/components/svg/IconAdd.js +8 -6
- package/components/svg/IconArrowRight.js +8 -6
- package/components/svg/IconBusinessNetwork.js +8 -6
- package/components/svg/IconCalendar.js +8 -6
- package/components/svg/IconCancel.js +8 -6
- package/components/svg/IconChargingBattery.js +8 -6
- package/components/svg/IconChecklist.js +8 -6
- package/components/svg/IconCheckmark.js +8 -6
- package/components/svg/IconCoinInHand.js +8 -6
- package/components/svg/IconColumns.js +8 -6
- package/components/svg/IconComment.js +8 -6
- package/components/svg/IconDashboard.js +8 -6
- package/components/svg/IconDataMigration.js +8 -6
- package/components/svg/IconDocument.js +8 -6
- package/components/svg/IconDownloadFromTheCloud.js +8 -6
- package/components/svg/IconEdit.js +8 -6
- package/components/svg/IconExpand.js +8 -6
- package/components/svg/IconExport.js +8 -6
- package/components/svg/IconExternalLink.js +8 -6
- package/components/svg/IconEye.js +8 -6
- package/components/svg/IconEyeOff.js +8 -6
- package/components/svg/IconFile.js +8 -6
- package/components/svg/IconFolder.js +8 -6
- package/components/svg/IconFullScreen.js +8 -6
- package/components/svg/IconFutures.js +8 -6
- package/components/svg/IconGraphReport.js +8 -6
- package/components/svg/IconHeartMonitor.js +8 -6
- package/components/svg/IconHelp.js +8 -6
- package/components/svg/IconHistory.js +8 -6
- package/components/svg/IconImport.js +8 -6
- package/components/svg/IconIndex.js +8 -6
- package/components/svg/IconLayers.js +8 -6
- package/components/svg/IconLibrary.js +8 -6
- package/components/svg/IconList.js +8 -6
- package/components/svg/IconLivePlant.js +8 -6
- package/components/svg/IconLocations.js +8 -6
- package/components/svg/IconMail.js +8 -6
- package/components/svg/IconManager.js +8 -6
- package/components/svg/IconMarker.js +8 -6
- package/components/svg/IconMenu.js +8 -6
- package/components/svg/IconMenuHorizontal.js +8 -6
- package/components/svg/IconModule.js +8 -6
- package/components/svg/IconMyLocation.js +8 -6
- package/components/svg/IconNote.js +8 -6
- package/components/svg/IconNursery.js +8 -6
- package/components/svg/IconOrg.js +8 -6
- package/components/svg/IconParchment.js +8 -6
- package/components/svg/IconPhoto.js +8 -6
- package/components/svg/IconPlantsFilled.js +8 -6
- package/components/svg/IconRedo.js +8 -6
- package/components/svg/IconRestorationSite.js +8 -6
- package/components/svg/IconSeedBank.js +8 -6
- package/components/svg/IconSeedling.js +8 -6
- package/components/svg/IconSettings.js +8 -6
- package/components/svg/IconSlice.js +8 -6
- package/components/svg/IconSubmit.js +8 -6
- package/components/svg/IconSubtract.js +8 -6
- package/components/svg/IconSynced.js +8 -6
- package/components/svg/IconTrashCan.js +8 -6
- package/components/svg/IconTreasureMap.js +8 -6
- package/components/svg/IconUnavailable.js +8 -6
- package/components/svg/IconUndo.js +8 -6
- package/components/svg/IconVariable.js +8 -6
- package/components/svg/IconVideo.js +9 -7
- package/components/svg/IconWifi.js +8 -6
- package/components/svg/Info.js +8 -6
- package/components/svg/Key.js +8 -6
- package/components/svg/Leaf.js +8 -6
- package/components/svg/Lock.js +8 -6
- package/components/svg/Logo.js +16 -14
- package/components/svg/MenuVertical.js +8 -6
- package/components/svg/Notification.js +8 -6
- package/components/svg/Person.js +8 -6
- package/components/svg/Plus.js +8 -6
- package/components/svg/RestorationSite.js +8 -6
- package/components/svg/Search.js +8 -6
- package/components/svg/Seeds.js +8 -6
- package/components/svg/Site.js +8 -6
- package/components/svg/Sparkles.js +8 -6
- package/components/svg/Species.js +8 -6
- package/components/svg/Species2.js +41 -39
- package/components/svg/Spinner.js +16 -14
- package/components/svg/Star.js +8 -6
- package/components/svg/Success.js +8 -6
- package/components/svg/SuccessFilled.js +8 -6
- package/components/svg/TerrawareLogoDesktop.js +17 -15
- package/components/svg/TerrawareLogoMobile.js +9 -7
- package/components/svg/Touchscreen.js +8 -6
- package/components/svg/UploadCloud.js +41 -39
- package/components/svg/Warning.js +8 -6
- package/components/svg/WelcomeClipboard.js +32 -30
- package/components/svg/index.js +127 -127
- package/components/table/EnhancedTableToolbar.js +18 -15
- package/components/table/EnhancedTableToolbarV2.js +8 -6
- package/components/table/TableCellRenderer.js +37 -32
- package/components/table/TableHeader.js +17 -14
- package/components/table/TableHeaderItem.js +18 -15
- package/components/table/density.js +5 -3
- package/components/table/index.js +40 -37
- package/components/table/sort.js +6 -4
- package/components/table/types.js +1 -1
- package/components/types/index.js +1 -1
- package/hooks/useBoolean.js +4 -2
- package/hooks/useCameraPosition.js +5 -2
- package/hooks/useDevicePerformance.js +6 -3
- package/hooks/useXr.js +6 -4
- package/index.js +55 -58
- package/package.json +6 -2
- package/style-dictionary-dist/TerrawareTheme.js +2 -1
- package/theme.js +5 -2
- package/utils/color.js +5 -2
- package/utils/date.js +7 -6
- package/utils/index.js +4 -5
- package/utils/preventDefaultEvent.js +2 -1
- package/utils/text.js +3 -2
- package/utils/useDeviceInfo.js +2 -1
- package/virtualWalkthrough.js +23 -31
- package/components/Button/button.test.js +0 -23
- package/components/MultiSelect/MultiSelect.test.js +0 -73
- package/components/VirtualWalkthrough/TfXrNavigation.test.js +0 -110
- package/components/VirtualWalkthrough/boundary-ring.test.js +0 -109
- package/components/VirtualWalkthrough/boundary-wall.test.js +0 -203
- package/components/VirtualWalkthrough/groundPlane.test.js +0 -45
- package/components/VirtualWalkthrough/splatFormat.test.js +0 -51
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.test.js +0 -26
- package/components/VirtualWalkthrough/xr-annotation-targeting.test.js +0 -66
- package/components/VirtualWalkthrough/xr-button-arming.test.js +0 -35
- package/components/VirtualWalkthrough/xr-button-hold.test.js +0 -57
- package/components/VirtualWalkthrough/xr-exit-button.test.js +0 -23
- package/components/VirtualWalkthrough/xr-face-buttons.test.js +0 -82
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.test.js +0 -61
- package/components/VirtualWalkthrough/xr-interactive-ui.test.js +0 -165
- package/components/VirtualWalkthrough/xr-progress-pie.test.js +0 -79
- package/components/VirtualWalkthrough/xr-ray-quad.test.js +0 -37
- package/components/VirtualWalkthrough/xr-scene-bounds.test.js +0 -70
- package/components/VirtualWalkthrough/xr-teleport-gesture.test.js +0 -90
- package/components/table/sort.test.js +0 -35
- package/utils/date.test.js +0 -84
- package/utils/text.test.js +0 -21
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconImport = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconImport as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconIndex = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconIndex as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconLayers = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconLayers as default };
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconLibrary = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
fill: "#333025",
|
|
17
18
|
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"
|
|
18
19
|
})]
|
|
19
20
|
});
|
|
20
|
-
|
|
21
|
+
|
|
22
|
+
export { SvgIconLibrary as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconList = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconList as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconLivePlant = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 20 19",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconLivePlant as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconLocations = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
viewBox: "0 0 12 13",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconLocations as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconMail = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconMail as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconManager = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.992 2.993a.5.5 0 0 0-.492.507v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.508-.507M6.935 4.935a.5.5 0 0 0-.35.858l2.122 2.121a.5.5 0 1 0 .707-.707L7.293 5.086a.5.5 0 0 0-.358-.151m10.116 0a.5.5 0 0 0-.344.15l-2.121 2.122a.5.5 0 1 0 .707.707l2.121-2.121a.5.5 0 0 0-.363-.858M12 8c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 9.5 10.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799.627-1.097.627-1.701-.198-1.218-.627-1.701C13.443 8.316 12.771 8 12 8m0 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 11 10.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295M4.5 11c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 2 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799S7 14.104 7 13.5s-.198-1.218-.627-1.701C5.943 11.316 5.271 11 4.5 11m15 0c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 17 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799S22 14.104 22 13.5s-.198-1.218-.627-1.701c-.43-.483-1.102-.799-1.873-.799m-15 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 3.5 13.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295m15 0c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295a1.08 1.08 0 0 1-.248-.705c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295M9.026 14c-.834 0-1.526.692-1.526 1.526v1.485c-.01 0-.016-.011-.026-.011H1.526C.692 17 0 17.692 0 18.526v.949c0 .914.577 1.701 1.385 2.216.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81c.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81c.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81C23.422 21.177 24 20.39 24 19.475v-.949c0-.834-.692-1.526-1.526-1.526h-5.948c-.01 0-.016.01-.026.01v-1.484c0-.834-.692-1.526-1.526-1.526zm0 1.5h5.948c.023 0 .026.003.026.026v3.949c0 .276-.181.627-.691.952S12.994 21 12 21s-1.799-.249-2.309-.574C9.181 20.1 9 19.75 9 19.475v-3.949c0-.023.003-.026.026-.026m-7.5 3h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952S5.494 21 4.5 21s-1.799-.249-2.309-.574c-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026m15 0h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952S20.494 21 19.5 21s-1.799-.249-2.309-.574c-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconManager as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconMarker = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12 2c-4.685 0-8.5 3.815-8.5 8.5 0 2.103.772 4.032 2.04 5.516l.003.004.003.003s3.616 4.127 4.903 5.355a2.26 2.26 0 0 0 3.1 0c1.468-1.4 4.906-5.357 4.906-5.357l.002-.002.003-.003A8.47 8.47 0 0 0 20.5 10.5C20.5 5.815 16.685 2 12 2m0 1.5c3.875 0 7 3.125 7 7a6.95 6.95 0 0 1-1.68 4.541c-.008.008-3.525 4.03-4.805 5.252a.73.73 0 0 1-1.03 0c-1.07-1.021-4.794-5.24-4.805-5.252l-.001-.001A6.95 6.95 0 0 1 5 10.5c0-3.875 3.125-7 7-7m0 4c-.937 0-1.736.379-2.248.955C9.239 9.032 9 9.771 9 10.5c0 .73.24 1.468.752 2.045.512.576 1.31.955 2.248.955s1.736-.379 2.248-.955c.513-.577.752-1.316.752-2.045 0-.73-.24-1.468-.752-2.045C13.736 7.88 12.938 7.5 12 7.5M12 9c.563 0 .89.184 1.127.451s.373.653.373 1.049-.136.782-.373 1.049c-.238.267-.565.451-1.127.451s-.89-.184-1.127-.451-.373-.653-.373-1.049.136-.782.373-1.049C11.111 9.184 11.438 9 12 9"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconMarker as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconMenu = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M2.75 4.5a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconMenu as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconMenuHorizontal = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M7.5 12a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconMenuHorizontal as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconModule = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M5 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4m2.231 0c.371.413.628.929.724 1.5H19.5V14H8v1.5h13.25a.75.75 0 1 0 0-1.5H21V3.75a.75.75 0 0 0-.75-.75zM4 8a1.5 1.5 0 0 0-1.5 1.5v6H7v-6h5.25a.75.75 0 1 0 0-1.5H4m.5 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4m5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconModule as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconMyLocation = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.988 1.49a.75.75 0 0 0-.738.76v.788a9.006 9.006 0 0 0-8.212 8.212H2.25a.75.75 0 1 0 0 1.5h.788a9.006 9.006 0 0 0 8.212 8.212v.788a.752.752 0 0 0 1.284.537.75.75 0 0 0 .216-.537v-.788a8.96 8.96 0 0 0 4.97-2.02 9 9 0 0 0 3.242-6.192h.788q.037 0 .075-.003a.75.75 0 0 0-.075-1.497h-.788c-.005-.056-.003-.113-.009-.169a9 9 0 0 0-3.925-6.542 8.94 8.94 0 0 0-4.278-1.5V2.25a.75.75 0 0 0-.762-.76m-.738 3.048v.712a.751.751 0 1 0 1.5 0v-.712a7.46 7.46 0 0 1 3.447 1.24 7.465 7.465 0 0 1 3.264 5.453v.019h-.711a.75.75 0 1 0 0 1.5h.712a7.5 7.5 0 0 1-.298 1.483 7.49 7.49 0 0 1-6.395 5.228h-.019v-.711a.75.75 0 1 0-1.5 0v.712a7.487 7.487 0 0 1-6.712-6.712h.712q.037 0 .075-.003a.75.75 0 0 0-.075-1.497h-.712l.001-.019a7.485 7.485 0 0 1 6.711-6.693M12 9.5c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 9.5 12c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799.627-1.097.627-1.701-.198-1.218-.627-1.701C13.443 9.816 12.771 9.5 12 9.5m0 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 11 12q0-.102.017-.2c.033-.196.115-.375.231-.505.154-.174.356-.295.752-.295"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconMyLocation as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconNote = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
fill: "none",
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
"aria-labelledby": titleId,
|
|
12
13
|
...props,
|
|
13
|
-
children: [title ? /*#__PURE__*/
|
|
14
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
14
15
|
id: titleId,
|
|
15
16
|
children: title
|
|
16
|
-
}) : null, /*#__PURE__*/
|
|
17
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
17
18
|
fill: "#333025",
|
|
18
19
|
d: "M5.25 3A2.26 2.26 0 0 0 3 5.25v13.5A2.26 2.26 0 0 0 5.25 21h9.5a.75.75 0 0 0 .538-.227l5.492-5.493a.75.75 0 0 0 .22-.53v-9.5A2.26 2.26 0 0 0 18.75 3zm0 1.5h13.5c.423 0 .75.327.75.75V14h-3.25A2.26 2.26 0 0 0 14 16.25v3.25H5.25a.74.74 0 0 1-.75-.75V5.25c0-.423.327-.75.75-.75m2.5 2.499a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5zm0 3.5a.751.751 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5zm8.5 5.001h2.19l-2.94 2.94v-2.19c0-.423.327-.75.75-.75"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconNote as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconNursery = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
fillRule: "evenodd",
|
|
17
18
|
d: "m15.6 3.15 4.35 4.7C20.6 8.55 21 9.6 21 10.7v9.05c0 1-.65 1.75-1.5 1.75H4.4c-.8 0-1.4-.75-1.4-1.75V10.7c0-1.1.35-2.15.9-2.85l3.95-4.7c.35-.4.85-.65 1.35-.65h5v.05c.5 0 1 .2 1.4.6m-6.55 1c.05-.1.15-.15.2-.15h2.8l-3 3.25-.55.6c-.5.55-.85 1.3-.95 2.1H4.6c.1-.45.25-.85.5-1.1l1.3-1.6zm9.85 4.7-4.35-4.7c-.05-.05-.15-.15-.3-.15s-.25.1-.3.15l-4.3 4.7c-.25.3-.45.65-.55 1.1h10.35c-.1-.45-.3-.8-.55-1.1m.6 2.6v5.8H9v-5.8zm-12 5.8v-5.8h-3v5.8zM9.05 20C9 19.95 9 19.85 9 19.75v-1h10.5v1c0 .059-.017.117-.031.166q-.017.052-.019.084zM4.5 18.75v1c0 .1 0 .2.05.25H7.5v-1.25z",
|
|
18
19
|
clipRule: "evenodd"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconNursery as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconOrg = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M3.25 2a.75.75 0 1 0 0 1.5h.25v6.018C2.653 9.64 2 10.37 2 11.25v5.5c0 .414.336.75.75.75H5.5V16h-2v-4.75a.25.25 0 0 1 .25-.25h.5a.75.75 0 0 0 .75-.75V3.5h9.5v2H16v-2h.25a.75.75 0 1 0 0-1.5zm5.488 4.49a1 1 0 0 0-.108.01h-.88a.75.75 0 1 0 0 1.5H8v6.05c-.837.129-1.5.83-1.5 1.7v5.5a.75.75 0 0 0 .75.75h14a.75.75 0 0 0 .75-.75v-5.5c0-.87-.663-1.571-1.5-1.7V8h.25a.75.75 0 1 0 0-1.5h-.877a.8.8 0 0 0-.243 0H8.873a1 1 0 0 0-.135-.01M9.5 8H19v6.75a.75.75 0 0 0 .75.75h.5c.148 0 .25.102.25.25v4.75h-5v-3a.5.5 0 0 0-.5-.5h-1.5a.5.5 0 0 0-.5.5v3H8v-4.75c0-.148.102-.25.25-.25h.5a.75.75 0 0 0 .75-.75zm2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM12 13.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM10 17a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm7.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconOrg as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconParchment = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M7.75 2.5A3.26 3.26 0 0 0 4.5 5.75v1.877a.8.8 0 0 0 0 .243V16H3.25c-.957 0-1.75.793-1.75 1.75v.5a3.26 3.26 0 0 0 3.25 3.25h11v-.045c1.497-.009 2.75-1.2 2.75-2.705v-4.877a.8.8 0 0 0 0-.243v-3.257a.8.8 0 0 0 0-.243V8.5h2.25c.957 0 1.75-.793 1.75-1.75V5.336c0-1.41-1.034-2.685-2.482-2.823a3 3 0 0 0-.268-.012V2.5h-12m0 1.5h9.56c-.196.376-.31.8-.31 1.25V9.5h-1.75a.75.75 0 1 0 0 1.5H17v2h-2.75a.751.751 0 1 0 0 1.5H17v4.25c0 .74-.608 1.317-1.375 1.244-.632-.06-1.125-.65-1.125-1.33v-.914c0-.957-.793-1.75-1.75-1.75H6V8.5h1.75a.75.75 0 1 0 0-1.5H6V5.75C6 4.775 6.775 4 7.75 4m12.125.006c.632.06 1.125.65 1.125 1.33V6.75c0 .148-.102.25-.25.25H18.5V5.25c0-.74.608-1.317 1.375-1.244M3.25 17.5h9.5c.148 0 .25.102.25.25v.914c0 .482.156.926.373 1.336H4.75A1.74 1.74 0 0 1 3 18.25v-.5c0-.148.102-.25.25-.25"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconParchment as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconPhoto = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 19 19",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.176 0c.759 0 1.464.42 1.846 1.1l1.043 1.858h1.848C17.609 2.958 19 4.402 19 6.163v9.369c0 1.76-1.39 3.205-3.087 3.205H3.087C1.391 18.737 0 17.293 0 15.532v-9.37c0-1.76 1.391-3.204 3.087-3.204h1.848L5.979 1.1A2.13 2.13 0 0 1 7.825 0zM9.5 6.793c-2.234 0-4.046 1.88-4.046 4.199s1.812 4.199 4.046 4.199 4.044-1.88 4.044-4.199-1.81-4.199-4.044-4.199"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconPhoto as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconPlantsFilled = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12.215 1.242c.776 0 1.496.247 2 .751.242.242.417.538.541.86.226-.067.454-.138.68-.133a2.47 2.47 0 0 1 1.597.653c.597.538.94 1.376.898 2.266.849.058 1.618.463 2.067 1.122.475.697.55 1.656.16 2.54.352.19.65.455.878.753a3.38 3.38 0 0 1 .686 2.049 3.23 3.23 0 0 1-1.185 2.514c-.615.498-1.494.68-2.46.633-.145.75-.43 1.447-.968 1.955-.719.679-1.735 1.05-2.892 1.05v.75c0 .367.122 1.022.404 1.487.283.464.619.765 1.347.765a.75.75 0 0 1 0 1.501H8.463a.751.751 0 0 1 0-1.501c.728 0 1.064-.3 1.346-.765s.405-1.12.405-1.487v-.75c-1.157 0-2.174-.371-2.892-1.05-.538-.508-.823-1.206-.967-1.954-.967.046-1.846-.136-2.461-.634a3.23 3.23 0 0 1-1.186-2.514c0-.724.23-1.453.686-2.049.229-.298.527-.563.878-.752-.389-.885-.314-1.844.161-2.541.449-.659 1.218-1.064 2.067-1.122-.043-.89.3-1.728.897-2.266a2.47 2.47 0 0 1 1.598-.653c.226-.005.454.066.68.133.124-.322.298-.618.54-.86.505-.504 1.225-.751 2-.751m-.5 15.543v2.22c0 .63-.146 1.47-.617 2.252h2.234a4.44 4.44 0 0 1-.616-2.252v-2.22z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconPlantsFilled as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconRedo = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M15.242 2.992a.75.75 0 0 0-.522 1.288L18.44 8H9.5C5.92 8 3 10.92 3 14.5S5.92 21 9.5 21h3.75a.751.751 0 1 0 0-1.5H9.5c-2.77 0-5-2.23-5-5s2.23-5 5-5h8.94l-3.72 3.72a.75.75 0 1 0 1.06 1.06l5-5a.75.75 0 0 0 0-1.06l-5-5a.75.75 0 0 0-.538-.228"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconRedo as default };
|