@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,159 +1,162 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgBlobbyIconSeeds = ({
|
|
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 200 128",
|
|
11
|
+
"aria-labelledby": titleId,
|
|
12
|
+
...props,
|
|
13
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
14
|
+
id: titleId,
|
|
15
|
+
children: title
|
|
16
|
+
}) : null, /*#__PURE__*/_jsxs("g", {
|
|
17
|
+
clipPath: "url(#blobby-icon-seeds_svg__a)",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
19
|
+
fill: "#E2F6EC",
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
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
|
+
clipRule: "evenodd"
|
|
23
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
24
|
+
fill: "url(#blobby-icon-seeds_svg__b)",
|
|
25
|
+
fillOpacity: 0.2,
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
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
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
fill: "url(#blobby-icon-seeds_svg__c)",
|
|
31
|
+
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__*/_jsx("path", {
|
|
33
|
+
fill: "url(#blobby-icon-seeds_svg__d)",
|
|
34
|
+
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__*/_jsx("path", {
|
|
36
|
+
fill: "url(#blobby-icon-seeds_svg__e)",
|
|
37
|
+
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__*/_jsxs("mask", {
|
|
39
|
+
id: "blobby-icon-seeds_svg__g",
|
|
40
|
+
width: 200,
|
|
41
|
+
height: 128,
|
|
42
|
+
x: 0,
|
|
43
|
+
y: 0,
|
|
44
|
+
maskUnits: "userSpaceOnUse",
|
|
45
|
+
style: {
|
|
46
|
+
maskType: 'alpha'
|
|
47
|
+
},
|
|
48
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
49
|
+
fill: "#E2F6EC",
|
|
50
|
+
fillRule: "evenodd",
|
|
51
|
+
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
|
+
clipRule: "evenodd"
|
|
53
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
54
|
+
fill: "url(#blobby-icon-seeds_svg__f)",
|
|
55
|
+
fillOpacity: 0.2,
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
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
|
+
clipRule: "evenodd"
|
|
59
|
+
})]
|
|
60
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
61
|
+
mask: "url(#blobby-icon-seeds_svg__g)",
|
|
62
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
63
|
+
fill: "url(#blobby-icon-seeds_svg__h)",
|
|
64
|
+
d: "M164.752 94.247 123 52.494 109.5 63.5 92 46 76 58l7.93 8.17V80.09L129 125.158z",
|
|
65
|
+
opacity: 0.25
|
|
66
|
+
})
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
fill: "#EAF3DC",
|
|
69
|
+
d: "M84 42.667c-5.701 0-10.667 4.005-10.667 9.333S78.3 61.333 84 61.333 94.667 57.328 94.667 52 89.7 42.667 84 42.667m30.471 5.974c-2.225.037-4.365.836-6.013 2.484-3.767 3.767-3.088 10.11.943 14.14 4.031 4.032 10.374 4.71 14.141.943s3.088-10.11-.943-14.14c-2.268-2.268-5.267-3.476-8.128-3.427M89.508 63.763c-3.66.036-7.05 1.835-8.56 5.172-2.196 4.854.675 10.551 5.87 12.9 2.05.928 4.251 1.23 6.302.97C94.905 85.984 98.56 88 102.667 88c5.701 0 10.666-4.005 10.666-9.333s-4.965-9.334-10.666-9.334c-.967 0-1.903.126-2.8.339-1.146-2.038-3.01-3.784-5.354-4.844a11.9 11.9 0 0 0-5.005-1.065"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
fill: "#2C8658",
|
|
72
|
+
d: "M84 42.667c-5.701 0-10.667 4.005-10.667 9.333S78.3 61.333 84 61.333 94.667 57.328 94.667 52 89.7 42.667 84 42.667m0 4c3.872 0 6.667 2.56 6.667 5.333S87.872 57.333 84 57.333s-6.667-2.56-6.667-5.333 2.795-5.333 6.667-5.333m30.471 1.974c-2.225.037-4.365.836-6.013 2.484-3.767 3.767-3.088 10.11.943 14.14 4.031 4.032 10.374 4.71 14.141.943s3.088-10.11-.943-14.14c-2.268-2.268-5.267-3.476-8.128-3.427m.766 4.02c1.534.139 3.165.866 4.534 2.235 2.738 2.738 2.903 6.524.942 8.484-1.96 1.96-5.746 1.795-8.484-.943s-2.903-6.523-.943-8.484c.981-.98 2.417-1.43 3.951-1.292m-25.73 11.102c-3.659.036-7.05 1.835-8.56 5.172-2.195 4.854.676 10.551 5.87 12.9 2.05.928 4.252 1.23 6.303.97C94.905 85.984 98.56 88 102.667 88c5.701 0 10.666-4.005 10.666-9.333s-4.965-9.334-10.666-9.334c-.967 0-1.903.126-2.8.339-1.146-2.038-3.01-3.784-5.354-4.844a11.9 11.9 0 0 0-5.005-1.065m-.51 4.01c1.21-.107 2.545.103 3.868.7 3.527 1.597 5.017 5.082 3.875 7.608s-4.744 3.705-8.271 2.11c-3.528-1.597-5.02-5.082-3.878-7.608.714-1.579 2.39-2.631 4.406-2.81m13.67 5.56c3.872 0 6.666 2.56 6.666 5.334S106.539 84 102.667 84c-2.447 0-4.488-1.082-5.636-2.531 1.436-.87 2.621-2.119 3.354-3.74a8.34 8.34 0 0 0 .696-4.237 8 8 0 0 1 1.586-.159"
|
|
73
|
+
})]
|
|
74
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
75
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
76
|
+
id: "blobby-icon-seeds_svg__b",
|
|
77
|
+
x1: 139.5,
|
|
78
|
+
x2: 52.354,
|
|
79
|
+
y1: 110,
|
|
80
|
+
y2: 24.156,
|
|
81
|
+
gradientUnits: "userSpaceOnUse",
|
|
82
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
83
|
+
stopColor: "#F1F0EC"
|
|
84
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
85
|
+
offset: 1,
|
|
86
|
+
stopColor: "#84D6AC"
|
|
87
|
+
})]
|
|
88
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
89
|
+
id: "blobby-icon-seeds_svg__c",
|
|
90
|
+
x1: 137,
|
|
91
|
+
x2: 147,
|
|
92
|
+
y1: 93,
|
|
93
|
+
y2: 108,
|
|
94
|
+
gradientUnits: "userSpaceOnUse",
|
|
95
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
96
|
+
stopColor: "#2C8658"
|
|
97
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
98
|
+
offset: 1,
|
|
99
|
+
stopColor: "#ACD278"
|
|
100
|
+
})]
|
|
101
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
102
|
+
id: "blobby-icon-seeds_svg__d",
|
|
103
|
+
x1: 78,
|
|
104
|
+
x2: 88,
|
|
105
|
+
y1: 18,
|
|
106
|
+
y2: 33,
|
|
107
|
+
gradientUnits: "userSpaceOnUse",
|
|
108
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
109
|
+
stopColor: "#2C8658"
|
|
110
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
111
|
+
offset: 1,
|
|
112
|
+
stopColor: "#ACD278"
|
|
113
|
+
})]
|
|
114
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
115
|
+
id: "blobby-icon-seeds_svg__e",
|
|
116
|
+
x1: 54,
|
|
117
|
+
x2: 64,
|
|
118
|
+
y1: 69,
|
|
119
|
+
y2: 84,
|
|
120
|
+
gradientUnits: "userSpaceOnUse",
|
|
121
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
122
|
+
stopColor: "#2C8658"
|
|
123
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
124
|
+
offset: 1,
|
|
125
|
+
stopColor: "#ACD278"
|
|
126
|
+
})]
|
|
127
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
128
|
+
id: "blobby-icon-seeds_svg__f",
|
|
129
|
+
x1: 139.5,
|
|
130
|
+
x2: 52.354,
|
|
131
|
+
y1: 110,
|
|
132
|
+
y2: 24.156,
|
|
133
|
+
gradientUnits: "userSpaceOnUse",
|
|
134
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
135
|
+
stopColor: "#F1F0EC"
|
|
136
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
137
|
+
offset: 1,
|
|
138
|
+
stopColor: "#84D6AC"
|
|
139
|
+
})]
|
|
140
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
141
|
+
id: "blobby-icon-seeds_svg__h",
|
|
142
|
+
x1: 82.375,
|
|
143
|
+
x2: 138.217,
|
|
144
|
+
y1: 53,
|
|
145
|
+
y2: 117.435,
|
|
146
|
+
gradientUnits: "userSpaceOnUse",
|
|
147
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
148
|
+
stopColor: "#2C8658"
|
|
149
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
150
|
+
offset: 1,
|
|
151
|
+
stopColor: "#ACD278"
|
|
152
|
+
})]
|
|
153
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
154
|
+
id: "blobby-icon-seeds_svg__a",
|
|
155
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
156
|
+
fill: "#fff",
|
|
157
|
+
d: "M0 0h200v128H0z"
|
|
158
|
+
})
|
|
159
|
+
})]
|
|
160
|
+
})]
|
|
7
161
|
});
|
|
8
|
-
|
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
const _excluded = ["title", "titleId"];
|
|
12
|
-
const SvgBlobbyIconSeeds = _ref => {
|
|
13
|
-
let {
|
|
14
|
-
title,
|
|
15
|
-
titleId
|
|
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
|
-
fill: "none",
|
|
21
|
-
viewBox: "0 0 200 128",
|
|
22
|
-
"aria-labelledby": titleId
|
|
23
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
|
-
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
clipPath: "url(#blobby-icon-seeds_svg__a)"
|
|
27
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
fill: "#E2F6EC",
|
|
29
|
-
fillRule: "evenodd",
|
|
30
|
-
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",
|
|
31
|
-
clipRule: "evenodd"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
fill: "url(#blobby-icon-seeds_svg__b)",
|
|
34
|
-
fillOpacity: 0.2,
|
|
35
|
-
fillRule: "evenodd",
|
|
36
|
-
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",
|
|
37
|
-
clipRule: "evenodd"
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "url(#blobby-icon-seeds_svg__c)",
|
|
40
|
-
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"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
fill: "url(#blobby-icon-seeds_svg__d)",
|
|
43
|
-
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"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
fill: "url(#blobby-icon-seeds_svg__e)",
|
|
46
|
-
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"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("mask", {
|
|
48
|
-
id: "blobby-icon-seeds_svg__g",
|
|
49
|
-
width: 200,
|
|
50
|
-
height: 128,
|
|
51
|
-
x: 0,
|
|
52
|
-
y: 0,
|
|
53
|
-
maskUnits: "userSpaceOnUse",
|
|
54
|
-
style: {
|
|
55
|
-
maskType: 'alpha'
|
|
56
|
-
}
|
|
57
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
58
|
-
fill: "#E2F6EC",
|
|
59
|
-
fillRule: "evenodd",
|
|
60
|
-
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",
|
|
61
|
-
clipRule: "evenodd"
|
|
62
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
fill: "url(#blobby-icon-seeds_svg__f)",
|
|
64
|
-
fillOpacity: 0.2,
|
|
65
|
-
fillRule: "evenodd",
|
|
66
|
-
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",
|
|
67
|
-
clipRule: "evenodd"
|
|
68
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
69
|
-
mask: "url(#blobby-icon-seeds_svg__g)"
|
|
70
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
71
|
-
fill: "url(#blobby-icon-seeds_svg__h)",
|
|
72
|
-
d: "M164.752 94.247 123 52.494 109.5 63.5 92 46 76 58l7.93 8.17V80.09L129 125.158z",
|
|
73
|
-
opacity: 0.25
|
|
74
|
-
})), /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
fill: "#EAF3DC",
|
|
76
|
-
d: "M84 42.667c-5.701 0-10.667 4.005-10.667 9.333S78.3 61.333 84 61.333 94.667 57.328 94.667 52 89.7 42.667 84 42.667m30.471 5.974c-2.225.037-4.365.836-6.013 2.484-3.767 3.767-3.088 10.11.943 14.14 4.031 4.032 10.374 4.71 14.141.943s3.088-10.11-.943-14.14c-2.268-2.268-5.267-3.476-8.128-3.427M89.508 63.763c-3.66.036-7.05 1.835-8.56 5.172-2.196 4.854.675 10.551 5.87 12.9 2.05.928 4.251 1.23 6.302.97C94.905 85.984 98.56 88 102.667 88c5.701 0 10.666-4.005 10.666-9.333s-4.965-9.334-10.666-9.334c-.967 0-1.903.126-2.8.339-1.146-2.038-3.01-3.784-5.354-4.844a11.9 11.9 0 0 0-5.005-1.065"
|
|
77
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
-
fill: "#2C8658",
|
|
79
|
-
d: "M84 42.667c-5.701 0-10.667 4.005-10.667 9.333S78.3 61.333 84 61.333 94.667 57.328 94.667 52 89.7 42.667 84 42.667m0 4c3.872 0 6.667 2.56 6.667 5.333S87.872 57.333 84 57.333s-6.667-2.56-6.667-5.333 2.795-5.333 6.667-5.333m30.471 1.974c-2.225.037-4.365.836-6.013 2.484-3.767 3.767-3.088 10.11.943 14.14 4.031 4.032 10.374 4.71 14.141.943s3.088-10.11-.943-14.14c-2.268-2.268-5.267-3.476-8.128-3.427m.766 4.02c1.534.139 3.165.866 4.534 2.235 2.738 2.738 2.903 6.524.942 8.484-1.96 1.96-5.746 1.795-8.484-.943s-2.903-6.523-.943-8.484c.981-.98 2.417-1.43 3.951-1.292m-25.73 11.102c-3.659.036-7.05 1.835-8.56 5.172-2.195 4.854.676 10.551 5.87 12.9 2.05.928 4.252 1.23 6.303.97C94.905 85.984 98.56 88 102.667 88c5.701 0 10.666-4.005 10.666-9.333s-4.965-9.334-10.666-9.334c-.967 0-1.903.126-2.8.339-1.146-2.038-3.01-3.784-5.354-4.844a11.9 11.9 0 0 0-5.005-1.065m-.51 4.01c1.21-.107 2.545.103 3.868.7 3.527 1.597 5.017 5.082 3.875 7.608s-4.744 3.705-8.271 2.11c-3.528-1.597-5.02-5.082-3.878-7.608.714-1.579 2.39-2.631 4.406-2.81m13.67 5.56c3.872 0 6.666 2.56 6.666 5.334S106.539 84 102.667 84c-2.447 0-4.488-1.082-5.636-2.531 1.436-.87 2.621-2.119 3.354-3.74a8.34 8.34 0 0 0 .696-4.237 8 8 0 0 1 1.586-.159"
|
|
80
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
81
|
-
id: "blobby-icon-seeds_svg__b",
|
|
82
|
-
x1: 139.5,
|
|
83
|
-
x2: 52.354,
|
|
84
|
-
y1: 110,
|
|
85
|
-
y2: 24.156,
|
|
86
|
-
gradientUnits: "userSpaceOnUse"
|
|
87
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
88
|
-
stopColor: "#F1F0EC"
|
|
89
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
90
|
-
offset: 1,
|
|
91
|
-
stopColor: "#84D6AC"
|
|
92
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
93
|
-
id: "blobby-icon-seeds_svg__c",
|
|
94
|
-
x1: 137,
|
|
95
|
-
x2: 147,
|
|
96
|
-
y1: 93,
|
|
97
|
-
y2: 108,
|
|
98
|
-
gradientUnits: "userSpaceOnUse"
|
|
99
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
100
|
-
stopColor: "#2C8658"
|
|
101
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
102
|
-
offset: 1,
|
|
103
|
-
stopColor: "#ACD278"
|
|
104
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
105
|
-
id: "blobby-icon-seeds_svg__d",
|
|
106
|
-
x1: 78,
|
|
107
|
-
x2: 88,
|
|
108
|
-
y1: 18,
|
|
109
|
-
y2: 33,
|
|
110
|
-
gradientUnits: "userSpaceOnUse"
|
|
111
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
112
|
-
stopColor: "#2C8658"
|
|
113
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
114
|
-
offset: 1,
|
|
115
|
-
stopColor: "#ACD278"
|
|
116
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
117
|
-
id: "blobby-icon-seeds_svg__e",
|
|
118
|
-
x1: 54,
|
|
119
|
-
x2: 64,
|
|
120
|
-
y1: 69,
|
|
121
|
-
y2: 84,
|
|
122
|
-
gradientUnits: "userSpaceOnUse"
|
|
123
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
124
|
-
stopColor: "#2C8658"
|
|
125
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
126
|
-
offset: 1,
|
|
127
|
-
stopColor: "#ACD278"
|
|
128
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
129
|
-
id: "blobby-icon-seeds_svg__f",
|
|
130
|
-
x1: 139.5,
|
|
131
|
-
x2: 52.354,
|
|
132
|
-
y1: 110,
|
|
133
|
-
y2: 24.156,
|
|
134
|
-
gradientUnits: "userSpaceOnUse"
|
|
135
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
136
|
-
stopColor: "#F1F0EC"
|
|
137
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
138
|
-
offset: 1,
|
|
139
|
-
stopColor: "#84D6AC"
|
|
140
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
141
|
-
id: "blobby-icon-seeds_svg__h",
|
|
142
|
-
x1: 82.375,
|
|
143
|
-
x2: 138.217,
|
|
144
|
-
y1: 53,
|
|
145
|
-
y2: 117.435,
|
|
146
|
-
gradientUnits: "userSpaceOnUse"
|
|
147
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
148
|
-
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
150
|
-
offset: 1,
|
|
151
|
-
stopColor: "#ACD278"
|
|
152
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
153
|
-
id: "blobby-icon-seeds_svg__a"
|
|
154
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
155
|
-
fill: "#fff",
|
|
156
|
-
d: "M0 0h200v128H0z"
|
|
157
|
-
}))));
|
|
158
|
-
};
|
|
159
|
-
var _default = exports.default = SvgBlobbyIconSeeds;
|
|
162
|
+
export default SvgBlobbyIconSeeds;
|
|
@@ -1,162 +1,165 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgBlobbyIconSite = ({
|
|
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 200 128",
|
|
11
|
+
"aria-labelledby": titleId,
|
|
12
|
+
...props,
|
|
13
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
14
|
+
id: titleId,
|
|
15
|
+
children: title
|
|
16
|
+
}) : null, /*#__PURE__*/_jsxs("g", {
|
|
17
|
+
clipPath: "url(#blobby-icon-site_svg__a)",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
19
|
+
fill: "#E2F6EC",
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
22
|
+
clipRule: "evenodd"
|
|
23
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
24
|
+
fill: "url(#blobby-icon-site_svg__b)",
|
|
25
|
+
fillOpacity: 0.2,
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
fill: "url(#blobby-icon-site_svg__c)",
|
|
31
|
+
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__*/_jsx("path", {
|
|
33
|
+
fill: "url(#blobby-icon-site_svg__d)",
|
|
34
|
+
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__*/_jsx("path", {
|
|
36
|
+
fill: "url(#blobby-icon-site_svg__e)",
|
|
37
|
+
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__*/_jsxs("mask", {
|
|
39
|
+
id: "blobby-icon-site_svg__g",
|
|
40
|
+
width: 200,
|
|
41
|
+
height: 128,
|
|
42
|
+
x: 0,
|
|
43
|
+
y: 0,
|
|
44
|
+
maskUnits: "userSpaceOnUse",
|
|
45
|
+
style: {
|
|
46
|
+
maskType: 'alpha'
|
|
47
|
+
},
|
|
48
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
49
|
+
fill: "#E2F6EC",
|
|
50
|
+
fillRule: "evenodd",
|
|
51
|
+
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
52
|
+
clipRule: "evenodd"
|
|
53
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
54
|
+
fill: "url(#blobby-icon-site_svg__f)",
|
|
55
|
+
fillOpacity: 0.2,
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
})]
|
|
60
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
61
|
+
mask: "url(#blobby-icon-site_svg__g)",
|
|
62
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
63
|
+
fill: "url(#blobby-icon-site_svg__h)",
|
|
64
|
+
d: "m146.963 80.963-33.638-33.638L94.5 74.5 77.5 88l27.5 27.5z",
|
|
65
|
+
opacity: 0.25
|
|
66
|
+
})
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
fill: "#EAF3DC",
|
|
69
|
+
d: "M99.999 40c-8.813 0-16 7.187-16 16 0 3.943 2.338 8.328 4.99 12.688a99 99 0 0 0 3.02 4.645 140 140 0 0 0 4.633 6.326c1.67 2.151 5.044 2.151 6.714 0a140 140 0 0 0 4.634-6.326 100 100 0 0 0 3.019-4.645c2.652-4.36 4.99-8.745 4.99-12.688 0-8.813-7.187-16-16-16"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
fill: "#EAF3DC",
|
|
72
|
+
d: "M103.356 79.659c-1.67 2.151-5.044 2.151-6.714 0a140 140 0 0 1-4.634-6.326h-8.376a4.67 4.67 0 0 0-4.266 2.771l-2.96 6.667a4.65 4.65 0 0 0 .348 4.437 4.65 4.65 0 0 0 3.914 2.125h38.659c1.585 0 3.05-.794 3.914-2.125a4.65 4.65 0 0 0 .352-4.437l-2.961-6.667a4.67 4.67 0 0 0-4.266-2.77h-8.376a140 140 0 0 1-4.634 6.325"
|
|
73
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
74
|
+
fill: "#2C8658",
|
|
75
|
+
d: "M99.999 40c-8.813 0-16 7.187-16 16 0 3.943 2.338 8.328 4.99 12.688 2.651 4.359 5.742 8.507 7.653 10.97 1.67 2.152 5.044 2.152 6.714 0 1.911-2.463 5.002-6.611 7.653-10.97 2.652-4.36 4.99-8.745 4.99-12.688 0-8.813-7.187-16-16-16m0 4c6.651 0 12 5.349 12 12 0 2.067-1.89 6.469-4.409 10.61-2.518 4.14-5.539 8.205-7.396 10.598-.133.171-.258.171-.39 0-1.857-2.393-4.878-6.458-7.396-10.599-2.519-4.14-4.409-8.542-4.409-10.609 0-6.651 5.349-12 12-12m0 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8M83.632 73.333a4.67 4.67 0 0 0-4.266 2.771l-2.96 6.667a4.65 4.65 0 0 0 .348 4.437 4.65 4.65 0 0 0 3.914 2.125h38.659c1.585 0 3.05-.794 3.914-2.125a4.65 4.65 0 0 0 .352-4.437l-2.961-6.667a4.67 4.67 0 0 0-4.266-2.77h-4.341a119 119 0 0 1-2.766 4h7.107c.263 0 .503.154.61.395l2.96 6.667a.65.65 0 0 1-.049.635.65.65 0 0 1-.557.302H80.668a.65.65 0 0 1-.56-.304.65.65 0 0 1-.05-.633l2.964-6.667a.67.67 0 0 1 .61-.396h7.104a116 116 0 0 1-2.763-4z"
|
|
76
|
+
})]
|
|
77
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
78
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
79
|
+
id: "blobby-icon-site_svg__b",
|
|
80
|
+
x1: 125.5,
|
|
81
|
+
x2: 50,
|
|
82
|
+
y1: 101.5,
|
|
83
|
+
y2: 26,
|
|
84
|
+
gradientUnits: "userSpaceOnUse",
|
|
85
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
86
|
+
stopColor: "#F1F0EC"
|
|
87
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
88
|
+
offset: 1,
|
|
89
|
+
stopColor: "#84D6AC"
|
|
90
|
+
})]
|
|
91
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
92
|
+
id: "blobby-icon-site_svg__c",
|
|
93
|
+
x1: 137,
|
|
94
|
+
x2: 147,
|
|
95
|
+
y1: 93,
|
|
96
|
+
y2: 108,
|
|
97
|
+
gradientUnits: "userSpaceOnUse",
|
|
98
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
99
|
+
stopColor: "#2C8658"
|
|
100
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
101
|
+
offset: 1,
|
|
102
|
+
stopColor: "#ACD278"
|
|
103
|
+
})]
|
|
104
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
105
|
+
id: "blobby-icon-site_svg__d",
|
|
106
|
+
x1: 78,
|
|
107
|
+
x2: 88,
|
|
108
|
+
y1: 18,
|
|
109
|
+
y2: 33,
|
|
110
|
+
gradientUnits: "userSpaceOnUse",
|
|
111
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
112
|
+
stopColor: "#2C8658"
|
|
113
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
114
|
+
offset: 1,
|
|
115
|
+
stopColor: "#ACD278"
|
|
116
|
+
})]
|
|
117
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
118
|
+
id: "blobby-icon-site_svg__e",
|
|
119
|
+
x1: 54,
|
|
120
|
+
x2: 64,
|
|
121
|
+
y1: 69,
|
|
122
|
+
y2: 84,
|
|
123
|
+
gradientUnits: "userSpaceOnUse",
|
|
124
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
125
|
+
stopColor: "#2C8658"
|
|
126
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
127
|
+
offset: 1,
|
|
128
|
+
stopColor: "#ACD278"
|
|
129
|
+
})]
|
|
130
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
131
|
+
id: "blobby-icon-site_svg__f",
|
|
132
|
+
x1: 125.5,
|
|
133
|
+
x2: 50,
|
|
134
|
+
y1: 101.5,
|
|
135
|
+
y2: 26,
|
|
136
|
+
gradientUnits: "userSpaceOnUse",
|
|
137
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
138
|
+
stopColor: "#F1F0EC"
|
|
139
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
140
|
+
offset: 1,
|
|
141
|
+
stopColor: "#84D6AC"
|
|
142
|
+
})]
|
|
143
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
144
|
+
id: "blobby-icon-site_svg__h",
|
|
145
|
+
x1: 94.5,
|
|
146
|
+
x2: 126.628,
|
|
147
|
+
y1: 70.114,
|
|
148
|
+
y2: 100.721,
|
|
149
|
+
gradientUnits: "userSpaceOnUse",
|
|
150
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
151
|
+
stopColor: "#2C8658"
|
|
152
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
153
|
+
offset: 1,
|
|
154
|
+
stopColor: "#ACD278"
|
|
155
|
+
})]
|
|
156
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
157
|
+
id: "blobby-icon-site_svg__a",
|
|
158
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
159
|
+
fill: "#fff",
|
|
160
|
+
d: "M0 0h200v128H0z"
|
|
161
|
+
})
|
|
162
|
+
})]
|
|
163
|
+
})]
|
|
7
164
|
});
|
|
8
|
-
|
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
const _excluded = ["title", "titleId"];
|
|
12
|
-
const SvgBlobbyIconSite = _ref => {
|
|
13
|
-
let {
|
|
14
|
-
title,
|
|
15
|
-
titleId
|
|
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
|
-
fill: "none",
|
|
21
|
-
viewBox: "0 0 200 128",
|
|
22
|
-
"aria-labelledby": titleId
|
|
23
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
|
-
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
clipPath: "url(#blobby-icon-site_svg__a)"
|
|
27
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
fill: "#E2F6EC",
|
|
29
|
-
fillRule: "evenodd",
|
|
30
|
-
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
31
|
-
clipRule: "evenodd"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
fill: "url(#blobby-icon-site_svg__b)",
|
|
34
|
-
fillOpacity: 0.2,
|
|
35
|
-
fillRule: "evenodd",
|
|
36
|
-
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
37
|
-
clipRule: "evenodd"
|
|
38
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
-
fill: "url(#blobby-icon-site_svg__c)",
|
|
40
|
-
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"
|
|
41
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
fill: "url(#blobby-icon-site_svg__d)",
|
|
43
|
-
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"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
fill: "url(#blobby-icon-site_svg__e)",
|
|
46
|
-
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"
|
|
47
|
-
}), /*#__PURE__*/React.createElement("mask", {
|
|
48
|
-
id: "blobby-icon-site_svg__g",
|
|
49
|
-
width: 200,
|
|
50
|
-
height: 128,
|
|
51
|
-
x: 0,
|
|
52
|
-
y: 0,
|
|
53
|
-
maskUnits: "userSpaceOnUse",
|
|
54
|
-
style: {
|
|
55
|
-
maskType: 'alpha'
|
|
56
|
-
}
|
|
57
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
58
|
-
fill: "#E2F6EC",
|
|
59
|
-
fillRule: "evenodd",
|
|
60
|
-
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
61
|
-
clipRule: "evenodd"
|
|
62
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
fill: "url(#blobby-icon-site_svg__f)",
|
|
64
|
-
fillOpacity: 0.2,
|
|
65
|
-
fillRule: "evenodd",
|
|
66
|
-
d: "M96.821 12.057c24.878-.65 53.949 4 61.596 27.683 7.623 23.607-13.691 43.746-33.873 58.171-19.515 13.948-44.256 25.396-64.012 11.791-20.912-14.4-24.98-43.182-16.134-66.982 7.796-20.98 30.05-30.078 52.423-30.663",
|
|
67
|
-
clipRule: "evenodd"
|
|
68
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
69
|
-
mask: "url(#blobby-icon-site_svg__g)"
|
|
70
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
71
|
-
fill: "url(#blobby-icon-site_svg__h)",
|
|
72
|
-
d: "m146.963 80.963-33.638-33.638L94.5 74.5 77.5 88l27.5 27.5z",
|
|
73
|
-
opacity: 0.25
|
|
74
|
-
})), /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
fill: "#EAF3DC",
|
|
76
|
-
d: "M99.999 40c-8.813 0-16 7.187-16 16 0 3.943 2.338 8.328 4.99 12.688a99 99 0 0 0 3.02 4.645 140 140 0 0 0 4.633 6.326c1.67 2.151 5.044 2.151 6.714 0a140 140 0 0 0 4.634-6.326 100 100 0 0 0 3.019-4.645c2.652-4.36 4.99-8.745 4.99-12.688 0-8.813-7.187-16-16-16"
|
|
77
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
-
fill: "#EAF3DC",
|
|
79
|
-
d: "M103.356 79.659c-1.67 2.151-5.044 2.151-6.714 0a140 140 0 0 1-4.634-6.326h-8.376a4.67 4.67 0 0 0-4.266 2.771l-2.96 6.667a4.65 4.65 0 0 0 .348 4.437 4.65 4.65 0 0 0 3.914 2.125h38.659c1.585 0 3.05-.794 3.914-2.125a4.65 4.65 0 0 0 .352-4.437l-2.961-6.667a4.67 4.67 0 0 0-4.266-2.77h-8.376a140 140 0 0 1-4.634 6.325"
|
|
80
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
81
|
-
fill: "#2C8658",
|
|
82
|
-
d: "M99.999 40c-8.813 0-16 7.187-16 16 0 3.943 2.338 8.328 4.99 12.688 2.651 4.359 5.742 8.507 7.653 10.97 1.67 2.152 5.044 2.152 6.714 0 1.911-2.463 5.002-6.611 7.653-10.97 2.652-4.36 4.99-8.745 4.99-12.688 0-8.813-7.187-16-16-16m0 4c6.651 0 12 5.349 12 12 0 2.067-1.89 6.469-4.409 10.61-2.518 4.14-5.539 8.205-7.396 10.598-.133.171-.258.171-.39 0-1.857-2.393-4.878-6.458-7.396-10.599-2.519-4.14-4.409-8.542-4.409-10.609 0-6.651 5.349-12 12-12m0 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8M83.632 73.333a4.67 4.67 0 0 0-4.266 2.771l-2.96 6.667a4.65 4.65 0 0 0 .348 4.437 4.65 4.65 0 0 0 3.914 2.125h38.659c1.585 0 3.05-.794 3.914-2.125a4.65 4.65 0 0 0 .352-4.437l-2.961-6.667a4.67 4.67 0 0 0-4.266-2.77h-4.341a119 119 0 0 1-2.766 4h7.107c.263 0 .503.154.61.395l2.96 6.667a.65.65 0 0 1-.049.635.65.65 0 0 1-.557.302H80.668a.65.65 0 0 1-.56-.304.65.65 0 0 1-.05-.633l2.964-6.667a.67.67 0 0 1 .61-.396h7.104a116 116 0 0 1-2.763-4z"
|
|
83
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
84
|
-
id: "blobby-icon-site_svg__b",
|
|
85
|
-
x1: 125.5,
|
|
86
|
-
x2: 50,
|
|
87
|
-
y1: 101.5,
|
|
88
|
-
y2: 26,
|
|
89
|
-
gradientUnits: "userSpaceOnUse"
|
|
90
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
-
stopColor: "#F1F0EC"
|
|
92
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
-
offset: 1,
|
|
94
|
-
stopColor: "#84D6AC"
|
|
95
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
96
|
-
id: "blobby-icon-site_svg__c",
|
|
97
|
-
x1: 137,
|
|
98
|
-
x2: 147,
|
|
99
|
-
y1: 93,
|
|
100
|
-
y2: 108,
|
|
101
|
-
gradientUnits: "userSpaceOnUse"
|
|
102
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
103
|
-
stopColor: "#2C8658"
|
|
104
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
105
|
-
offset: 1,
|
|
106
|
-
stopColor: "#ACD278"
|
|
107
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
108
|
-
id: "blobby-icon-site_svg__d",
|
|
109
|
-
x1: 78,
|
|
110
|
-
x2: 88,
|
|
111
|
-
y1: 18,
|
|
112
|
-
y2: 33,
|
|
113
|
-
gradientUnits: "userSpaceOnUse"
|
|
114
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
115
|
-
stopColor: "#2C8658"
|
|
116
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
117
|
-
offset: 1,
|
|
118
|
-
stopColor: "#ACD278"
|
|
119
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
120
|
-
id: "blobby-icon-site_svg__e",
|
|
121
|
-
x1: 54,
|
|
122
|
-
x2: 64,
|
|
123
|
-
y1: 69,
|
|
124
|
-
y2: 84,
|
|
125
|
-
gradientUnits: "userSpaceOnUse"
|
|
126
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
127
|
-
stopColor: "#2C8658"
|
|
128
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
129
|
-
offset: 1,
|
|
130
|
-
stopColor: "#ACD278"
|
|
131
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
132
|
-
id: "blobby-icon-site_svg__f",
|
|
133
|
-
x1: 125.5,
|
|
134
|
-
x2: 50,
|
|
135
|
-
y1: 101.5,
|
|
136
|
-
y2: 26,
|
|
137
|
-
gradientUnits: "userSpaceOnUse"
|
|
138
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
139
|
-
stopColor: "#F1F0EC"
|
|
140
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
141
|
-
offset: 1,
|
|
142
|
-
stopColor: "#84D6AC"
|
|
143
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
144
|
-
id: "blobby-icon-site_svg__h",
|
|
145
|
-
x1: 94.5,
|
|
146
|
-
x2: 126.628,
|
|
147
|
-
y1: 70.114,
|
|
148
|
-
y2: 100.721,
|
|
149
|
-
gradientUnits: "userSpaceOnUse"
|
|
150
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
151
|
-
stopColor: "#2C8658"
|
|
152
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
153
|
-
offset: 1,
|
|
154
|
-
stopColor: "#ACD278"
|
|
155
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
156
|
-
id: "blobby-icon-site_svg__a"
|
|
157
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
158
|
-
fill: "#fff",
|
|
159
|
-
d: "M0 0h200v128H0z"
|
|
160
|
-
}))));
|
|
161
|
-
};
|
|
162
|
-
var _default = exports.default = SvgBlobbyIconSite;
|
|
165
|
+
export default SvgBlobbyIconSite;
|