@terraware/web-components 3.5.12-rc.7 → 3.5.12
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/components/AntSwitch/index.js +27 -0
- package/components/AntSwitch/styles.scss +66 -0
- package/components/Autocomplete/Autocomplete.js +131 -0
- package/components/Autocomplete/styles.scss +155 -0
- package/components/Badge/index.js +32 -0
- package/components/BusySpinner/index.js +49 -0
- package/components/Button/Button.js +51 -0
- package/components/Button/button.test.js +25 -0
- package/components/Button/styles.scss +453 -0
- package/components/Checkbox.js +70 -0
- package/components/Confirm/index.js +94 -0
- package/components/DatePicker/DatePicker.js +150 -0
- package/components/DatePicker/styles.scss +95 -0
- package/components/DialogBox/DialogBox.js +91 -0
- package/components/DialogBox/styles.scss +165 -0
- package/components/Divisor.js +21 -0
- package/components/Dropdown.js +102 -0
- package/components/ErrorBox/ErrorBox.js +47 -0
- package/components/ErrorBox/styles.scss +63 -0
- package/components/FileChooser/index.js +137 -0
- package/components/FormBottomBar/index.js +90 -0
- package/components/Icon/Icon.js +25 -0
- package/components/Icon/icons/index.js +241 -0
- package/components/Icon/styles.scss +41 -0
- package/components/IconTooltip/index.js +61 -0
- package/components/Map/MapBox.d.ts.map +1 -1
- package/components/Map/MapBox.js +479 -0
- package/components/Map/MapContainer.js +30 -0
- package/components/Map/MapDateSliderControl.js +66 -0
- package/components/Map/MapDrawer.js +45 -0
- package/components/Map/MapLegend.js +172 -0
- package/components/Map/MapViewStyleControl.js +74 -0
- package/components/Map/ReactMapboxWrapper.d.ts +3 -0
- package/components/Map/ReactMapboxWrapper.d.ts.map +1 -0
- package/components/Map/ReactMapboxWrapper.js +9 -0
- package/components/Map/index.js +190 -0
- package/components/Map/styles.scss +130 -0
- package/components/Map/types.js +24 -0
- package/components/Map/useMaintainLayerOrder.js +32 -0
- package/components/Message/Message.js +67 -0
- package/components/Message/styles.scss +202 -0
- package/components/MultiSelect/MultiSelect.test.js +75 -0
- package/components/MultiSelect/index.js +120 -0
- package/components/MultiSelect/styles.scss +180 -0
- package/components/Navbar/NavFooter.js +17 -0
- package/components/Navbar/NavItem.js +73 -0
- package/components/Navbar/NavSection.js +22 -0
- package/components/Navbar/Navbar.js +46 -0
- package/components/Navbar/SubNavbar.js +17 -0
- package/components/Navbar/styles.scss +155 -0
- package/components/Note.js +25 -0
- package/components/PageForm/index.js +43 -0
- package/components/PhotoChooser/index.js +137 -0
- package/components/Pill/index.js +46 -0
- package/components/Pill/styles.scss +50 -0
- package/components/PillList/index.js +29 -0
- package/components/PillList/styles.scss +12 -0
- package/components/PlacementWrapper/index.js +63 -0
- package/components/PopoverMenu/Popover.js +88 -0
- package/components/PopoverMenu/index.js +59 -0
- package/components/PopoverMultiSelect/index.js +62 -0
- package/components/PopoverMultiSelect/styles.scss +10 -0
- package/components/ProgressCircle/ProgressCircle.js +34 -0
- package/components/ProgressCircle/styles.scss +87 -0
- package/components/RadioButton.js +25 -0
- package/components/Select/Select.js +19 -0
- package/components/Select/SelectT.js +245 -0
- package/components/Select/styles.scss +307 -0
- package/components/Separator/index.js +21 -0
- package/components/Size.js +5 -0
- package/components/Slider/index.js +60 -0
- package/components/SummaryBox.js +73 -0
- package/components/Tabs/index.js +111 -0
- package/components/TextTruncated/index.js +146 -0
- package/components/Textfield/Textfield.js +172 -0
- package/components/Textfield/TruncatedTextArea.js +71 -0
- package/components/Textfield/styles.scss +271 -0
- package/components/Tooltip/Tooltip.js +54 -0
- package/components/ViewPhotosDialog/index.js +136 -0
- package/components/ViewPhotosDialog/styles.scss +18 -0
- package/components/svg/BlobbyGrayIconImage.js +39 -0
- package/components/svg/BlobbyGrayIconImport.js +39 -0
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +39 -0
- package/components/svg/BlobbyIconCloudChecked.js +156 -0
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +156 -0
- package/components/svg/BlobbyIconFolder.js +156 -0
- package/components/svg/BlobbyIconGraphReport.js +156 -0
- package/components/svg/BlobbyIconHappy.js +156 -0
- package/components/svg/BlobbyIconHeartMonitor.js +156 -0
- package/components/svg/BlobbyIconLeaf.js +156 -0
- package/components/svg/BlobbyIconLibrary.js +156 -0
- package/components/svg/BlobbyIconNursery.js +158 -0
- package/components/svg/BlobbyIconOrganization.js +156 -0
- package/components/svg/BlobbyIconParchment.js +156 -0
- package/components/svg/BlobbyIconPeople.js +156 -0
- package/components/svg/BlobbyIconSeedBank.js +156 -0
- package/components/svg/BlobbyIconSeedling.js +156 -0
- package/components/svg/BlobbyIconSeeds.js +156 -0
- package/components/svg/BlobbyIconSite.js +159 -0
- package/components/svg/BlobbyIconSparkles.js +156 -0
- package/components/svg/BlobbyIconWrench.js +156 -0
- package/components/svg/Bug.js +25 -0
- package/components/svg/Calendar.js +25 -0
- package/components/svg/CaretDown.js +25 -0
- package/components/svg/CaretLeft.js +25 -0
- package/components/svg/CaretRight.js +25 -0
- package/components/svg/CaretUp.js +25 -0
- package/components/svg/ChevronDown.js +25 -0
- package/components/svg/ChevronUp.js +25 -0
- package/components/svg/Close.js +25 -0
- package/components/svg/Critical.js +25 -0
- package/components/svg/Edit.js +156 -0
- package/components/svg/Error.js +25 -0
- package/components/svg/Filter.js +25 -0
- package/components/svg/Folder.js +25 -0
- package/components/svg/Help.js +25 -0
- package/components/svg/Home.js +25 -0
- package/components/svg/IconAdd.js +25 -0
- package/components/svg/IconArrowRight.js +27 -0
- package/components/svg/IconBusinessNetwork.js +25 -0
- package/components/svg/IconCancel.js +25 -0
- package/components/svg/IconChargingBattery.js +25 -0
- package/components/svg/IconCheckmark.js +25 -0
- package/components/svg/IconCoinInHand.js +25 -0
- package/components/svg/IconColumns.js +25 -0
- package/components/svg/IconComment.js +26 -0
- package/components/svg/IconDashboard.js +25 -0
- package/components/svg/IconDataMigration.js +25 -0
- package/components/svg/IconEdit.js +27 -0
- package/components/svg/IconExport.js +25 -0
- package/components/svg/IconExternalLink.js +25 -0
- package/components/svg/IconEye.js +25 -0
- package/components/svg/IconEyeOff.js +25 -0
- package/components/svg/IconFile.js +25 -0
- package/components/svg/IconFolder.js +25 -0
- package/components/svg/IconFullScreen.js +26 -0
- package/components/svg/IconFutures.js +25 -0
- package/components/svg/IconGraphReport.js +25 -0
- package/components/svg/IconHeartMonitor.js +25 -0
- package/components/svg/IconHelp.js +27 -0
- package/components/svg/IconHistory.js +25 -0
- package/components/svg/IconImport.js +25 -0
- package/components/svg/IconIndex.js +25 -0
- package/components/svg/IconLayers.js +25 -0
- package/components/svg/IconLibrary.js +26 -0
- package/components/svg/IconList.js +25 -0
- package/components/svg/IconLivePlant.js +25 -0
- package/components/svg/IconLocations.js +25 -0
- package/components/svg/IconMail.js +25 -0
- package/components/svg/IconManager.js +25 -0
- package/components/svg/IconMarker.js +25 -0
- package/components/svg/IconMenu.js +25 -0
- package/components/svg/IconMenuHorizontal.js +25 -0
- package/components/svg/IconModule.js +25 -0
- package/components/svg/IconMyLocation.js +25 -0
- package/components/svg/IconNote.js +27 -0
- package/components/svg/IconNursery.js +27 -0
- package/components/svg/IconOrg.js +25 -0
- package/components/svg/IconParchment.js +25 -0
- package/components/svg/IconPhoto.js +25 -0
- package/components/svg/IconRedo.js +25 -0
- package/components/svg/IconRestorationSite.js +25 -0
- package/components/svg/IconSeedBank.js +25 -0
- package/components/svg/IconSeedling.js +25 -0
- package/components/svg/IconSettings.js +25 -0
- package/components/svg/IconSlice.js +25 -0
- package/components/svg/IconSubmit.js +25 -0
- package/components/svg/IconSubtract.js +27 -0
- package/components/svg/IconSynced.js +25 -0
- package/components/svg/IconTrashCan.js +25 -0
- package/components/svg/IconTreasureMap.js +25 -0
- package/components/svg/IconUndo.js +25 -0
- package/components/svg/IconVariable.js +25 -0
- package/components/svg/IconWifi.js +25 -0
- package/components/svg/Info.js +25 -0
- package/components/svg/Key.js +25 -0
- package/components/svg/Leaf.js +25 -0
- package/components/svg/Lock.js +25 -0
- package/components/svg/Logo.js +43 -0
- package/components/svg/MenuVertical.js +25 -0
- package/components/svg/Notification.js +25 -0
- package/components/svg/Person.js +25 -0
- package/components/svg/Plus.js +25 -0
- package/components/svg/RestorationSite.js +25 -0
- package/components/svg/Search.js +25 -0
- package/components/svg/Seeds.js +25 -0
- package/components/svg/Site.js +25 -0
- package/components/svg/Sparkles.js +25 -0
- package/components/svg/Species.js +25 -0
- package/components/svg/Species2.js +156 -0
- package/components/svg/Spinner.js +52 -0
- package/components/svg/Success.js +25 -0
- package/components/svg/SuccessFilled.js +25 -0
- package/components/svg/TerrawareLogoDesktop.js +49 -0
- package/components/svg/TerrawareLogoMobile.js +30 -0
- package/components/svg/Touchscreen.js +25 -0
- package/components/svg/UploadCloud.js +156 -0
- package/components/svg/Warning.js +25 -0
- package/components/svg/WelcomeClipboard.js +133 -0
- package/components/svg/index.js +832 -0
- package/components/table/EnhancedTableToolbar.js +76 -0
- package/components/table/EnhancedTableToolbarV2.js +49 -0
- package/components/table/TableCellRenderer.js +244 -0
- package/components/table/TableHeader.js +75 -0
- package/components/table/TableHeaderItem.js +100 -0
- package/components/table/density.js +28 -0
- package/components/table/index.js +346 -0
- package/components/table/sort.js +72 -0
- package/components/table/sort.test.js +37 -0
- package/components/table/types.js +5 -0
- package/components/types/index.js +5 -0
- package/fonts/Inter.ttf +0 -0
- package/index.css +11 -0
- package/index.js +377 -0
- package/package.json +2 -5
- package/setupTests.js +5 -0
- package/style-dictionary-dist/TerrawareTheme.js +193 -0
- package/style-dictionary-dist/terraware.scss +414 -0
- package/theme.js +86 -0
- package/utils/date.js +124 -0
- package/utils/date.test.js +87 -0
- package/utils/index.js +53 -0
- package/utils/preventDefaultEvent.js +8 -0
- package/utils/text.js +17 -0
- package/utils/text.test.js +23 -0
- package/utils/useDeviceInfo.js +85 -0
- package/index.cjs.js +0 -88606
- package/index.cjs.js.map +0 -1
- package/index.esm.js +0 -88533
- package/index.esm.js.map +0 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconExternalLink = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconExternalLink;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconEye = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconEye;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconEyeOff = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconEyeOff;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconFile = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconFile;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconFolder = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconFolder;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconFullScreen = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#333025",
|
|
23
|
+
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"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
var _default = exports.default = SvgIconFullScreen;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconFutures = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconFutures;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconGraphReport = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconGraphReport;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconHeartMonitor = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconHeartMonitor;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconHelp = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
fill: "none",
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
"aria-labelledby": titleId
|
|
20
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
21
|
+
id: titleId
|
|
22
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#333025",
|
|
24
|
+
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"
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
var _default = exports.default = SvgIconHelp;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconHistory = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconHistory;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconImport = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
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.51 5.94a.75.75 0 0 0-.52.22l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72v2.69a.751.751 0 1 0 1.5 0v-2.69l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-.54-.22m-3.24 7a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconImport;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconIndex = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M4.75 5.5c-.854 0-1.59.347-2.06.877C2.218 6.907 2 7.583 2 8.25s.219 1.343.69 1.873c.47.53 1.206.877 2.06.877s1.59-.347 2.06-.877c.471-.53.69-1.206.69-1.873s-.219-1.343-.69-1.873c-.47-.53-1.206-.877-2.06-.877m5 .5a.75.75 0 1 0 0 1.5h11.5a.75.75 0 1 0 0-1.5zm-5 1c.48 0 .744.153.94.373s.31.544.31.877-.115.657-.31.877c-.196.22-.46.373-.94.373s-.744-.153-.94-.373a1.34 1.34 0 0 1-.31-.877c0-.333.115-.657.31-.877.196-.22.46-.373.94-.373m5 2a.75.75 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5zm-5 4c-.854 0-1.59.347-2.06.877-.471.53-.69 1.206-.69 1.873s.219 1.343.69 1.873c.47.53 1.206.877 2.06.877s1.59-.347 2.06-.877c.471-.53.69-1.206.69-1.873s-.219-1.343-.69-1.873C6.34 13.347 5.605 13 4.75 13m5 .5a.751.751 0 1 0 0 1.5h11.5a.751.751 0 1 0 0-1.5zm-5 1c.48 0 .744.153.94.373s.31.544.31.877-.115.657-.31.877c-.196.22-.46.373-.94.373s-.744-.153-.94-.373a1.34 1.34 0 0 1-.31-.877c0-.333.115-.657.31-.877.196-.22.46-.373.94-.373m5 2a.751.751 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconIndex;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconLayers = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M7.197 3c-1.204 0-2.274.79-2.628 1.941L3.601 8.09C3.162 9.516 4.258 11 5.75 11h11.052c1.203 0 2.274-.79 2.628-1.941v-.001l.967-3.146C20.839 4.483 19.742 3 18.249 3zm0 1.5h11.051c.525 0 .871.469.717.97l-.969 3.148a1.24 1.24 0 0 1-1.193.882H5.75a.733.733 0 0 1-.717-.97l.969-3.147A1.24 1.24 0 0 1 7.197 4.5M20.35 9.447a3.73 3.73 0 0 1-1.704 2.065l-.649 2.105a1.24 1.24 0 0 1-1.194.883H5.75a.74.74 0 0 1-.603-.305.74.74 0 0 1-.114-.666l.475-1.544a3.2 3.2 0 0 1-1.43-.45L3.6 13.087a2.23 2.23 0 0 0 .34 1.998 2.23 2.23 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465m0 5a3.73 3.73 0 0 1-1.704 2.065l-.649 2.105a1.24 1.24 0 0 1-1.194.883H5.75a.74.74 0 0 1-.603-.305.74.74 0 0 1-.114-.666l.475-1.544a3.2 3.2 0 0 1-1.43-.45L3.6 18.087a2.23 2.23 0 0 0 .34 1.998 2.23 2.23 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconLayers;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconLibrary = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#333025",
|
|
23
|
+
d: "M5.25 2.5a.75.75 0 0 0-.75.75V4H2.75a.75.75 0 0 0-.75.75v15.5a.75.75 0 0 0 .75.75h18.5a.75.75 0 0 0 .75-.75V4.75a.75.75 0 0 0-.75-.75H19.5v-.75a.75.75 0 0 0-.75-.75H15c-1.256 0-2.318.666-3 1.622-.681-.956-1.744-1.622-3-1.622zM6 4h3c1.252 0 2.25.998 2.25 2.25v11.515A3.73 3.73 0 0 0 9 17H6V4.873a.8.8 0 0 0 0-.243zm9 0h3v.627a.8.8 0 0 0 0 .243V17h-3c-.845 0-1.621.29-2.25.765V6.25C12.75 4.998 13.748 4 15 4M3.5 5.5h1v12.25a.75.75 0 0 0 .75.75H9a2.24 2.24 0 0 1 1.87 1H3.5zm16 0h1v14h-7.37a2.24 2.24 0 0 1 1.87-1h3.75a.75.75 0 0 0 .75-.75z"
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
var _default = exports.default = SvgIconLibrary;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconList = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M3.75 2.5c-.682 0-1.25.568-1.25 1.25v3C2.5 7.432 3.068 8 3.75 8h3C7.432 8 8 7.432 8 6.75v-3c0-.682-.568-1.25-1.25-1.25zM4 4h2.5v2.5H4zm6.25.5a.75.75 0 1 0 0 1.5h10.5a.75.75 0 1 0 0-1.5zm-6.5 4.75c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3c0-.682-.568-1.25-1.25-1.25zm.25 1.5h2.5v2.5H4zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5zM3.75 16c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3C8 16.568 7.432 16 6.75 16zM4 17.5h2.5V20H4zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconList;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconLivePlant = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 20 19",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M5.185.004a4 4 0 0 0-.359.03c-.479.06-.958.198-1.42.41C1.562 1.287 0 3.348 0 6.302a.7.7 0 0 0 .364.615.67.67 0 0 0 .704-.042c.51-.357 1.091-.302 1.848-.086.757.215 1.549.625 2.442.625 1.06 0 2.13-.448 2.873-1.278a.7.7 0 0 0 .193-.505.7.7 0 0 0-.222-.494.68.68 0 0 0-.502-.18.67.67 0 0 0-.476.242c-.454.508-1.2.825-1.866.825-.383 0-1.185-.32-2.075-.574-.54-.154-1.163-.245-1.789-.16.297-1.845 1.315-3.05 2.472-3.58.681-.312 1.391-.39 1.98-.257.16.037.288.124.43.19C4.737 1.97 3.8 3.024 3.8 3.024a.7.7 0 0 0-.167.507.7.7 0 0 0 .236.478.68.68 0 0 0 .5.165.67.67 0 0 0 .466-.245s1.043-1.331 3.224-.927l.037.006s.198.003.512.323.71.973.71 2.462V9.27H3.862a.67.67 0 0 0-.488.2.7.7 0 0 0-.203.495.7.7 0 0 0 .203.495.68.68 0 0 0 .489.2h.299l.661 6.074C4.964 18.018 6.041 19 7.31 19h5.383c1.268 0 2.344-.983 2.485-2.267l.66-6.074h.3a.67.67 0 0 0 .488-.2.7.7 0 0 0 .203-.495.7.7 0 0 0-.203-.495.68.68 0 0 0-.489-.2h-5.454V5.793c0-1.49.395-2.142.71-2.462.313-.32.51-.323.51-.323l.038-.006c2.181-.404 3.224.927 3.224.927a.68.68 0 0 0 .467.245.67.67 0 0 0 .499-.165.7.7 0 0 0 .236-.478.7.7 0 0 0-.167-.507s-.937-1.053-2.574-1.38c.141-.066.268-.153.429-.19.589-.133 1.299-.055 1.98.257 1.157.53 2.175 1.735 2.472 3.58-.626-.085-1.25.006-1.789.16-.89.254-1.692.574-2.075.574-.666 0-1.412-.317-1.866-.825a.68.68 0 0 0-.476-.242.67.67 0 0 0-.502.18.7.7 0 0 0-.222.494.7.7 0 0 0 .193.505 3.88 3.88 0 0 0 2.873 1.278c.893 0 1.685-.41 2.442-.625s1.339-.27 1.848.086a.673.673 0 0 0 .97-.214.7.7 0 0 0 .098-.36c0-2.953-1.562-5.014-3.406-5.859-.923-.422-1.919-.554-2.837-.345-.859.195-1.626.74-2.135 1.554a.7.7 0 0 0-.12.047H11.5c-.236.066-.64.206-1.073.649-.163.166-.285.467-.427.71-.142-.243-.264-.544-.427-.71-.436-.444-.84-.585-1.076-.65a1 1 0 0 0-.119-.046C7.868.839 7.102.292 6.243.098A4 4 0 0 0 5.185.004"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconLivePlant;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconLocations = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
viewBox: "0 0 12 13",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M5.99974 0C3.79652 0 1.99974 1.79678 1.99974 4C1.99974 4.98569 2.58426 6.08205 3.24713 7.17187C3.91 8.2617 4.68276 9.2988 5.16054 9.91471C5.578 10.4526 6.42147 10.4526 6.83893 9.91471C7.31671 9.2988 8.08947 8.2617 8.75234 7.17187C9.41521 6.08205 9.99974 4.98569 9.99974 4C9.99974 1.79678 8.20296 0 5.99974 0ZM5.99974 1C7.66252 1 8.99974 2.33722 8.99974 4C8.99974 4.51664 8.52716 5.61717 7.89752 6.65234C7.26789 7.68752 6.51278 8.70366 6.04857 9.30208C6.01536 9.34487 5.98412 9.34487 5.95091 9.30208C5.48669 8.70366 4.73158 7.68752 4.10195 6.65234C3.47232 5.61717 2.99974 4.51664 2.99974 4C2.99974 2.33722 4.33696 1 5.99974 1ZM5.99974 3C5.73452 3 5.48017 3.10536 5.29263 3.29289C5.10509 3.48043 4.99974 3.73478 4.99974 4C4.99974 4.26522 5.10509 4.51957 5.29263 4.70711C5.48017 4.89464 5.73452 5 5.99974 5C6.26495 5 6.51931 4.89464 6.70684 4.70711C6.89438 4.51957 6.99974 4.26522 6.99974 4C6.99974 3.73478 6.89438 3.48043 6.70684 3.29289C6.51931 3.10536 6.26495 3 5.99974 3ZM1.90794 8.33333C1.44727 8.33333 1.0282 8.60537 0.841535 9.02604L0.1013 10.6927C-0.0596996 11.055 -0.02746 11.4697 0.18854 11.8021C0.404873 12.1347 0.770722 12.3333 1.16706 12.3333H10.8318C11.2281 12.3333 11.5943 12.1347 11.8103 11.8021C12.0266 11.4697 12.0592 11.0554 11.8982 10.6927L11.1579 9.02604C10.9709 8.60537 10.5525 8.33333 10.0915 8.33333H9.00625C8.79391 8.655 8.56351 8.988 8.31484 9.33333H10.0915C10.1572 9.33333 10.2172 9.37196 10.2439 9.43229L10.9841 11.099C11.0161 11.171 10.9904 11.2295 10.9717 11.2578C10.9531 11.2861 10.9111 11.3333 10.8324 11.3333H1.16706C1.08839 11.3333 1.04541 11.2855 1.02708 11.2572C1.00875 11.2288 0.983045 11.171 1.01471 11.099L1.7556 9.43229C1.78226 9.37229 1.84227 9.33333 1.90794 9.33333H3.68398C3.43498 8.988 3.20523 8.655 2.99323 8.33333H1.90794Z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconLocations;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconMail = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M5.25 4A3.26 3.26 0 0 0 2 7.25v9.5A3.26 3.26 0 0 0 5.25 20h13.5A3.26 3.26 0 0 0 22 16.75v-9.5A3.26 3.26 0 0 0 18.75 4zm0 1.5h13.5c.975 0 1.75.775 1.75 1.75v.553L12 12.398 3.5 7.803V7.25c0-.975.775-1.75 1.75-1.75M3.5 9.508l8.144 4.402a.75.75 0 0 0 .712 0L20.5 9.508v7.242a1.74 1.74 0 0 1-1.75 1.75H5.25a1.74 1.74 0 0 1-1.75-1.75z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconMail;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconManager = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M11.992 2.993a.5.5 0 0 0-.492.507v3a.5.5 0 1 0 1 0v-3a.5.5 0 0 0-.508-.507M6.935 4.935a.5.5 0 0 0-.35.858l2.122 2.121a.5.5 0 1 0 .707-.707L7.293 5.086a.5.5 0 0 0-.358-.151m10.116 0a.5.5 0 0 0-.344.15l-2.121 2.122a.5.5 0 1 0 .707.707l2.121-2.121a.5.5 0 0 0-.363-.858M12 8c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 9.5 10.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799.627-1.097.627-1.701-.198-1.218-.627-1.701C13.443 8.316 12.771 8 12 8m0 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 11 10.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295M4.5 11c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 2 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799S7 14.104 7 13.5s-.198-1.218-.627-1.701C5.943 11.316 5.271 11 4.5 11m15 0c-.77 0-1.444.316-1.873.799A2.55 2.55 0 0 0 17 13.5c0 .604.198 1.218.627 1.701.43.483 1.102.799 1.873.799s1.444-.316 1.873-.799S22 14.104 22 13.5s-.198-1.218-.627-1.701c-.43-.483-1.102-.799-1.873-.799m-15 1.5c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 3.5 13.5c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295m15 0c.396 0 .598.121.752.295.154.173.248.434.248.705s-.094.532-.248.705c-.154.174-.356.295-.752.295s-.598-.121-.752-.295a1.08 1.08 0 0 1-.248-.705c0-.27.094-.532.248-.705.154-.174.356-.295.752-.295M9.026 14c-.834 0-1.526.692-1.526 1.526v1.485c-.01 0-.016-.011-.026-.011H1.526C.692 17 0 17.692 0 18.526v.949c0 .914.577 1.701 1.385 2.216.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81c.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81c.258-.164.436-.396.636-.61.2.214.377.446.635.61.807.515 1.878.81 3.115.81s2.307-.295 3.114-.81C23.422 21.177 24 20.39 24 19.475v-.949c0-.834-.692-1.526-1.526-1.526h-5.948c-.01 0-.016.01-.026.01v-1.484c0-.834-.692-1.526-1.526-1.526zm0 1.5h5.948c.023 0 .026.003.026.026v3.949c0 .276-.181.627-.691.952S12.994 21 12 21s-1.799-.249-2.309-.574C9.181 20.1 9 19.75 9 19.475v-3.949c0-.023.003-.026.026-.026m-7.5 3h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952S5.494 21 4.5 21s-1.799-.249-2.309-.574c-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026m15 0h5.948c.023 0 .026.003.026.026v.949c0 .276-.181.627-.691.952S20.494 21 19.5 21s-1.799-.249-2.309-.574c-.51-.326-.691-.676-.691-.952v-.949c0-.023.003-.026.026-.026"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconManager;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconMarker = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M12 2c-4.685 0-8.5 3.815-8.5 8.5 0 2.103.772 4.032 2.04 5.516l.003.004.003.003s3.616 4.127 4.903 5.355a2.26 2.26 0 0 0 3.1 0c1.468-1.4 4.906-5.357 4.906-5.357l.002-.002.003-.003A8.47 8.47 0 0 0 20.5 10.5C20.5 5.815 16.685 2 12 2m0 1.5c3.875 0 7 3.125 7 7a6.95 6.95 0 0 1-1.68 4.541c-.008.008-3.525 4.03-4.805 5.252a.73.73 0 0 1-1.03 0c-1.07-1.021-4.794-5.24-4.805-5.252l-.001-.001A6.95 6.95 0 0 1 5 10.5c0-3.875 3.125-7 7-7m0 4c-.937 0-1.736.379-2.248.955C9.239 9.032 9 9.771 9 10.5c0 .73.24 1.468.752 2.045.512.576 1.31.955 2.248.955s1.736-.379 2.248-.955c.513-.577.752-1.316.752-2.045 0-.73-.24-1.468-.752-2.045C13.736 7.88 12.938 7.5 12 7.5M12 9c.563 0 .89.184 1.127.451s.373.653.373 1.049-.136.782-.373 1.049c-.238.267-.565.451-1.127.451s-.89-.184-1.127-.451-.373-.653-.373-1.049.136-.782.373-1.049C11.111 9.184 11.438 9 12 9"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconMarker;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconMenu = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M2.75 4.5a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 6.75a.751.751 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconMenu;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
const SvgIconMenuHorizontal = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
title,
|
|
12
|
+
titleId,
|
|
13
|
+
...props
|
|
14
|
+
} = _ref;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 24 24",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M7.5 12a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m6 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgIconMenuHorizontal;
|