@carbon/pictograms-react 10.15.0-rc.0 → 10.16.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.
@@ -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
+ strokeLinecap: "round",
21
+ strokeMiterlimit: "10",
22
+ strokeWidth: ".72",
23
+ d: "M24.861,24.87C26.328,23.116,28.534,22,31,22c4.418,0,8,3.582,8,8s-3.582,8-8,8H15.5C11.91,38,9,35.09,9,31.5 c0-3.134,2.218-5.751,5.171-6.364 M32.749,22.154C31.043,19.08,27.765,17,24,17c-5.523,0-10,4.477-10,10 c0,1.818,0.485,3.524,1.334,4.993 M9,18.66l2.973,1.716 M17.057,15.293L15.34,12.32 M24,13.432V10 M32.66,12.32l-1.716,2.973 M36.027,20.376L39,18.66"
24
+ });
25
+
26
+ var IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_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 IbmCloud;
@@ -0,0 +1,41 @@
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: "M18.568,36.585c5.045,2.913,11.495,1.184,14.408-3.861c2.913-5.045,1.184-11.495-3.861-14.408 M29.115,18.317 c-2.509-1.448-5.365-1.749-7.961-1.065 M13.584,29.908c0.651,2.716,2.373,5.171,4.984,6.678 M29.114,18.318 c-2.249-1.299-6.433,1.737-9.345,6.781s-3.449,10.185-1.2,11.484 M20.813,19.739c-2.753-0.182-5.081,0.668-6.149,2.518 c-1.839,3.185,0.759,8.128,5.802,11.04s10.623,2.69,12.462-0.495 M9,18.66l2.973,1.716 M15.34,12.32l1.716,2.973 M24,10v3.432 M32.66,12.32l-1.716,2.973 M36.027,20.376L39,18.66"
25
+ });
26
+
27
+ var IbmWatson = /*#__PURE__*/React.forwardRef(function IbmWatson(_ref, ref) {
28
+ var children = _ref.children,
29
+ rest = _objectWithoutProperties(_ref, ["children"]);
30
+
31
+ return /*#__PURE__*/React.createElement(Icon, _extends({
32
+ width: 48,
33
+ height: 48,
34
+ viewBox: "0 0 48 48",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ stroke: "currentColor",
37
+ ref: ref
38
+ }, rest), _ref2, children);
39
+ });
40
+
41
+ export default IbmWatson;