@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.
Files changed (322) hide show
  1. package/_vendor/react-multi-carousel/index.js +13 -0
  2. package/_vendor/react-multi-carousel/lib/Arrows.js +13 -0
  3. package/_vendor/react-multi-carousel/lib/Carousel.js +19 -0
  4. package/_vendor/react-multi-carousel/lib/CarouselItems.js +14 -0
  5. package/_vendor/react-multi-carousel/lib/Dots.js +16 -0
  6. package/_vendor/react-multi-carousel/lib/index.js +13 -0
  7. package/_vendor/react-multi-carousel/lib/types.js +13 -0
  8. package/_vendor/react-multi-carousel/lib/utils/clones.js +14 -0
  9. package/_vendor/react-multi-carousel/lib/utils/common.js +13 -0
  10. package/_vendor/react-multi-carousel/lib/utils/dots.js +14 -0
  11. package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +12 -0
  12. package/_vendor/react-multi-carousel/lib/utils/index.js +20 -0
  13. package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +14 -0
  14. package/_vendor/react-multi-carousel/lib/utils/next.js +13 -0
  15. package/_vendor/react-multi-carousel/lib/utils/previous.js +14 -0
  16. package/_vendor/react-multi-carousel/lib/utils/throttle.js +12 -0
  17. package/_vendor/react-multi-carousel/lib/utils/throwError.js +14 -0
  18. package/_virtual/Arrows.js +3 -0
  19. package/_virtual/Carousel.js +3 -0
  20. package/_virtual/CarouselItems.js +3 -0
  21. package/_virtual/Dots.js +3 -0
  22. package/_virtual/_commonjsHelpers.js +5 -0
  23. package/_virtual/clones.js +3 -0
  24. package/_virtual/common.js +3 -0
  25. package/_virtual/dots2.js +3 -0
  26. package/_virtual/elementWidth.js +3 -0
  27. package/_virtual/index.js +7 -0
  28. package/_virtual/index2.js +3 -0
  29. package/_virtual/index3.js +3 -0
  30. package/_virtual/mouseOrTouchMove.js +3 -0
  31. package/_virtual/next.js +3 -0
  32. package/_virtual/previous.js +3 -0
  33. package/_virtual/throttle.js +3 -0
  34. package/_virtual/throwError.js +3 -0
  35. package/_virtual/types.js +3 -0
  36. package/components/AntSwitch/index.js +6 -4
  37. package/components/Autocomplete/Autocomplete.js +19 -16
  38. package/components/Badge/index.js +8 -6
  39. package/components/BusySpinner/index.js +11 -8
  40. package/components/Button/Button.js +12 -9
  41. package/components/Checkbox.js +11 -8
  42. package/components/Confirm/index.js +14 -17
  43. package/components/DatePicker/DatePicker.js +19 -23
  44. package/components/DialogBox/DialogBox.js +25 -20
  45. package/components/Divisor.js +11 -8
  46. package/components/Dropdown.js +18 -15
  47. package/components/EditableTable/index.js +17 -14
  48. package/components/ErrorBox/ErrorBox.js +18 -15
  49. package/components/FileChooser/index.js +20 -15
  50. package/components/FormBottomBar/index.js +15 -12
  51. package/components/Icon/Icon.js +9 -6
  52. package/components/Icon/icons/index.js +252 -251
  53. package/components/IconTooltip/index.js +14 -9
  54. package/components/Map/MapBox.js +35 -32
  55. package/components/Map/MapContainer.js +10 -6
  56. package/components/Map/MapDateSliderControl.js +14 -12
  57. package/components/Map/MapDrawer.js +16 -12
  58. package/components/Map/MapLegend.js +32 -28
  59. package/components/Map/MapViewStyleControl.js +11 -9
  60. package/components/Map/ReactMapboxWrapper.js +1 -1
  61. package/components/Map/index.js +13 -11
  62. package/components/Map/types.js +5 -3
  63. package/components/Map/useMaintainLayerOrder.js +5 -2
  64. package/components/Markdown/index.js +6 -4
  65. package/components/Message/Message.js +25 -20
  66. package/components/MultiSelect/index.js +26 -23
  67. package/components/Navbar/NavFooter.js +8 -5
  68. package/components/Navbar/NavItem.js +14 -11
  69. package/components/Navbar/NavSection.js +10 -7
  70. package/components/Navbar/Navbar.js +16 -11
  71. package/components/Navbar/SubNavbar.js +8 -5
  72. package/components/Note.js +10 -7
  73. package/components/OverlayModal/OverlayModal.js +13 -11
  74. package/components/PageForm/index.js +15 -12
  75. package/components/PhotoChooser/index.js +30 -25
  76. package/components/PhotosCarousel/index.js +15 -18
  77. package/components/Pill/index.js +14 -11
  78. package/components/PillList/index.js +10 -7
  79. package/components/PlacementWrapper/index.js +8 -6
  80. package/components/PopoverMenu/Popover.js +12 -9
  81. package/components/PopoverMenu/index.js +14 -11
  82. package/components/PopoverMultiSelect/index.js +14 -11
  83. package/components/ProgressCircle/ProgressCircle.js +12 -9
  84. package/components/RadioButton.js +9 -6
  85. package/components/Select/Select.js +9 -6
  86. package/components/Select/SelectT.js +30 -26
  87. package/components/Separator/index.js +7 -5
  88. package/components/Size.js +1 -1
  89. package/components/Slider/index.js +9 -6
  90. package/components/SummaryBox.js +13 -10
  91. package/components/Tabs/index.js +22 -18
  92. package/components/TextTruncated/index.js +13 -20
  93. package/components/Textfield/Textfield.js +34 -28
  94. package/components/Textfield/TruncatedTextArea.js +12 -10
  95. package/components/TimelineSlider/TimelineMarker.js +8 -6
  96. package/components/TimelineSlider/TimelineRail.js +6 -4
  97. package/components/TimelineSlider/index.js +14 -12
  98. package/components/Tooltip/Tooltip.js +12 -7
  99. package/components/ViewPhotosDialog/index.js +14 -11
  100. package/components/VirtualWalkthrough/Annotation.js +10 -8
  101. package/components/VirtualWalkthrough/AnnotationEditPane.js +23 -21
  102. package/components/VirtualWalkthrough/AnnotationPanel.js +16 -14
  103. package/components/VirtualWalkthrough/Application.js +9 -7
  104. package/components/VirtualWalkthrough/AutoRotator.js +5 -3
  105. package/components/VirtualWalkthrough/BlockingSpinner.js +10 -7
  106. package/components/VirtualWalkthrough/BoundaryRing.js +8 -6
  107. package/components/VirtualWalkthrough/BoundaryWall.js +8 -6
  108. package/components/VirtualWalkthrough/CameraInfo.js +15 -13
  109. package/components/VirtualWalkthrough/ControlsInfoPane.js +59 -57
  110. package/components/VirtualWalkthrough/GradientSky.js +8 -6
  111. package/components/VirtualWalkthrough/SplatControls.js +37 -35
  112. package/components/VirtualWalkthrough/SplatCrop.js +6 -4
  113. package/components/VirtualWalkthrough/SplatFadeCrop.js +7 -5
  114. package/components/VirtualWalkthrough/SplatModel.js +17 -14
  115. package/components/VirtualWalkthrough/SplatRevealRain.js +6 -4
  116. package/components/VirtualWalkthrough/TfAnnotationManager.js +8 -5
  117. package/components/VirtualWalkthrough/TfXrNavigation.js +7 -5
  118. package/components/VirtualWalkthrough/VirtualWalkthroughViewer.js +47 -45
  119. package/components/VirtualWalkthrough/VrAnnotationPanel.js +9 -7
  120. package/components/VirtualWalkthrough/XrAnnotationInteraction.js +9 -7
  121. package/components/VirtualWalkthrough/XrExitButton.js +9 -7
  122. package/components/VirtualWalkthrough/XrGazeDwell.js +9 -7
  123. package/components/VirtualWalkthrough/XrPointerRay.js +9 -7
  124. package/components/VirtualWalkthrough/boundary-ring.js +7 -5
  125. package/components/VirtualWalkthrough/boundary-wall.js +8 -6
  126. package/components/VirtualWalkthrough/groundPlane.js +6 -3
  127. package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +5 -2
  128. package/components/VirtualWalkthrough/splatFormat.js +6 -4
  129. package/components/VirtualWalkthrough/vr-annotation-panel-layout.js +4 -2
  130. package/components/VirtualWalkthrough/vr-annotation-panel.js +8 -5
  131. package/components/VirtualWalkthrough/walkthrough-camera.js +6 -4
  132. package/components/VirtualWalkthrough/xr-annotation-candidates.js +8 -6
  133. package/components/VirtualWalkthrough/xr-annotation-interaction.js +9 -6
  134. package/components/VirtualWalkthrough/xr-annotation-targeting.js +5 -2
  135. package/components/VirtualWalkthrough/xr-button-arming.js +4 -2
  136. package/components/VirtualWalkthrough/xr-button-hold.js +5 -3
  137. package/components/VirtualWalkthrough/xr-exit-button.js +10 -8
  138. package/components/VirtualWalkthrough/xr-face-buttons.js +6 -4
  139. package/components/VirtualWalkthrough/xr-gaze-dwell-state.js +5 -3
  140. package/components/VirtualWalkthrough/xr-gaze-dwell.js +9 -7
  141. package/components/VirtualWalkthrough/xr-interactive-ui.js +10 -8
  142. package/components/VirtualWalkthrough/xr-pointer-ray.js +5 -3
  143. package/components/VirtualWalkthrough/xr-progress-pie.js +4 -2
  144. package/components/VirtualWalkthrough/xr-ray-quad.js +5 -2
  145. package/components/VirtualWalkthrough/xr-scene-bounds.js +5 -3
  146. package/components/VirtualWalkthrough/xr-teleport-gesture.js +4 -2
  147. package/components/svg/BlobbyGrayIconImage.js +13 -11
  148. package/components/svg/BlobbyGrayIconImport.js +13 -11
  149. package/components/svg/BlobbyGrayIconUploadToTheCloud.js +13 -11
  150. package/components/svg/BlobbyIconCloudChecked.js +41 -39
  151. package/components/svg/BlobbyIconExportOrUploadPhoto.js +41 -39
  152. package/components/svg/BlobbyIconFolder.js +41 -39
  153. package/components/svg/BlobbyIconGraphReport.js +41 -39
  154. package/components/svg/BlobbyIconHappy.js +41 -39
  155. package/components/svg/BlobbyIconHeartMonitor.js +41 -39
  156. package/components/svg/BlobbyIconLeaf.js +41 -39
  157. package/components/svg/BlobbyIconLibrary.js +41 -39
  158. package/components/svg/BlobbyIconNursery.js +41 -39
  159. package/components/svg/BlobbyIconOrganization.js +41 -39
  160. package/components/svg/BlobbyIconParchment.js +41 -39
  161. package/components/svg/BlobbyIconPeople.js +41 -39
  162. package/components/svg/BlobbyIconSeedBank.js +41 -39
  163. package/components/svg/BlobbyIconSeedling.js +41 -39
  164. package/components/svg/BlobbyIconSeeds.js +41 -39
  165. package/components/svg/BlobbyIconSite.js +42 -40
  166. package/components/svg/BlobbyIconSparkles.js +41 -39
  167. package/components/svg/BlobbyIconWrench.js +41 -39
  168. package/components/svg/Bug.js +8 -6
  169. package/components/svg/Calendar.js +8 -6
  170. package/components/svg/CaretDown.js +8 -6
  171. package/components/svg/CaretLeft.js +8 -6
  172. package/components/svg/CaretRight.js +8 -6
  173. package/components/svg/CaretUp.js +8 -6
  174. package/components/svg/ChevronDown.js +8 -6
  175. package/components/svg/ChevronUp.js +8 -6
  176. package/components/svg/Close.js +8 -6
  177. package/components/svg/Critical.js +8 -6
  178. package/components/svg/Edit.js +41 -39
  179. package/components/svg/Error.js +8 -6
  180. package/components/svg/Filter.js +8 -6
  181. package/components/svg/Folder.js +8 -6
  182. package/components/svg/Help.js +8 -6
  183. package/components/svg/Home.js +8 -6
  184. package/components/svg/IconAdd.js +8 -6
  185. package/components/svg/IconArrowRight.js +8 -6
  186. package/components/svg/IconBusinessNetwork.js +8 -6
  187. package/components/svg/IconCalendar.js +8 -6
  188. package/components/svg/IconCancel.js +8 -6
  189. package/components/svg/IconChargingBattery.js +8 -6
  190. package/components/svg/IconChecklist.js +8 -6
  191. package/components/svg/IconCheckmark.js +8 -6
  192. package/components/svg/IconCoinInHand.js +8 -6
  193. package/components/svg/IconColumns.js +8 -6
  194. package/components/svg/IconComment.js +8 -6
  195. package/components/svg/IconDashboard.js +8 -6
  196. package/components/svg/IconDataMigration.js +8 -6
  197. package/components/svg/IconDocument.js +8 -6
  198. package/components/svg/IconDownloadFromTheCloud.js +8 -6
  199. package/components/svg/IconEdit.js +8 -6
  200. package/components/svg/IconExpand.js +8 -6
  201. package/components/svg/IconExport.js +8 -6
  202. package/components/svg/IconExternalLink.js +8 -6
  203. package/components/svg/IconEye.js +8 -6
  204. package/components/svg/IconEyeOff.js +8 -6
  205. package/components/svg/IconFile.js +8 -6
  206. package/components/svg/IconFolder.js +8 -6
  207. package/components/svg/IconFullScreen.js +8 -6
  208. package/components/svg/IconFutures.js +8 -6
  209. package/components/svg/IconGraphReport.js +8 -6
  210. package/components/svg/IconHeartMonitor.js +8 -6
  211. package/components/svg/IconHelp.js +8 -6
  212. package/components/svg/IconHistory.js +8 -6
  213. package/components/svg/IconImport.js +8 -6
  214. package/components/svg/IconIndex.js +8 -6
  215. package/components/svg/IconLayers.js +8 -6
  216. package/components/svg/IconLibrary.js +8 -6
  217. package/components/svg/IconList.js +8 -6
  218. package/components/svg/IconLivePlant.js +8 -6
  219. package/components/svg/IconLocations.js +8 -6
  220. package/components/svg/IconMail.js +8 -6
  221. package/components/svg/IconManager.js +8 -6
  222. package/components/svg/IconMarker.js +8 -6
  223. package/components/svg/IconMenu.js +8 -6
  224. package/components/svg/IconMenuHorizontal.js +8 -6
  225. package/components/svg/IconModule.js +8 -6
  226. package/components/svg/IconMyLocation.js +8 -6
  227. package/components/svg/IconNote.js +8 -6
  228. package/components/svg/IconNursery.js +8 -6
  229. package/components/svg/IconOrg.js +8 -6
  230. package/components/svg/IconParchment.js +8 -6
  231. package/components/svg/IconPhoto.js +8 -6
  232. package/components/svg/IconPlantsFilled.js +8 -6
  233. package/components/svg/IconRedo.js +8 -6
  234. package/components/svg/IconRestorationSite.js +8 -6
  235. package/components/svg/IconSeedBank.js +8 -6
  236. package/components/svg/IconSeedling.js +8 -6
  237. package/components/svg/IconSettings.js +8 -6
  238. package/components/svg/IconSlice.js +8 -6
  239. package/components/svg/IconSubmit.js +8 -6
  240. package/components/svg/IconSubtract.js +8 -6
  241. package/components/svg/IconSynced.js +8 -6
  242. package/components/svg/IconTrashCan.js +8 -6
  243. package/components/svg/IconTreasureMap.js +8 -6
  244. package/components/svg/IconUnavailable.js +8 -6
  245. package/components/svg/IconUndo.js +8 -6
  246. package/components/svg/IconVariable.js +8 -6
  247. package/components/svg/IconVideo.js +9 -7
  248. package/components/svg/IconWifi.js +8 -6
  249. package/components/svg/Info.js +8 -6
  250. package/components/svg/Key.js +8 -6
  251. package/components/svg/Leaf.js +8 -6
  252. package/components/svg/Lock.js +8 -6
  253. package/components/svg/Logo.js +16 -14
  254. package/components/svg/MenuVertical.js +8 -6
  255. package/components/svg/Notification.js +8 -6
  256. package/components/svg/Person.js +8 -6
  257. package/components/svg/Plus.js +8 -6
  258. package/components/svg/RestorationSite.js +8 -6
  259. package/components/svg/Search.js +8 -6
  260. package/components/svg/Seeds.js +8 -6
  261. package/components/svg/Site.js +8 -6
  262. package/components/svg/Sparkles.js +8 -6
  263. package/components/svg/Species.js +8 -6
  264. package/components/svg/Species2.js +41 -39
  265. package/components/svg/Spinner.js +16 -14
  266. package/components/svg/Star.js +8 -6
  267. package/components/svg/Success.js +8 -6
  268. package/components/svg/SuccessFilled.js +8 -6
  269. package/components/svg/TerrawareLogoDesktop.js +17 -15
  270. package/components/svg/TerrawareLogoMobile.js +9 -7
  271. package/components/svg/Touchscreen.js +8 -6
  272. package/components/svg/UploadCloud.js +41 -39
  273. package/components/svg/Warning.js +8 -6
  274. package/components/svg/WelcomeClipboard.js +32 -30
  275. package/components/svg/index.js +127 -127
  276. package/components/table/EnhancedTableToolbar.js +18 -15
  277. package/components/table/EnhancedTableToolbarV2.js +8 -6
  278. package/components/table/TableCellRenderer.js +37 -32
  279. package/components/table/TableHeader.js +17 -14
  280. package/components/table/TableHeaderItem.js +18 -15
  281. package/components/table/density.js +5 -3
  282. package/components/table/index.js +40 -37
  283. package/components/table/sort.js +6 -4
  284. package/components/table/types.js +1 -1
  285. package/components/types/index.js +1 -1
  286. package/hooks/useBoolean.js +4 -2
  287. package/hooks/useCameraPosition.js +5 -2
  288. package/hooks/useDevicePerformance.js +6 -3
  289. package/hooks/useXr.js +6 -4
  290. package/index.js +55 -58
  291. package/package.json +6 -2
  292. package/style-dictionary-dist/TerrawareTheme.js +2 -1
  293. package/theme.js +5 -2
  294. package/utils/color.js +5 -2
  295. package/utils/date.js +7 -6
  296. package/utils/index.js +4 -5
  297. package/utils/preventDefaultEvent.js +2 -1
  298. package/utils/text.js +3 -2
  299. package/utils/useDeviceInfo.js +2 -1
  300. package/virtualWalkthrough.js +23 -31
  301. package/components/Button/button.test.js +0 -23
  302. package/components/MultiSelect/MultiSelect.test.js +0 -73
  303. package/components/VirtualWalkthrough/TfXrNavigation.test.js +0 -110
  304. package/components/VirtualWalkthrough/boundary-ring.test.js +0 -109
  305. package/components/VirtualWalkthrough/boundary-wall.test.js +0 -203
  306. package/components/VirtualWalkthrough/groundPlane.test.js +0 -45
  307. package/components/VirtualWalkthrough/splatFormat.test.js +0 -51
  308. package/components/VirtualWalkthrough/vr-annotation-panel-layout.test.js +0 -26
  309. package/components/VirtualWalkthrough/xr-annotation-targeting.test.js +0 -66
  310. package/components/VirtualWalkthrough/xr-button-arming.test.js +0 -35
  311. package/components/VirtualWalkthrough/xr-button-hold.test.js +0 -57
  312. package/components/VirtualWalkthrough/xr-exit-button.test.js +0 -23
  313. package/components/VirtualWalkthrough/xr-face-buttons.test.js +0 -82
  314. package/components/VirtualWalkthrough/xr-gaze-dwell-state.test.js +0 -61
  315. package/components/VirtualWalkthrough/xr-interactive-ui.test.js +0 -165
  316. package/components/VirtualWalkthrough/xr-progress-pie.test.js +0 -79
  317. package/components/VirtualWalkthrough/xr-ray-quad.test.js +0 -37
  318. package/components/VirtualWalkthrough/xr-scene-bounds.test.js +0 -70
  319. package/components/VirtualWalkthrough/xr-teleport-gesture.test.js +0 -90
  320. package/components/table/sort.test.js +0 -35
  321. package/utils/date.test.js +0 -84
  322. package/utils/text.test.js +0 -21
@@ -1,41 +1,42 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import 'react';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
3
4
  const SvgBlobbyIconSeedling = ({
4
5
  title,
5
6
  titleId,
6
7
  ...props
7
- }) => /*#__PURE__*/_jsxs("svg", {
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__*/_jsx("title", {
14
+ children: [title ? /*#__PURE__*/jsx("title", {
14
15
  id: titleId,
15
16
  children: title
16
- }) : null, /*#__PURE__*/_jsxs("g", {
17
+ }) : null, /*#__PURE__*/jsxs("g", {
17
18
  clipPath: "url(#blobby-icon-seedling_svg__a)",
18
- children: [/*#__PURE__*/_jsx("path", {
19
+ children: [/*#__PURE__*/jsx("path", {
19
20
  fill: "#E2F6EC",
20
21
  fillRule: "evenodd",
21
22
  d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
22
23
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  fill: "url(#blobby-icon-seedling_svg__b)",
25
26
  fillOpacity: 0.2,
26
27
  fillRule: "evenodd",
27
28
  d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
28
29
  clipRule: "evenodd"
29
- }), /*#__PURE__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  fill: "url(#blobby-icon-seedling_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__*/_jsx("path", {
33
+ }), /*#__PURE__*/jsx("path", {
33
34
  fill: "url(#blobby-icon-seedling_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__*/_jsx("path", {
36
+ }), /*#__PURE__*/jsx("path", {
36
37
  fill: "url(#blobby-icon-seedling_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__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-seedling_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,118 +46,119 @@ const SvgBlobbyIconSeedling = ({
45
46
  style: {
46
47
  maskType: 'alpha'
47
48
  },
48
- children: [/*#__PURE__*/_jsx("path", {
49
+ children: [/*#__PURE__*/jsx("path", {
49
50
  fill: "#E2F6EC",
50
51
  fillRule: "evenodd",
51
52
  d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
52
53
  clipRule: "evenodd"
53
- }), /*#__PURE__*/_jsx("path", {
54
+ }), /*#__PURE__*/jsx("path", {
54
55
  fill: "url(#blobby-icon-seedling_svg__f)",
55
56
  fillOpacity: 0.2,
56
57
  fillRule: "evenodd",
57
58
  d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
58
59
  clipRule: "evenodd"
59
60
  })]
60
- }), /*#__PURE__*/_jsx("g", {
61
+ }), /*#__PURE__*/jsx("g", {
61
62
  mask: "url(#blobby-icon-seedling_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-seedling_svg__h)",
64
65
  d: "m155.155 73.04-31.877-31.877L71.271 56.86l9.698 9.698-.492.774 14.47 14.47-8.29 7.7 23.21 23.21z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  d: "M84.823 37.427q.527-.065 1.052-.086c1.05-.042 2.094.046 3.104.271 2.52.561 4.77 2.131 6.263 4.471a2 2 0 0 1 .35.136c.69.185 1.877.589 3.156 1.867.479.48.835 1.344 1.252 2.042.417-.698.773-1.563 1.253-2.042 1.272-1.273 2.453-1.678 3.148-1.865l.005-.002q.17-.084.352-.136c1.493-2.34 3.743-3.91 6.263-4.471 2.694-.6 5.615-.22 8.32.995 5.41 2.43 9.992 8.361 9.992 16.86a1.99 1.99 0 0 1-1.068 1.769 2 2 0 0 1-2.064-.121c-1.494-1.027-3.202-.868-5.422-.248-2.221.62-4.543 1.8-7.162 1.8-3.112 0-6.249-1.29-8.427-3.677-1.06-1.087-2.162-2.326-3.19-3.49V64h16a2 2 0 1 1 0 4h-.878l-1.937 17.477c-.413 3.695-3.569 6.523-7.289 6.523h-15.79c-3.72 0-6.878-2.826-7.288-6.523L82.878 68H82a2 2 0 1 1 0-4h16V51.5c-2.357 2.576-2.206 2.48-3.19 3.49-2.177 2.387-5.315 3.677-8.427 3.677-2.619 0-4.941-1.18-7.162-1.8s-3.928-.779-5.421.248a2 2 0 0 1-3.133-1.649c0-8.498 4.582-14.428 9.992-16.86a14.5 14.5 0 0 1 4.164-1.179"
70
- }), /*#__PURE__*/_jsx("path", {
71
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#2C8658",
72
73
  d: "M85.875 37.341q-.524.021-1.052.086a14.5 14.5 0 0 0-4.164 1.18c-5.41 2.43-9.992 8.361-9.992 16.86a2.001 2.001 0 0 0 3.133 1.648c1.493-1.027 3.201-.868 5.421-.248s4.543 1.8 7.162 1.8c3.112 0 6.25-1.29 8.427-3.677a2.001 2.001 0 1 0-2.953-2.696c-1.332 1.46-3.52 2.373-5.474 2.373-1.123 0-3.474-.922-6.086-1.651-1.584-.443-3.412-.705-5.247-.461.87-5.31 3.857-8.776 7.25-10.3 1.999-.898 4.081-1.125 5.81-.74.47.105.842.357 1.257.545-4.802.942-7.552 3.971-7.552 3.971a2 2 0 1 0 3.037 2.604s3.059-3.83 9.458-2.666q.054.009.11.015s.579.01 1.5.93c.92.92 2.08 2.8 2.08 7.086v10H82a2 2 0 1 0 0 4h.878l1.94 17.477c.41 3.697 3.568 6.523 7.289 6.523h15.789c3.72 0 6.876-2.828 7.289-6.523L117.122 68H118a2 2 0 1 0 0-4h-16V54c0-4.286 1.16-6.165 2.081-7.086.92-.92 1.496-.93 1.497-.93h.003l.109-.015c6.399-1.164 9.459 2.666 9.459 2.666a1.996 1.996 0 0 0 2.832.231 2 2 0 0 0 .693-1.375 2 2 0 0 0-.489-1.46s-2.75-3.03-7.552-3.971c.415-.188.788-.44 1.258-.544 1.728-.386 3.81-.16 5.81.74 3.392 1.523 6.379 4.989 7.25 10.299-1.835-.244-3.664.018-5.248.46-2.611.73-4.963 1.652-6.086 1.652-1.954 0-4.142-.912-5.474-2.373a1.995 1.995 0 0 0-2.186-.587 2 2 0 0 0-1.334 1.828 1.997 1.997 0 0 0 .567 1.455c2.178 2.387 5.315 3.677 8.427 3.677 2.619 0 4.941-1.18 7.162-1.8s3.928-.779 5.422.248a1.998 1.998 0 0 0 3.132-1.649c0-8.498-4.582-14.428-9.992-16.86-2.705-1.215-5.626-1.594-8.32-.994-2.52.561-4.77 2.131-6.263 4.471a2 2 0 0 0-.357.138c-.695.187-1.876.592-3.148 1.865-.48.48-.836 1.344-1.253 2.042-.417-.698-.773-1.563-1.252-2.042-1.279-1.278-2.466-1.682-3.157-1.867a2 2 0 0 0-.349-.136c-1.493-2.34-3.743-3.91-6.263-4.471a12 12 0 0 0-3.104-.27M86.901 68h12.771c.215.035.434.035.648 0h12.779l-1.891 17.034A3.31 3.31 0 0 1 107.896 88h-15.79a3.306 3.306 0 0 1-3.312-2.964v-.002z"
73
74
  })]
74
- }), /*#__PURE__*/_jsxs("defs", {
75
- children: [/*#__PURE__*/_jsxs("linearGradient", {
75
+ }), /*#__PURE__*/jsxs("defs", {
76
+ children: [/*#__PURE__*/jsxs("linearGradient", {
76
77
  id: "blobby-icon-seedling_svg__b",
77
78
  x1: 134,
78
79
  x2: 81.938,
79
80
  y1: 98.5,
80
81
  y2: 16.32,
81
82
  gradientUnits: "userSpaceOnUse",
82
- children: [/*#__PURE__*/_jsx("stop", {
83
+ children: [/*#__PURE__*/jsx("stop", {
83
84
  stopColor: "#F1F0EC"
84
- }), /*#__PURE__*/_jsx("stop", {
85
+ }), /*#__PURE__*/jsx("stop", {
85
86
  offset: 1,
86
87
  stopColor: "#84D6AC"
87
88
  })]
88
- }), /*#__PURE__*/_jsxs("linearGradient", {
89
+ }), /*#__PURE__*/jsxs("linearGradient", {
89
90
  id: "blobby-icon-seedling_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__*/_jsx("stop", {
96
+ children: [/*#__PURE__*/jsx("stop", {
96
97
  stopColor: "#2C8658"
97
- }), /*#__PURE__*/_jsx("stop", {
98
+ }), /*#__PURE__*/jsx("stop", {
98
99
  offset: 1,
99
100
  stopColor: "#ACD278"
100
101
  })]
101
- }), /*#__PURE__*/_jsxs("linearGradient", {
102
+ }), /*#__PURE__*/jsxs("linearGradient", {
102
103
  id: "blobby-icon-seedling_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__*/_jsx("stop", {
109
+ children: [/*#__PURE__*/jsx("stop", {
109
110
  stopColor: "#2C8658"
110
- }), /*#__PURE__*/_jsx("stop", {
111
+ }), /*#__PURE__*/jsx("stop", {
111
112
  offset: 1,
112
113
  stopColor: "#ACD278"
113
114
  })]
114
- }), /*#__PURE__*/_jsxs("linearGradient", {
115
+ }), /*#__PURE__*/jsxs("linearGradient", {
115
116
  id: "blobby-icon-seedling_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__*/_jsx("stop", {
122
+ children: [/*#__PURE__*/jsx("stop", {
122
123
  stopColor: "#2C8658"
123
- }), /*#__PURE__*/_jsx("stop", {
124
+ }), /*#__PURE__*/jsx("stop", {
124
125
  offset: 1,
125
126
  stopColor: "#ACD278"
126
127
  })]
127
- }), /*#__PURE__*/_jsxs("linearGradient", {
128
+ }), /*#__PURE__*/jsxs("linearGradient", {
128
129
  id: "blobby-icon-seedling_svg__f",
129
130
  x1: 134,
130
131
  x2: 81.938,
131
132
  y1: 98.5,
132
133
  y2: 16.32,
133
134
  gradientUnits: "userSpaceOnUse",
134
- children: [/*#__PURE__*/_jsx("stop", {
135
+ children: [/*#__PURE__*/jsx("stop", {
135
136
  stopColor: "#F1F0EC"
136
- }), /*#__PURE__*/_jsx("stop", {
137
+ }), /*#__PURE__*/jsx("stop", {
137
138
  offset: 1,
138
139
  stopColor: "#84D6AC"
139
140
  })]
140
- }), /*#__PURE__*/_jsxs("linearGradient", {
141
+ }), /*#__PURE__*/jsxs("linearGradient", {
141
142
  id: "blobby-icon-seedling_svg__h",
142
143
  x1: 81.801,
143
144
  x2: 124.962,
144
145
  y1: 49.5,
145
146
  y2: 104.019,
146
147
  gradientUnits: "userSpaceOnUse",
147
- children: [/*#__PURE__*/_jsx("stop", {
148
+ children: [/*#__PURE__*/jsx("stop", {
148
149
  stopColor: "#2C8658"
149
- }), /*#__PURE__*/_jsx("stop", {
150
+ }), /*#__PURE__*/jsx("stop", {
150
151
  offset: 1,
151
152
  stopColor: "#ACD278"
152
153
  })]
153
- }), /*#__PURE__*/_jsx("clipPath", {
154
+ }), /*#__PURE__*/jsx("clipPath", {
154
155
  id: "blobby-icon-seedling_svg__a",
155
- children: /*#__PURE__*/_jsx("path", {
156
+ children: /*#__PURE__*/jsx("path", {
156
157
  fill: "#fff",
157
158
  d: "M0 0h200v128H0z"
158
159
  })
159
160
  })]
160
161
  })]
161
162
  });
162
- export default SvgBlobbyIconSeedling;
163
+
164
+ export { SvgBlobbyIconSeedling as default };
@@ -1,41 +1,42 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import 'react';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
3
4
  const SvgBlobbyIconSeeds = ({
4
5
  title,
5
6
  titleId,
6
7
  ...props
7
- }) => /*#__PURE__*/_jsxs("svg", {
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__*/_jsx("title", {
14
+ children: [title ? /*#__PURE__*/jsx("title", {
14
15
  id: titleId,
15
16
  children: title
16
- }) : null, /*#__PURE__*/_jsxs("g", {
17
+ }) : null, /*#__PURE__*/jsxs("g", {
17
18
  clipPath: "url(#blobby-icon-seeds_svg__a)",
18
- children: [/*#__PURE__*/_jsx("path", {
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__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  fill: "url(#blobby-icon-seeds_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__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  fill: "url(#blobby-icon-seeds_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__*/_jsx("path", {
33
+ }), /*#__PURE__*/jsx("path", {
33
34
  fill: "url(#blobby-icon-seeds_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__*/_jsx("path", {
36
+ }), /*#__PURE__*/jsx("path", {
36
37
  fill: "url(#blobby-icon-seeds_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__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-seeds_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,118 +46,119 @@ const SvgBlobbyIconSeeds = ({
45
46
  style: {
46
47
  maskType: 'alpha'
47
48
  },
48
- children: [/*#__PURE__*/_jsx("path", {
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__*/_jsx("path", {
54
+ }), /*#__PURE__*/jsx("path", {
54
55
  fill: "url(#blobby-icon-seeds_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__*/_jsx("g", {
61
+ }), /*#__PURE__*/jsx("g", {
61
62
  mask: "url(#blobby-icon-seeds_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-seeds_svg__h)",
64
65
  d: "M164.752 94.247 123 52.494 109.5 63.5 92 46 76 58l7.93 8.17V80.09L129 125.158z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  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
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#2C8658",
72
73
  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
  })]
74
- }), /*#__PURE__*/_jsxs("defs", {
75
- children: [/*#__PURE__*/_jsxs("linearGradient", {
75
+ }), /*#__PURE__*/jsxs("defs", {
76
+ children: [/*#__PURE__*/jsxs("linearGradient", {
76
77
  id: "blobby-icon-seeds_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__*/_jsx("stop", {
83
+ children: [/*#__PURE__*/jsx("stop", {
83
84
  stopColor: "#F1F0EC"
84
- }), /*#__PURE__*/_jsx("stop", {
85
+ }), /*#__PURE__*/jsx("stop", {
85
86
  offset: 1,
86
87
  stopColor: "#84D6AC"
87
88
  })]
88
- }), /*#__PURE__*/_jsxs("linearGradient", {
89
+ }), /*#__PURE__*/jsxs("linearGradient", {
89
90
  id: "blobby-icon-seeds_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__*/_jsx("stop", {
96
+ children: [/*#__PURE__*/jsx("stop", {
96
97
  stopColor: "#2C8658"
97
- }), /*#__PURE__*/_jsx("stop", {
98
+ }), /*#__PURE__*/jsx("stop", {
98
99
  offset: 1,
99
100
  stopColor: "#ACD278"
100
101
  })]
101
- }), /*#__PURE__*/_jsxs("linearGradient", {
102
+ }), /*#__PURE__*/jsxs("linearGradient", {
102
103
  id: "blobby-icon-seeds_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__*/_jsx("stop", {
109
+ children: [/*#__PURE__*/jsx("stop", {
109
110
  stopColor: "#2C8658"
110
- }), /*#__PURE__*/_jsx("stop", {
111
+ }), /*#__PURE__*/jsx("stop", {
111
112
  offset: 1,
112
113
  stopColor: "#ACD278"
113
114
  })]
114
- }), /*#__PURE__*/_jsxs("linearGradient", {
115
+ }), /*#__PURE__*/jsxs("linearGradient", {
115
116
  id: "blobby-icon-seeds_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__*/_jsx("stop", {
122
+ children: [/*#__PURE__*/jsx("stop", {
122
123
  stopColor: "#2C8658"
123
- }), /*#__PURE__*/_jsx("stop", {
124
+ }), /*#__PURE__*/jsx("stop", {
124
125
  offset: 1,
125
126
  stopColor: "#ACD278"
126
127
  })]
127
- }), /*#__PURE__*/_jsxs("linearGradient", {
128
+ }), /*#__PURE__*/jsxs("linearGradient", {
128
129
  id: "blobby-icon-seeds_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__*/_jsx("stop", {
135
+ children: [/*#__PURE__*/jsx("stop", {
135
136
  stopColor: "#F1F0EC"
136
- }), /*#__PURE__*/_jsx("stop", {
137
+ }), /*#__PURE__*/jsx("stop", {
137
138
  offset: 1,
138
139
  stopColor: "#84D6AC"
139
140
  })]
140
- }), /*#__PURE__*/_jsxs("linearGradient", {
141
+ }), /*#__PURE__*/jsxs("linearGradient", {
141
142
  id: "blobby-icon-seeds_svg__h",
142
143
  x1: 82.375,
143
144
  x2: 138.217,
144
145
  y1: 53,
145
146
  y2: 117.435,
146
147
  gradientUnits: "userSpaceOnUse",
147
- children: [/*#__PURE__*/_jsx("stop", {
148
+ children: [/*#__PURE__*/jsx("stop", {
148
149
  stopColor: "#2C8658"
149
- }), /*#__PURE__*/_jsx("stop", {
150
+ }), /*#__PURE__*/jsx("stop", {
150
151
  offset: 1,
151
152
  stopColor: "#ACD278"
152
153
  })]
153
- }), /*#__PURE__*/_jsx("clipPath", {
154
+ }), /*#__PURE__*/jsx("clipPath", {
154
155
  id: "blobby-icon-seeds_svg__a",
155
- children: /*#__PURE__*/_jsx("path", {
156
+ children: /*#__PURE__*/jsx("path", {
156
157
  fill: "#fff",
157
158
  d: "M0 0h200v128H0z"
158
159
  })
159
160
  })]
160
161
  })]
161
162
  });
162
- export default SvgBlobbyIconSeeds;
163
+
164
+ export { SvgBlobbyIconSeeds as default };
@@ -1,41 +1,42 @@
1
- import * as React from 'react';
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import 'react';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
3
4
  const SvgBlobbyIconSite = ({
4
5
  title,
5
6
  titleId,
6
7
  ...props
7
- }) => /*#__PURE__*/_jsxs("svg", {
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__*/_jsx("title", {
14
+ children: [title ? /*#__PURE__*/jsx("title", {
14
15
  id: titleId,
15
16
  children: title
16
- }) : null, /*#__PURE__*/_jsxs("g", {
17
+ }) : null, /*#__PURE__*/jsxs("g", {
17
18
  clipPath: "url(#blobby-icon-site_svg__a)",
18
- children: [/*#__PURE__*/_jsx("path", {
19
+ children: [/*#__PURE__*/jsx("path", {
19
20
  fill: "#E2F6EC",
20
21
  fillRule: "evenodd",
21
22
  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
23
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  fill: "url(#blobby-icon-site_svg__b)",
25
26
  fillOpacity: 0.2,
26
27
  fillRule: "evenodd",
27
28
  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
29
  clipRule: "evenodd"
29
- }), /*#__PURE__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  fill: "url(#blobby-icon-site_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__*/_jsx("path", {
33
+ }), /*#__PURE__*/jsx("path", {
33
34
  fill: "url(#blobby-icon-site_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__*/_jsx("path", {
36
+ }), /*#__PURE__*/jsx("path", {
36
37
  fill: "url(#blobby-icon-site_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__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-site_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,121 +46,122 @@ const SvgBlobbyIconSite = ({
45
46
  style: {
46
47
  maskType: 'alpha'
47
48
  },
48
- children: [/*#__PURE__*/_jsx("path", {
49
+ children: [/*#__PURE__*/jsx("path", {
49
50
  fill: "#E2F6EC",
50
51
  fillRule: "evenodd",
51
52
  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
53
  clipRule: "evenodd"
53
- }), /*#__PURE__*/_jsx("path", {
54
+ }), /*#__PURE__*/jsx("path", {
54
55
  fill: "url(#blobby-icon-site_svg__f)",
55
56
  fillOpacity: 0.2,
56
57
  fillRule: "evenodd",
57
58
  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
59
  clipRule: "evenodd"
59
60
  })]
60
- }), /*#__PURE__*/_jsx("g", {
61
+ }), /*#__PURE__*/jsx("g", {
61
62
  mask: "url(#blobby-icon-site_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-site_svg__h)",
64
65
  d: "m146.963 80.963-33.638-33.638L94.5 74.5 77.5 88l27.5 27.5z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  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
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#EAF3DC",
72
73
  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
+ }), /*#__PURE__*/jsx("path", {
74
75
  fill: "#2C8658",
75
76
  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
  })]
77
- }), /*#__PURE__*/_jsxs("defs", {
78
- children: [/*#__PURE__*/_jsxs("linearGradient", {
78
+ }), /*#__PURE__*/jsxs("defs", {
79
+ children: [/*#__PURE__*/jsxs("linearGradient", {
79
80
  id: "blobby-icon-site_svg__b",
80
81
  x1: 125.5,
81
82
  x2: 50,
82
83
  y1: 101.5,
83
84
  y2: 26,
84
85
  gradientUnits: "userSpaceOnUse",
85
- children: [/*#__PURE__*/_jsx("stop", {
86
+ children: [/*#__PURE__*/jsx("stop", {
86
87
  stopColor: "#F1F0EC"
87
- }), /*#__PURE__*/_jsx("stop", {
88
+ }), /*#__PURE__*/jsx("stop", {
88
89
  offset: 1,
89
90
  stopColor: "#84D6AC"
90
91
  })]
91
- }), /*#__PURE__*/_jsxs("linearGradient", {
92
+ }), /*#__PURE__*/jsxs("linearGradient", {
92
93
  id: "blobby-icon-site_svg__c",
93
94
  x1: 137,
94
95
  x2: 147,
95
96
  y1: 93,
96
97
  y2: 108,
97
98
  gradientUnits: "userSpaceOnUse",
98
- children: [/*#__PURE__*/_jsx("stop", {
99
+ children: [/*#__PURE__*/jsx("stop", {
99
100
  stopColor: "#2C8658"
100
- }), /*#__PURE__*/_jsx("stop", {
101
+ }), /*#__PURE__*/jsx("stop", {
101
102
  offset: 1,
102
103
  stopColor: "#ACD278"
103
104
  })]
104
- }), /*#__PURE__*/_jsxs("linearGradient", {
105
+ }), /*#__PURE__*/jsxs("linearGradient", {
105
106
  id: "blobby-icon-site_svg__d",
106
107
  x1: 78,
107
108
  x2: 88,
108
109
  y1: 18,
109
110
  y2: 33,
110
111
  gradientUnits: "userSpaceOnUse",
111
- children: [/*#__PURE__*/_jsx("stop", {
112
+ children: [/*#__PURE__*/jsx("stop", {
112
113
  stopColor: "#2C8658"
113
- }), /*#__PURE__*/_jsx("stop", {
114
+ }), /*#__PURE__*/jsx("stop", {
114
115
  offset: 1,
115
116
  stopColor: "#ACD278"
116
117
  })]
117
- }), /*#__PURE__*/_jsxs("linearGradient", {
118
+ }), /*#__PURE__*/jsxs("linearGradient", {
118
119
  id: "blobby-icon-site_svg__e",
119
120
  x1: 54,
120
121
  x2: 64,
121
122
  y1: 69,
122
123
  y2: 84,
123
124
  gradientUnits: "userSpaceOnUse",
124
- children: [/*#__PURE__*/_jsx("stop", {
125
+ children: [/*#__PURE__*/jsx("stop", {
125
126
  stopColor: "#2C8658"
126
- }), /*#__PURE__*/_jsx("stop", {
127
+ }), /*#__PURE__*/jsx("stop", {
127
128
  offset: 1,
128
129
  stopColor: "#ACD278"
129
130
  })]
130
- }), /*#__PURE__*/_jsxs("linearGradient", {
131
+ }), /*#__PURE__*/jsxs("linearGradient", {
131
132
  id: "blobby-icon-site_svg__f",
132
133
  x1: 125.5,
133
134
  x2: 50,
134
135
  y1: 101.5,
135
136
  y2: 26,
136
137
  gradientUnits: "userSpaceOnUse",
137
- children: [/*#__PURE__*/_jsx("stop", {
138
+ children: [/*#__PURE__*/jsx("stop", {
138
139
  stopColor: "#F1F0EC"
139
- }), /*#__PURE__*/_jsx("stop", {
140
+ }), /*#__PURE__*/jsx("stop", {
140
141
  offset: 1,
141
142
  stopColor: "#84D6AC"
142
143
  })]
143
- }), /*#__PURE__*/_jsxs("linearGradient", {
144
+ }), /*#__PURE__*/jsxs("linearGradient", {
144
145
  id: "blobby-icon-site_svg__h",
145
146
  x1: 94.5,
146
147
  x2: 126.628,
147
148
  y1: 70.114,
148
149
  y2: 100.721,
149
150
  gradientUnits: "userSpaceOnUse",
150
- children: [/*#__PURE__*/_jsx("stop", {
151
+ children: [/*#__PURE__*/jsx("stop", {
151
152
  stopColor: "#2C8658"
152
- }), /*#__PURE__*/_jsx("stop", {
153
+ }), /*#__PURE__*/jsx("stop", {
153
154
  offset: 1,
154
155
  stopColor: "#ACD278"
155
156
  })]
156
- }), /*#__PURE__*/_jsx("clipPath", {
157
+ }), /*#__PURE__*/jsx("clipPath", {
157
158
  id: "blobby-icon-site_svg__a",
158
- children: /*#__PURE__*/_jsx("path", {
159
+ children: /*#__PURE__*/jsx("path", {
159
160
  fill: "#fff",
160
161
  d: "M0 0h200v128H0z"
161
162
  })
162
163
  })]
163
164
  })]
164
165
  });
165
- export default SvgBlobbyIconSite;
166
+
167
+ export { SvgBlobbyIconSite as default };