@thesvg/svelte 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.svelte +26 -0
- package/dist/eshopos-logo.svelte.d.ts +7 -0
- package/dist/gemini-cli.svelte +23 -0
- package/dist/gemini-cli.svelte.d.ts +7 -0
- package/dist/iflow.svelte +29 -0
- package/dist/iflow.svelte.d.ts +7 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.svelte +100 -0
- package/dist/k8s-api-server.svelte.d.ts +7 -0
- package/dist/k8s-cloud-controller-manager.svelte +100 -0
- package/dist/k8s-cloud-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-clusterrole.svelte +105 -0
- package/dist/k8s-clusterrole.svelte.d.ts +7 -0
- package/dist/k8s-clusterrolebinding.svelte +86 -0
- package/dist/k8s-clusterrolebinding.svelte.d.ts +7 -0
- package/dist/k8s-configmap.svelte +144 -0
- package/dist/k8s-configmap.svelte.d.ts +7 -0
- package/dist/k8s-controller-manager.svelte +100 -0
- package/dist/k8s-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-cronjob.svelte +96 -0
- package/dist/k8s-cronjob.svelte.d.ts +7 -0
- package/dist/k8s-customresourcedefinition.svelte +86 -0
- package/dist/k8s-customresourcedefinition.svelte.d.ts +7 -0
- package/dist/k8s-daemonset.svelte +110 -0
- package/dist/k8s-daemonset.svelte.d.ts +7 -0
- package/dist/k8s-deployment.svelte +95 -0
- package/dist/k8s-deployment.svelte.d.ts +7 -0
- package/dist/k8s-endpoints.svelte +192 -0
- package/dist/k8s-endpoints.svelte.d.ts +7 -0
- package/dist/k8s-etcd-cluster.svelte +92 -0
- package/dist/k8s-etcd-cluster.svelte.d.ts +7 -0
- package/dist/k8s-group.svelte +86 -0
- package/dist/k8s-group.svelte.d.ts +7 -0
- package/dist/k8s-horizontalpodautoscaler.svelte +106 -0
- package/dist/k8s-horizontalpodautoscaler.svelte.d.ts +7 -0
- package/dist/k8s-ingress.svelte +87 -0
- package/dist/k8s-ingress.svelte.d.ts +7 -0
- package/dist/k8s-job.svelte +134 -0
- package/dist/k8s-job.svelte.d.ts +7 -0
- package/dist/k8s-kube-proxy.svelte +100 -0
- package/dist/k8s-kube-proxy.svelte.d.ts +7 -0
- package/dist/k8s-kubelet.svelte +100 -0
- package/dist/k8s-kubelet.svelte.d.ts +7 -0
- package/dist/k8s-limitrange.svelte +99 -0
- package/dist/k8s-limitrange.svelte.d.ts +7 -0
- package/dist/k8s-namespace.svelte +88 -0
- package/dist/k8s-namespace.svelte.d.ts +7 -0
- package/dist/k8s-networkpolicy.svelte +87 -0
- package/dist/k8s-networkpolicy.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolume.svelte +100 -0
- package/dist/k8s-persistentvolume.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolumeclaim.svelte +86 -0
- package/dist/k8s-persistentvolumeclaim.svelte.d.ts +7 -0
- package/dist/k8s-pod.svelte +106 -0
- package/dist/k8s-pod.svelte.d.ts +7 -0
- package/dist/k8s-podsecuritypolicy.svelte +111 -0
- package/dist/k8s-podsecuritypolicy.svelte.d.ts +7 -0
- package/dist/k8s-replicaset.svelte +105 -0
- package/dist/k8s-replicaset.svelte.d.ts +7 -0
- package/dist/k8s-resourcequota.svelte +97 -0
- package/dist/k8s-resourcequota.svelte.d.ts +7 -0
- package/dist/k8s-role.svelte +112 -0
- package/dist/k8s-role.svelte.d.ts +7 -0
- package/dist/k8s-rolebinding.svelte +97 -0
- package/dist/k8s-rolebinding.svelte.d.ts +7 -0
- package/dist/k8s-scheduler.svelte +100 -0
- package/dist/k8s-scheduler.svelte.d.ts +7 -0
- package/dist/k8s-secret.svelte +131 -0
- package/dist/k8s-secret.svelte.d.ts +7 -0
- package/dist/k8s-service.svelte +120 -0
- package/dist/k8s-service.svelte.d.ts +7 -0
- package/dist/k8s-serviceaccount.svelte +87 -0
- package/dist/k8s-serviceaccount.svelte.d.ts +7 -0
- package/dist/k8s-statefulset.svelte +123 -0
- package/dist/k8s-statefulset.svelte.d.ts +7 -0
- package/dist/k8s-storageclass.svelte +133 -0
- package/dist/k8s-storageclass.svelte.d.ts +7 -0
- package/dist/k8s-user.svelte +86 -0
- package/dist/k8s-user.svelte.d.ts +7 -0
- package/dist/k8s-volume.svelte +100 -0
- package/dist/k8s-volume.svelte.d.ts +7 -0
- package/dist/k8s-worker-node.svelte +87 -0
- package/dist/k8s-worker-node.svelte.d.ts +7 -0
- package/dist/kiro.svelte +9 -0
- package/dist/kiro.svelte.d.ts +7 -0
- package/dist/monistic-logo.svelte +7 -0
- package/dist/monistic-logo.svelte.d.ts +7 -0
- package/dist/nimoxis.svelte +8 -0
- package/dist/nimoxis.svelte.d.ts +7 -0
- package/dist/shopline.svelte +5 -0
- package/dist/shopline.svelte.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Group -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg13826"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="group.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs13820" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="-2.090004"
|
|
33
|
+
inkscape:cy="33.752239"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="775"
|
|
39
|
+
inkscape:window-x="0"
|
|
40
|
+
inkscape:window-y="1"
|
|
41
|
+
inkscape:window-maximized="1"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata13823">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
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"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
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"
|
|
77
|
+
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;text-anchor:start;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"
|
|
78
|
+
inkscape:connector-curvature="0" />
|
|
79
|
+
</g>
|
|
80
|
+
<path
|
|
81
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1"
|
|
82
|
+
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"
|
|
83
|
+
id="rect8317"
|
|
84
|
+
inkscape:connector-curvature="0" />
|
|
85
|
+
</g>
|
|
86
|
+
</svg>
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - HorizontalPodAutoscaler -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg13826"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="hpa.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs13820" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="-2.090004"
|
|
33
|
+
inkscape:cy="23.752239"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="775"
|
|
39
|
+
inkscape:window-x="0"
|
|
40
|
+
inkscape:window-y="1"
|
|
41
|
+
inkscape:window-maximized="1"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata13823">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
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"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
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"
|
|
77
|
+
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;text-anchor:start;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"
|
|
78
|
+
inkscape:connector-curvature="0" />
|
|
79
|
+
</g>
|
|
80
|
+
<g
|
|
81
|
+
id="g3342"
|
|
82
|
+
transform="matrix(0.91708941,0,0,0.88661142,0.84998242,1.6871552)">
|
|
83
|
+
<path
|
|
84
|
+
sodipodi:nodetypes="ccccccccccccccccccc"
|
|
85
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.15791963;stroke-linecap:square;stroke-miterlimit:10"
|
|
86
|
+
inkscape:connector-curvature="0"
|
|
87
|
+
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"
|
|
88
|
+
id="path7034" />
|
|
89
|
+
<path
|
|
90
|
+
id="path7157"
|
|
91
|
+
d="M 6.483827,6.8352828 9.9884656,5.8189795 13.493095,6.8352828 9.9884656,7.8515858 Z"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" />
|
|
94
|
+
<path
|
|
95
|
+
id="path7159"
|
|
96
|
+
d="m 6.483827,7.2244688 0,3.7291262 3.2653426,1.808777 0.01616,-4.5619332 z"
|
|
97
|
+
inkscape:connector-curvature="0"
|
|
98
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" />
|
|
99
|
+
<path
|
|
100
|
+
id="path7161"
|
|
101
|
+
d="m 13.493095,7.2244688 0,3.7291262 -3.265343,1.808777 -0.01616,-4.5619332 z"
|
|
102
|
+
inkscape:connector-curvature="0"
|
|
103
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25609222;stroke-linecap:square;stroke-miterlimit:10" />
|
|
104
|
+
</g>
|
|
105
|
+
</g>
|
|
106
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - HorizontalPodAutoscaler
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class K8sHorizontalpodautoscaler extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Ingress -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg13826"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="ing.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs13820" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="-2.090004"
|
|
33
|
+
inkscape:cy="28.752239"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="775"
|
|
39
|
+
inkscape:window-x="0"
|
|
40
|
+
inkscape:window-y="1"
|
|
41
|
+
inkscape:window-maximized="1"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata13823">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
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"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
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"
|
|
77
|
+
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;text-anchor:start;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"
|
|
78
|
+
inkscape:connector-curvature="0" />
|
|
79
|
+
</g>
|
|
80
|
+
<path
|
|
81
|
+
id="path7709"
|
|
82
|
+
pointer-events="none"
|
|
83
|
+
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"
|
|
84
|
+
inkscape:connector-curvature="0"
|
|
85
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20966817" />
|
|
86
|
+
</g>
|
|
87
|
+
</svg>
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Job -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg13826"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="job.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs13820" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="-2.090004"
|
|
33
|
+
inkscape:cy="33.752239"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="775"
|
|
39
|
+
inkscape:window-x="0"
|
|
40
|
+
inkscape:window-y="1"
|
|
41
|
+
inkscape:window-maximized="1"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata13823">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
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"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
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"
|
|
77
|
+
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;text-anchor:start;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"
|
|
78
|
+
inkscape:connector-curvature="0" />
|
|
79
|
+
</g>
|
|
80
|
+
<g
|
|
81
|
+
id="g3345"
|
|
82
|
+
transform="translate(0.30405635,1.0923112)">
|
|
83
|
+
<rect
|
|
84
|
+
y="10.877846"
|
|
85
|
+
x="5.4527321"
|
|
86
|
+
height="2.1426713"
|
|
87
|
+
width="2.2029927"
|
|
88
|
+
id="rect8971"
|
|
89
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" />
|
|
90
|
+
<rect
|
|
91
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1"
|
|
92
|
+
id="rect8973"
|
|
93
|
+
width="2.2029927"
|
|
94
|
+
height="2.1426713"
|
|
95
|
+
x="8.6047411"
|
|
96
|
+
y="10.877846" />
|
|
97
|
+
<rect
|
|
98
|
+
y="10.877846"
|
|
99
|
+
x="11.756749"
|
|
100
|
+
height="2.1426713"
|
|
101
|
+
width="2.2029927"
|
|
102
|
+
id="rect8975"
|
|
103
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" />
|
|
104
|
+
<rect
|
|
105
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1"
|
|
106
|
+
id="rect8977"
|
|
107
|
+
width="2.2029927"
|
|
108
|
+
height="2.1426713"
|
|
109
|
+
x="11.756749"
|
|
110
|
+
y="7.7276535" />
|
|
111
|
+
<rect
|
|
112
|
+
y="7.7607269"
|
|
113
|
+
x="8.6148129"
|
|
114
|
+
height="2.1426713"
|
|
115
|
+
width="2.2029927"
|
|
116
|
+
id="rect8979"
|
|
117
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" />
|
|
118
|
+
<rect
|
|
119
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1"
|
|
120
|
+
id="rect8981"
|
|
121
|
+
width="2.2029927"
|
|
122
|
+
height="2.1426713"
|
|
123
|
+
x="5.4728899"
|
|
124
|
+
y="7.7607269" />
|
|
125
|
+
<rect
|
|
126
|
+
y="4.6436005"
|
|
127
|
+
x="11.756749"
|
|
128
|
+
height="2.1426713"
|
|
129
|
+
width="2.2029927"
|
|
130
|
+
id="rect8983"
|
|
131
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70899999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.41800002, 1.41800002;stroke-dashoffset:23.0452919;stroke-opacity:1" />
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
</svg>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - kube-proxy -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 18.035334 17.500378" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
5
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
6
|
+
|
|
7
|
+
<svg
|
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
9
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
10
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
15
|
+
width="18.035334mm"
|
|
16
|
+
height="17.500378mm"
|
|
17
|
+
viewBox="0 0 18.035334 17.500378"
|
|
18
|
+
version="1.1"
|
|
19
|
+
id="svg13826"
|
|
20
|
+
inkscape:version="0.91 r13725"
|
|
21
|
+
sodipodi:docname="k-proxy.svg">
|
|
22
|
+
<defs
|
|
23
|
+
id="defs13820" />
|
|
24
|
+
<sodipodi:namedview
|
|
25
|
+
id="base"
|
|
26
|
+
pagecolor="#ffffff"
|
|
27
|
+
bordercolor="#666666"
|
|
28
|
+
borderopacity="1.0"
|
|
29
|
+
inkscape:pageopacity="0.0"
|
|
30
|
+
inkscape:pageshadow="2"
|
|
31
|
+
inkscape:zoom="8"
|
|
32
|
+
inkscape:cx="16.847496"
|
|
33
|
+
inkscape:cy="33.752239"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="layer1"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
inkscape:window-width="1440"
|
|
38
|
+
inkscape:window-height="775"
|
|
39
|
+
inkscape:window-x="0"
|
|
40
|
+
inkscape:window-y="1"
|
|
41
|
+
inkscape:window-maximized="1"
|
|
42
|
+
fit-margin-top="0"
|
|
43
|
+
fit-margin-left="0"
|
|
44
|
+
fit-margin-right="0"
|
|
45
|
+
fit-margin-bottom="0" />
|
|
46
|
+
<metadata
|
|
47
|
+
id="metadata13823">
|
|
48
|
+
<rdf:RDF>
|
|
49
|
+
<cc:Work
|
|
50
|
+
rdf:about="">
|
|
51
|
+
<dc:format>image/svg+xml</dc:format>
|
|
52
|
+
<dc:type
|
|
53
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
54
|
+
<dc:title />
|
|
55
|
+
</cc:Work>
|
|
56
|
+
</rdf:RDF>
|
|
57
|
+
</metadata>
|
|
58
|
+
<g
|
|
59
|
+
inkscape:label="Calque 1"
|
|
60
|
+
inkscape:groupmode="layer"
|
|
61
|
+
id="layer1"
|
|
62
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
63
|
+
<g
|
|
64
|
+
id="g70"
|
|
65
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
66
|
+
<path
|
|
67
|
+
inkscape:export-ydpi="250.55"
|
|
68
|
+
inkscape:export-xdpi="250.55"
|
|
69
|
+
inkscape:export-filename="new.png"
|
|
70
|
+
inkscape:connector-curvature="0"
|
|
71
|
+
id="path3055"
|
|
72
|
+
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"
|
|
73
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
74
|
+
<path
|
|
75
|
+
id="path3054-2-9"
|
|
76
|
+
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"
|
|
77
|
+
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"
|
|
78
|
+
text-anchor="start"
|
|
79
|
+
inkscape:connector-curvature="0" />
|
|
80
|
+
</g>
|
|
81
|
+
<text
|
|
82
|
+
id="text2066"
|
|
83
|
+
y="16.811775"
|
|
84
|
+
x="9.9289894"
|
|
85
|
+
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"
|
|
86
|
+
xml:space="preserve"><tspan
|
|
87
|
+
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"
|
|
88
|
+
text-anchor="middle"
|
|
89
|
+
y="16.811775"
|
|
90
|
+
x="9.9289894"
|
|
91
|
+
id="tspan2064"
|
|
92
|
+
sodipodi:role="line">k-proxy</tspan></text>
|
|
93
|
+
<path
|
|
94
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
95
|
+
id="path1994"
|
|
96
|
+
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"
|
|
97
|
+
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"
|
|
98
|
+
inkscape:connector-curvature="0" />
|
|
99
|
+
</g>
|
|
100
|
+
</svg>
|