@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,56 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M11,39V9h26v30 M9,39h4 M35,39h4"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var _ref3 =
|
|
31
|
+
/*#__PURE__*/
|
|
32
|
+
|
|
33
|
+
/*#__PURE__*/
|
|
34
|
+
React.createElement("path", {
|
|
35
|
+
fill: "none",
|
|
36
|
+
strokeLinejoin: "round",
|
|
37
|
+
strokeMiterlimit: "10",
|
|
38
|
+
strokeWidth: ".72",
|
|
39
|
+
d: "M15 18h-2v-5.246c0-.446.296-.838.725-.961L16.5 11l.015.061C16.8 12.201 17.824 13 18.999 13h.002c1.175 0 2.199-.799 2.484-1.939L21.5 11l2.774.793C24.704 11.916 25 12.308 25 12.754V18h-2M15 15v11h8V15M30 19v15h-3V11h8v23h-3V19H30zM27 12.998h8M30 12.998V19M30 17h1c.552 0 1-.448 1-1v-3.002"
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
var ClothesRack_01 = /*#__PURE__*/React.forwardRef(function ClothesRack_01(_ref, ref) {
|
|
43
|
+
var children = _ref.children,
|
|
44
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
45
|
+
|
|
46
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 0 48 48",
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
ref: ref
|
|
53
|
+
}, rest), _ref2, _ref3, children);
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
module.exports = ClothesRack_01;
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M11,39V9h26v30 M9,39h4 M35,39h4"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var _ref3 =
|
|
31
|
+
/*#__PURE__*/
|
|
32
|
+
|
|
33
|
+
/*#__PURE__*/
|
|
34
|
+
React.createElement("path", {
|
|
35
|
+
fill: "none",
|
|
36
|
+
strokeLinejoin: "round",
|
|
37
|
+
strokeMiterlimit: "10",
|
|
38
|
+
strokeWidth: ".72",
|
|
39
|
+
d: "M15 18h-2v-5.245c0-.447.296-.839.725-.962L16 11l.445.666c.347.52.93.832 1.555.832s1.208-.312 1.555-.832L20 11l2.275.793C22.704 11.916 23 12.308 23 12.755V18h-2M15 14.998V25h6V14.998M33 11.998l1.447.724C34.786 12.891 35 13.237 35 13.616V25h-2v-1.002M27 11.998l-1.447.724C25.214 12.891 25 13.237 25 13.616V25h2v-1.002M27 15.998V24l1.248.831C28.412 24.942 28.605 25 28.804 25l2.394 0c.197 0 .389-.06.553-.169L33 24v-8.002M30 24.998v-12l1 1 2-2L32 11l-2 1.998L28 11l-1 .998 2 2 1-1"
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
var ClothesRack_02 = /*#__PURE__*/React.forwardRef(function ClothesRack_02(_ref, ref) {
|
|
43
|
+
var children = _ref.children,
|
|
44
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
45
|
+
|
|
46
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 0 48 48",
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
ref: ref
|
|
53
|
+
}, rest), _ref2, _ref3, children);
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
module.exports = ClothesRack_02;
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
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"
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var _ref3 =
|
|
27
|
+
/*#__PURE__*/
|
|
28
|
+
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
React.createElement("path", {
|
|
31
|
+
fill: "none",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeMiterlimit: "10",
|
|
34
|
+
strokeWidth: ".72",
|
|
35
|
+
d: "M38.831,38h-30V10h30 V38z M8.831,13h30 M29,29l4-4l-4-4 M19,21l-4,4l4,4 M21,32l6-14"
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
var CodeSyntax = /*#__PURE__*/React.forwardRef(function CodeSyntax(_ref, ref) {
|
|
39
|
+
var children = _ref.children,
|
|
40
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
41
|
+
|
|
42
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
43
|
+
width: 48,
|
|
44
|
+
height: 48,
|
|
45
|
+
viewBox: "0 0 48 48",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
ref: ref
|
|
49
|
+
}, rest), _ref2, _ref3, children);
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
module.exports = CodeSyntax;
|
|
@@ -21,9 +21,10 @@ var _ref2 =
|
|
|
21
21
|
/*#__PURE__*/
|
|
22
22
|
React.createElement("path", {
|
|
23
23
|
fill: "none",
|
|
24
|
+
strokeLinecap: "round",
|
|
24
25
|
strokeMiterlimit: "10",
|
|
25
26
|
strokeWidth: ".72",
|
|
26
|
-
d: "
|
|
27
|
+
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"
|
|
27
28
|
});
|
|
28
29
|
|
|
29
30
|
var CognosAnalytics = /*#__PURE__*/React.forwardRef(function CognosAnalytics(_ref, ref) {
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
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"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var ConnectedEcosystem = /*#__PURE__*/React.forwardRef(function ConnectedEcosystem(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = ConnectedEcosystem;
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
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"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var _ref3 =
|
|
31
|
+
/*#__PURE__*/
|
|
32
|
+
|
|
33
|
+
/*#__PURE__*/
|
|
34
|
+
React.createElement("circle", {
|
|
35
|
+
cx: "12",
|
|
36
|
+
cy: "33",
|
|
37
|
+
r: "2",
|
|
38
|
+
fill: "none",
|
|
39
|
+
strokeMiterlimit: "10",
|
|
40
|
+
strokeWidth: ".72"
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
var _ref4 =
|
|
44
|
+
/*#__PURE__*/
|
|
45
|
+
|
|
46
|
+
/*#__PURE__*/
|
|
47
|
+
React.createElement("circle", {
|
|
48
|
+
cx: "36",
|
|
49
|
+
cy: "33",
|
|
50
|
+
r: "2",
|
|
51
|
+
fill: "none",
|
|
52
|
+
strokeMiterlimit: "10",
|
|
53
|
+
strokeWidth: ".72"
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
var _ref5 =
|
|
57
|
+
/*#__PURE__*/
|
|
58
|
+
|
|
59
|
+
/*#__PURE__*/
|
|
60
|
+
React.createElement("path", {
|
|
61
|
+
fill: "none",
|
|
62
|
+
strokeLinejoin: "round",
|
|
63
|
+
strokeMiterlimit: "10",
|
|
64
|
+
strokeWidth: ".72",
|
|
65
|
+
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"
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
var ConnectedNodesToTheCloud = /*#__PURE__*/React.forwardRef(function ConnectedNodesToTheCloud(_ref, ref) {
|
|
69
|
+
var children = _ref.children,
|
|
70
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
71
|
+
|
|
72
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
73
|
+
width: 48,
|
|
74
|
+
height: 48,
|
|
75
|
+
viewBox: "0 0 48 48",
|
|
76
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
77
|
+
stroke: "currentColor",
|
|
78
|
+
ref: ref
|
|
79
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, children);
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
module.exports = ConnectedNodesToTheCloud;
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeMiterlimit: "10",
|
|
25
|
+
strokeWidth: ".72",
|
|
26
|
+
d: "M26 38L29 34.991 26 32M22 10L19 12.99 22 16"
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
var _ref3 =
|
|
30
|
+
/*#__PURE__*/
|
|
31
|
+
|
|
32
|
+
/*#__PURE__*/
|
|
33
|
+
React.createElement("path", {
|
|
34
|
+
fill: "none",
|
|
35
|
+
strokeLinejoin: "round",
|
|
36
|
+
strokeMiterlimit: "10",
|
|
37
|
+
strokeWidth: ".72",
|
|
38
|
+
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"
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
var ConsumerEngagementFoodJourney = /*#__PURE__*/React.forwardRef(function ConsumerEngagementFoodJourney(_ref, ref) {
|
|
42
|
+
var children = _ref.children,
|
|
43
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
44
|
+
|
|
45
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
46
|
+
width: 48,
|
|
47
|
+
height: 48,
|
|
48
|
+
viewBox: "0 0 48 48",
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
stroke: "currentColor",
|
|
51
|
+
ref: ref
|
|
52
|
+
}, rest), _ref2, _ref3, children);
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
module.exports = ConsumerEngagementFoodJourney;
|
|
@@ -0,0 +1,173 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("circle", {
|
|
23
|
+
cx: "24",
|
|
24
|
+
cy: "24",
|
|
25
|
+
r: "11",
|
|
26
|
+
fill: "none",
|
|
27
|
+
strokeMiterlimit: "10",
|
|
28
|
+
strokeWidth: ".72"
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
var _ref3 =
|
|
32
|
+
/*#__PURE__*/
|
|
33
|
+
|
|
34
|
+
/*#__PURE__*/
|
|
35
|
+
React.createElement("path", {
|
|
36
|
+
fill: "none",
|
|
37
|
+
strokeMiterlimit: "10",
|
|
38
|
+
strokeWidth: ".72",
|
|
39
|
+
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"
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
var _ref4 =
|
|
43
|
+
/*#__PURE__*/
|
|
44
|
+
|
|
45
|
+
/*#__PURE__*/
|
|
46
|
+
React.createElement("circle", {
|
|
47
|
+
cx: "24",
|
|
48
|
+
cy: "24",
|
|
49
|
+
r: "2",
|
|
50
|
+
fill: "none",
|
|
51
|
+
strokeMiterlimit: "10",
|
|
52
|
+
strokeWidth: ".72"
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
var _ref5 =
|
|
56
|
+
/*#__PURE__*/
|
|
57
|
+
|
|
58
|
+
/*#__PURE__*/
|
|
59
|
+
React.createElement("circle", {
|
|
60
|
+
cx: "19",
|
|
61
|
+
cy: "19",
|
|
62
|
+
r: "2",
|
|
63
|
+
fill: "none",
|
|
64
|
+
strokeMiterlimit: "10",
|
|
65
|
+
strokeWidth: ".72"
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
var _ref6 =
|
|
69
|
+
/*#__PURE__*/
|
|
70
|
+
|
|
71
|
+
/*#__PURE__*/
|
|
72
|
+
React.createElement("circle", {
|
|
73
|
+
cx: "17",
|
|
74
|
+
cy: "24",
|
|
75
|
+
r: "1",
|
|
76
|
+
fill: "none",
|
|
77
|
+
strokeMiterlimit: "10",
|
|
78
|
+
strokeWidth: ".72"
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
var _ref7 =
|
|
82
|
+
/*#__PURE__*/
|
|
83
|
+
|
|
84
|
+
/*#__PURE__*/
|
|
85
|
+
React.createElement("circle", {
|
|
86
|
+
cx: "31",
|
|
87
|
+
cy: "24",
|
|
88
|
+
r: "1",
|
|
89
|
+
fill: "none",
|
|
90
|
+
strokeMiterlimit: "10",
|
|
91
|
+
strokeWidth: ".72"
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
var _ref8 =
|
|
95
|
+
/*#__PURE__*/
|
|
96
|
+
|
|
97
|
+
/*#__PURE__*/
|
|
98
|
+
React.createElement("circle", {
|
|
99
|
+
cx: "24",
|
|
100
|
+
cy: "17",
|
|
101
|
+
r: "1",
|
|
102
|
+
fill: "none",
|
|
103
|
+
strokeMiterlimit: "10",
|
|
104
|
+
strokeWidth: ".72"
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
var _ref9 =
|
|
108
|
+
/*#__PURE__*/
|
|
109
|
+
|
|
110
|
+
/*#__PURE__*/
|
|
111
|
+
React.createElement("circle", {
|
|
112
|
+
cx: "24",
|
|
113
|
+
cy: "31",
|
|
114
|
+
r: "1",
|
|
115
|
+
fill: "none",
|
|
116
|
+
strokeMiterlimit: "10",
|
|
117
|
+
strokeWidth: ".72"
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
var _ref10 =
|
|
121
|
+
/*#__PURE__*/
|
|
122
|
+
|
|
123
|
+
/*#__PURE__*/
|
|
124
|
+
React.createElement("circle", {
|
|
125
|
+
cx: "29",
|
|
126
|
+
cy: "19",
|
|
127
|
+
r: "2",
|
|
128
|
+
fill: "none",
|
|
129
|
+
strokeMiterlimit: "10",
|
|
130
|
+
strokeWidth: ".72"
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
var _ref11 =
|
|
134
|
+
/*#__PURE__*/
|
|
135
|
+
|
|
136
|
+
/*#__PURE__*/
|
|
137
|
+
React.createElement("circle", {
|
|
138
|
+
cx: "19",
|
|
139
|
+
cy: "29",
|
|
140
|
+
r: "2",
|
|
141
|
+
fill: "none",
|
|
142
|
+
strokeMiterlimit: "10",
|
|
143
|
+
strokeWidth: ".72"
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
var _ref12 =
|
|
147
|
+
/*#__PURE__*/
|
|
148
|
+
|
|
149
|
+
/*#__PURE__*/
|
|
150
|
+
React.createElement("circle", {
|
|
151
|
+
cx: "29",
|
|
152
|
+
cy: "29",
|
|
153
|
+
r: "2",
|
|
154
|
+
fill: "none",
|
|
155
|
+
strokeMiterlimit: "10",
|
|
156
|
+
strokeWidth: ".72"
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
var Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref, ref) {
|
|
160
|
+
var children = _ref.children,
|
|
161
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
162
|
+
|
|
163
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
164
|
+
width: 48,
|
|
165
|
+
height: 48,
|
|
166
|
+
viewBox: "0 0 48 48",
|
|
167
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
168
|
+
stroke: "currentColor",
|
|
169
|
+
ref: ref
|
|
170
|
+
}, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, children);
|
|
171
|
+
});
|
|
172
|
+
|
|
173
|
+
module.exports = Coronavirus;
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
d: "M12,9 h18l6,6v24H12V9z M30,9v6h6 M33,19H15v16h18V19z M15,23h18 M15,31h18 M15,27h18 M21,19v16 M27,19v16"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = DataSet;
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
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"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var DesignThinkingTeam = /*#__PURE__*/React.forwardRef(function DesignThinkingTeam(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = DesignThinkingTeam;
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
12
|
+
|
|
13
|
+
var Icon = require('../Icon-1f3f78db.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
var React = _interopDefault(require('react'));
|
|
17
|
+
|
|
18
|
+
var _ref2 =
|
|
19
|
+
/*#__PURE__*/
|
|
20
|
+
|
|
21
|
+
/*#__PURE__*/
|
|
22
|
+
React.createElement("path", {
|
|
23
|
+
fill: "none",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeMiterlimit: "10",
|
|
26
|
+
strokeWidth: ".72",
|
|
27
|
+
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"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var DeveloperZOs = /*#__PURE__*/React.forwardRef(function DeveloperZOs(_ref, ref) {
|
|
31
|
+
var children = _ref.children,
|
|
32
|
+
rest = Icon._objectWithoutProperties(_ref, ["children"]);
|
|
33
|
+
|
|
34
|
+
return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
|
|
35
|
+
width: 48,
|
|
36
|
+
height: 48,
|
|
37
|
+
viewBox: "0 0 48 48",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
ref: ref
|
|
41
|
+
}, rest), _ref2, children);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
module.exports = DeveloperZOs;
|