@thesvg/vue 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eshopos-logo.cjs +42 -0
- package/dist/eshopos-logo.d.ts +7 -0
- package/dist/eshopos-logo.js +39 -0
- package/dist/gemini-cli.cjs +21 -0
- package/dist/gemini-cli.d.ts +7 -0
- package/dist/gemini-cli.js +18 -0
- package/dist/iflow.cjs +21 -0
- package/dist/iflow.d.ts +7 -0
- package/dist/iflow.js +18 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +21 -0
- package/dist/k8s-api-server.d.ts +7 -0
- package/dist/k8s-api-server.js +18 -0
- package/dist/k8s-cloud-controller-manager.cjs +21 -0
- package/dist/k8s-cloud-controller-manager.d.ts +7 -0
- package/dist/k8s-cloud-controller-manager.js +18 -0
- package/dist/k8s-clusterrole.cjs +21 -0
- package/dist/k8s-clusterrole.d.ts +7 -0
- package/dist/k8s-clusterrole.js +18 -0
- package/dist/k8s-clusterrolebinding.cjs +21 -0
- package/dist/k8s-clusterrolebinding.d.ts +7 -0
- package/dist/k8s-clusterrolebinding.js +18 -0
- package/dist/k8s-configmap.cjs +21 -0
- package/dist/k8s-configmap.d.ts +7 -0
- package/dist/k8s-configmap.js +18 -0
- package/dist/k8s-controller-manager.cjs +21 -0
- package/dist/k8s-controller-manager.d.ts +7 -0
- package/dist/k8s-controller-manager.js +18 -0
- package/dist/k8s-cronjob.cjs +21 -0
- package/dist/k8s-cronjob.d.ts +7 -0
- package/dist/k8s-cronjob.js +18 -0
- package/dist/k8s-customresourcedefinition.cjs +21 -0
- package/dist/k8s-customresourcedefinition.d.ts +7 -0
- package/dist/k8s-customresourcedefinition.js +18 -0
- package/dist/k8s-daemonset.cjs +21 -0
- package/dist/k8s-daemonset.d.ts +7 -0
- package/dist/k8s-daemonset.js +18 -0
- package/dist/k8s-deployment.cjs +21 -0
- package/dist/k8s-deployment.d.ts +7 -0
- package/dist/k8s-deployment.js +18 -0
- package/dist/k8s-endpoints.cjs +21 -0
- package/dist/k8s-endpoints.d.ts +7 -0
- package/dist/k8s-endpoints.js +18 -0
- package/dist/k8s-etcd-cluster.cjs +21 -0
- package/dist/k8s-etcd-cluster.d.ts +7 -0
- package/dist/k8s-etcd-cluster.js +18 -0
- package/dist/k8s-group.cjs +21 -0
- package/dist/k8s-group.d.ts +7 -0
- package/dist/k8s-group.js +18 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +21 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +7 -0
- package/dist/k8s-horizontalpodautoscaler.js +18 -0
- package/dist/k8s-ingress.cjs +21 -0
- package/dist/k8s-ingress.d.ts +7 -0
- package/dist/k8s-ingress.js +18 -0
- package/dist/k8s-job.cjs +21 -0
- package/dist/k8s-job.d.ts +7 -0
- package/dist/k8s-job.js +18 -0
- package/dist/k8s-kube-proxy.cjs +21 -0
- package/dist/k8s-kube-proxy.d.ts +7 -0
- package/dist/k8s-kube-proxy.js +18 -0
- package/dist/k8s-kubelet.cjs +21 -0
- package/dist/k8s-kubelet.d.ts +7 -0
- package/dist/k8s-kubelet.js +18 -0
- package/dist/k8s-limitrange.cjs +21 -0
- package/dist/k8s-limitrange.d.ts +7 -0
- package/dist/k8s-limitrange.js +18 -0
- package/dist/k8s-namespace.cjs +21 -0
- package/dist/k8s-namespace.d.ts +7 -0
- package/dist/k8s-namespace.js +18 -0
- package/dist/k8s-networkpolicy.cjs +21 -0
- package/dist/k8s-networkpolicy.d.ts +7 -0
- package/dist/k8s-networkpolicy.js +18 -0
- package/dist/k8s-persistentvolume.cjs +21 -0
- package/dist/k8s-persistentvolume.d.ts +7 -0
- package/dist/k8s-persistentvolume.js +18 -0
- package/dist/k8s-persistentvolumeclaim.cjs +21 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +7 -0
- package/dist/k8s-persistentvolumeclaim.js +18 -0
- package/dist/k8s-pod.cjs +21 -0
- package/dist/k8s-pod.d.ts +7 -0
- package/dist/k8s-pod.js +18 -0
- package/dist/k8s-podsecuritypolicy.cjs +21 -0
- package/dist/k8s-podsecuritypolicy.d.ts +7 -0
- package/dist/k8s-podsecuritypolicy.js +18 -0
- package/dist/k8s-replicaset.cjs +21 -0
- package/dist/k8s-replicaset.d.ts +7 -0
- package/dist/k8s-replicaset.js +18 -0
- package/dist/k8s-resourcequota.cjs +21 -0
- package/dist/k8s-resourcequota.d.ts +7 -0
- package/dist/k8s-resourcequota.js +18 -0
- package/dist/k8s-role.cjs +21 -0
- package/dist/k8s-role.d.ts +7 -0
- package/dist/k8s-role.js +18 -0
- package/dist/k8s-rolebinding.cjs +21 -0
- package/dist/k8s-rolebinding.d.ts +7 -0
- package/dist/k8s-rolebinding.js +18 -0
- package/dist/k8s-scheduler.cjs +21 -0
- package/dist/k8s-scheduler.d.ts +7 -0
- package/dist/k8s-scheduler.js +18 -0
- package/dist/k8s-secret.cjs +21 -0
- package/dist/k8s-secret.d.ts +7 -0
- package/dist/k8s-secret.js +18 -0
- package/dist/k8s-service.cjs +21 -0
- package/dist/k8s-service.d.ts +7 -0
- package/dist/k8s-service.js +18 -0
- package/dist/k8s-serviceaccount.cjs +21 -0
- package/dist/k8s-serviceaccount.d.ts +7 -0
- package/dist/k8s-serviceaccount.js +18 -0
- package/dist/k8s-statefulset.cjs +21 -0
- package/dist/k8s-statefulset.d.ts +7 -0
- package/dist/k8s-statefulset.js +18 -0
- package/dist/k8s-storageclass.cjs +21 -0
- package/dist/k8s-storageclass.d.ts +7 -0
- package/dist/k8s-storageclass.js +18 -0
- package/dist/k8s-user.cjs +21 -0
- package/dist/k8s-user.d.ts +7 -0
- package/dist/k8s-user.js +18 -0
- package/dist/k8s-volume.cjs +21 -0
- package/dist/k8s-volume.d.ts +7 -0
- package/dist/k8s-volume.js +18 -0
- package/dist/k8s-worker-node.cjs +21 -0
- package/dist/k8s-worker-node.d.ts +7 -0
- package/dist/k8s-worker-node.js +18 -0
- package/dist/kiro.cjs +21 -0
- package/dist/kiro.d.ts +7 -0
- package/dist/kiro.js +18 -0
- package/dist/monistic-logo.cjs +21 -0
- package/dist/monistic-logo.d.ts +7 -0
- package/dist/monistic-logo.js +18 -0
- package/dist/nimoxis.cjs +26 -0
- package/dist/nimoxis.d.ts +7 -0
- package/dist/nimoxis.js +23 -0
- package/dist/shopline.cjs +47 -0
- package/dist/shopline.d.ts +7 -0
- package/dist/shopline.js +44 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - RoleBinding
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sRolebinding = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sRolebinding',
|
|
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 = K8sRolebinding;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - RoleBinding
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sRolebinding = defineComponent({
|
|
7
|
+
name: 'K8sRolebinding',
|
|
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 K8sRolebinding;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Scheduler
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sScheduler = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sScheduler',
|
|
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 = K8sScheduler;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Scheduler
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sScheduler = defineComponent({
|
|
7
|
+
name: 'K8sScheduler',
|
|
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 K8sScheduler;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Secret
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sSecret = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sSecret',
|
|
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 = K8sSecret;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Secret
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sSecret = defineComponent({
|
|
7
|
+
name: 'K8sSecret',
|
|
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 K8sSecret;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Service
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sService = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sService',
|
|
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 = K8sService;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Service
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sService = defineComponent({
|
|
7
|
+
name: 'K8sService',
|
|
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 K8sService;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - ServiceAccount
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sServiceaccount = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sServiceaccount',
|
|
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 = K8sServiceaccount;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - ServiceAccount
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sServiceaccount = defineComponent({
|
|
7
|
+
name: 'K8sServiceaccount',
|
|
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 K8sServiceaccount;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - StatefulSet
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sStatefulset = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sStatefulset',
|
|
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 = K8sStatefulset;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - StatefulSet
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sStatefulset = defineComponent({
|
|
7
|
+
name: 'K8sStatefulset',
|
|
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 K8sStatefulset;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - StorageClass
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sStorageclass = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sStorageclass',
|
|
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 = K8sStorageclass;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - StorageClass
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sStorageclass = defineComponent({
|
|
7
|
+
name: 'K8sStorageclass',
|
|
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 K8sStorageclass;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - User
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sUser = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sUser',
|
|
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 = K8sUser;
|
package/dist/k8s-user.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - User
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sUser = defineComponent({
|
|
7
|
+
name: 'K8sUser',
|
|
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 K8sUser;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Volume
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sVolume = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sVolume',
|
|
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 = K8sVolume;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Volume
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sVolume = defineComponent({
|
|
7
|
+
name: 'K8sVolume',
|
|
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 K8sVolume;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Worker Node
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const K8sWorkerNode = vue_1.defineComponent({
|
|
10
|
+
name: 'K8sWorkerNode',
|
|
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 = K8sWorkerNode;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Worker Node
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const K8sWorkerNode = defineComponent({
|
|
7
|
+
name: 'K8sWorkerNode',
|
|
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 K8sWorkerNode;
|
package/dist/kiro.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Kiro
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Kiro = vue_1.defineComponent({
|
|
10
|
+
name: 'Kiro',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 256 256',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = Kiro;
|
package/dist/kiro.d.ts
ADDED
package/dist/kiro.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Kiro
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Kiro = defineComponent({
|
|
7
|
+
name: 'Kiro',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 256 256',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default Kiro;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Monistic
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const MonisticLogo = vue_1.defineComponent({
|
|
10
|
+
name: 'MonisticLogo',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 256 256',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.default = MonisticLogo;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @thesvg/vue - Monistic
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const MonisticLogo = defineComponent({
|
|
7
|
+
name: 'MonisticLogo',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 256 256',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export default MonisticLogo;
|
package/dist/nimoxis.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Nimoxis
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Nimoxis = vue_1.defineComponent({
|
|
10
|
+
name: 'Nimoxis',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 512 512',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('circle', {"cx":"256","cy":"256","r":"256","fill":"#635BFF"}),
|
|
19
|
+
vue_1.h('path', {"d":"M132.048 361.901C128.508 362.441 94.3975 362.491 90.4175 361.991C89.5875 360.791 90.1975 359.581 90.5175 358.411C92.6175 350.661 94.6775 342.901 96.8875 335.181C105.208 306.051 114.518 277.241 125.648 249.041C132.118 232.651 139.188 216.531 147.678 201.061C153.108 191.161 159.088 181.611 166.358 172.931C170.448 168.051 174.908 163.551 180.038 159.761C185.758 155.521 191.958 152.291 199.018 150.861C208.038 149.041 216.668 150.081 224.918 154.211C231.328 157.421 236.648 161.981 241.278 167.381C246.728 173.741 250.958 180.891 254.658 188.361C255.538 190.131 256.358 191.921 257.148 193.731C257.358 194.211 257.358 194.771 257.508 195.591C243.238 195.661 230.428 199.681 218.958 208.371C218.258 207.231 217.698 206.291 217.128 205.361C215.148 202.111 213.228 198.831 211.168 195.641C210.408 194.471 209.338 193.501 208.368 192.491C207.998 192.101 207.478 191.861 206.938 191.481C204.888 192.341 203.238 193.671 201.848 195.231C199.128 198.271 196.378 201.321 193.958 204.591C187.658 213.131 182.688 222.461 178.028 231.961C168.468 251.481 160.698 271.731 153.568 292.231C146.018 313.921 139.368 335.891 133.238 358.021C132.868 359.361 132.438 360.681 132.068 361.901H132.048Z","fill":"white"}),
|
|
20
|
+
vue_1.h('path', {"d":"M293.188 303.941C296.588 310.211 299.428 316.231 304.648 320.821C305.658 320.291 306.638 320.001 307.318 319.381C309.498 317.391 311.708 315.401 313.668 313.191C318.168 308.101 321.808 302.381 325.228 296.531C332.858 283.481 339.128 269.771 344.868 255.811C355.758 229.321 364.738 202.171 372.828 174.721C374.898 167.691 376.828 160.621 378.838 153.581C379.138 152.511 379.528 151.461 379.848 150.471C383.308 149.881 417.988 149.841 421.918 150.431C421.808 151.371 421.808 152.351 421.558 153.261C409.908 196.861 396.618 239.921 378.688 281.421C372.808 295.021 366.308 308.311 358.558 320.961C354.058 328.311 349.138 335.361 343.388 341.801C338.758 346.981 333.658 351.611 327.748 355.301C321.168 359.421 314.048 361.931 306.268 362.281C298.758 362.611 291.738 360.761 285.188 357.101C280.218 354.321 275.888 350.731 272.088 346.511C264.458 338.031 258.958 328.221 254.508 317.791C254.458 317.681 254.528 317.521 254.548 317.241C255.168 316.331 256.238 316.661 257.138 316.621C265.388 316.241 273.388 314.701 280.858 311.091C284.018 309.561 287.018 307.681 290.068 305.941C291.018 305.391 291.918 304.751 293.178 303.931L293.188 303.941Z","fill":"white"}),
|
|
21
|
+
vue_1.h('path', {"d":"M255.798 294.151C234.788 294.311 217.688 276.531 217.848 255.761C217.998 236.131 233.958 217.881 256.528 218.071C278.298 218.251 294.198 236.531 294.038 256.491C293.878 277.161 276.628 294.431 255.788 294.151H255.798Z","fill":"white"})
|
|
22
|
+
]);
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
exports.default = Nimoxis;
|