@thesvg/vue 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 (165) hide show
  1. package/dist/azure-blob.cjs +1 -6
  2. package/dist/azure-blob.js +1 -6
  3. package/dist/developer-student-club.cjs +1 -9
  4. package/dist/developer-student-club.js +1 -9
  5. package/dist/eshopos-logo.cjs +42 -0
  6. package/dist/eshopos-logo.d.ts +7 -0
  7. package/dist/eshopos-logo.js +39 -0
  8. package/dist/gemini-cli.cjs +21 -0
  9. package/dist/gemini-cli.d.ts +7 -0
  10. package/dist/gemini-cli.js +18 -0
  11. package/dist/iflow.cjs +21 -0
  12. package/dist/iflow.d.ts +7 -0
  13. package/dist/iflow.js +18 -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 +21 -0
  18. package/dist/k8s-api-server.d.ts +7 -0
  19. package/dist/k8s-api-server.js +18 -0
  20. package/dist/k8s-cloud-controller-manager.cjs +21 -0
  21. package/dist/k8s-cloud-controller-manager.d.ts +7 -0
  22. package/dist/k8s-cloud-controller-manager.js +18 -0
  23. package/dist/k8s-clusterrole.cjs +21 -0
  24. package/dist/k8s-clusterrole.d.ts +7 -0
  25. package/dist/k8s-clusterrole.js +18 -0
  26. package/dist/k8s-clusterrolebinding.cjs +21 -0
  27. package/dist/k8s-clusterrolebinding.d.ts +7 -0
  28. package/dist/k8s-clusterrolebinding.js +18 -0
  29. package/dist/k8s-configmap.cjs +21 -0
  30. package/dist/k8s-configmap.d.ts +7 -0
  31. package/dist/k8s-configmap.js +18 -0
  32. package/dist/k8s-controller-manager.cjs +21 -0
  33. package/dist/k8s-controller-manager.d.ts +7 -0
  34. package/dist/k8s-controller-manager.js +18 -0
  35. package/dist/k8s-cronjob.cjs +21 -0
  36. package/dist/k8s-cronjob.d.ts +7 -0
  37. package/dist/k8s-cronjob.js +18 -0
  38. package/dist/k8s-customresourcedefinition.cjs +21 -0
  39. package/dist/k8s-customresourcedefinition.d.ts +7 -0
  40. package/dist/k8s-customresourcedefinition.js +18 -0
  41. package/dist/k8s-daemonset.cjs +21 -0
  42. package/dist/k8s-daemonset.d.ts +7 -0
  43. package/dist/k8s-daemonset.js +18 -0
  44. package/dist/k8s-deployment.cjs +21 -0
  45. package/dist/k8s-deployment.d.ts +7 -0
  46. package/dist/k8s-deployment.js +18 -0
  47. package/dist/k8s-endpoints.cjs +21 -0
  48. package/dist/k8s-endpoints.d.ts +7 -0
  49. package/dist/k8s-endpoints.js +18 -0
  50. package/dist/k8s-etcd-cluster.cjs +21 -0
  51. package/dist/k8s-etcd-cluster.d.ts +7 -0
  52. package/dist/k8s-etcd-cluster.js +18 -0
  53. package/dist/k8s-group.cjs +21 -0
  54. package/dist/k8s-group.d.ts +7 -0
  55. package/dist/k8s-group.js +18 -0
  56. package/dist/k8s-horizontalpodautoscaler.cjs +21 -0
  57. package/dist/k8s-horizontalpodautoscaler.d.ts +7 -0
  58. package/dist/k8s-horizontalpodautoscaler.js +18 -0
  59. package/dist/k8s-ingress.cjs +21 -0
  60. package/dist/k8s-ingress.d.ts +7 -0
  61. package/dist/k8s-ingress.js +18 -0
  62. package/dist/k8s-job.cjs +21 -0
  63. package/dist/k8s-job.d.ts +7 -0
  64. package/dist/k8s-job.js +18 -0
  65. package/dist/k8s-kube-proxy.cjs +21 -0
  66. package/dist/k8s-kube-proxy.d.ts +7 -0
  67. package/dist/k8s-kube-proxy.js +18 -0
  68. package/dist/k8s-kubelet.cjs +21 -0
  69. package/dist/k8s-kubelet.d.ts +7 -0
  70. package/dist/k8s-kubelet.js +18 -0
  71. package/dist/k8s-limitrange.cjs +21 -0
  72. package/dist/k8s-limitrange.d.ts +7 -0
  73. package/dist/k8s-limitrange.js +18 -0
  74. package/dist/k8s-namespace.cjs +21 -0
  75. package/dist/k8s-namespace.d.ts +7 -0
  76. package/dist/k8s-namespace.js +18 -0
  77. package/dist/k8s-networkpolicy.cjs +21 -0
  78. package/dist/k8s-networkpolicy.d.ts +7 -0
  79. package/dist/k8s-networkpolicy.js +18 -0
  80. package/dist/k8s-persistentvolume.cjs +21 -0
  81. package/dist/k8s-persistentvolume.d.ts +7 -0
  82. package/dist/k8s-persistentvolume.js +18 -0
  83. package/dist/k8s-persistentvolumeclaim.cjs +21 -0
  84. package/dist/k8s-persistentvolumeclaim.d.ts +7 -0
  85. package/dist/k8s-persistentvolumeclaim.js +18 -0
  86. package/dist/k8s-pod.cjs +21 -0
  87. package/dist/k8s-pod.d.ts +7 -0
  88. package/dist/k8s-pod.js +18 -0
  89. package/dist/k8s-podsecuritypolicy.cjs +21 -0
  90. package/dist/k8s-podsecuritypolicy.d.ts +7 -0
  91. package/dist/k8s-podsecuritypolicy.js +18 -0
  92. package/dist/k8s-replicaset.cjs +21 -0
  93. package/dist/k8s-replicaset.d.ts +7 -0
  94. package/dist/k8s-replicaset.js +18 -0
  95. package/dist/k8s-resourcequota.cjs +21 -0
  96. package/dist/k8s-resourcequota.d.ts +7 -0
  97. package/dist/k8s-resourcequota.js +18 -0
  98. package/dist/k8s-role.cjs +21 -0
  99. package/dist/k8s-role.d.ts +7 -0
  100. package/dist/k8s-role.js +18 -0
  101. package/dist/k8s-rolebinding.cjs +21 -0
  102. package/dist/k8s-rolebinding.d.ts +7 -0
  103. package/dist/k8s-rolebinding.js +18 -0
  104. package/dist/k8s-scheduler.cjs +21 -0
  105. package/dist/k8s-scheduler.d.ts +7 -0
  106. package/dist/k8s-scheduler.js +18 -0
  107. package/dist/k8s-secret.cjs +21 -0
  108. package/dist/k8s-secret.d.ts +7 -0
  109. package/dist/k8s-secret.js +18 -0
  110. package/dist/k8s-service.cjs +21 -0
  111. package/dist/k8s-service.d.ts +7 -0
  112. package/dist/k8s-service.js +18 -0
  113. package/dist/k8s-serviceaccount.cjs +21 -0
  114. package/dist/k8s-serviceaccount.d.ts +7 -0
  115. package/dist/k8s-serviceaccount.js +18 -0
  116. package/dist/k8s-statefulset.cjs +21 -0
  117. package/dist/k8s-statefulset.d.ts +7 -0
  118. package/dist/k8s-statefulset.js +18 -0
  119. package/dist/k8s-storageclass.cjs +21 -0
  120. package/dist/k8s-storageclass.d.ts +7 -0
  121. package/dist/k8s-storageclass.js +18 -0
  122. package/dist/k8s-user.cjs +21 -0
  123. package/dist/k8s-user.d.ts +7 -0
  124. package/dist/k8s-user.js +18 -0
  125. package/dist/k8s-volume.cjs +21 -0
  126. package/dist/k8s-volume.d.ts +7 -0
  127. package/dist/k8s-volume.js +18 -0
  128. package/dist/k8s-worker-node.cjs +21 -0
  129. package/dist/k8s-worker-node.d.ts +7 -0
  130. package/dist/k8s-worker-node.js +18 -0
  131. package/dist/kiro.cjs +21 -0
  132. package/dist/kiro.d.ts +7 -0
  133. package/dist/kiro.js +18 -0
  134. package/dist/monistic-logo.cjs +21 -0
  135. package/dist/monistic-logo.d.ts +7 -0
  136. package/dist/monistic-logo.js +18 -0
  137. package/dist/mypy.cjs +0 -6
  138. package/dist/mypy.js +0 -6
  139. package/dist/nimoxis.cjs +26 -0
  140. package/dist/nimoxis.d.ts +7 -0
  141. package/dist/nimoxis.js +23 -0
  142. package/dist/open-webui.cjs +1 -4
  143. package/dist/open-webui.js +1 -4
  144. package/dist/paramount.cjs +1 -1
  145. package/dist/paramount.js +1 -1
  146. package/dist/paypal.cjs +1 -1
  147. package/dist/paypal.js +1 -1
  148. package/dist/powertoys.cjs +0 -2
  149. package/dist/powertoys.js +0 -2
  150. package/dist/qt.cjs +1 -2
  151. package/dist/qt.js +1 -2
  152. package/dist/shopline.cjs +47 -0
  153. package/dist/shopline.d.ts +7 -0
  154. package/dist/shopline.js +44 -0
  155. package/dist/styled-components.cjs +1 -4
  156. package/dist/styled-components.js +1 -4
  157. package/dist/svgl.cjs +1 -1
  158. package/dist/svgl.js +1 -1
  159. package/dist/upsales.cjs +1 -1
  160. package/dist/upsales.js +1 -1
  161. package/dist/volta.cjs +1 -1
  162. package/dist/volta.js +1 -1
  163. package/dist/web-components.cjs +1 -1
  164. package/dist/web-components.js +1 -1
  165. package/package.json +1 -1
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - etcd Cluster
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sEtcdCluster = vue_1.defineComponent({
10
+ name: 'K8sEtcdCluster',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sEtcdCluster;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - etcd Cluster
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sEtcdCluster: DefineComponent<SVGAttributes>;
7
+ export default K8sEtcdCluster;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - etcd Cluster
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sEtcdCluster = defineComponent({
7
+ name: 'K8sEtcdCluster',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sEtcdCluster;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Group
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sGroup = vue_1.defineComponent({
10
+ name: 'K8sGroup',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sGroup;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sGroup: DefineComponent<SVGAttributes>;
7
+ export default K8sGroup;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sGroup = defineComponent({
7
+ name: 'K8sGroup',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sGroup;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - HorizontalPodAutoscaler
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sHorizontalpodautoscaler = vue_1.defineComponent({
10
+ name: 'K8sHorizontalpodautoscaler',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sHorizontalpodautoscaler;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - HorizontalPodAutoscaler
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sHorizontalpodautoscaler: DefineComponent<SVGAttributes>;
7
+ export default K8sHorizontalpodautoscaler;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - HorizontalPodAutoscaler
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sHorizontalpodautoscaler = defineComponent({
7
+ name: 'K8sHorizontalpodautoscaler',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sHorizontalpodautoscaler;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Ingress
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sIngress = vue_1.defineComponent({
10
+ name: 'K8sIngress',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sIngress;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Ingress
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sIngress: DefineComponent<SVGAttributes>;
7
+ export default K8sIngress;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Ingress
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sIngress = defineComponent({
7
+ name: 'K8sIngress',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sIngress;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Job
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sJob = vue_1.defineComponent({
10
+ name: 'K8sJob',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sJob;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Job
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sJob: DefineComponent<SVGAttributes>;
7
+ export default K8sJob;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Job
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sJob = defineComponent({
7
+ name: 'K8sJob',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sJob;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - kube-proxy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sKubeProxy = vue_1.defineComponent({
10
+ name: 'K8sKubeProxy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sKubeProxy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - kube-proxy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sKubeProxy: DefineComponent<SVGAttributes>;
7
+ export default K8sKubeProxy;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - kube-proxy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sKubeProxy = defineComponent({
7
+ name: 'K8sKubeProxy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sKubeProxy;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - kubelet
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sKubelet = vue_1.defineComponent({
10
+ name: 'K8sKubelet',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sKubelet;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - kubelet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sKubelet: DefineComponent<SVGAttributes>;
7
+ export default K8sKubelet;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - kubelet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sKubelet = defineComponent({
7
+ name: 'K8sKubelet',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sKubelet;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - LimitRange
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sLimitrange = vue_1.defineComponent({
10
+ name: 'K8sLimitrange',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sLimitrange;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - LimitRange
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sLimitrange: DefineComponent<SVGAttributes>;
7
+ export default K8sLimitrange;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - LimitRange
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sLimitrange = defineComponent({
7
+ name: 'K8sLimitrange',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sLimitrange;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Namespace
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sNamespace = vue_1.defineComponent({
10
+ name: 'K8sNamespace',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sNamespace;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Namespace
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sNamespace: DefineComponent<SVGAttributes>;
7
+ export default K8sNamespace;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Namespace
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sNamespace = defineComponent({
7
+ name: 'K8sNamespace',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sNamespace;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - NetworkPolicy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sNetworkpolicy = vue_1.defineComponent({
10
+ name: 'K8sNetworkpolicy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sNetworkpolicy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - NetworkPolicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sNetworkpolicy: DefineComponent<SVGAttributes>;
7
+ export default K8sNetworkpolicy;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - NetworkPolicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sNetworkpolicy = defineComponent({
7
+ name: 'K8sNetworkpolicy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sNetworkpolicy;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - PersistentVolume
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sPersistentvolume = vue_1.defineComponent({
10
+ name: 'K8sPersistentvolume',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sPersistentvolume;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - PersistentVolume
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sPersistentvolume: DefineComponent<SVGAttributes>;
7
+ export default K8sPersistentvolume;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - PersistentVolume
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sPersistentvolume = defineComponent({
7
+ name: 'K8sPersistentvolume',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sPersistentvolume;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - PersistentVolumeClaim
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sPersistentvolumeclaim = vue_1.defineComponent({
10
+ name: 'K8sPersistentvolumeclaim',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sPersistentvolumeclaim;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - PersistentVolumeClaim
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sPersistentvolumeclaim: DefineComponent<SVGAttributes>;
7
+ export default K8sPersistentvolumeclaim;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - PersistentVolumeClaim
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sPersistentvolumeclaim = defineComponent({
7
+ name: 'K8sPersistentvolumeclaim',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sPersistentvolumeclaim;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Pod
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sPod = vue_1.defineComponent({
10
+ name: 'K8sPod',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 18.035334 17.500378',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = K8sPod;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Pod
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sPod: DefineComponent<SVGAttributes>;
7
+ export default K8sPod;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Pod
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sPod = defineComponent({
7
+ name: 'K8sPod',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 18.035334 17.500378',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default K8sPod;