@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 SvgBlobbyIconCloudChecked = _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-cloud-checked_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#E2F6EC",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M113.962 6.222c26.535 2.074 38.447 30.862 44.693 56.735 4.621 19.146-2.901 38.537-18.932 49.978-15.595 11.131-35.55 10.486-51.986.639C63.732 99.19 34.311 80.943 40.954 53.757c7.619-31.19 41-50.037 73.009-47.535",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "url(#blobby-icon-cloud-checked_svg__b)",
|
|
31
|
+
fillOpacity: 0.2,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M113.962 6.222c26.535 2.074 38.447 30.862 44.693 56.735 4.621 19.146-2.901 38.537-18.932 49.978-15.595 11.131-35.55 10.486-51.986.639C63.732 99.19 34.311 80.943 40.954 53.757c7.619-31.19 41-50.037 73.009-47.535",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "url(#blobby-icon-cloud-checked_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-cloud-checked_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-cloud-checked_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-cloud-checked_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: "M113.962 6.222c26.535 2.074 38.447 30.862 44.693 56.735 4.621 19.146-2.901 38.537-18.932 49.978-15.595 11.131-35.55 10.486-51.986.639C63.732 99.19 34.311 80.943 40.954 53.757c7.619-31.19 41-50.037 73.009-47.535",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "url(#blobby-icon-cloud-checked_svg__f)",
|
|
61
|
+
fillOpacity: 0.2,
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
d: "M113.962 6.222c26.535 2.074 38.447 30.862 44.693 56.735 4.621 19.146-2.901 38.537-18.932 49.978-15.595 11.131-35.55 10.486-51.986.639C63.732 99.19 34.311 80.943 40.954 53.757c7.619-31.19 41-50.037 73.009-47.535",
|
|
64
|
+
clipRule: "evenodd"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
66
|
+
mask: "url(#blobby-icon-cloud-checked_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-cloud-checked_svg__h)",
|
|
69
|
+
d: "M162.5 95.795 113.205 46.5 71.431 78.93l49.837 49.838z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M84.057 60c.679-8.2 7.57-14.667 15.943-14.667S115.264 51.8 115.943 60h.724C122.916 60 128 65.084 128 71.333s-5.084 11.334-11.333 11.334H83.333C77.084 82.667 72 77.583 72 71.333 72 65.084 77.084 60 83.333 60z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M100 41.333c-9.987 0-18.227 7.614-19.227 17.334H80c-6.613 0-12 5.386-12 12s5.387 12 12 12h10.188l-4-4H80c-4.413 0-8-3.587-8-8s3.587-8 8-8h2.667c1.106 0 2-.894 2-2 0-8.454 6.88-15.334 15.333-15.334s15.333 6.88 15.333 15.334c0 1.106.894 2 2 2H120c4.413 0 8 3.586 8 8s-3.587 8-8 8h-12.214l-4.401 4H120c6.613 0 12-5.387 12-12s-5.387-12-12-12h-.773c-1-9.72-9.24-17.334-19.227-17.334m11.391 23.982a2 2 0 0 0-1.404.54L96.732 77.903l-6.651-6.651a2 2 0 1 0-2.828 2.828l8 8a2 2 0 0 0 2.76.065l14.667-13.333a2 2 0 0 0-1.289-3.498"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-cloud-checked_svg__b",
|
|
79
|
+
x1: 145.5,
|
|
80
|
+
x2: 54.2,
|
|
81
|
+
y1: 111.5,
|
|
82
|
+
y2: 21.651,
|
|
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-cloud-checked_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-cloud-checked_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-cloud-checked_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-cloud-checked_svg__f",
|
|
127
|
+
x1: 145.5,
|
|
128
|
+
x2: 54.2,
|
|
129
|
+
y1: 111.5,
|
|
130
|
+
y2: 21.651,
|
|
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-cloud-checked_svg__h",
|
|
139
|
+
x1: 88.4,
|
|
140
|
+
x2: 136.803,
|
|
141
|
+
y1: 65,
|
|
142
|
+
y2: 119.434,
|
|
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-cloud-checked_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconCloudChecked;
|
|
@@ -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 SvgBlobbyIconExportOrUploadPhoto = _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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__h)",
|
|
69
|
+
d: "m162.5 97.5-41-41h-4.18L104.82 44l-5.32-2-8.939 9.435 14 14L77.5 85l45.069 45.069z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M76 62c0-4.026 3.307-7.333 7.333-7.333H86s27.735-.004 28 0h2.667c4.026 0 7.333 3.307 7.333 7.333v18.667c0 4.026-3.307 7.333-7.333 7.333H83.333C79.307 88 76 84.693 76 80.667z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M99.971 40a2 2 0 0 0-1.385.586l-8 8a2 2 0 1 0 2.828 2.828L98 46.828v28.505a2.002 2.002 0 0 0 2.772 1.874A2 2 0 0 0 102 75.333V46.828l4.586 4.586a1.998 1.998 0 0 0 3.295-.63 2.005 2.005 0 0 0-.467-2.198l-8-8A2 2 0 0 0 99.971 40M83.333 54.667C79.307 54.667 76 57.974 76 62v18.667C76 84.693 79.307 88 83.333 88h33.334c4.026 0 7.333-3.307 7.333-7.333V62c0-4.026-3.307-7.333-7.333-7.333H114a2 2 0 1 0 0 4h2.667A3.304 3.304 0 0 1 120 62v18.667A3.304 3.304 0 0 1 116.667 84H83.333A3.304 3.304 0 0 1 80 80.667V62a3.304 3.304 0 0 1 3.333-3.333H86a2 2 0 1 0 0-4z"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_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-export-or-upload-photo_svg__h",
|
|
139
|
+
x1: 83.5,
|
|
140
|
+
x2: 141.873,
|
|
141
|
+
y1: 59.042,
|
|
142
|
+
y2: 108.918,
|
|
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-export-or-upload-photo_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconExportOrUploadPhoto;
|
|
@@ -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 SvgBlobbyIconFolder = _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-folder_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#E2F6EC",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "url(#blobby-icon-folder_svg__b)",
|
|
31
|
+
fillOpacity: 0.2,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "url(#blobby-icon-folder_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-folder_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-folder_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-folder_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: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "url(#blobby-icon-folder_svg__f)",
|
|
61
|
+
fillOpacity: 0.2,
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
d: "M96.086 15.373c25.873-1.513 57.892.593 65.604 25.277 7.588 24.287-19.377 41.46-40.139 56.23-19.895 14.155-43.87 31.774-63.872 17.768-20.522-14.371-16.173-44.163-7.146-67.498 7.376-19.065 25.103-30.582 45.553-31.777",
|
|
64
|
+
clipRule: "evenodd"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
66
|
+
mask: "url(#blobby-icon-folder_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-folder_svg__h)",
|
|
69
|
+
d: "M152.602 78.825 124.927 51.15 75.319 83.783 103.537 112z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M79.333 42.667c-3.29 0-6 2.71-6 6v30.666c0 3.29 2.71 6 6 6h41.334c3.29 0 6-2.71 6-6v-24c0-3.29-2.71-6-6-6h-20.61l-5.96-4.966a7.33 7.33 0 0 0-4.693-1.7z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M79.333 42.667c-3.29 0-6 2.71-6 6v30.666c0 3.29 2.71 6 6 6h41.334c3.29 0 6-2.71 6-6v-24c0-3.29-2.71-6-6-6h-20.61l-5.96-4.966a7.33 7.33 0 0 0-4.693-1.7zm0 4h10.07c.781 0 1.534.273 2.133.773l4.672 3.893-4.672 3.894c-.6.5-1.352.773-2.132.773h-12.07v-7.333c0-1.129.87-2 2-2m20.724 6.666h20.61c1.128 0 2 .872 2 2v24c0 1.129-.872 2-2 2H79.333c-1.128 0-2-.871-2-2V60h12.07a7.33 7.33 0 0 0 4.693-1.7z"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-folder_svg__b",
|
|
79
|
+
x1: 134,
|
|
80
|
+
x2: 81.938,
|
|
81
|
+
y1: 98.5,
|
|
82
|
+
y2: 16.32,
|
|
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-folder_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-folder_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-folder_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-folder_svg__f",
|
|
127
|
+
x1: 134,
|
|
128
|
+
x2: 81.938,
|
|
129
|
+
y1: 98.5,
|
|
130
|
+
y2: 16.32,
|
|
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-folder_svg__h",
|
|
139
|
+
x1: 98.5,
|
|
140
|
+
x2: 120.915,
|
|
141
|
+
y1: 67.991,
|
|
142
|
+
y2: 101.421,
|
|
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-folder_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconFolder;
|
|
@@ -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 SvgBlobbyIconGraphReport = _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-graph-report_svg__a)"
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#E2F6EC",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "url(#blobby-icon-graph-report_svg__b)",
|
|
31
|
+
fillOpacity: 0.2,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: "url(#blobby-icon-graph-report_svg__c)",
|
|
37
|
+
d: "M108.999 106.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
fill: "url(#blobby-icon-graph-report_svg__d)",
|
|
40
|
+
d: "M142.999 19.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "url(#blobby-icon-graph-report_svg__e)",
|
|
43
|
+
d: "M66.999 42.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
45
|
+
id: "blobby-icon-graph-report_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: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
58
|
+
clipRule: "evenodd"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "url(#blobby-icon-graph-report_svg__f)",
|
|
61
|
+
fillOpacity: 0.2,
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112",
|
|
64
|
+
clipRule: "evenodd"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
66
|
+
mask: "url(#blobby-icon-graph-report_svg__g)"
|
|
67
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "url(#blobby-icon-graph-report_svg__h)",
|
|
69
|
+
d: "m158 92.5-38-38-39.61 34.371 38.543 38.542z",
|
|
70
|
+
opacity: 0.25
|
|
71
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#EAF3DC",
|
|
73
|
+
d: "M84.667 37.333a6.01 6.01 0 0 0-6 6v41.334c0 3.306 2.693 6 6 6h30.666c3.308 0 6-2.692 6-6v-28c0-.554-.224-1.053-.586-1.414l-17.333-17.334a2 2 0 0 0-1.414-.586z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
fill: "#2C8658",
|
|
76
|
+
d: "M84.667 37.333a6.01 6.01 0 0 0-6 6v41.334c0 3.306 2.693 6 6 6h30.666c3.308 0 6-2.692 6-6v-28c0-.554-.224-1.053-.586-1.414l-17.333-17.334a2 2 0 0 0-1.414-.586zm0 4H100v11.334c0 3.306 2.693 6 6 6h11.333v26c0 1.102-.897 2-2 2H84.667c-1.107 0-2-.894-2-2V43.333c0-1.106.893-2 2-2M104 44.161l10.505 10.506H106c-1.107 0-2-.894-2-2zm6.667 21.172a2.664 2.664 0 0 0-2.659 2.498l-5.341 5.34-4.008-4.007A2.667 2.667 0 0 0 96 66.667a2.667 2.667 0 0 0-2.659 2.497l-4.177 4.177a2.666 2.666 0 0 0 .17 5.326 2.667 2.667 0 0 0 2.658-2.498L96 72.162l4.008 4.007a2.666 2.666 0 0 0 2.659 2.498 2.667 2.667 0 0 0 2.659-2.498l5.51-5.51a2.667 2.667 0 0 0-.169-5.326"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
78
|
+
id: "blobby-icon-graph-report_svg__b",
|
|
79
|
+
x1: 126.5,
|
|
80
|
+
x2: 50,
|
|
81
|
+
y1: 104,
|
|
82
|
+
y2: 27.5,
|
|
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-graph-report_svg__c",
|
|
91
|
+
x1: 99,
|
|
92
|
+
x2: 109,
|
|
93
|
+
y1: 99,
|
|
94
|
+
y2: 114,
|
|
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-graph-report_svg__d",
|
|
103
|
+
x1: 133,
|
|
104
|
+
x2: 143,
|
|
105
|
+
y1: 12,
|
|
106
|
+
y2: 27,
|
|
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-graph-report_svg__e",
|
|
115
|
+
x1: 57,
|
|
116
|
+
x2: 67,
|
|
117
|
+
y1: 35,
|
|
118
|
+
y2: 50,
|
|
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-graph-report_svg__f",
|
|
127
|
+
x1: 126.5,
|
|
128
|
+
x2: 50,
|
|
129
|
+
y1: 104,
|
|
130
|
+
y2: 27.5,
|
|
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-graph-report_svg__h",
|
|
139
|
+
x1: 93.831,
|
|
140
|
+
x2: 135.329,
|
|
141
|
+
y1: 72.5,
|
|
142
|
+
y2: 116.904,
|
|
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-graph-report_svg__a"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
fill: "#fff",
|
|
153
|
+
d: "M0 0h200v128H0z"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
var _default = exports.default = SvgBlobbyIconGraphReport;
|