@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,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSuccessFilled = ({
|
|
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: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m4.28 8.28-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.97 1.97 4.469-4.47a.75.75 0 0 1 1.062 1.06"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSuccessFilled as default };
|
|
@@ -1,47 +1,49 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgTerrawareLogoDesktop = ({
|
|
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 140 30",
|
|
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__*/jsx("path", {
|
|
17
18
|
fill: "#2C8658",
|
|
18
19
|
d: "M26.25 1.824V.274h8.446v1.55h-3.272v8.655h-1.902V1.824zM38.605 10.628q-1.194 0-2.063-.478a3.3 3.3 0 0 1-1.328-1.366q-.465-.886-.465-2.087 0-1.18.465-2.073a3.44 3.44 0 0 1 1.313-1.395q.842-.503 1.98-.503.733 0 1.385.229.656.224 1.157.698.507.473.796 1.205.29.728.29 1.734v.553h-6.508V5.93h4.714a1.9 1.9 0 0 0-.232-.922 1.66 1.66 0 0 0-.636-.643 1.84 1.84 0 0 0-.94-.234q-.575 0-1.009.269-.434.264-.677.697-.238.429-.243.942V7.1q0 .667.254 1.146.252.473.708.728.455.249 1.064.249.409 0 .74-.11.33-.114.573-.334.244-.219.367-.543l1.747.19q-.165.667-.63 1.166-.46.492-1.179.767-.719.27-1.643.269M43.718 10.479V2.825h1.814v1.276h.083q.216-.663.744-1.021.532-.364 1.215-.364.154 0 .346.015.196.01.325.035v1.659a2 2 0 0 0-.377-.07 4 4 0 0 0-.49-.035 1.95 1.95 0 0 0-.92.214q-.404.21-.637.583-.232.375-.232.862v4.5zM49.489 10.479V2.825h1.814v1.276h.083q.216-.663.744-1.021.533-.364 1.214-.364.156 0 .347.015.196.01.325.035v1.659a2 2 0 0 0-.377-.07 4 4 0 0 0-.49-.035 1.95 1.95 0 0 0-.921.214q-.403.21-.636.583-.232.375-.232.862v4.5zM57.402 10.633a3.4 3.4 0 0 1-1.36-.26 2.2 2.2 0 0 1-.95-.776q-.347-.514-.347-1.266 0-.648.248-1.071.248-.424.677-.678t.967-.383q.543-.135 1.122-.195.697-.07 1.132-.124.434-.06.63-.18a.42.42 0 0 0 .202-.383v-.03q0-.564-.347-.872-.346-.31-.997-.31-.688 0-1.09.29-.399.289-.538.683l-1.747-.24q.207-.697.682-1.166a3 3 0 0 1 1.163-.707 4.6 4.6 0 0 1 1.52-.24q.573 0 1.142.13.568.13 1.039.429.47.294.754.802.29.508.29 1.27v5.123h-1.799V9.427h-.062a2.2 2.2 0 0 1-.48.598 2.3 2.3 0 0 1-.77.444 3.2 3.2 0 0 1-1.081.164m.486-1.325q.563 0 .977-.215a1.6 1.6 0 0 0 .635-.578q.228-.359.228-.782v-.902a.9.9 0 0 1-.3.13q-.207.06-.465.105-.258.044-.512.08l-.44.059q-.417.055-.749.18-.33.124-.522.348a.83.83 0 0 0-.19.568q0 .498.376.753.377.254.962.254M65.114 10.479 62.87 2.825h1.908l1.395 5.381h.073l1.426-5.38h1.887l1.426 5.35h.078l1.375-5.35h1.912l-2.248 7.653h-1.949l-1.488-5.172h-.109l-1.489 5.172zM77.941 10.633a3.4 3.4 0 0 1-1.36-.26 2.2 2.2 0 0 1-.95-.776q-.347-.514-.347-1.266 0-.648.248-1.071.249-.424.678-.678t.966-.383q.543-.135 1.122-.195.697-.07 1.132-.124.435-.06.63-.18a.42.42 0 0 0 .202-.383v-.03q0-.564-.346-.872-.347-.31-.998-.31-.687 0-1.09.29-.399.289-.538.683l-1.747-.24q.207-.697.682-1.166a3 3 0 0 1 1.163-.707 4.6 4.6 0 0 1 1.52-.24q.573 0 1.142.13t1.039.429q.47.294.755.802.29.508.289 1.27v5.123h-1.799V9.427h-.062a2.2 2.2 0 0 1-.48.598q-.305.274-.77.444a3.2 3.2 0 0 1-1.08.164m.486-1.325q.564 0 .977-.215a1.6 1.6 0 0 0 .636-.578q.227-.359.227-.782v-.902a.9.9 0 0 1-.3.13q-.207.06-.465.105-.258.044-.512.08l-.439.059q-.419.055-.75.18-.33.124-.521.348a.83.83 0 0 0-.192.568q0 .498.378.753.377.254.961.254M84.014 10.479V2.825h1.815v1.276h.082q.217-.663.745-1.021.533-.364 1.214-.364.156 0 .347.015.196.01.325.035v1.659a2 2 0 0 0-.377-.07 4 4 0 0 0-.491-.035 1.95 1.95 0 0 0-.92.214q-.403.21-.636.583-.233.375-.233.862v4.5zM92.973 10.628q-1.194 0-2.062-.478a3.3 3.3 0 0 1-1.329-1.366q-.465-.886-.465-2.087 0-1.18.465-2.073a3.44 3.44 0 0 1 1.313-1.395q.843-.503 1.98-.503.734 0 1.385.229.657.224 1.158.698.507.473.796 1.205.29.728.29 1.734v.553h-6.508V5.93h4.714a1.9 1.9 0 0 0-.233-.922 1.66 1.66 0 0 0-.636-.643 1.84 1.84 0 0 0-.94-.234q-.575 0-1.008.269-.434.264-.677.697-.239.429-.243.942V7.1q0 .667.253 1.146.254.473.708.728.454.249 1.065.249.408 0 .74-.11.33-.114.573-.334.243-.219.367-.543l1.747.19q-.165.667-.63 1.166-.46.492-1.18.767-.717.27-1.643.269M101.343 10.479V2.315h1.236V5.35h.075q.107-.192.31-.443.202-.25.562-.438.36-.192.951-.192.77 0 1.373.375.604.375.947 1.08.347.706.347 1.698 0 .993-.343 1.702-.343.705-.943 1.088a2.5 2.5 0 0 1-1.368.38q-.58 0-.947-.188a1.8 1.8 0 0 1-.571-.439 3 3 0 0 1-.318-.446h-.104v.953zm1.212-3.062q0 .645.194 1.132t.562.762q.368.27.902.27.554 0 .926-.282a1.76 1.76 0 0 0 .562-.778q.195-.49.195-1.104 0-.605-.191-1.088a1.67 1.67 0 0 0-.562-.761q-.372-.28-.93-.28-.538 0-.91.268a1.65 1.65 0 0 0-.558.745q-.19.48-.19 1.116M109.098 12.774q-.278 0-.504-.043a1.6 1.6 0 0 1-.339-.088l.297-.977q.34.088.604.076a.74.74 0 0 0 .467-.191q.207-.18.364-.586l.153-.407-2.324-6.202h1.323l1.609 4.751h.066l1.609-4.75h1.327l-2.617 6.939a2.8 2.8 0 0 1-.464.809q-.28.334-.669.502-.39.167-.902.167"
|
|
19
|
-
}), /*#__PURE__*/
|
|
20
|
+
}), /*#__PURE__*/jsxs("g", {
|
|
20
21
|
fill: "#1B5035",
|
|
21
22
|
clipPath: "url(#terraware-logo-desktop_svg__a)",
|
|
22
|
-
children: [/*#__PURE__*/
|
|
23
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
23
24
|
d: "M31.014 24.777a29.05 29.05 0 0 0-11.352-4.213V16.62c0-1.07-.203-1.94-.675-2.408-.338-.468-1.014-.735-1.825-.735h-2.297v1.404h1.892c.946 0 1.284.669 1.284 1.806v3.677c-.811-.066-1.69-.133-2.5-.133-.676 0-1.284 0-1.96.067v-6.821l-1.69.468v6.486A28.3 28.3 0 0 0 0 24.777 35.5 35.5 0 0 1 11.892 21.3v5.283c0 1.07.203 1.939.676 2.407.405.468 1.013.736 1.824.736h2.365V28.32h-1.892c-.946 0-1.284-.669-1.284-1.805v-5.35c.676-.067 1.284-.067 1.96-.067.447 0 .878.017 1.3.035.405.016.802.032 1.2.032v8.56l1.689-.468v-7.892a34 34 0 0 1 11.284 3.411M55.27 23.573c0-1.27.338-2.006 1.42-2.006l.675-.067v-1.538h-1.149c-.878 0-1.554.335-2.027.803-.54.601-.743 1.538-.743 2.741v4.013h1.824zM61.554 21.567c-1.081 0-1.419.736-1.419 2.006v3.946h-1.824v-4.013c0-1.203.203-2.14.743-2.741.473-.468 1.149-.803 2.027-.803h1.149V21.5zM90.946 21.567c-1.081 0-1.419.736-1.419 2.006v3.946h-1.824v-4.013c0-1.203.202-2.14.743-2.741.473-.468 1.149-.803 2.027-.803h1.149V21.5z"
|
|
24
|
-
}), /*#__PURE__*/
|
|
25
|
+
}), /*#__PURE__*/jsx("path", {
|
|
25
26
|
fillRule: "evenodd",
|
|
26
27
|
d: "M48.243 27.72c1.554 0 2.568-.469 3.379-1.606l-1.487-.869c-.473.535-1.013.736-1.824.736-1.081 0-1.892-.602-2.095-1.672h5.946v-.401c0-2.274-1.554-3.946-3.919-3.946s-3.851 1.873-3.851 3.879c0 2.14 1.486 3.878 3.851 3.878m0-6.153c1.014 0 1.757.535 2.027 1.404h-3.986c.338-.936 1.013-1.404 1.96-1.404M68.784 26.783c-.676.602-1.352.936-2.297.936-1.892 0-3.514-1.605-3.514-3.878s1.554-3.879 3.514-3.879c.878 0 1.689.335 2.297 1.003v-.802h1.824v7.356h-1.824zm-3.92-2.942c0 1.27.812 2.207 1.96 2.207 1.149 0 2.027-.87 2.027-2.207 0-1.27-.878-2.14-2.027-2.14-1.216 0-1.96 1.003-1.96 2.14M82.432 27.72c2.23 0 3.92-1.74 3.92-3.88s-1.757-3.81-3.92-3.878c-2.027 0-3.85 1.672-3.85 3.879s1.688 3.878 3.85 3.878m0-1.74c-1.148 0-1.959-.869-1.959-2.14 0-1.203.81-2.072 1.96-2.14 1.216 0 2.026.87 2.026 2.14 0 1.338-.878 2.14-2.027 2.14M111.149 26.783c-.676.602-1.352.936-2.298.936-1.892 0-3.513-1.605-3.513-3.878s1.554-3.879 3.513-3.879c.879 0 1.69.335 2.298 1.003v-.802h1.824v7.356h-1.824zm-3.987-2.942c0 1.27.811 2.207 1.96 2.207 1.148 0 2.027-.87 2.027-2.207 0-1.27-.879-2.14-2.027-2.14s-1.96 1.003-1.96 2.14",
|
|
27
28
|
clipRule: "evenodd"
|
|
28
|
-
}), /*#__PURE__*/
|
|
29
|
+
}), /*#__PURE__*/jsx("path", {
|
|
29
30
|
d: "M122.365 19.093a1.205 1.205 0 1 0 0-2.407c-.676 0-1.216.535-1.216 1.136 0 .67.54 1.27 1.216 1.27M123.311 20.23h-1.824v7.356h1.824zM46.284 15.415H35.946v1.806h4.19v10.298h1.891V17.22h4.257z"
|
|
30
|
-
}), /*#__PURE__*/
|
|
31
|
+
}), /*#__PURE__*/jsx("path", {
|
|
31
32
|
fillRule: "evenodd",
|
|
32
33
|
d: "M128.446 27.72c2.23 0 3.919-1.74 3.919-3.88s-1.757-3.81-3.919-3.878c-2.027 0-3.851 1.672-3.851 3.879s1.689 3.878 3.851 3.878m0-1.74c-1.149 0-1.959-.869-1.959-2.14 0-1.203.81-2.072 1.959-2.14 1.216 0 2.027.87 2.027 2.14 0 1.338-.878 2.14-2.027 2.14",
|
|
33
34
|
clipRule: "evenodd"
|
|
34
|
-
}), /*#__PURE__*/
|
|
35
|
+
}), /*#__PURE__*/jsx("path", {
|
|
35
36
|
d: "M120.135 21.768v-1.605h-2.094v-3.477l-1.825.535v3.009h-1.959v1.605h1.959v3.744c0 1.204.203 2.14.743 2.742.473.468 1.149.803 2.027.803h1.149v-1.605h-.676c-1.081 0-1.418-.736-1.418-2.006v-3.745zM77.838 15.682v1.539h-.676c-1.216 0-1.419.601-1.419 2.006v.936h2.095v1.605h-2.095v7.155l-1.824.535v-7.556h-1.96v-1.605h1.96v-1.07c0-1.27.203-2.14.743-2.742.406-.535 1.149-.803 2.027-.803zM99.527 27.519h-1.824v-3.544c0-1.405-.27-2.274-1.284-2.274-.946 0-1.622.735-1.622 2.274v3.544h-1.824v-7.49h1.824v1.003a3.04 3.04 0 0 1 2.298-1.003c.945 0 1.689.401 2.162 1.338.675-.87 1.351-1.338 2.5-1.338.811 0 1.554.334 1.959.87.473.601.541 1.404.541 2.407v4.213h-1.825v-4.012c0-1.204-.405-1.806-1.283-1.806-.946 0-1.622.735-1.622 2.207zM137.432 20.03c-.81 0-1.418.333-2.162.935v-.802h-1.824v7.356h1.824v-3.076l-.002-.276c-.007-.628-.014-1.205.34-1.73.338-.469.743-.736 1.284-.736 1.149 0 1.284.87 1.284 2.34v3.478H140V22.57c0-1.605-1.216-2.54-2.568-2.54"
|
|
36
37
|
})]
|
|
37
|
-
}), /*#__PURE__*/
|
|
38
|
-
children: /*#__PURE__*/
|
|
38
|
+
}), /*#__PURE__*/jsx("defs", {
|
|
39
|
+
children: /*#__PURE__*/jsx("clipPath", {
|
|
39
40
|
id: "terraware-logo-desktop_svg__a",
|
|
40
|
-
children: /*#__PURE__*/
|
|
41
|
+
children: /*#__PURE__*/jsx("path", {
|
|
41
42
|
fill: "#fff",
|
|
42
43
|
d: "M0 13.476h140v16.25H0z"
|
|
43
44
|
})
|
|
44
45
|
})
|
|
45
46
|
})]
|
|
46
47
|
});
|
|
47
|
-
|
|
48
|
+
|
|
49
|
+
export { SvgTerrawareLogoDesktop as default };
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgTerrawareLogoMobile = ({
|
|
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 106 24",
|
|
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__*/jsx("path", {
|
|
17
18
|
fill: "#1B5035",
|
|
18
19
|
d: "M26.049 14.737a23.95 23.95 0 0 0-9.517-3.63v-3.4c0-.921-.17-1.67-.566-2.073-.283-.404-.85-.634-1.53-.634h-1.925v1.21h1.586c.793 0 1.076.576 1.076 1.555v3.17c-.68-.059-1.416-.116-2.096-.116-.566 0-1.076 0-1.643.057V5l-1.416.403v5.589c-3.625.46-7.024 1.786-9.97 3.745a29.1 29.1 0 0 1 9.97-2.996v4.551c0 .922.17 1.671.566 2.074.34.404.85.634 1.53.634h1.983v-1.21H12.51c-.794 0-1.077-.576-1.077-1.555v-4.61c.567-.057 1.077-.057 1.643-.057.375 0 .736.015 1.09.03.34.014.673.027 1.006.027V19l1.416-.403v-6.799a28 28 0 0 1 9.46 2.939"
|
|
19
|
-
}), /*#__PURE__*/
|
|
20
|
+
}), /*#__PURE__*/jsx("path", {
|
|
20
21
|
fill: "#2C8658",
|
|
21
22
|
d: "M30.912 8.13V6.365h9.284V8.13h-3.597V18h-2.09V8.13zm13.08 10.04q-1.311 0-2.267-.545a3.7 3.7 0 0 1-1.46-1.557q-.51-1.011-.511-2.38 0-1.347.511-2.364a3.87 3.87 0 0 1 1.443-1.591q.927-.574 2.177-.574.806 0 1.522.261.722.255 1.273.796.557.54.875 1.375.318.83.318 1.977v.63H40.72v-1.386h5.182a2.2 2.2 0 0 0-.256-1.05q-.25-.467-.699-.734a1.97 1.97 0 0 0-1.034-.267q-.63 0-1.108.307-.477.3-.744.796a2.3 2.3 0 0 0-.267 1.073v1.21q0 .762.278 1.307.279.54.778.83.501.284 1.17.284.45 0 .813-.125.364-.13.631-.38t.404-.62l1.92.216q-.181.761-.693 1.33a3.4 3.4 0 0 1-1.296.875q-.79.306-1.806.306m5.121-.17V9.273h1.995v1.454h.09q.24-.756.819-1.165.585-.414 1.335-.414.17 0 .38.017.217.01.358.04v1.892a2 2 0 0 0-.414-.08 4 4 0 0 0-.54-.04 2.1 2.1 0 0 0-1.011.245q-.444.238-.7.664t-.255.983V18zm5.844 0V9.273h1.994v1.454h.091q.24-.756.818-1.165.585-.414 1.336-.414.17 0 .38.017.216.01.358.04v1.892a2 2 0 0 0-.414-.08 4 4 0 0 0-.54-.04 2.1 2.1 0 0 0-1.012.245q-.442.238-.699.664-.255.427-.255.983V18zm8.199.176a3.6 3.6 0 0 1-1.495-.295q-.658-.302-1.045-.887-.38-.584-.38-1.443 0-.739.272-1.222.273-.482.744-.772a3.8 3.8 0 0 1 1.063-.438 9 9 0 0 1 1.233-.221q.767-.08 1.244-.142.478-.069.693-.205.222-.142.222-.437v-.035q0-.642-.38-.994-.381-.352-1.097-.352-.756 0-1.2.33-.436.33-.59.778l-1.92-.273q.227-.795.75-1.33.522-.54 1.278-.806a4.9 4.9 0 0 1 1.67-.273q.631 0 1.256.148.625.147 1.142.488.517.336.83.915.318.58.318 1.45V18h-1.977v-1.199h-.069a2.5 2.5 0 0 1-.528.682 2.5 2.5 0 0 1-.847.506q-.506.187-1.187.187m.534-1.511q.619 0 1.074-.244.454-.25.699-.66.25-.409.25-.892v-1.028a1 1 0 0 1-.33.148 5 5 0 0 1-.511.119q-.284.051-.563.09l-.483.069q-.46.063-.824.205a1.37 1.37 0 0 0-.573.397q-.21.25-.21.648 0 .568.414.858.415.29 1.057.29M71.133 18l-2.466-8.727h2.097l1.534 6.136h.08l1.568-6.136h2.073l1.569 6.102h.085l1.511-6.102h2.103L78.815 18h-2.142l-1.636-5.898h-.12L73.281 18zm13.601.176a3.6 3.6 0 0 1-1.494-.295q-.66-.302-1.046-.887-.38-.584-.38-1.443 0-.739.272-1.222.273-.482.745-.772a3.8 3.8 0 0 1 1.062-.438 9 9 0 0 1 1.233-.221q.767-.08 1.244-.142.478-.069.694-.205.22-.142.221-.437v-.035q0-.642-.38-.994-.381-.352-1.097-.352-.756 0-1.199.33-.438.33-.591.778l-1.92-.273q.226-.795.75-1.33.522-.54 1.278-.806a4.9 4.9 0 0 1 1.67-.273q.631 0 1.256.148.625.147 1.142.488.517.336.83.915.318.58.318 1.45V18h-1.977v-1.199h-.069q-.187.364-.528.682a2.5 2.5 0 0 1-.847.506q-.506.187-1.187.187m.534-1.511q.619 0 1.074-.244.454-.25.699-.66.25-.409.25-.892v-1.028a1 1 0 0 1-.33.148 5 5 0 0 1-.511.119q-.284.051-.563.09l-.483.069q-.46.063-.823.205a1.37 1.37 0 0 0-.574.397q-.21.25-.21.648 0 .568.414.858.415.29 1.057.29M90.91 18V9.273h1.994v1.454h.091q.24-.756.819-1.165.585-.414 1.335-.414.17 0 .38.017.216.01.358.04v1.892a2 2 0 0 0-.414-.08 4 4 0 0 0-.54-.04 2.1 2.1 0 0 0-1.012.245q-.443.238-.698.664t-.256.983V18zm9.348.17q-1.312 0-2.267-.545a3.7 3.7 0 0 1-1.46-1.557q-.512-1.011-.512-2.38 0-1.347.512-2.364a3.87 3.87 0 0 1 1.443-1.591q.926-.574 2.176-.574.807 0 1.523.261.721.255 1.273.796.556.54.875 1.375.318.83.318 1.977v.63h-7.154v-1.386h5.182a2.2 2.2 0 0 0-.255-1.05q-.25-.467-.699-.734a1.97 1.97 0 0 0-1.034-.267q-.63 0-1.108.307-.478.3-.745.796a2.3 2.3 0 0 0-.267 1.073v1.21q0 .762.279 1.307.278.54.778.83.5.284 1.171.284.449 0 .812-.125.364-.13.631-.38t.403-.62l1.921.216q-.183.761-.694 1.33a3.4 3.4 0 0 1-1.295.875q-.79.306-1.807.306"
|
|
22
23
|
})]
|
|
23
24
|
});
|
|
24
|
-
|
|
25
|
+
|
|
26
|
+
export { SvgTerrawareLogoMobile 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 SvgTouchscreen = ({
|
|
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: "M8.25 2A2.26 2.26 0 0 0 6 4.25v15.5A2.26 2.26 0 0 0 8.25 22h7.5A2.26 2.26 0 0 0 18 19.75V4.25A2.26 2.26 0 0 0 15.75 2zm0 1.5h7.5c.423 0 .75.327.75.75v15.5c0 .423-.327.75-.75.75h-7.5a.74.74 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75M12 5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-1.25 12.5a.751.751 0 1 0 0 1.5h2.5a.751.751 0 1 0 0-1.5z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgTouchscreen 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 SvgUploadCloud = ({
|
|
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(#upload-cloud_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(#upload-cloud_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(#upload-cloud_svg__c)",
|
|
31
32
|
d: "M108.999 106.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#upload-cloud_svg__d)",
|
|
34
35
|
d: "M142.999 19.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#upload-cloud_svg__e)",
|
|
37
38
|
d: "M66.999 42.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "upload-cloud_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgUploadCloud = ({
|
|
|
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(#upload-cloud_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(#upload-cloud_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#upload-cloud_svg__h)",
|
|
64
65
|
d: "M155.247 93.985 110.72 49.458 74.964 78.966l45.07 45.069z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M84.057 60c.679-8.2 7.57-14.667 15.943-14.667S115.264 51.8 115.943 60h.724C122.916 60 128 65.084 128 71.333s-5.084 11.334-11.333 11.334H83.333C77.084 82.667 72 77.583 72 71.333 72 65.084 77.084 60 83.333 60z"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M100 45.333c-8.373 0-15.264 6.467-15.943 14.667h-.724C77.084 60 72 65.084 72 71.333s5.084 11.334 11.333 11.334h12v-4h-12c-4.044 0-7.333-3.29-7.333-7.334S79.29 64 83.333 64H86a2 2 0 0 0 2-2v-.667c0-6.616 5.384-12 12-12s12 5.384 12 12V62a2 2 0 0 0 2 2h2.667c4.044 0 7.333 3.29 7.333 7.333s-3.289 7.334-7.333 7.334h-12v4h12c6.249 0 11.333-5.084 11.333-11.334C128 65.084 122.916 60 116.667 60h-.724c-.679-8.2-7.57-14.667-15.943-14.667m-.031 18.638a2 2 0 0 0-1.565.797l-5.818 5.818a2.002 2.002 0 0 0 .63 3.295 2 2 0 0 0 2.198-.467L98 70.828V86a2.002 2.002 0 0 0 2.772 1.874A2 2 0 0 0 102 86V70.828l2.586 2.586a2 2 0 0 0 2.857.03 2 2 0 0 0 .586-1.436 2.007 2.007 0 0 0-.615-1.422l-5.828-5.828a2 2 0 0 0-1.617-.787"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "upload-cloud_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: "upload-cloud_svg__c",
|
|
90
91
|
x1: 99,
|
|
91
92
|
x2: 109,
|
|
92
93
|
y1: 99,
|
|
93
94
|
y2: 114,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
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: "upload-cloud_svg__d",
|
|
103
104
|
x1: 133,
|
|
104
105
|
x2: 143,
|
|
105
106
|
y1: 12,
|
|
106
107
|
y2: 27,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
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: "upload-cloud_svg__e",
|
|
116
117
|
x1: 57,
|
|
117
118
|
x2: 67,
|
|
118
119
|
y1: 35,
|
|
119
120
|
y2: 50,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
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: "upload-cloud_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: "upload-cloud_svg__h",
|
|
142
143
|
x1: 89.408,
|
|
143
144
|
x2: 133.953,
|
|
144
145
|
y1: 67,
|
|
145
146
|
y2: 114.369,
|
|
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: "upload-cloud_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 { SvgUploadCloud 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 SvgWarning = ({
|
|
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: "M12 2.526c-.777 0-1.555.38-1.975 1.138l-7.74 13.984C1.47 19.122 2.575 21 4.26 21H19.74c1.686 0 2.791-1.878 1.975-3.352L13.975 3.664c-.42-.759-1.198-1.138-1.975-1.138m0 1.449c.254 0 .508.138.662.416l7.741 13.983c.297.536-.05 1.126-.662 1.126H4.26c-.612 0-.959-.59-.662-1.126l7.74-13.983c.154-.278.408-.416.662-.416m-.012 4.014a.75.75 0 0 0-.738.761v5a.751.751 0 1 0 1.5 0v-5a.75.75 0 0 0-.762-.76M12 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgWarning as default };
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgWelcomeClipboard = ({
|
|
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 136 118",
|
|
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
|
filter: "url(#welcome-clipboard_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("rect", {
|
|
19
20
|
width: 97,
|
|
20
21
|
height: 79,
|
|
21
22
|
x: 102.152,
|
|
@@ -24,7 +25,7 @@ const SvgWelcomeClipboard = ({
|
|
|
24
25
|
stroke: "#7F775B",
|
|
25
26
|
rx: 3.5,
|
|
26
27
|
transform: "rotate(90 102.152 8.5)"
|
|
27
|
-
}), /*#__PURE__*/
|
|
28
|
+
}), /*#__PURE__*/jsx("rect", {
|
|
28
29
|
width: 87,
|
|
29
30
|
height: 74,
|
|
30
31
|
x: 99.652,
|
|
@@ -32,68 +33,68 @@ const SvgWelcomeClipboard = ({
|
|
|
32
33
|
fill: "#fff",
|
|
33
34
|
rx: 2,
|
|
34
35
|
transform: "rotate(90 99.652 12)"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "#9A9172",
|
|
37
38
|
stroke: "#7F775B",
|
|
38
39
|
d: "M56.714 4.5h.369l.109-.352c.303-.979 1.136-1.89 2.382-2.564C60.814.913 62.424.5 64.198.5s3.383.413 4.624 1.084c1.245.674 2.078 1.585 2.382 2.564l.109.352h8.339a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5h-32a1.5 1.5 0 0 1-1.5-1.5V6a1.5 1.5 0 0 1 1.5-1.5z"
|
|
39
|
-
}), /*#__PURE__*/
|
|
40
|
+
}), /*#__PURE__*/jsx("path", {
|
|
40
41
|
fill: "#E3E1D9",
|
|
41
42
|
d: "M39.326 90.738c0-.55.446-.996.996-.996H51.61a.996.996 0 0 1 0 1.992H40.322a.996.996 0 0 1-.996-.996M39.326 85.095c0-1.1.892-1.992 1.992-1.992h36.187a1.992 1.992 0 0 1 0 3.983H41.318c-1.1 0-1.992-.891-1.992-1.992M39.326 75.469c0-.55.446-.996.996-.996h8.632a.996.996 0 0 1 0 1.992h-8.632a.996.996 0 0 1-.996-.996M39.326 69.825c0-1.1.892-1.992 1.992-1.992h17.264a1.992 1.992 0 1 1 0 3.984H41.317c-1.1 0-1.992-.891-1.992-1.992M39.293 60.197c0-.55.446-.996.996-.996h7.653a.996.996 0 0 1 0 1.992H40.29a.996.996 0 0 1-.996-.996M38.967 54.282c0-1.05.85-1.9 1.899-1.9H89.48a1.899 1.899 0 1 1 0 3.799H40.866a1.9 1.9 0 0 1-1.9-1.9M39.326 44.929c0-.55.446-.996.996-.996h14.94a.996.996 0 1 1 0 1.992h-14.94a.996.996 0 0 1-.996-.996M39.326 39.284c0-1.1.892-1.992 1.992-1.992h38.51a1.992 1.992 0 1 1 0 3.984h-38.51c-1.1 0-1.992-.892-1.992-1.992M39.324 29.654c0-.55.446-.996.996-.996h11.288a.996.996 0 1 1 0 1.992H40.32a.996.996 0 0 1-.996-.996M38.969 23.899c0-1.049.85-1.899 1.899-1.899h43.296a1.899 1.899 0 1 1 0 3.798H40.868a1.9 1.9 0 0 1-1.9-1.899"
|
|
42
|
-
}), /*#__PURE__*/
|
|
43
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
43
44
|
cx: 35.172,
|
|
44
45
|
cy: 24.279,
|
|
45
46
|
r: 1.519,
|
|
46
47
|
fill: "#E3E1D9"
|
|
47
|
-
}), /*#__PURE__*/
|
|
48
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
48
49
|
cx: 35.172,
|
|
49
50
|
cy: 39.471,
|
|
50
51
|
r: 1.519,
|
|
51
52
|
fill: "#E3E1D9"
|
|
52
|
-
}), /*#__PURE__*/
|
|
53
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
53
54
|
cx: 35.172,
|
|
54
55
|
cy: 69.854,
|
|
55
56
|
r: 1.519,
|
|
56
57
|
fill: "#E3E1D9"
|
|
57
|
-
}), /*#__PURE__*/
|
|
58
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
58
59
|
cx: 35.172,
|
|
59
60
|
cy: 85.046,
|
|
60
61
|
r: 1.519,
|
|
61
62
|
fill: "#E3E1D9"
|
|
62
|
-
}), /*#__PURE__*/
|
|
63
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
63
64
|
cx: 35.172,
|
|
64
65
|
cy: 54.663,
|
|
65
66
|
r: 1.519,
|
|
66
67
|
fill: "#E3E1D9"
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#E7F2D5",
|
|
69
70
|
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
stroke: "#A3D24F",
|
|
72
73
|
strokeLinecap: "round",
|
|
73
74
|
strokeMiterlimit: 10,
|
|
74
75
|
strokeWidth: 2,
|
|
75
76
|
d: "M117.478 58.932c-8.467-5.72-16.299-11.015-40.826-12.502"
|
|
76
|
-
}), /*#__PURE__*/
|
|
77
|
+
}), /*#__PURE__*/jsx("path", {
|
|
77
78
|
stroke: "#A3D24F",
|
|
78
79
|
strokeLinecap: "round",
|
|
79
80
|
strokeMiterlimit: 10,
|
|
80
81
|
strokeWidth: 2,
|
|
81
82
|
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822Z"
|
|
82
|
-
}), /*#__PURE__*/
|
|
83
|
+
}), /*#__PURE__*/jsx("circle", {
|
|
83
84
|
cx: 22.783,
|
|
84
85
|
cy: 40,
|
|
85
86
|
r: 15,
|
|
86
87
|
fill: "#fff",
|
|
87
88
|
stroke: "#2C8658",
|
|
88
89
|
strokeWidth: 2
|
|
89
|
-
}), /*#__PURE__*/
|
|
90
|
+
}), /*#__PURE__*/jsx("path", {
|
|
90
91
|
stroke: "#2C8658",
|
|
91
92
|
strokeLinecap: "round",
|
|
92
93
|
strokeWidth: 2,
|
|
93
94
|
d: "M22.54 31.048V48.47M31.25 39.759H13.827"
|
|
94
95
|
})]
|
|
95
|
-
}), /*#__PURE__*/
|
|
96
|
-
children: /*#__PURE__*/
|
|
96
|
+
}), /*#__PURE__*/jsx("defs", {
|
|
97
|
+
children: /*#__PURE__*/jsxs("filter", {
|
|
97
98
|
id: "welcome-clipboard_svg__a",
|
|
98
99
|
width: 134.844,
|
|
99
100
|
height: 118,
|
|
@@ -101,26 +102,26 @@ const SvgWelcomeClipboard = ({
|
|
|
101
102
|
y: 0,
|
|
102
103
|
colorInterpolationFilters: "sRGB",
|
|
103
104
|
filterUnits: "userSpaceOnUse",
|
|
104
|
-
children: [/*#__PURE__*/
|
|
105
|
+
children: [/*#__PURE__*/jsx("feFlood", {
|
|
105
106
|
floodOpacity: 0,
|
|
106
107
|
result: "BackgroundImageFix"
|
|
107
|
-
}), /*#__PURE__*/
|
|
108
|
+
}), /*#__PURE__*/jsx("feColorMatrix", {
|
|
108
109
|
in: "SourceAlpha",
|
|
109
110
|
result: "hardAlpha",
|
|
110
111
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
111
|
-
}), /*#__PURE__*/
|
|
112
|
+
}), /*#__PURE__*/jsx("feOffset", {
|
|
112
113
|
dy: 6
|
|
113
|
-
}), /*#__PURE__*/
|
|
114
|
+
}), /*#__PURE__*/jsx("feGaussianBlur", {
|
|
114
115
|
stdDeviation: 3
|
|
115
|
-
}), /*#__PURE__*/
|
|
116
|
+
}), /*#__PURE__*/jsx("feComposite", {
|
|
116
117
|
in2: "hardAlpha",
|
|
117
118
|
operator: "out"
|
|
118
|
-
}), /*#__PURE__*/
|
|
119
|
+
}), /*#__PURE__*/jsx("feColorMatrix", {
|
|
119
120
|
values: "0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0.1 0"
|
|
120
|
-
}), /*#__PURE__*/
|
|
121
|
+
}), /*#__PURE__*/jsx("feBlend", {
|
|
121
122
|
in2: "BackgroundImageFix",
|
|
122
123
|
result: "effect1_dropShadow_820_17368"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("feBlend", {
|
|
124
125
|
in: "SourceGraphic",
|
|
125
126
|
in2: "effect1_dropShadow_820_17368",
|
|
126
127
|
result: "shape"
|
|
@@ -128,4 +129,5 @@ const SvgWelcomeClipboard = ({
|
|
|
128
129
|
})
|
|
129
130
|
})]
|
|
130
131
|
});
|
|
131
|
-
|
|
132
|
+
|
|
133
|
+
export { SvgWelcomeClipboard as default };
|