@carbon/icons 11.16.0-rc.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 (58) hide show
  1. package/es/document--multiple-01/16.js +33 -0
  2. package/es/document--multiple-01/20.js +33 -0
  3. package/es/document--multiple-01/24.js +33 -0
  4. package/es/document--multiple-01/32.js +33 -0
  5. package/es/document--multiple-02/16.js +43 -0
  6. package/es/document--multiple-02/20.js +43 -0
  7. package/es/document--multiple-02/24.js +43 -0
  8. package/es/document--multiple-02/32.js +43 -0
  9. package/es/ibm--process-mining/16.js +33 -0
  10. package/es/ibm--process-mining/20.js +33 -0
  11. package/es/ibm--process-mining/24.js +33 -0
  12. package/es/ibm--process-mining/32.js +33 -0
  13. package/es/index.js +24 -0
  14. package/es/reference-architecture/16.js +35 -0
  15. package/es/reference-architecture/20.js +35 -0
  16. package/es/reference-architecture/24.js +35 -0
  17. package/es/reference-architecture/32.js +35 -0
  18. package/es/user--sponsor/16.js +28 -0
  19. package/es/user--sponsor/20.js +28 -0
  20. package/es/user--sponsor/24.js +28 -0
  21. package/es/user--sponsor/32.js +28 -0
  22. package/es/white-paper/16.js +33 -0
  23. package/es/white-paper/20.js +33 -0
  24. package/es/white-paper/24.js +33 -0
  25. package/es/white-paper/32.js +33 -0
  26. package/lib/document--multiple-01/16.js +35 -0
  27. package/lib/document--multiple-01/20.js +35 -0
  28. package/lib/document--multiple-01/24.js +35 -0
  29. package/lib/document--multiple-01/32.js +35 -0
  30. package/lib/document--multiple-02/16.js +45 -0
  31. package/lib/document--multiple-02/20.js +45 -0
  32. package/lib/document--multiple-02/24.js +45 -0
  33. package/lib/document--multiple-02/32.js +45 -0
  34. package/lib/ibm--process-mining/16.js +35 -0
  35. package/lib/ibm--process-mining/20.js +35 -0
  36. package/lib/ibm--process-mining/24.js +35 -0
  37. package/lib/ibm--process-mining/32.js +35 -0
  38. package/lib/index.js +48 -0
  39. package/lib/reference-architecture/16.js +37 -0
  40. package/lib/reference-architecture/20.js +37 -0
  41. package/lib/reference-architecture/24.js +37 -0
  42. package/lib/reference-architecture/32.js +37 -0
  43. package/lib/user--sponsor/16.js +30 -0
  44. package/lib/user--sponsor/20.js +30 -0
  45. package/lib/user--sponsor/24.js +30 -0
  46. package/lib/user--sponsor/32.js +30 -0
  47. package/lib/white-paper/16.js +35 -0
  48. package/lib/white-paper/20.js +35 -0
  49. package/lib/white-paper/24.js +35 -0
  50. package/lib/white-paper/32.js +35 -0
  51. package/metadata.json +1164 -0
  52. package/package.json +2 -2
  53. package/svg/32/document--multiple-01.svg +1 -0
  54. package/svg/32/document--multiple-02.svg +1 -0
  55. package/svg/32/ibm--process-mining.svg +1 -0
  56. package/svg/32/reference-architecture.svg +1 -0
  57. package/svg/32/user--sponsor.svg +1 -0
  58. package/svg/32/white-paper.svg +1 -0
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "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"
22
+ }
23
+ }],
24
+ "name": "user--sponsor",
25
+ "size": 16
26
+ };
27
+
28
+ export { _16 as default };
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "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"
22
+ }
23
+ }],
24
+ "name": "user--sponsor",
25
+ "size": 20
26
+ };
27
+
28
+ export { _20 as default };
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "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"
22
+ }
23
+ }],
24
+ "name": "user--sponsor",
25
+ "size": 24
26
+ };
27
+
28
+ export { _24 as default };
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "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"
22
+ }
23
+ }],
24
+ "name": "user--sponsor",
25
+ "size": 32
26
+ };
27
+
28
+ export { _32 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 16,
16
+ "height": 16
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
27
+ }
28
+ }],
29
+ "name": "white-paper",
30
+ "size": 16
31
+ };
32
+
33
+ export { _16 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 20,
16
+ "height": 20
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
27
+ }
28
+ }],
29
+ "name": "white-paper",
30
+ "size": 20
31
+ };
32
+
33
+ export { _20 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 24,
16
+ "height": 24
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
27
+ }
28
+ }],
29
+ "name": "white-paper",
30
+ "size": 24
31
+ };
32
+
33
+ export { _24 as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 32,
16
+ "height": 32
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
27
+ }
28
+ }],
29
+ "name": "white-paper",
30
+ "size": 32
31
+ };
32
+
33
+ export { _32 as default };
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 16,
18
+ "height": 16
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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\tC30,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"
29
+ }
30
+ }],
31
+ "name": "document--multiple-01",
32
+ "size": 16
33
+ };
34
+
35
+ module.exports = _16;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 20,
18
+ "height": 20
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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\tC30,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"
29
+ }
30
+ }],
31
+ "name": "document--multiple-01",
32
+ "size": 20
33
+ };
34
+
35
+ module.exports = _20;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 24,
18
+ "height": 24
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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\tC30,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"
29
+ }
30
+ }],
31
+ "name": "document--multiple-01",
32
+ "size": 24
33
+ };
34
+
35
+ module.exports = _24;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 32,
18
+ "height": 32
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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\tC30,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"
29
+ }
30
+ }],
31
+ "name": "document--multiple-01",
32
+ "size": 32
33
+ };
34
+
35
+ module.exports = _32;
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 16,
18
+ "height": 16
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16 16H24V18H16z"
34
+ }
35
+ }, {
36
+ "elem": "path",
37
+ "attrs": {
38
+ "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\tC28,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"
39
+ }
40
+ }],
41
+ "name": "document--multiple-02",
42
+ "size": 16
43
+ };
44
+
45
+ module.exports = _16;
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 20,
18
+ "height": 20
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16 16H24V18H16z"
34
+ }
35
+ }, {
36
+ "elem": "path",
37
+ "attrs": {
38
+ "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\tC28,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"
39
+ }
40
+ }],
41
+ "name": "document--multiple-02",
42
+ "size": 20
43
+ };
44
+
45
+ module.exports = _20;
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _24 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 24,
18
+ "height": 24
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16 16H24V18H16z"
34
+ }
35
+ }, {
36
+ "elem": "path",
37
+ "attrs": {
38
+ "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\tC28,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"
39
+ }
40
+ }],
41
+ "name": "document--multiple-02",
42
+ "size": 24
43
+ };
44
+
45
+ module.exports = _24;
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _32 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 32,
18
+ "height": 32
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
29
+ }
30
+ }, {
31
+ "elem": "path",
32
+ "attrs": {
33
+ "d": "M16 16H24V18H16z"
34
+ }
35
+ }, {
36
+ "elem": "path",
37
+ "attrs": {
38
+ "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\tC28,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"
39
+ }
40
+ }],
41
+ "name": "document--multiple-02",
42
+ "size": 32
43
+ };
44
+
45
+ module.exports = _32;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _16 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 16,
18
+ "height": 16
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "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"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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"
29
+ }
30
+ }],
31
+ "name": "ibm--process-mining",
32
+ "size": 16
33
+ };
34
+
35
+ module.exports = _16;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 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
+ var _20 = {
12
+ "elem": "svg",
13
+ "attrs": {
14
+ "xmlns": "http://www.w3.org/2000/svg",
15
+ "viewBox": "0 0 32 32",
16
+ "fill": "currentColor",
17
+ "width": 20,
18
+ "height": 20
19
+ },
20
+ "content": [{
21
+ "elem": "path",
22
+ "attrs": {
23
+ "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"
24
+ }
25
+ }, {
26
+ "elem": "path",
27
+ "attrs": {
28
+ "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"
29
+ }
30
+ }],
31
+ "name": "ibm--process-mining",
32
+ "size": 20
33
+ };
34
+
35
+ module.exports = _20;