@terraware/web-components 4.2.26-rc.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_vendor/react-multi-carousel/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/Arrows.js +13 -0
- package/_vendor/react-multi-carousel/lib/Carousel.js +19 -0
- package/_vendor/react-multi-carousel/lib/CarouselItems.js +14 -0
- package/_vendor/react-multi-carousel/lib/Dots.js +16 -0
- package/_vendor/react-multi-carousel/lib/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/types.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/clones.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/common.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/dots.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/index.js +20 -0
- package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/next.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/previous.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/throttle.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/throwError.js +14 -0
- package/_virtual/Arrows.js +3 -0
- package/_virtual/Carousel.js +3 -0
- package/_virtual/CarouselItems.js +3 -0
- package/_virtual/Dots.js +3 -0
- package/_virtual/_commonjsHelpers.js +5 -0
- package/_virtual/clones.js +3 -0
- package/_virtual/common.js +3 -0
- package/_virtual/dots2.js +3 -0
- package/_virtual/elementWidth.js +3 -0
- package/_virtual/index.js +7 -0
- package/_virtual/index2.js +3 -0
- package/_virtual/index3.js +3 -0
- package/_virtual/mouseOrTouchMove.js +3 -0
- package/_virtual/next.js +3 -0
- package/_virtual/previous.js +3 -0
- package/_virtual/throttle.js +3 -0
- package/_virtual/throwError.js +3 -0
- package/_virtual/types.js +3 -0
- package/components/AntSwitch/index.js +6 -4
- package/components/Autocomplete/Autocomplete.js +19 -16
- package/components/Badge/index.js +8 -6
- package/components/BusySpinner/index.js +11 -8
- package/components/Button/Button.js +12 -9
- package/components/Checkbox.js +11 -8
- package/components/Confirm/index.js +14 -17
- package/components/DatePicker/DatePicker.js +19 -23
- package/components/DialogBox/DialogBox.js +25 -20
- package/components/Divisor.js +11 -8
- package/components/Dropdown.js +18 -15
- package/components/EditableTable/index.js +17 -14
- package/components/ErrorBox/ErrorBox.js +18 -15
- package/components/FileChooser/index.js +20 -15
- package/components/FormBottomBar/index.js +15 -12
- package/components/Icon/Icon.js +9 -6
- package/components/Icon/icons/index.js +252 -251
- package/components/IconTooltip/index.js +14 -9
- package/components/Map/MapBox.js +35 -32
- package/components/Map/MapContainer.js +10 -6
- package/components/Map/MapDateSliderControl.js +14 -12
- package/components/Map/MapDrawer.js +16 -12
- package/components/Map/MapLegend.js +32 -28
- package/components/Map/MapViewStyleControl.js +11 -9
- package/components/Map/ReactMapboxWrapper.js +1 -1
- package/components/Map/index.js +13 -11
- package/components/Map/types.js +5 -3
- package/components/Map/useMaintainLayerOrder.js +5 -2
- package/components/Markdown/index.js +6 -4
- package/components/Message/Message.js +25 -20
- package/components/MultiSelect/index.js +26 -23
- package/components/Navbar/NavFooter.js +8 -5
- package/components/Navbar/NavItem.js +14 -11
- package/components/Navbar/NavSection.js +10 -7
- package/components/Navbar/Navbar.js +16 -11
- package/components/Navbar/SubNavbar.js +8 -5
- package/components/Note.js +10 -7
- package/components/OverlayModal/OverlayModal.js +13 -11
- package/components/PageForm/index.js +15 -12
- package/components/PhotoChooser/index.js +30 -25
- package/components/PhotosCarousel/index.js +15 -18
- package/components/Pill/index.js +14 -11
- package/components/PillList/index.js +10 -7
- package/components/PlacementWrapper/index.js +8 -6
- package/components/PopoverMenu/Popover.js +12 -9
- package/components/PopoverMenu/index.js +14 -11
- package/components/PopoverMultiSelect/index.js +14 -11
- package/components/ProgressCircle/ProgressCircle.js +12 -9
- package/components/RadioButton.js +9 -6
- package/components/Select/Select.js +9 -6
- package/components/Select/SelectT.js +30 -26
- package/components/Separator/index.js +7 -5
- package/components/Size.js +1 -1
- package/components/Slider/index.js +9 -6
- package/components/SummaryBox.js +13 -10
- package/components/Tabs/index.js +22 -18
- package/components/TextTruncated/index.js +13 -20
- package/components/Textfield/Textfield.js +34 -28
- package/components/Textfield/TruncatedTextArea.js +12 -10
- package/components/TimelineSlider/TimelineMarker.js +8 -6
- package/components/TimelineSlider/TimelineRail.js +6 -4
- package/components/TimelineSlider/index.js +14 -12
- package/components/Tooltip/Tooltip.js +12 -7
- package/components/ViewPhotosDialog/index.js +14 -11
- package/components/VirtualWalkthrough/Annotation.js +10 -8
- package/components/VirtualWalkthrough/AnnotationEditPane.js +23 -21
- package/components/VirtualWalkthrough/AnnotationPanel.js +16 -14
- package/components/VirtualWalkthrough/Application.js +9 -7
- package/components/VirtualWalkthrough/AutoRotator.js +5 -3
- package/components/VirtualWalkthrough/BlockingSpinner.js +10 -7
- package/components/VirtualWalkthrough/BoundaryRing.js +8 -6
- package/components/VirtualWalkthrough/BoundaryWall.js +8 -6
- package/components/VirtualWalkthrough/CameraInfo.js +15 -13
- package/components/VirtualWalkthrough/ControlsInfoPane.js +59 -57
- package/components/VirtualWalkthrough/GradientSky.js +8 -6
- package/components/VirtualWalkthrough/SplatControls.js +37 -35
- package/components/VirtualWalkthrough/SplatCrop.js +6 -4
- package/components/VirtualWalkthrough/SplatFadeCrop.js +7 -5
- package/components/VirtualWalkthrough/SplatModel.js +17 -14
- package/components/VirtualWalkthrough/SplatRevealRain.js +6 -4
- package/components/VirtualWalkthrough/TfAnnotationManager.js +8 -5
- package/components/VirtualWalkthrough/TfXrNavigation.js +7 -5
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.js +47 -45
- package/components/VirtualWalkthrough/VrAnnotationPanel.js +9 -7
- package/components/VirtualWalkthrough/XrAnnotationInteraction.js +9 -7
- package/components/VirtualWalkthrough/XrExitButton.js +9 -7
- package/components/VirtualWalkthrough/XrGazeDwell.js +9 -7
- package/components/VirtualWalkthrough/XrPointerRay.js +9 -7
- package/components/VirtualWalkthrough/boundary-ring.js +7 -5
- package/components/VirtualWalkthrough/boundary-wall.js +8 -6
- package/components/VirtualWalkthrough/groundPlane.js +6 -3
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +5 -2
- package/components/VirtualWalkthrough/splatFormat.js +6 -4
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.js +4 -2
- package/components/VirtualWalkthrough/vr-annotation-panel.js +8 -5
- package/components/VirtualWalkthrough/walkthrough-camera.js +6 -4
- package/components/VirtualWalkthrough/xr-annotation-candidates.js +8 -6
- package/components/VirtualWalkthrough/xr-annotation-interaction.js +9 -6
- package/components/VirtualWalkthrough/xr-annotation-targeting.js +5 -2
- package/components/VirtualWalkthrough/xr-button-arming.js +4 -2
- package/components/VirtualWalkthrough/xr-button-hold.js +5 -3
- package/components/VirtualWalkthrough/xr-exit-button.js +10 -8
- package/components/VirtualWalkthrough/xr-face-buttons.js +6 -4
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.js +5 -3
- package/components/VirtualWalkthrough/xr-gaze-dwell.js +9 -7
- package/components/VirtualWalkthrough/xr-interactive-ui.js +10 -8
- package/components/VirtualWalkthrough/xr-pointer-ray.js +5 -3
- package/components/VirtualWalkthrough/xr-progress-pie.js +4 -2
- package/components/VirtualWalkthrough/xr-ray-quad.js +5 -2
- package/components/VirtualWalkthrough/xr-scene-bounds.js +5 -3
- package/components/VirtualWalkthrough/xr-teleport-gesture.js +4 -2
- package/components/svg/BlobbyGrayIconImage.js +13 -11
- package/components/svg/BlobbyGrayIconImport.js +13 -11
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +13 -11
- package/components/svg/BlobbyIconCloudChecked.js +41 -39
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +41 -39
- package/components/svg/BlobbyIconFolder.js +41 -39
- package/components/svg/BlobbyIconGraphReport.js +41 -39
- package/components/svg/BlobbyIconHappy.js +41 -39
- package/components/svg/BlobbyIconHeartMonitor.js +41 -39
- package/components/svg/BlobbyIconLeaf.js +41 -39
- package/components/svg/BlobbyIconLibrary.js +41 -39
- package/components/svg/BlobbyIconNursery.js +41 -39
- package/components/svg/BlobbyIconOrganization.js +41 -39
- package/components/svg/BlobbyIconParchment.js +41 -39
- package/components/svg/BlobbyIconPeople.js +41 -39
- package/components/svg/BlobbyIconSeedBank.js +41 -39
- package/components/svg/BlobbyIconSeedling.js +41 -39
- package/components/svg/BlobbyIconSeeds.js +41 -39
- package/components/svg/BlobbyIconSite.js +42 -40
- package/components/svg/BlobbyIconSparkles.js +41 -39
- package/components/svg/BlobbyIconWrench.js +41 -39
- package/components/svg/Bug.js +8 -6
- package/components/svg/Calendar.js +8 -6
- package/components/svg/CaretDown.js +8 -6
- package/components/svg/CaretLeft.js +8 -6
- package/components/svg/CaretRight.js +8 -6
- package/components/svg/CaretUp.js +8 -6
- package/components/svg/ChevronDown.js +8 -6
- package/components/svg/ChevronUp.js +8 -6
- package/components/svg/Close.js +8 -6
- package/components/svg/Critical.js +8 -6
- package/components/svg/Edit.js +41 -39
- package/components/svg/Error.js +8 -6
- package/components/svg/Filter.js +8 -6
- package/components/svg/Folder.js +8 -6
- package/components/svg/Help.js +8 -6
- package/components/svg/Home.js +8 -6
- package/components/svg/IconAdd.js +8 -6
- package/components/svg/IconArrowRight.js +8 -6
- package/components/svg/IconBusinessNetwork.js +8 -6
- package/components/svg/IconCalendar.js +8 -6
- package/components/svg/IconCancel.js +8 -6
- package/components/svg/IconChargingBattery.js +8 -6
- package/components/svg/IconChecklist.js +8 -6
- package/components/svg/IconCheckmark.js +8 -6
- package/components/svg/IconCoinInHand.js +8 -6
- package/components/svg/IconColumns.js +8 -6
- package/components/svg/IconComment.js +8 -6
- package/components/svg/IconDashboard.js +8 -6
- package/components/svg/IconDataMigration.js +8 -6
- package/components/svg/IconDocument.js +8 -6
- package/components/svg/IconDownloadFromTheCloud.js +8 -6
- package/components/svg/IconEdit.js +8 -6
- package/components/svg/IconExpand.js +8 -6
- package/components/svg/IconExport.js +8 -6
- package/components/svg/IconExternalLink.js +8 -6
- package/components/svg/IconEye.js +8 -6
- package/components/svg/IconEyeOff.js +8 -6
- package/components/svg/IconFile.js +8 -6
- package/components/svg/IconFolder.js +8 -6
- package/components/svg/IconFullScreen.js +8 -6
- package/components/svg/IconFutures.js +8 -6
- package/components/svg/IconGraphReport.js +8 -6
- package/components/svg/IconHeartMonitor.js +8 -6
- package/components/svg/IconHelp.js +8 -6
- package/components/svg/IconHistory.js +8 -6
- package/components/svg/IconImport.js +8 -6
- package/components/svg/IconIndex.js +8 -6
- package/components/svg/IconLayers.js +8 -6
- package/components/svg/IconLibrary.js +8 -6
- package/components/svg/IconList.js +8 -6
- package/components/svg/IconLivePlant.js +8 -6
- package/components/svg/IconLocations.js +8 -6
- package/components/svg/IconMail.js +8 -6
- package/components/svg/IconManager.js +8 -6
- package/components/svg/IconMarker.js +8 -6
- package/components/svg/IconMenu.js +8 -6
- package/components/svg/IconMenuHorizontal.js +8 -6
- package/components/svg/IconModule.js +8 -6
- package/components/svg/IconMyLocation.js +8 -6
- package/components/svg/IconNote.js +8 -6
- package/components/svg/IconNursery.js +8 -6
- package/components/svg/IconOrg.js +8 -6
- package/components/svg/IconParchment.js +8 -6
- package/components/svg/IconPhoto.js +8 -6
- package/components/svg/IconPlantsFilled.js +8 -6
- package/components/svg/IconRedo.js +8 -6
- package/components/svg/IconRestorationSite.js +8 -6
- package/components/svg/IconSeedBank.js +8 -6
- package/components/svg/IconSeedling.js +8 -6
- package/components/svg/IconSettings.js +8 -6
- package/components/svg/IconSlice.js +8 -6
- package/components/svg/IconSubmit.js +8 -6
- package/components/svg/IconSubtract.js +8 -6
- package/components/svg/IconSynced.js +8 -6
- package/components/svg/IconTrashCan.js +8 -6
- package/components/svg/IconTreasureMap.js +8 -6
- package/components/svg/IconUnavailable.js +8 -6
- package/components/svg/IconUndo.js +8 -6
- package/components/svg/IconVariable.js +8 -6
- package/components/svg/IconVideo.js +9 -7
- package/components/svg/IconWifi.js +8 -6
- package/components/svg/Info.js +8 -6
- package/components/svg/Key.js +8 -6
- package/components/svg/Leaf.js +8 -6
- package/components/svg/Lock.js +8 -6
- package/components/svg/Logo.js +16 -14
- package/components/svg/MenuVertical.js +8 -6
- package/components/svg/Notification.js +8 -6
- package/components/svg/Person.js +8 -6
- package/components/svg/Plus.js +8 -6
- package/components/svg/RestorationSite.js +8 -6
- package/components/svg/Search.js +8 -6
- package/components/svg/Seeds.js +8 -6
- package/components/svg/Site.js +8 -6
- package/components/svg/Sparkles.js +8 -6
- package/components/svg/Species.js +8 -6
- package/components/svg/Species2.js +41 -39
- package/components/svg/Spinner.js +16 -14
- package/components/svg/Star.js +8 -6
- package/components/svg/Success.js +8 -6
- package/components/svg/SuccessFilled.js +8 -6
- package/components/svg/TerrawareLogoDesktop.js +17 -15
- package/components/svg/TerrawareLogoMobile.js +9 -7
- package/components/svg/Touchscreen.js +8 -6
- package/components/svg/UploadCloud.js +41 -39
- package/components/svg/Warning.js +8 -6
- package/components/svg/WelcomeClipboard.js +32 -30
- package/components/svg/index.js +127 -127
- package/components/table/EnhancedTableToolbar.js +18 -15
- package/components/table/EnhancedTableToolbarV2.js +8 -6
- package/components/table/TableCellRenderer.js +37 -32
- package/components/table/TableHeader.js +17 -14
- package/components/table/TableHeaderItem.js +18 -15
- package/components/table/density.js +5 -3
- package/components/table/index.js +40 -37
- package/components/table/sort.js +6 -4
- package/components/table/types.js +1 -1
- package/components/types/index.js +1 -1
- package/hooks/useBoolean.js +4 -2
- package/hooks/useCameraPosition.js +5 -2
- package/hooks/useDevicePerformance.js +6 -3
- package/hooks/useXr.js +6 -4
- package/index.js +55 -58
- package/package.json +6 -2
- package/style-dictionary-dist/TerrawareTheme.js +2 -1
- package/theme.js +5 -2
- package/utils/color.js +5 -2
- package/utils/date.js +7 -6
- package/utils/index.js +4 -5
- package/utils/preventDefaultEvent.js +2 -1
- package/utils/text.js +3 -2
- package/utils/useDeviceInfo.js +2 -1
- package/virtualWalkthrough.js +23 -31
- package/components/Button/button.test.js +0 -23
- package/components/MultiSelect/MultiSelect.test.js +0 -73
- package/components/VirtualWalkthrough/TfXrNavigation.test.js +0 -110
- package/components/VirtualWalkthrough/boundary-ring.test.js +0 -109
- package/components/VirtualWalkthrough/boundary-wall.test.js +0 -203
- package/components/VirtualWalkthrough/groundPlane.test.js +0 -45
- package/components/VirtualWalkthrough/splatFormat.test.js +0 -51
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.test.js +0 -26
- package/components/VirtualWalkthrough/xr-annotation-targeting.test.js +0 -66
- package/components/VirtualWalkthrough/xr-button-arming.test.js +0 -35
- package/components/VirtualWalkthrough/xr-button-hold.test.js +0 -57
- package/components/VirtualWalkthrough/xr-exit-button.test.js +0 -23
- package/components/VirtualWalkthrough/xr-face-buttons.test.js +0 -82
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.test.js +0 -61
- package/components/VirtualWalkthrough/xr-interactive-ui.test.js +0 -165
- package/components/VirtualWalkthrough/xr-progress-pie.test.js +0 -79
- package/components/VirtualWalkthrough/xr-ray-quad.test.js +0 -37
- package/components/VirtualWalkthrough/xr-scene-bounds.test.js +0 -70
- package/components/VirtualWalkthrough/xr-teleport-gesture.test.js +0 -90
- package/components/table/sort.test.js +0 -35
- package/utils/date.test.js +0 -84
- package/utils/text.test.js +0 -21
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBlobbyIconSparkles = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
fill: "none",
|
|
10
11
|
viewBox: "0 0 200 128",
|
|
11
12
|
"aria-labelledby": titleId,
|
|
12
13
|
...props,
|
|
13
|
-
children: [title ? /*#__PURE__*/
|
|
14
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
14
15
|
id: titleId,
|
|
15
16
|
children: title
|
|
16
|
-
}) : null, /*#__PURE__*/
|
|
17
|
+
}) : null, /*#__PURE__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#blobby-icon-sparkles_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#blobby-icon-sparkles_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#blobby-icon-sparkles_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__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#blobby-icon-sparkles_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__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#blobby-icon-sparkles_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__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "blobby-icon-sparkles_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgBlobbyIconSparkles = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#blobby-icon-sparkles_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#blobby-icon-sparkles_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#blobby-icon-sparkles_svg__h)",
|
|
64
65
|
d: "m160.564 97.752-49.295-49.295L109.5 60.5l-24.18-24L81.5 47 71 50.5l65.5 65.5-4 3-49-49-4.5 8-8 3.79 49.838 49.837z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M83.899 36.003a2 2 0 0 0-1.797 1.364l-2.516 7.552-7.552 2.516a2 2 0 0 0 0 3.797l7.55 2.518 2.518 7.55a2 2 0 0 0 3.796 0l2.516-7.553 7.552-2.515a2 2 0 0 0 0-3.797l-7.552-2.516-2.516-7.552a2 2 0 0 0-2-1.364m26.02 12a2 2 0 0 0-1.823 1.385l-3.901 12.14-12.14 3.902a2 2 0 0 0 0 3.807l12.14 3.901 3.901 12.14a2.003 2.003 0 0 0 3.081 1.004c.343-.25.597-.6.727-1.003l3.901-12.141 12.14-3.901a2 2 0 0 0 0-3.807l-12.14-3.901-3.901-12.141a2 2 0 0 0-1.985-1.385m-28.02 21.333a2 2 0 0 0-1.797 1.365l-2.019 6.052-6.05 2.015a2 2 0 0 0 0 3.797l6.05 2.016 2.019 6.052a2 2 0 0 0 3.796 0l2.016-6.052 6.052-2.016a2 2 0 0 0 0-3.797l-6.05-2.018L83.9 70.7a2 2 0 0 0-2-1.364"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M83.899 36.003a2 2 0 0 0-1.797 1.364l-2.516 7.552-7.552 2.516a2 2 0 0 0 0 3.797l7.55 2.518 2.518 7.55a2 2 0 0 0 3.796 0l2.516-7.553 7.552-2.515a2 2 0 0 0 0-3.797l-7.552-2.516-2.516-7.552a2 2 0 0 0-2-1.364M84 44.328l.935 2.805a2 2 0 0 0 1.266 1.265l2.804.935-2.804.935a2 2 0 0 0-1.266 1.266L84 54.339l-.935-2.805a2 2 0 0 0-1.266-1.266l-2.804-.935 2.804-.935a2 2 0 0 0 1.266-1.265zm25.919 3.675a2 2 0 0 0-1.823 1.385l-3.901 12.14-12.14 3.902a2 2 0 0 0 0 3.807l12.14 3.901 3.901 12.14a2.003 2.003 0 0 0 3.081 1.004c.343-.25.597-.6.727-1.003l3.901-12.141 12.14-3.901a2 2 0 0 0 0-3.807l-12.14-3.901-3.901-12.141a2 2 0 0 0-1.985-1.385m.081 8.53 2.313 7.196a2 2 0 0 0 1.291 1.292l7.196 2.312-7.196 2.313a2 2 0 0 0-1.291 1.291L110 78.134l-2.312-7.195a2.007 2.007 0 0 0-1.292-1.292l-7.195-2.313 7.195-2.312a2 2 0 0 0 1.292-1.292zM81.899 69.337a2 2 0 0 0-1.797 1.365l-2.019 6.052-6.05 2.015a2 2 0 0 0 0 3.797l6.05 2.016 2.019 6.052a2 2 0 0 0 3.796 0l2.016-6.052 6.052-2.016a2 2 0 0 0 0-3.797l-6.05-2.018L83.9 70.7a2 2 0 0 0-2-1.364M82 77.659l.435 1.307a2 2 0 0 0 1.266 1.266l1.304.435-1.304.435a2 2 0 0 0-1.266 1.265L82 83.674l-.437-1.307a2 2 0 0 0-1.266-1.265l-1.305-.435 1.305-.435a2 2 0 0 0 1.266-1.266z"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "blobby-icon-sparkles_svg__b",
|
|
77
78
|
x1: 133,
|
|
78
79
|
x2: 49.23,
|
|
79
80
|
y1: 114,
|
|
80
81
|
y2: 31.784,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "blobby-icon-sparkles_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__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "blobby-icon-sparkles_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__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "blobby-icon-sparkles_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__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "blobby-icon-sparkles_svg__f",
|
|
129
130
|
x1: 133,
|
|
130
131
|
x2: 49.23,
|
|
131
132
|
y1: 114,
|
|
132
133
|
y2: 31.784,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "blobby-icon-sparkles_svg__h",
|
|
142
143
|
x1: 71.381,
|
|
143
144
|
x2: 144.581,
|
|
144
145
|
y1: 50.5,
|
|
145
146
|
y2: 109.984,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "blobby-icon-sparkles_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgBlobbyIconSparkles as default };
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBlobbyIconWrench = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
fill: "none",
|
|
10
11
|
viewBox: "0 0 200 128",
|
|
11
12
|
"aria-labelledby": titleId,
|
|
12
13
|
...props,
|
|
13
|
-
children: [title ? /*#__PURE__*/
|
|
14
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
14
15
|
id: titleId,
|
|
15
16
|
children: title
|
|
16
|
-
}) : null, /*#__PURE__*/
|
|
17
|
+
}) : null, /*#__PURE__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#blobby-icon-wrench_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#blobby-icon-wrench_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#blobby-icon-wrench_svg__c)",
|
|
31
32
|
d: "M146.999 100.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#blobby-icon-wrench_svg__d)",
|
|
34
35
|
d: "M87.999 25.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#blobby-icon-wrench_svg__e)",
|
|
37
38
|
d: "M63.999 76.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "blobby-icon-wrench_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgBlobbyIconWrench = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#blobby-icon-wrench_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#blobby-icon-wrench_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#blobby-icon-wrench_svg__h)",
|
|
64
65
|
d: "m161.281 84.159-43.2-43.2-39.64 46.502 40.36 40.359z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M110 38.667c-9.181 0-16.667 7.485-16.667 16.666 0 1.876.395 3.646.969 5.328L78.148 76.815h-.002c-2.847 2.847-2.846 7.524.002 10.37a7.34 7.34 0 0 0 5.185 2.148 7.34 7.34 0 0 0 5.185-2.148h.003l16.151-16.154c1.682.575 3.454.969 5.331.969 9.18 0 16.666-7.486 16.666-16.667 0-2.668-.647-5.187-1.755-7.414a1.996 1.996 0 0 0-2.403-1.012 2 2 0 0 0-.8.489l-9.159 9.156c-.528.528-1.2.781-1.885.781a2.63 2.63 0 0 1-1.886-.78 2.635 2.635 0 0 1 0-3.77v-.002l9.156-9.156a2 2 0 0 0-.523-3.203A16.6 16.6 0 0 0 110 38.667"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M110 38.667c-9.181 0-16.667 7.485-16.667 16.666 0 1.876.395 3.646.969 5.328L78.148 76.815h-.002c-2.847 2.847-2.846 7.524.002 10.37a7.34 7.34 0 0 0 5.185 2.148 7.34 7.34 0 0 0 5.185-2.148h.003l16.151-16.154c1.682.575 3.454.969 5.331.969 9.18 0 16.666-7.486 16.666-16.667 0-2.668-.647-5.187-1.755-7.414a1.996 1.996 0 0 0-2.403-1.012 2 2 0 0 0-.8.489l-9.159 9.156c-.528.528-1.2.781-1.885.781a2.63 2.63 0 0 1-1.886-.78 2.635 2.635 0 0 1 0-3.77v-.002l9.156-9.156a2 2 0 0 0-.523-3.203A16.6 16.6 0 0 0 110 38.667m0 4c.999 0 1.966.122 2.896.343l-6.943 6.943c-2.588 2.586-2.588 6.841 0 9.427a6.67 6.67 0 0 0 4.714 1.953c1.703 0 3.42-.66 4.713-1.953l6.945-6.943A12.636 12.636 0 0 1 110.003 68c-1.812 0-3.523-.385-5.084-1.07a2 2 0 0 0-2.219.416l-17.01 17.01a3.3 3.3 0 0 1-2.357.977 3.3 3.3 0 0 1-2.36-.976 3.304 3.304 0 0 1 .004-4.714l17.01-17.008a2 2 0 0 0 .417-2.218 12.6 12.6 0 0 1-1.07-5.084A12.637 12.637 0 0 1 110 42.667"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "blobby-icon-wrench_svg__b",
|
|
77
78
|
x1: 139.5,
|
|
78
79
|
x2: 52.354,
|
|
79
80
|
y1: 110,
|
|
80
81
|
y2: 24.156,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "blobby-icon-wrench_svg__c",
|
|
90
91
|
x1: 137,
|
|
91
92
|
x2: 147,
|
|
92
93
|
y1: 93,
|
|
93
94
|
y2: 108,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "blobby-icon-wrench_svg__d",
|
|
103
104
|
x1: 78,
|
|
104
105
|
x2: 88,
|
|
105
106
|
y1: 18,
|
|
106
107
|
y2: 33,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "blobby-icon-wrench_svg__e",
|
|
116
117
|
x1: 54,
|
|
117
118
|
x2: 64,
|
|
118
119
|
y1: 69,
|
|
119
120
|
y2: 84,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "blobby-icon-wrench_svg__f",
|
|
129
130
|
x1: 139.5,
|
|
130
131
|
x2: 52.354,
|
|
131
132
|
y1: 110,
|
|
132
133
|
y2: 24.156,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "blobby-icon-wrench_svg__h",
|
|
142
143
|
x1: 92.343,
|
|
143
144
|
x2: 141.726,
|
|
144
145
|
y1: 66.5,
|
|
145
146
|
y2: 107.689,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "blobby-icon-wrench_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgBlobbyIconWrench as default };
|
package/components/svg/Bug.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgBug = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M9.738 2.49A.75.75 0 0 0 9 3.25V4c0 .632.2 1.22.538 1.706A3.76 3.76 0 0 0 7.013 9H6.75A2.24 2.24 0 0 1 4.5 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5a3.76 3.76 0 0 0 3.75 3.75H7v1.75H2.75a.75.75 0 1 0 0 1.5H7v1.604c0 .05.005.097.007.146H6.75A3.76 3.76 0 0 0 3 19.25v1.5a.75.75 0 1 0 1.5 0v-1.5c0-1.252.998-2.25 2.25-2.25h.521c.629 1.895 2.305 3.354 4.398 3.49 2.367.152 4.424-1.367 5.098-3.49h.483c1.252 0 2.25.998 2.25 2.25v1.5a.752.752 0 0 0 1.284.537.75.75 0 0 0 .216-.537v-1.5a3.76 3.76 0 0 0-3.75-3.75H17v-1.75h4.25a.751.751 0 1 0 0-1.5H17V10.5h.25A3.76 3.76 0 0 0 21 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5c0 1.252-.998 2.25-2.25 2.25h-.263a3.76 3.76 0 0 0-2.525-3.294A2.98 2.98 0 0 0 15 4v-.75a.751.751 0 1 0-1.5 0V4c0 .837-.663 1.5-1.5 1.5A1.49 1.49 0 0 1 10.5 4v-.75a.75.75 0 0 0-.762-.76M10.75 7h2.5c1.252 0 2.25.998 2.25 2.25v.377a.8.8 0 0 0 0 .243v3.007a.8.8 0 0 0 0 .243v2.38a3.486 3.486 0 0 1-3.734 3.492c-1.849-.12-3.266-1.751-3.266-3.638v-2.231a.8.8 0 0 0 0-.243V9.873a.8.8 0 0 0 0-.243v-.38C8.5 7.998 9.498 7 10.75 7"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgBug as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgCalendar = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 20 20",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M18.133 1.891a2.98 2.98 0 0 0-2.119-.882h-1a1 1 0 1 0-2 0l-6-.009a1 1 0 0 0-2 0h-1a3 3 0 0 0-3 3v1.992l-.023 9.994a3 3 0 0 0 2.995 3l12 .018a3 3 0 0 0 3-3l.018-12a2.98 2.98 0 0 0-.87-2.113M4.01 2.991h1a1 1 0 0 0 2 0l6 .009a1 1 0 0 0 2 0h1a1 1 0 0 1 1 1v.987l-14-.021v-.987a1 1 0 0 1 1-.988m11.982 14.018-12-.018a1 1 0 0 1-1-1l.01-9.014L17 7l-.014 9.012a1 1 0 0 1-.996.997"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgCalendar as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgCaretDown = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M21.743 5.99a.75.75 0 0 0-.523.23L12 15.44 2.78 6.22a.75.75 0 1 0-1.06 1.06l9.75 9.75a.75.75 0 0 0 1.06 0l9.75-9.75a.75.75 0 0 0-.537-1.29"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgCaretDown as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgCaretLeft = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M17.235 1.493a.75.75 0 0 0-.515.227l-9.75 9.75a.75.75 0 0 0 0 1.06l9.75 9.75a.75.75 0 1 0 1.06-1.06L8.56 12l9.22-9.22a.75.75 0 0 0-.545-1.287"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgCaretLeft as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgCaretRight = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M7.123 1.49A.75.75 0 0 0 6.6 2.78l9.22 9.22-9.22 9.22a.75.75 0 1 0 1.06 1.06l9.75-9.75a.75.75 0 0 0 0-1.06l-9.75-9.75a.75.75 0 0 0-.537-.228"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgCaretRight as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgCaretUp = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.99 5.75a.75.75 0 0 0-.52.22l-9.75 9.75a.75.75 0 1 0 1.06 1.06L12 7.56l9.22 9.22a.75.75 0 1 0 1.06-1.06l-9.75-9.75a.75.75 0 0 0-.54-.22"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgCaretUp as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgChevronDown = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "m15 8.65-3 3-3-3c-.3-.3-.75-.3-1.05 0L6.9 9.7c-.3.3-.3.75 0 1.05l4.6 4.6c.3.3.75.3 1.05 0l4.6-4.6c.3-.3.3-.75 0-1.05L16.1 8.65c-.35-.3-.8-.3-1.1 0"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgChevronDown as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgChevronUp = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "m9.025 15.35 3-3 3 3c.3.3.75.3 1.05 0l1.05-1.05c.3-.3.3-.75 0-1.05l-4.6-4.6c-.3-.3-.75-.3-1.05 0l-4.6 4.6c-.3.3-.3.75 0 1.05l1.05 1.05c.35.3.8.3 1.1 0"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgChevronUp as default };
|