@thesvg/react 2.0.1 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/azure-blob.cjs +1 -1
  2. package/dist/azure-blob.js +1 -1
  3. package/dist/developer-student-club.cjs +1 -1
  4. package/dist/developer-student-club.js +1 -1
  5. package/dist/eshopos-logo.cjs +22 -0
  6. package/dist/eshopos-logo.d.ts +9 -0
  7. package/dist/eshopos-logo.js +21 -0
  8. package/dist/gemini-cli.cjs +22 -0
  9. package/dist/gemini-cli.d.ts +9 -0
  10. package/dist/gemini-cli.js +21 -0
  11. package/dist/iflow.cjs +22 -0
  12. package/dist/iflow.d.ts +9 -0
  13. package/dist/iflow.js +21 -0
  14. package/dist/index.cjs +90 -0
  15. package/dist/index.d.ts +45 -0
  16. package/dist/index.js +45 -0
  17. package/dist/k8s-api-server.cjs +22 -0
  18. package/dist/k8s-api-server.d.ts +9 -0
  19. package/dist/k8s-api-server.js +21 -0
  20. package/dist/k8s-cloud-controller-manager.cjs +22 -0
  21. package/dist/k8s-cloud-controller-manager.d.ts +9 -0
  22. package/dist/k8s-cloud-controller-manager.js +21 -0
  23. package/dist/k8s-clusterrole.cjs +22 -0
  24. package/dist/k8s-clusterrole.d.ts +9 -0
  25. package/dist/k8s-clusterrole.js +21 -0
  26. package/dist/k8s-clusterrolebinding.cjs +22 -0
  27. package/dist/k8s-clusterrolebinding.d.ts +9 -0
  28. package/dist/k8s-clusterrolebinding.js +21 -0
  29. package/dist/k8s-configmap.cjs +22 -0
  30. package/dist/k8s-configmap.d.ts +9 -0
  31. package/dist/k8s-configmap.js +21 -0
  32. package/dist/k8s-controller-manager.cjs +22 -0
  33. package/dist/k8s-controller-manager.d.ts +9 -0
  34. package/dist/k8s-controller-manager.js +21 -0
  35. package/dist/k8s-cronjob.cjs +22 -0
  36. package/dist/k8s-cronjob.d.ts +9 -0
  37. package/dist/k8s-cronjob.js +21 -0
  38. package/dist/k8s-customresourcedefinition.cjs +22 -0
  39. package/dist/k8s-customresourcedefinition.d.ts +9 -0
  40. package/dist/k8s-customresourcedefinition.js +21 -0
  41. package/dist/k8s-daemonset.cjs +22 -0
  42. package/dist/k8s-daemonset.d.ts +9 -0
  43. package/dist/k8s-daemonset.js +21 -0
  44. package/dist/k8s-deployment.cjs +22 -0
  45. package/dist/k8s-deployment.d.ts +9 -0
  46. package/dist/k8s-deployment.js +21 -0
  47. package/dist/k8s-endpoints.cjs +22 -0
  48. package/dist/k8s-endpoints.d.ts +9 -0
  49. package/dist/k8s-endpoints.js +21 -0
  50. package/dist/k8s-etcd-cluster.cjs +22 -0
  51. package/dist/k8s-etcd-cluster.d.ts +9 -0
  52. package/dist/k8s-etcd-cluster.js +21 -0
  53. package/dist/k8s-group.cjs +22 -0
  54. package/dist/k8s-group.d.ts +9 -0
  55. package/dist/k8s-group.js +21 -0
  56. package/dist/k8s-horizontalpodautoscaler.cjs +22 -0
  57. package/dist/k8s-horizontalpodautoscaler.d.ts +9 -0
  58. package/dist/k8s-horizontalpodautoscaler.js +21 -0
  59. package/dist/k8s-ingress.cjs +22 -0
  60. package/dist/k8s-ingress.d.ts +9 -0
  61. package/dist/k8s-ingress.js +21 -0
  62. package/dist/k8s-job.cjs +22 -0
  63. package/dist/k8s-job.d.ts +9 -0
  64. package/dist/k8s-job.js +21 -0
  65. package/dist/k8s-kube-proxy.cjs +22 -0
  66. package/dist/k8s-kube-proxy.d.ts +9 -0
  67. package/dist/k8s-kube-proxy.js +21 -0
  68. package/dist/k8s-kubelet.cjs +22 -0
  69. package/dist/k8s-kubelet.d.ts +9 -0
  70. package/dist/k8s-kubelet.js +21 -0
  71. package/dist/k8s-limitrange.cjs +22 -0
  72. package/dist/k8s-limitrange.d.ts +9 -0
  73. package/dist/k8s-limitrange.js +21 -0
  74. package/dist/k8s-namespace.cjs +22 -0
  75. package/dist/k8s-namespace.d.ts +9 -0
  76. package/dist/k8s-namespace.js +21 -0
  77. package/dist/k8s-networkpolicy.cjs +22 -0
  78. package/dist/k8s-networkpolicy.d.ts +9 -0
  79. package/dist/k8s-networkpolicy.js +21 -0
  80. package/dist/k8s-persistentvolume.cjs +22 -0
  81. package/dist/k8s-persistentvolume.d.ts +9 -0
  82. package/dist/k8s-persistentvolume.js +21 -0
  83. package/dist/k8s-persistentvolumeclaim.cjs +22 -0
  84. package/dist/k8s-persistentvolumeclaim.d.ts +9 -0
  85. package/dist/k8s-persistentvolumeclaim.js +21 -0
  86. package/dist/k8s-pod.cjs +22 -0
  87. package/dist/k8s-pod.d.ts +9 -0
  88. package/dist/k8s-pod.js +21 -0
  89. package/dist/k8s-podsecuritypolicy.cjs +22 -0
  90. package/dist/k8s-podsecuritypolicy.d.ts +9 -0
  91. package/dist/k8s-podsecuritypolicy.js +21 -0
  92. package/dist/k8s-replicaset.cjs +22 -0
  93. package/dist/k8s-replicaset.d.ts +9 -0
  94. package/dist/k8s-replicaset.js +21 -0
  95. package/dist/k8s-resourcequota.cjs +22 -0
  96. package/dist/k8s-resourcequota.d.ts +9 -0
  97. package/dist/k8s-resourcequota.js +21 -0
  98. package/dist/k8s-role.cjs +22 -0
  99. package/dist/k8s-role.d.ts +9 -0
  100. package/dist/k8s-role.js +21 -0
  101. package/dist/k8s-rolebinding.cjs +22 -0
  102. package/dist/k8s-rolebinding.d.ts +9 -0
  103. package/dist/k8s-rolebinding.js +21 -0
  104. package/dist/k8s-scheduler.cjs +22 -0
  105. package/dist/k8s-scheduler.d.ts +9 -0
  106. package/dist/k8s-scheduler.js +21 -0
  107. package/dist/k8s-secret.cjs +22 -0
  108. package/dist/k8s-secret.d.ts +9 -0
  109. package/dist/k8s-secret.js +21 -0
  110. package/dist/k8s-service.cjs +22 -0
  111. package/dist/k8s-service.d.ts +9 -0
  112. package/dist/k8s-service.js +21 -0
  113. package/dist/k8s-serviceaccount.cjs +22 -0
  114. package/dist/k8s-serviceaccount.d.ts +9 -0
  115. package/dist/k8s-serviceaccount.js +21 -0
  116. package/dist/k8s-statefulset.cjs +22 -0
  117. package/dist/k8s-statefulset.d.ts +9 -0
  118. package/dist/k8s-statefulset.js +21 -0
  119. package/dist/k8s-storageclass.cjs +22 -0
  120. package/dist/k8s-storageclass.d.ts +9 -0
  121. package/dist/k8s-storageclass.js +21 -0
  122. package/dist/k8s-user.cjs +22 -0
  123. package/dist/k8s-user.d.ts +9 -0
  124. package/dist/k8s-user.js +21 -0
  125. package/dist/k8s-volume.cjs +22 -0
  126. package/dist/k8s-volume.d.ts +9 -0
  127. package/dist/k8s-volume.js +21 -0
  128. package/dist/k8s-worker-node.cjs +22 -0
  129. package/dist/k8s-worker-node.d.ts +9 -0
  130. package/dist/k8s-worker-node.js +21 -0
  131. package/dist/kiro.cjs +22 -0
  132. package/dist/kiro.d.ts +9 -0
  133. package/dist/kiro.js +21 -0
  134. package/dist/monistic-logo.cjs +22 -0
  135. package/dist/monistic-logo.d.ts +9 -0
  136. package/dist/monistic-logo.js +21 -0
  137. package/dist/mypy.cjs +1 -1
  138. package/dist/mypy.js +1 -1
  139. package/dist/neovim.cjs +1 -1
  140. package/dist/neovim.js +1 -1
  141. package/dist/nimoxis.cjs +22 -0
  142. package/dist/nimoxis.d.ts +9 -0
  143. package/dist/nimoxis.js +21 -0
  144. package/dist/open-webui.cjs +1 -1
  145. package/dist/open-webui.js +1 -1
  146. package/dist/paramount.cjs +1 -1
  147. package/dist/paramount.js +1 -1
  148. package/dist/paypal.cjs +1 -1
  149. package/dist/paypal.js +1 -1
  150. package/dist/powertoys.cjs +1 -1
  151. package/dist/powertoys.js +1 -1
  152. package/dist/qt.cjs +1 -1
  153. package/dist/qt.js +1 -1
  154. package/dist/shopline.cjs +22 -0
  155. package/dist/shopline.d.ts +9 -0
  156. package/dist/shopline.js +21 -0
  157. package/dist/styled-components.cjs +1 -1
  158. package/dist/styled-components.js +1 -1
  159. package/dist/svgl.cjs +1 -1
  160. package/dist/svgl.js +1 -1
  161. package/dist/upsales.cjs +1 -1
  162. package/dist/upsales.js +1 -1
  163. package/dist/volta.cjs +1 -1
  164. package/dist/volta.js +1 -1
  165. package/dist/web-components.cjs +1 -1
  166. package/dist/web-components.js +1 -1
  167. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Job
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sJob = react_1.forwardRef(function K8sJob({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3345","transform":"translate(0.30405635,1.0923112)"},"children":[{"type":"rect","props":{"y":"10.877846","x":"5.4527321","height":"2.1426713","width":"2.2029927","id":"rect8971"},"children":[]},{"type":"rect","props":{"id":"rect8973","width":"2.2029927","height":"2.1426713","x":"8.6047411","y":"10.877846"},"children":[]},{"type":"rect","props":{"y":"10.877846","x":"11.756749","height":"2.1426713","width":"2.2029927","id":"rect8975"},"children":[]},{"type":"rect","props":{"id":"rect8977","width":"2.2029927","height":"2.1426713","x":"11.756749","y":"7.7276535"},"children":[]},{"type":"rect","props":{"y":"7.7607269","x":"8.6148129","height":"2.1426713","width":"2.2029927","id":"rect8979"},"children":[]},{"type":"rect","props":{"id":"rect8981","width":"2.2029927","height":"2.1426713","x":"5.4728899","y":"7.7607269"},"children":[]},{"type":"rect","props":{"y":"4.6436005","x":"11.756749","height":"2.1426713","width":"2.2029927","id":"rect8983"},"children":[]}]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sJob.displayName = 'K8sJob';
21
+
22
+ exports.default = K8sJob;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Job
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sJob: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sJob;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Job
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sJob = forwardRef(
7
+ function K8sJob({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3345","transform":"translate(0.30405635,1.0923112)"},"children":[{"type":"rect","props":{"y":"10.877846","x":"5.4527321","height":"2.1426713","width":"2.2029927","id":"rect8971"},"children":[]},{"type":"rect","props":{"id":"rect8973","width":"2.2029927","height":"2.1426713","x":"8.6047411","y":"10.877846"},"children":[]},{"type":"rect","props":{"y":"10.877846","x":"11.756749","height":"2.1426713","width":"2.2029927","id":"rect8975"},"children":[]},{"type":"rect","props":{"id":"rect8977","width":"2.2029927","height":"2.1426713","x":"11.756749","y":"7.7276535"},"children":[]},{"type":"rect","props":{"y":"7.7607269","x":"8.6148129","height":"2.1426713","width":"2.2029927","id":"rect8979"},"children":[]},{"type":"rect","props":{"id":"rect8981","width":"2.2029927","height":"2.1426713","x":"5.4728899","y":"7.7607269"},"children":[]},{"type":"rect","props":{"y":"4.6436005","x":"11.756749","height":"2.1426713","width":"2.2029927","id":"rect8983"},"children":[]}]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sJob.displayName = 'K8sJob';
20
+
21
+ export default K8sJob;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — kube-proxy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sKubeProxy = react_1.forwardRef(function K8sKubeProxy({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z","textAnchor":"start"},"children":[]}]},{"type":"text","props":{"id":"text2066","y":"16.811775","x":"9.9289894"},"children":[{"type":"tspan","props":{"textAnchor":"middle","y":"16.811775","x":"9.9289894","id":"tspan2064"},"children":["k-proxy"]}]},{"type":"path","props":{"id":"path1994","d":"m 9.9921804,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216403,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959306,-1.9162151 z m 0.1961406,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089208,-0.263576 z m -0.9089208,0.36452 0.8511208,0.2532261 -0.004,1.183289 -0.8468108,-0.469347 z m 1.8178508,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997706,7.0212055 9.8087102,7.2847812 8.8997706,7.5483582 7.9908505,7.2847812 Z m 2.2087004,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176205,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908308,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677506,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359604,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414104,-0.197551 -0.4675804,0.454102 -0.7997908,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924608,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888904,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643606,0.4805634 c -0.58689,-1.96e-4 -1.0627108,0.4756148 -1.0625208,1.0625028 5e-5,0.586719 0.4758008,1.062267 1.0625208,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"},"children":[]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sKubeProxy.displayName = 'K8sKubeProxy';
21
+
22
+ exports.default = K8sKubeProxy;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — kube-proxy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sKubeProxy: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sKubeProxy;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — kube-proxy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sKubeProxy = forwardRef(
7
+ function K8sKubeProxy({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z","textAnchor":"start"},"children":[]}]},{"type":"text","props":{"id":"text2066","y":"16.811775","x":"9.9289894"},"children":[{"type":"tspan","props":{"textAnchor":"middle","y":"16.811775","x":"9.9289894","id":"tspan2064"},"children":["k-proxy"]}]},{"type":"path","props":{"id":"path1994","d":"m 9.9921804,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216403,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959306,-1.9162151 z m 0.1961406,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089208,-0.263576 z m -0.9089208,0.36452 0.8511208,0.2532261 -0.004,1.183289 -0.8468108,-0.469347 z m 1.8178508,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997706,7.0212055 9.8087102,7.2847812 8.8997706,7.5483582 7.9908505,7.2847812 Z m 2.2087004,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176205,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908308,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677506,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359604,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414104,-0.197551 -0.4675804,0.454102 -0.7997908,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924608,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888904,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643606,0.4805634 c -0.58689,-1.96e-4 -1.0627108,0.4756148 -1.0625208,1.0625028 5e-5,0.586719 0.4758008,1.062267 1.0625208,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"},"children":[]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sKubeProxy.displayName = 'K8sKubeProxy';
20
+
21
+ export default K8sKubeProxy;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — kubelet
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sKubelet = react_1.forwardRef(function K8sKubelet({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z","textAnchor":"start"},"children":[]}]},{"type":"text","props":{"id":"text2066","y":"16.811775","x":"9.9262333"},"children":[{"type":"tspan","props":{"textAnchor":"middle","y":"16.811775","x":"9.9262333","id":"tspan2064"},"children":["kubelet"]}]},{"type":"path","props":{"id":"path1994","d":"m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"},"children":[]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sKubelet.displayName = 'K8sKubelet';
21
+
22
+ exports.default = K8sKubelet;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — kubelet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sKubelet: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sKubelet;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — kubelet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sKubelet = forwardRef(
7
+ function K8sKubelet({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z","textAnchor":"start"},"children":[]}]},{"type":"text","props":{"id":"text2066","y":"16.811775","x":"9.9262333"},"children":[{"type":"tspan","props":{"textAnchor":"middle","y":"16.811775","x":"9.9262333","id":"tspan2064"},"children":["kubelet"]}]},{"type":"path","props":{"id":"path1994","d":"m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"},"children":[]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sKubelet.displayName = 'K8sKubelet';
20
+
21
+ export default K8sKubelet;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — LimitRange
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sLimitrange = react_1.forwardRef(function K8sLimitrange({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3340","transform":"translate(0.02183415,0.63370129)"},"children":[{"type":"rect","props":{"y":"5.6508946","x":"5.2651944","height":"7.2795482","width":"9.4547119","id":"rect9295"},"children":[]},{"type":"rect","props":{"id":"rect9297","width":"5.6623526","height":"5.4923801","x":"4.986012","y":"7.7055373"},"children":[]}]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sLimitrange.displayName = 'K8sLimitrange';
21
+
22
+ exports.default = K8sLimitrange;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — LimitRange
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sLimitrange: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sLimitrange;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — LimitRange
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sLimitrange = forwardRef(
7
+ function K8sLimitrange({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3340","transform":"translate(0.02183415,0.63370129)"},"children":[{"type":"rect","props":{"y":"5.6508946","x":"5.2651944","height":"7.2795482","width":"9.4547119","id":"rect9295"},"children":[]},{"type":"rect","props":{"id":"rect9297","width":"5.6623526","height":"5.4923801","x":"4.986012","y":"7.7055373"},"children":[]}]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sLimitrange.displayName = 'K8sLimitrange';
20
+
21
+ export default K8sLimitrange;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Namespace
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sNamespace = react_1.forwardRef(function K8sNamespace({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"rect","props":{"y":"6.5793304","x":"6.1734986","height":"6.6900792","width":"7.6735892","id":"rect8790"},"children":[]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sNamespace.displayName = 'K8sNamespace';
21
+
22
+ exports.default = K8sNamespace;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Namespace
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sNamespace: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sNamespace;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Namespace
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sNamespace = forwardRef(
7
+ function K8sNamespace({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"rect","props":{"y":"6.5793304","x":"6.1734986","height":"6.6900792","width":"7.6735892","id":"rect8790"},"children":[]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sNamespace.displayName = 'K8sNamespace';
20
+
21
+ export default K8sNamespace;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — NetworkPolicy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sNetworkpolicy = react_1.forwardRef(function K8sNetworkpolicy({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"path","props":{"d":"m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z","id":"path7594"},"children":[]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sNetworkpolicy.displayName = 'K8sNetworkpolicy';
21
+
22
+ exports.default = K8sNetworkpolicy;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — NetworkPolicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sNetworkpolicy: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sNetworkpolicy;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — NetworkPolicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sNetworkpolicy = forwardRef(
7
+ function K8sNetworkpolicy({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"path","props":{"d":"m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z","id":"path7594"},"children":[]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sNetworkpolicy.displayName = 'K8sNetworkpolicy';
20
+
21
+ export default K8sNetworkpolicy;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — PersistentVolume
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sPersistentvolume = react_1.forwardRef(function K8sPersistentvolume({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3341","transform":"translate(-0.18983289,0.49258906)"},"children":[{"type":"path","props":{"d":"m 5.5709614,7.9105849 0,0 c 0,0.621121 2.0725401,1.124639 4.6291706,1.124639 2.556609,0 4.629159,-0.503518 4.629159,-1.124639 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124638 z","id":"path1114"},"children":[]},{"type":"path","props":{"d":"m 5.5709614,7.9105849 0,0 c 0,-0.621119 2.0725401,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124639 z","id":"path1116"},"children":[]},{"type":"path","props":{"d":"m 14.829291,7.9105849 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124639 l 0,0 c 0,-0.621119 2.0725501,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124638 l 0,-3.0423911","id":"path1120"},"children":[]}]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sPersistentvolume.displayName = 'K8sPersistentvolume';
21
+
22
+ exports.default = K8sPersistentvolume;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — PersistentVolume
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sPersistentvolume: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sPersistentvolume;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — PersistentVolume
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sPersistentvolume = forwardRef(
7
+ function K8sPersistentvolume({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3341","transform":"translate(-0.18983289,0.49258906)"},"children":[{"type":"path","props":{"d":"m 5.5709614,7.9105849 0,0 c 0,0.621121 2.0725401,1.124639 4.6291706,1.124639 2.556609,0 4.629159,-0.503518 4.629159,-1.124639 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124638 z","id":"path1114"},"children":[]},{"type":"path","props":{"d":"m 5.5709614,7.9105849 0,0 c 0,-0.621119 2.0725401,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124639 z","id":"path1116"},"children":[]},{"type":"path","props":{"d":"m 14.829291,7.9105849 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124639 l 0,0 c 0,-0.621119 2.0725501,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124638 l 0,-3.0423911","id":"path1120"},"children":[]}]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sPersistentvolume.displayName = 'K8sPersistentvolume';
20
+
21
+ export default K8sPersistentvolume;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — PersistentVolumeClaim
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sPersistentvolumeclaim = react_1.forwardRef(function K8sPersistentvolumeclaim({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"path","props":{"id":"path1134","d":"m 14.63946,8.4031737 0,0 c 0,0.6211207 -2.07255,1.1246391 -4.62916,1.1246391 -2.5566224,0 -4.629173,-0.5035184 -4.629173,-1.1246391 l 0,0 c 0,-0.621119 2.0725506,-1.124637 4.629173,-1.124637 2.55661,0 4.62916,0.503518 4.62916,1.124637 l 0,3.0423913 c 0,0.62112 -2.07255,1.124638 -4.62916,1.124638 -2.5566224,0 -4.629173,-0.503518 -4.629173,-1.124638 l 0,-3.0423913"},"children":[]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sPersistentvolumeclaim.displayName = 'K8sPersistentvolumeclaim';
21
+
22
+ exports.default = K8sPersistentvolumeclaim;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — PersistentVolumeClaim
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
5
+
6
+ export type SvgIconProps = SVGProps<SVGSVGElement>;
7
+
8
+ declare const K8sPersistentvolumeclaim: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default K8sPersistentvolumeclaim;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — PersistentVolumeClaim
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const K8sPersistentvolumeclaim = forwardRef(
7
+ function K8sPersistentvolumeclaim({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
8
+ return createElement(
9
+ 'svg',
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"path","props":{"id":"path1134","d":"m 14.63946,8.4031737 0,0 c 0,0.6211207 -2.07255,1.1246391 -4.62916,1.1246391 -2.5566224,0 -4.629173,-0.5035184 -4.629173,-1.1246391 l 0,0 c 0,-0.621119 2.0725506,-1.124637 4.629173,-1.124637 2.55661,0 4.62916,0.503518 4.62916,1.124637 l 0,3.0423913 c 0,0.62112 -2.07255,1.124638 -4.62916,1.124638 -2.5566224,0 -4.629173,-0.503518 -4.629173,-1.124638 l 0,-3.0423913"},"children":[]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ K8sPersistentvolumeclaim.displayName = 'K8sPersistentvolumeclaim';
20
+
21
+ export default K8sPersistentvolumeclaim;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Pod
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const K8sPod = react_1.forwardRef(function K8sPod({ viewBox = '0 0 18.035334 17.500378', ...props }, ref) {
10
+ return react_1.createElement(
11
+ 'svg',
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"defs","props":{"id":"defs13820"},"children":[]},{"type":"g","props":{"id":"layer1","transform":"translate(-0.99262638,-1.174181)"},"children":[{"type":"g","props":{"id":"g70","transform":"matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)"},"children":[{"type":"path","props":{"id":"path3055","d":"m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"},"children":[]},{"type":"path","props":{"id":"path3054-2-9","d":"M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"},"children":[]}]},{"type":"g","props":{"id":"g3341","transform":"translate(0.12766661,0.35147801)"},"children":[{"type":"path","props":{"d":"M 6.2617914,7.036086 9.8826317,5.986087 13.503462,7.036086 9.8826317,8.086087 Z","id":"path910"},"children":[]},{"type":"path","props":{"d":"m 6.2617914,7.43817 0,3.852778 3.3736103,1.868749 0.0167,-4.713193 z","id":"path912"},"children":[]},{"type":"path","props":{"d":"m 13.503462,7.43817 0,3.852778 -3.37361,1.868749 -0.0167,-4.713193 z","id":"path914"},"children":[]}]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ K8sPod.displayName = 'K8sPod';
21
+
22
+ exports.default = K8sPod;