@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,19 +1,21 @@
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 SvgIconRestorationSite = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12 1.5c-.775 0-1.495.247-1.999.751a2.44 2.44 0 0 0-.54.86c-.226-.069-.453-.139-.679-.134a2.47 2.47 0 0 0-1.596.653c-.597.537-.94 1.374-.897 2.264-.848.058-1.617.463-2.065 1.12-.476.698-.55 1.655-.162 2.54-.35.19-.648.453-.876.752a3.38 3.38 0 0 0-.686 2.047c0 .94.404 1.88 1.185 2.512.614.498 1.493.68 2.459.633.144.748.429 1.445.966 1.953.718.678 1.734 1.049 2.89 1.049v.75c0 .366-.122 1.021-.404 1.485s-.618.765-1.346.765a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5c-.728 0-1.064-.3-1.346-.765-.282-.464-.404-1.119-.404-1.485v-.75c1.156 0 2.172-.37 2.89-1.049.537-.508.822-1.205.966-1.953.966.047 1.845-.135 2.46-.633a3.23 3.23 0 0 0 1.184-2.513c0-.722-.23-1.45-.686-2.046a2.8 2.8 0 0 0-.876-.752c.388-.885.314-1.842-.162-2.54-.448-.657-1.217-1.062-2.065-1.12.043-.89-.3-1.727-.896-2.264a2.47 2.47 0 0 0-1.597-.653c-.226-.005-.453.066-.679.133a2.44 2.44 0 0 0-.54-.859C13.495 1.747 12.775 1.5 12 1.5M12 3c.475 0 .755.128.938.312.183.183.312.463.312.938a.75.75 0 0 0 1.28.53c.25-.25.454-.307.659-.303a.98.98 0 0 1 .621.268c.39.35.624.96.27 1.67a.75.75 0 0 0 .934 1.037c.701-.263 1.244 0 1.522.408s.357.937-.316 1.61a.75.75 0 0 0 .53 1.28c.376 0 .641.163.873.467.232.303.377.751.377 1.135 0 .51-.22 1.018-.628 1.348-.407.33-1.012.528-1.959.318a.75.75 0 0 0-.913.732c0 .696-.233 1.227-.64 1.611-.407.385-1.016.639-1.86.639v-.75a.751.751 0 1 0-1.5 0v3c0 .63.146 1.468.616 2.25h-2.232c.47-.782.616-1.62.616-2.25v-3a.75.75 0 1 0-1.5 0V17c-.844 0-1.453-.254-1.86-.639-.407-.384-.64-.915-.64-1.611a.75.75 0 0 0-.913-.732c-.947.21-1.552.012-1.96-.318A1.74 1.74 0 0 1 4 12.352c0-.384.145-.832.377-1.135s.497-.467.873-.467a.75.75 0 0 0 .53-1.28c-.673-.673-.594-1.202-.316-1.61.278-.407.82-.671 1.522-.408a.75.75 0 0 0 .935-1.037c-.355-.71-.12-1.32.268-1.67a.98.98 0 0 1 .623-.268c.204-.004.408.053.658.303a.75.75 0 0 0 1.28-.53c0-.475.129-.755.312-.938.183-.184.463-.312.938-.312"
17
18
  })]
18
19
  });
19
- export default SvgIconRestorationSite;
20
+
21
+ export { SvgIconRestorationSite as default };
@@ -1,19 +1,21 @@
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 SvgIconSeedBank = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M8.25 2.75c-1.837 0-3.433 1.166-4.521 2.873S2 9.614 2 12.125s.64 4.795 1.729 6.502S6.413 21.5 8.25 21.5c.52 0 1.027-.093 1.507-.269a1 1 0 0 0 .102-.046c1.424.718 3.171.611 4.838-.062 1.885-.761 3.735-2.246 5.163-4.275 1.425-2.024 2.225-4.245 2.332-6.26.108-2.014-.505-3.892-2.01-4.951-1.06-.746-2.344-.951-3.675-.742-1.077.169-2.183.613-3.224 1.258-.48-.926-.997-1.747-1.749-2.362-.823-.673-1.91-1.041-3.284-1.041m0 1.5c1.126 0 1.785.252 2.335.702.541.443.992 1.143 1.47 2.091a13.3 13.3 0 0 0-2.415 2.61c-.21.296-.306.614-.488.918-.261-1.174.222-1.905.222-1.905a.75.75 0 1 0-1.248-.832s-1.203 1.938-.047 4.251q.06.121.157.216c-.51 1.223-.866 2.447-.928 3.61-.083 1.54.258 3 1.095 4.075-.051.003-.101.014-.153.014-1.2 0-2.355-.765-3.257-2.18S3.5 14.377 3.5 12.125s.59-4.28 1.493-5.695C5.895 5.015 7.05 4.25 8.25 4.25m9.36 2.089q.268.009.519.052c.446.076.85.233 1.19.472.978.69 1.465 1.974 1.375 3.646-.089 1.672-.783 3.66-2.06 5.475-1.274 1.81-2.93 3.115-4.498 3.748-1.568.634-2.975.594-3.954-.095-.98-.69-1.466-1.974-1.376-3.646.089-1.672.783-3.66 2.06-5.475a11.6 11.6 0 0 1 2.578-2.666c1.415-1.04 2.916-1.553 4.165-1.511m.128 1.15a.75.75 0 0 0-.723.908s.212 1.144 0 2.205c-.107.531-.312 1.01-.639 1.336-.327.328-.782.562-1.626.562-1.27 0-2.246.37-2.895.987-.65.617-.936 1.419-1.045 2.154-.216 1.469.223 2.828.223 2.828a.75.75 0 1 0 1.434-.438s-.325-1.14-.173-2.172c.076-.515.256-.963.594-1.284.338-.32.868-.575 1.862-.575 1.156 0 2.076-.39 2.686-1.001s.906-1.382 1.05-2.101c.287-1.44 0-2.795 0-2.795a.75.75 0 0 0-.748-.614"
17
18
  })]
18
19
  });
19
- export default SvgIconSeedBank;
20
+
21
+ export { SvgIconSeedBank as default };
@@ -1,19 +1,21 @@
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 SvgIconSeedling = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M6.703 2.003a5 5 0 0 0-.394.032 5.4 5.4 0 0 0-1.562.443C2.718 3.389 1 5.613 1 8.8a.75.75 0 0 0 1.175.618c.56-.385 1.2-.325 2.033-.093.833.233 1.704.675 2.686.675a4.3 4.3 0 0 0 3.16-1.379.75.75 0 1 0-1.108-1.01c-.5.547-1.32.889-2.052.889-.421 0-1.303-.346-2.283-.62-.593-.165-1.28-.263-1.967-.172.326-1.991 1.446-3.29 2.718-3.862.75-.337 1.531-.422 2.179-.278.176.04.316.134.472.204-1.801.354-2.832 1.49-2.832 1.49a.75.75 0 1 0 1.138.976s1.147-1.436 3.547-1l.041.006s.217.003.563.349c.345.345.78 1.05.78 2.657V12h-6a.75.75 0 1 0 0 1.5h.33l.727 6.554A2.76 2.76 0 0 0 9.04 22.5h5.92a2.76 2.76 0 0 0 2.734-2.446l.727-6.554h.329a.751.751 0 1 0 0-1.5h-6V8.25c0-1.607.435-2.312.78-2.657s.561-.349.562-.349l.042-.006c2.4-.436 3.547 1 3.547 1a.75.75 0 1 0 1.138-.976s-1.03-1.136-2.832-1.49c.156-.07.296-.164.472-.204.648-.144 1.429-.06 2.179.278 1.272.571 2.392 1.87 2.718 3.862-.688-.091-1.373.007-1.967.173-.98.273-1.862.619-2.283.619-.732 0-1.553-.342-2.052-.89a.75.75 0 1 0-1.108 1.011A4.3 4.3 0 0 0 17.106 10c.982 0 1.853-.442 2.686-.675.833-.232 1.473-.292 2.033.093A.75.75 0 0 0 23 8.8c0-3.187-1.718-5.411-3.747-6.322-1.014-.456-2.11-.599-3.12-.374-.945.211-1.789.8-2.349 1.677a1 1 0 0 0-.132.051l-.002.001c-.26.07-.703.222-1.18.7-.18.179-.314.503-.47.765-.156-.262-.29-.586-.47-.766-.479-.479-.924-.63-1.183-.7a1 1 0 0 0-.131-.05c-.56-.878-1.404-1.467-2.349-1.678a4.5 4.5 0 0 0-1.164-.101M7.088 13.5h4.789q.121.02.243 0h4.792l-.709 6.388A1.24 1.24 0 0 1 14.961 21H9.04a1.24 1.24 0 0 1-1.242-1.111v-.001z"
17
18
  })]
18
19
  });
19
- export default SvgIconSeedling;
20
+
21
+ export { SvgIconSeedling as default };
@@ -1,19 +1,21 @@
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 SvgIconSettings = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12 2c-.789 0-1.549.1-2.274.269a.75.75 0 0 0-.576.649l-.159 1.451a1.5 1.5 0 0 1-2.095 1.21L5.561 4.99a.75.75 0 0 0-.85.174A10 10 0 0 0 2.43 9.101a.75.75 0 0 0 .274.822l1.183.867a1.5 1.5 0 0 1 0 2.42l-1.183.866a.75.75 0 0 0-.274.822 10 10 0 0 0 2.283 3.937.75.75 0 0 0 .85.173l1.332-.587a1.5 1.5 0 0 1 2.096 1.21l.16 1.451a.75.75 0 0 0 .574.648A10 10 0 0 0 12 22c.788 0 1.549-.1 2.274-.269a.75.75 0 0 0 .576-.649l.159-1.451a1.498 1.498 0 0 1 2.095-1.21l1.334.587a.75.75 0 0 0 .85-.173 10 10 0 0 0 2.282-3.937.75.75 0 0 0-.274-.822l-1.183-.866a1.498 1.498 0 0 1 0-2.42l1.183-.866a.75.75 0 0 0 .274-.822 10 10 0 0 0-2.283-3.937.75.75 0 0 0-.85-.173l-1.334.587a1.5 1.5 0 0 1-2.094-1.21l-.16-1.451a.75.75 0 0 0-.574-.648A10 10 0 0 0 12 2m0 1.5c.487 0 .955.087 1.424.17l.094.862a3.003 3.003 0 0 0 4.19 2.42l.793-.348a8.4 8.4 0 0 1 1.428 2.461l-.703.516a3.002 3.002 0 0 0 0 4.838l.703.516a8.4 8.4 0 0 1-1.428 2.461l-.793-.348a3 3 0 0 0-4.19 2.42l-.094.862c-.469.082-.937.17-1.424.17s-.955-.087-1.424-.17l-.094-.862a3.003 3.003 0 0 0-4.19-2.42l-.793.349a8.4 8.4 0 0 1-1.428-2.462l.703-.516a3.002 3.002 0 0 0 0-4.839l-.703-.516c.337-.905.82-1.73 1.429-2.461l.792.348a3 3 0 0 0 4.19-2.419l.094-.862c.469-.082.937-.17 1.424-.17M12 8c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4m0 1.5c1.39 0 2.5 1.11 2.5 2.5s-1.11 2.5-2.5 2.5-2.5-1.11-2.5-2.5 1.11-2.5 2.5-2.5"
17
18
  })]
18
19
  });
19
- export default SvgIconSettings;
20
+
21
+ export { SvgIconSettings as default };
@@ -1,19 +1,21 @@
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 SvgIconSlice = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M16.646 1.504c-1.021.001-2.01.395-2.885 1.013a.75.75 0 0 0-.559.337 1 1 0 0 0-.068.06l-7.905 7.903a2.22 2.22 0 0 0-.649 1.498l-.041 1.272-2.32 2.32a.75.75 0 0 0-.204.677l1.039 5.197a.75.75 0 0 0 1.266.383l4.399-4.398 1.27-.041a2.22 2.22 0 0 0 1.498-.65l5.743-5.742c1.007-.17 1.988-.603 2.768-1.383.034-.033.044-.079.076-.113a.75.75 0 0 0 .408-.61c1.369-1.95 1.313-4.603-.398-6.314a4.83 4.83 0 0 0-3.439-1.41m-.007 1.492a3.34 3.34 0 0 1 2.384.978c1.063 1.062 1.224 2.655.551 3.971L15.06 3.431c.506-.258 1.036-.433 1.58-.435m-2.801 1.335 4.782 4.782c-.562.453-1.201.753-1.871.82a.75.75 0 0 0-.456.215l-5.867 5.867a.72.72 0 0 1-.486.21l-3.222.104a.707.707 0 0 1-.742-.742l.103-3.223a.72.72 0 0 1 .211-.486zm-.54 3.647a1 1 0 0 0-.687.302l-4.158 4.158a1 1 0 1 0 1.414 1.414l4.158-4.158a1 1 0 0 0-.727-1.716M4.48 15.767a2.24 2.24 0 0 0 2.059 2.056l-2.289 2.29-.686-3.43z"
17
18
  })]
18
19
  });
19
- export default SvgIconSlice;
20
+
21
+ export { SvgIconSlice as default };
@@ -1,19 +1,21 @@
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 SvgIconSubmit = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12.728 3a.75.75 0 0 0-.728.75V7H5.25C3.74 7 2.5 8.24 2.5 9.75v4.5C2.5 15.76 3.74 17 5.25 17H12v3.25a.75.75 0 0 0 1.273.538l8.5-8.25a.75.75 0 0 0 0-1.076l-8.5-8.25A.75.75 0 0 0 12.727 3m.772 2.523L20.173 12 13.5 18.477V16.25a.75.75 0 0 0-.75-.75h-7.5c-.7 0-1.25-.55-1.25-1.25v-4.5c0-.7.55-1.25 1.25-1.25h7.5a.75.75 0 0 0 .75-.75zm-.765 3.97a.75.75 0 0 0-.515.227l-2.97 2.97-1.22-1.22a.751.751 0 0 0-1.23.817.8.8 0 0 0 .17.243l1.75 1.75a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-.545-1.287"
17
18
  })]
18
19
  });
19
- export default SvgIconSubmit;
20
+
21
+ export { SvgIconSubmit as default };
@@ -1,21 +1,23 @@
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 SvgIconSubtract = ({
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 24 24",
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__*/_jsx("path", {
17
+ }) : null, /*#__PURE__*/jsx("path", {
17
18
  fill: "#333025",
18
19
  d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5m-4.25 7.75a.751.751 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5z"
19
20
  })]
20
21
  });
21
- export default SvgIconSubtract;
22
+
23
+ export { SvgIconSubtract as default };
@@ -1,19 +1,21 @@
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 SvgIconSynced = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12.985.993a.75.75 0 0 0-.515.227l-1.936 1.935a.8.8 0 0 0-.141.142l-.173.173a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-1.203-1.203A7.48 7.48 0 0 1 19.5 12a7.48 7.48 0 0 1-3.183 6.126.75.75 0 1 0 .866 1.226A8.99 8.99 0 0 0 21 12c0-4.701-3.627-8.568-8.228-8.96l.758-.76a.75.75 0 0 0-.545-1.287M7.29 4.506a.75.75 0 0 0-.472.142A8.99 8.99 0 0 0 3 12c0 4.701 3.627 8.567 8.229 8.96l-.76.76a.75.75 0 1 0 1.061 1.06l1.936-1.935a.8.8 0 0 0 .141-.142l.173-.173a.75.75 0 0 0 0-1.06l-2.25-2.25a.75.75 0 1 0-1.06 1.06l1.203 1.203A7.48 7.48 0 0 1 4.5 12a7.48 7.48 0 0 1 3.183-6.126.75.75 0 0 0-.394-1.368"
17
18
  })]
18
19
  });
19
- export default SvgIconSynced;
20
+
21
+ export { SvgIconSynced as default };
@@ -1,19 +1,21 @@
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 SvgIconTrashCan = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12 2c-1.648 0-3 1.352-3 3H5.873a.8.8 0 0 0-.243 0H3.75a.75.75 0 1 0 0 1.5H5v12.75C5 20.76 6.24 22 7.75 22h8.5c1.51 0 2.75-1.24 2.75-2.75V6.5h1.25a.75.75 0 1 0 0-1.5h-1.877a.8.8 0 0 0-.243 0H15c0-1.648-1.352-3-3-3m0 1.5c.837 0 1.5.663 1.5 1.5h-3c0-.837.663-1.5 1.5-1.5m-5.5 3h11v12.75c0 .7-.55 1.25-1.25 1.25h-8.5c-.7 0-1.25-.55-1.25-1.25zm3.738 2.49a.75.75 0 0 0-.738.76v7.5a.75.75 0 1 0 1.5 0v-7.5a.75.75 0 0 0-.762-.76m3.5 0a.75.75 0 0 0-.738.76v7.5a.751.751 0 1 0 1.5 0v-7.5a.75.75 0 0 0-.762-.76"
17
18
  })]
18
19
  });
19
- export default SvgIconTrashCan;
20
+
21
+ export { SvgIconTrashCan as default };
@@ -1,19 +1,21 @@
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 SvgIconTreasureMap = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M9.271 4a.75.75 0 0 0-.462.144l-5.5 4A.75.75 0 0 0 3 8.75v10.5a.75.75 0 0 0 1.191.606l5.059-3.678 5.059 3.678a.75.75 0 0 0 .882 0l5.5-4A.75.75 0 0 0 21 15.25V4.75a.75.75 0 0 0-1.191-.606L14.75 7.822 9.691 4.144A.75.75 0 0 0 9.271 4M9.25 5.678l5.059 3.678a.75.75 0 0 0 .882 0L19.5 6.223v8.645l-4.75 3.454-5.059-3.678a.75.75 0 0 0-.882 0L4.5 17.777V9.132zm-.507 3.311a.75.75 0 0 0-.523.23l-.47.47-.47-.47a.75.75 0 1 0-1.06 1.061l.47.47-.47.47a.75.75 0 1 0 1.06 1.06l.47-.47.47.47a.751.751 0 0 0 1.23-.817.8.8 0 0 0-.17-.243l-.47-.47.47-.47a.75.75 0 0 0-.537-1.29m9.007.511a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-6.5.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m2 1.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m3 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-1.5 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"
17
18
  })]
18
19
  });
19
- export default SvgIconTreasureMap;
20
+
21
+ export { SvgIconTreasureMap as default };
@@ -1,19 +1,21 @@
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 SvgIconUnavailable = ({
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
  viewBox: "0 0 16 16",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M8 1.333A6.674 6.674 0 0 0 1.333 8 6.674 6.674 0 0 0 8 14.667 6.674 6.674 0 0 0 14.666 8 6.674 6.674 0 0 0 8 1.333m0 1c1.386 0 2.638.515 3.621 1.338l-7.95 7.95C2.848 10.638 2.333 9.386 2.333 8A5.66 5.66 0 0 1 8 2.333m4.329 2.045c.823.984 1.337 2.235 1.337 3.622A5.66 5.66 0 0 1 8 13.667c-1.387 0-2.638-.515-3.621-1.338z"
17
18
  })]
18
19
  });
19
- export default SvgIconUnavailable;
20
+
21
+ export { SvgIconUnavailable as default };
@@ -1,19 +1,21 @@
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 SvgIconUndo = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M8.735 2.993a.75.75 0 0 0-.515.227l-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06L5.56 9.5h8.94c2.77 0 5 2.23 5 5s-2.23 5-5 5h-3.75a.751.751 0 1 0 0 1.5h3.75c3.58 0 6.5-2.92 6.5-6.5S18.08 8 14.5 8H5.56l3.72-3.72a.75.75 0 0 0-.545-1.287"
17
18
  })]
18
19
  });
19
- export default SvgIconUndo;
20
+
21
+ export { SvgIconUndo as default };
@@ -1,19 +1,21 @@
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 SvgIconVariable = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M11.979 1a.75.75 0 0 0-.32.082L2.91 5.538a.75.75 0 0 0-.409.668v10.395a.75.75 0 0 0 .343.63l8.75 5.649a.75.75 0 0 0 .814 0l8.75-5.649a.75.75 0 0 0 .343-.63V6.206a.75.75 0 0 0-.41-.668l-8.75-4.456A.75.75 0 0 0 11.98 1M12 2.592l7.208 3.67-2.518 1.524-4.35-2.215a.75.75 0 0 0-.68 0L7.31 7.786 4.793 6.263zm0 4.489 3.179 1.62L12 10.622 8.821 8.7zm-8 .456L6.5 9.05v5.373a.75.75 0 0 0 .343.63l4.407 2.844v2.976L4 16.193zm16 0v8.655l-7.25 4.681v-2.976l4.407-2.844a.75.75 0 0 0 .343-.63V9.05zM8 9.957l3.25 1.966v4.19L8 14.012zm8 0v4.057l-3.25 2.098v-4.19z"
17
18
  })]
18
19
  });
19
- export default SvgIconVariable;
20
+
21
+ export { SvgIconVariable as default };
@@ -1,23 +1,24 @@
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 SvgIconVideo = ({
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
  viewBox: "0 0 16 16",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  stroke: "#fff",
17
18
  strokeMiterlimit: 10,
18
19
  strokeWidth: 0.797,
19
20
  d: "M9.167 12.5H3.5c-.92 0-1.667-.746-1.667-1.667V5.167c0-.92.747-1.667 1.667-1.667h5.667c.92 0 1.666.746 1.666 1.667v5.666c0 .92-.746 1.667-1.666 1.667Z"
20
- }), /*#__PURE__*/_jsx("path", {
21
+ }), /*#__PURE__*/jsx("path", {
21
22
  stroke: "#fff",
22
23
  strokeLinecap: "round",
23
24
  strokeLinejoin: "round",
@@ -26,4 +27,5 @@ const SvgIconVideo = ({
26
27
  d: "m10.833 9.5 3.334 2v-7l-3.334 2"
27
28
  })]
28
29
  });
29
- export default SvgIconVideo;
30
+
31
+ export { SvgIconVideo as default };
@@ -1,19 +1,21 @@
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 SvgIconWifi = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M11.905 3.553A15.32 15.32 0 0 0 1.04 8.049a.75.75 0 1 0 1.06 1.06c5.422-5.421 14.19-5.421 19.61 0a.751.751 0 1 0 1.061-1.06 15.32 15.32 0 0 0-10.866-4.496m0 4.46a10.87 10.87 0 0 0-7.712 3.19.75.75 0 1 0 1.06 1.06 9.396 9.396 0 0 1 13.305 0 .75.75 0 1 0 1.06-1.06 10.87 10.87 0 0 0-7.713-3.19m0 4.459a6.43 6.43 0 0 0-4.56 1.883.75.75 0 1 0 1.062 1.061 4.937 4.937 0 0 1 6.997 0 .748.748 0 0 0 1.236-.236.75.75 0 0 0-.175-.825 6.43 6.43 0 0 0-4.56-1.883M12 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4"
17
18
  })]
18
19
  });
19
- export default SvgIconWifi;
20
+
21
+ export { SvgIconWifi as default };
@@ -1,19 +1,21 @@
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 SvgInfo = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5M12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.012 3.49a.75.75 0 0 0-.738.76v5.5a.751.751 0 1 0 1.5 0v-5.5a.75.75 0 0 0-.762-.76"
17
18
  })]
18
19
  });
19
- export default SvgInfo;
20
+
21
+ export { SvgInfo as default };
@@ -1,19 +1,21 @@
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 SvgKey = ({
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
  viewBox: "0 0 24 24",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M15 2.5c-3.58 0-6.5 2.92-6.5 6.5 0 .441.091.852.176 1.264L2.72 16.22a.75.75 0 0 0-.22.53v4a.75.75 0 0 0 .75.75h4a.75.75 0 0 0 .75-.75V19.5h1.75a.75.75 0 0 0 .75-.75V17h1.75a.75.75 0 0 0 .75-.75v-1.102c.636.207 1.298.352 2 .352 3.58 0 6.5-2.92 6.5-6.5S18.58 2.5 15 2.5M15 4c2.77 0 5 2.23 5 5s-2.23 5-5 5c-.869 0-1.68-.22-2.39-.607a.75.75 0 0 0-1.11.658V15.5H9.75a.75.75 0 0 0-.75.75V18H7.25a.75.75 0 0 0-.75.75V20H4v-2.94l5.994-5.994a.75.75 0 0 0 .193-.731A4.989 4.989 0 0 1 15 4m1 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"
17
18
  })]
18
19
  });
19
- export default SvgKey;
20
+
21
+ export { SvgKey as default };
@@ -1,19 +1,21 @@
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 SvgLeaf = ({
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
  viewBox: "0 0 16 16",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M10.844 1.137a1.5 1.5 0 0 0-.451.06C8.76 1.677 4.575 3.058 2.66 5.91l-.008.011-.006.011c-.547.914-.625 1.78-.625 2.468 0 1.279.605 2.362 1.392 3.114.492.471 1.054.768 1.624.968a8.1 8.1 0 0 1-2.355 1.208.5.5 0 1 0 .303.953c3.883-1.235 6.295-4.887 7.091-8.653a.5.5 0 0 0-.978-.207c-.47 2.22-1.544 4.362-3.146 5.914-.52-.035-1.256-.34-1.848-.906-.628-.6-1.083-1.428-1.083-2.39 0-.62.054-1.23.479-1.945 1.613-2.387 5.623-3.843 7.175-4.3.203-.059.418.01.544.177 1.473 1.935 2.093 4.412 2.114 5.944.021 1.62-.39 2.826-1.026 3.628-.635.8-1.492 1.22-2.487 1.26-.498 0-1.099.012-1.85-.562a.5.5 0 1 0-.607.794c.99.756 1.97.77 2.47.77h.01l.01-.001a4.3 4.3 0 0 0 3.238-1.64c.808-1.02 1.265-2.466 1.241-4.262-.024-1.776-.681-4.388-2.317-6.537a1.5 1.5 0 0 0-1.171-.59"
17
18
  })]
18
19
  });
19
- export default SvgLeaf;
20
+
21
+ export { SvgLeaf as default };
@@ -1,19 +1,21 @@
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 SvgLock = ({
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
  viewBox: "0 0 32 40",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsx("path", {
16
+ }) : null, /*#__PURE__*/jsx("path", {
16
17
  d: "M16 0c-4.4 0-8 3.6-8 8v4H4.5C2.033 12 0 14.033 0 16.5v19C0 37.968 2.033 40 4.5 40h23c2.468 0 4.5-2.032 4.5-4.5v-19c0-2.467-2.032-4.5-4.5-4.5H24V8c0-4.4-3.6-8-8-8m0 3c2.78 0 5 2.22 5 5v4H11V8c0-2.78 2.22-5 5-5M4.5 15h23c.846 0 1.5.653 1.5 1.5v19c0 .846-.654 1.5-1.5 1.5h-23c-.846 0-1.5-.654-1.5-1.5v-19c0-.847.654-1.5 1.5-1.5M16 23a3 3 0 1 0 0 6 3 3 0 0 0 0-6"
17
18
  })]
18
19
  });
19
- export default SvgLock;
20
+
21
+ export { SvgLock as default };
@@ -1,41 +1,43 @@
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 SvgLogo = ({
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
  viewBox: "0 0 137 16",
10
11
  "aria-labelledby": titleId,
11
12
  ...props,
12
- children: [title ? /*#__PURE__*/_jsx("title", {
13
+ children: [title ? /*#__PURE__*/jsx("title", {
13
14
  id: titleId,
14
15
  children: title
15
- }) : null, /*#__PURE__*/_jsxs("g", {
16
+ }) : null, /*#__PURE__*/jsxs("g", {
16
17
  clipPath: "url(#logo_svg__a)",
17
- children: [/*#__PURE__*/_jsx("path", {
18
+ children: [/*#__PURE__*/jsx("path", {
18
19
  d: "M30.222 11.128A28.1 28.1 0 0 0 19.16 6.979V3.095c0-1.054-.197-1.91-.658-2.37C18.172.262 17.514 0 16.724 0h-2.238v1.383h1.843c.922 0 1.251.658 1.251 1.777v3.622c-.79-.066-1.646-.132-2.436-.132-.658 0-1.251 0-1.91.066V0l-1.646.46v6.388C7.374 7.374 3.425 8.888 0 11.128a34.3 34.3 0 0 1 11.589-3.424v5.201c0 1.054.197 1.91.658 2.37.395.462.988.725 1.778.725h2.304v-1.383h-1.843c-.922 0-1.251-.658-1.251-1.778V7.572c.658-.066 1.25-.066 1.909-.066.437 0 .856.017 1.267.034.395.016.782.032 1.17.032V16l1.645-.46V7.77a32.9 32.9 0 0 1 10.996 3.358M53.86 9.942c0-1.25.33-1.975 1.383-1.975l.658-.066V6.387h-1.12c-.855 0-1.514.329-1.974.79-.527.593-.725 1.514-.725 2.7v3.95h1.778zM59.984 7.967c-1.054 0-1.383.724-1.383 1.975v3.885h-1.778v-3.95c0-1.186.198-2.107.724-2.7.461-.461 1.12-.79 1.976-.79h1.119V7.9zM88.626 7.967c-1.054 0-1.383.724-1.383 1.975v3.885h-1.778v-3.95c0-1.186.197-2.107.724-2.7.461-.461 1.12-.79 1.976-.79h1.119V7.9z"
19
- }), /*#__PURE__*/_jsx("path", {
20
+ }), /*#__PURE__*/jsx("path", {
20
21
  fillRule: "evenodd",
21
22
  d: "M47.012 14.025c1.515 0 2.502-.461 3.292-1.58l-1.448-.857c-.46.527-.988.725-1.778.725-1.053 0-1.843-.593-2.04-1.646h5.793v-.395c0-2.24-1.514-3.885-3.819-3.885S43.26 8.23 43.26 10.206c0 2.107 1.449 3.819 3.753 3.819m0-6.058c.988 0 1.712.527 1.976 1.383h-3.885c.33-.922.987-1.383 1.91-1.383M67.029 13.103c-.659.592-1.317.922-2.239.922-1.844 0-3.424-1.58-3.424-3.82 0-2.238 1.515-3.818 3.424-3.818.856 0 1.646.329 2.239.987v-.79h1.778v7.243h-1.778zm-3.82-2.897c0 1.25.791 2.173 1.91 2.173 1.12 0 1.976-.856 1.976-2.173 0-1.251-.856-2.107-1.976-2.107-1.185 0-1.91.987-1.91 2.107M80.33 14.025c2.172 0 3.818-1.712 3.818-3.82 0-2.106-1.712-3.752-3.819-3.818-1.975 0-3.753 1.646-3.753 3.819s1.646 3.819 3.753 3.819m0-1.712c-1.12 0-1.91-.856-1.91-2.107 0-1.185.79-2.041 1.91-2.107 1.184 0 1.975.856 1.975 2.107 0 1.317-.856 2.107-1.976 2.107M108.313 13.103c-.659.592-1.317.922-2.239.922-1.844 0-3.424-1.58-3.424-3.82 0-2.238 1.515-3.818 3.424-3.818.856 0 1.646.329 2.239.987v-.79h1.778v7.243h-1.778zm-3.885-2.897c0 1.25.79 2.173 1.909 2.173 1.12 0 1.976-.856 1.976-2.173 0-1.251-.856-2.107-1.976-2.107-1.119 0-1.909.987-1.909 2.107",
22
23
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
+ }), /*#__PURE__*/jsx("path", {
24
25
  d: "M119.243 5.53a1.18 1.18 0 0 0 1.185-1.184 1.18 1.18 0 0 0-1.185-1.185c-.659 0-1.185.526-1.185 1.119 0 .658.526 1.25 1.185 1.25M120.165 6.65h-1.778v7.243h1.778zM45.103 1.91H35.029v1.777h4.082v10.14h1.844V3.687h4.148z"
25
- }), /*#__PURE__*/_jsx("path", {
26
+ }), /*#__PURE__*/jsx("path", {
26
27
  fillRule: "evenodd",
27
28
  d: "M125.169 14.025c2.173 0 3.819-1.712 3.819-3.82 0-2.106-1.712-3.752-3.819-3.818-1.976 0-3.753 1.646-3.753 3.819s1.646 3.819 3.753 3.819m0-1.712c-1.12 0-1.91-.856-1.91-2.107 0-1.185.79-2.041 1.91-2.107 1.185 0 1.975.856 1.975 2.107 0 1.317-.856 2.107-1.975 2.107",
28
29
  clipRule: "evenodd"
29
- }), /*#__PURE__*/_jsx("path", {
30
+ }), /*#__PURE__*/jsx("path", {
30
31
  d: "M117.07 8.165v-1.58h-2.041V3.16l-1.778.526V6.65h-1.909v1.58h1.909v3.688c0 1.185.198 2.107.724 2.7.461.46 1.12.79 1.976.79h1.119v-1.58h-.658c-1.054 0-1.383-.725-1.383-1.976V8.165zM75.852 2.173v1.514h-.659c-1.185 0-1.382.593-1.382 1.976v.921h2.04v1.58h-2.04v7.046l-1.778.527v-7.44h-1.91v-1.58h1.91V5.662c0-1.251.198-2.107.724-2.7.395-.527 1.12-.79 1.975-.79zM96.988 13.827H95.21v-3.49c0-1.382-.263-2.238-1.251-2.238-.922 0-1.58.724-1.58 2.239v3.49H90.6V6.452h1.778v.987a2.95 2.95 0 0 1 2.238-.987c.922 0 1.646.395 2.107 1.317.659-.856 1.317-1.317 2.436-1.317.79 0 1.515.329 1.91.856.461.592.527 1.382.527 2.37v4.148h-1.778v-3.95c0-1.186-.395-1.778-1.251-1.778-.922 0-1.58.724-1.58 2.173zM133.926 6.453c-.79 0-1.383.329-2.107.922v-.79h-1.778v7.242h1.778v-3.029l-.002-.271c-.007-.618-.014-1.186.331-1.704.329-.46.724-.724 1.251-.724 1.12 0 1.251.856 1.251 2.304v3.424h1.778V8.955c0-1.58-1.185-2.502-2.502-2.502"
31
32
  })]
32
- }), /*#__PURE__*/_jsx("defs", {
33
- children: /*#__PURE__*/_jsx("clipPath", {
33
+ }), /*#__PURE__*/jsx("defs", {
34
+ children: /*#__PURE__*/jsx("clipPath", {
34
35
  id: "logo_svg__a",
35
- children: /*#__PURE__*/_jsx("path", {
36
+ children: /*#__PURE__*/jsx("path", {
36
37
  d: "M0 0h136.428v16H0z"
37
38
  })
38
39
  })
39
40
  })]
40
41
  });
41
- export default SvgLogo;
42
+
43
+ export { SvgLogo as default };