@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,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 SvgBlobbyIconSparkles = _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(#blobby-icon-sparkles_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#E2F6EC",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "url(#blobby-icon-sparkles_svg__b)",
|
|
31
|
+
fillOpacity: 0.2,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "url(#blobby-icon-sparkles_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(#blobby-icon-sparkles_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(#blobby-icon-sparkles_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: "blobby-icon-sparkles_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: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "url(#blobby-icon-sparkles_svg__f)",
|
|
61
|
+
fillOpacity: 0.2,
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734",
|
|
64
|
+
clipRule: "evenodd"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
66
|
+
mask: "url(#blobby-icon-sparkles_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-sparkles_svg__h)",
|
|
69
|
+
d: "m160.564 97.752-49.295-49.295L109.5 60.5l-24.18-24L81.5 47 71 50.5l65.5 65.5-4 3-49-49-4.5 8-8 3.79 49.838 49.837z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M83.899 36.003a2 2 0 0 0-1.797 1.364l-2.516 7.552-7.552 2.516a2 2 0 0 0 0 3.797l7.55 2.518 2.518 7.55a2 2 0 0 0 3.796 0l2.516-7.553 7.552-2.515a2 2 0 0 0 0-3.797l-7.552-2.516-2.516-7.552a2 2 0 0 0-2-1.364m26.02 12a2 2 0 0 0-1.823 1.385l-3.901 12.14-12.14 3.902a2 2 0 0 0 0 3.807l12.14 3.901 3.901 12.14a2.003 2.003 0 0 0 3.081 1.004c.343-.25.597-.6.727-1.003l3.901-12.141 12.14-3.901a2 2 0 0 0 0-3.807l-12.14-3.901-3.901-12.141a2 2 0 0 0-1.985-1.385m-28.02 21.333a2 2 0 0 0-1.797 1.365l-2.019 6.052-6.05 2.015a2 2 0 0 0 0 3.797l6.05 2.016 2.019 6.052a2 2 0 0 0 3.796 0l2.016-6.052 6.052-2.016a2 2 0 0 0 0-3.797l-6.05-2.018L83.9 70.7a2 2 0 0 0-2-1.364"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M83.899 36.003a2 2 0 0 0-1.797 1.364l-2.516 7.552-7.552 2.516a2 2 0 0 0 0 3.797l7.55 2.518 2.518 7.55a2 2 0 0 0 3.796 0l2.516-7.553 7.552-2.515a2 2 0 0 0 0-3.797l-7.552-2.516-2.516-7.552a2 2 0 0 0-2-1.364M84 44.328l.935 2.805a2 2 0 0 0 1.266 1.265l2.804.935-2.804.935a2 2 0 0 0-1.266 1.266L84 54.339l-.935-2.805a2 2 0 0 0-1.266-1.266l-2.804-.935 2.804-.935a2 2 0 0 0 1.266-1.265zm25.919 3.675a2 2 0 0 0-1.823 1.385l-3.901 12.14-12.14 3.902a2 2 0 0 0 0 3.807l12.14 3.901 3.901 12.14a2.003 2.003 0 0 0 3.081 1.004c.343-.25.597-.6.727-1.003l3.901-12.141 12.14-3.901a2 2 0 0 0 0-3.807l-12.14-3.901-3.901-12.141a2 2 0 0 0-1.985-1.385m.081 8.53 2.313 7.196a2 2 0 0 0 1.291 1.292l7.196 2.312-7.196 2.313a2 2 0 0 0-1.291 1.291L110 78.134l-2.312-7.195a2.007 2.007 0 0 0-1.292-1.292l-7.195-2.313 7.195-2.312a2 2 0 0 0 1.292-1.292zM81.899 69.337a2 2 0 0 0-1.797 1.365l-2.019 6.052-6.05 2.015a2 2 0 0 0 0 3.797l6.05 2.016 2.019 6.052a2 2 0 0 0 3.796 0l2.016-6.052 6.052-2.016a2 2 0 0 0 0-3.797l-6.05-2.018L83.9 70.7a2 2 0 0 0-2-1.364M82 77.659l.435 1.307a2 2 0 0 0 1.266 1.266l1.304.435-1.304.435a2 2 0 0 0-1.266 1.265L82 83.674l-.437-1.307a2 2 0 0 0-1.266-1.265l-1.305-.435 1.305-.435a2 2 0 0 0 1.266-1.266z"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-sparkles_svg__b",
|
|
79
|
+
x1: 133,
|
|
80
|
+
x2: 49.23,
|
|
81
|
+
y1: 114,
|
|
82
|
+
y2: 31.784,
|
|
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: "blobby-icon-sparkles_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: "blobby-icon-sparkles_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: "blobby-icon-sparkles_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: "blobby-icon-sparkles_svg__f",
|
|
127
|
+
x1: 133,
|
|
128
|
+
x2: 49.23,
|
|
129
|
+
y1: 114,
|
|
130
|
+
y2: 31.784,
|
|
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: "blobby-icon-sparkles_svg__h",
|
|
139
|
+
x1: 71.381,
|
|
140
|
+
x2: 144.581,
|
|
141
|
+
y1: 50.5,
|
|
142
|
+
y2: 109.984,
|
|
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: "blobby-icon-sparkles_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconSparkles;
|
|
@@ -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 SvgBlobbyIconWrench = _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(#blobby-icon-wrench_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(#blobby-icon-wrench_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(#blobby-icon-wrench_svg__c)",
|
|
37
|
+
d: "M146.999 100.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
fill: "url(#blobby-icon-wrench_svg__d)",
|
|
40
|
+
d: "M87.999 25.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "url(#blobby-icon-wrench_svg__e)",
|
|
43
|
+
d: "M63.999 76.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
45
|
+
id: "blobby-icon-wrench_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(#blobby-icon-wrench_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(#blobby-icon-wrench_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-wrench_svg__h)",
|
|
69
|
+
d: "m161.281 84.159-43.2-43.2-39.64 46.502 40.36 40.359z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M110 38.667c-9.181 0-16.667 7.485-16.667 16.666 0 1.876.395 3.646.969 5.328L78.148 76.815h-.002c-2.847 2.847-2.846 7.524.002 10.37a7.34 7.34 0 0 0 5.185 2.148 7.34 7.34 0 0 0 5.185-2.148h.003l16.151-16.154c1.682.575 3.454.969 5.331.969 9.18 0 16.666-7.486 16.666-16.667 0-2.668-.647-5.187-1.755-7.414a1.996 1.996 0 0 0-2.403-1.012 2 2 0 0 0-.8.489l-9.159 9.156c-.528.528-1.2.781-1.885.781a2.63 2.63 0 0 1-1.886-.78 2.635 2.635 0 0 1 0-3.77v-.002l9.156-9.156a2 2 0 0 0-.523-3.203A16.6 16.6 0 0 0 110 38.667"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M110 38.667c-9.181 0-16.667 7.485-16.667 16.666 0 1.876.395 3.646.969 5.328L78.148 76.815h-.002c-2.847 2.847-2.846 7.524.002 10.37a7.34 7.34 0 0 0 5.185 2.148 7.34 7.34 0 0 0 5.185-2.148h.003l16.151-16.154c1.682.575 3.454.969 5.331.969 9.18 0 16.666-7.486 16.666-16.667 0-2.668-.647-5.187-1.755-7.414a1.996 1.996 0 0 0-2.403-1.012 2 2 0 0 0-.8.489l-9.159 9.156c-.528.528-1.2.781-1.885.781a2.63 2.63 0 0 1-1.886-.78 2.635 2.635 0 0 1 0-3.77v-.002l9.156-9.156a2 2 0 0 0-.523-3.203A16.6 16.6 0 0 0 110 38.667m0 4c.999 0 1.966.122 2.896.343l-6.943 6.943c-2.588 2.586-2.588 6.841 0 9.427a6.67 6.67 0 0 0 4.714 1.953c1.703 0 3.42-.66 4.713-1.953l6.945-6.943A12.636 12.636 0 0 1 110.003 68c-1.812 0-3.523-.385-5.084-1.07a2 2 0 0 0-2.219.416l-17.01 17.01a3.3 3.3 0 0 1-2.357.977 3.3 3.3 0 0 1-2.36-.976 3.304 3.304 0 0 1 .004-4.714l17.01-17.008a2 2 0 0 0 .417-2.218 12.6 12.6 0 0 1-1.07-5.084A12.637 12.637 0 0 1 110 42.667"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-wrench_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: "blobby-icon-wrench_svg__c",
|
|
91
|
+
x1: 137,
|
|
92
|
+
x2: 147,
|
|
93
|
+
y1: 93,
|
|
94
|
+
y2: 108,
|
|
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: "blobby-icon-wrench_svg__d",
|
|
103
|
+
x1: 78,
|
|
104
|
+
x2: 88,
|
|
105
|
+
y1: 18,
|
|
106
|
+
y2: 33,
|
|
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: "blobby-icon-wrench_svg__e",
|
|
115
|
+
x1: 54,
|
|
116
|
+
x2: 64,
|
|
117
|
+
y1: 69,
|
|
118
|
+
y2: 84,
|
|
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: "blobby-icon-wrench_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: "blobby-icon-wrench_svg__h",
|
|
139
|
+
x1: 92.343,
|
|
140
|
+
x2: 141.726,
|
|
141
|
+
y1: 66.5,
|
|
142
|
+
y2: 107.689,
|
|
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: "blobby-icon-wrench_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconWrench;
|
|
@@ -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 SvgBug = _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.738 2.49A.75.75 0 0 0 9 3.25V4c0 .632.2 1.22.538 1.706A3.76 3.76 0 0 0 7.013 9H6.75A2.24 2.24 0 0 1 4.5 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5a3.76 3.76 0 0 0 3.75 3.75H7v1.75H2.75a.75.75 0 1 0 0 1.5H7v1.604c0 .05.005.097.007.146H6.75A3.76 3.76 0 0 0 3 19.25v1.5a.75.75 0 1 0 1.5 0v-1.5c0-1.252.998-2.25 2.25-2.25h.521c.629 1.895 2.305 3.354 4.398 3.49 2.367.152 4.424-1.367 5.098-3.49h.483c1.252 0 2.25.998 2.25 2.25v1.5a.752.752 0 0 0 1.284.537.75.75 0 0 0 .216-.537v-1.5a3.76 3.76 0 0 0-3.75-3.75H17v-1.75h4.25a.751.751 0 1 0 0-1.5H17V10.5h.25A3.76 3.76 0 0 0 21 6.75v-1.5a.75.75 0 1 0-1.5 0v1.5c0 1.252-.998 2.25-2.25 2.25h-.263a3.76 3.76 0 0 0-2.525-3.294A2.98 2.98 0 0 0 15 4v-.75a.751.751 0 1 0-1.5 0V4c0 .837-.663 1.5-1.5 1.5A1.49 1.49 0 0 1 10.5 4v-.75a.75.75 0 0 0-.762-.76M10.75 7h2.5c1.252 0 2.25.998 2.25 2.25v.377a.8.8 0 0 0 0 .243v3.007a.8.8 0 0 0 0 .243v2.38a3.486 3.486 0 0 1-3.734 3.492c-1.849-.12-3.266-1.751-3.266-3.638v-2.231a.8.8 0 0 0 0-.243V9.873a.8.8 0 0 0 0-.243v-.38C8.5 7.998 9.498 7 10.75 7"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgBug;
|
|
@@ -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 SvgCalendar = _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 20",
|
|
18
|
+
"aria-labelledby": titleId
|
|
19
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
20
|
+
id: titleId
|
|
21
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M18.133 1.891a2.98 2.98 0 0 0-2.119-.882h-1a1 1 0 1 0-2 0l-6-.009a1 1 0 0 0-2 0h-1a3 3 0 0 0-3 3v1.992l-.023 9.994a3 3 0 0 0 2.995 3l12 .018a3 3 0 0 0 3-3l.018-12a2.98 2.98 0 0 0-.87-2.113M4.01 2.991h1a1 1 0 0 0 2 0l6 .009a1 1 0 0 0 2 0h1a1 1 0 0 1 1 1v.987l-14-.021v-.987a1 1 0 0 1 1-.988m11.982 14.018-12-.018a1 1 0 0 1-1-1l.01-9.014L17 7l-.014 9.012a1 1 0 0 1-.996.997"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCalendar;
|
|
@@ -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 SvgCaretDown = _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.743 5.99a.75.75 0 0 0-.523.23L12 15.44 2.78 6.22a.75.75 0 1 0-1.06 1.06l9.75 9.75a.75.75 0 0 0 1.06 0l9.75-9.75a.75.75 0 0 0-.537-1.29"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCaretDown;
|
|
@@ -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 SvgCaretLeft = _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: "M17.235 1.493a.75.75 0 0 0-.515.227l-9.75 9.75a.75.75 0 0 0 0 1.06l9.75 9.75a.75.75 0 1 0 1.06-1.06L8.56 12l9.22-9.22a.75.75 0 0 0-.545-1.287"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCaretLeft;
|
|
@@ -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 SvgCaretRight = _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.123 1.49A.75.75 0 0 0 6.6 2.78l9.22 9.22-9.22 9.22a.75.75 0 1 0 1.06 1.06l9.75-9.75a.75.75 0 0 0 0-1.06l-9.75-9.75a.75.75 0 0 0-.537-.228"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCaretRight;
|
|
@@ -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 SvgCaretUp = _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.99 5.75a.75.75 0 0 0-.52.22l-9.75 9.75a.75.75 0 1 0 1.06 1.06L12 7.56l9.22 9.22a.75.75 0 1 0 1.06-1.06l-9.75-9.75a.75.75 0 0 0-.54-.22"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCaretUp;
|
|
@@ -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 SvgChevronDown = _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: "m15 8.65-3 3-3-3c-.3-.3-.75-.3-1.05 0L6.9 9.7c-.3.3-.3.75 0 1.05l4.6 4.6c.3.3.75.3 1.05 0l4.6-4.6c.3-.3.3-.75 0-1.05L16.1 8.65c-.35-.3-.8-.3-1.1 0"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgChevronDown;
|
|
@@ -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 SvgChevronUp = _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.025 15.35 3-3 3 3c.3.3.75.3 1.05 0l1.05-1.05c.3-.3.3-.75 0-1.05l-4.6-4.6c-.3-.3-.75-.3-1.05 0l-4.6 4.6c-.3.3-.3.75 0 1.05l1.05 1.05c.35.3.8.3 1.1 0"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgChevronUp;
|
|
@@ -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 SvgClose = _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: "M19.743 3.49a.75.75 0 0 0-.523.23L12 10.94 4.78 3.72a.75.75 0 1 0-1.06 1.06L10.94 12l-7.22 7.22a.75.75 0 1 0 1.06 1.06L12 13.06l7.22 7.22a.75.75 0 1 0 1.06-1.06L13.06 12l7.22-7.22a.75.75 0 0 0-.537-1.29"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgClose;
|
|
@@ -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 SvgCritical = _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.5m-4.25 6c-.957 0-1.75.793-1.75 1.75v1.5c0 .957.793 1.75 1.75 1.75h8.5c.957 0 1.75-.793 1.75-1.75v-1.5c0-.957-.793-1.75-1.75-1.75zm0 1.5h8.5c.148 0 .25.102.25.25v1.5c0 .148-.102.25-.25.25h-8.5a.24.24 0 0 1-.25-.25v-1.5c0-.148.102-.25.25-.25"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SvgCritical;
|