@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
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ for various frameworks:
|
|
|
32
32
|
We also support using icons in Vanilla JavaScript.
|
|
33
33
|
|
|
34
34
|
In order to use an icon, it may be helpful to reference our
|
|
35
|
-
[Icon library](https://carbon-elements.netlify.
|
|
35
|
+
[Icon library](https://carbon-elements.netlify.app/icons/examples/preview/)
|
|
36
36
|
reference page in order to find the specific icon you would like to use.
|
|
37
37
|
|
|
38
38
|
### Vanilla
|
|
@@ -45,7 +45,7 @@ import IconName from '@carbon/icons/<module-type>/path-to-icon/size';
|
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
For example, if I wanted to import the 16x16
|
|
48
|
-
[`add`](https://carbon-elements.netlify.
|
|
48
|
+
[`add`](https://carbon-elements.netlify.app/icons/examples/preview/#16%2Fadd)
|
|
49
49
|
icon, I would write:
|
|
50
50
|
|
|
51
51
|
```js
|
|
@@ -77,7 +77,7 @@ const addIconNode = toSVG({
|
|
|
77
77
|
|
|
78
78
|
Certain icons in the library support an alternate fill inside of the icon, for
|
|
79
79
|
example
|
|
80
|
-
[`warning--filled`](https://carbon-elements.netlify.
|
|
80
|
+
[`warning--filled`](https://carbon-elements.netlify.app/icons/examples/preview/#16%2Fwarning--filled)
|
|
81
81
|
supports styling the inner `!` path.
|
|
82
82
|
|
|
83
83
|
In order to style the inner path, you will need to target the SVG using CSS. In
|
|
@@ -98,7 +98,7 @@ in order to get this inner path to be visible on the page.
|
|
|
98
98
|
### Reference
|
|
99
99
|
|
|
100
100
|
You can view a full reference of our icons
|
|
101
|
-
[here](https://carbon-elements.netlify.
|
|
101
|
+
[here](https://carbon-elements.netlify.app/icons/examples/preview/) . This is
|
|
102
102
|
useful for finding the path information in order to import an icon.
|
|
103
103
|
|
|
104
104
|
## 🙌 Contributing
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-generate",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _16 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-generate",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _20 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-generate",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _24 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-generate",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _32 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-recommend",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _16 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-recommend",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _20 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-recommend",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _24 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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
|
+
"stroke-width": "0",
|
|
22
|
+
"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"
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"elem": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke-width": "0",
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-recommend",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _32 as default };
|
package/es/index.js
CHANGED
|
@@ -138,6 +138,10 @@ export { default as AiFinancialSustainabilityCheck32 } from './ai-financial-sust
|
|
|
138
138
|
export { default as AiFinancialSustainabilityCheck24 } from './ai-financial-sustainability-check/24.js';
|
|
139
139
|
export { default as AiFinancialSustainabilityCheck20 } from './ai-financial-sustainability-check/20.js';
|
|
140
140
|
export { default as AiFinancialSustainabilityCheck16 } from './ai-financial-sustainability-check/16.js';
|
|
141
|
+
export { default as AiGenerate32 } from './ai-generate/32.js';
|
|
142
|
+
export { default as AiGenerate24 } from './ai-generate/24.js';
|
|
143
|
+
export { default as AiGenerate20 } from './ai-generate/20.js';
|
|
144
|
+
export { default as AiGenerate16 } from './ai-generate/16.js';
|
|
141
145
|
export { default as AiGovernanceLifecycle32 } from './ai-governance--lifecycle/32.js';
|
|
142
146
|
export { default as AiGovernanceLifecycle24 } from './ai-governance--lifecycle/24.js';
|
|
143
147
|
export { default as AiGovernanceLifecycle20 } from './ai-governance--lifecycle/20.js';
|
|
@@ -154,6 +158,10 @@ export { default as AiLaunch32 } from './ai-launch/32.js';
|
|
|
154
158
|
export { default as AiLaunch24 } from './ai-launch/24.js';
|
|
155
159
|
export { default as AiLaunch20 } from './ai-launch/20.js';
|
|
156
160
|
export { default as AiLaunch16 } from './ai-launch/16.js';
|
|
161
|
+
export { default as AiRecommend32 } from './ai-recommend/32.js';
|
|
162
|
+
export { default as AiRecommend24 } from './ai-recommend/24.js';
|
|
163
|
+
export { default as AiRecommend20 } from './ai-recommend/20.js';
|
|
164
|
+
export { default as AiRecommend16 } from './ai-recommend/16.js';
|
|
157
165
|
export { default as WatsonHealthAiResults32 } from './watson-health/ai-results/32.js';
|
|
158
166
|
export { default as WatsonHealthAiResults24 } from './watson-health/ai-results/24.js';
|
|
159
167
|
export { default as WatsonHealthAiResults20 } from './watson-health/ai-results/20.js';
|
|
@@ -16,24 +16,22 @@ var _16 = {
|
|
|
16
16
|
"height": 16
|
|
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": "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"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"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",
|
|
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--control-plane-node",
|
|
39
37
|
"size": 16
|
|
@@ -16,24 +16,22 @@ var _20 = {
|
|
|
16
16
|
"height": 20
|
|
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": "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"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"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",
|
|
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--control-plane-node",
|
|
39
37
|
"size": 20
|
|
@@ -16,24 +16,22 @@ var _24 = {
|
|
|
16
16
|
"height": 24
|
|
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": "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"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"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",
|
|
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--control-plane-node",
|
|
39
37
|
"size": 24
|
|
@@ -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": "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"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"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",
|
|
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--control-plane-node",
|
|
39
37
|
"size": 32
|
|
@@ -16,24 +16,22 @@ var _16 = {
|
|
|
16
16
|
"height": 16
|
|
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": 16
|
|
@@ -16,24 +16,22 @@ var _20 = {
|
|
|
16
16
|
"height": 20
|
|
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": 20
|
|
@@ -16,24 +16,22 @@ var _24 = {
|
|
|
16
16
|
"height": 24
|
|
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": 24
|