@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.
Files changed (41) hide show
  1. package/README.md +4 -4
  2. package/es/ai-generate/16.js +35 -0
  3. package/es/ai-generate/20.js +35 -0
  4. package/es/ai-generate/24.js +35 -0
  5. package/es/ai-generate/32.js +35 -0
  6. package/es/ai-recommend/16.js +35 -0
  7. package/es/ai-recommend/20.js +35 -0
  8. package/es/ai-recommend/24.js +35 -0
  9. package/es/ai-recommend/32.js +35 -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/lib/ai-generate/16.js +37 -0
  20. package/lib/ai-generate/20.js +37 -0
  21. package/lib/ai-generate/24.js +37 -0
  22. package/lib/ai-generate/32.js +37 -0
  23. package/lib/ai-recommend/16.js +37 -0
  24. package/lib/ai-recommend/20.js +37 -0
  25. package/lib/ai-recommend/24.js +37 -0
  26. package/lib/ai-recommend/32.js +37 -0
  27. package/lib/index.js +16 -0
  28. package/lib/kubernetes--control-plane-node/16.js +15 -17
  29. package/lib/kubernetes--control-plane-node/20.js +15 -17
  30. package/lib/kubernetes--control-plane-node/24.js +15 -17
  31. package/lib/kubernetes--control-plane-node/32.js +15 -17
  32. package/lib/kubernetes--worker-node/16.js +15 -17
  33. package/lib/kubernetes--worker-node/20.js +15 -17
  34. package/lib/kubernetes--worker-node/24.js +15 -17
  35. package/lib/kubernetes--worker-node/32.js +15 -17
  36. package/metadata.json +596 -210
  37. package/package.json +4 -4
  38. package/svg/32/ai-generate.svg +1 -0
  39. package/svg/32/ai-recommend.svg +1 -0
  40. package/svg/32/kubernetes--control-plane-node.svg +1 -1
  41. package/svg/32/kubernetes--worker-node.svg +1 -1
package/metadata.json CHANGED
@@ -6157,6 +6157,211 @@
6157
6157
  ]
6158
6158
  }
6159
6159
  },
6160
+ {
6161
+ "name": "ai-generate",
6162
+ "friendlyName": "Generate AI",
6163
+ "aliases": [
6164
+ "ai",
6165
+ "automation",
6166
+ "artificial intelligence",
6167
+ "enterprise",
6168
+ "explainability",
6169
+ "ai interactivity",
6170
+ "generate",
6171
+ "generative"
6172
+ ],
6173
+ "sizes": [
6174
+ 32
6175
+ ],
6176
+ "namespace": [],
6177
+ "assets": [
6178
+ {
6179
+ "size": 32,
6180
+ "filepath": "32/ai-generate.svg",
6181
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m19,22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z\"/>\n <path class=\"cls-2\" d=\"m15.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.5579Z\"/>\n <polygon class=\"cls-2\" points=\"32 4 28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4\"/>\n <rect class=\"cls-2\" x=\"30\" y=\"12\" width=\"2\" height=\"2\"/>\n <rect class=\"cls-2\" x=\"18\" y=\"0\" width=\"2\" height=\"2\"/>\n <polygon class=\"cls-2\" points=\"32 32 0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
6182
+ "optimized": {
6183
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" 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\"/><path stroke-width=\"0\" d=\"M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z\"/></svg>",
6184
+ "info": {},
6185
+ "path": "32/ai-generate.svg"
6186
+ }
6187
+ }
6188
+ ],
6189
+ "output": [
6190
+ {
6191
+ "moduleName": "AiGenerate32",
6192
+ "filepath": "ai-generate/32.js",
6193
+ "descriptor": {
6194
+ "elem": "svg",
6195
+ "attrs": {
6196
+ "xmlns": "http://www.w3.org/2000/svg",
6197
+ "viewBox": "0 0 32 32",
6198
+ "fill": "currentColor",
6199
+ "width": 32,
6200
+ "height": 32
6201
+ },
6202
+ "content": [
6203
+ {
6204
+ "elem": "path",
6205
+ "attrs": {
6206
+ "stroke-width": "0",
6207
+ "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"
6208
+ }
6209
+ },
6210
+ {
6211
+ "elem": "path",
6212
+ "attrs": {
6213
+ "stroke-width": "0",
6214
+ "d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
6215
+ }
6216
+ }
6217
+ ],
6218
+ "name": "ai-generate",
6219
+ "size": 32
6220
+ },
6221
+ "size": 32
6222
+ },
6223
+ {
6224
+ "moduleName": "AiGenerate24",
6225
+ "filepath": "ai-generate/24.js",
6226
+ "descriptor": {
6227
+ "elem": "svg",
6228
+ "attrs": {
6229
+ "xmlns": "http://www.w3.org/2000/svg",
6230
+ "viewBox": "0 0 32 32",
6231
+ "fill": "currentColor",
6232
+ "width": 24,
6233
+ "height": 24
6234
+ },
6235
+ "content": [
6236
+ {
6237
+ "elem": "path",
6238
+ "attrs": {
6239
+ "stroke-width": "0",
6240
+ "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"
6241
+ }
6242
+ },
6243
+ {
6244
+ "elem": "path",
6245
+ "attrs": {
6246
+ "stroke-width": "0",
6247
+ "d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
6248
+ }
6249
+ }
6250
+ ],
6251
+ "name": "ai-generate",
6252
+ "size": 24
6253
+ },
6254
+ "size": 24
6255
+ },
6256
+ {
6257
+ "moduleName": "AiGenerate20",
6258
+ "filepath": "ai-generate/20.js",
6259
+ "descriptor": {
6260
+ "elem": "svg",
6261
+ "attrs": {
6262
+ "xmlns": "http://www.w3.org/2000/svg",
6263
+ "viewBox": "0 0 32 32",
6264
+ "fill": "currentColor",
6265
+ "width": 20,
6266
+ "height": 20
6267
+ },
6268
+ "content": [
6269
+ {
6270
+ "elem": "path",
6271
+ "attrs": {
6272
+ "stroke-width": "0",
6273
+ "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"
6274
+ }
6275
+ },
6276
+ {
6277
+ "elem": "path",
6278
+ "attrs": {
6279
+ "stroke-width": "0",
6280
+ "d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
6281
+ }
6282
+ }
6283
+ ],
6284
+ "name": "ai-generate",
6285
+ "size": 20
6286
+ },
6287
+ "size": 20
6288
+ },
6289
+ {
6290
+ "moduleName": "AiGenerate16",
6291
+ "filepath": "ai-generate/16.js",
6292
+ "descriptor": {
6293
+ "elem": "svg",
6294
+ "attrs": {
6295
+ "xmlns": "http://www.w3.org/2000/svg",
6296
+ "viewBox": "0 0 32 32",
6297
+ "fill": "currentColor",
6298
+ "width": 16,
6299
+ "height": 16
6300
+ },
6301
+ "content": [
6302
+ {
6303
+ "elem": "path",
6304
+ "attrs": {
6305
+ "stroke-width": "0",
6306
+ "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"
6307
+ }
6308
+ },
6309
+ {
6310
+ "elem": "path",
6311
+ "attrs": {
6312
+ "stroke-width": "0",
6313
+ "d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
6314
+ }
6315
+ }
6316
+ ],
6317
+ "name": "ai-generate",
6318
+ "size": 16
6319
+ },
6320
+ "size": 16
6321
+ }
6322
+ ],
6323
+ "category": "Enterprise",
6324
+ "subcategory": "AI",
6325
+ "moduleInfo": {
6326
+ "local": "AiGenerate",
6327
+ "global": "AiGenerate",
6328
+ "filepath": "AiGenerate.js",
6329
+ "sizes": [
6330
+ {
6331
+ "size": 32,
6332
+ "ast": {
6333
+ "type": "element",
6334
+ "tagName": "svg",
6335
+ "attributes": {
6336
+ "xmlns": "http://www.w3.org/2000/svg",
6337
+ "viewBox": "0 0 32 32",
6338
+ "fill": "currentColor"
6339
+ },
6340
+ "children": [
6341
+ {
6342
+ "type": "element",
6343
+ "tagName": "path",
6344
+ "attributes": {
6345
+ "stroke-width": "0",
6346
+ "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"
6347
+ },
6348
+ "children": []
6349
+ },
6350
+ {
6351
+ "type": "element",
6352
+ "tagName": "path",
6353
+ "attributes": {
6354
+ "stroke-width": "0",
6355
+ "d": "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
6356
+ },
6357
+ "children": []
6358
+ }
6359
+ ]
6360
+ }
6361
+ }
6362
+ ]
6363
+ }
6364
+ },
6160
6365
  {
6161
6366
  "name": "ai-governance--lifecycle",
6162
6367
  "friendlyName": "AI governance lifecycle",
@@ -6854,6 +7059,213 @@
6854
7059
  ]
6855
7060
  }
6856
7061
  },
7062
+ {
7063
+ "name": "ai-recommend",
7064
+ "friendlyName": "Recommend AI",
7065
+ "aliases": [
7066
+ "ai",
7067
+ "automation",
7068
+ "artificial intelligence",
7069
+ "enterprise",
7070
+ "explainability",
7071
+ "ai interactivity",
7072
+ "generate",
7073
+ "generative",
7074
+ "recommend",
7075
+ "recommendation"
7076
+ ],
7077
+ "sizes": [
7078
+ 32
7079
+ ],
7080
+ "namespace": [],
7081
+ "assets": [
7082
+ {
7083
+ "size": 32,
7084
+ "filepath": "32/ai-recommend.svg",
7085
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m18,20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z\"/>\n <path class=\"cls-2\" d=\"m14.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.5579Z\"/>\n <path class=\"cls-2\" d=\"m26.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\"/>\n <polygon class=\"cls-2\" points=\"17 30 0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\" class=\"cls-1\" x=\"0\" width=\"32\" height=\"32\"/>\n</svg>",
7086
+ "optimized": {
7087
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" 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\"/><path stroke-width=\"0\" d=\"M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z\"/></svg>",
7088
+ "info": {},
7089
+ "path": "32/ai-recommend.svg"
7090
+ }
7091
+ }
7092
+ ],
7093
+ "output": [
7094
+ {
7095
+ "moduleName": "AiRecommend32",
7096
+ "filepath": "ai-recommend/32.js",
7097
+ "descriptor": {
7098
+ "elem": "svg",
7099
+ "attrs": {
7100
+ "xmlns": "http://www.w3.org/2000/svg",
7101
+ "viewBox": "0 0 32 32",
7102
+ "fill": "currentColor",
7103
+ "width": 32,
7104
+ "height": 32
7105
+ },
7106
+ "content": [
7107
+ {
7108
+ "elem": "path",
7109
+ "attrs": {
7110
+ "stroke-width": "0",
7111
+ "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"
7112
+ }
7113
+ },
7114
+ {
7115
+ "elem": "path",
7116
+ "attrs": {
7117
+ "stroke-width": "0",
7118
+ "d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
7119
+ }
7120
+ }
7121
+ ],
7122
+ "name": "ai-recommend",
7123
+ "size": 32
7124
+ },
7125
+ "size": 32
7126
+ },
7127
+ {
7128
+ "moduleName": "AiRecommend24",
7129
+ "filepath": "ai-recommend/24.js",
7130
+ "descriptor": {
7131
+ "elem": "svg",
7132
+ "attrs": {
7133
+ "xmlns": "http://www.w3.org/2000/svg",
7134
+ "viewBox": "0 0 32 32",
7135
+ "fill": "currentColor",
7136
+ "width": 24,
7137
+ "height": 24
7138
+ },
7139
+ "content": [
7140
+ {
7141
+ "elem": "path",
7142
+ "attrs": {
7143
+ "stroke-width": "0",
7144
+ "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"
7145
+ }
7146
+ },
7147
+ {
7148
+ "elem": "path",
7149
+ "attrs": {
7150
+ "stroke-width": "0",
7151
+ "d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
7152
+ }
7153
+ }
7154
+ ],
7155
+ "name": "ai-recommend",
7156
+ "size": 24
7157
+ },
7158
+ "size": 24
7159
+ },
7160
+ {
7161
+ "moduleName": "AiRecommend20",
7162
+ "filepath": "ai-recommend/20.js",
7163
+ "descriptor": {
7164
+ "elem": "svg",
7165
+ "attrs": {
7166
+ "xmlns": "http://www.w3.org/2000/svg",
7167
+ "viewBox": "0 0 32 32",
7168
+ "fill": "currentColor",
7169
+ "width": 20,
7170
+ "height": 20
7171
+ },
7172
+ "content": [
7173
+ {
7174
+ "elem": "path",
7175
+ "attrs": {
7176
+ "stroke-width": "0",
7177
+ "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"
7178
+ }
7179
+ },
7180
+ {
7181
+ "elem": "path",
7182
+ "attrs": {
7183
+ "stroke-width": "0",
7184
+ "d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
7185
+ }
7186
+ }
7187
+ ],
7188
+ "name": "ai-recommend",
7189
+ "size": 20
7190
+ },
7191
+ "size": 20
7192
+ },
7193
+ {
7194
+ "moduleName": "AiRecommend16",
7195
+ "filepath": "ai-recommend/16.js",
7196
+ "descriptor": {
7197
+ "elem": "svg",
7198
+ "attrs": {
7199
+ "xmlns": "http://www.w3.org/2000/svg",
7200
+ "viewBox": "0 0 32 32",
7201
+ "fill": "currentColor",
7202
+ "width": 16,
7203
+ "height": 16
7204
+ },
7205
+ "content": [
7206
+ {
7207
+ "elem": "path",
7208
+ "attrs": {
7209
+ "stroke-width": "0",
7210
+ "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"
7211
+ }
7212
+ },
7213
+ {
7214
+ "elem": "path",
7215
+ "attrs": {
7216
+ "stroke-width": "0",
7217
+ "d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
7218
+ }
7219
+ }
7220
+ ],
7221
+ "name": "ai-recommend",
7222
+ "size": 16
7223
+ },
7224
+ "size": 16
7225
+ }
7226
+ ],
7227
+ "category": "Enterprise",
7228
+ "subcategory": "AI",
7229
+ "moduleInfo": {
7230
+ "local": "AiRecommend",
7231
+ "global": "AiRecommend",
7232
+ "filepath": "AiRecommend.js",
7233
+ "sizes": [
7234
+ {
7235
+ "size": 32,
7236
+ "ast": {
7237
+ "type": "element",
7238
+ "tagName": "svg",
7239
+ "attributes": {
7240
+ "xmlns": "http://www.w3.org/2000/svg",
7241
+ "viewBox": "0 0 32 32",
7242
+ "fill": "currentColor"
7243
+ },
7244
+ "children": [
7245
+ {
7246
+ "type": "element",
7247
+ "tagName": "path",
7248
+ "attributes": {
7249
+ "stroke-width": "0",
7250
+ "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"
7251
+ },
7252
+ "children": []
7253
+ },
7254
+ {
7255
+ "type": "element",
7256
+ "tagName": "path",
7257
+ "attributes": {
7258
+ "stroke-width": "0",
7259
+ "d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
7260
+ },
7261
+ "children": []
7262
+ }
7263
+ ]
7264
+ }
7265
+ }
7266
+ ]
7267
+ }
7268
+ },
6857
7269
  {
6858
7270
  "name": "ai-results",
6859
7271
  "friendlyName": "AI results",
@@ -235961,9 +236373,9 @@
235961
236373
  {
235962
236374
  "size": 32,
235963
236375
  "filepath": "32/kubernetes--control-plane-node.svg",
235964
- "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2, .cls-3 {\n stroke-width: 0px;\n }\n\n .cls-2 {\n mix-blend-mode: multiply;\n }\n\n .cls-4 {\n isolation: isolate;\n }\n </style>\n </defs>\n <g class=\"cls-4\">\n <g id=\"icon\">\n <path class=\"cls-3\" 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,1Z\"/>\n <path class=\"cls-3\" d=\"m22.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\"/>\n <path class=\"cls-2\" 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\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n </g>\n </g>\n</svg>",
236376
+ "source": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\">\n <path 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\" class=\"cls-3\"/>\n <path 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\" style=\"mix-blend-mode:multiply\"/>\n <path fill=\"none\" d=\"M0 0h32v32H0z\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\"/>\n</svg>\n\n",
235965
236377
  "optimized": {
235966
- "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g style=\"isolation:isolate\"><path stroke-width=\"0\" 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\"/><path 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\" style=\"mix-blend-mode:multiply\" stroke-width=\"0\"/></g></svg>",
236378
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path 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\"/><path 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\" style=\"mix-blend-mode:multiply\"/><path fill=\"none\" d=\"M0 0h32v32H0z\"/></svg>",
235967
236379
  "info": {},
235968
236380
  "path": "32/kubernetes--control-plane-node.svg"
235969
236381
  }
@@ -235984,27 +236396,24 @@
235984
236396
  },
235985
236397
  "content": [
235986
236398
  {
235987
- "elem": "g",
236399
+ "elem": "path",
235988
236400
  "attrs": {
235989
- "style": "isolation:isolate"
235990
- },
235991
- "content": [
235992
- {
235993
- "elem": "path",
235994
- "attrs": {
235995
- "stroke-width": "0",
235996
- "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"
235997
- }
235998
- },
235999
- {
236000
- "elem": "path",
236001
- "attrs": {
236002
- "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",
236003
- "style": "mix-blend-mode:multiply",
236004
- "stroke-width": "0"
236005
- }
236006
- }
236007
- ]
236401
+ "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"
236402
+ }
236403
+ },
236404
+ {
236405
+ "elem": "path",
236406
+ "attrs": {
236407
+ "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",
236408
+ "style": "mix-blend-mode:multiply"
236409
+ }
236410
+ },
236411
+ {
236412
+ "elem": "path",
236413
+ "attrs": {
236414
+ "fill": "none",
236415
+ "d": "M0 0h32v32H0z"
236416
+ }
236008
236417
  }
236009
236418
  ],
236010
236419
  "name": "kubernetes--control-plane-node",
@@ -236026,27 +236435,24 @@
236026
236435
  },
236027
236436
  "content": [
236028
236437
  {
236029
- "elem": "g",
236438
+ "elem": "path",
236030
236439
  "attrs": {
236031
- "style": "isolation:isolate"
236032
- },
236033
- "content": [
236034
- {
236035
- "elem": "path",
236036
- "attrs": {
236037
- "stroke-width": "0",
236038
- "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"
236039
- }
236040
- },
236041
- {
236042
- "elem": "path",
236043
- "attrs": {
236044
- "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",
236045
- "style": "mix-blend-mode:multiply",
236046
- "stroke-width": "0"
236047
- }
236048
- }
236049
- ]
236440
+ "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"
236441
+ }
236442
+ },
236443
+ {
236444
+ "elem": "path",
236445
+ "attrs": {
236446
+ "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",
236447
+ "style": "mix-blend-mode:multiply"
236448
+ }
236449
+ },
236450
+ {
236451
+ "elem": "path",
236452
+ "attrs": {
236453
+ "fill": "none",
236454
+ "d": "M0 0h32v32H0z"
236455
+ }
236050
236456
  }
236051
236457
  ],
236052
236458
  "name": "kubernetes--control-plane-node",
@@ -236068,27 +236474,24 @@
236068
236474
  },
236069
236475
  "content": [
236070
236476
  {
236071
- "elem": "g",
236477
+ "elem": "path",
236072
236478
  "attrs": {
236073
- "style": "isolation:isolate"
236074
- },
236075
- "content": [
236076
- {
236077
- "elem": "path",
236078
- "attrs": {
236079
- "stroke-width": "0",
236080
- "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"
236081
- }
236082
- },
236083
- {
236084
- "elem": "path",
236085
- "attrs": {
236086
- "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",
236087
- "style": "mix-blend-mode:multiply",
236088
- "stroke-width": "0"
236089
- }
236090
- }
236091
- ]
236479
+ "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"
236480
+ }
236481
+ },
236482
+ {
236483
+ "elem": "path",
236484
+ "attrs": {
236485
+ "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",
236486
+ "style": "mix-blend-mode:multiply"
236487
+ }
236488
+ },
236489
+ {
236490
+ "elem": "path",
236491
+ "attrs": {
236492
+ "fill": "none",
236493
+ "d": "M0 0h32v32H0z"
236494
+ }
236092
236495
  }
236093
236496
  ],
236094
236497
  "name": "kubernetes--control-plane-node",
@@ -236110,27 +236513,24 @@
236110
236513
  },
236111
236514
  "content": [
236112
236515
  {
236113
- "elem": "g",
236516
+ "elem": "path",
236114
236517
  "attrs": {
236115
- "style": "isolation:isolate"
236116
- },
236117
- "content": [
236118
- {
236119
- "elem": "path",
236120
- "attrs": {
236121
- "stroke-width": "0",
236122
- "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"
236123
- }
236124
- },
236125
- {
236126
- "elem": "path",
236127
- "attrs": {
236128
- "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",
236129
- "style": "mix-blend-mode:multiply",
236130
- "stroke-width": "0"
236131
- }
236132
- }
236133
- ]
236518
+ "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"
236519
+ }
236520
+ },
236521
+ {
236522
+ "elem": "path",
236523
+ "attrs": {
236524
+ "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",
236525
+ "style": "mix-blend-mode:multiply"
236526
+ }
236527
+ },
236528
+ {
236529
+ "elem": "path",
236530
+ "attrs": {
236531
+ "fill": "none",
236532
+ "d": "M0 0h32v32H0z"
236533
+ }
236134
236534
  }
236135
236535
  ],
236136
236536
  "name": "kubernetes--control-plane-node",
@@ -236159,31 +236559,29 @@
236159
236559
  "children": [
236160
236560
  {
236161
236561
  "type": "element",
236162
- "tagName": "g",
236562
+ "tagName": "path",
236163
236563
  "attributes": {
236164
- "style": "isolation:isolate"
236564
+ "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"
236165
236565
  },
236166
- "children": [
236167
- {
236168
- "type": "element",
236169
- "tagName": "path",
236170
- "attributes": {
236171
- "stroke-width": "0",
236172
- "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"
236173
- },
236174
- "children": []
236175
- },
236176
- {
236177
- "type": "element",
236178
- "tagName": "path",
236179
- "attributes": {
236180
- "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",
236181
- "style": "mix-blend-mode:multiply",
236182
- "stroke-width": "0"
236183
- },
236184
- "children": []
236185
- }
236186
- ]
236566
+ "children": []
236567
+ },
236568
+ {
236569
+ "type": "element",
236570
+ "tagName": "path",
236571
+ "attributes": {
236572
+ "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",
236573
+ "style": "mix-blend-mode:multiply"
236574
+ },
236575
+ "children": []
236576
+ },
236577
+ {
236578
+ "type": "element",
236579
+ "tagName": "path",
236580
+ "attributes": {
236581
+ "fill": "none",
236582
+ "d": "M0 0h32v32H0z"
236583
+ },
236584
+ "children": []
236187
236585
  }
236188
236586
  ]
236189
236587
  }
@@ -236853,9 +237251,9 @@
236853
237251
  {
236854
237252
  "size": 32,
236855
237253
  "filepath": "32/kubernetes--worker-node.svg",
236856
- "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2, .cls-3 {\n stroke-width: 0px;\n }\n\n .cls-2 {\n mix-blend-mode: multiply;\n }\n\n .cls-4 {\n isolation: isolate;\n }\n </style>\n </defs>\n <g class=\"cls-4\">\n <g id=\"icon\">\n <path class=\"cls-3\" 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\"/>\n <path class=\"cls-2\" 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\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n </g>\n </g>\n</svg>",
237254
+ "source": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\">\n <path 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\"/>\n <path 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\" style=\"mix-blend-mode:multiply\"/>\n <path fill=\"none\" d=\"M0 0h32v32H0z\" data-name=\"&amp;lt;Transparent Rectangle&amp;gt;\"/>\n</svg>\n",
236857
237255
  "optimized": {
236858
- "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g style=\"isolation:isolate\"><path stroke-width=\"0\" 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\"/><path 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\" style=\"mix-blend-mode:multiply\" stroke-width=\"0\"/></g></svg>",
237256
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path 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\"/><path 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\" style=\"mix-blend-mode:multiply\"/><path fill=\"none\" d=\"M0 0h32v32H0z\"/></svg>",
236859
237257
  "info": {},
236860
237258
  "path": "32/kubernetes--worker-node.svg"
236861
237259
  }
@@ -236876,27 +237274,24 @@
236876
237274
  },
236877
237275
  "content": [
236878
237276
  {
236879
- "elem": "g",
237277
+ "elem": "path",
236880
237278
  "attrs": {
236881
- "style": "isolation:isolate"
236882
- },
236883
- "content": [
236884
- {
236885
- "elem": "path",
236886
- "attrs": {
236887
- "stroke-width": "0",
236888
- "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"
236889
- }
236890
- },
236891
- {
236892
- "elem": "path",
236893
- "attrs": {
236894
- "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",
236895
- "style": "mix-blend-mode:multiply",
236896
- "stroke-width": "0"
236897
- }
236898
- }
236899
- ]
237279
+ "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"
237280
+ }
237281
+ },
237282
+ {
237283
+ "elem": "path",
237284
+ "attrs": {
237285
+ "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",
237286
+ "style": "mix-blend-mode:multiply"
237287
+ }
237288
+ },
237289
+ {
237290
+ "elem": "path",
237291
+ "attrs": {
237292
+ "fill": "none",
237293
+ "d": "M0 0h32v32H0z"
237294
+ }
236900
237295
  }
236901
237296
  ],
236902
237297
  "name": "kubernetes--worker-node",
@@ -236918,27 +237313,24 @@
236918
237313
  },
236919
237314
  "content": [
236920
237315
  {
236921
- "elem": "g",
237316
+ "elem": "path",
236922
237317
  "attrs": {
236923
- "style": "isolation:isolate"
236924
- },
236925
- "content": [
236926
- {
236927
- "elem": "path",
236928
- "attrs": {
236929
- "stroke-width": "0",
236930
- "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"
236931
- }
236932
- },
236933
- {
236934
- "elem": "path",
236935
- "attrs": {
236936
- "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",
236937
- "style": "mix-blend-mode:multiply",
236938
- "stroke-width": "0"
236939
- }
236940
- }
236941
- ]
237318
+ "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"
237319
+ }
237320
+ },
237321
+ {
237322
+ "elem": "path",
237323
+ "attrs": {
237324
+ "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",
237325
+ "style": "mix-blend-mode:multiply"
237326
+ }
237327
+ },
237328
+ {
237329
+ "elem": "path",
237330
+ "attrs": {
237331
+ "fill": "none",
237332
+ "d": "M0 0h32v32H0z"
237333
+ }
236942
237334
  }
236943
237335
  ],
236944
237336
  "name": "kubernetes--worker-node",
@@ -236960,27 +237352,24 @@
236960
237352
  },
236961
237353
  "content": [
236962
237354
  {
236963
- "elem": "g",
237355
+ "elem": "path",
236964
237356
  "attrs": {
236965
- "style": "isolation:isolate"
236966
- },
236967
- "content": [
236968
- {
236969
- "elem": "path",
236970
- "attrs": {
236971
- "stroke-width": "0",
236972
- "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"
236973
- }
236974
- },
236975
- {
236976
- "elem": "path",
236977
- "attrs": {
236978
- "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",
236979
- "style": "mix-blend-mode:multiply",
236980
- "stroke-width": "0"
236981
- }
236982
- }
236983
- ]
237357
+ "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"
237358
+ }
237359
+ },
237360
+ {
237361
+ "elem": "path",
237362
+ "attrs": {
237363
+ "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",
237364
+ "style": "mix-blend-mode:multiply"
237365
+ }
237366
+ },
237367
+ {
237368
+ "elem": "path",
237369
+ "attrs": {
237370
+ "fill": "none",
237371
+ "d": "M0 0h32v32H0z"
237372
+ }
236984
237373
  }
236985
237374
  ],
236986
237375
  "name": "kubernetes--worker-node",
@@ -237002,27 +237391,24 @@
237002
237391
  },
237003
237392
  "content": [
237004
237393
  {
237005
- "elem": "g",
237394
+ "elem": "path",
237006
237395
  "attrs": {
237007
- "style": "isolation:isolate"
237008
- },
237009
- "content": [
237010
- {
237011
- "elem": "path",
237012
- "attrs": {
237013
- "stroke-width": "0",
237014
- "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"
237015
- }
237016
- },
237017
- {
237018
- "elem": "path",
237019
- "attrs": {
237020
- "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",
237021
- "style": "mix-blend-mode:multiply",
237022
- "stroke-width": "0"
237023
- }
237024
- }
237025
- ]
237396
+ "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"
237397
+ }
237398
+ },
237399
+ {
237400
+ "elem": "path",
237401
+ "attrs": {
237402
+ "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",
237403
+ "style": "mix-blend-mode:multiply"
237404
+ }
237405
+ },
237406
+ {
237407
+ "elem": "path",
237408
+ "attrs": {
237409
+ "fill": "none",
237410
+ "d": "M0 0h32v32H0z"
237411
+ }
237026
237412
  }
237027
237413
  ],
237028
237414
  "name": "kubernetes--worker-node",
@@ -237051,31 +237437,29 @@
237051
237437
  "children": [
237052
237438
  {
237053
237439
  "type": "element",
237054
- "tagName": "g",
237440
+ "tagName": "path",
237055
237441
  "attributes": {
237056
- "style": "isolation:isolate"
237442
+ "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"
237057
237443
  },
237058
- "children": [
237059
- {
237060
- "type": "element",
237061
- "tagName": "path",
237062
- "attributes": {
237063
- "stroke-width": "0",
237064
- "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"
237065
- },
237066
- "children": []
237067
- },
237068
- {
237069
- "type": "element",
237070
- "tagName": "path",
237071
- "attributes": {
237072
- "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",
237073
- "style": "mix-blend-mode:multiply",
237074
- "stroke-width": "0"
237075
- },
237076
- "children": []
237077
- }
237078
- ]
237444
+ "children": []
237445
+ },
237446
+ {
237447
+ "type": "element",
237448
+ "tagName": "path",
237449
+ "attributes": {
237450
+ "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",
237451
+ "style": "mix-blend-mode:multiply"
237452
+ },
237453
+ "children": []
237454
+ },
237455
+ {
237456
+ "type": "element",
237457
+ "tagName": "path",
237458
+ "attributes": {
237459
+ "fill": "none",
237460
+ "d": "M0 0h32v32H0z"
237461
+ },
237462
+ "children": []
237079
237463
  }
237080
237464
  ]
237081
237465
  }
@@ -460259,7 +460643,9 @@
460259
460643
  "ai-governance--lifecycle",
460260
460644
  "ai-governance--tracked",
460261
460645
  "ai-governance--untracked",
460646
+ "ai-generate",
460262
460647
  "ai-launch",
460648
+ "ai-recommend",
460263
460649
  "machine-learning",
460264
460650
  "machine-learning-model",
460265
460651
  "model",