@carbon/icons-react 11.16.0 → 11.16.1

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 (39) hide show
  1. package/es/DocumentMultiple_01.js +41 -0
  2. package/es/DocumentMultiple_02.js +45 -0
  3. package/es/IbmProcessMining.js +41 -0
  4. package/es/ReferenceArchitecture.js +43 -0
  5. package/es/UserSponsor.js +39 -0
  6. package/es/WhitePaper.js +41 -0
  7. package/es/generated/bucket-10.js +824 -828
  8. package/es/generated/bucket-11.js +810 -805
  9. package/es/generated/bucket-12.js +742 -739
  10. package/es/generated/bucket-13.js +901 -911
  11. package/es/generated/bucket-14.js +707 -704
  12. package/es/generated/bucket-15.js +904 -905
  13. package/es/generated/bucket-16.js +585 -443
  14. package/es/generated/bucket-5.js +783 -779
  15. package/es/generated/bucket-6.js +831 -831
  16. package/es/generated/bucket-7.js +838 -838
  17. package/es/generated/bucket-8.js +789 -788
  18. package/es/generated/bucket-9.js +828 -823
  19. package/es/index.js +12 -12
  20. package/lib/DocumentMultiple_01.js +47 -0
  21. package/lib/DocumentMultiple_02.js +51 -0
  22. package/lib/IbmProcessMining.js +47 -0
  23. package/lib/ReferenceArchitecture.js +49 -0
  24. package/lib/UserSponsor.js +45 -0
  25. package/lib/WhitePaper.js +47 -0
  26. package/lib/generated/bucket-10.js +826 -830
  27. package/lib/generated/bucket-11.js +813 -808
  28. package/lib/generated/bucket-12.js +745 -742
  29. package/lib/generated/bucket-13.js +904 -914
  30. package/lib/generated/bucket-14.js +710 -707
  31. package/lib/generated/bucket-15.js +908 -909
  32. package/lib/generated/bucket-16.js +590 -442
  33. package/lib/generated/bucket-5.js +784 -780
  34. package/lib/generated/bucket-6.js +832 -832
  35. package/lib/generated/bucket-7.js +840 -840
  36. package/lib/generated/bucket-8.js +791 -790
  37. package/lib/generated/bucket-9.js +830 -825
  38. package/lib/index.js +43 -37
  39. package/package.json +3 -3
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _path, _path2;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_01(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
34
+ })), children);
35
+ });
36
+
37
+ if (process.env.NODE_ENV !== "production") {
38
+ DocumentMultiple_01.propTypes = iconPropTypes;
39
+ }
40
+
41
+ export { DocumentMultiple_01 as default };
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _path, _path2, _path3, _path4;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
34
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
35
+ d: "M16 16H24V18H16z"
36
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
37
+ d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
38
+ })), children);
39
+ });
40
+
41
+ if (process.env.NODE_ENV !== "production") {
42
+ DocumentMultiple_02.propTypes = iconPropTypes;
43
+ }
44
+
45
+ export { DocumentMultiple_02 as default };
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _path, _path2;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
34
+ })), children);
35
+ });
36
+
37
+ if (process.env.NODE_ENV !== "production") {
38
+ IbmProcessMining.propTypes = iconPropTypes;
39
+ }
40
+
41
+ export { IbmProcessMining as default };
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _circle, _path;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var ReferenceArchitecture = /*#__PURE__*/React.forwardRef(function ReferenceArchitecture(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
31
+ cx: "18",
32
+ cy: "26",
33
+ r: "1"
34
+ })), _path || (_path = /*#__PURE__*/React.createElement("path", {
35
+ d: "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
36
+ })), children);
37
+ });
38
+
39
+ if (process.env.NODE_ENV !== "production") {
40
+ ReferenceArchitecture.propTypes = iconPropTypes;
41
+ }
42
+
43
+ export { ReferenceArchitecture as default };
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _path;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M31.8301 13.3662L30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662zM22 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM12 4c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5c.0031-2.7601 2.2399-4.9969 5-5m0-2c-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7z"
32
+ })), children);
33
+ });
34
+
35
+ if (process.env.NODE_ENV !== "production") {
36
+ UserSponsor.propTypes = iconPropTypes;
37
+ }
38
+
39
+ export { UserSponsor as default };
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2021
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 { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
10
+ import React from 'react';
11
+ import '@carbon/icon-helpers';
12
+ import 'prop-types';
13
+
14
+ var _path, _path2;
15
+
16
+ var _excluded = ["children", "size"];
17
+ var WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref, ref) {
18
+ var children = _ref.children,
19
+ _ref$size = _ref.size,
20
+ size = _ref$size === void 0 ? 16 : _ref$size,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+
23
+ return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor"
30
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
34
+ })), children);
35
+ });
36
+
37
+ if (process.env.NODE_ENV !== "production") {
38
+ WhitePaper.propTypes = iconPropTypes;
39
+ }
40
+
41
+ export { WhitePaper as default };