@carbon/icons 11.43.0 → 11.44.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.
- package/README.md +4 -4
- package/es/ai-generate/16.js +35 -0
- package/es/ai-generate/20.js +35 -0
- package/es/ai-generate/24.js +35 -0
- package/es/ai-generate/32.js +35 -0
- package/es/ai-recommend/16.js +35 -0
- package/es/ai-recommend/20.js +35 -0
- package/es/ai-recommend/24.js +35 -0
- package/es/ai-recommend/32.js +35 -0
- package/es/index.js +8 -0
- package/es/kubernetes--control-plane-node/16.js +15 -17
- package/es/kubernetes--control-plane-node/20.js +15 -17
- package/es/kubernetes--control-plane-node/24.js +15 -17
- package/es/kubernetes--control-plane-node/32.js +15 -17
- package/es/kubernetes--worker-node/16.js +15 -17
- package/es/kubernetes--worker-node/20.js +15 -17
- package/es/kubernetes--worker-node/24.js +15 -17
- package/es/kubernetes--worker-node/32.js +15 -17
- package/lib/ai-generate/16.js +37 -0
- package/lib/ai-generate/20.js +37 -0
- package/lib/ai-generate/24.js +37 -0
- package/lib/ai-generate/32.js +37 -0
- package/lib/ai-recommend/16.js +37 -0
- package/lib/ai-recommend/20.js +37 -0
- package/lib/ai-recommend/24.js +37 -0
- package/lib/ai-recommend/32.js +37 -0
- package/lib/index.js +16 -0
- package/lib/kubernetes--control-plane-node/16.js +15 -17
- package/lib/kubernetes--control-plane-node/20.js +15 -17
- package/lib/kubernetes--control-plane-node/24.js +15 -17
- package/lib/kubernetes--control-plane-node/32.js +15 -17
- package/lib/kubernetes--worker-node/16.js +15 -17
- package/lib/kubernetes--worker-node/20.js +15 -17
- package/lib/kubernetes--worker-node/24.js +15 -17
- package/lib/kubernetes--worker-node/32.js +15 -17
- package/metadata.json +596 -210
- package/package.json +4 -4
- package/svg/32/ai-generate.svg +1 -0
- package/svg/32/ai-recommend.svg +1 -0
- package/svg/32/kubernetes--control-plane-node.svg +1 -1
- package/svg/32/kubernetes--worker-node.svg +1 -1
|
@@ -16,24 +16,22 @@ var _32 = {
|
|
|
16
16
|
"height": 32
|
|
17
17
|
},
|
|
18
18
|
"content": [{
|
|
19
|
-
"elem": "
|
|
19
|
+
"elem": "path",
|
|
20
20
|
"attrs": {
|
|
21
|
-
"
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
}]
|
|
21
|
+
"d": "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z",
|
|
27
|
+
"style": "mix-blend-mode:multiply"
|
|
28
|
+
}
|
|
29
|
+
}, {
|
|
30
|
+
"elem": "path",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"fill": "none",
|
|
33
|
+
"d": "M0 0h32v32H0z"
|
|
34
|
+
}
|
|
37
35
|
}],
|
|
38
36
|
"name": "kubernetes--worker-node",
|
|
39
37
|
"size": 32
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-generate",
|
|
34
|
+
"size": 16
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _16;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-generate",
|
|
34
|
+
"size": 20
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _20;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-generate",
|
|
34
|
+
"size": 24
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _24;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-generate",
|
|
34
|
+
"size": 32
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _32;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-recommend",
|
|
34
|
+
"size": 16
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _16;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-recommend",
|
|
34
|
+
"size": 20
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _20;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-recommend",
|
|
34
|
+
"size": 24
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _24;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
"stroke-width": "0",
|
|
24
|
+
"d": "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"elem": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke-width": "0",
|
|
30
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
"name": "ai-recommend",
|
|
34
|
+
"size": 32
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
module.exports = _32;
|
package/lib/index.js
CHANGED
|
@@ -142,6 +142,10 @@ var aiFinancialSustainabilityCheck_32_js = require('./ai-financial-sustainabilit
|
|
|
142
142
|
var aiFinancialSustainabilityCheck_24_js = require('./ai-financial-sustainability-check/24.js');
|
|
143
143
|
var aiFinancialSustainabilityCheck_20_js = require('./ai-financial-sustainability-check/20.js');
|
|
144
144
|
var aiFinancialSustainabilityCheck_16_js = require('./ai-financial-sustainability-check/16.js');
|
|
145
|
+
var aiGenerate_32_js = require('./ai-generate/32.js');
|
|
146
|
+
var aiGenerate_24_js = require('./ai-generate/24.js');
|
|
147
|
+
var aiGenerate_20_js = require('./ai-generate/20.js');
|
|
148
|
+
var aiGenerate_16_js = require('./ai-generate/16.js');
|
|
145
149
|
var aiGovernance_Lifecycle_32_js = require('./ai-governance--lifecycle/32.js');
|
|
146
150
|
var aiGovernance_Lifecycle_24_js = require('./ai-governance--lifecycle/24.js');
|
|
147
151
|
var aiGovernance_Lifecycle_20_js = require('./ai-governance--lifecycle/20.js');
|
|
@@ -158,6 +162,10 @@ var aiLaunch_32_js = require('./ai-launch/32.js');
|
|
|
158
162
|
var aiLaunch_24_js = require('./ai-launch/24.js');
|
|
159
163
|
var aiLaunch_20_js = require('./ai-launch/20.js');
|
|
160
164
|
var aiLaunch_16_js = require('./ai-launch/16.js');
|
|
165
|
+
var aiRecommend_32_js = require('./ai-recommend/32.js');
|
|
166
|
+
var aiRecommend_24_js = require('./ai-recommend/24.js');
|
|
167
|
+
var aiRecommend_20_js = require('./ai-recommend/20.js');
|
|
168
|
+
var aiRecommend_16_js = require('./ai-recommend/16.js');
|
|
161
169
|
var watsonHealth_aiResults_32_js = require('./watson-health/ai-results/32.js');
|
|
162
170
|
var watsonHealth_aiResults_24_js = require('./watson-health/ai-results/24.js');
|
|
163
171
|
var watsonHealth_aiResults_20_js = require('./watson-health/ai-results/20.js');
|
|
@@ -9551,6 +9559,10 @@ exports.AiFinancialSustainabilityCheck32 = aiFinancialSustainabilityCheck_32_js;
|
|
|
9551
9559
|
exports.AiFinancialSustainabilityCheck24 = aiFinancialSustainabilityCheck_24_js;
|
|
9552
9560
|
exports.AiFinancialSustainabilityCheck20 = aiFinancialSustainabilityCheck_20_js;
|
|
9553
9561
|
exports.AiFinancialSustainabilityCheck16 = aiFinancialSustainabilityCheck_16_js;
|
|
9562
|
+
exports.AiGenerate32 = aiGenerate_32_js;
|
|
9563
|
+
exports.AiGenerate24 = aiGenerate_24_js;
|
|
9564
|
+
exports.AiGenerate20 = aiGenerate_20_js;
|
|
9565
|
+
exports.AiGenerate16 = aiGenerate_16_js;
|
|
9554
9566
|
exports.AiGovernanceLifecycle32 = aiGovernance_Lifecycle_32_js;
|
|
9555
9567
|
exports.AiGovernanceLifecycle24 = aiGovernance_Lifecycle_24_js;
|
|
9556
9568
|
exports.AiGovernanceLifecycle20 = aiGovernance_Lifecycle_20_js;
|
|
@@ -9567,6 +9579,10 @@ exports.AiLaunch32 = aiLaunch_32_js;
|
|
|
9567
9579
|
exports.AiLaunch24 = aiLaunch_24_js;
|
|
9568
9580
|
exports.AiLaunch20 = aiLaunch_20_js;
|
|
9569
9581
|
exports.AiLaunch16 = aiLaunch_16_js;
|
|
9582
|
+
exports.AiRecommend32 = aiRecommend_32_js;
|
|
9583
|
+
exports.AiRecommend24 = aiRecommend_24_js;
|
|
9584
|
+
exports.AiRecommend20 = aiRecommend_20_js;
|
|
9585
|
+
exports.AiRecommend16 = aiRecommend_16_js;
|
|
9570
9586
|
exports.WatsonHealthAiResults32 = watsonHealth_aiResults_32_js;
|
|
9571
9587
|
exports.WatsonHealthAiResults24 = watsonHealth_aiResults_24_js;
|
|
9572
9588
|
exports.WatsonHealthAiResults20 = watsonHealth_aiResults_20_js;
|
|
@@ -18,24 +18,22 @@ var _16 = {
|
|
|
18
18
|
"height": 16
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--control-plane-node",
|
|
41
39
|
"size": 16
|
|
@@ -18,24 +18,22 @@ var _20 = {
|
|
|
18
18
|
"height": 20
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--control-plane-node",
|
|
41
39
|
"size": 20
|
|
@@ -18,24 +18,22 @@ var _24 = {
|
|
|
18
18
|
"height": 24
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--control-plane-node",
|
|
41
39
|
"size": 24
|
|
@@ -18,24 +18,22 @@ var _32 = {
|
|
|
18
18
|
"height": 32
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--control-plane-node",
|
|
41
39
|
"size": 32
|
|
@@ -18,24 +18,22 @@ var _16 = {
|
|
|
18
18
|
"height": 16
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--worker-node",
|
|
41
39
|
"size": 16
|
|
@@ -18,24 +18,22 @@ var _20 = {
|
|
|
18
18
|
"height": 20
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
|
-
"elem": "
|
|
21
|
+
"elem": "path",
|
|
22
22
|
"attrs": {
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}]
|
|
23
|
+
"d": "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z",
|
|
29
|
+
"style": "mix-blend-mode:multiply"
|
|
30
|
+
}
|
|
31
|
+
}, {
|
|
32
|
+
"elem": "path",
|
|
33
|
+
"attrs": {
|
|
34
|
+
"fill": "none",
|
|
35
|
+
"d": "M0 0h32v32H0z"
|
|
36
|
+
}
|
|
39
37
|
}],
|
|
40
38
|
"name": "kubernetes--worker-node",
|
|
41
39
|
"size": 20
|