@carbon/icons-vue 10.65.0 → 10.65.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.
- package/es/document--multiple-01/16.js +31 -0
- package/es/document--multiple-01/20.js +31 -0
- package/es/document--multiple-01/24.js +31 -0
- package/es/document--multiple-01/32.js +31 -0
- package/es/document--multiple-02/16.js +41 -0
- package/es/document--multiple-02/20.js +41 -0
- package/es/document--multiple-02/24.js +41 -0
- package/es/document--multiple-02/32.js +41 -0
- package/es/ibm--process-mining/16.js +31 -0
- package/es/ibm--process-mining/20.js +31 -0
- package/es/ibm--process-mining/24.js +31 -0
- package/es/ibm--process-mining/32.js +31 -0
- package/es/index.js +24 -0
- package/es/reference-architecture/16.js +33 -0
- package/es/reference-architecture/20.js +33 -0
- package/es/reference-architecture/24.js +33 -0
- package/es/reference-architecture/32.js +33 -0
- package/es/user--sponsor/16.js +26 -0
- package/es/user--sponsor/20.js +26 -0
- package/es/user--sponsor/24.js +26 -0
- package/es/user--sponsor/32.js +26 -0
- package/es/white-paper/16.js +31 -0
- package/es/white-paper/20.js +31 -0
- package/es/white-paper/24.js +31 -0
- package/es/white-paper/32.js +31 -0
- package/lib/document--multiple-01/16.js +33 -0
- package/lib/document--multiple-01/20.js +33 -0
- package/lib/document--multiple-01/24.js +33 -0
- package/lib/document--multiple-01/32.js +33 -0
- package/lib/document--multiple-02/16.js +43 -0
- package/lib/document--multiple-02/20.js +43 -0
- package/lib/document--multiple-02/24.js +43 -0
- package/lib/document--multiple-02/32.js +43 -0
- package/lib/ibm--process-mining/16.js +33 -0
- package/lib/ibm--process-mining/20.js +33 -0
- package/lib/ibm--process-mining/24.js +33 -0
- package/lib/ibm--process-mining/32.js +33 -0
- package/lib/index.js +48 -0
- package/lib/reference-architecture/16.js +35 -0
- package/lib/reference-architecture/20.js +35 -0
- package/lib/reference-architecture/24.js +35 -0
- package/lib/reference-architecture/32.js +35 -0
- package/lib/user--sponsor/16.js +28 -0
- package/lib/user--sponsor/20.js +28 -0
- package/lib/user--sponsor/24.js +28 -0
- package/lib/user--sponsor/32.js +28 -0
- package/lib/white-paper/16.js +33 -0
- package/lib/white-paper/20.js +33 -0
- package/lib/white-paper/24.js +33 -0
- package/lib/white-paper/32.js +33 -0
- package/package.json +3 -3
- package/umd/index.js +484 -0
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0116 = createSVGComponent(DocumentMultiple_0116, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { DocumentMultiple_0116 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0120 = createSVGComponent(DocumentMultiple_0120, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { DocumentMultiple_0120 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0124 = createSVGComponent(DocumentMultiple_0124, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { DocumentMultiple_0124 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0132 = createSVGComponent(DocumentMultiple_0132, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { DocumentMultiple_0132 as default };
|
|
@@ -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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0216 = createSVGComponent(DocumentMultiple_0216, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
"elem": "path",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"d": "M16 16H24V18H16z"
|
|
33
|
+
}
|
|
34
|
+
}, {
|
|
35
|
+
"elem": "path",
|
|
36
|
+
"attrs": {
|
|
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\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"
|
|
38
|
+
}
|
|
39
|
+
}]);
|
|
40
|
+
|
|
41
|
+
export { DocumentMultiple_0216 as default };
|
|
@@ -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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0220 = createSVGComponent(DocumentMultiple_0220, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
"elem": "path",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"d": "M16 16H24V18H16z"
|
|
33
|
+
}
|
|
34
|
+
}, {
|
|
35
|
+
"elem": "path",
|
|
36
|
+
"attrs": {
|
|
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\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"
|
|
38
|
+
}
|
|
39
|
+
}]);
|
|
40
|
+
|
|
41
|
+
export { DocumentMultiple_0220 as default };
|
|
@@ -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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0224 = createSVGComponent(DocumentMultiple_0224, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
"elem": "path",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"d": "M16 16H24V18H16z"
|
|
33
|
+
}
|
|
34
|
+
}, {
|
|
35
|
+
"elem": "path",
|
|
36
|
+
"attrs": {
|
|
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\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"
|
|
38
|
+
}
|
|
39
|
+
}]);
|
|
40
|
+
|
|
41
|
+
export { DocumentMultiple_0224 as default };
|
|
@@ -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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var DocumentMultiple_0232 = createSVGComponent(DocumentMultiple_0232, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
"elem": "path",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"d": "M16 16H24V18H16z"
|
|
33
|
+
}
|
|
34
|
+
}, {
|
|
35
|
+
"elem": "path",
|
|
36
|
+
"attrs": {
|
|
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\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"
|
|
38
|
+
}
|
|
39
|
+
}]);
|
|
40
|
+
|
|
41
|
+
export { DocumentMultiple_0232 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var IbmProcessMining16 = createSVGComponent(IbmProcessMining16, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { IbmProcessMining16 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var IbmProcessMining20 = createSVGComponent(IbmProcessMining20, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { IbmProcessMining20 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var IbmProcessMining24 = createSVGComponent(IbmProcessMining24, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { IbmProcessMining24 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var IbmProcessMining32 = createSVGComponent(IbmProcessMining32, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"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"
|
|
28
|
+
}
|
|
29
|
+
}]);
|
|
30
|
+
|
|
31
|
+
export { IbmProcessMining32 as default };
|
package/es/index.js
CHANGED
|
@@ -2509,6 +2509,14 @@ export { default as DocumentImport32 } from './document--import/32.js';
|
|
|
2509
2509
|
export { default as DocumentImport24 } from './document--import/24.js';
|
|
2510
2510
|
export { default as DocumentImport20 } from './document--import/20.js';
|
|
2511
2511
|
export { default as DocumentImport16 } from './document--import/16.js';
|
|
2512
|
+
export { default as DocumentMultiple_0132 } from './document--multiple-01/32.js';
|
|
2513
|
+
export { default as DocumentMultiple_0124 } from './document--multiple-01/24.js';
|
|
2514
|
+
export { default as DocumentMultiple_0120 } from './document--multiple-01/20.js';
|
|
2515
|
+
export { default as DocumentMultiple_0116 } from './document--multiple-01/16.js';
|
|
2516
|
+
export { default as DocumentMultiple_0232 } from './document--multiple-02/32.js';
|
|
2517
|
+
export { default as DocumentMultiple_0224 } from './document--multiple-02/24.js';
|
|
2518
|
+
export { default as DocumentMultiple_0220 } from './document--multiple-02/20.js';
|
|
2519
|
+
export { default as DocumentMultiple_0216 } from './document--multiple-02/16.js';
|
|
2512
2520
|
export { default as DocumentPdf32 } from './document--pdf/32.js';
|
|
2513
2521
|
export { default as DocumentPdf24 } from './document--pdf/24.js';
|
|
2514
2522
|
export { default as DocumentPdf20 } from './document--pdf/20.js';
|
|
@@ -3537,6 +3545,10 @@ export { default as IbmPowerVs32 } from './ibm--power-vs/32.js';
|
|
|
3537
3545
|
export { default as IbmPowerVs24 } from './ibm--power-vs/24.js';
|
|
3538
3546
|
export { default as IbmPowerVs20 } from './ibm--power-vs/20.js';
|
|
3539
3547
|
export { default as IbmPowerVs16 } from './ibm--power-vs/16.js';
|
|
3548
|
+
export { default as IbmProcessMining32 } from './ibm--process-mining/32.js';
|
|
3549
|
+
export { default as IbmProcessMining24 } from './ibm--process-mining/24.js';
|
|
3550
|
+
export { default as IbmProcessMining20 } from './ibm--process-mining/20.js';
|
|
3551
|
+
export { default as IbmProcessMining16 } from './ibm--process-mining/16.js';
|
|
3540
3552
|
export { default as IbmTelehealth32 } from './ibm--telehealth/32.js';
|
|
3541
3553
|
export { default as IbmTelehealth24 } from './ibm--telehealth/24.js';
|
|
3542
3554
|
export { default as IbmTelehealth20 } from './ibm--telehealth/20.js';
|
|
@@ -5839,6 +5851,10 @@ export { default as RefEvapotranspiration32 } from './ref-evapotranspiration/32.
|
|
|
5839
5851
|
export { default as RefEvapotranspiration24 } from './ref-evapotranspiration/24.js';
|
|
5840
5852
|
export { default as RefEvapotranspiration20 } from './ref-evapotranspiration/20.js';
|
|
5841
5853
|
export { default as RefEvapotranspiration16 } from './ref-evapotranspiration/16.js';
|
|
5854
|
+
export { default as ReferenceArchitecture32 } from './reference-architecture/32.js';
|
|
5855
|
+
export { default as ReferenceArchitecture24 } from './reference-architecture/24.js';
|
|
5856
|
+
export { default as ReferenceArchitecture20 } from './reference-architecture/20.js';
|
|
5857
|
+
export { default as ReferenceArchitecture16 } from './reference-architecture/16.js';
|
|
5842
5858
|
export { default as ReflectHorizontal32 } from './reflect--horizontal/32.js';
|
|
5843
5859
|
export { default as ReflectHorizontal24 } from './reflect--horizontal/24.js';
|
|
5844
5860
|
export { default as ReflectHorizontal20 } from './reflect--horizontal/20.js';
|
|
@@ -7712,6 +7728,10 @@ export { default as UserSpeaker32 } from './user--speaker/32.js';
|
|
|
7712
7728
|
export { default as UserSpeaker24 } from './user--speaker/24.js';
|
|
7713
7729
|
export { default as UserSpeaker20 } from './user--speaker/20.js';
|
|
7714
7730
|
export { default as UserSpeaker16 } from './user--speaker/16.js';
|
|
7731
|
+
export { default as UserSponsor32 } from './user--sponsor/32.js';
|
|
7732
|
+
export { default as UserSponsor24 } from './user--sponsor/24.js';
|
|
7733
|
+
export { default as UserSponsor20 } from './user--sponsor/20.js';
|
|
7734
|
+
export { default as UserSponsor16 } from './user--sponsor/16.js';
|
|
7715
7735
|
export { default as UserXRay32 } from './user--x-ray/32.js';
|
|
7716
7736
|
export { default as UserXRay24 } from './user--x-ray/24.js';
|
|
7717
7737
|
export { default as UserXRay20 } from './user--x-ray/20.js';
|
|
@@ -8032,6 +8052,10 @@ export { default as Wheat32 } from './wheat/32.js';
|
|
|
8032
8052
|
export { default as Wheat24 } from './wheat/24.js';
|
|
8033
8053
|
export { default as Wheat20 } from './wheat/20.js';
|
|
8034
8054
|
export { default as Wheat16 } from './wheat/16.js';
|
|
8055
|
+
export { default as WhitePaper32 } from './white-paper/32.js';
|
|
8056
|
+
export { default as WhitePaper24 } from './white-paper/24.js';
|
|
8057
|
+
export { default as WhitePaper20 } from './white-paper/20.js';
|
|
8058
|
+
export { default as WhitePaper16 } from './white-paper/16.js';
|
|
8035
8059
|
export { default as Wifi32 } from './wifi/32.js';
|
|
8036
8060
|
export { default as Wifi24 } from './wifi/24.js';
|
|
8037
8061
|
export { default as Wifi20 } from './wifi/20.js';
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var ReferenceArchitecture16 = createSVGComponent(ReferenceArchitecture16, {
|
|
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
|
+
"elem": "circle",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"cx": "18",
|
|
23
|
+
"cy": "26",
|
|
24
|
+
"r": "1"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"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"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { ReferenceArchitecture16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var ReferenceArchitecture20 = createSVGComponent(ReferenceArchitecture20, {
|
|
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
|
+
"elem": "circle",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"cx": "18",
|
|
23
|
+
"cy": "26",
|
|
24
|
+
"r": "1"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"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"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { ReferenceArchitecture20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var ReferenceArchitecture24 = createSVGComponent(ReferenceArchitecture24, {
|
|
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
|
+
"elem": "circle",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"cx": "18",
|
|
23
|
+
"cy": "26",
|
|
24
|
+
"r": "1"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"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"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { ReferenceArchitecture24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var ReferenceArchitecture32 = createSVGComponent(ReferenceArchitecture32, {
|
|
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
|
+
"elem": "circle",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"cx": "18",
|
|
23
|
+
"cy": "26",
|
|
24
|
+
"r": "1"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"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"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { ReferenceArchitecture32 as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { c as createSVGComponent } from '../utils-148d018d.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
var UserSponsor16 = createSVGComponent(UserSponsor16, {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}]);
|
|
25
|
+
|
|
26
|
+
export { UserSponsor16 as default };
|