@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 SvgIconCoinInHand = ({
|
|
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: "M13 1c-2.753 0-5 2.247-5 5s2.247 5 5 5c2.752 0 5-2.247 5-5s-2.248-5-5-5m0 1.5c1.942 0 3.5 1.558 3.5 3.5S14.942 9.5 13 9.5A3.49 3.49 0 0 1 9.5 6c0-1.942 1.558-3.5 3.5-3.5m-.008.76a.5.5 0 0 0-.492.507v.277a1.21 1.21 0 0 0-.917 1.163 1.22 1.22 0 0 0 1.229 1.209h.459c.218 0 .395.169.395.375a.386.386 0 0 1-.396.375h-.193a.5.5 0 0 0-.157 0h-.241a.63.63 0 0 1-.42-.153.417.417 0 0 0-.689.468c.15.226.508.443.93.497v.255a.499.499 0 1 0 1 0v-.255c.568-.106 1-.598 1-1.187a1.22 1.22 0 0 0-1.229-1.208h-.459a.387.387 0 0 1-.396-.375c0-.206.178-.375.396-.375h.096a.5.5 0 0 0 .177 0h.165c.209 0 .308.132.313.138a.416.416 0 1 0 .707-.442 1.2 1.2 0 0 0-.77-.505v-.257a.5.5 0 0 0-.508-.507m7.815 7.75c-.56.005-1.092.227-1.565.578-.507.377-2.033 1.516-3.353 2.502-.287-.914-1.136-1.59-2.139-1.59h-2.196c-1.406 0-2.061-.114-2.624-.233S7.823 12 6.913 12c-1.942 0-3.407 1.246-4.366 2.396-.96 1.148-1.48 2.296-1.48 2.296a.75.75 0 1 0 1.366.622s.45-.98 1.265-1.957C4.514 14.38 5.63 13.5 6.913 13.5c.76 0 1.09.103 1.705.233s1.444.267 2.936.267h2.196c.423 0 .75.327.75.75a.74.74 0 0 1-.285.589l-.042.035-.001.001a.76.76 0 0 1-.422.125h-3.5a.751.751 0 1 0 0 1.5h3.5c.47 0 .908-.15 1.27-.4l.002-.001a1 1 0 0 0 .09-.058s4.276-3.193 5.025-3.749v-.001c.282-.21.518-.28.683-.281s.29.039.46.21a.736.736 0 0 1 .006 1.047c-2.678 2.251-4.362 3.751-5.475 4.63-1.126.89-1.598 1.103-2.061 1.103-1.826 0-3.85-.5-6-.5-1.25 0-2.129.672-2.6 1.3-.47.628-.628 1.268-.628 1.268a.75.75 0 1 0 1.456.364s.093-.36.372-.732.65-.7 1.4-.7c1.904 0 3.918.5 6 .5.951 0 1.792-.478 2.991-1.425 1.184-.935 2.847-2.42 5.508-4.658a1 1 0 0 0 .092-.076q.003-.006.008-.012l.002.002.026-.027a.75.75 0 0 0 .165-.267c.623-.876.582-2.095-.201-2.878a2.17 2.17 0 0 0-1.534-.65"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconCoinInHand 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 SvgIconColumns = ({
|
|
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: "M4.25 3.5A2.26 2.26 0 0 0 2 5.75v12.5a2.26 2.26 0 0 0 2.25 2.25h15.5A2.26 2.26 0 0 0 22 18.25V5.75a2.26 2.26 0 0 0-2.25-2.25zm0 1.5H8v14H4.25a.74.74 0 0 1-.75-.75V5.75c0-.423.327-.75.75-.75M9.5 5h5v14h-5zM16 5h3.75c.423 0 .75.327.75.75v12.5c0 .423-.327.75-.75.75H16z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconColumns as default };
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconComment = ({
|
|
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
|
fill: "#333025",
|
|
17
18
|
d: "M5.25 3.5A3.26 3.26 0 0 0 2 6.75v8.5a3.26 3.26 0 0 0 3.25 3.25H6v2.75c0 .983 1.214 1.59 2 1l5-3.75h5.75A3.26 3.26 0 0 0 22 15.25v-8.5a3.26 3.26 0 0 0-3.25-3.25zm0 1.5h13.5c.975 0 1.75.775 1.75 1.75v8.5A1.74 1.74 0 0 1 18.75 17h-6a.75.75 0 0 0-.45.15l-4.8 3.6v-3a.75.75 0 0 0-.75-.75h-1.5a1.74 1.74 0 0 1-1.75-1.75v-8.5C3.5 5.775 4.275 5 5.25 5m2.5 3.499a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5zm0 3.5a.751.751 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5z"
|
|
18
19
|
})]
|
|
19
20
|
});
|
|
20
|
-
|
|
21
|
+
|
|
22
|
+
export { SvgIconComment 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 SvgIconDashboard = ({
|
|
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 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5m0 .75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M7.05 6.3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m9.9 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m.299 3.308c-1.145-.019-5.186 1.283-5.632 1.468a1 1 0 0 0 .766 1.848c.51-.212 5.372-2.71 5.16-3.22-.026-.064-.13-.093-.294-.096M5 11.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m14 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M7.05 16.2a.75.75 0 1 0 0 1.499.75.75 0 0 0 0-1.5m9.9 0a.75.75 0 1 0 0 1.499.75.75 0 0 0 0-1.5"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconDashboard 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 SvgIconDataMigration = ({
|
|
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: "M6.25 2C4.74 2 3.5 3.24 3.5 4.75v1.5c0 .79.355 1.495.895 2-.54.505-.895 1.21-.895 2v1.5c0 .79.355 1.495.895 2-.54.505-.895 1.21-.895 2v1.5C3.5 18.76 4.74 20 6.25 20h5.25q-.299-.713-.425-1.5H6.25c-.7 0-1.25-.55-1.25-1.25v-1.5c0-.7.55-1.25 1.25-1.25h5.485c.285-.55.65-1.055 1.08-1.5H6.25C5.55 13 5 12.45 5 11.75v-1.5C5 9.55 5.55 9 6.25 9h11.5c.7 0 1.25.55 1.25 1.25v.925c.53.125 1.03.315 1.5.56V10.25c0-.79-.355-1.495-.895-2 .54-.505.895-1.21.895-2v-1.5C20.5 3.24 19.26 2 17.75 2zm0 1.5h11.5c.7 0 1.25.55 1.25 1.25v1.5c0 .7-.55 1.25-1.25 1.25H6.25C5.55 7.5 5 6.95 5 6.25v-1.5c0-.7.55-1.25 1.25-1.25M17.5 12a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11M15 14.5a.5.5 0 0 1 .5.5v1.5c0 1.103.897 2 2 2h1.793l-.646-.646a.5.5 0 1 1 .707-.707l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l.646-.647H17.5c-1.655 0-3-1.346-3-3V15a.5.5 0 0 1 .5-.5"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconDataMigration as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconDocument = ({
|
|
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 24 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: "#333025",
|
|
18
19
|
d: "M6.25 2A2.26 2.26 0 0 0 4 4.25v15.5A2.26 2.26 0 0 0 6.25 22h11.5A2.26 2.26 0 0 0 20 19.75V9.25a.75.75 0 0 0-.22-.53l-.008-.008L13.28 2.22a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25A2.26 2.26 0 0 0 14.25 10h4.25v9.75c0 .423-.327.75-.75.75H6.25a.74.74 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.74.74 0 0 1-.75-.75zM8.75 12.5a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5zm0 3.5a.751.751 0 1 0 0 1.5h4.5a.751.751 0 1 0 0-1.5z"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconDocument as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconDownloadFromTheCloud = ({
|
|
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 16 17",
|
|
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: "#333025",
|
|
18
19
|
d: "M8 3.834A4.005 4.005 0 0 0 4.014 7.5h-.18A2.837 2.837 0 0 0 1 10.334a2.836 2.836 0 0 0 2.833 2.833h1.712a1.16 1.16 0 0 1-.212-.667c0-.115.022-.226.054-.333H3.833A1.835 1.835 0 0 1 2 10.334C2 9.323 2.822 8.5 3.833 8.5H4.5A.5.5 0 0 0 5 8v-.167c0-1.654 1.346-3 3-3s3 1.346 3 3V8a.5.5 0 0 0 .5.5h.667c1.01 0 1.833.822 1.833 1.834a1.835 1.835 0 0 1-1.833 1.833h-1.554c.032.107.054.218.054.333 0 .242-.076.473-.212.667h1.712A2.836 2.836 0 0 0 15 10.334 2.837 2.837 0 0 0 12.167 7.5h-.181A4.005 4.005 0 0 0 8 3.834m-.008 4.659A.5.5 0 0 0 7.5 9v3.793l-.646-.646a.501.501 0 1 0-.708.707l1.458 1.457a.5.5 0 0 0 .795-.003l1.455-1.454a.501.501 0 1 0-.708-.707l-.646.646V9a.5.5 0 0 0-.508-.507"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconDownloadFromTheCloud as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconEdit = ({
|
|
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 24 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: "#3A4445",
|
|
18
19
|
d: "M18 2.505c-.897 0-1.795.34-2.475 1.02L4.458 14.592a1.75 1.75 0 0 0-.445.758l-1.484 5.194a.75.75 0 0 0 .927.927l5.195-1.484h.001c.285-.082.546-.234.756-.445L20.475 8.475a3.51 3.51 0 0 0 0-4.95A3.5 3.5 0 0 0 18 2.505m0 1.491c.51 0 1.02.197 1.413.59h.001c.787.787.787 2.04 0 2.828l-.97.97-2.828-2.828.97-.97c.393-.393.904-.59 1.414-.59m-3.444 2.62 2.828 2.828-9.037 9.037a.25.25 0 0 1-.109.064l-3.896 1.113 1.113-3.897v-.001a.25.25 0 0 1 .064-.108z"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconEdit as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconExpand = ({
|
|
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 16 17",
|
|
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: "#333025",
|
|
18
19
|
d: "M2.495 2.495A.5.5 0 0 0 2 3.064V6a.5.5 0 1 0 1 0V4.207l3.146 3.146a.5.5 0 1 0 .707-.707L3.707 3.5H5.5a.5.5 0 1 0 0-1H2.563a1 1 0 0 0-.068-.005m10.995 0-.054.005H10.5a.5.5 0 1 0 0 1h1.793L9.146 6.646a.5.5 0 1 0 .707.707L13 4.207V6a.5.5 0 1 0 1 0V3.063a.5.5 0 0 0-.51-.568m-3.995 7a.5.5 0 0 0-.349.858l3.147 3.147H10.5a.5.5 0 1 0 0 1h2.937a.5.5 0 0 0 .563-.564V11a.501.501 0 1 0-1 0v1.793L9.853 9.646a.5.5 0 0 0-.358-.151m-3.005 0a.5.5 0 0 0-.344.151L3 12.793V11a.5.5 0 1 0-1 0v2.937a.5.5 0 0 0 .564.563H5.5a.499.499 0 1 0 0-1H3.707l3.146-3.147a.5.5 0 0 0-.363-.858"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconExpand 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 SvgIconExport = ({
|
|
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: "M6.25 2A2.26 2.26 0 0 0 4 4.25v15.5A2.26 2.26 0 0 0 6.25 22h11.5A2.26 2.26 0 0 0 20 19.75V9.25a.75.75 0 0 0-.22-.53l-.008-.008L13.28 2.22a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25A2.26 2.26 0 0 0 14.25 10h4.25v9.75c0 .423-.327.75-.75.75H6.25a.74.74 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.74.74 0 0 1-.75-.75zm-1.512 6.43a.75.75 0 0 0-.738.76v3.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72v-3.19a.75.75 0 0 0-.762-.76m.023 6.51H8.75a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconExport 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 SvgIconExternalLink = ({
|
|
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: "M20.735 2.493a1 1 0 0 0-.08.007H13.75a.75.75 0 1 0 0 1.5h5.19l-7.72 7.72a.75.75 0 1 0 1.06 1.06L20 5.06v5.19a.751.751 0 1 0 1.5 0V3.345a.75.75 0 0 0-.765-.852M6.25 4A3.76 3.76 0 0 0 2.5 7.75v10a3.76 3.76 0 0 0 3.75 3.75h10A3.76 3.76 0 0 0 20 17.75v-5a.751.751 0 1 0-1.5 0v5c0 1.252-.998 2.25-2.25 2.25h-10A2.24 2.24 0 0 1 4 17.75v-10c0-1.252.998-2.25 2.25-2.25h5a.75.75 0 1 0 0-1.5z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconExternalLink 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 SvgIconEye = ({
|
|
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.993 4.5c-5.66 0-10.647 3.923-11.97 9.064a.75.75 0 1 0 1.454.373C2.617 9.507 7.033 6 11.993 6s9.39 3.508 10.53 7.937a.75.75 0 0 0 1.454-.373C22.653 8.421 17.653 4.5 11.993 4.5m.008 4a4.843 4.843 0 0 0-4.832 4.832A4.844 4.844 0 0 0 12 18.165a4.845 4.845 0 0 0 4.833-4.833A4.844 4.844 0 0 0 12.001 8.5m0 1.5a3.32 3.32 0 0 1 3.333 3.332 3.32 3.32 0 0 1-3.333 3.333 3.32 3.32 0 0 1-3.332-3.333A3.32 3.32 0 0 1 12 10"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconEye 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 SvgIconEyeOff = ({
|
|
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.235 1.993a.75.75 0 0 0-.515.227l-18.5 18.5a.75.75 0 1 0 1.06 1.06l5.178-5.178A4.81 4.81 0 0 0 12 18.165a4.84 4.84 0 0 0 4.835-4.83c0-1.4-.605-2.661-1.563-3.547l2.254-2.254c2.426 1.42 4.308 3.714 5 6.4a.747.747 0 0 0 .909.54.74.74 0 0 0 .54-.909c-.77-3-2.744-5.528-5.336-7.143L21.78 3.28a.75.75 0 0 0-.545-1.287M11.995 4.5C6.41 4.5 1.375 8.31.025 13.565a.74.74 0 0 0 .54.91.74.74 0 0 0 .91-.54C2.64 9.41 7.165 6 11.995 6c.855 0 1.7.105 2.515.31l1.23-1.23a12.4 12.4 0 0 0-3.745-.58m.005 4a4.84 4.84 0 0 0-4.82 5.14l1.895-1.895a3.32 3.32 0 0 1 1.34-1.34L12.31 8.51c-.105-.005-.205-.01-.31-.01m2.213 2.348a3.32 3.32 0 0 1 1.122 2.487A3.336 3.336 0 0 1 12 16.665a3.32 3.32 0 0 1-2.482-1.122z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconEyeOff 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 SvgIconFile = ({
|
|
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: "M6.25 2A2.26 2.26 0 0 0 4 4.25v15.5A2.26 2.26 0 0 0 6.25 22h11.5A2.26 2.26 0 0 0 20 19.75V9.25a.75.75 0 0 0-.22-.53l-.008-.008L13.28 2.22a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25A2.26 2.26 0 0 0 14.25 10h4.25v9.75c0 .423-.327.75-.75.75H6.25a.74.74 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.74.74 0 0 1-.75-.75z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconFile 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 SvgIconFolder = ({
|
|
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: "M4.25 4A2.26 2.26 0 0 0 2 6.25v11.5A2.26 2.26 0 0 0 4.25 20h15.5A2.26 2.26 0 0 0 22 17.75v-9a2.26 2.26 0 0 0-2.25-2.25h-7.728L9.785 4.638A2.75 2.75 0 0 0 8.026 4zm0 1.5h3.776c.293 0 .575.103.8.29l1.752 1.46-1.752 1.46c-.225.187-.507.29-.8.29H3.5V6.25c0-.423.327-.75.75-.75M12.022 8h7.728c.423 0 .75.327.75.75v9c0 .423-.327.75-.75.75H4.25a.74.74 0 0 1-.75-.75V10.5h4.526a2.75 2.75 0 0 0 1.76-.638z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconFolder as default };
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconFullScreen = ({
|
|
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
|
fill: "#333025",
|
|
17
18
|
d: "M5.75 3C4.24 3 3 4.24 3 5.75v3a.75.75 0 1 0 1.5 0v-3c0-.699.55-1.25 1.25-1.25h3a.75.75 0 1 0 0-1.5zm9.5 0a.75.75 0 1 0 0 1.5h3c.7 0 1.25.551 1.25 1.25v3a.75.75 0 1 0 1.5 0v-3C21 4.24 19.76 3 18.25 3zM3.738 14.49a.75.75 0 0 0-.738.76v3C3 19.76 4.24 21 5.75 21h3a.751.751 0 1 0 0-1.5h-3c-.7 0-1.25-.55-1.25-1.25v-3a.75.75 0 0 0-.762-.76m16.5 0a.75.75 0 0 0-.738.76v3c0 .7-.55 1.25-1.25 1.25h-3a.75.75 0 1 0 0 1.5h3c1.51 0 2.75-1.24 2.75-2.75v-3a.75.75 0 0 0-.762-.76"
|
|
18
19
|
})]
|
|
19
20
|
});
|
|
20
|
-
|
|
21
|
+
|
|
22
|
+
export { SvgIconFullScreen 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 SvgIconFutures = ({
|
|
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 2a2.515 2.515 0 0 0-2.503 2.503V20.5H7.5v-8.497A2.515 2.515 0 0 0 4.997 9.5a2.514 2.514 0 0 0-2.502 2.503V20.5H1.75a.751.751 0 1 0 0 1.5h15.372q.121.02.243 0h3.247q.136.026.274 0h1.364a.751.751 0 1 0 0-1.5h-.75V7.003A2.515 2.515 0 0 0 18.997 4.5a2.514 2.514 0 0 0-2.502 2.503V20.5H14.5l.003-15.997A2.515 2.515 0 0 0 12 2m0 1.5a.99.99 0 0 1 1.003 1.003L13 20.5h-2.003V4.503A.99.99 0 0 1 12 3.5M18.997 6A.99.99 0 0 1 20 7.003V20.5h-2.005V7.003A.99.99 0 0 1 18.997 6m-14 5A.99.99 0 0 1 6 12.003V20.5H3.995v-8.497A.99.99 0 0 1 4.997 11"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconFutures 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 SvgIconGraphReport = ({
|
|
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: "M6.25 2C5.01 2 4 3.01 4 4.25v15.5C4 20.99 5.01 22 6.25 22h11.5c1.24 0 2.25-1.01 2.25-2.25V9.25a.75.75 0 0 0-.22-.53l-6.5-6.5a.75.75 0 0 0-.53-.22zm0 1.5H12v4.25C12 8.99 13.01 10 14.25 10h4.25v9.75a.75.75 0 0 1-.75.75H6.25a.75.75 0 0 1-.75-.75V4.25c0-.415.335-.75.75-.75m7.25 1.06 3.94 3.94h-3.19a.75.75 0 0 1-.75-.75zM16 12.5a1 1 0 0 0-.997.937L13 15.44l-1.503-1.503a1 1 0 0 0-1.68-.666 1 1 0 0 0-.314.665l-1.566 1.567A1 1 0 0 0 8 17.5a1 1 0 0 0 .997-.936L10.5 15.06l1.503 1.504a1 1 0 0 0 1.68.665 1 1 0 0 0 .314-.665l2.067-2.067A1 1 0 0 0 16 12.5"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconGraphReport 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 SvgIconHeartMonitor = ({
|
|
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: "M4.75 3C3.24 3 2 4.24 2 5.75v12.5C2 19.76 3.24 21 4.75 21h14.5c1.51 0 2.75-1.24 2.75-2.75V5.75C22 4.24 20.76 3 19.25 3zm0 1.5h14.5c.7 0 1.25.55 1.25 1.25v12.5c0 .7-.55 1.25-1.25 1.25H4.75c-.7 0-1.25-.55-1.25-1.25V13.5h1.25a.75.75 0 0 0 .643-.364l.758-1.263 1.413 3.182c.12.27.388.444.683.445a.77.77 0 0 0 .686-.44l1.733-3.814 1.878 5.257a.75.75 0 0 0 .706.497.75.75 0 0 0 .67-.414L15.715 13h.537a1.25 1.25 0 1 0 0-1.5H15.25a.75.75 0 0 0-.67.414l-1.215 2.429-1.909-5.346a.75.75 0 0 0-.675-.496.74.74 0 0 0-.714.438l-1.81 3.982-1.322-2.976a.75.75 0 0 0-1.328-.081L4.324 12H3.5V5.75c0-.7.55-1.25 1.25-1.25"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconHeartMonitor as default };
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgIconHelp = ({
|
|
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 24 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: "#333025",
|
|
18
19
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5m0 3c-1.648 0-3 1.352-3 3v.25a.75.75 0 1 0 1.5 0V9.5c0-.837.663-1.5 1.5-1.5s1.5.663 1.5 1.5c0 1.17-.304 1.317-.838 1.736-.267.21-.616.452-.915.859s-.497.974-.497 1.655a.751.751 0 1 0 1.5 0c0-.427.083-.6.206-.768.123-.167.336-.334.632-.566C14.179 11.951 15 11.079 15 9.5c0-1.648-1.352-3-3-3m0 9.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"
|
|
19
20
|
})]
|
|
20
21
|
});
|
|
21
|
-
|
|
22
|
+
|
|
23
|
+
export { SvgIconHelp 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 SvgIconHistory = ({
|
|
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 2a9.99 9.99 0 0 0-8 4.006V4.25a.75.75 0 1 0-1.5 0v3.5a.75.75 0 0 0 .75.75h3.5a.75.75 0 1 0 0-1.5H5.125A8.48 8.48 0 0 1 12 3.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12 .75.75 0 1 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-.262 4.49a.75.75 0 0 0-.738.76v6a.75.75 0 0 0 .75.75h4a.751.751 0 1 0 0-1.5H12.5V7.25a.75.75 0 0 0-.762-.76"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgIconHistory as default };
|