@carbon/pictograms-react 10.12.0 → 10.14.0
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/es/add--device/index.js +40 -0
- package/es/automation--decision/index.js +64 -0
- package/es/blender/index.js +48 -0
- package/es/cargo--crane/index.js +40 -0
- package/es/cargo--ship/index.js +40 -0
- package/es/chart--custom/index.js +40 -0
- package/es/chart--multi-type/index.js +100 -0
- package/es/chart--pie/index.js +54 -0
- package/es/chart--stepper/index.js +40 -0
- package/es/chart--sunburst/index.js +41 -0
- package/es/cheese/index.js +40 -0
- package/es/clothes--rack--01/index.js +52 -0
- package/es/clothes--rack--02/index.js +52 -0
- package/es/code--syntax/index.js +48 -0
- package/es/cognos--analytics/index.js +2 -1
- package/es/connected--ecosystem/index.js +40 -0
- package/es/connected--nodes--to--the--cloud/index.js +78 -0
- package/es/consumer--engagement--food--journey/index.js +51 -0
- package/es/coronavirus/index.js +169 -0
- package/es/data--set/index.js +40 -0
- package/es/design-thinking-team/index.js +40 -0
- package/es/developer-z-os/index.js +40 -0
- package/es/electric--car/index.js +53 -0
- package/es/farm/index.js +9 -0
- package/es/farm--01/index.js +51 -0
- package/es/farm--02/index.js +40 -0
- package/es/farmer--01/index.js +40 -0
- package/es/farmer--02/index.js +40 -0
- package/es/first--aid/index.js +54 -0
- package/es/flower--01/index.js +40 -0
- package/es/flower--02/index.js +40 -0
- package/es/gift/index.js +40 -0
- package/es/global--partner/index.js +88 -0
- package/es/index.js +74 -0
- package/es/inspect--data/index.js +70 -0
- package/es/managing--contractual--flow/index.js +74 -0
- package/es/managing--items/index.js +52 -0
- package/es/monitored--item--on--conveyor/index.js +114 -0
- package/es/movement--in--overlapping--networks/index.js +83 -0
- package/es/movement--of--goods--01/index.js +51 -0
- package/es/movement--of--goods--02/index.js +63 -0
- package/es/movement--of--goods--03/index.js +153 -0
- package/es/movement--of--items/index.js +64 -0
- package/es/networking--06/index.js +52 -0
- package/es/planning--analytics/index.js +90 -0
- package/es/player--flow/index.js +41 -0
- package/es/process/index.js +51 -0
- package/es/sample--file/index.js +60 -0
- package/es/shirt/index.js +64 -0
- package/es/socks/index.js +40 -0
- package/es/solar--field/index.js +53 -0
- package/es/solar--panel/index.js +53 -0
- package/es/stem--leaf--plot/index.js +39 -0
- package/es/summit/index.js +40 -0
- package/es/supply--chain--optimization--01/index.js +40 -0
- package/es/supply--chain--optimization--02/index.js +40 -0
- package/es/systems-devops--analyze/index.js +40 -0
- package/es/systems-devops--build/index.js +39 -0
- package/es/systems-devops--cicd-pipeline/index.js +39 -0
- package/es/systems-devops--code/index.js +49 -0
- package/es/systems-devops--deploy/index.js +51 -0
- package/es/systems-devops--monitor/index.js +40 -0
- package/es/systems-devops--plan/index.js +40 -0
- package/es/systems-devops--provision/index.js +39 -0
- package/es/systems-devops--release/index.js +51 -0
- package/es/systems-devops--test/index.js +40 -0
- package/es/t-shirt/index.js +40 -0
- package/es/team--alignment/index.js +40 -0
- package/es/teammates/index.js +40 -0
- package/es/time--plot/index.js +40 -0
- package/es/transparency--01/index.js +40 -0
- package/es/transparency--02/index.js +40 -0
- package/es/trousers/index.js +40 -0
- package/es/trust/index.js +39 -0
- package/es/user/index.js +40 -0
- package/es/user--interface/index.js +62 -0
- package/es/user--profile/index.js +40 -0
- package/lib/add--device/index.js +44 -0
- package/lib/automation--decision/index.js +68 -0
- package/lib/blender/index.js +52 -0
- package/lib/cargo--crane/index.js +44 -0
- package/lib/cargo--ship/index.js +44 -0
- package/lib/chart--custom/index.js +44 -0
- package/lib/chart--multi-type/index.js +104 -0
- package/lib/chart--pie/index.js +58 -0
- package/lib/chart--stepper/index.js +44 -0
- package/lib/chart--sunburst/index.js +45 -0
- package/lib/cheese/index.js +44 -0
- package/lib/clothes--rack--01/index.js +56 -0
- package/lib/clothes--rack--02/index.js +56 -0
- package/lib/code--syntax/index.js +52 -0
- package/lib/cognos--analytics/index.js +2 -1
- package/lib/connected--ecosystem/index.js +44 -0
- package/lib/connected--nodes--to--the--cloud/index.js +82 -0
- package/lib/consumer--engagement--food--journey/index.js +55 -0
- package/lib/coronavirus/index.js +173 -0
- package/lib/data--set/index.js +44 -0
- package/lib/design-thinking-team/index.js +44 -0
- package/lib/developer-z-os/index.js +44 -0
- package/lib/electric--car/index.js +57 -0
- package/lib/farm/index.js +9 -0
- package/lib/farm--01/index.js +55 -0
- package/lib/farm--02/index.js +44 -0
- package/lib/farmer--01/index.js +44 -0
- package/lib/farmer--02/index.js +44 -0
- package/lib/first--aid/index.js +58 -0
- package/lib/flower--01/index.js +44 -0
- package/lib/flower--02/index.js +44 -0
- package/lib/gift/index.js +44 -0
- package/lib/global--partner/index.js +92 -0
- package/lib/index.js +1146 -998
- package/lib/inspect--data/index.js +74 -0
- package/lib/managing--contractual--flow/index.js +78 -0
- package/lib/managing--items/index.js +56 -0
- package/lib/monitored--item--on--conveyor/index.js +118 -0
- package/lib/movement--in--overlapping--networks/index.js +87 -0
- package/lib/movement--of--goods--01/index.js +55 -0
- package/lib/movement--of--goods--02/index.js +67 -0
- package/lib/movement--of--goods--03/index.js +157 -0
- package/lib/movement--of--items/index.js +68 -0
- package/lib/networking--06/index.js +56 -0
- package/lib/planning--analytics/index.js +94 -0
- package/lib/player--flow/index.js +45 -0
- package/lib/process/index.js +55 -0
- package/lib/sample--file/index.js +64 -0
- package/lib/shirt/index.js +68 -0
- package/lib/socks/index.js +44 -0
- package/lib/solar--field/index.js +57 -0
- package/lib/solar--panel/index.js +57 -0
- package/lib/stem--leaf--plot/index.js +43 -0
- package/lib/summit/index.js +44 -0
- package/lib/supply--chain--optimization--01/index.js +44 -0
- package/lib/supply--chain--optimization--02/index.js +44 -0
- package/lib/systems-devops--analyze/index.js +44 -0
- package/lib/systems-devops--build/index.js +43 -0
- package/lib/systems-devops--cicd-pipeline/index.js +43 -0
- package/lib/systems-devops--code/index.js +53 -0
- package/lib/systems-devops--deploy/index.js +55 -0
- package/lib/systems-devops--monitor/index.js +44 -0
- package/lib/systems-devops--plan/index.js +44 -0
- package/lib/systems-devops--provision/index.js +43 -0
- package/lib/systems-devops--release/index.js +55 -0
- package/lib/systems-devops--test/index.js +44 -0
- package/lib/t-shirt/index.js +44 -0
- package/lib/team--alignment/index.js +44 -0
- package/lib/teammates/index.js +44 -0
- package/lib/time--plot/index.js +44 -0
- package/lib/transparency--01/index.js +44 -0
- package/lib/transparency--02/index.js +44 -0
- package/lib/trousers/index.js +44 -0
- package/lib/trust/index.js +43 -0
- package/lib/user/index.js +44 -0
- package/lib/user--interface/index.js +66 -0
- package/lib/user--profile/index.js +44 -0
- package/package.json +5 -5
- package/umd/index.js +5575 -2608
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
d: "M36.831,11.5c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5c0-0.276,0.224-0.5,0.5-0.5S36.831,11.224,36.831,11.5z M34.331,11c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C34.831,11.224,34.607,11,34.331,11z M32.331,11c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C32.831,11.224,32.607,11,32.331,11z"
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
var _ref3 =
|
|
23
|
+
/*#__PURE__*/
|
|
24
|
+
|
|
25
|
+
/*#__PURE__*/
|
|
26
|
+
React.createElement("path", {
|
|
27
|
+
fill: "none",
|
|
28
|
+
strokeLinejoin: "round",
|
|
29
|
+
strokeMiterlimit: "10",
|
|
30
|
+
strokeWidth: ".72",
|
|
31
|
+
d: "M38.831,38h-30V10h30 V38z M8.831,13h30 M29,29l4-4l-4-4 M19,21l-4,4l4,4 M21,32l6-14"
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
var CodeSyntax = /*#__PURE__*/React.forwardRef(function CodeSyntax(_ref, ref) {
|
|
35
|
+
var children = _ref.children,
|
|
36
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
37
|
+
|
|
38
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
39
|
+
width: 48,
|
|
40
|
+
height: 48,
|
|
41
|
+
viewBox: "0 0 48 48",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
stroke: "currentColor",
|
|
44
|
+
ref: ref
|
|
45
|
+
}, rest), _ref2, _ref3, children);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
export default CodeSyntax;
|
|
@@ -17,9 +17,10 @@ var _ref2 =
|
|
|
17
17
|
/*#__PURE__*/
|
|
18
18
|
React.createElement("path", {
|
|
19
19
|
fill: "none",
|
|
20
|
+
strokeLinecap: "round",
|
|
20
21
|
strokeMiterlimit: "10",
|
|
21
22
|
strokeWidth: ".72",
|
|
22
|
-
d: "
|
|
23
|
+
d: "M22,10c1.105,0,2,0.895,2,2c0,1.105-0.895,2-2,2c-1.105,0-2-0.895-2-2C20,10.895,20.895,10,22,10z M18,16c-1.105,0-2,0.895-2,2 c0,1.105,0.895,2,2,2c1.105,0,2-0.895,2-2C20,16.895,19.105,16,18,16z M12,24c0,1.105,0.895,2,2,2s2-0.895,2-2c0-1.105-0.895-2-2-2 S12,22.895,12,24z M18,28c-1.105,0-2,0.895-2,2c0,1.105,0.895,2,2,2c1.105,0,2-0.895,2-2C20,28.895,19.105,28,18,28z M20,36 c0,1.105,0.895,2,2,2c1.105,0,2-0.895,2-2s-0.895-2-2-2C20.895,34,20,34.895,20,36z M26,12h10 M22,18h9 M18,24h9 M22,30h9 M26,36 h10"
|
|
23
24
|
});
|
|
24
25
|
|
|
25
26
|
var CognosAnalytics = /*#__PURE__*/React.forwardRef(function CognosAnalytics(_ref, ref) {
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M10,15h4 M10,21h4 M9,16v4 M15,16v4 M34,27h4 M34,33h4 M33,28v4 M39,28v4 M11,24c0,1.392,0.219,2.732,0.623,3.989 M13.363,31.476 c1.984,2.818,5.06,4.812,8.612,5.368 M26.002,36.847c2.239-0.346,4.29-1.264,5.998-2.599 M37,24c0-1.396-0.22-2.74-0.627-4 M34.628,16.511c-1.989-2.818-5.07-4.809-8.628-5.358 M22,11.153c-2.24,0.346-4.291,1.264-6,2.599 M26,11L26,11 c0-1.105-0.895-2-2-2h0c-1.105,0-2,0.895-2,2v0c0,1.105,0.895,2,2,2h0C25.105,13,26,12.105,26,11z M23.035,35.19L16,22 M13.845,29.078L34,19 M26,37L26,37c0-1.105-0.895-2-2-2h0c-1.105,0-2,0.895-2,2v0c0,1.105,0.895,2,2,2h0 C25.105,39,26,38.105,26,37z M38,18L38,18c0-1.105-0.895-2-2-2h0c-1.105,0-2,0.895-2,2v0c0,1.105,0.895,2,2,2h0 C37.105,20,38,19.105,38,18z M14,30L14,30c0-1.105-0.895-2-2-2h0c-1.105,0-2,0.895-2,2v0c0,1.105,0.895,2,2,2h0 C13.105,32,14,31.105,14,30z"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var ConnectedEcosystem = /*#__PURE__*/React.forwardRef(function ConnectedEcosystem(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default ConnectedEcosystem;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M26.5,36.5 c0,1.381-1.119,2.5-2.5,2.5c-1.381,0-2.5-1.119-2.5-2.5c0-1.381,1.119-2.5,2.5-2.5C25.381,34,26.5,35.119,26.5,36.5z M28,27v4 c0,1.105,0.896,2,2,2h4 M14,33h4c1.105,0,2-0.895,2-2v-4 M24,27v7"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var _ref3 =
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
React.createElement("circle", {
|
|
31
|
+
cx: "12",
|
|
32
|
+
cy: "33",
|
|
33
|
+
r: "2",
|
|
34
|
+
fill: "none",
|
|
35
|
+
strokeMiterlimit: "10",
|
|
36
|
+
strokeWidth: ".72"
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
var _ref4 =
|
|
40
|
+
/*#__PURE__*/
|
|
41
|
+
|
|
42
|
+
/*#__PURE__*/
|
|
43
|
+
React.createElement("circle", {
|
|
44
|
+
cx: "36",
|
|
45
|
+
cy: "33",
|
|
46
|
+
r: "2",
|
|
47
|
+
fill: "none",
|
|
48
|
+
strokeMiterlimit: "10",
|
|
49
|
+
strokeWidth: ".72"
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
var _ref5 =
|
|
53
|
+
/*#__PURE__*/
|
|
54
|
+
|
|
55
|
+
/*#__PURE__*/
|
|
56
|
+
React.createElement("path", {
|
|
57
|
+
fill: "none",
|
|
58
|
+
strokeLinejoin: "round",
|
|
59
|
+
strokeMiterlimit: "10",
|
|
60
|
+
strokeWidth: ".72",
|
|
61
|
+
d: "M34.5,27 c2.485,0,4.5-2.015,4.5-4.5c0-2.485-2.015-4.5-4.5-4.5H34c0-4.971-4.029-9-9-9c-3.529,0-6.566,2.042-8.041,5H15.5 C11.91,14,9,16.91,9,20.5c0,3.59,2.91,6.5,6.5,6.5H34.5"
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
var ConnectedNodesToTheCloud = /*#__PURE__*/React.forwardRef(function ConnectedNodesToTheCloud(_ref, ref) {
|
|
65
|
+
var children = _ref.children,
|
|
66
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
67
|
+
|
|
68
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
69
|
+
width: 48,
|
|
70
|
+
height: 48,
|
|
71
|
+
viewBox: "0 0 48 48",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
stroke: "currentColor",
|
|
74
|
+
ref: ref
|
|
75
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, children);
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
export default ConnectedNodesToTheCloud;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeMiterlimit: "10",
|
|
21
|
+
strokeWidth: ".72",
|
|
22
|
+
d: "M26 38L29 34.991 26 32M22 10L19 12.99 22 16"
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var _ref3 =
|
|
26
|
+
/*#__PURE__*/
|
|
27
|
+
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
React.createElement("path", {
|
|
30
|
+
fill: "none",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: "10",
|
|
33
|
+
strokeWidth: ".72",
|
|
34
|
+
d: "M31,39v-0.501 c0-1.827,1.232-3.35,2.905-3.829C33.361,34.313,33,33.699,33,33c0-1.104,0.895-2,2-2s2,0.895,2,2c0,0.699-0.36,1.313-0.904,1.671 C37.768,35.149,39,36.673,39,38.499V39 M14,28h-4v4h4V28z M38,16h-4v4h4V16z M12,32v3h17 M19,24h-7v4 M29,24h7v-4 M36,16v-3H19 M12.555,10.944c-0.889,0-1.08-0.444-2-0.444C9.318,10.5,9,11.496,9,12.548c0,2.305,1.067,3.732,2.13,3.732 c0.446,0,0.811-0.28,1.37-0.28s0.924,0.28,1.37,0.28c1.063,0,2.13-1.427,2.13-3.732c0-1.051-0.318-2.048-1.555-2.048 c-0.92,0-1.111,0.444-2,0.444 M12.5,10.944V9 M21,22v4 M27,22v4 M22,27h4 M22,21h4"
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
var ConsumerEngagementFoodJourney = /*#__PURE__*/React.forwardRef(function ConsumerEngagementFoodJourney(_ref, ref) {
|
|
38
|
+
var children = _ref.children,
|
|
39
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
40
|
+
|
|
41
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
42
|
+
width: 48,
|
|
43
|
+
height: 48,
|
|
44
|
+
viewBox: "0 0 48 48",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
stroke: "currentColor",
|
|
47
|
+
ref: ref
|
|
48
|
+
}, rest), _ref2, _ref3, children);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export default ConsumerEngagementFoodJourney;
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("circle", {
|
|
19
|
+
cx: "24",
|
|
20
|
+
cy: "24",
|
|
21
|
+
r: "11",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeMiterlimit: "10",
|
|
24
|
+
strokeWidth: ".72"
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
var _ref3 =
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
|
|
30
|
+
/*#__PURE__*/
|
|
31
|
+
React.createElement("path", {
|
|
32
|
+
fill: "none",
|
|
33
|
+
strokeMiterlimit: "10",
|
|
34
|
+
strokeWidth: ".72",
|
|
35
|
+
d: "M24 9L24 13M21 9L27 9M24 35L24 39M21 39L27 39M9 24L13 24M9 27L9 21M35 24L39 24M39 27L39 21M13.393 13.393L16.222 16.222M11.272 15.515L15.515 11.272M31.778 31.778L34.607 34.607M32.485 36.728L36.728 32.485M13.393 34.607L16.222 31.778M15.515 36.728L11.272 32.485M31.778 16.222L34.607 13.393M36.728 15.515L32.485 11.272"
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
var _ref4 =
|
|
39
|
+
/*#__PURE__*/
|
|
40
|
+
|
|
41
|
+
/*#__PURE__*/
|
|
42
|
+
React.createElement("circle", {
|
|
43
|
+
cx: "24",
|
|
44
|
+
cy: "24",
|
|
45
|
+
r: "2",
|
|
46
|
+
fill: "none",
|
|
47
|
+
strokeMiterlimit: "10",
|
|
48
|
+
strokeWidth: ".72"
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
var _ref5 =
|
|
52
|
+
/*#__PURE__*/
|
|
53
|
+
|
|
54
|
+
/*#__PURE__*/
|
|
55
|
+
React.createElement("circle", {
|
|
56
|
+
cx: "19",
|
|
57
|
+
cy: "19",
|
|
58
|
+
r: "2",
|
|
59
|
+
fill: "none",
|
|
60
|
+
strokeMiterlimit: "10",
|
|
61
|
+
strokeWidth: ".72"
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
var _ref6 =
|
|
65
|
+
/*#__PURE__*/
|
|
66
|
+
|
|
67
|
+
/*#__PURE__*/
|
|
68
|
+
React.createElement("circle", {
|
|
69
|
+
cx: "17",
|
|
70
|
+
cy: "24",
|
|
71
|
+
r: "1",
|
|
72
|
+
fill: "none",
|
|
73
|
+
strokeMiterlimit: "10",
|
|
74
|
+
strokeWidth: ".72"
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
var _ref7 =
|
|
78
|
+
/*#__PURE__*/
|
|
79
|
+
|
|
80
|
+
/*#__PURE__*/
|
|
81
|
+
React.createElement("circle", {
|
|
82
|
+
cx: "31",
|
|
83
|
+
cy: "24",
|
|
84
|
+
r: "1",
|
|
85
|
+
fill: "none",
|
|
86
|
+
strokeMiterlimit: "10",
|
|
87
|
+
strokeWidth: ".72"
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
var _ref8 =
|
|
91
|
+
/*#__PURE__*/
|
|
92
|
+
|
|
93
|
+
/*#__PURE__*/
|
|
94
|
+
React.createElement("circle", {
|
|
95
|
+
cx: "24",
|
|
96
|
+
cy: "17",
|
|
97
|
+
r: "1",
|
|
98
|
+
fill: "none",
|
|
99
|
+
strokeMiterlimit: "10",
|
|
100
|
+
strokeWidth: ".72"
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
var _ref9 =
|
|
104
|
+
/*#__PURE__*/
|
|
105
|
+
|
|
106
|
+
/*#__PURE__*/
|
|
107
|
+
React.createElement("circle", {
|
|
108
|
+
cx: "24",
|
|
109
|
+
cy: "31",
|
|
110
|
+
r: "1",
|
|
111
|
+
fill: "none",
|
|
112
|
+
strokeMiterlimit: "10",
|
|
113
|
+
strokeWidth: ".72"
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
var _ref10 =
|
|
117
|
+
/*#__PURE__*/
|
|
118
|
+
|
|
119
|
+
/*#__PURE__*/
|
|
120
|
+
React.createElement("circle", {
|
|
121
|
+
cx: "29",
|
|
122
|
+
cy: "19",
|
|
123
|
+
r: "2",
|
|
124
|
+
fill: "none",
|
|
125
|
+
strokeMiterlimit: "10",
|
|
126
|
+
strokeWidth: ".72"
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
var _ref11 =
|
|
130
|
+
/*#__PURE__*/
|
|
131
|
+
|
|
132
|
+
/*#__PURE__*/
|
|
133
|
+
React.createElement("circle", {
|
|
134
|
+
cx: "19",
|
|
135
|
+
cy: "29",
|
|
136
|
+
r: "2",
|
|
137
|
+
fill: "none",
|
|
138
|
+
strokeMiterlimit: "10",
|
|
139
|
+
strokeWidth: ".72"
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
var _ref12 =
|
|
143
|
+
/*#__PURE__*/
|
|
144
|
+
|
|
145
|
+
/*#__PURE__*/
|
|
146
|
+
React.createElement("circle", {
|
|
147
|
+
cx: "29",
|
|
148
|
+
cy: "29",
|
|
149
|
+
r: "2",
|
|
150
|
+
fill: "none",
|
|
151
|
+
strokeMiterlimit: "10",
|
|
152
|
+
strokeWidth: ".72"
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
var Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref, ref) {
|
|
156
|
+
var children = _ref.children,
|
|
157
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
158
|
+
|
|
159
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
160
|
+
width: 48,
|
|
161
|
+
height: 48,
|
|
162
|
+
viewBox: "0 0 48 48",
|
|
163
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
164
|
+
stroke: "currentColor",
|
|
165
|
+
ref: ref
|
|
166
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, children);
|
|
167
|
+
});
|
|
168
|
+
|
|
169
|
+
export default Coronavirus;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M12,9 h18l6,6v24H12V9z M30,9v6h6 M33,19H15v16h18V19z M15,23h18 M15,31h18 M15,27h18 M21,19v16 M27,19v16"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default DataSet;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M31,39v-7c-1.109-0.401-2-1.259-2-2.392v-4.015C29,23.613,30.521,22,32.5,22c1.979,0,3.5,1.604,3.5,3.583V29.6 c0,1.131-0.891,1.999-2,2.4v7 M32.5,12.982c-1.104,0-2,0.895-2,2c0,1.104,0.896,2,2,2c1.104,0,2-0.896,2-2 C34.5,13.877,33.604,12.982,32.5,12.982z M17,39v-7c1.109-0.401,2-1.269,2-2.4v-4.017C19,23.604,17.479,22,15.5,22 c-1.979,0-3.5,1.613-3.5,3.593v4.015c0,1.133,0.891,1.991,2,2.392v7 M15.5,12.982c-1.104,0-2,0.895-2,2c0,1.104,0.896,2,2,2 c1.104,0,2-0.896,2-2C17.5,13.877,16.604,12.982,15.5,12.982z M28.101,10.68c2.265-2.24,5.936-2.24,8.201,0 c2.264,2.242,2.264,5.874,0,8.115c-2.265,2.24-5.936,2.24-8.201,0L19.9,10.68c-2.265-2.24-5.936-2.24-8.202,0 c-2.264,2.242-2.264,5.874,0,8.115c2.266,2.24,5.937,2.24,8.202,0L28.101,10.68z"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var DesignThinkingTeam = /*#__PURE__*/React.forwardRef(function DesignThinkingTeam(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default DesignThinkingTeam;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
strokeMiterlimit: "10",
|
|
22
|
+
strokeWidth: ".72",
|
|
23
|
+
d: "M36,22v9l-12,7l-12-7V17 M27.509,22.082L36,17l-12-7l-4,2.325L20,18 M16,14v10 M28,24c0-2.205-1.794-4-4-4c-2.206,0-4,1.795-4,4 c0,2.206,1.794,4,4,4C26.206,28,28,26.206,28,24z"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var DeveloperZOs = /*#__PURE__*/React.forwardRef(function DeveloperZOs(_ref, ref) {
|
|
27
|
+
var children = _ref.children,
|
|
28
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
31
|
+
width: 48,
|
|
32
|
+
height: 48,
|
|
33
|
+
viewBox: "0 0 48 48",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
ref: ref
|
|
37
|
+
}, rest), _ref2, children);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
export default DeveloperZOs;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round",
|
|
22
|
+
strokeMiterlimit: "10",
|
|
23
|
+
strokeWidth: ".72",
|
|
24
|
+
d: "M11 17L11 17c-1.104 0-2-.896-2-2v-3h4v3C13 16.104 12.104 17 11 17zM9 14L13 14M10 10L10 12M12 10L12 12"
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
var _ref3 =
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
|
|
30
|
+
/*#__PURE__*/
|
|
31
|
+
React.createElement("path", {
|
|
32
|
+
fill: "none",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeMiterlimit: "10",
|
|
35
|
+
strokeWidth: ".72",
|
|
36
|
+
d: "M37,38h-2v-3h2V38z M21,35h-2v3h2V35z M38,34v-7c0-0.552-0.448-1-1-1H19c-0.552,0-1,0.448-1,1v7c0,0.552,0.448,1,1,1h18C37.552,35,38,34.552,38,34z M21.5,28c-0.829,0-1.5,0.671-1.5,1.5c0,0.828,0.671,1.5,1.5,1.5c0.829,0,1.5-0.672,1.5-1.5C23,28.671,22.329,28,21.5,28z M34.5,28c-0.829,0-1.5,0.671-1.5,1.5c0,0.828,0.671,1.5,1.5,1.5c0.829,0,1.5-0.672,1.5-1.5C36,28.671,35.329,28,34.5,28z M18,33 h20 M25,28.5h6 M25,30.5h6 M37,26l-1.811-7.243C35.078,18.312,34.678,18,34.219,18H21.781c-0.459,0-0.859,0.312-0.97,0.757L19,26 M38,23v2 M18,23v2 M20.5,19.5h15 M11,17v16c0,1.104,0.896,2,2,2c1.104,0,2-0.896,2-2v-2c0,0,0-3,3-3"
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
var ElectricCar = /*#__PURE__*/React.forwardRef(function ElectricCar(_ref, ref) {
|
|
40
|
+
var children = _ref.children,
|
|
41
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
42
|
+
|
|
43
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
44
|
+
width: 48,
|
|
45
|
+
height: 48,
|
|
46
|
+
viewBox: "0 0 48 48",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
stroke: "currentColor",
|
|
49
|
+
ref: ref
|
|
50
|
+
}, rest), _ref2, _ref3, children);
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export default ElectricCar;
|
package/es/farm/index.js
CHANGED
|
@@ -11,6 +11,8 @@ import '@carbon/icon-helpers';
|
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import React from 'react';
|
|
13
13
|
|
|
14
|
+
var didWarnAboutDeprecation = false;
|
|
15
|
+
|
|
14
16
|
var _ref2 =
|
|
15
17
|
/*#__PURE__*/
|
|
16
18
|
|
|
@@ -38,6 +40,13 @@ var Farm = /*#__PURE__*/React.forwardRef(function Farm(_ref, ref) {
|
|
|
38
40
|
var children = _ref.children,
|
|
39
41
|
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
40
42
|
|
|
43
|
+
if (process.env.NODE_ENV !== "production") {
|
|
44
|
+
if (!didWarnAboutDeprecation) {
|
|
45
|
+
didWarnAboutDeprecation = true;
|
|
46
|
+
console.warn("The Farm component has been deprecated and will be " + "removed in the next major version of @carbon/icons-react.");
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
41
50
|
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
42
51
|
width: 48,
|
|
43
52
|
height: 48,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-83b9d1f1.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
|
|
14
|
+
var _ref2 =
|
|
15
|
+
/*#__PURE__*/
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
React.createElement("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
strokeMiterlimit: "10",
|
|
21
|
+
strokeWidth: ".72",
|
|
22
|
+
d: "M9,32h8.186C25.343,32,30.178,34.77,34,39 M34,35c-3.821-4.229-8.656-7-16.814-7H9 M34,31c-3.821-4.229-8.656-7-16.814-7H9"
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var _ref3 =
|
|
26
|
+
/*#__PURE__*/
|
|
27
|
+
|
|
28
|
+
/*#__PURE__*/
|
|
29
|
+
React.createElement("path", {
|
|
30
|
+
fill: "none",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeMiterlimit: "10",
|
|
33
|
+
strokeWidth: ".72",
|
|
34
|
+
d: "M12,17v7 M18,18v6 M12,13c-1.105,0-2,0.895-2,2s0.895,2,2,2s2-0.895,2-2S13.104,13,12,13z M18,14c-1.105,0-2,0.895-2,2 s0.895,2,2,2c1.105,0,2-0.895,2-2S19.104,14,18,14z M32,13c-1.657,0-3,1.343-3,3s1.343,3,3,3c1.657,0,3-1.343,3-3S33.657,13,32,13 z M32,9v2 M27.05,11.05l1.414,1.414 M25,16h2 M27.05,20.949l1.414-1.414 M32,23v-2 M36.949,20.949l-1.414-1.414 M39,16h-2 M36.949,11.05l-1.414,1.414"
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
var Farm_01 = /*#__PURE__*/React.forwardRef(function Farm_01(_ref, ref) {
|
|
38
|
+
var children = _ref.children,
|
|
39
|
+
rest = _objectWithoutProperties(_ref, ["children"]);
|
|
40
|
+
|
|
41
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
42
|
+
width: 48,
|
|
43
|
+
height: 48,
|
|
44
|
+
viewBox: "0 0 48 48",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
stroke: "currentColor",
|
|
47
|
+
ref: ref
|
|
48
|
+
}, rest), _ref2, _ref3, children);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export default Farm_01;
|