@terraware/web-components 4.2.12 → 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.d.ts +1 -1
- package/components/Icon/icons/index.d.ts.map +1 -1
- package/components/Icon/icons/index.js +251 -255
- 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.d.ts +1 -1
- package/components/svg/IconCalendar.d.ts.map +1 -1
- 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.d.ts +8 -0
- package/components/svg/IconDocument.d.ts.map +1 -0
- package/components/svg/IconDocument.js +21 -0
- 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.d.ts +1 -0
- package/components/svg/index.d.ts.map +1 -1
- package/components/svg/index.js +127 -888
- 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 SvgIconMarker = ({
|
|
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 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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconMarker;
|
|
@@ -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 SvgIconMenu = ({
|
|
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: "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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconMenu;
|
|
@@ -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 SvgIconMenuHorizontal = ({
|
|
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.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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconMenuHorizontal;
|
|
@@ -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 SvgIconModule = ({
|
|
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 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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconModule;
|
|
@@ -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 SvgIconMyLocation = ({
|
|
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: "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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconMyLocation;
|
|
@@ -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 SvgIconNote = ({
|
|
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: "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"
|
|
28
|
-
})
|
|
29
|
-
};
|
|
30
|
-
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
export default SvgIconNote;
|
|
@@ -1,30 +1,21 @@
|
|
|
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 SvgIconNursery = ({
|
|
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
|
fillRule: "evenodd",
|
|
26
17
|
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",
|
|
27
18
|
clipRule: "evenodd"
|
|
28
|
-
})
|
|
29
|
-
};
|
|
30
|
-
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
export default SvgIconNursery;
|
|
@@ -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 SvgIconOrg = ({
|
|
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.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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconOrg;
|
|
@@ -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 SvgIconParchment = ({
|
|
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.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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconParchment;
|
|
@@ -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 19 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 SvgIconPhoto = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 19 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: "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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconPhoto;
|
|
@@ -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 SvgIconPlantsFilled = ({
|
|
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.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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconPlantsFilled;
|
|
@@ -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 SvgIconRedo = ({
|
|
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: "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"
|
|
26
|
-
})
|
|
27
|
-
};
|
|
28
|
-
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
export default SvgIconRedo;
|