@terraware/web-components 2.3.62 → 2.3.64
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/Icon/Icon.js +2 -3
- package/components/Icon/icons/index.d.ts +1 -1
- package/components/Icon/icons/index.d.ts.map +1 -1
- package/components/Icon/icons/index.js +17 -1
- package/components/svg/BlobbyGrayIconImage.js +2 -2
- package/components/svg/BlobbyGrayIconImport.d.ts +8 -0
- package/components/svg/BlobbyGrayIconImport.d.ts.map +1 -0
- package/components/svg/BlobbyGrayIconImport.js +41 -0
- package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +12 -5
- package/components/svg/BlobbyIconCloudChecked.d.ts +8 -0
- package/components/svg/BlobbyIconCloudChecked.d.ts.map +1 -0
- package/components/svg/BlobbyIconCloudChecked.js +158 -0
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts +8 -0
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts.map +1 -0
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +158 -0
- package/components/svg/BlobbyIconFolder.d.ts +8 -0
- package/components/svg/BlobbyIconFolder.d.ts.map +1 -0
- package/components/svg/BlobbyIconFolder.js +158 -0
- package/components/svg/BlobbyIconGraphReport.d.ts +8 -0
- package/components/svg/BlobbyIconGraphReport.d.ts.map +1 -0
- package/components/svg/BlobbyIconGraphReport.js +158 -0
- package/components/svg/BlobbyIconHappy.js +41 -41
- package/components/svg/BlobbyIconHeartMonitor.js +33 -33
- package/components/svg/BlobbyIconLeaf.js +42 -42
- package/components/svg/BlobbyIconLibrary.js +41 -41
- package/components/svg/BlobbyIconNursery.js +38 -38
- package/components/svg/BlobbyIconOrganization.d.ts.map +1 -1
- package/components/svg/BlobbyIconOrganization.js +70 -63
- package/components/svg/BlobbyIconPeople.d.ts.map +1 -1
- package/components/svg/BlobbyIconPeople.js +76 -69
- package/components/svg/BlobbyIconSeedBank.js +32 -32
- package/components/svg/BlobbyIconSeedling.d.ts +8 -0
- package/components/svg/BlobbyIconSeedling.d.ts.map +1 -0
- package/components/svg/BlobbyIconSeedling.js +158 -0
- package/components/svg/BlobbyIconSeeds.d.ts +8 -0
- package/components/svg/BlobbyIconSeeds.d.ts.map +1 -0
- package/components/svg/BlobbyIconSeeds.js +158 -0
- package/components/svg/BlobbyIconSite.js +33 -33
- package/components/svg/BlobbyIconSparkles.d.ts +8 -0
- package/components/svg/BlobbyIconSparkles.d.ts.map +1 -0
- package/components/svg/BlobbyIconSparkles.js +158 -0
- package/components/svg/BlobbyIconWrench.js +41 -41
- package/components/svg/Edit.d.ts.map +1 -1
- package/components/svg/Edit.js +77 -70
- package/components/svg/Species2.d.ts.map +1 -1
- package/components/svg/Species2.js +72 -65
- package/components/svg/UploadCloud.d.ts.map +1 -1
- package/components/svg/UploadCloud.js +77 -70
- package/components/svg/index.d.ts +8 -0
- package/components/svg/index.d.ts.map +1 -1
- package/components/svg/index.js +56 -0
- package/package.json +1 -1
package/components/Icon/Icon.js
CHANGED
@@ -14,8 +14,7 @@ var useStyles = (0, _styles.makeStyles)(function () {
|
|
14
14
|
icon: {
|
15
15
|
'& path': {
|
16
16
|
fill: function fill(props) {
|
17
|
-
|
18
|
-
return (_props$fillColor = props.fillColor) !== null && _props$fillColor !== void 0 ? _props$fillColor : 'inherit';
|
17
|
+
return props.fillColor;
|
19
18
|
}
|
20
19
|
}
|
21
20
|
}
|
@@ -32,6 +31,6 @@ function Icon(_ref) {
|
|
32
31
|
});
|
33
32
|
var SVGComponent = _icons.default[name];
|
34
33
|
return /*#__PURE__*/_react.default.createElement(SVGComponent, {
|
35
|
-
className: "tw-icon tw-icon--".concat(size, " ").concat(className !== null && className !== void 0 ? className :
|
34
|
+
className: "tw-icon tw-icon--".concat(size, " ").concat(className !== null && className !== void 0 ? className : '', " ").concat(fillColor ? classes.icon : '')
|
36
35
|
});
|
37
36
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export type IconName = 'blobbyGrayIconImage' | 'blobbyGrayIconUploadToTheCloud' | '
|
2
|
+
export type IconName = 'blobbyGrayIconImage' | 'blobbyGrayIconImport' | 'blobbyGrayIconUploadToTheCloud' | 'blobbyIconCloudChecked' | 'blobbyIconExportOrUploadPhoto' | 'blobbyIconFolder' | 'blobbyIconGraphReport' | 'blobbyIconHappy' | 'blobbyIconLeaf' | 'blobbyIconLibrary' | 'blobbyIconNursery' | 'blobbyIconParchment' | 'blobbyIconSeedBank' | 'blobbyIconSeedling' | 'blobbyIconSeeds' | 'blobbyIconSite' | 'blobbyIconSparkles' | 'blobbyIconWrench' | 'bug' | 'calendar' | 'cancel' | 'caretDown' | 'caretLeft' | 'caretRight' | 'caretUp' | 'chargingBattery' | 'checkmark' | 'chevronDown' | 'chevronUp' | 'close' | 'critical' | 'dashboard' | 'edit' | 'error' | 'filter' | 'folder' | 'futures' | 'help' | 'home' | 'iconAdd' | 'iconArrowRight' | 'iconBusinessNetwork' | 'iconCoinInHand' | 'iconColumns' | 'iconEdit' | 'iconExport' | 'iconFile' | 'iconFolder' | 'iconFullScreen' | 'iconGraphReport' | 'iconHistory' | 'iconImport' | 'iconLayers' | 'iconList' | 'iconLocations' | 'iconMarker' | 'iconMenu' | 'iconMenuHorizontal' | 'iconModule' | 'iconMyLocation' | 'iconNursery' | 'iconParchment' | 'iconRestorationSite' | 'iconSeedling' | 'iconSynced' | 'iconTrashCan' | 'iconTreasureMap' | 'info' | 'key' | 'leaf' | 'lock' | 'mail' | 'menuVertical' | 'monitoring' | 'monitoringNav' | 'notification' | 'organization' | 'organizationNav' | 'people' | 'peopleNav' | 'person' | 'plus' | 'restorationSite' | 'search' | 'seedbank' | 'seedbankNav' | 'seeds' | 'sparkles' | 'species' | 'species2' | 'spinner' | 'success' | 'touchscreen' | 'uploadCloud' | 'warning' | 'wifi';
|
3
3
|
type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement> & {
|
4
4
|
title?: string | undefined;
|
5
5
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmG1B,MAAM,MAAM,QAAQ,GAChB,qBAAqB,GACrB,sBAAsB,GACtB,gCAAgC,GAChC,wBAAwB,GACxB,+BAA+B,GAC/B,kBAAkB,GAClB,uBAAuB,GACvB,iBAAiB,GACjB,gBAAgB,GAChB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,oBAAoB,GACpB,oBAAoB,GACpB,iBAAiB,GACjB,gBAAgB,GAChB,oBAAoB,GACpB,kBAAkB,GAClB,KAAK,GACL,UAAU,GACV,QAAQ,GACR,WAAW,GACX,WAAW,GACX,YAAY,GACZ,SAAS,GACT,iBAAiB,GACjB,WAAW,GACX,aAAa,GACb,WAAW,GACX,OAAO,GACP,UAAU,GACV,WAAW,GACX,MAAM,GACN,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,MAAM,GACN,SAAS,GACT,gBAAgB,GAChB,qBAAqB,GACrB,gBAAgB,GAChB,aAAa,GACb,UAAU,GACV,YAAY,GACZ,UAAU,GACV,YAAY,GACZ,gBAAgB,GAChB,iBAAiB,GACjB,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,eAAe,GACf,YAAY,GACZ,UAAU,GACV,oBAAoB,GACpB,YAAY,GACZ,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,qBAAqB,GACrB,cAAc,GACd,YAAY,GACZ,cAAc,GACd,iBAAiB,GACjB,MAAM,GACN,KAAK,GACL,MAAM,GACN,MAAM,GACN,MAAM,GACN,cAAc,GACd,YAAY,GACZ,eAAe,GACf,cAAc,GACd,cAAc,GACd,iBAAiB,GACjB,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,MAAM,GACN,iBAAiB,GACjB,QAAQ,GACR,UAAU,GACV,aAAa,GACb,OAAO,GACP,UAAU,GACV,SAAS,GACT,UAAU,GACV,SAAS,GACT,SAAS,GACT,aAAa,GACb,aAAa,GACb,SAAS,GACT,MAAM,CAAC;AAEX,KAAK,YAAY,GAAG,KAAK,CAAC,iBAAiB,CACzC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CACF,CAAC;AACF,QAAA,MAAM,KAAK,EAAE,MAAM,CAAC,QAAQ,EAAE,YAAY,CAiGzC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
@@ -6,14 +6,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
});
|
7
7
|
exports.default = void 0;
|
8
8
|
var _BlobbyGrayIconImage = _interopRequireDefault(require("../../svg/BlobbyGrayIconImage"));
|
9
|
+
var _BlobbyGrayIconImport = _interopRequireDefault(require("../../svg/BlobbyGrayIconImport"));
|
9
10
|
var _BlobbyGrayIconUploadToTheCloud = _interopRequireDefault(require("../../svg/BlobbyGrayIconUploadToTheCloud"));
|
11
|
+
var _BlobbyIconCloudChecked = _interopRequireDefault(require("../../svg/BlobbyIconCloudChecked"));
|
12
|
+
var _BlobbyIconExportOrUploadPhoto = _interopRequireDefault(require("../../svg/BlobbyIconExportOrUploadPhoto"));
|
13
|
+
var _BlobbyIconFolder = _interopRequireDefault(require("../../svg/BlobbyIconFolder"));
|
14
|
+
var _BlobbyIconGraphReport = _interopRequireDefault(require("../../svg/BlobbyIconGraphReport"));
|
10
15
|
var _BlobbyIconHappy = _interopRequireDefault(require("../../svg/BlobbyIconHappy"));
|
11
16
|
var _BlobbyIconLeaf = _interopRequireDefault(require("../../svg/BlobbyIconLeaf"));
|
12
17
|
var _BlobbyIconLibrary = _interopRequireDefault(require("../../svg/BlobbyIconLibrary"));
|
13
18
|
var _BlobbyIconNursery = _interopRequireDefault(require("../../svg/BlobbyIconNursery"));
|
14
19
|
var _BlobbyIconParchment = _interopRequireDefault(require("../../svg/BlobbyIconParchment"));
|
15
20
|
var _BlobbyIconSeedBank = _interopRequireDefault(require("../../svg/BlobbyIconSeedBank"));
|
21
|
+
var _BlobbyIconSeedling = _interopRequireDefault(require("../../svg/BlobbyIconSeedling"));
|
22
|
+
var _BlobbyIconSeeds = _interopRequireDefault(require("../../svg/BlobbyIconSeeds"));
|
16
23
|
var _BlobbyIconSite = _interopRequireDefault(require("../../svg/BlobbyIconSite"));
|
24
|
+
var _BlobbyIconSparkles = _interopRequireDefault(require("../../svg/BlobbyIconSparkles"));
|
17
25
|
var _BlobbyIconWrench = _interopRequireDefault(require("../../svg/BlobbyIconWrench"));
|
18
26
|
var _Bug = _interopRequireDefault(require("../../svg/Bug"));
|
19
27
|
var _Calendar = _interopRequireDefault(require("../../svg/Calendar"));
|
@@ -94,14 +102,22 @@ var _IconWifi = _interopRequireDefault(require("../../svg/IconWifi"));
|
|
94
102
|
var _IconMarker = _interopRequireDefault(require("../../svg/IconMarker"));
|
95
103
|
var icons = {
|
96
104
|
blobbyGrayIconImage: _BlobbyGrayIconImage.default,
|
105
|
+
blobbyGrayIconImport: _BlobbyGrayIconImport.default,
|
97
106
|
blobbyGrayIconUploadToTheCloud: _BlobbyGrayIconUploadToTheCloud.default,
|
98
|
-
|
107
|
+
blobbyIconCloudChecked: _BlobbyIconCloudChecked.default,
|
108
|
+
blobbyIconExportOrUploadPhoto: _BlobbyIconExportOrUploadPhoto.default,
|
109
|
+
blobbyIconFolder: _BlobbyIconFolder.default,
|
110
|
+
blobbyIconGraphReport: _BlobbyIconGraphReport.default,
|
99
111
|
blobbyIconHappy: _BlobbyIconHappy.default,
|
100
112
|
blobbyIconLeaf: _BlobbyIconLeaf.default,
|
101
113
|
blobbyIconLibrary: _BlobbyIconLibrary.default,
|
102
114
|
blobbyIconNursery: _BlobbyIconNursery.default,
|
103
115
|
blobbyIconParchment: _BlobbyIconParchment.default,
|
116
|
+
blobbyIconSeedBank: _BlobbyIconSeedBank.default,
|
117
|
+
blobbyIconSeedling: _BlobbyIconSeedling.default,
|
118
|
+
blobbyIconSeeds: _BlobbyIconSeeds.default,
|
104
119
|
blobbyIconSite: _BlobbyIconSite.default,
|
120
|
+
blobbyIconSparkles: _BlobbyIconSparkles.default,
|
105
121
|
blobbyIconWrench: _BlobbyIconWrench.default,
|
106
122
|
bug: _Bug.default,
|
107
123
|
calendar: _Calendar.default,
|
@@ -23,12 +23,12 @@ var SvgBlobbyGrayIconImage = function SvgBlobbyGrayIconImage(_ref) {
|
|
23
23
|
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
24
24
|
clipPath: "url(#blobby-gray-icon-image_svg__a)"
|
25
25
|
}, /*#__PURE__*/React.createElement("path", {
|
26
|
-
fill: "#
|
26
|
+
fill: "#F1F0EC",
|
27
27
|
fillRule: "evenodd",
|
28
28
|
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.731 99.19 34.311 80.943 40.953 53.757c7.619-31.19 41-50.037 73.009-47.535Z",
|
29
29
|
clipRule: "evenodd"
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
31
|
-
fill: "#
|
31
|
+
fill: "#7F775B",
|
32
32
|
d: "M83.333 40C79.307 40 76 43.307 76 47.333v33.334C76 84.693 79.307 88 83.333 88h33.334c4.026 0 7.333-3.307 7.333-7.333V47.333c0-4.026-3.307-7.333-7.333-7.333H83.333Zm0 4h33.334A3.304 3.304 0 0 1 120 47.333v27.274l-8.016-7.755-.002-.003a5.41 5.41 0 0 0-3.75-1.516 5.4 5.4 0 0 0-3.75 1.519l-2.732 2.643-8.24-7.972A5.398 5.398 0 0 0 89.758 60a5.408 5.408 0 0 0-3.75 1.52l-.003.003L80 67.333v-20A3.304 3.304 0 0 1 83.333 44Zm25.334 5.333c-1.834 0-3.462.76-4.495 1.922-1.033 1.163-1.505 2.634-1.505 4.078 0 1.445.472 2.916 1.505 4.078 1.033 1.163 2.661 1.922 4.495 1.922 1.833 0 3.461-.76 4.494-1.922 1.034-1.162 1.506-2.633 1.506-4.078 0-1.444-.472-2.915-1.506-4.078-1.033-1.162-2.661-1.922-4.494-1.922Zm0 4c.833 0 1.205.24 1.505.578.3.338.495.867.495 1.422 0 .556-.195 1.085-.495 1.422-.3.338-.672.578-1.505.578-.834 0-1.205-.24-1.506-.578-.3-.337-.494-.866-.494-1.422 0-.555.194-1.084.494-1.422.301-.337.672-.578 1.506-.578ZM89.757 64a1.372 1.372 0 0 1 .972.398l8.143 7.878L86.752 84h-3.419A3.304 3.304 0 0 1 80 80.667v-7.769l8.787-8.5c.283-.274.626-.398.97-.398Zm18.475 5.333c.353 0 .691.123.971.394L120 80.172v.495A3.304 3.304 0 0 1 116.667 84h-24.16l14.756-14.273c.277-.268.618-.394.969-.394Z"
|
33
33
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
34
34
|
id: "blobby-gray-icon-image_svg__a"
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { SVGProps } from 'react';
|
2
|
+
interface SVGRProps {
|
3
|
+
title?: string;
|
4
|
+
titleId?: string;
|
5
|
+
}
|
6
|
+
declare const SvgBlobbyGrayIconImport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
|
+
export default SvgBlobbyGrayIconImport;
|
8
|
+
//# sourceMappingURL=BlobbyGrayIconImport.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"BlobbyGrayIconImport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyGrayIconImport.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,uBAAuB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAqBjG,CAAC;AACF,eAAe,uBAAuB,CAAC"}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
6
|
+
value: true
|
7
|
+
});
|
8
|
+
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgBlobbyGrayIconImport = function SvgBlobbyGrayIconImport(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
16
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
18
|
+
fill: "none",
|
19
|
+
viewBox: "0 0 200 128",
|
20
|
+
"aria-labelledby": titleId
|
21
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
22
|
+
id: titleId
|
23
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
24
|
+
clipPath: "url(#blobby-gray-icon-import_svg__a)"
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
26
|
+
fill: "#F1F0EC",
|
27
|
+
fillRule: "evenodd",
|
28
|
+
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.734Z",
|
29
|
+
clipRule: "evenodd"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
fill: "#7F775B",
|
32
|
+
d: "M84.667 37.333c-3.29 0-6 2.71-6 6v41.334c0 3.29 2.71 6 6 6h30.666c3.29 0 6-2.71 6-6v-28c0-.53-.21-1.04-.586-1.414l-.02-.021-17.313-17.313a2 2 0 0 0-1.414-.586H84.667Zm0 4H100v11.334c0 3.29 2.71 6 6 6h11.333v26c0 1.128-.871 2-2 2H84.667c-1.129 0-2-.872-2-2V43.333c0-1.128.871-2 2-2ZM104 44.161l10.505 10.506H106c-1.129 0-2-.872-2-2V44.16ZM99.971 60a2 2 0 0 0-1.385.586l-5.333 5.333a2 2 0 1 0 2.828 2.828L98 66.828V74A2 2 0 1 0 102 74v-7.172l1.919 1.92a2.002 2.002 0 0 0 3.295-.63 1.987 1.987 0 0 0-.016-1.55 1.99 1.99 0 0 0-.451-.649l-5.333-5.333A1.998 1.998 0 0 0 99.971 60Zm-8.638 18.667a2.002 2.002 0 0 0-1.873 2.772 2.001 2.001 0 0 0 1.873 1.228h17.334a2 2 0 1 0 0-4H91.333Z"
|
33
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
34
|
+
id: "blobby-gray-icon-import_svg__a"
|
35
|
+
}, /*#__PURE__*/React.createElement("path", {
|
36
|
+
fill: "#fff",
|
37
|
+
d: "M0 0h200v128H0z"
|
38
|
+
}))));
|
39
|
+
};
|
40
|
+
var _default = SvgBlobbyGrayIconImport;
|
41
|
+
exports.default = _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"BlobbyGrayIconUploadToTheCloud.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyGrayIconUploadToTheCloud.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iCAAiC,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"BlobbyGrayIconUploadToTheCloud.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyGrayIconUploadToTheCloud.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iCAAiC,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAqB3G,CAAC;AACF,eAAe,iCAAiC,CAAC"}
|
@@ -20,15 +20,22 @@ var SvgBlobbyGrayIconUploadToTheCloud = function SvgBlobbyGrayIconUploadToTheClo
|
|
20
20
|
"aria-labelledby": titleId
|
21
21
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
22
22
|
id: titleId
|
23
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
24
|
-
|
23
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
24
|
+
clipPath: "url(#blobby-gray-icon-upload-to-the-cloud_svg__a)"
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
26
|
+
fill: "#F1F0EC",
|
25
27
|
fillRule: "evenodd",
|
26
28
|
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.734Z",
|
27
29
|
clipRule: "evenodd"
|
28
30
|
}), /*#__PURE__*/React.createElement("path", {
|
29
|
-
fill: "#
|
30
|
-
d: "M100 45.333c-8.373 0-15.264 6.467-15.943 14.667h-.724C77.084 60 72 65.084 72 71.333c0 6.25 5.084 11.334 11.333 11.334h12v-4h-12c-4.044 0-7.333-3.29-7.333-7.334S79.29 64 83.333
|
31
|
-
}))
|
31
|
+
fill: "#7F775B",
|
32
|
+
d: "M100 45.333c-8.373 0-15.264 6.467-15.943 14.667h-.724C77.084 60 72 65.084 72 71.333c0 6.25 5.084 11.334 11.333 11.334h12v-4h-12c-4.044 0-7.333-3.29-7.333-7.334S79.29 64 83.333 64H86a2 2 0 0 0 2-2v-.667c0-6.616 5.384-12 12-12s12 5.384 12 12V62a2 2 0 0 0 2 2h2.667c4.044 0 7.333 3.29 7.333 7.333 0 4.044-3.289 7.334-7.333 7.334h-12v4h12c6.249 0 11.333-5.084 11.333-11.334C128 65.084 122.916 60 116.667 60h-.724c-.679-8.2-7.57-14.667-15.943-14.667Zm-.031 18.638a2 2 0 0 0-1.565.797l-5.818 5.818a2 2 0 1 0 2.828 2.828L98 70.828V86a2.002 2.002 0 0 0 2.772 1.874A2.004 2.004 0 0 0 102 86V70.828l2.586 2.586a1.998 1.998 0 0 0 3.295-.63 2.005 2.005 0 0 0-.467-2.198l-5.828-5.828a2.002 2.002 0 0 0-1.617-.787Z"
|
33
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
34
|
+
id: "blobby-gray-icon-upload-to-the-cloud_svg__a"
|
35
|
+
}, /*#__PURE__*/React.createElement("path", {
|
36
|
+
fill: "#fff",
|
37
|
+
d: "M0 0h200v128H0z"
|
38
|
+
}))));
|
32
39
|
};
|
33
40
|
var _default = SvgBlobbyGrayIconUploadToTheCloud;
|
34
41
|
exports.default = _default;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { SVGProps } from 'react';
|
2
|
+
interface SVGRProps {
|
3
|
+
title?: string;
|
4
|
+
titleId?: string;
|
5
|
+
}
|
6
|
+
declare const SvgBlobbyIconCloudChecked: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
|
+
export default SvgBlobbyIconCloudChecked;
|
8
|
+
//# sourceMappingURL=BlobbyIconCloudChecked.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"BlobbyIconCloudChecked.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconCloudChecked.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,yBAAyB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgGnG,CAAC;AACF,eAAe,yBAAyB,CAAC"}
|
@@ -0,0 +1,158 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
6
|
+
value: true
|
7
|
+
});
|
8
|
+
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgBlobbyIconCloudChecked = function SvgBlobbyIconCloudChecked(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
16
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
18
|
+
fill: "none",
|
19
|
+
viewBox: "0 0 200 128",
|
20
|
+
"aria-labelledby": titleId
|
21
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
22
|
+
id: titleId
|
23
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
24
|
+
clipPath: "url(#blobby-icon-cloud-checked_svg__a)"
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
26
|
+
fill: "#E2F6EC",
|
27
|
+
fillRule: "evenodd",
|
28
|
+
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.731 99.19 34.311 80.943 40.953 53.757c7.619-31.19 41-50.037 73.009-47.535Z",
|
29
|
+
clipRule: "evenodd"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
fill: "url(#blobby-icon-cloud-checked_svg__b)",
|
32
|
+
fillOpacity: 0.2,
|
33
|
+
fillRule: "evenodd",
|
34
|
+
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.731 99.19 34.311 80.943 40.953 53.757c7.619-31.19 41-50.037 73.009-47.535Z",
|
35
|
+
clipRule: "evenodd"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
fill: "url(#blobby-icon-cloud-checked_svg__c)",
|
38
|
+
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.449h.019Z"
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
40
|
+
fill: "url(#blobby-icon-cloud-checked_svg__d)",
|
41
|
+
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.449h.019Z"
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
43
|
+
fill: "url(#blobby-icon-cloud-checked_svg__e)",
|
44
|
+
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.449h.019Z"
|
45
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
46
|
+
id: "blobby-icon-cloud-checked_svg__g",
|
47
|
+
width: 200,
|
48
|
+
height: 128,
|
49
|
+
x: 0,
|
50
|
+
y: 0,
|
51
|
+
maskUnits: "userSpaceOnUse",
|
52
|
+
style: {
|
53
|
+
maskType: 'alpha'
|
54
|
+
}
|
55
|
+
}, /*#__PURE__*/React.createElement("path", {
|
56
|
+
fill: "#E2F6EC",
|
57
|
+
fillRule: "evenodd",
|
58
|
+
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.731 99.19 34.311 80.943 40.953 53.757c7.619-31.19 41-50.037 73.009-47.535Z",
|
59
|
+
clipRule: "evenodd"
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
61
|
+
fill: "url(#blobby-icon-cloud-checked_svg__f)",
|
62
|
+
fillOpacity: 0.2,
|
63
|
+
fillRule: "evenodd",
|
64
|
+
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.731 99.19 34.311 80.943 40.953 53.757c7.619-31.19 41-50.037 73.009-47.535Z",
|
65
|
+
clipRule: "evenodd"
|
66
|
+
})), /*#__PURE__*/React.createElement("g", {
|
67
|
+
mask: "url(#blobby-icon-cloud-checked_svg__g)"
|
68
|
+
}, /*#__PURE__*/React.createElement("path", {
|
69
|
+
fill: "url(#blobby-icon-cloud-checked_svg__h)",
|
70
|
+
d: "M162.5 95.795 113.205 46.5 71.431 78.93l49.837 49.838L162.5 95.795Z",
|
71
|
+
opacity: 0.25
|
72
|
+
})), /*#__PURE__*/React.createElement("path", {
|
73
|
+
fill: "#EAF3DC",
|
74
|
+
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.333c0 6.25-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 60h.724Z"
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
76
|
+
fill: "#2C8658",
|
77
|
+
d: "M100 41.333c-9.987 0-18.227 7.614-19.227 17.334H80c-6.613 0-12 5.386-12 12 0 6.613 5.387 12 12 12h10.188l-4-4H80c-4.413 0-8-3.587-8-8 0-4.414 3.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 8 0 4.413-3.587 8-8 8h-12.214l-4.401 4H120c6.613 0 12-5.387 12-12 0-6.614-5.387-12-12-12h-.773c-1-9.72-9.24-17.334-19.227-17.334Zm11.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.334a2 2 0 0 0-1.289-3.497Z"
|
78
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
79
|
+
id: "blobby-icon-cloud-checked_svg__b",
|
80
|
+
x1: 145.5,
|
81
|
+
x2: 54.2,
|
82
|
+
y1: 111.5,
|
83
|
+
y2: 21.651,
|
84
|
+
gradientUnits: "userSpaceOnUse"
|
85
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
86
|
+
stopColor: "#F1F0EC"
|
87
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
88
|
+
offset: 1,
|
89
|
+
stopColor: "#84D6AC"
|
90
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
91
|
+
id: "blobby-icon-cloud-checked_svg__c",
|
92
|
+
x1: 135,
|
93
|
+
x2: 145,
|
94
|
+
y1: 59,
|
95
|
+
y2: 74,
|
96
|
+
gradientUnits: "userSpaceOnUse"
|
97
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
98
|
+
stopColor: "#2C8658"
|
99
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
100
|
+
offset: 1,
|
101
|
+
stopColor: "#ACD278"
|
102
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
103
|
+
id: "blobby-icon-cloud-checked_svg__d",
|
104
|
+
x1: 61,
|
105
|
+
x2: 71,
|
106
|
+
y1: 16,
|
107
|
+
y2: 31,
|
108
|
+
gradientUnits: "userSpaceOnUse"
|
109
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
110
|
+
stopColor: "#2C8658"
|
111
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
112
|
+
offset: 1,
|
113
|
+
stopColor: "#ACD278"
|
114
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
115
|
+
id: "blobby-icon-cloud-checked_svg__e",
|
116
|
+
x1: 55,
|
117
|
+
x2: 65,
|
118
|
+
y1: 96,
|
119
|
+
y2: 111,
|
120
|
+
gradientUnits: "userSpaceOnUse"
|
121
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
122
|
+
stopColor: "#2C8658"
|
123
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
124
|
+
offset: 1,
|
125
|
+
stopColor: "#ACD278"
|
126
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
127
|
+
id: "blobby-icon-cloud-checked_svg__f",
|
128
|
+
x1: 145.5,
|
129
|
+
x2: 54.2,
|
130
|
+
y1: 111.5,
|
131
|
+
y2: 21.651,
|
132
|
+
gradientUnits: "userSpaceOnUse"
|
133
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
134
|
+
stopColor: "#F1F0EC"
|
135
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
136
|
+
offset: 1,
|
137
|
+
stopColor: "#84D6AC"
|
138
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
139
|
+
id: "blobby-icon-cloud-checked_svg__h",
|
140
|
+
x1: 88.4,
|
141
|
+
x2: 136.803,
|
142
|
+
y1: 65,
|
143
|
+
y2: 119.434,
|
144
|
+
gradientUnits: "userSpaceOnUse"
|
145
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
146
|
+
stopColor: "#2C8658"
|
147
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
148
|
+
offset: 1,
|
149
|
+
stopColor: "#ACD278"
|
150
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
151
|
+
id: "blobby-icon-cloud-checked_svg__a"
|
152
|
+
}, /*#__PURE__*/React.createElement("path", {
|
153
|
+
fill: "#fff",
|
154
|
+
d: "M0 0h200v128H0z"
|
155
|
+
}))));
|
156
|
+
};
|
157
|
+
var _default = SvgBlobbyIconCloudChecked;
|
158
|
+
exports.default = _default;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { SVGProps } from 'react';
|
2
|
+
interface SVGRProps {
|
3
|
+
title?: string;
|
4
|
+
titleId?: string;
|
5
|
+
}
|
6
|
+
declare const SvgBlobbyIconExportOrUploadPhoto: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
|
+
export default SvgBlobbyIconExportOrUploadPhoto;
|
8
|
+
//# sourceMappingURL=BlobbyIconExportOrUploadPhoto.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"BlobbyIconExportOrUploadPhoto.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconExportOrUploadPhoto.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,gCAAgC,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAoG1G,CAAC;AACF,eAAe,gCAAgC,CAAC"}
|
@@ -0,0 +1,158 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
6
|
+
value: true
|
7
|
+
});
|
8
|
+
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgBlobbyIconExportOrUploadPhoto = function SvgBlobbyIconExportOrUploadPhoto(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
16
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
18
|
+
fill: "none",
|
19
|
+
viewBox: "0 0 200 128",
|
20
|
+
"aria-labelledby": titleId
|
21
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
22
|
+
id: titleId
|
23
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
24
|
+
clipPath: "url(#blobby-icon-export-or-upload-photo_svg__a)"
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
26
|
+
fill: "#E2F6EC",
|
27
|
+
fillRule: "evenodd",
|
28
|
+
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.734Z",
|
29
|
+
clipRule: "evenodd"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__b)",
|
32
|
+
fillOpacity: 0.2,
|
33
|
+
fillRule: "evenodd",
|
34
|
+
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.734Z",
|
35
|
+
clipRule: "evenodd"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__c)",
|
38
|
+
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.449h.019Z"
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
40
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__d)",
|
41
|
+
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.449h.019Z"
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
43
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__e)",
|
44
|
+
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.449h.019Z"
|
45
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
46
|
+
id: "blobby-icon-export-or-upload-photo_svg__g",
|
47
|
+
width: 200,
|
48
|
+
height: 128,
|
49
|
+
x: 0,
|
50
|
+
y: 0,
|
51
|
+
maskUnits: "userSpaceOnUse",
|
52
|
+
style: {
|
53
|
+
maskType: 'alpha'
|
54
|
+
}
|
55
|
+
}, /*#__PURE__*/React.createElement("path", {
|
56
|
+
fill: "#E2F6EC",
|
57
|
+
fillRule: "evenodd",
|
58
|
+
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.734Z",
|
59
|
+
clipRule: "evenodd"
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
61
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__f)",
|
62
|
+
fillOpacity: 0.2,
|
63
|
+
fillRule: "evenodd",
|
64
|
+
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.734Z",
|
65
|
+
clipRule: "evenodd"
|
66
|
+
})), /*#__PURE__*/React.createElement("g", {
|
67
|
+
mask: "url(#blobby-icon-export-or-upload-photo_svg__g)"
|
68
|
+
}, /*#__PURE__*/React.createElement("path", {
|
69
|
+
fill: "url(#blobby-icon-export-or-upload-photo_svg__h)",
|
70
|
+
d: "m162.5 97.5-41-41h-4.18L104.82 44l-5.32-2-8.939 9.435 14 14L77.5 85l45.069 45.069L162.5 97.5Z",
|
71
|
+
opacity: 0.25
|
72
|
+
})), /*#__PURE__*/React.createElement("path", {
|
73
|
+
fill: "#EAF3DC",
|
74
|
+
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.667V62Z"
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
76
|
+
fill: "#2C8658",
|
77
|
+
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.004 2.004 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-8A1.996 1.996 0 0 0 99.971 40ZM83.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-4h-2.667Z"
|
78
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
79
|
+
id: "blobby-icon-export-or-upload-photo_svg__b",
|
80
|
+
x1: 133,
|
81
|
+
x2: 49.23,
|
82
|
+
y1: 114,
|
83
|
+
y2: 31.784,
|
84
|
+
gradientUnits: "userSpaceOnUse"
|
85
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
86
|
+
stopColor: "#F1F0EC"
|
87
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
88
|
+
offset: 1,
|
89
|
+
stopColor: "#84D6AC"
|
90
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
91
|
+
id: "blobby-icon-export-or-upload-photo_svg__c",
|
92
|
+
x1: 135,
|
93
|
+
x2: 145,
|
94
|
+
y1: 59,
|
95
|
+
y2: 74,
|
96
|
+
gradientUnits: "userSpaceOnUse"
|
97
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
98
|
+
stopColor: "#2C8658"
|
99
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
100
|
+
offset: 1,
|
101
|
+
stopColor: "#ACD278"
|
102
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
103
|
+
id: "blobby-icon-export-or-upload-photo_svg__d",
|
104
|
+
x1: 61,
|
105
|
+
x2: 71,
|
106
|
+
y1: 16,
|
107
|
+
y2: 31,
|
108
|
+
gradientUnits: "userSpaceOnUse"
|
109
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
110
|
+
stopColor: "#2C8658"
|
111
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
112
|
+
offset: 1,
|
113
|
+
stopColor: "#ACD278"
|
114
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
115
|
+
id: "blobby-icon-export-or-upload-photo_svg__e",
|
116
|
+
x1: 55,
|
117
|
+
x2: 65,
|
118
|
+
y1: 96,
|
119
|
+
y2: 111,
|
120
|
+
gradientUnits: "userSpaceOnUse"
|
121
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
122
|
+
stopColor: "#2C8658"
|
123
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
124
|
+
offset: 1,
|
125
|
+
stopColor: "#ACD278"
|
126
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
127
|
+
id: "blobby-icon-export-or-upload-photo_svg__f",
|
128
|
+
x1: 133,
|
129
|
+
x2: 49.23,
|
130
|
+
y1: 114,
|
131
|
+
y2: 31.784,
|
132
|
+
gradientUnits: "userSpaceOnUse"
|
133
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
134
|
+
stopColor: "#F1F0EC"
|
135
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
136
|
+
offset: 1,
|
137
|
+
stopColor: "#84D6AC"
|
138
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
139
|
+
id: "blobby-icon-export-or-upload-photo_svg__h",
|
140
|
+
x1: 83.5,
|
141
|
+
x2: 141.873,
|
142
|
+
y1: 59.042,
|
143
|
+
y2: 108.918,
|
144
|
+
gradientUnits: "userSpaceOnUse"
|
145
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
146
|
+
stopColor: "#2C8658"
|
147
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
148
|
+
offset: 1,
|
149
|
+
stopColor: "#ACD278"
|
150
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
151
|
+
id: "blobby-icon-export-or-upload-photo_svg__a"
|
152
|
+
}, /*#__PURE__*/React.createElement("path", {
|
153
|
+
fill: "#fff",
|
154
|
+
d: "M0 0h200v128H0z"
|
155
|
+
}))));
|
156
|
+
};
|
157
|
+
var _default = SvgBlobbyIconExportOrUploadPhoto;
|
158
|
+
exports.default = _default;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { SVGProps } from 'react';
|
2
|
+
interface SVGRProps {
|
3
|
+
title?: string;
|
4
|
+
titleId?: string;
|
5
|
+
}
|
6
|
+
declare const SvgBlobbyIconFolder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
|
+
export default SvgBlobbyIconFolder;
|
8
|
+
//# sourceMappingURL=BlobbyIconFolder.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"BlobbyIconFolder.d.ts","sourceRoot":"","sources":["../../../src/components/svg/BlobbyIconFolder.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgG7F,CAAC;AACF,eAAe,mBAAmB,CAAC"}
|