@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 SvgBlobbyIconExportOrUploadPhoto = ({
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-export-or-upload-photo_svg__a)",
18
- children: [/*#__PURE__*/_jsx("path", {
19
+ children: [/*#__PURE__*/jsx("path", {
19
20
  fill: "#E2F6EC",
20
21
  fillRule: "evenodd",
21
22
  d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
22
23
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  fill: "url(#blobby-icon-export-or-upload-photo_svg__b)",
25
26
  fillOpacity: 0.2,
26
27
  fillRule: "evenodd",
27
28
  d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
28
29
  clipRule: "evenodd"
29
- }), /*#__PURE__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  fill: "url(#blobby-icon-export-or-upload-photo_svg__c)",
31
32
  d: "M144.999 66.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-export-or-upload-photo_svg__d)",
34
35
  d: "M70.999 23.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-export-or-upload-photo_svg__e)",
37
38
  d: "M64.999 103.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
38
- }), /*#__PURE__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-export-or-upload-photo_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,118 +46,119 @@ const SvgBlobbyIconExportOrUploadPhoto = ({
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: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
52
53
  clipRule: "evenodd"
53
- }), /*#__PURE__*/_jsx("path", {
54
+ }), /*#__PURE__*/jsx("path", {
54
55
  fill: "url(#blobby-icon-export-or-upload-photo_svg__f)",
55
56
  fillOpacity: 0.2,
56
57
  fillRule: "evenodd",
57
58
  d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
58
59
  clipRule: "evenodd"
59
60
  })]
60
- }), /*#__PURE__*/_jsx("g", {
61
+ }), /*#__PURE__*/jsx("g", {
61
62
  mask: "url(#blobby-icon-export-or-upload-photo_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-export-or-upload-photo_svg__h)",
64
65
  d: "m162.5 97.5-41-41h-4.18L104.82 44l-5.32-2-8.939 9.435 14 14L77.5 85l45.069 45.069z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  d: "M76 62c0-4.026 3.307-7.333 7.333-7.333H86s27.735-.004 28 0h2.667c4.026 0 7.333 3.307 7.333 7.333v18.667c0 4.026-3.307 7.333-7.333 7.333H83.333C79.307 88 76 84.693 76 80.667z"
70
- }), /*#__PURE__*/_jsx("path", {
71
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#2C8658",
72
73
  d: "M99.971 40a2 2 0 0 0-1.385.586l-8 8a2 2 0 1 0 2.828 2.828L98 46.828v28.505a2.002 2.002 0 0 0 2.772 1.874A2 2 0 0 0 102 75.333V46.828l4.586 4.586a1.998 1.998 0 0 0 3.295-.63 2.005 2.005 0 0 0-.467-2.198l-8-8A2 2 0 0 0 99.971 40M83.333 54.667C79.307 54.667 76 57.974 76 62v18.667C76 84.693 79.307 88 83.333 88h33.334c4.026 0 7.333-3.307 7.333-7.333V62c0-4.026-3.307-7.333-7.333-7.333H114a2 2 0 1 0 0 4h2.667A3.304 3.304 0 0 1 120 62v18.667A3.304 3.304 0 0 1 116.667 84H83.333A3.304 3.304 0 0 1 80 80.667V62a3.304 3.304 0 0 1 3.333-3.333H86a2 2 0 1 0 0-4z"
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-export-or-upload-photo_svg__b",
77
78
  x1: 133,
78
79
  x2: 49.23,
79
80
  y1: 114,
80
81
  y2: 31.784,
81
82
  gradientUnits: "userSpaceOnUse",
82
- children: [/*#__PURE__*/_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-export-or-upload-photo_svg__c",
90
91
  x1: 135,
91
92
  x2: 145,
92
93
  y1: 59,
93
94
  y2: 74,
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-export-or-upload-photo_svg__d",
103
104
  x1: 61,
104
105
  x2: 71,
105
106
  y1: 16,
106
107
  y2: 31,
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-export-or-upload-photo_svg__e",
116
117
  x1: 55,
117
118
  x2: 65,
118
119
  y1: 96,
119
120
  y2: 111,
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-export-or-upload-photo_svg__f",
129
130
  x1: 133,
130
131
  x2: 49.23,
131
132
  y1: 114,
132
133
  y2: 31.784,
133
134
  gradientUnits: "userSpaceOnUse",
134
- children: [/*#__PURE__*/_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-export-or-upload-photo_svg__h",
142
143
  x1: 83.5,
143
144
  x2: 141.873,
144
145
  y1: 59.042,
145
146
  y2: 108.918,
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-export-or-upload-photo_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 SvgBlobbyIconExportOrUploadPhoto;
163
+
164
+ export { SvgBlobbyIconExportOrUploadPhoto 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 SvgBlobbyIconFolder = ({
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-folder_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-folder_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-folder_svg__c)",
31
32
  d: "M144.999 66.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-folder_svg__d)",
34
35
  d: "M70.999 23.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-folder_svg__e)",
37
38
  d: "M64.999 103.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
38
- }), /*#__PURE__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-folder_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,118 +46,119 @@ const SvgBlobbyIconFolder = ({
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-folder_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-folder_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-folder_svg__h)",
64
65
  d: "M152.602 78.825 124.927 51.15 75.319 83.783 103.537 112z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  d: "M79.333 42.667c-3.29 0-6 2.71-6 6v30.666c0 3.29 2.71 6 6 6h41.334c3.29 0 6-2.71 6-6v-24c0-3.29-2.71-6-6-6h-20.61l-5.96-4.966a7.33 7.33 0 0 0-4.693-1.7z"
70
- }), /*#__PURE__*/_jsx("path", {
71
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#2C8658",
72
73
  d: "M79.333 42.667c-3.29 0-6 2.71-6 6v30.666c0 3.29 2.71 6 6 6h41.334c3.29 0 6-2.71 6-6v-24c0-3.29-2.71-6-6-6h-20.61l-5.96-4.966a7.33 7.33 0 0 0-4.693-1.7zm0 4h10.07c.781 0 1.534.273 2.133.773l4.672 3.893-4.672 3.894c-.6.5-1.352.773-2.132.773h-12.07v-7.333c0-1.129.87-2 2-2m20.724 6.666h20.61c1.128 0 2 .872 2 2v24c0 1.129-.872 2-2 2H79.333c-1.128 0-2-.871-2-2V60h12.07a7.33 7.33 0 0 0 4.693-1.7z"
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-folder_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-folder_svg__c",
90
91
  x1: 135,
91
92
  x2: 145,
92
93
  y1: 59,
93
94
  y2: 74,
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-folder_svg__d",
103
104
  x1: 61,
104
105
  x2: 71,
105
106
  y1: 16,
106
107
  y2: 31,
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-folder_svg__e",
116
117
  x1: 55,
117
118
  x2: 65,
118
119
  y1: 96,
119
120
  y2: 111,
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-folder_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-folder_svg__h",
142
143
  x1: 98.5,
143
144
  x2: 120.915,
144
145
  y1: 67.991,
145
146
  y2: 101.421,
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-folder_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 SvgBlobbyIconFolder;
163
+
164
+ export { SvgBlobbyIconFolder 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 SvgBlobbyIconGraphReport = ({
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-graph-report_svg__a)",
18
- children: [/*#__PURE__*/_jsx("path", {
19
+ children: [/*#__PURE__*/jsx("path", {
19
20
  fill: "#E2F6EC",
20
21
  fillRule: "evenodd",
21
22
  d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
22
23
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  fill: "url(#blobby-icon-graph-report_svg__b)",
25
26
  fillOpacity: 0.2,
26
27
  fillRule: "evenodd",
27
28
  d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
28
29
  clipRule: "evenodd"
29
- }), /*#__PURE__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  fill: "url(#blobby-icon-graph-report_svg__c)",
31
32
  d: "M108.999 106.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
32
- }), /*#__PURE__*/_jsx("path", {
33
+ }), /*#__PURE__*/jsx("path", {
33
34
  fill: "url(#blobby-icon-graph-report_svg__d)",
34
35
  d: "M142.999 19.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
35
- }), /*#__PURE__*/_jsx("path", {
36
+ }), /*#__PURE__*/jsx("path", {
36
37
  fill: "url(#blobby-icon-graph-report_svg__e)",
37
38
  d: "M66.999 42.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
38
- }), /*#__PURE__*/_jsxs("mask", {
39
+ }), /*#__PURE__*/jsxs("mask", {
39
40
  id: "blobby-icon-graph-report_svg__g",
40
41
  width: 200,
41
42
  height: 128,
@@ -45,118 +46,119 @@ const SvgBlobbyIconGraphReport = ({
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.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
52
53
  clipRule: "evenodd"
53
- }), /*#__PURE__*/_jsx("path", {
54
+ }), /*#__PURE__*/jsx("path", {
54
55
  fill: "url(#blobby-icon-graph-report_svg__f)",
55
56
  fillOpacity: 0.2,
56
57
  fillRule: "evenodd",
57
58
  d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
58
59
  clipRule: "evenodd"
59
60
  })]
60
- }), /*#__PURE__*/_jsx("g", {
61
+ }), /*#__PURE__*/jsx("g", {
61
62
  mask: "url(#blobby-icon-graph-report_svg__g)",
62
- children: /*#__PURE__*/_jsx("path", {
63
+ children: /*#__PURE__*/jsx("path", {
63
64
  fill: "url(#blobby-icon-graph-report_svg__h)",
64
65
  d: "m158 92.5-38-38-39.61 34.371 38.543 38.542z",
65
66
  opacity: 0.25
66
67
  })
67
- }), /*#__PURE__*/_jsx("path", {
68
+ }), /*#__PURE__*/jsx("path", {
68
69
  fill: "#EAF3DC",
69
70
  d: "M84.667 37.333a6.01 6.01 0 0 0-6 6v41.334c0 3.306 2.693 6 6 6h30.666c3.308 0 6-2.692 6-6v-28c0-.554-.224-1.053-.586-1.414l-17.333-17.334a2 2 0 0 0-1.414-.586z"
70
- }), /*#__PURE__*/_jsx("path", {
71
+ }), /*#__PURE__*/jsx("path", {
71
72
  fill: "#2C8658",
72
73
  d: "M84.667 37.333a6.01 6.01 0 0 0-6 6v41.334c0 3.306 2.693 6 6 6h30.666c3.308 0 6-2.692 6-6v-28c0-.554-.224-1.053-.586-1.414l-17.333-17.334a2 2 0 0 0-1.414-.586zm0 4H100v11.334c0 3.306 2.693 6 6 6h11.333v26c0 1.102-.897 2-2 2H84.667c-1.107 0-2-.894-2-2V43.333c0-1.106.893-2 2-2M104 44.161l10.505 10.506H106c-1.107 0-2-.894-2-2zm6.667 21.172a2.664 2.664 0 0 0-2.659 2.498l-5.341 5.34-4.008-4.007A2.667 2.667 0 0 0 96 66.667a2.667 2.667 0 0 0-2.659 2.497l-4.177 4.177a2.666 2.666 0 0 0 .17 5.326 2.667 2.667 0 0 0 2.658-2.498L96 72.162l4.008 4.007a2.666 2.666 0 0 0 2.659 2.498 2.667 2.667 0 0 0 2.659-2.498l5.51-5.51a2.667 2.667 0 0 0-.169-5.326"
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-graph-report_svg__b",
77
78
  x1: 126.5,
78
79
  x2: 50,
79
80
  y1: 104,
80
81
  y2: 27.5,
81
82
  gradientUnits: "userSpaceOnUse",
82
- children: [/*#__PURE__*/_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-graph-report_svg__c",
90
91
  x1: 99,
91
92
  x2: 109,
92
93
  y1: 99,
93
94
  y2: 114,
94
95
  gradientUnits: "userSpaceOnUse",
95
- children: [/*#__PURE__*/_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-graph-report_svg__d",
103
104
  x1: 133,
104
105
  x2: 143,
105
106
  y1: 12,
106
107
  y2: 27,
107
108
  gradientUnits: "userSpaceOnUse",
108
- children: [/*#__PURE__*/_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-graph-report_svg__e",
116
117
  x1: 57,
117
118
  x2: 67,
118
119
  y1: 35,
119
120
  y2: 50,
120
121
  gradientUnits: "userSpaceOnUse",
121
- children: [/*#__PURE__*/_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-graph-report_svg__f",
129
130
  x1: 126.5,
130
131
  x2: 50,
131
132
  y1: 104,
132
133
  y2: 27.5,
133
134
  gradientUnits: "userSpaceOnUse",
134
- children: [/*#__PURE__*/_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-graph-report_svg__h",
142
143
  x1: 93.831,
143
144
  x2: 135.329,
144
145
  y1: 72.5,
145
146
  y2: 116.904,
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-graph-report_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 SvgBlobbyIconGraphReport;
163
+
164
+ export { SvgBlobbyIconGraphReport as default };