@carbon/pictograms-react 10.14.0-rc.0 → 10.15.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.
Files changed (54) hide show
  1. package/es/add--document/index.js +40 -0
  2. package/es/backpack/index.js +40 -0
  3. package/es/contract/index.js +40 -0
  4. package/es/coronavirus/index.js +169 -0
  5. package/es/distribution--ledger/index.js +74 -0
  6. package/es/document--security/index.js +40 -0
  7. package/es/employee--insights/index.js +40 -0
  8. package/es/feedback--02/index.js +53 -0
  9. package/es/goals/index.js +58 -0
  10. package/es/growth/index.js +76 -0
  11. package/es/hills/index.js +52 -0
  12. package/es/id--badge/index.js +40 -0
  13. package/es/index.js +28 -3
  14. package/es/insights/index.js +66 -0
  15. package/es/mri/index.js +39 -0
  16. package/es/mri--patient/index.js +40 -0
  17. package/es/natural--language--understanding/index.js +51 -0
  18. package/es/pregnant/index.js +40 -0
  19. package/es/qr-code/index.js +88 -0
  20. package/es/racetrack/index.js +40 -0
  21. package/es/research/index.js +133 -0
  22. package/es/sports/index.js +40 -0
  23. package/es/transactional--blockchain/index.js +133 -0
  24. package/es/transactional--trust/index.js +62 -0
  25. package/es/x-ray--01/index.js +40 -0
  26. package/es/x-ray--02/index.js +40 -0
  27. package/lib/add--document/index.js +44 -0
  28. package/lib/backpack/index.js +44 -0
  29. package/lib/contract/index.js +44 -0
  30. package/lib/coronavirus/index.js +173 -0
  31. package/lib/distribution--ledger/index.js +78 -0
  32. package/lib/document--security/index.js +44 -0
  33. package/lib/employee--insights/index.js +44 -0
  34. package/lib/feedback--02/index.js +57 -0
  35. package/lib/goals/index.js +62 -0
  36. package/lib/growth/index.js +80 -0
  37. package/lib/hills/index.js +56 -0
  38. package/lib/id--badge/index.js +44 -0
  39. package/lib/index.js +1188 -1138
  40. package/lib/insights/index.js +70 -0
  41. package/lib/mri/index.js +43 -0
  42. package/lib/mri--patient/index.js +44 -0
  43. package/lib/natural--language--understanding/index.js +55 -0
  44. package/lib/pregnant/index.js +44 -0
  45. package/lib/qr-code/index.js +92 -0
  46. package/lib/racetrack/index.js +44 -0
  47. package/lib/research/index.js +137 -0
  48. package/lib/sports/index.js +44 -0
  49. package/lib/transactional--blockchain/index.js +137 -0
  50. package/lib/transactional--trust/index.js +66 -0
  51. package/lib/x-ray--01/index.js +44 -0
  52. package/lib/x-ray--02/index.js +44 -0
  53. package/package.json +3 -3
  54. package/umd/index.js +3094 -1885
@@ -0,0 +1,70 @@
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: "6.375",
26
+ fill: "none",
27
+ strokeDasharray: "1.9998,1.9998",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: ".72"
30
+ });
31
+
32
+ var _ref3 =
33
+ /*#__PURE__*/
34
+
35
+ /*#__PURE__*/
36
+ React.createElement("path", {
37
+ fill: "none",
38
+ strokeLinejoin: "round",
39
+ strokeMiterlimit: "10",
40
+ strokeWidth: ".72",
41
+ d: "M10,24 c0,0,3.823,9,14,9s14-9,14-9s-3.823-9-14-9S10,24,10,24z"
42
+ });
43
+
44
+ var _ref4 =
45
+ /*#__PURE__*/
46
+
47
+ /*#__PURE__*/
48
+ React.createElement("path", {
49
+ fill: "none",
50
+ strokeLinejoin: "round",
51
+ strokeMiterlimit: "10",
52
+ strokeWidth: ".72",
53
+ d: "M27.891,23.067 C27.962,23.366,28,23.679,28,24c0,2.209-1.791,4-4,4s-4-1.791-4-4s1.791-4,4-4c0.288,0,0.569,0.03,0.839,0.088"
54
+ });
55
+
56
+ var Insights = /*#__PURE__*/React.forwardRef(function Insights(_ref, ref) {
57
+ var children = _ref.children,
58
+ rest = Icon._objectWithoutProperties(_ref, ["children"]);
59
+
60
+ return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
61
+ width: 48,
62
+ height: 48,
63
+ viewBox: "0 0 48 48",
64
+ xmlns: "http://www.w3.org/2000/svg",
65
+ stroke: "currentColor",
66
+ ref: ref
67
+ }, rest), _ref2, _ref3, _ref4, children);
68
+ });
69
+
70
+ module.exports = Insights;
@@ -0,0 +1,43 @@
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: "M12.347,30 C11.483,28.182,11,26.147,11,24c0-7.732,6.268-14,14-14s14,6.268,14,14s-6.268,14-14,14c-3.815,0-7.273-1.526-9.798-4 M25,34 c5.523,0,10-4.477,10-10s-4.477-10-10-10s-10,4.477-10,10c0,2.252,0.744,4.329,2,6.001 M33,30H9v4h16 M11,38v-4 M9,38h4 M23,12h4"
27
+ });
28
+
29
+ var Mri = /*#__PURE__*/React.forwardRef(function Mri(_ref, ref) {
30
+ var children = _ref.children,
31
+ rest = Icon._objectWithoutProperties(_ref, ["children"]);
32
+
33
+ return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
34
+ width: 48,
35
+ height: 48,
36
+ viewBox: "0 0 48 48",
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ stroke: "currentColor",
39
+ ref: ref
40
+ }, rest), _ref2, children);
41
+ });
42
+
43
+ module.exports = Mri;
@@ -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: "M29.5,23c1.381,0,2.5,1.119,2.5,2.5S30.881,28,29.5,28S27,26.881,27,25.5S28.119,23,29.5,23z M15.202,34 c2.525,2.474,5.983,4,9.798,4c7.732,0,14-6.268,14-14s-6.268-14-14-14c-6.342,0-11.699,4.217-13.42,10 M33,30H9v4h16 c5.523,0,10-4.477,10-10s-4.477-10-10-10c-4.101,0-7.625,2.468-9.168,6 M11,38v-4 M9,38h4 M23,12h4 M9,28h8h7.5 c1.381,0,2.5-1.119,2.5-2.5v0c0-1.381-1.119-2.5-2.5-2.5H19c-1.105,0-2,0.895-2,2v0H9"
28
+ });
29
+
30
+ var MriPatient = /*#__PURE__*/React.forwardRef(function MriPatient(_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 = MriPatient;
@@ -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: "M19 9L22 12 19 15"
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: "M22,38H9V22h13V38z M11,30h9 M11,26h9 M11,34h9 M22,12h-9c-1.105,0-2,0.895-2,2v5 M33,10h-7v3h7V10z M33,28h-7v3h7V28z M39,16h-9v3h9V16z M39,22h-9 v3h9V22z M39,34h-9v3h9V34z"
39
+ });
40
+
41
+ var NaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function NaturalLanguageUnderstanding(_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 = NaturalLanguageUnderstanding;
@@ -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: "M25.5,12.5c0,1.381-1.119,2.5-2.5,2.5s-2.5-1.119-2.5-2.5S21.619,10,23,10S25.5,11.119,25.5,12.5z M24,38l1-9c2.209,0,4-1.791,4-4 c0-1.566-0.9-2.922-2.211-3.579c0,0-1.789-3.137-1.789-3.137C24.553,17.521,24,17,23,17h-0.558c-0.861,0-1.625,0.551-1.897,1.368 L19,23l6,2 M21,26v12"
28
+ });
29
+
30
+ var Pregnant = /*#__PURE__*/React.forwardRef(function Pregnant(_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 = Pregnant;
@@ -0,0 +1,92 @@
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 12H22V22H12z"
28
+ });
29
+
30
+ var _ref3 =
31
+ /*#__PURE__*/
32
+
33
+ /*#__PURE__*/
34
+ React.createElement("path", {
35
+ d: "M15 15H19V19H15z"
36
+ });
37
+
38
+ var _ref4 =
39
+ /*#__PURE__*/
40
+
41
+ /*#__PURE__*/
42
+ React.createElement("path", {
43
+ fill: "none",
44
+ strokeLinejoin: "round",
45
+ strokeMiterlimit: "10",
46
+ strokeWidth: ".72",
47
+ d: "M12 26H22V36H12z"
48
+ });
49
+
50
+ var _ref5 =
51
+ /*#__PURE__*/
52
+
53
+ /*#__PURE__*/
54
+ React.createElement("path", {
55
+ d: "M15 29H19V33H15zM32 34H34V36H32zM34 26H36V28H34zM34 30H36V34H34zM26 26H30V28H26zM26 30H28V32H26zM26 34H28V36H26zM34 28L30 28 30 32 28 32 28 34 32 34 32 30 34 30z"
56
+ });
57
+
58
+ var _ref6 =
59
+ /*#__PURE__*/
60
+
61
+ /*#__PURE__*/
62
+ React.createElement("path", {
63
+ fill: "none",
64
+ strokeLinejoin: "round",
65
+ strokeMiterlimit: "10",
66
+ strokeWidth: ".72",
67
+ d: "M26 12H36V22H26z"
68
+ });
69
+
70
+ var _ref7 =
71
+ /*#__PURE__*/
72
+
73
+ /*#__PURE__*/
74
+ React.createElement("path", {
75
+ d: "M29 15H33V19H29z"
76
+ });
77
+
78
+ var QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref, ref) {
79
+ var children = _ref.children,
80
+ rest = Icon._objectWithoutProperties(_ref, ["children"]);
81
+
82
+ return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
83
+ width: 48,
84
+ height: 48,
85
+ viewBox: "0 0 48 48",
86
+ xmlns: "http://www.w3.org/2000/svg",
87
+ stroke: "currentColor",
88
+ ref: ref
89
+ }, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, children);
90
+ });
91
+
92
+ module.exports = QrCode;
@@ -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: "M29,34H19c-5.523,0-10-4.477-10-10v0c0-5.523,4.477-10,10-10h10c5.523,0,10,4.477,10,10v0C39,29.523,34.523,34,29,34z M36,24L36,24 c0-3.866-3.134-7-7-7H19c-3.866,0-7,3.134-7,7v0c0,3.866,3.134,7,7,7h10C32.866,31,36,27.866,36,24z M33,24L33,24 c0-2.209-1.791-4-4-4H19c-2.209,0-4,1.791-4,4v0c0,2.209,1.791,4,4,4h10C31.209,28,33,26.209,33,24z M20,20v-6 M22,14v6"
28
+ });
29
+
30
+ var Racetrack = /*#__PURE__*/React.forwardRef(function Racetrack(_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 = Racetrack;
@@ -0,0 +1,137 @@
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: "M21,33 c-6.627,0-12-5.373-12-12S14.373,9,21,9c2.612,0,5.03,0.835,7,2.252"
28
+ });
29
+
30
+ var _ref3 =
31
+ /*#__PURE__*/
32
+
33
+ /*#__PURE__*/
34
+ React.createElement("circle", {
35
+ cx: "23",
36
+ cy: "13",
37
+ r: "1"
38
+ });
39
+
40
+ var _ref4 =
41
+ /*#__PURE__*/
42
+
43
+ /*#__PURE__*/
44
+ React.createElement("circle", {
45
+ cx: "15",
46
+ cy: "27",
47
+ r: "1"
48
+ });
49
+
50
+ var _ref5 =
51
+ /*#__PURE__*/
52
+
53
+ /*#__PURE__*/
54
+ React.createElement("circle", {
55
+ cx: "18",
56
+ cy: "15",
57
+ r: ".5"
58
+ });
59
+
60
+ var _ref6 =
61
+ /*#__PURE__*/
62
+
63
+ /*#__PURE__*/
64
+ React.createElement("circle", {
65
+ cx: "19",
66
+ cy: "20",
67
+ r: ".5"
68
+ });
69
+
70
+ var _ref7 =
71
+ /*#__PURE__*/
72
+
73
+ /*#__PURE__*/
74
+ React.createElement("circle", {
75
+ cx: "14",
76
+ cy: "18",
77
+ r: ".5"
78
+ });
79
+
80
+ var _ref8 =
81
+ /*#__PURE__*/
82
+
83
+ /*#__PURE__*/
84
+ React.createElement("circle", {
85
+ cx: "18",
86
+ cy: "15",
87
+ r: "2",
88
+ fill: "none",
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round",
91
+ strokeMiterlimit: "10",
92
+ strokeWidth: ".72"
93
+ });
94
+
95
+ var _ref9 =
96
+ /*#__PURE__*/
97
+
98
+ /*#__PURE__*/
99
+ React.createElement("circle", {
100
+ cx: "13.6",
101
+ cy: "22.4",
102
+ r: "1.6",
103
+ fill: "none",
104
+ strokeLinecap: "round",
105
+ strokeLinejoin: "round",
106
+ strokeMiterlimit: "10",
107
+ strokeWidth: ".72"
108
+ });
109
+
110
+ var _ref10 =
111
+ /*#__PURE__*/
112
+
113
+ /*#__PURE__*/
114
+ React.createElement("path", {
115
+ fill: "none",
116
+ strokeLinecap: "round",
117
+ strokeLinejoin: "round",
118
+ strokeMiterlimit: "10",
119
+ strokeWidth: ".72",
120
+ d: "M33.5,33.5H39V39H17l3.667-3.666H33.5V33.5z M29.833,17.002c-1.519,0-2.75,1.231-2.75,2.75s1.231,2.75,2.75,2.75 c1.519,0,2.75-1.231,2.75-2.75S31.352,17.002,29.833,17.002z M18.41,28.048l4.763,2.75l0.917-1.588l-4.763-2.75L18.41,28.048z M30.993,17.253l3.179-5.506L29.409,9l-9.166,15.873l4.763,2.75l3.249-5.627 M21.831,25.789l-0.917,1.588l1.588,0.917l0.917-1.588 L21.831,25.789z M35.939,33.501c0.78-1.348,1.226-2.913,1.226-4.583c0-3.486-1.946-6.518-4.812-8.068"
121
+ });
122
+
123
+ var Research = /*#__PURE__*/React.forwardRef(function Research(_ref, ref) {
124
+ var children = _ref.children,
125
+ rest = Icon._objectWithoutProperties(_ref, ["children"]);
126
+
127
+ return /*#__PURE__*/React.createElement(Icon.Icon, Icon._extends({
128
+ width: 48,
129
+ height: 48,
130
+ viewBox: "0 0 48 48",
131
+ xmlns: "http://www.w3.org/2000/svg",
132
+ stroke: "currentColor",
133
+ ref: ref
134
+ }, rest), _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, children);
135
+ });
136
+
137
+ module.exports = Research;
@@ -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: "M30.487,17.532l3.464,2l2.25-3.897c0.414-0.717,1.332-0.963,2.049-0.549c0.717,0.414,0.963,1.332,0.549,2.049l-2.75,4.763 c-0.552,0.957-1.775,1.284-2.732,0.732l-3.464-2 M19.946,23.882c-0.262,1.417,0.374,2.907,1.692,3.668l5.629,3.25l-2.947,5.103 c-0.498,0.863-0.37,2.003,0.401,2.633c0.983,0.803,2.402,0.512,3.009-0.54l4-6.928c0.552-0.957,0.225-2.18-0.732-2.732l-6.062-3.5 M18.993,27.772l-4.697,8.135c-0.498,0.863-0.37,2.003,0.401,2.633c0.983,0.803,2.402,0.512,3.009-0.54l4.75-8.227 M27.853,24.094 l2.25-3.897c0.795-1.376,0.6-2.975-0.615-4.197l0,0c1.089,0.055,2.167-0.491,2.749-1.499c0.828-1.435,0.337-3.27-1.098-4.098 c-1.435-0.828-3.27-0.337-4.098,1.098c-0.645,1.118-0.49,2.478,0.289,3.416c0,0-6.84,0-6.84,0c-1.105,0-2,0.895-2,2v5.5 c0,0.828,0.672,1.5,1.5,1.5s1.5-0.672,1.5-1.5v-4.431h3.521 M9,17h7 M9,21h7 M9,25h7"
28
+ });
29
+
30
+ var Sports = /*#__PURE__*/React.forwardRef(function Sports(_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 = Sports;