@thesvg/react 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 +22 -0
- package/dist/eshopos-logo.d.ts +9 -0
- package/dist/eshopos-logo.js +21 -0
- package/dist/gemini-cli.cjs +22 -0
- package/dist/gemini-cli.d.ts +9 -0
- package/dist/gemini-cli.js +21 -0
- package/dist/iflow.cjs +22 -0
- package/dist/iflow.d.ts +9 -0
- package/dist/iflow.js +21 -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 +22 -0
- package/dist/k8s-api-server.d.ts +9 -0
- package/dist/k8s-api-server.js +21 -0
- package/dist/k8s-cloud-controller-manager.cjs +22 -0
- package/dist/k8s-cloud-controller-manager.d.ts +9 -0
- package/dist/k8s-cloud-controller-manager.js +21 -0
- package/dist/k8s-clusterrole.cjs +22 -0
- package/dist/k8s-clusterrole.d.ts +9 -0
- package/dist/k8s-clusterrole.js +21 -0
- package/dist/k8s-clusterrolebinding.cjs +22 -0
- package/dist/k8s-clusterrolebinding.d.ts +9 -0
- package/dist/k8s-clusterrolebinding.js +21 -0
- package/dist/k8s-configmap.cjs +22 -0
- package/dist/k8s-configmap.d.ts +9 -0
- package/dist/k8s-configmap.js +21 -0
- package/dist/k8s-controller-manager.cjs +22 -0
- package/dist/k8s-controller-manager.d.ts +9 -0
- package/dist/k8s-controller-manager.js +21 -0
- package/dist/k8s-cronjob.cjs +22 -0
- package/dist/k8s-cronjob.d.ts +9 -0
- package/dist/k8s-cronjob.js +21 -0
- package/dist/k8s-customresourcedefinition.cjs +22 -0
- package/dist/k8s-customresourcedefinition.d.ts +9 -0
- package/dist/k8s-customresourcedefinition.js +21 -0
- package/dist/k8s-daemonset.cjs +22 -0
- package/dist/k8s-daemonset.d.ts +9 -0
- package/dist/k8s-daemonset.js +21 -0
- package/dist/k8s-deployment.cjs +22 -0
- package/dist/k8s-deployment.d.ts +9 -0
- package/dist/k8s-deployment.js +21 -0
- package/dist/k8s-endpoints.cjs +22 -0
- package/dist/k8s-endpoints.d.ts +9 -0
- package/dist/k8s-endpoints.js +21 -0
- package/dist/k8s-etcd-cluster.cjs +22 -0
- package/dist/k8s-etcd-cluster.d.ts +9 -0
- package/dist/k8s-etcd-cluster.js +21 -0
- package/dist/k8s-group.cjs +22 -0
- package/dist/k8s-group.d.ts +9 -0
- package/dist/k8s-group.js +21 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +22 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +9 -0
- package/dist/k8s-horizontalpodautoscaler.js +21 -0
- package/dist/k8s-ingress.cjs +22 -0
- package/dist/k8s-ingress.d.ts +9 -0
- package/dist/k8s-ingress.js +21 -0
- package/dist/k8s-job.cjs +22 -0
- package/dist/k8s-job.d.ts +9 -0
- package/dist/k8s-job.js +21 -0
- package/dist/k8s-kube-proxy.cjs +22 -0
- package/dist/k8s-kube-proxy.d.ts +9 -0
- package/dist/k8s-kube-proxy.js +21 -0
- package/dist/k8s-kubelet.cjs +22 -0
- package/dist/k8s-kubelet.d.ts +9 -0
- package/dist/k8s-kubelet.js +21 -0
- package/dist/k8s-limitrange.cjs +22 -0
- package/dist/k8s-limitrange.d.ts +9 -0
- package/dist/k8s-limitrange.js +21 -0
- package/dist/k8s-namespace.cjs +22 -0
- package/dist/k8s-namespace.d.ts +9 -0
- package/dist/k8s-namespace.js +21 -0
- package/dist/k8s-networkpolicy.cjs +22 -0
- package/dist/k8s-networkpolicy.d.ts +9 -0
- package/dist/k8s-networkpolicy.js +21 -0
- package/dist/k8s-persistentvolume.cjs +22 -0
- package/dist/k8s-persistentvolume.d.ts +9 -0
- package/dist/k8s-persistentvolume.js +21 -0
- package/dist/k8s-persistentvolumeclaim.cjs +22 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +9 -0
- package/dist/k8s-persistentvolumeclaim.js +21 -0
- package/dist/k8s-pod.cjs +22 -0
- package/dist/k8s-pod.d.ts +9 -0
- package/dist/k8s-pod.js +21 -0
- package/dist/k8s-podsecuritypolicy.cjs +22 -0
- package/dist/k8s-podsecuritypolicy.d.ts +9 -0
- package/dist/k8s-podsecuritypolicy.js +21 -0
- package/dist/k8s-replicaset.cjs +22 -0
- package/dist/k8s-replicaset.d.ts +9 -0
- package/dist/k8s-replicaset.js +21 -0
- package/dist/k8s-resourcequota.cjs +22 -0
- package/dist/k8s-resourcequota.d.ts +9 -0
- package/dist/k8s-resourcequota.js +21 -0
- package/dist/k8s-role.cjs +22 -0
- package/dist/k8s-role.d.ts +9 -0
- package/dist/k8s-role.js +21 -0
- package/dist/k8s-rolebinding.cjs +22 -0
- package/dist/k8s-rolebinding.d.ts +9 -0
- package/dist/k8s-rolebinding.js +21 -0
- package/dist/k8s-scheduler.cjs +22 -0
- package/dist/k8s-scheduler.d.ts +9 -0
- package/dist/k8s-scheduler.js +21 -0
- package/dist/k8s-secret.cjs +22 -0
- package/dist/k8s-secret.d.ts +9 -0
- package/dist/k8s-secret.js +21 -0
- package/dist/k8s-service.cjs +22 -0
- package/dist/k8s-service.d.ts +9 -0
- package/dist/k8s-service.js +21 -0
- package/dist/k8s-serviceaccount.cjs +22 -0
- package/dist/k8s-serviceaccount.d.ts +9 -0
- package/dist/k8s-serviceaccount.js +21 -0
- package/dist/k8s-statefulset.cjs +22 -0
- package/dist/k8s-statefulset.d.ts +9 -0
- package/dist/k8s-statefulset.js +21 -0
- package/dist/k8s-storageclass.cjs +22 -0
- package/dist/k8s-storageclass.d.ts +9 -0
- package/dist/k8s-storageclass.js +21 -0
- package/dist/k8s-user.cjs +22 -0
- package/dist/k8s-user.d.ts +9 -0
- package/dist/k8s-user.js +21 -0
- package/dist/k8s-volume.cjs +22 -0
- package/dist/k8s-volume.d.ts +9 -0
- package/dist/k8s-volume.js +21 -0
- package/dist/k8s-worker-node.cjs +22 -0
- package/dist/k8s-worker-node.d.ts +9 -0
- package/dist/k8s-worker-node.js +21 -0
- package/dist/kiro.cjs +22 -0
- package/dist/kiro.d.ts +9 -0
- package/dist/kiro.js +21 -0
- package/dist/monistic-logo.cjs +22 -0
- package/dist/monistic-logo.d.ts +9 -0
- package/dist/monistic-logo.js +21 -0
- package/dist/nimoxis.cjs +22 -0
- package/dist/nimoxis.d.ts +9 -0
- package/dist/nimoxis.js +21 -0
- package/dist/shopline.cjs +22 -0
- package/dist/shopline.d.ts +9 -0
- package/dist/shopline.js +21 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — DaemonSet
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sDaemonset = forwardRef(
|
|
7
|
+
function K8sDaemonset({ 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":"g3343","transform":"translate(0.58627835,0.45731048)"},"children":[{"type":"path","props":{"id":"path9163","d":"m 7.708299,5.2827748 6.524989,0 0,4.5833348 -6.524989,0 z"},"children":[]},{"type":"path","props":{"id":"path9179","d":"m 4.350169,13.606752 7.074559,0"},"children":[]},{"type":"path","props":{"id":"path9167","d":"m 6.169549,6.6940855 6.524989,0 0,4.5833355 -6.524989,0 z"},"children":[]},{"type":"path","props":{"id":"path9171","d":"m 4.630799,8.1053983 6.524999,0 0,4.5833347 -6.524999,0 z"},"children":[]},{"type":"path","props":{"id":"path9169","d":"m 4.5865192,8.1226661 6.5250018,0 0,4.5833339 -6.5250018,0 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
|
+
K8sDaemonset.displayName = 'K8sDaemonset';
|
|
20
|
+
|
|
21
|
+
export default K8sDaemonset;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Deployment
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sDeployment = react_1.forwardRef(function K8sDeployment({ 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.65385546,0.63370063)"},"children":[{"type":"path","props":{"d":"m 10.225062,13.731632 0,0 C 7.7824218,13.847177 5.7050116,11.968386 5.5753417,9.5264634 5.4456516,7.0845405 7.3124018,4.9962905 9.7535318,4.8524795 c 2.4411202,-0.143811 4.5401412,1.71081 4.6980812,4.1510682 l -1.757081,0.1137208 c -0.0954,-1.473818 -1.36311,-2.593935 -2.8374602,-2.50708 -1.47434,0.08686 -2.60178,1.3480761 -2.52346,2.8228991 0.0783,1.4748224 1.333,2.6095384 2.8082502,2.5397534 z","id":"path1222"},"children":[]},{"type":"path","props":{"d":"m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z","id":"path1224"},"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
|
+
K8sDeployment.displayName = 'K8sDeployment';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sDeployment;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Deployment
|
|
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 K8sDeployment: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sDeployment;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Deployment
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sDeployment = forwardRef(
|
|
7
|
+
function K8sDeployment({ 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.65385546,0.63370063)"},"children":[{"type":"path","props":{"d":"m 10.225062,13.731632 0,0 C 7.7824218,13.847177 5.7050116,11.968386 5.5753417,9.5264634 5.4456516,7.0845405 7.3124018,4.9962905 9.7535318,4.8524795 c 2.4411202,-0.143811 4.5401412,1.71081 4.6980812,4.1510682 l -1.757081,0.1137208 c -0.0954,-1.473818 -1.36311,-2.593935 -2.8374602,-2.50708 -1.47434,0.08686 -2.60178,1.3480761 -2.52346,2.8228991 0.0783,1.4748224 1.333,2.6095384 2.8082502,2.5397534 z","id":"path1222"},"children":[]},{"type":"path","props":{"d":"m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z","id":"path1224"},"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
|
+
K8sDeployment.displayName = 'K8sDeployment';
|
|
20
|
+
|
|
21
|
+
export default K8sDeployment;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Endpoints
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sEndpoints = react_1.forwardRef(function K8sEndpoints({ 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":"g3350","transform":"translate(0.09238746,0.63369956)"},"children":[{"type":"path","props":{"id":"path1991","d":"m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"},"children":[]},{"type":"path","props":{"id":"path1993","d":"m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"},"children":[]},{"type":"path","props":{"id":"path2002","d":"m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"},"children":[]},{"type":"path","props":{"id":"path2005","d":"m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"},"children":[]},{"type":"g","props":{"transform":"matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)","id":"g2062"},"children":[{"type":"rect","props":{"id":"rect2056","width":"0.6517092","height":"2.909133","x":"-226.88649","y":"-89.58931","ry":"0"},"children":[]},{"type":"path","props":{"id":"path2058","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","transform":"matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"},"children":[]}]},{"type":"g","props":{"id":"g2068","transform":"matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)"},"children":[{"type":"rect","props":{"ry":"0","y":"-89.58931","x":"-226.88649","height":"2.909133","width":"0.6517092","id":"rect2064"},"children":[]},{"type":"path","props":{"transform":"matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","id":"path2066"},"children":[]}]},{"type":"rect","props":{"transform":"matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)","ry":"0","y":"7.8833199","x":"-10.222737","height":"2.2486105","width":"0.65170413","id":"rect2070"},"children":[]},{"type":"path","props":{"transform":"matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","id":"path2073"},"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
|
+
K8sEndpoints.displayName = 'K8sEndpoints';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sEndpoints;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Endpoints
|
|
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 K8sEndpoints: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sEndpoints;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Endpoints
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sEndpoints = forwardRef(
|
|
7
|
+
function K8sEndpoints({ 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":"g3350","transform":"translate(0.09238746,0.63369956)"},"children":[{"type":"path","props":{"id":"path1991","d":"m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"},"children":[]},{"type":"path","props":{"id":"path1993","d":"m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"},"children":[]},{"type":"path","props":{"id":"path2002","d":"m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"},"children":[]},{"type":"path","props":{"id":"path2005","d":"m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"},"children":[]},{"type":"g","props":{"transform":"matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)","id":"g2062"},"children":[{"type":"rect","props":{"id":"rect2056","width":"0.6517092","height":"2.909133","x":"-226.88649","y":"-89.58931","ry":"0"},"children":[]},{"type":"path","props":{"id":"path2058","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","transform":"matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"},"children":[]}]},{"type":"g","props":{"id":"g2068","transform":"matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)"},"children":[{"type":"rect","props":{"ry":"0","y":"-89.58931","x":"-226.88649","height":"2.909133","width":"0.6517092","id":"rect2064"},"children":[]},{"type":"path","props":{"transform":"matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","id":"path2066"},"children":[]}]},{"type":"rect","props":{"transform":"matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)","ry":"0","y":"7.8833199","x":"-10.222737","height":"2.2486105","width":"0.65170413","id":"rect2070"},"children":[]},{"type":"path","props":{"transform":"matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)","d":"m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z","id":"path2073"},"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
|
+
K8sEndpoints.displayName = 'K8sEndpoints';
|
|
20
|
+
|
|
21
|
+
export default K8sEndpoints;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — etcd Cluster
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sEtcdCluster = react_1.forwardRef(function K8sEtcdCluster({ 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":"path2078","d":"m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"},"children":[]},{"type":"path","props":{"d":"m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z","id":"path4590"},"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
|
+
K8sEtcdCluster.displayName = 'K8sEtcdCluster';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sEtcdCluster;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — etcd Cluster
|
|
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 K8sEtcdCluster: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sEtcdCluster;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — etcd Cluster
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sEtcdCluster = forwardRef(
|
|
7
|
+
function K8sEtcdCluster({ 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":"path2078","d":"m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"},"children":[]},{"type":"path","props":{"d":"m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z","id":"path4590"},"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
|
+
K8sEtcdCluster.displayName = 'K8sEtcdCluster';
|
|
20
|
+
|
|
21
|
+
export default K8sEtcdCluster;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Group
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sGroup = react_1.forwardRef(function K8sGroup({ 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 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z","id":"rect8317"},"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
|
+
K8sGroup.displayName = 'K8sGroup';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sGroup;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Group
|
|
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 K8sGroup: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sGroup;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Group
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sGroup = forwardRef(
|
|
7
|
+
function K8sGroup({ 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 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z","id":"rect8317"},"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
|
+
K8sGroup.displayName = 'K8sGroup';
|
|
20
|
+
|
|
21
|
+
export default K8sGroup;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — HorizontalPodAutoscaler
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sHorizontalpodautoscaler = react_1.forwardRef(function K8sHorizontalpodautoscaler({ 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":"g3342","transform":"matrix(0.91708941,0,0,0.88661142,0.84998242,1.6871552)"},"children":[{"type":"path","props":{"d":"m 2.329607,9.2906665 2.255639,-2.2556387 0,1.127819 0.830308,0 0,-3.3834573 9.14581,0 0,3.3834573 0.830309,0 0,-1.127819 2.25564,2.2556387 -2.25564,2.2556475 0,-1.127819 -0.830309,0 0,3.383457 -9.14581,0 0,-3.383457 -0.830308,0 0,1.127819 z","id":"path7034"},"children":[]},{"type":"path","props":{"id":"path7157","d":"M 6.483827,6.8352828 9.9884656,5.8189795 13.493095,6.8352828 9.9884656,7.8515858 Z"},"children":[]},{"type":"path","props":{"id":"path7159","d":"m 6.483827,7.2244688 0,3.7291262 3.2653426,1.808777 0.01616,-4.5619332 z"},"children":[]},{"type":"path","props":{"id":"path7161","d":"m 13.493095,7.2244688 0,3.7291262 -3.265343,1.808777 -0.01616,-4.5619332 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
|
+
K8sHorizontalpodautoscaler.displayName = 'K8sHorizontalpodautoscaler';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sHorizontalpodautoscaler;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — HorizontalPodAutoscaler
|
|
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 K8sHorizontalpodautoscaler: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sHorizontalpodautoscaler;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — HorizontalPodAutoscaler
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sHorizontalpodautoscaler = forwardRef(
|
|
7
|
+
function K8sHorizontalpodautoscaler({ 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":"g3342","transform":"matrix(0.91708941,0,0,0.88661142,0.84998242,1.6871552)"},"children":[{"type":"path","props":{"d":"m 2.329607,9.2906665 2.255639,-2.2556387 0,1.127819 0.830308,0 0,-3.3834573 9.14581,0 0,3.3834573 0.830309,0 0,-1.127819 2.25564,2.2556387 -2.25564,2.2556475 0,-1.127819 -0.830309,0 0,3.383457 -9.14581,0 0,-3.383457 -0.830308,0 0,1.127819 z","id":"path7034"},"children":[]},{"type":"path","props":{"id":"path7157","d":"M 6.483827,6.8352828 9.9884656,5.8189795 13.493095,6.8352828 9.9884656,7.8515858 Z"},"children":[]},{"type":"path","props":{"id":"path7159","d":"m 6.483827,7.2244688 0,3.7291262 3.2653426,1.808777 0.01616,-4.5619332 z"},"children":[]},{"type":"path","props":{"id":"path7161","d":"m 13.493095,7.2244688 0,3.7291262 -3.265343,1.808777 -0.01616,-4.5619332 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
|
+
K8sHorizontalpodautoscaler.displayName = 'K8sHorizontalpodautoscaler';
|
|
20
|
+
|
|
21
|
+
export default K8sHorizontalpodautoscaler;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Ingress
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const K8sIngress = react_1.forwardRef(function K8sIngress({ 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":"path7709","pointerEvents":"none","d":"m 12.75799,13.997178 -2.270701,0 -4.9209009,-6.1558617 -1.42366,0 0,-2.0149069 2.31473,0 4.9230119,6.1558536 1.37752,0 0,-1.593474 3.119869,2.599882 -3.119869,2.601983 z m -2.47616,-4.7552751 1.09864,-1.3754256 1.37752,0 0,1.593475 3.119869,-2.5998829 -3.119869,-2.601983 0,1.593483 -2.270701,0 -1.4571904,1.8241102 z m -3.5979219,1.3649431 -1.11752,1.400578 -1.42366,0 0,2.014915 2.31473,0 1.4781699,-1.849278 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
|
+
K8sIngress.displayName = 'K8sIngress';
|
|
21
|
+
|
|
22
|
+
exports.default = K8sIngress;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Ingress
|
|
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 K8sIngress: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default K8sIngress;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Ingress
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const K8sIngress = forwardRef(
|
|
7
|
+
function K8sIngress({ 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":"path7709","pointerEvents":"none","d":"m 12.75799,13.997178 -2.270701,0 -4.9209009,-6.1558617 -1.42366,0 0,-2.0149069 2.31473,0 4.9230119,6.1558536 1.37752,0 0,-1.593474 3.119869,2.599882 -3.119869,2.601983 z m -2.47616,-4.7552751 1.09864,-1.3754256 1.37752,0 0,1.593475 3.119869,-2.5998829 -3.119869,-2.601983 0,1.593483 -2.270701,0 -1.4571904,1.8241102 z m -3.5979219,1.3649431 -1.11752,1.400578 -1.42366,0 0,2.014915 2.31473,0 1.4781699,-1.849278 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
|
+
K8sIngress.displayName = 'K8sIngress';
|
|
20
|
+
|
|
21
|
+
export default K8sIngress;
|
package/dist/k8s-job.cjs
ADDED
|
@@ -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;
|
package/dist/k8s-job.js
ADDED
|
@@ -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;
|