@carbon/icons 11.42.0 → 11.44.0-rc.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.
Files changed (68) hide show
  1. package/README.md +4 -4
  2. package/es/gem/16.js +28 -0
  3. package/es/gem/20.js +28 -0
  4. package/es/gem/24.js +28 -0
  5. package/es/gem/32.js +28 -0
  6. package/es/gem--reference/16.js +33 -0
  7. package/es/gem--reference/20.js +33 -0
  8. package/es/gem--reference/24.js +33 -0
  9. package/es/gem--reference/32.js +33 -0
  10. package/es/index.js +8 -0
  11. package/es/kubernetes--control-plane-node/16.js +15 -17
  12. package/es/kubernetes--control-plane-node/20.js +15 -17
  13. package/es/kubernetes--control-plane-node/24.js +15 -17
  14. package/es/kubernetes--control-plane-node/32.js +15 -17
  15. package/es/kubernetes--worker-node/16.js +15 -17
  16. package/es/kubernetes--worker-node/20.js +15 -17
  17. package/es/kubernetes--worker-node/24.js +15 -17
  18. package/es/kubernetes--worker-node/32.js +15 -17
  19. package/es/model/16.js +2 -1
  20. package/es/model/20.js +2 -1
  21. package/es/model/24.js +2 -1
  22. package/es/model/32.js +2 -1
  23. package/es/model--reference/16.js +4 -2
  24. package/es/model--reference/20.js +4 -2
  25. package/es/model--reference/24.js +4 -2
  26. package/es/model--reference/32.js +4 -2
  27. package/es/model--tuned/16.js +4 -2
  28. package/es/model--tuned/20.js +4 -2
  29. package/es/model--tuned/24.js +4 -2
  30. package/es/model--tuned/32.js +4 -2
  31. package/lib/gem/16.js +30 -0
  32. package/lib/gem/20.js +30 -0
  33. package/lib/gem/24.js +30 -0
  34. package/lib/gem/32.js +30 -0
  35. package/lib/gem--reference/16.js +35 -0
  36. package/lib/gem--reference/20.js +35 -0
  37. package/lib/gem--reference/24.js +35 -0
  38. package/lib/gem--reference/32.js +35 -0
  39. package/lib/index.js +16 -0
  40. package/lib/kubernetes--control-plane-node/16.js +15 -17
  41. package/lib/kubernetes--control-plane-node/20.js +15 -17
  42. package/lib/kubernetes--control-plane-node/24.js +15 -17
  43. package/lib/kubernetes--control-plane-node/32.js +15 -17
  44. package/lib/kubernetes--worker-node/16.js +15 -17
  45. package/lib/kubernetes--worker-node/20.js +15 -17
  46. package/lib/kubernetes--worker-node/24.js +15 -17
  47. package/lib/kubernetes--worker-node/32.js +15 -17
  48. package/lib/model/16.js +2 -1
  49. package/lib/model/20.js +2 -1
  50. package/lib/model/24.js +2 -1
  51. package/lib/model/32.js +2 -1
  52. package/lib/model--reference/16.js +4 -2
  53. package/lib/model--reference/20.js +4 -2
  54. package/lib/model--reference/24.js +4 -2
  55. package/lib/model--reference/32.js +4 -2
  56. package/lib/model--tuned/16.js +4 -2
  57. package/lib/model--tuned/20.js +4 -2
  58. package/lib/model--tuned/24.js +4 -2
  59. package/lib/model--tuned/32.js +4 -2
  60. package/metadata.json +620 -267
  61. package/package.json +4 -4
  62. package/svg/32/gem--reference.svg +1 -0
  63. package/svg/32/gem.svg +1 -0
  64. package/svg/32/kubernetes--control-plane-node.svg +1 -1
  65. package/svg/32/kubernetes--worker-node.svg +1 -1
  66. package/svg/32/model--reference.svg +1 -1
  67. package/svg/32/model--tuned.svg +1 -1
  68. package/svg/32/model.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.com/icons/examples/preview/)
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.com/icons/examples/preview/#16%2Fadd)
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.com/icons/examples/preview/#16%2Fwarning--filled)
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.com/icons/examples/preview/) . This is
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
package/es/gem/16.js ADDED
@@ -0,0 +1,28 @@
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
+ "d": "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
22
+ }
23
+ }],
24
+ "name": "gem",
25
+ "size": 16
26
+ };
27
+
28
+ export { _16 as default };
package/es/gem/20.js ADDED
@@ -0,0 +1,28 @@
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
+ "d": "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
22
+ }
23
+ }],
24
+ "name": "gem",
25
+ "size": 20
26
+ };
27
+
28
+ export { _20 as default };
package/es/gem/24.js ADDED
@@ -0,0 +1,28 @@
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
+ "d": "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
22
+ }
23
+ }],
24
+ "name": "gem",
25
+ "size": 24
26
+ };
27
+
28
+ export { _24 as default };
package/es/gem/32.js ADDED
@@ -0,0 +1,28 @@
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
+ "d": "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
22
+ }
23
+ }],
24
+ "name": "gem",
25
+ "size": 32
26
+ };
27
+
28
+ export { _32 as default };
@@ -0,0 +1,33 @@
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
+ "d": "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
27
+ }
28
+ }],
29
+ "name": "gem--reference",
30
+ "size": 16
31
+ };
32
+
33
+ export { _16 as default };
@@ -0,0 +1,33 @@
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
+ "d": "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
27
+ }
28
+ }],
29
+ "name": "gem--reference",
30
+ "size": 20
31
+ };
32
+
33
+ export { _20 as default };
@@ -0,0 +1,33 @@
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
+ "d": "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
27
+ }
28
+ }],
29
+ "name": "gem--reference",
30
+ "size": 24
31
+ };
32
+
33
+ export { _24 as default };
@@ -0,0 +1,33 @@
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
+ "d": "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
22
+ }
23
+ }, {
24
+ "elem": "path",
25
+ "attrs": {
26
+ "d": "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
27
+ }
28
+ }],
29
+ "name": "gem--reference",
30
+ "size": 32
31
+ };
32
+
33
+ export { _32 as default };
package/es/index.js CHANGED
@@ -3569,6 +3569,14 @@ export { default as Gears32 } from './gears/32.js';
3569
3569
  export { default as Gears24 } from './gears/24.js';
3570
3570
  export { default as Gears20 } from './gears/20.js';
3571
3571
  export { default as Gears16 } from './gears/16.js';
3572
+ export { default as Gem32 } from './gem/32.js';
3573
+ export { default as Gem24 } from './gem/24.js';
3574
+ export { default as Gem20 } from './gem/20.js';
3575
+ export { default as Gem16 } from './gem/16.js';
3576
+ export { default as GemReference32 } from './gem--reference/32.js';
3577
+ export { default as GemReference24 } from './gem--reference/24.js';
3578
+ export { default as GemReference20 } from './gem--reference/20.js';
3579
+ export { default as GemReference16 } from './gem--reference/16.js';
3572
3580
  export { default as GenderFemale32 } from './gender--female/32.js';
3573
3581
  export { default as GenderFemale24 } from './gender--female/24.js';
3574
3582
  export { default as GenderFemale20 } from './gender--female/20.js';
@@ -16,24 +16,22 @@ var _16 = {
16
16
  "height": 16
17
17
  },
18
18
  "content": [{
19
- "elem": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-6.1843v2h6.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 1zM22.951 12h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-2.1843v2h2.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"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.8993,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7197,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-6.1843v2h6.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 1zM22.951 12h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-2.1843v2h2.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"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.8993,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7197,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-6.1843v2h6.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 1zM22.951 12h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-2.1843v2h2.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"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.8993,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7197,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "d": "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-6.1843v2h6.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 1zM22.951 12h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2h-2.1843v2h2.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"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.8993,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7197,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.9483,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7687,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.9483,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7687,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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": "g",
19
+ "elem": "path",
20
20
  "attrs": {
21
- "style": "isolation:isolate"
22
- },
23
- "content": [{
24
- "elem": "path",
25
- "attrs": {
26
- "stroke-width": "0",
27
- "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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
28
- }
29
- }, {
30
- "elem": "path",
31
- "attrs": {
32
- "d": "m29.9483,18.9897l-2.593-11.1865c-.1406-.6074-.5564-1.1143-1.124-1.3711l-9.407-4.2544c-.262-.1187-.5432-.1777-.8242-.1777s-.5623.0591-.8242.1777L5.7687,6.4321c-.5676.2568-.9834.7637-1.124,1.3711l-2.593,11.1865c-.1387.5981.0051,1.2271.3899,1.7056l6.886,8.5586c.3796.4717.9526.7461,1.5581.7461h10.2286c.6055,0,1.1785-.2744,1.5581-.7461l6.886-8.5586c.3848-.4785.5286-1.1074.3899-1.7056Zm-8.834,9.0103h-10.2283l-6.886-8.5586,2.593-11.187,9.407-4.2544,9.407,4.2549,2.593,11.1865-6.8858,8.5586Z",
33
- "style": "mix-blend-mode:multiply",
34
- "stroke-width": "0"
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