@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 SvgLeaf = _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 16 16",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M10.844 1.137a1.5 1.5 0 0 0-.451.06C8.76 1.677 4.575 3.058 2.66 5.91l-.008.011-.006.011c-.547.914-.625 1.78-.625 2.468 0 1.279.605 2.362 1.392 3.114.492.471 1.054.768 1.624.968a8.1 8.1 0 0 1-2.355 1.208.5.5 0 1 0 .303.953c3.883-1.235 6.295-4.887 7.091-8.653a.5.5 0 0 0-.978-.207c-.47 2.22-1.544 4.362-3.146 5.914-.52-.035-1.256-.34-1.848-.906-.628-.6-1.083-1.428-1.083-2.39 0-.62.054-1.23.479-1.945 1.613-2.387 5.623-3.843 7.175-4.3.203-.059.418.01.544.177 1.473 1.935 2.093 4.412 2.114 5.944.021 1.62-.39 2.826-1.026 3.628-.635.8-1.492 1.22-2.487 1.26-.498 0-1.099.012-1.85-.562a.5.5 0 1 0-.607.794c.99.756 1.97.77 2.47.77h.01l.01-.001a4.3 4.3 0 0 0 3.238-1.64c.808-1.02 1.265-2.466 1.241-4.262-.024-1.776-.681-4.388-2.317-6.537a1.5 1.5 0 0 0-1.171-.59"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgLeaf;
|
|
@@ -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 SvgLock = _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 32 40",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M16 0c-4.4 0-8 3.6-8 8v4H4.5C2.033 12 0 14.033 0 16.5v19C0 37.968 2.033 40 4.5 40h23c2.468 0 4.5-2.032 4.5-4.5v-19c0-2.467-2.032-4.5-4.5-4.5H24V8c0-4.4-3.6-8-8-8m0 3c2.78 0 5 2.22 5 5v4H11V8c0-2.78 2.22-5 5-5M4.5 15h23c.846 0 1.5.653 1.5 1.5v19c0 .846-.654 1.5-1.5 1.5h-23c-.846 0-1.5-.654-1.5-1.5v-19c0-.847.654-1.5 1.5-1.5M16 23a3 3 0 1 0 0 6 3 3 0 0 0 0-6"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgLock;
|
|
@@ -0,0 +1,43 @@
|
|
|
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 SvgLogo = _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 137 16",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
22
|
+
clipPath: "url(#logo_svg__a)"
|
|
23
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M30.222 11.128A28.1 28.1 0 0 0 19.16 6.979V3.095c0-1.054-.197-1.91-.658-2.37C18.172.262 17.514 0 16.724 0h-2.238v1.383h1.843c.922 0 1.251.658 1.251 1.777v3.622c-.79-.066-1.646-.132-2.436-.132-.658 0-1.251 0-1.91.066V0l-1.646.46v6.388C7.374 7.374 3.425 8.888 0 11.128a34.3 34.3 0 0 1 11.589-3.424v5.201c0 1.054.197 1.91.658 2.37.395.462.988.725 1.778.725h2.304v-1.383h-1.843c-.922 0-1.251-.658-1.251-1.778V7.572c.658-.066 1.25-.066 1.909-.066.437 0 .856.017 1.267.034.395.016.782.032 1.17.032V16l1.645-.46V7.77a32.9 32.9 0 0 1 10.996 3.358M53.86 9.942c0-1.25.33-1.975 1.383-1.975l.658-.066V6.387h-1.12c-.855 0-1.514.329-1.974.79-.527.593-.725 1.514-.725 2.7v3.95h1.778zM59.984 7.967c-1.054 0-1.383.724-1.383 1.975v3.885h-1.778v-3.95c0-1.186.198-2.107.724-2.7.461-.461 1.12-.79 1.976-.79h1.119V7.9zM88.626 7.967c-1.054 0-1.383.724-1.383 1.975v3.885h-1.778v-3.95c0-1.186.197-2.107.724-2.7.461-.461 1.12-.79 1.976-.79h1.119V7.9z"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M47.012 14.025c1.515 0 2.502-.461 3.292-1.58l-1.448-.857c-.46.527-.988.725-1.778.725-1.053 0-1.843-.593-2.04-1.646h5.793v-.395c0-2.24-1.514-3.885-3.819-3.885S43.26 8.23 43.26 10.206c0 2.107 1.449 3.819 3.753 3.819m0-6.058c.988 0 1.712.527 1.976 1.383h-3.885c.33-.922.987-1.383 1.91-1.383M67.029 13.103c-.659.592-1.317.922-2.239.922-1.844 0-3.424-1.58-3.424-3.82 0-2.238 1.515-3.818 3.424-3.818.856 0 1.646.329 2.239.987v-.79h1.778v7.243h-1.778zm-3.82-2.897c0 1.25.791 2.173 1.91 2.173 1.12 0 1.976-.856 1.976-2.173 0-1.251-.856-2.107-1.976-2.107-1.185 0-1.91.987-1.91 2.107M80.33 14.025c2.172 0 3.818-1.712 3.818-3.82 0-2.106-1.712-3.752-3.819-3.818-1.975 0-3.753 1.646-3.753 3.819s1.646 3.819 3.753 3.819m0-1.712c-1.12 0-1.91-.856-1.91-2.107 0-1.185.79-2.041 1.91-2.107 1.184 0 1.975.856 1.975 2.107 0 1.317-.856 2.107-1.976 2.107M108.313 13.103c-.659.592-1.317.922-2.239.922-1.844 0-3.424-1.58-3.424-3.82 0-2.238 1.515-3.818 3.424-3.818.856 0 1.646.329 2.239.987v-.79h1.778v7.243h-1.778zm-3.885-2.897c0 1.25.79 2.173 1.909 2.173 1.12 0 1.976-.856 1.976-2.173 0-1.251-.856-2.107-1.976-2.107-1.119 0-1.909.987-1.909 2.107",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M119.243 5.53a1.18 1.18 0 0 0 1.185-1.184 1.18 1.18 0 0 0-1.185-1.185c-.659 0-1.185.526-1.185 1.119 0 .658.526 1.25 1.185 1.25M120.165 6.65h-1.778v7.243h1.778zM45.103 1.91H35.029v1.777h4.082v10.14h1.844V3.687h4.148z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M125.169 14.025c2.173 0 3.819-1.712 3.819-3.82 0-2.106-1.712-3.752-3.819-3.818-1.976 0-3.753 1.646-3.753 3.819s1.646 3.819 3.753 3.819m0-1.712c-1.12 0-1.91-.856-1.91-2.107 0-1.185.79-2.041 1.91-2.107 1.185 0 1.975.856 1.975 2.107 0 1.317-.856 2.107-1.975 2.107",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M117.07 8.165v-1.58h-2.041V3.16l-1.778.526V6.65h-1.909v1.58h1.909v3.688c0 1.185.198 2.107.724 2.7.461.46 1.12.79 1.976.79h1.119v-1.58h-.658c-1.054 0-1.383-.725-1.383-1.976V8.165zM75.852 2.173v1.514h-.659c-1.185 0-1.382.593-1.382 1.976v.921h2.04v1.58h-2.04v7.046l-1.778.527v-7.44h-1.91v-1.58h1.91V5.662c0-1.251.198-2.107.724-2.7.395-.527 1.12-.79 1.975-.79zM96.988 13.827H95.21v-3.49c0-1.382-.263-2.238-1.251-2.238-.922 0-1.58.724-1.58 2.239v3.49H90.6V6.452h1.778v.987a2.95 2.95 0 0 1 2.238-.987c.922 0 1.646.395 2.107 1.317.659-.856 1.317-1.317 2.436-1.317.79 0 1.515.329 1.91.856.461.592.527 1.382.527 2.37v4.148h-1.778v-3.95c0-1.186-.395-1.778-1.251-1.778-.922 0-1.58.724-1.58 2.173zM133.926 6.453c-.79 0-1.383.329-2.107.922v-.79h-1.778v7.242h1.778v-3.029l-.002-.271c-.007-.618-.014-1.186.331-1.704.329-.46.724-.724 1.251-.724 1.12 0 1.251.856 1.251 2.304v3.424h1.778V8.955c0-1.58-1.185-2.502-2.502-2.502"
|
|
37
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
38
|
+
id: "logo_svg__a"
|
|
39
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M0 0h136.428v16H0z"
|
|
41
|
+
}))));
|
|
42
|
+
};
|
|
43
|
+
var _default = exports.default = SvgLogo;
|
|
@@ -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 SvgMenuVertical = _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 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgMenuVertical;
|
|
@@ -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 SvgNotification = _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.639 2.009C7.597 2.199 4.5 5.672 4.5 9.69v3.634L3.175 15.99l-.007.015c-.533 1.134.33 2.495 1.583 2.495H9c0 1.648 1.352 3 3 3s3-1.352 3-3h4.248c1.253 0 2.117-1.361 1.584-2.495l-.007-.015-1.325-2.666V9.5c0-4.253-3.568-7.693-7.861-7.491m.07 1.498A5.987 5.987 0 0 1 18 9.5v4q0 .176.078.334l1.397 2.81c.09.193-.015.356-.227.356H4.751c-.212 0-.316-.163-.226-.355v-.002l1.397-2.809A.75.75 0 0 0 6 13.5V9.69c0-3.25 2.49-6.032 5.709-6.183M10.5 18.5h3c0 .837-.663 1.5-1.5 1.5s-1.5-.663-1.5-1.5"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgNotification;
|
|
@@ -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 SvgPerson = _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 2C9.247 2 7 4.247 7 7s2.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.5s-1.558 3.5-3.5 3.5A3.49 3.49 0 0 1 8.5 7c0-1.942 1.558-3.5 3.5-3.5M5.99 14A2 2 0 0 0 4 15.99v.76c0 1.802 1.14 3.196 2.653 4.031S10.084 22 12 22s3.833-.384 5.347-1.219c1.29-.712 2.262-1.85 2.534-3.281H20v-1.51c0-1.09-.9-1.99-1.99-1.99zm0 1.5h12.02c.28 0 .491.21.491.49V16H18.5v.75c0 1.198-.673 2.054-1.878 2.719S13.71 20.5 12 20.5s-3.417-.366-4.622-1.031S5.5 17.948 5.5 16.75v-.76c0-.28.21-.49.49-.49"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgPerson;
|
|
@@ -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 SvgPlus = _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.988 2.49a.75.75 0 0 0-.738.76v8h-8a.751.751 0 1 0 0 1.5h8v8a.751.751 0 1 0 1.5 0v-8h8a.75.75 0 1 0 0-1.5h-8v-8a.75.75 0 0 0-.762-.76"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgPlus;
|
|
@@ -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 SvgRestorationSite = _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 1.5c-.775 0-1.495.247-1.999.751a2.44 2.44 0 0 0-.54.86c-.226-.069-.453-.139-.679-.134a2.47 2.47 0 0 0-1.596.653c-.597.537-.94 1.374-.897 2.264-.848.058-1.617.463-2.065 1.12-.476.698-.55 1.655-.162 2.54-.35.19-.648.453-.876.752a3.38 3.38 0 0 0-.686 2.047c0 .94.404 1.88 1.185 2.512.614.498 1.493.68 2.459.633.144.748.429 1.445.966 1.953.718.678 1.734 1.049 2.89 1.049v.75c0 .366-.122 1.021-.404 1.485s-.618.765-1.346.765a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5c-.728 0-1.064-.3-1.346-.765-.282-.464-.404-1.119-.404-1.485v-.75c1.156 0 2.172-.37 2.89-1.049.537-.508.822-1.205.966-1.953.966.047 1.845-.135 2.46-.633a3.23 3.23 0 0 0 1.184-2.513c0-.722-.23-1.45-.686-2.046a2.8 2.8 0 0 0-.876-.752c.388-.885.314-1.842-.162-2.54-.448-.657-1.217-1.062-2.065-1.12.043-.89-.3-1.727-.896-2.264a2.47 2.47 0 0 0-1.597-.653c-.226-.005-.453.066-.679.133a2.44 2.44 0 0 0-.54-.859C13.495 1.747 12.775 1.5 12 1.5M12 3c.475 0 .755.128.938.312.183.183.312.463.312.938a.75.75 0 0 0 1.28.53c.25-.25.454-.307.659-.303a.98.98 0 0 1 .621.268c.39.35.624.96.27 1.67a.75.75 0 0 0 .934 1.037c.701-.263 1.244 0 1.522.408s.357.937-.316 1.61a.75.75 0 0 0 .53 1.28c.376 0 .641.163.873.467.232.303.377.751.377 1.135 0 .51-.22 1.018-.628 1.348-.407.33-1.012.528-1.959.318a.75.75 0 0 0-.913.732c0 .696-.233 1.227-.64 1.611-.407.385-1.016.639-1.86.639v-.75a.751.751 0 1 0-1.5 0v3c0 .63.146 1.468.616 2.25h-2.232c.47-.782.616-1.62.616-2.25v-3a.75.75 0 1 0-1.5 0V17c-.844 0-1.453-.254-1.86-.639-.407-.384-.64-.915-.64-1.611a.75.75 0 0 0-.913-.732c-.947.21-1.552.012-1.96-.318A1.74 1.74 0 0 1 4 12.352c0-.384.145-.832.377-1.135s.497-.467.873-.467a.75.75 0 0 0 .53-1.28c-.673-.673-.594-1.202-.316-1.61.278-.407.82-.671 1.522-.408a.75.75 0 0 0 .935-1.037c-.355-.71-.12-1.32.268-1.67a.98.98 0 0 1 .623-.268c.204-.004.408.053.658.303a.75.75 0 0 0 1.28-.53c0-.475.129-.755.312-.938.183-.184.463-.312.938-.312"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgRestorationSite;
|
|
@@ -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 SvgSearch = _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: "M10.25 3C6.255 3 3 6.255 3 10.25s3.255 7.25 7.25 7.25c1.728 0 3.317-.61 4.565-1.625l4.905 4.905a.75.75 0 1 0 1.06-1.06l-4.905-4.905A7.2 7.2 0 0 0 17.5 10.25C17.5 6.255 14.245 3 10.25 3m0 1.5A5.74 5.74 0 0 1 16 10.25a5.73 5.73 0 0 1-1.604 3.985.8.8 0 0 0-.16.16A5.73 5.73 0 0 1 10.25 16a5.74 5.74 0 0 1-5.75-5.75 5.74 5.74 0 0 1 5.75-5.75"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSearch;
|
|
@@ -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 SvgSeeds = _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 4C3.862 4 2 5.502 2 7.5S3.862 11 6 11s4-1.502 4-3.5S8.138 4 6 4m0 1.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2-2.5-.96-2.5-2 1.048-2 2.5-2m11.427.74c-.835.014-1.637.314-2.255.932-1.413 1.413-1.158 3.79.353 5.303 1.512 1.511 3.89 1.766 5.303.353s1.158-3.79-.353-5.303c-.85-.85-1.975-1.303-3.048-1.285m.287 1.508c.575.052 1.187.325 1.7.838 1.027 1.027 1.089 2.446.354 3.182-.736.735-2.155.673-3.182-.354s-1.089-2.446-.354-3.182c.368-.367.907-.536 1.482-.484m-9.649 4.163c-1.372.014-2.643.688-3.21 1.94-.823 1.82.254 3.956 2.202 4.838a4.4 4.4 0 0 0 2.363.363C10.09 20.244 11.46 21 13 21c2.138 0 4-1.502 4-3.5S15.138 14 13 14c-.363 0-.713.047-1.05.127a4.37 4.37 0 0 0-2.008-1.817 4.5 4.5 0 0 0-1.877-.399m-.191 1.504c.454-.04.954.038 1.45.263 1.323.598 1.882 1.905 1.453 2.852-.428.948-1.778 1.39-3.101.791s-1.883-1.905-1.454-2.852c.268-.592.896-.987 1.652-1.054M13 15.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2c-.918 0-1.683-.406-2.113-.95a3.15 3.15 0 0 0 1.258-1.402c.233-.516.309-1.057.26-1.588q.285-.059.595-.06"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSeeds;
|
|
@@ -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 SvgSite = _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: "M9.271 4a.75.75 0 0 0-.462.144l-5.5 4A.75.75 0 0 0 3 8.75v10.5a.75.75 0 0 0 1.191.606l5.059-3.678 5.059 3.678a.75.75 0 0 0 .882 0l5.5-4A.75.75 0 0 0 21 15.25V4.75a.75.75 0 0 0-1.191-.606L14.75 7.822 9.691 4.144A.75.75 0 0 0 9.271 4M9.25 5.678l5.059 3.678a.75.75 0 0 0 .882 0L19.5 6.223v8.645l-4.75 3.454-5.059-3.678a.75.75 0 0 0-.882 0L4.5 17.777V9.132zm-.507 3.311a.75.75 0 0 0-.523.23l-.47.47-.47-.47a.75.75 0 1 0-1.06 1.061l.47.47-.47.47a.75.75 0 1 0 1.06 1.06l.47-.47.47.47a.751.751 0 0 0 1.23-.817.8.8 0 0 0-.17-.243l-.47-.47.47-.47a.75.75 0 0 0-.537-1.29m9.007.511a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-6.5.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m2 1.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m3 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-1.5 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSite;
|
|
@@ -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 SvgSparkles = _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.962 1.501a.75.75 0 0 0-.674.512l-.943 2.832-2.832.943a.75.75 0 0 0 0 1.424l2.83.944.945 2.831a.75.75 0 0 0 1.424 0l.943-2.832 2.832-.943a.75.75 0 0 0 0-1.424l-2.832-.943-.943-2.832a.75.75 0 0 0-.75-.512M6 4.623l.35 1.052a.75.75 0 0 0 .475.474l1.052.351-1.052.35a.75.75 0 0 0-.474.475L6 8.377l-.35-1.052a.75.75 0 0 0-.475-.474L4.123 6.5l1.052-.35a.75.75 0 0 0 .474-.475zm9.72 1.378a.75.75 0 0 0-.684.52l-1.463 4.552-4.552 1.463a.75.75 0 0 0 0 1.428l4.552 1.463 1.463 4.553a.75.75 0 0 0 1.428 0l1.463-4.553 4.553-1.463a.75.75 0 0 0 0-1.428l-4.553-1.463-1.463-4.552A.75.75 0 0 0 15.72 6m.03 3.2.867 2.697a.75.75 0 0 0 .485.485l2.698.867-2.698.867a.75.75 0 0 0-.485.485L15.75 17.3l-.867-2.698a.75.75 0 0 0-.484-.485L11.7 13.25l2.699-.867a.75.75 0 0 0 .484-.485zM5.212 14a.75.75 0 0 0-.674.512l-.757 2.27-2.268.755a.75.75 0 0 0 0 1.424l2.268.756.757 2.27a.75.75 0 0 0 1.424 0l.756-2.27 2.27-.756a.75.75 0 0 0 0-1.424l-2.27-.757-.756-2.268a.75.75 0 0 0-.75-.512m.038 3.121.163.49a.75.75 0 0 0 .475.475l.489.163-.49.163a.75.75 0 0 0-.474.475l-.163.49-.164-.49a.75.75 0 0 0-.475-.475l-.489-.163.49-.163a.75.75 0 0 0 .474-.475z"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSparkles;
|
|
@@ -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 SvgSpecies = _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: "M22 17.74a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 17h-6.69c-.7 0-1.25-.55-1.25-1.25v-7a.751.751 0 1 0-1.5 0v7c0 1.51 1.24 2.75 2.75 2.75h6.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54m-.5-11.5a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H3.25a.75.75 0 1 0 0 1.5h15.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSpecies;
|
|
@@ -0,0 +1,156 @@
|
|
|
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 SvgSpecies2 = _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 200 128",
|
|
19
|
+
"aria-labelledby": titleId
|
|
20
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
21
|
+
id: titleId
|
|
22
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
23
|
+
clipPath: "url(#species2_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#E2F6EC",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "url(#species2_svg__b)",
|
|
31
|
+
fillOpacity: 0.2,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "url(#species2_svg__c)",
|
|
37
|
+
d: "M144.999 66.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
fill: "url(#species2_svg__d)",
|
|
40
|
+
d: "M70.999 23.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "url(#species2_svg__e)",
|
|
43
|
+
d: "M64.999 103.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
45
|
+
id: "species2_svg__g",
|
|
46
|
+
width: 200,
|
|
47
|
+
height: 128,
|
|
48
|
+
x: 0,
|
|
49
|
+
y: 0,
|
|
50
|
+
maskUnits: "userSpaceOnUse",
|
|
51
|
+
style: {
|
|
52
|
+
maskType: 'alpha'
|
|
53
|
+
}
|
|
54
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
fill: "#E2F6EC",
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "url(#species2_svg__f)",
|
|
61
|
+
fillOpacity: 0.2,
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
64
|
+
clipRule: "evenodd"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
66
|
+
mask: "url(#species2_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#species2_svg__h)",
|
|
69
|
+
d: "m126.786 122.661 27.568-33.52-34.107-34.108-5.646-.346-17.15-17.15-17.461 14.42 8.124 8.124V83.99z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M78.667 40.667c0-2.554 2.113-4.667 4.666-4.667H94c2.553 0 4.667 2.113 4.667 4.667v8c0 2.553-2.114 4.666-4.667 4.666h-3.333V60h10.666v-2c0-2.553 2.114-4.667 4.667-4.667h10.667c2.553 0 4.666 2.114 4.666 4.667v8c0 2.553-2.113 4.667-4.666 4.667H106c-2.553 0-4.667-2.114-4.667-4.667v-2H90.667v16.667c0 .393.273.666.666.666h10v-2c0-2.553 2.114-4.666 4.667-4.666h10.667c2.553 0 4.666 2.113 4.666 4.666v8c0 2.554-2.113 4.667-4.666 4.667H106c-2.553 0-4.667-2.113-4.667-4.667v-2h-10c-2.553 0-4.666-2.113-4.666-4.666V53.333h-3.334c-2.553 0-4.666-2.113-4.666-4.666z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M83.333 36c-2.553 0-4.666 2.113-4.666 4.667v8c0 2.553 2.113 4.666 4.666 4.666h3.334v27.334c0 2.553 2.113 4.666 4.666 4.666h10v2c0 2.554 2.114 4.667 4.667 4.667h10.667c2.553 0 4.666-2.113 4.666-4.667v-8c0-2.553-2.113-4.666-4.666-4.666H106c-2.553 0-4.667 2.113-4.667 4.666v2h-10c-.393 0-.666-.273-.666-.666V64h10.666v2c0 2.553 2.114 4.667 4.667 4.667h10.667c2.553 0 4.666-2.114 4.666-4.667v-8c0-2.553-2.113-4.667-4.666-4.667H106c-2.553 0-4.667 2.114-4.667 4.667v2H90.667v-6.667H94c2.553 0 4.667-2.113 4.667-4.666v-8C98.667 38.113 96.553 36 94 36zm0 4H94c.394 0 .667.273.667.667v8c0 .393-.273.666-.667.666h-5.005a2 2 0 0 0-.649 0h-5.013c-.393 0-.666-.273-.666-.666v-8c0-.394.273-.667.666-.667M106 57.333h10.667c.393 0 .666.274.666.667v8c0 .393-.273.667-.666.667H106c-.393 0-.667-.274-.667-.667v-3.672a2 2 0 0 0 0-.648V58c0-.393.274-.667.667-.667m0 21.334h10.667c.393 0 .666.273.666.666v8c0 .394-.273.667-.666.667H106c-.393 0-.667-.273-.667-.667v-3.671a2 2 0 0 0 0-.649v-3.68c0-.393.274-.666.667-.666"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "species2_svg__b",
|
|
79
|
+
x1: 139.5,
|
|
80
|
+
x2: 52.354,
|
|
81
|
+
y1: 110,
|
|
82
|
+
y2: 24.156,
|
|
83
|
+
gradientUnits: "userSpaceOnUse"
|
|
84
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
85
|
+
stopColor: "#F1F0EC"
|
|
86
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
87
|
+
offset: 1,
|
|
88
|
+
stopColor: "#84D6AC"
|
|
89
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
90
|
+
id: "species2_svg__c",
|
|
91
|
+
x1: 135,
|
|
92
|
+
x2: 145,
|
|
93
|
+
y1: 59,
|
|
94
|
+
y2: 74,
|
|
95
|
+
gradientUnits: "userSpaceOnUse"
|
|
96
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
97
|
+
stopColor: "#2C8658"
|
|
98
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
99
|
+
offset: 1,
|
|
100
|
+
stopColor: "#ACD278"
|
|
101
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
102
|
+
id: "species2_svg__d",
|
|
103
|
+
x1: 61,
|
|
104
|
+
x2: 71,
|
|
105
|
+
y1: 16,
|
|
106
|
+
y2: 31,
|
|
107
|
+
gradientUnits: "userSpaceOnUse"
|
|
108
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
109
|
+
stopColor: "#2C8658"
|
|
110
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
111
|
+
offset: 1,
|
|
112
|
+
stopColor: "#ACD278"
|
|
113
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
114
|
+
id: "species2_svg__e",
|
|
115
|
+
x1: 55,
|
|
116
|
+
x2: 65,
|
|
117
|
+
y1: 96,
|
|
118
|
+
y2: 111,
|
|
119
|
+
gradientUnits: "userSpaceOnUse"
|
|
120
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
121
|
+
stopColor: "#2C8658"
|
|
122
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
123
|
+
offset: 1,
|
|
124
|
+
stopColor: "#ACD278"
|
|
125
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
126
|
+
id: "species2_svg__f",
|
|
127
|
+
x1: 139.5,
|
|
128
|
+
x2: 52.354,
|
|
129
|
+
y1: 110,
|
|
130
|
+
y2: 24.156,
|
|
131
|
+
gradientUnits: "userSpaceOnUse"
|
|
132
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
133
|
+
stopColor: "#F1F0EC"
|
|
134
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
135
|
+
offset: 1,
|
|
136
|
+
stopColor: "#84D6AC"
|
|
137
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
138
|
+
id: "species2_svg__h",
|
|
139
|
+
x1: 79.642,
|
|
140
|
+
x2: 145.224,
|
|
141
|
+
y1: 54,
|
|
142
|
+
y2: 99.97,
|
|
143
|
+
gradientUnits: "userSpaceOnUse"
|
|
144
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
145
|
+
stopColor: "#2C8658"
|
|
146
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
147
|
+
offset: 1,
|
|
148
|
+
stopColor: "#ACD278"
|
|
149
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
150
|
+
id: "species2_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgSpecies2;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 SvgSpinner = _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
|
+
xmlSpace: "preserve",
|
|
18
|
+
viewBox: "0 0 48 48",
|
|
19
|
+
"aria-labelledby": titleId
|
|
20
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
21
|
+
id: titleId
|
|
22
|
+
}, title) : null, /*#__PURE__*/React.createElement("circle", {
|
|
23
|
+
cx: 24,
|
|
24
|
+
cy: 24,
|
|
25
|
+
r: 20,
|
|
26
|
+
fill: "none"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M24 12c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M24 44c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5",
|
|
31
|
+
opacity: 0.1
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M10.5 25.5h-5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5",
|
|
34
|
+
opacity: 0.55
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M17.3 13.8c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.5-.7-.2-1.6.5-2s1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.2-.5.3-.7.3",
|
|
37
|
+
opacity: 0.85
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M33.3 41.5c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.4-.7-.2-1.6.5-2s1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.3-.5.3-.7.3",
|
|
40
|
+
opacity: 0.05
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M8 34.8c-.5 0-1-.3-1.3-.8-.4-.7-.2-1.6.5-2l4.3-2.5c.7-.4 1.6-.2 2 .5s.2 1.6-.5 2l-4.3 2.5c-.2.2-.5.3-.7.3",
|
|
43
|
+
opacity: 0.4
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M12.3 18.8c-.3 0-.5-.1-.7-.2L7.2 16c-.7-.4-1-1.3-.5-2s1.3-1 2-.5L13 16c.7.4 1 1.3.5 2-.2.5-.7.8-1.2.8",
|
|
46
|
+
opacity: 0.7
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M14.7 41.5c-.3 0-.5-.1-.7-.2-.7-.4-1-1.3-.5-2L16 35c.4-.7 1.3-1 2-.5.7.4 1 1.3.5 2L16 40.8c-.2.5-.7.7-1.3.7",
|
|
49
|
+
opacity: 0.25
|
|
50
|
+
}));
|
|
51
|
+
};
|
|
52
|
+
var _default = exports.default = SvgSpinner;
|
|
@@ -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 SvgSuccess = _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 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.5m3.735 5.493a.75.75 0 0 0-.515.227l-4.47 4.47-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0-.545-1.287"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSuccess;
|
|
@@ -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 SvgSuccessFilled = _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 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m4.28 8.28-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.97 1.97 4.469-4.47a.75.75 0 0 1 1.062 1.06"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgSuccessFilled;
|