@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,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBlobbyIconHappy = ({
|
|
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 200 128",
|
|
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__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#blobby-icon-happy_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#blobby-icon-happy_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#blobby-icon-happy_svg__c)",
|
|
31
32
|
d: "M56.999 34.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#blobby-icon-happy_svg__d)",
|
|
34
35
|
d: "M152.999 63.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#blobby-icon-happy_svg__e)",
|
|
37
38
|
d: "M84.999 92.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "blobby-icon-happy_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgBlobbyIconHappy = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#blobby-icon-happy_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#blobby-icon-happy_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#blobby-icon-happy_svg__h)",
|
|
64
65
|
d: "M160.321 86.616 119.614 45.91 82.227 83.856l40.229 40.229z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M73.333 64c0-14.704 11.963-26.667 26.667-26.667S126.667 49.296 126.667 64 114.704 90.667 100 90.667 73.333 78.704 73.333 64"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M100 37.333c-14.704 0-26.667 11.963-26.667 26.667S85.296 90.667 100 90.667 126.667 78.704 126.667 64 114.704 37.333 100 37.333m0 4c12.542 0 22.667 10.125 22.667 22.667S112.542 86.667 100 86.667 77.333 76.542 77.333 64 87.458 41.333 100 41.333M92 54a3.333 3.333 0 1 0 0 6.667A3.333 3.333 0 0 0 92 54m16 0a3.333 3.333 0 1 0 0 6.666A3.333 3.333 0 0 0 108 54M89.031 69.313a2.001 2.001 0 0 0-1.588 3.257A15.96 15.96 0 0 0 100 78.667c5.076 0 9.631-2.379 12.557-6.097a2 2 0 0 0 .433-1.481 2.005 2.005 0 0 0-1.453-1.704 2 2 0 0 0-2.123.711 11.93 11.93 0 0 1-9.414 4.57c-3.83 0-7.22-1.781-9.414-4.57a2 2 0 0 0-1.555-.784"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "blobby-icon-happy_svg__b",
|
|
77
78
|
x1: 133,
|
|
78
79
|
x2: 49.23,
|
|
79
80
|
y1: 114,
|
|
80
81
|
y2: 31.784,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "blobby-icon-happy_svg__c",
|
|
90
91
|
x1: 47,
|
|
91
92
|
x2: 57,
|
|
92
93
|
y1: 27,
|
|
93
94
|
y2: 42,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "blobby-icon-happy_svg__d",
|
|
103
104
|
x1: 143,
|
|
104
105
|
x2: 153,
|
|
105
106
|
y1: 56,
|
|
106
107
|
y2: 71,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "blobby-icon-happy_svg__e",
|
|
116
117
|
x1: 75,
|
|
117
118
|
x2: 85,
|
|
118
119
|
y1: 85,
|
|
119
120
|
y2: 100,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "blobby-icon-happy_svg__f",
|
|
129
130
|
x1: 133,
|
|
130
131
|
x2: 49.23,
|
|
131
132
|
y1: 114,
|
|
132
133
|
y2: 31.784,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "blobby-icon-happy_svg__h",
|
|
142
143
|
x1: 97.5,
|
|
143
144
|
x2: 143.326,
|
|
144
145
|
y1: 65.521,
|
|
145
146
|
y2: 107.483,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "blobby-icon-happy_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgBlobbyIconHappy as default };
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBlobbyIconHeartMonitor = ({
|
|
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 200 128",
|
|
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__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#blobby-icon-heart-monitor_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#blobby-icon-heart-monitor_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#blobby-icon-heart-monitor_svg__c)",
|
|
31
32
|
d: "M146.999 100.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#blobby-icon-heart-monitor_svg__d)",
|
|
34
35
|
d: "M87.999 25.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#blobby-icon-heart-monitor_svg__e)",
|
|
37
38
|
d: "M63.999 76.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "blobby-icon-heart-monitor_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgBlobbyIconHeartMonitor = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#blobby-icon-heart-monitor_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#blobby-icon-heart-monitor_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#blobby-icon-heart-monitor_svg__h)",
|
|
64
65
|
d: "M159.7 77.7 125 43 75.64 85.641 107.5 117.5z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M73.333 47.333c0-4.026 3.307-7.333 7.334-7.333h38.666c4.027 0 7.334 3.307 7.334 7.333v33.334c0 4.026-3.307 7.333-7.334 7.333H80.667c-4.027 0-7.334-3.307-7.334-7.333V47.333"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M80.667 40c-4.027 0-7.334 3.307-7.334 7.333v33.334c0 4.026 3.307 7.333 7.334 7.333h38.666c4.027 0 7.334-3.307 7.334-7.333V47.333c0-4.026-3.307-7.333-7.334-7.333zm0 4h38.666a3.304 3.304 0 0 1 3.334 3.333v33.334A3.304 3.304 0 0 1 119.333 84H80.667a3.304 3.304 0 0 1-3.334-3.333V68h3.334c.702 0 1.353-.367 1.713-.971l2.024-3.367 3.768 8.484a2 2 0 0 0 1.82 1.187c.796-.032 1.503-.456 1.828-1.171l4.623-10.172 5.007 14.018a2 2 0 0 0 1.883 1.325 2 2 0 0 0 1.789-1.104l4.782-9.562h1.432A3.33 3.33 0 0 0 114 68a3.333 3.333 0 1 0-2.664-5.333h-2.669c-.758 0-1.451.426-1.789 1.104l-3.237 6.476-5.092-14.255a2 2 0 0 0-1.8-1.323 1.97 1.97 0 0 0-1.903 1.17l-4.825 10.617-3.529-7.935a2 2 0 0 0-3.542-.216L79.534 64h-2.2V47.333A3.304 3.304 0 0 1 80.666 44"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "blobby-icon-heart-monitor_svg__b",
|
|
77
78
|
x1: 126.5,
|
|
78
79
|
x2: 50,
|
|
79
80
|
y1: 104,
|
|
80
81
|
y2: 27.5,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "blobby-icon-heart-monitor_svg__c",
|
|
90
91
|
x1: 137,
|
|
91
92
|
x2: 147,
|
|
92
93
|
y1: 93,
|
|
93
94
|
y2: 108,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "blobby-icon-heart-monitor_svg__d",
|
|
103
104
|
x1: 78,
|
|
104
105
|
x2: 88,
|
|
105
106
|
y1: 18,
|
|
106
107
|
y2: 33,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "blobby-icon-heart-monitor_svg__e",
|
|
116
117
|
x1: 54,
|
|
117
118
|
x2: 64,
|
|
118
119
|
y1: 69,
|
|
119
120
|
y2: 84,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "blobby-icon-heart-monitor_svg__f",
|
|
129
130
|
x1: 126.5,
|
|
130
131
|
x2: 50,
|
|
131
132
|
y1: 104,
|
|
132
133
|
y2: 27.5,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "blobby-icon-heart-monitor_svg__h",
|
|
142
143
|
x1: 96.5,
|
|
143
144
|
x2: 130.831,
|
|
144
145
|
y1: 64.048,
|
|
145
146
|
y2: 104.17,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "blobby-icon-heart-monitor_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgBlobbyIconHeartMonitor as default };
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBlobbyIconLeaf = ({
|
|
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 200 128",
|
|
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__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#blobby-icon-leaf_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#blobby-icon-leaf_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#blobby-icon-leaf_svg__c)",
|
|
31
32
|
d: "M108.999 106.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#blobby-icon-leaf_svg__d)",
|
|
34
35
|
d: "M142.999 19.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#blobby-icon-leaf_svg__e)",
|
|
37
38
|
d: "M66.999 42.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "blobby-icon-leaf_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgBlobbyIconLeaf = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#blobby-icon-leaf_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#blobby-icon-leaf_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#blobby-icon-leaf_svg__h)",
|
|
64
65
|
d: "m162.332 85.1-47.037-47.036L93.5 81.5l-15.606 8.552 40.23 40.23z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M109.57 36.79a6 6 0 0 1 1.805-.243 6.02 6.02 0 0 1 4.685 2.362c6.542 8.594 9.174 19.043 9.268 26.146.097 7.183-1.731 12.972-4.966 17.052s-7.889 6.357-12.951 6.557l-.039.003h-.039c-1.998 0-5.922-.054-9.88-3.079l-.003-.001c-.24-.17-3.12-2.22-3.958-4.791-.287-.467-3.98 1.465-5.344 1.134-2.28-.8-4.527-1.99-6.497-3.873-3.148-3.008-5.568-7.342-5.568-12.455 0-2.755.313-6.218 2.5-9.873l.026-.044.032-.044C86.3 44.232 103.039 38.71 109.57 36.789"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M111.375 36.547a6 6 0 0 0-1.805.242c-6.531 1.921-23.27 7.443-30.93 18.852l-.03.044-.027.044c-2.187 3.655-2.5 7.118-2.5 9.873 0 5.113 2.42 9.447 5.568 12.455 1.97 1.883 4.217 3.072 6.497 3.873a32.4 32.4 0 0 1-9.421 4.83 2 2 0 1 0 1.213 3.813c15.53-4.942 25.179-19.55 28.365-34.612a2.001 2.001 0 0 0-3.914-.828c-1.878 8.876-6.174 17.445-12.584 23.656-2.08-.14-5.024-1.361-7.393-3.625-2.508-2.397-4.33-5.712-4.33-9.562 0-2.476.217-4.92 1.916-7.78 6.45-9.545 22.493-15.37 28.698-17.194a2.01 2.01 0 0 1 2.18.703c5.892 7.74 8.371 17.649 8.453 23.776v.002c.087 6.478-1.557 11.302-4.102 14.51-2.539 3.202-5.969 4.878-9.948 5.043-1.993 0-4.396.045-7.4-2.25a1.998 1.998 0 0 0-3.206 1.05 2 2 0 0 0 .778 2.126c3.958 3.025 7.882 3.079 9.88 3.079h.039l.039-.003c5.062-.2 9.715-2.478 12.951-6.557 3.235-4.08 5.063-9.869 4.966-17.052-.094-7.103-2.726-17.552-9.268-26.146a6.02 6.02 0 0 0-4.685-2.362"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "blobby-icon-leaf_svg__b",
|
|
77
78
|
x1: 139.5,
|
|
78
79
|
x2: 52.354,
|
|
79
80
|
y1: 110,
|
|
80
81
|
y2: 24.156,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "blobby-icon-leaf_svg__c",
|
|
90
91
|
x1: 99,
|
|
91
92
|
x2: 109,
|
|
92
93
|
y1: 99,
|
|
93
94
|
y2: 114,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "blobby-icon-leaf_svg__d",
|
|
103
104
|
x1: 133,
|
|
104
105
|
x2: 143,
|
|
105
106
|
y1: 12,
|
|
106
107
|
y2: 27,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "blobby-icon-leaf_svg__e",
|
|
116
117
|
x1: 57,
|
|
117
118
|
x2: 67,
|
|
118
119
|
y1: 35,
|
|
119
120
|
y2: 50,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "blobby-icon-leaf_svg__f",
|
|
129
130
|
x1: 139.5,
|
|
130
131
|
x2: 52.354,
|
|
131
132
|
y1: 110,
|
|
132
133
|
y2: 24.156,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "blobby-icon-leaf_svg__h",
|
|
142
143
|
x1: 93.085,
|
|
143
144
|
x2: 148.602,
|
|
144
145
|
y1: 59.755,
|
|
145
146
|
y2: 102.372,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "blobby-icon-leaf_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgBlobbyIconLeaf as default };
|