@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
package/dist/index.js CHANGED
@@ -2430,6 +2430,7 @@ export { default as Erlang } from './erlang.js';
2430
2430
  export { default as Erpnext } from './erpnext.js';
2431
2431
  export { default as Esbuild } from './esbuild.js';
2432
2432
  export { default as Esea } from './esea.js';
2433
+ export { default as EshoposLogo } from './eshopos-logo.js';
2433
2434
  export { default as Eslgaming } from './eslgaming.js';
2434
2435
  export { default as Eslint } from './eslint.js';
2435
2436
  export { default as EsotericSoftware } from './esoteric-software.js';
@@ -2863,6 +2864,7 @@ export { default as GcpWorkloadIdentityPool } from './gcp-workload-identity-pool
2863
2864
  export { default as Gdal } from './gdal.js';
2864
2865
  export { default as Geeksforgeeks } from './geeksforgeeks.js';
2865
2866
  export { default as Gemini } from './gemini.js';
2867
+ export { default as GeminiCli } from './gemini-cli.js';
2866
2868
  export { default as GeminiGoogle } from './gemini-google.js';
2867
2869
  export { default as GemmaGoogle } from './gemma-google.js';
2868
2870
  export { default as GeneralElectric } from './general-electric.js';
@@ -3196,6 +3198,7 @@ export { default as Icq } from './icq.js';
3196
3198
  export { default as Ideogram } from './ideogram.js';
3197
3199
  export { default as Ieee } from './ieee.js';
3198
3200
  export { default as Ifixit } from './ifixit.js';
3201
+ export { default as Iflow } from './iflow.js';
3199
3202
  export { default as Iflytekcloud } from './iflytekcloud.js';
3200
3203
  export { default as Ifood } from './ifood.js';
3201
3204
  export { default as Ifttt } from './ifttt.js';
@@ -3358,6 +3361,44 @@ export { default as Justgiving } from './justgiving.js';
3358
3361
  export { default as Jwt } from './jwt.js';
3359
3362
  export { default as K3s } from './k3s.js';
3360
3363
  export { default as K6 } from './k6.js';
3364
+ export { default as K8sApiServer } from './k8s-api-server.js';
3365
+ export { default as K8sCloudControllerManager } from './k8s-cloud-controller-manager.js';
3366
+ export { default as K8sClusterrole } from './k8s-clusterrole.js';
3367
+ export { default as K8sClusterrolebinding } from './k8s-clusterrolebinding.js';
3368
+ export { default as K8sConfigmap } from './k8s-configmap.js';
3369
+ export { default as K8sControllerManager } from './k8s-controller-manager.js';
3370
+ export { default as K8sCronjob } from './k8s-cronjob.js';
3371
+ export { default as K8sCustomresourcedefinition } from './k8s-customresourcedefinition.js';
3372
+ export { default as K8sDaemonset } from './k8s-daemonset.js';
3373
+ export { default as K8sDeployment } from './k8s-deployment.js';
3374
+ export { default as K8sEndpoints } from './k8s-endpoints.js';
3375
+ export { default as K8sEtcdCluster } from './k8s-etcd-cluster.js';
3376
+ export { default as K8sGroup } from './k8s-group.js';
3377
+ export { default as K8sHorizontalpodautoscaler } from './k8s-horizontalpodautoscaler.js';
3378
+ export { default as K8sIngress } from './k8s-ingress.js';
3379
+ export { default as K8sJob } from './k8s-job.js';
3380
+ export { default as K8sKubeProxy } from './k8s-kube-proxy.js';
3381
+ export { default as K8sKubelet } from './k8s-kubelet.js';
3382
+ export { default as K8sLimitrange } from './k8s-limitrange.js';
3383
+ export { default as K8sNamespace } from './k8s-namespace.js';
3384
+ export { default as K8sNetworkpolicy } from './k8s-networkpolicy.js';
3385
+ export { default as K8sPersistentvolume } from './k8s-persistentvolume.js';
3386
+ export { default as K8sPersistentvolumeclaim } from './k8s-persistentvolumeclaim.js';
3387
+ export { default as K8sPod } from './k8s-pod.js';
3388
+ export { default as K8sPodsecuritypolicy } from './k8s-podsecuritypolicy.js';
3389
+ export { default as K8sReplicaset } from './k8s-replicaset.js';
3390
+ export { default as K8sResourcequota } from './k8s-resourcequota.js';
3391
+ export { default as K8sRole } from './k8s-role.js';
3392
+ export { default as K8sRolebinding } from './k8s-rolebinding.js';
3393
+ export { default as K8sScheduler } from './k8s-scheduler.js';
3394
+ export { default as K8sSecret } from './k8s-secret.js';
3395
+ export { default as K8sService } from './k8s-service.js';
3396
+ export { default as K8sServiceaccount } from './k8s-serviceaccount.js';
3397
+ export { default as K8sStatefulset } from './k8s-statefulset.js';
3398
+ export { default as K8sStorageclass } from './k8s-storageclass.js';
3399
+ export { default as K8sUser } from './k8s-user.js';
3400
+ export { default as K8sVolume } from './k8s-volume.js';
3401
+ export { default as K8sWorkerNode } from './k8s-worker-node.js';
3361
3402
  export { default as Kafka } from './kafka.js';
3362
3403
  export { default as Kaggle } from './kaggle.js';
3363
3404
  export { default as Kagi } from './kagi.js';
@@ -3412,6 +3453,7 @@ export { default as KingstonTechnology } from './kingston-technology.js';
3412
3453
  export { default as Kinopoisk } from './kinopoisk.js';
3413
3454
  export { default as Kinsta } from './kinsta.js';
3414
3455
  export { default as Kirby } from './kirby.js';
3456
+ export { default as Kiro } from './kiro.js';
3415
3457
  export { default as Kit } from './kit.js';
3416
3458
  export { default as Kitsu } from './kitsu.js';
3417
3459
  export { default as Kiwix } from './kiwix.js';
@@ -3822,6 +3864,7 @@ export { default as Moneygram } from './moneygram.js';
3822
3864
  export { default as Mongodb } from './mongodb.js';
3823
3865
  export { default as Mongoose } from './mongoose.js';
3824
3866
  export { default as Monica } from './monica.js';
3867
+ export { default as MonisticLogo } from './monistic-logo.js';
3825
3868
  export { default as MonkeyTie } from './monkey-tie.js';
3826
3869
  export { default as Monkeytype } from './monkeytype.js';
3827
3870
  export { default as Monogame } from './monogame.js';
@@ -3950,6 +3993,7 @@ export { default as Niconico } from './niconico.js';
3950
3993
  export { default as Nike } from './nike.js';
3951
3994
  export { default as Nikon } from './nikon.js';
3952
3995
  export { default as Nim } from './nim.js';
3996
+ export { default as Nimoxis } from './nimoxis.js';
3953
3997
  export { default as Nintendo } from './nintendo.js';
3954
3998
  export { default as Niri } from './niri.js';
3955
3999
  export { default as Nissan } from './nissan.js';
@@ -4740,6 +4784,7 @@ export { default as Shiki } from './shiki.js';
4740
4784
  export { default as Shikimori } from './shikimori.js';
4741
4785
  export { default as Shopee } from './shopee.js';
4742
4786
  export { default as Shopify } from './shopify.js';
4787
+ export { default as Shopline } from './shopline.js';
4743
4788
  export { default as Shopware } from './shopware.js';
4744
4789
  export { default as Shortcut } from './shortcut.js';
4745
4790
  export { default as Showpad } from './showpad.js';
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - API Server
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sApiServer = vue_1.defineComponent({
10
+ name: 'K8sApiServer',
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 = K8sApiServer;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - API Server
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sApiServer: DefineComponent<SVGAttributes>;
7
+ export default K8sApiServer;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - API Server
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sApiServer = defineComponent({
7
+ name: 'K8sApiServer',
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 K8sApiServer;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Cloud Controller Manager
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sCloudControllerManager = vue_1.defineComponent({
10
+ name: 'K8sCloudControllerManager',
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 = K8sCloudControllerManager;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Cloud Controller Manager
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sCloudControllerManager: DefineComponent<SVGAttributes>;
7
+ export default K8sCloudControllerManager;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Cloud Controller Manager
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sCloudControllerManager = defineComponent({
7
+ name: 'K8sCloudControllerManager',
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 K8sCloudControllerManager;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - ClusterRole
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sClusterrole = vue_1.defineComponent({
10
+ name: 'K8sClusterrole',
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 = K8sClusterrole;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - ClusterRole
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sClusterrole: DefineComponent<SVGAttributes>;
7
+ export default K8sClusterrole;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - ClusterRole
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sClusterrole = defineComponent({
7
+ name: 'K8sClusterrole',
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 K8sClusterrole;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - ClusterRoleBinding
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sClusterrolebinding = vue_1.defineComponent({
10
+ name: 'K8sClusterrolebinding',
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 = K8sClusterrolebinding;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - ClusterRoleBinding
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sClusterrolebinding: DefineComponent<SVGAttributes>;
7
+ export default K8sClusterrolebinding;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - ClusterRoleBinding
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sClusterrolebinding = defineComponent({
7
+ name: 'K8sClusterrolebinding',
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 K8sClusterrolebinding;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - ConfigMap
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sConfigmap = vue_1.defineComponent({
10
+ name: 'K8sConfigmap',
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 = K8sConfigmap;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - ConfigMap
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sConfigmap: DefineComponent<SVGAttributes>;
7
+ export default K8sConfigmap;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - ConfigMap
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sConfigmap = defineComponent({
7
+ name: 'K8sConfigmap',
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 K8sConfigmap;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Controller Manager
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sControllerManager = vue_1.defineComponent({
10
+ name: 'K8sControllerManager',
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 = K8sControllerManager;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Controller Manager
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sControllerManager: DefineComponent<SVGAttributes>;
7
+ export default K8sControllerManager;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Controller Manager
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sControllerManager = defineComponent({
7
+ name: 'K8sControllerManager',
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 K8sControllerManager;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - CronJob
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sCronjob = vue_1.defineComponent({
10
+ name: 'K8sCronjob',
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 = K8sCronjob;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - CronJob
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sCronjob: DefineComponent<SVGAttributes>;
7
+ export default K8sCronjob;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - CronJob
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sCronjob = defineComponent({
7
+ name: 'K8sCronjob',
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 K8sCronjob;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - CustomResourceDefinition
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sCustomresourcedefinition = vue_1.defineComponent({
10
+ name: 'K8sCustomresourcedefinition',
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 = K8sCustomresourcedefinition;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - CustomResourceDefinition
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sCustomresourcedefinition: DefineComponent<SVGAttributes>;
7
+ export default K8sCustomresourcedefinition;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - CustomResourceDefinition
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sCustomresourcedefinition = defineComponent({
7
+ name: 'K8sCustomresourcedefinition',
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 K8sCustomresourcedefinition;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - DaemonSet
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sDaemonset = vue_1.defineComponent({
10
+ name: 'K8sDaemonset',
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 = K8sDaemonset;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - DaemonSet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sDaemonset: DefineComponent<SVGAttributes>;
7
+ export default K8sDaemonset;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - DaemonSet
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sDaemonset = defineComponent({
7
+ name: 'K8sDaemonset',
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 K8sDaemonset;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Deployment
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sDeployment = vue_1.defineComponent({
10
+ name: 'K8sDeployment',
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 = K8sDeployment;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Deployment
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sDeployment: DefineComponent<SVGAttributes>;
7
+ export default K8sDeployment;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Deployment
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sDeployment = defineComponent({
7
+ name: 'K8sDeployment',
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 K8sDeployment;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Endpoints
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const K8sEndpoints = vue_1.defineComponent({
10
+ name: 'K8sEndpoints',
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 = K8sEndpoints;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Endpoints
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const K8sEndpoints: DefineComponent<SVGAttributes>;
7
+ export default K8sEndpoints;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Endpoints
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const K8sEndpoints = defineComponent({
7
+ name: 'K8sEndpoints',
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 K8sEndpoints;