@thesvg/icons 2.0.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/azure-blob.cjs +2 -2
- package/dist/azure-blob.js +2 -2
- package/dist/bolt.cjs +1 -1
- package/dist/bolt.js +1 -1
- package/dist/developer-student-club.cjs +2 -16
- package/dist/developer-student-club.js +2 -16
- package/dist/eshopos-logo.cjs +75 -0
- package/dist/eshopos-logo.d.ts +17 -0
- package/dist/eshopos-logo.js +63 -0
- package/dist/gemini-cli.cjs +69 -0
- package/dist/gemini-cli.d.ts +17 -0
- package/dist/gemini-cli.js +57 -0
- package/dist/iflow.cjs +81 -0
- package/dist/iflow.d.ts +17 -0
- package/dist/iflow.js +69 -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 +221 -0
- package/dist/k8s-api-server.d.ts +17 -0
- package/dist/k8s-api-server.js +209 -0
- package/dist/k8s-cloud-controller-manager.cjs +221 -0
- package/dist/k8s-cloud-controller-manager.d.ts +17 -0
- package/dist/k8s-cloud-controller-manager.js +209 -0
- package/dist/k8s-clusterrole.cjs +231 -0
- package/dist/k8s-clusterrole.d.ts +17 -0
- package/dist/k8s-clusterrole.js +219 -0
- package/dist/k8s-clusterrolebinding.cjs +193 -0
- package/dist/k8s-clusterrolebinding.d.ts +17 -0
- package/dist/k8s-clusterrolebinding.js +181 -0
- package/dist/k8s-configmap.cjs +309 -0
- package/dist/k8s-configmap.d.ts +17 -0
- package/dist/k8s-configmap.js +297 -0
- package/dist/k8s-controller-manager.cjs +221 -0
- package/dist/k8s-controller-manager.d.ts +17 -0
- package/dist/k8s-controller-manager.js +209 -0
- package/dist/k8s-cronjob.cjs +213 -0
- package/dist/k8s-cronjob.d.ts +17 -0
- package/dist/k8s-cronjob.js +201 -0
- package/dist/k8s-customresourcedefinition.cjs +193 -0
- package/dist/k8s-customresourcedefinition.d.ts +17 -0
- package/dist/k8s-customresourcedefinition.js +181 -0
- package/dist/k8s-daemonset.cjs +241 -0
- package/dist/k8s-daemonset.d.ts +17 -0
- package/dist/k8s-daemonset.js +229 -0
- package/dist/k8s-deployment.cjs +211 -0
- package/dist/k8s-deployment.d.ts +17 -0
- package/dist/k8s-deployment.js +199 -0
- package/dist/k8s-endpoints.cjs +405 -0
- package/dist/k8s-endpoints.d.ts +17 -0
- package/dist/k8s-endpoints.js +393 -0
- package/dist/k8s-etcd-cluster.cjs +205 -0
- package/dist/k8s-etcd-cluster.d.ts +17 -0
- package/dist/k8s-etcd-cluster.js +193 -0
- package/dist/k8s-group.cjs +193 -0
- package/dist/k8s-group.d.ts +17 -0
- package/dist/k8s-group.js +181 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
- package/dist/k8s-horizontalpodautoscaler.js +221 -0
- package/dist/k8s-ingress.cjs +195 -0
- package/dist/k8s-ingress.d.ts +17 -0
- package/dist/k8s-ingress.js +183 -0
- package/dist/k8s-job.cjs +289 -0
- package/dist/k8s-job.d.ts +17 -0
- package/dist/k8s-job.js +277 -0
- package/dist/k8s-kube-proxy.cjs +221 -0
- package/dist/k8s-kube-proxy.d.ts +17 -0
- package/dist/k8s-kube-proxy.js +209 -0
- package/dist/k8s-kubelet.cjs +221 -0
- package/dist/k8s-kubelet.d.ts +17 -0
- package/dist/k8s-kubelet.js +209 -0
- package/dist/k8s-limitrange.cjs +219 -0
- package/dist/k8s-limitrange.d.ts +17 -0
- package/dist/k8s-limitrange.js +207 -0
- package/dist/k8s-namespace.cjs +197 -0
- package/dist/k8s-namespace.d.ts +17 -0
- package/dist/k8s-namespace.js +185 -0
- package/dist/k8s-networkpolicy.cjs +195 -0
- package/dist/k8s-networkpolicy.d.ts +17 -0
- package/dist/k8s-networkpolicy.js +183 -0
- package/dist/k8s-persistentvolume.cjs +221 -0
- package/dist/k8s-persistentvolume.d.ts +17 -0
- package/dist/k8s-persistentvolume.js +209 -0
- package/dist/k8s-persistentvolumeclaim.cjs +193 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
- package/dist/k8s-persistentvolumeclaim.js +181 -0
- package/dist/k8s-pod.cjs +233 -0
- package/dist/k8s-pod.d.ts +17 -0
- package/dist/k8s-pod.js +221 -0
- package/dist/k8s-podsecuritypolicy.cjs +243 -0
- package/dist/k8s-podsecuritypolicy.d.ts +17 -0
- package/dist/k8s-podsecuritypolicy.js +231 -0
- package/dist/k8s-replicaset.cjs +231 -0
- package/dist/k8s-replicaset.d.ts +17 -0
- package/dist/k8s-replicaset.js +219 -0
- package/dist/k8s-resourcequota.cjs +215 -0
- package/dist/k8s-resourcequota.d.ts +17 -0
- package/dist/k8s-resourcequota.js +203 -0
- package/dist/k8s-role.cjs +245 -0
- package/dist/k8s-role.d.ts +17 -0
- package/dist/k8s-role.js +233 -0
- package/dist/k8s-rolebinding.cjs +215 -0
- package/dist/k8s-rolebinding.d.ts +17 -0
- package/dist/k8s-rolebinding.js +203 -0
- package/dist/k8s-scheduler.cjs +221 -0
- package/dist/k8s-scheduler.d.ts +17 -0
- package/dist/k8s-scheduler.js +209 -0
- package/dist/k8s-secret.cjs +283 -0
- package/dist/k8s-secret.d.ts +17 -0
- package/dist/k8s-secret.js +271 -0
- package/dist/k8s-service.cjs +261 -0
- package/dist/k8s-service.d.ts +17 -0
- package/dist/k8s-service.js +249 -0
- package/dist/k8s-serviceaccount.cjs +195 -0
- package/dist/k8s-serviceaccount.d.ts +17 -0
- package/dist/k8s-serviceaccount.js +183 -0
- package/dist/k8s-statefulset.cjs +267 -0
- package/dist/k8s-statefulset.d.ts +17 -0
- package/dist/k8s-statefulset.js +255 -0
- package/dist/k8s-storageclass.cjs +287 -0
- package/dist/k8s-storageclass.d.ts +17 -0
- package/dist/k8s-storageclass.js +275 -0
- package/dist/k8s-user.cjs +193 -0
- package/dist/k8s-user.d.ts +17 -0
- package/dist/k8s-user.js +181 -0
- package/dist/k8s-volume.cjs +221 -0
- package/dist/k8s-volume.d.ts +17 -0
- package/dist/k8s-volume.js +209 -0
- package/dist/k8s-worker-node.cjs +195 -0
- package/dist/k8s-worker-node.d.ts +17 -0
- package/dist/k8s-worker-node.js +183 -0
- package/dist/kiro.cjs +41 -0
- package/dist/kiro.d.ts +17 -0
- package/dist/kiro.js +29 -0
- package/dist/monistic-logo.cjs +37 -0
- package/dist/monistic-logo.d.ts +17 -0
- package/dist/monistic-logo.js +25 -0
- package/dist/mypy.cjs +2 -2
- package/dist/mypy.js +2 -2
- package/dist/neovim.cjs +0 -2
- package/dist/neovim.js +0 -2
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/open-webui.cjs +2 -6
- package/dist/open-webui.js +2 -6
- package/dist/openrouter.cjs +2 -2
- package/dist/openrouter.js +2 -2
- package/dist/oracle.cjs +2 -2
- package/dist/oracle.js +2 -2
- package/dist/paramount.cjs +3 -3
- package/dist/paramount.js +3 -3
- package/dist/paypal.cjs +2 -2
- package/dist/paypal.js +2 -2
- package/dist/powertoys.cjs +2 -2
- package/dist/powertoys.js +2 -2
- package/dist/qt.cjs +2 -14
- package/dist/qt.js +2 -14
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/dist/styled-components.cjs +2 -2
- package/dist/styled-components.js +2 -2
- package/dist/svgl.cjs +2 -2
- package/dist/svgl.js +2 -2
- package/dist/upsales.cjs +2 -2
- package/dist/upsales.js +2 -2
- package/dist/volta.cjs +4 -4
- package/dist/volta.js +4 -4
- package/dist/web-components.cjs +2 -2
- package/dist/web-components.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -kubelet
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-kubelet";
|
|
8
|
+
exports.title = "kubelet";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Control Plane"];
|
|
11
|
+
exports.aliases = ["kubelet"];
|
|
12
|
+
exports.svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
13
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
14
|
+
|
|
15
|
+
<svg
|
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
22
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
23
|
+
width="18.035334mm"
|
|
24
|
+
height="17.500378mm"
|
|
25
|
+
viewBox="0 0 18.035334 17.500378"
|
|
26
|
+
version="1.1"
|
|
27
|
+
id="svg13826"
|
|
28
|
+
inkscape:version="0.91 r13725"
|
|
29
|
+
sodipodi:docname="kubelet.svg">
|
|
30
|
+
<defs
|
|
31
|
+
id="defs13820" />
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="8"
|
|
40
|
+
inkscape:cx="16.847496"
|
|
41
|
+
inkscape:cy="33.752239"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1440"
|
|
46
|
+
inkscape:window-height="775"
|
|
47
|
+
inkscape:window-x="0"
|
|
48
|
+
inkscape:window-y="1"
|
|
49
|
+
inkscape:window-maximized="1"
|
|
50
|
+
fit-margin-top="0"
|
|
51
|
+
fit-margin-left="0"
|
|
52
|
+
fit-margin-right="0"
|
|
53
|
+
fit-margin-bottom="0" />
|
|
54
|
+
<metadata
|
|
55
|
+
id="metadata13823">
|
|
56
|
+
<rdf:RDF>
|
|
57
|
+
<cc:Work
|
|
58
|
+
rdf:about="">
|
|
59
|
+
<dc:format>image/svg+xml</dc:format>
|
|
60
|
+
<dc:type
|
|
61
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
62
|
+
<dc:title />
|
|
63
|
+
</cc:Work>
|
|
64
|
+
</rdf:RDF>
|
|
65
|
+
</metadata>
|
|
66
|
+
<g
|
|
67
|
+
inkscape:label="Calque 1"
|
|
68
|
+
inkscape:groupmode="layer"
|
|
69
|
+
id="layer1"
|
|
70
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
71
|
+
<g
|
|
72
|
+
id="g70"
|
|
73
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
74
|
+
<path
|
|
75
|
+
inkscape:export-ydpi="250.55"
|
|
76
|
+
inkscape:export-xdpi="250.55"
|
|
77
|
+
inkscape:export-filename="new.png"
|
|
78
|
+
inkscape:connector-curvature="0"
|
|
79
|
+
id="path3055"
|
|
80
|
+
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"
|
|
81
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
82
|
+
<path
|
|
83
|
+
id="path3054-2-9"
|
|
84
|
+
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"
|
|
85
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
86
|
+
text-anchor="start"
|
|
87
|
+
inkscape:connector-curvature="0" />
|
|
88
|
+
</g>
|
|
89
|
+
<text
|
|
90
|
+
id="text2066"
|
|
91
|
+
y="16.811775"
|
|
92
|
+
x="9.9262333"
|
|
93
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
94
|
+
xml:space="preserve"><tspan
|
|
95
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
96
|
+
text-anchor="middle"
|
|
97
|
+
y="16.811775"
|
|
98
|
+
x="9.9262333"
|
|
99
|
+
id="tspan2064"
|
|
100
|
+
sodipodi:role="line">kubelet</tspan></text>
|
|
101
|
+
<path
|
|
102
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
103
|
+
id="path1994"
|
|
104
|
+
d="m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"
|
|
105
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
106
|
+
inkscape:connector-curvature="0" />
|
|
107
|
+
</g>
|
|
108
|
+
</svg>`;
|
|
109
|
+
exports.variants = {
|
|
110
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
111
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
112
|
+
|
|
113
|
+
<svg
|
|
114
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
115
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
116
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
117
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
118
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
119
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
120
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
121
|
+
width="18.035334mm"
|
|
122
|
+
height="17.500378mm"
|
|
123
|
+
viewBox="0 0 18.035334 17.500378"
|
|
124
|
+
version="1.1"
|
|
125
|
+
id="svg13826"
|
|
126
|
+
inkscape:version="0.91 r13725"
|
|
127
|
+
sodipodi:docname="kubelet.svg">
|
|
128
|
+
<defs
|
|
129
|
+
id="defs13820" />
|
|
130
|
+
<sodipodi:namedview
|
|
131
|
+
id="base"
|
|
132
|
+
pagecolor="#ffffff"
|
|
133
|
+
bordercolor="#666666"
|
|
134
|
+
borderopacity="1.0"
|
|
135
|
+
inkscape:pageopacity="0.0"
|
|
136
|
+
inkscape:pageshadow="2"
|
|
137
|
+
inkscape:zoom="8"
|
|
138
|
+
inkscape:cx="16.847496"
|
|
139
|
+
inkscape:cy="33.752239"
|
|
140
|
+
inkscape:document-units="mm"
|
|
141
|
+
inkscape:current-layer="layer1"
|
|
142
|
+
showgrid="false"
|
|
143
|
+
inkscape:window-width="1440"
|
|
144
|
+
inkscape:window-height="775"
|
|
145
|
+
inkscape:window-x="0"
|
|
146
|
+
inkscape:window-y="1"
|
|
147
|
+
inkscape:window-maximized="1"
|
|
148
|
+
fit-margin-top="0"
|
|
149
|
+
fit-margin-left="0"
|
|
150
|
+
fit-margin-right="0"
|
|
151
|
+
fit-margin-bottom="0" />
|
|
152
|
+
<metadata
|
|
153
|
+
id="metadata13823">
|
|
154
|
+
<rdf:RDF>
|
|
155
|
+
<cc:Work
|
|
156
|
+
rdf:about="">
|
|
157
|
+
<dc:format>image/svg+xml</dc:format>
|
|
158
|
+
<dc:type
|
|
159
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
160
|
+
<dc:title />
|
|
161
|
+
</cc:Work>
|
|
162
|
+
</rdf:RDF>
|
|
163
|
+
</metadata>
|
|
164
|
+
<g
|
|
165
|
+
inkscape:label="Calque 1"
|
|
166
|
+
inkscape:groupmode="layer"
|
|
167
|
+
id="layer1"
|
|
168
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
169
|
+
<g
|
|
170
|
+
id="g70"
|
|
171
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
172
|
+
<path
|
|
173
|
+
inkscape:export-ydpi="250.55"
|
|
174
|
+
inkscape:export-xdpi="250.55"
|
|
175
|
+
inkscape:export-filename="new.png"
|
|
176
|
+
inkscape:connector-curvature="0"
|
|
177
|
+
id="path3055"
|
|
178
|
+
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"
|
|
179
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
180
|
+
<path
|
|
181
|
+
id="path3054-2-9"
|
|
182
|
+
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"
|
|
183
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
184
|
+
text-anchor="start"
|
|
185
|
+
inkscape:connector-curvature="0" />
|
|
186
|
+
</g>
|
|
187
|
+
<text
|
|
188
|
+
id="text2066"
|
|
189
|
+
y="16.811775"
|
|
190
|
+
x="9.9262333"
|
|
191
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
192
|
+
xml:space="preserve"><tspan
|
|
193
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
194
|
+
text-anchor="middle"
|
|
195
|
+
y="16.811775"
|
|
196
|
+
x="9.9262333"
|
|
197
|
+
id="tspan2064"
|
|
198
|
+
sodipodi:role="line">kubelet</tspan></text>
|
|
199
|
+
<path
|
|
200
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
201
|
+
id="path1994"
|
|
202
|
+
d="m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"
|
|
203
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
204
|
+
inkscape:connector-curvature="0" />
|
|
205
|
+
</g>
|
|
206
|
+
</svg>`
|
|
207
|
+
};
|
|
208
|
+
exports.license = "Apache-2.0";
|
|
209
|
+
exports.url = "https://kubernetes.io";
|
|
210
|
+
|
|
211
|
+
exports.default = {
|
|
212
|
+
slug: exports.slug,
|
|
213
|
+
title: exports.title,
|
|
214
|
+
hex: exports.hex,
|
|
215
|
+
categories: exports.categories,
|
|
216
|
+
aliases: exports.aliases,
|
|
217
|
+
svg: exports.svg,
|
|
218
|
+
variants: exports.variants,
|
|
219
|
+
license: exports.license,
|
|
220
|
+
url: exports.url,
|
|
221
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - kubelet
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const k8s_kubelet: IconModule;
|
|
17
|
+
export default k8s_kubelet;
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
// @thesvg/icons - kubelet
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-kubelet";
|
|
5
|
+
export const title = "kubelet";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Control Plane"];
|
|
8
|
+
export const aliases = ["kubelet"];
|
|
9
|
+
export const svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
10
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
11
|
+
|
|
12
|
+
<svg
|
|
13
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
14
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
15
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
19
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
20
|
+
width="18.035334mm"
|
|
21
|
+
height="17.500378mm"
|
|
22
|
+
viewBox="0 0 18.035334 17.500378"
|
|
23
|
+
version="1.1"
|
|
24
|
+
id="svg13826"
|
|
25
|
+
inkscape:version="0.91 r13725"
|
|
26
|
+
sodipodi:docname="kubelet.svg">
|
|
27
|
+
<defs
|
|
28
|
+
id="defs13820" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
id="base"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1.0"
|
|
34
|
+
inkscape:pageopacity="0.0"
|
|
35
|
+
inkscape:pageshadow="2"
|
|
36
|
+
inkscape:zoom="8"
|
|
37
|
+
inkscape:cx="16.847496"
|
|
38
|
+
inkscape:cy="33.752239"
|
|
39
|
+
inkscape:document-units="mm"
|
|
40
|
+
inkscape:current-layer="layer1"
|
|
41
|
+
showgrid="false"
|
|
42
|
+
inkscape:window-width="1440"
|
|
43
|
+
inkscape:window-height="775"
|
|
44
|
+
inkscape:window-x="0"
|
|
45
|
+
inkscape:window-y="1"
|
|
46
|
+
inkscape:window-maximized="1"
|
|
47
|
+
fit-margin-top="0"
|
|
48
|
+
fit-margin-left="0"
|
|
49
|
+
fit-margin-right="0"
|
|
50
|
+
fit-margin-bottom="0" />
|
|
51
|
+
<metadata
|
|
52
|
+
id="metadata13823">
|
|
53
|
+
<rdf:RDF>
|
|
54
|
+
<cc:Work
|
|
55
|
+
rdf:about="">
|
|
56
|
+
<dc:format>image/svg+xml</dc:format>
|
|
57
|
+
<dc:type
|
|
58
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
+
<dc:title />
|
|
60
|
+
</cc:Work>
|
|
61
|
+
</rdf:RDF>
|
|
62
|
+
</metadata>
|
|
63
|
+
<g
|
|
64
|
+
inkscape:label="Calque 1"
|
|
65
|
+
inkscape:groupmode="layer"
|
|
66
|
+
id="layer1"
|
|
67
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
68
|
+
<g
|
|
69
|
+
id="g70"
|
|
70
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
71
|
+
<path
|
|
72
|
+
inkscape:export-ydpi="250.55"
|
|
73
|
+
inkscape:export-xdpi="250.55"
|
|
74
|
+
inkscape:export-filename="new.png"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
id="path3055"
|
|
77
|
+
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"
|
|
78
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
79
|
+
<path
|
|
80
|
+
id="path3054-2-9"
|
|
81
|
+
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"
|
|
82
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
83
|
+
text-anchor="start"
|
|
84
|
+
inkscape:connector-curvature="0" />
|
|
85
|
+
</g>
|
|
86
|
+
<text
|
|
87
|
+
id="text2066"
|
|
88
|
+
y="16.811775"
|
|
89
|
+
x="9.9262333"
|
|
90
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
91
|
+
xml:space="preserve"><tspan
|
|
92
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
93
|
+
text-anchor="middle"
|
|
94
|
+
y="16.811775"
|
|
95
|
+
x="9.9262333"
|
|
96
|
+
id="tspan2064"
|
|
97
|
+
sodipodi:role="line">kubelet</tspan></text>
|
|
98
|
+
<path
|
|
99
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
100
|
+
id="path1994"
|
|
101
|
+
d="m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"
|
|
102
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
103
|
+
inkscape:connector-curvature="0" />
|
|
104
|
+
</g>
|
|
105
|
+
</svg>`;
|
|
106
|
+
export const variants = {
|
|
107
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
108
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
109
|
+
|
|
110
|
+
<svg
|
|
111
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
112
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
113
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
114
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
115
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
116
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
117
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
118
|
+
width="18.035334mm"
|
|
119
|
+
height="17.500378mm"
|
|
120
|
+
viewBox="0 0 18.035334 17.500378"
|
|
121
|
+
version="1.1"
|
|
122
|
+
id="svg13826"
|
|
123
|
+
inkscape:version="0.91 r13725"
|
|
124
|
+
sodipodi:docname="kubelet.svg">
|
|
125
|
+
<defs
|
|
126
|
+
id="defs13820" />
|
|
127
|
+
<sodipodi:namedview
|
|
128
|
+
id="base"
|
|
129
|
+
pagecolor="#ffffff"
|
|
130
|
+
bordercolor="#666666"
|
|
131
|
+
borderopacity="1.0"
|
|
132
|
+
inkscape:pageopacity="0.0"
|
|
133
|
+
inkscape:pageshadow="2"
|
|
134
|
+
inkscape:zoom="8"
|
|
135
|
+
inkscape:cx="16.847496"
|
|
136
|
+
inkscape:cy="33.752239"
|
|
137
|
+
inkscape:document-units="mm"
|
|
138
|
+
inkscape:current-layer="layer1"
|
|
139
|
+
showgrid="false"
|
|
140
|
+
inkscape:window-width="1440"
|
|
141
|
+
inkscape:window-height="775"
|
|
142
|
+
inkscape:window-x="0"
|
|
143
|
+
inkscape:window-y="1"
|
|
144
|
+
inkscape:window-maximized="1"
|
|
145
|
+
fit-margin-top="0"
|
|
146
|
+
fit-margin-left="0"
|
|
147
|
+
fit-margin-right="0"
|
|
148
|
+
fit-margin-bottom="0" />
|
|
149
|
+
<metadata
|
|
150
|
+
id="metadata13823">
|
|
151
|
+
<rdf:RDF>
|
|
152
|
+
<cc:Work
|
|
153
|
+
rdf:about="">
|
|
154
|
+
<dc:format>image/svg+xml</dc:format>
|
|
155
|
+
<dc:type
|
|
156
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
157
|
+
<dc:title />
|
|
158
|
+
</cc:Work>
|
|
159
|
+
</rdf:RDF>
|
|
160
|
+
</metadata>
|
|
161
|
+
<g
|
|
162
|
+
inkscape:label="Calque 1"
|
|
163
|
+
inkscape:groupmode="layer"
|
|
164
|
+
id="layer1"
|
|
165
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
166
|
+
<g
|
|
167
|
+
id="g70"
|
|
168
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
169
|
+
<path
|
|
170
|
+
inkscape:export-ydpi="250.55"
|
|
171
|
+
inkscape:export-xdpi="250.55"
|
|
172
|
+
inkscape:export-filename="new.png"
|
|
173
|
+
inkscape:connector-curvature="0"
|
|
174
|
+
id="path3055"
|
|
175
|
+
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"
|
|
176
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
177
|
+
<path
|
|
178
|
+
id="path3054-2-9"
|
|
179
|
+
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"
|
|
180
|
+
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
|
|
181
|
+
text-anchor="start"
|
|
182
|
+
inkscape:connector-curvature="0" />
|
|
183
|
+
</g>
|
|
184
|
+
<text
|
|
185
|
+
id="text2066"
|
|
186
|
+
y="16.811775"
|
|
187
|
+
x="9.9262333"
|
|
188
|
+
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:6.61458349px;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
189
|
+
xml:space="preserve"><tspan
|
|
190
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';text-align:center;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332px"
|
|
191
|
+
text-anchor="middle"
|
|
192
|
+
y="16.811775"
|
|
193
|
+
x="9.9262333"
|
|
194
|
+
id="tspan2064"
|
|
195
|
+
sodipodi:role="line">kubelet</tspan></text>
|
|
196
|
+
<path
|
|
197
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
198
|
+
id="path1994"
|
|
199
|
+
d="m 9.9921803,4.0942544 c -0.1383298,-0.0044 -3.9950998,1.8918731 -4.0455299,1.9891191 -0.12117,0.233682 -0.9989,4.2818275 -0.94731,4.3690745 0.03,0.05065 0.66219,0.851861 1.40458,1.780327 l 1.3498201,1.688014 2.2211901,9.31e-4 2.2216404,9.31e-4 1.41321,-1.765731 1.41365,-1.765228 -0.49479,-2.1685764 c -0.2722,-1.1927661 -0.51566,-2.1886141 -0.54053,-2.2126041 -0.0695,-0.06688 -3.92096,-1.9137941 -3.9959307,-1.9162151 z m 0.1961407,0.947753 0.90893,0.2635771 -0.90893,0.263576 -0.9089209,-0.263576 z m -0.9089209,0.36452 0.8511209,0.2532261 -0.004,1.183289 -0.8468109,-0.469347 z m 1.8178509,0 0,0.9671681 -0.84679,0.469347 -0.004,-1.183289 z M 8.8997705,7.0212055 9.8087101,7.2847812 8.8997705,7.5483582 7.9908504,7.2847812 Z m 2.2087005,0 0.90894,0.2635757 -0.90894,0.263577 -0.90893,-0.263577 z m -3.1176206,0.3645197 0.8511202,0.252792 -0.004,1.1832908 -0.8468199,-0.468915 z m 1.8178597,0 0,0.9671678 -0.8468098,0.468915 -0.004,-1.1832908 z m 0.3908309,0 0.85113,0.252792 -0.004,1.1832908 -0.84682,-0.468915 z m 1.81787,0 0,0.9671678 -0.84682,0.468915 -0.004,-1.1832908 z M 8.5677505,8.9007534 c 0.2706299,0.0096 0.0611,0.281909 0.3684101,0.427935 0.3277495,0.1557644 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.2987664 -0.18339,0.2232394 -0.15443,0.5849568 0.029,0.3617188 0.40165,0.2248588 0.24589,0.5526068 -0.15575,0.327746 -0.28532,-0.04764 -0.5840895,0.158317 -0.2987401,0.205957 0.006,0.460208 -0.35546,0.489192 -0.3617401,0.02898 -0.1015001,-0.270447 -0.42924,-0.426208 -0.32775,-0.155765 -0.3953801,0.234921 -0.6013402,-0.06385 -0.2059599,-0.298767 0.1838299,-0.22281 0.15485,-0.584528 -0.029,-0.3617182 -0.4016499,-0.2248592 -0.24587,-0.5526042 0.1557501,-0.3277494 0.2848801,0.04764 0.5836502,-0.1583204 0.2987898,-0.205956 -0.006,-0.460208 0.3559099,-0.48919 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.362794 c 0.48335,0.01358 0.0146,0.4672184 0.45596,0.6647664 0.44144,0.1975482 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.3514322 -0.31997,0.3406402 -0.14753,0.7924552 0.17243,0.451813 0.65163,0.0092 0.63802,0.49264 -0.0137,0.483411 -0.46723,0.01456 -0.66477,0.455977 -0.19755,0.441412 0.4541,0.467143 0.10266,0.799357 -0.35141,0.332212 -0.34021,-0.319974 -0.79202,-0.147534 -0.45183,0.172437 -0.009,0.65161 -0.49265,0.638019 -0.48339,-0.01358 -0.0146,-0.467216 -0.45596,-0.664764 -0.4414105,-0.197551 -0.4675805,0.454102 -0.7997909,0.102669 -0.3322097,-0.351431 0.3199804,-0.340209 0.14754,-0.792025 -0.17245,-0.451815 -0.6516296,-0.0092 -0.6380295,-0.492642 0.013699,-0.483408 0.4672095,-0.01499 0.6647795,-0.456405 0.1975204,-0.441414 -0.45411,-0.467143 -0.10269,-0.7993572 0.3514505,-0.332214 0.3406505,0.3199712 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.6516114 0.49265,-0.6380214 z M 8.5888903,9.5172028 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.5318982 7.99e-5,0.293481 0.2379701,0.531377 0.5314498,0.531467 0.2936602,1.59e-4 0.5318202,-0.23781 0.5319,-0.531467 1.601e-4,-0.2938252 -0.2380699,-0.5320572 -0.5319,-0.5318982 z m 2.2643607,0.4805634 c -0.58689,-1.96e-4 -1.0627109,0.4756148 -1.0625209,1.0625028 5e-5,0.586719 0.4758009,1.062267 1.0625209,1.062071 0.58654,-5.8e-5 1.06201,-0.475531 1.06206,-1.062071 1.9e-4,-0.586708 -0.47535,-1.0624448 -1.06206,-1.0625028 z"
|
|
200
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1"
|
|
201
|
+
inkscape:connector-curvature="0" />
|
|
202
|
+
</g>
|
|
203
|
+
</svg>`
|
|
204
|
+
};
|
|
205
|
+
export const license = "Apache-2.0";
|
|
206
|
+
export const url = "https://kubernetes.io";
|
|
207
|
+
|
|
208
|
+
const k8s_kubelet = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
209
|
+
export default k8s_kubelet;
|