@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.
Files changed (93) hide show
  1. package/dist/eshopos-logo.svelte +26 -0
  2. package/dist/eshopos-logo.svelte.d.ts +7 -0
  3. package/dist/gemini-cli.svelte +23 -0
  4. package/dist/gemini-cli.svelte.d.ts +7 -0
  5. package/dist/iflow.svelte +29 -0
  6. package/dist/iflow.svelte.d.ts +7 -0
  7. package/dist/index.d.ts +45 -0
  8. package/dist/index.js +45 -0
  9. package/dist/k8s-api-server.svelte +100 -0
  10. package/dist/k8s-api-server.svelte.d.ts +7 -0
  11. package/dist/k8s-cloud-controller-manager.svelte +100 -0
  12. package/dist/k8s-cloud-controller-manager.svelte.d.ts +7 -0
  13. package/dist/k8s-clusterrole.svelte +105 -0
  14. package/dist/k8s-clusterrole.svelte.d.ts +7 -0
  15. package/dist/k8s-clusterrolebinding.svelte +86 -0
  16. package/dist/k8s-clusterrolebinding.svelte.d.ts +7 -0
  17. package/dist/k8s-configmap.svelte +144 -0
  18. package/dist/k8s-configmap.svelte.d.ts +7 -0
  19. package/dist/k8s-controller-manager.svelte +100 -0
  20. package/dist/k8s-controller-manager.svelte.d.ts +7 -0
  21. package/dist/k8s-cronjob.svelte +96 -0
  22. package/dist/k8s-cronjob.svelte.d.ts +7 -0
  23. package/dist/k8s-customresourcedefinition.svelte +86 -0
  24. package/dist/k8s-customresourcedefinition.svelte.d.ts +7 -0
  25. package/dist/k8s-daemonset.svelte +110 -0
  26. package/dist/k8s-daemonset.svelte.d.ts +7 -0
  27. package/dist/k8s-deployment.svelte +95 -0
  28. package/dist/k8s-deployment.svelte.d.ts +7 -0
  29. package/dist/k8s-endpoints.svelte +192 -0
  30. package/dist/k8s-endpoints.svelte.d.ts +7 -0
  31. package/dist/k8s-etcd-cluster.svelte +92 -0
  32. package/dist/k8s-etcd-cluster.svelte.d.ts +7 -0
  33. package/dist/k8s-group.svelte +86 -0
  34. package/dist/k8s-group.svelte.d.ts +7 -0
  35. package/dist/k8s-horizontalpodautoscaler.svelte +106 -0
  36. package/dist/k8s-horizontalpodautoscaler.svelte.d.ts +7 -0
  37. package/dist/k8s-ingress.svelte +87 -0
  38. package/dist/k8s-ingress.svelte.d.ts +7 -0
  39. package/dist/k8s-job.svelte +134 -0
  40. package/dist/k8s-job.svelte.d.ts +7 -0
  41. package/dist/k8s-kube-proxy.svelte +100 -0
  42. package/dist/k8s-kube-proxy.svelte.d.ts +7 -0
  43. package/dist/k8s-kubelet.svelte +100 -0
  44. package/dist/k8s-kubelet.svelte.d.ts +7 -0
  45. package/dist/k8s-limitrange.svelte +99 -0
  46. package/dist/k8s-limitrange.svelte.d.ts +7 -0
  47. package/dist/k8s-namespace.svelte +88 -0
  48. package/dist/k8s-namespace.svelte.d.ts +7 -0
  49. package/dist/k8s-networkpolicy.svelte +87 -0
  50. package/dist/k8s-networkpolicy.svelte.d.ts +7 -0
  51. package/dist/k8s-persistentvolume.svelte +100 -0
  52. package/dist/k8s-persistentvolume.svelte.d.ts +7 -0
  53. package/dist/k8s-persistentvolumeclaim.svelte +86 -0
  54. package/dist/k8s-persistentvolumeclaim.svelte.d.ts +7 -0
  55. package/dist/k8s-pod.svelte +106 -0
  56. package/dist/k8s-pod.svelte.d.ts +7 -0
  57. package/dist/k8s-podsecuritypolicy.svelte +111 -0
  58. package/dist/k8s-podsecuritypolicy.svelte.d.ts +7 -0
  59. package/dist/k8s-replicaset.svelte +105 -0
  60. package/dist/k8s-replicaset.svelte.d.ts +7 -0
  61. package/dist/k8s-resourcequota.svelte +97 -0
  62. package/dist/k8s-resourcequota.svelte.d.ts +7 -0
  63. package/dist/k8s-role.svelte +112 -0
  64. package/dist/k8s-role.svelte.d.ts +7 -0
  65. package/dist/k8s-rolebinding.svelte +97 -0
  66. package/dist/k8s-rolebinding.svelte.d.ts +7 -0
  67. package/dist/k8s-scheduler.svelte +100 -0
  68. package/dist/k8s-scheduler.svelte.d.ts +7 -0
  69. package/dist/k8s-secret.svelte +131 -0
  70. package/dist/k8s-secret.svelte.d.ts +7 -0
  71. package/dist/k8s-service.svelte +120 -0
  72. package/dist/k8s-service.svelte.d.ts +7 -0
  73. package/dist/k8s-serviceaccount.svelte +87 -0
  74. package/dist/k8s-serviceaccount.svelte.d.ts +7 -0
  75. package/dist/k8s-statefulset.svelte +123 -0
  76. package/dist/k8s-statefulset.svelte.d.ts +7 -0
  77. package/dist/k8s-storageclass.svelte +133 -0
  78. package/dist/k8s-storageclass.svelte.d.ts +7 -0
  79. package/dist/k8s-user.svelte +86 -0
  80. package/dist/k8s-user.svelte.d.ts +7 -0
  81. package/dist/k8s-volume.svelte +100 -0
  82. package/dist/k8s-volume.svelte.d.ts +7 -0
  83. package/dist/k8s-worker-node.svelte +87 -0
  84. package/dist/k8s-worker-node.svelte.d.ts +7 -0
  85. package/dist/kiro.svelte +9 -0
  86. package/dist/kiro.svelte.d.ts +7 -0
  87. package/dist/monistic-logo.svelte +7 -0
  88. package/dist/monistic-logo.svelte.d.ts +7 -0
  89. package/dist/nimoxis.svelte +8 -0
  90. package/dist/nimoxis.svelte.d.ts +7 -0
  91. package/dist/shopline.svelte +5 -0
  92. package/dist/shopline.svelte.d.ts +7 -0
  93. package/package.json +1 -1
@@ -0,0 +1,86 @@
1
+ <!-- @thesvg/svelte - CustomResourceDefinition -->
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="crd.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="3.972496"
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="fill:#ffffff;fill-opacity:1;stroke-width:0.46185368"
82
+ inkscape:connector-curvature="0"
83
+ d="m 14.269566,9.6934441 -0.692781,0 0,-1.847416 c 0,-0.5080383 -0.415668,-0.9237063 -0.923706,-0.9237063 l -1.847416,0 0,-0.69278 c 0,-0.637359 -0.517275,-1.154636 -1.1546334,-1.154636 -0.6373578,0 -1.1546338,0.517277 -1.1546338,1.154636 l 0,0.69278 -1.847416,0 c -0.508038,0 -0.919089,0.415668 -0.919089,0.9237063 l 0,1.755045 0.688164,0 c 0.688161,0 1.247005,0.5588429 1.247005,1.2470049 0,0.688162 -0.558844,1.247005 -1.247005,1.247005 l -0.692781,0 0,1.755045 c 0,0.508038 0.415668,0.923706 0.923706,0.923706 l 1.755045,0 0,-0.692781 c 0,-0.688161 0.558843,-1.247005 1.2470048,-1.247005 0.6881624,0 1.2470044,0.558844 1.2470044,1.247005 l 0,0.692781 1.755045,0 c 0.508038,0 0.923706,-0.415668 0.923706,-0.923706 l 0,-1.847416 0.692781,0 c 0.637358,0 1.154635,-0.517276 1.154635,-1.154634 0,-0.637358 -0.517277,-1.1546339 -1.154635,-1.1546339 z"
84
+ id="path7415" />
85
+ </g>
86
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - CustomResourceDefinition
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 K8sCustomresourcedefinition extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,110 @@
1
+ <!-- @thesvg/svelte - DaemonSet -->
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="ds.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="9.1810446"
32
+ inkscape:cx="12.232062"
33
+ inkscape:cy="30.427122"
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="g3343"
82
+ transform="translate(0.58627835,0.45731048)">
83
+ <path
84
+ id="path9163"
85
+ d="m 7.708299,5.2827748 6.524989,0 0,4.5833348 -6.524989,0 z"
86
+ inkscape:connector-curvature="0"
87
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.66698074;stroke-opacity:1" />
88
+ <path
89
+ inkscape:connector-curvature="0"
90
+ id="path9179"
91
+ d="m 4.350169,13.606752 7.074559,0"
92
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.61833036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
93
+ <path
94
+ id="path9167"
95
+ d="m 6.169549,6.6940855 6.524989,0 0,4.5833355 -6.524989,0 z"
96
+ inkscape:connector-curvature="0"
97
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.87863898;stroke-opacity:1" />
98
+ <path
99
+ id="path9171"
100
+ d="m 4.630799,8.1053983 6.524999,0 0,4.5833347 -6.524999,0 z"
101
+ inkscape:connector-curvature="0"
102
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
103
+ <path
104
+ id="path9169"
105
+ d="m 4.5865192,8.1226661 6.5250018,0 0,4.5833339 -6.5250018,0 z"
106
+ inkscape:connector-curvature="0"
107
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
108
+ </g>
109
+ </g>
110
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - DaemonSet
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 K8sDaemonset extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,95 @@
1
+ <!-- @thesvg/svelte - Deployment -->
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="deploy.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="-12.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="g3340"
82
+ transform="translate(-0.65385546,0.63370063)">
83
+ <path
84
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
85
+ inkscape:connector-curvature="0"
86
+ 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"
87
+ id="path1222" />
88
+ <path
89
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
90
+ inkscape:connector-curvature="0"
91
+ d="m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z"
92
+ id="path1224" />
93
+ </g>
94
+ </g>
95
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Deployment
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 K8sDeployment extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,192 @@
1
+ <!-- @thesvg/svelte - Endpoints -->
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="ep.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="g3350"
82
+ transform="translate(0.09238746,0.63369956)">
83
+ <path
84
+ id="path1991"
85
+ d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"
86
+ inkscape:connector-curvature="0"
87
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
88
+ <path
89
+ id="path1993"
90
+ d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"
91
+ inkscape:connector-curvature="0"
92
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
93
+ <path
94
+ id="path2002"
95
+ d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"
96
+ inkscape:connector-curvature="0"
97
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
98
+ <path
99
+ id="path2005"
100
+ d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"
101
+ inkscape:connector-curvature="0"
102
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
103
+ <g
104
+ transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)"
105
+ id="g2062">
106
+ <rect
107
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
108
+ id="rect2056"
109
+ width="0.6517092"
110
+ height="2.909133"
111
+ x="-226.88649"
112
+ y="-89.58931"
113
+ ry="0" />
114
+ <path
115
+ sodipodi:type="star"
116
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
117
+ id="path2058"
118
+ sodipodi:sides="3"
119
+ sodipodi:cx="-225.24307"
120
+ sodipodi:cy="-91.970558"
121
+ sodipodi:r1="2.2534723"
122
+ sodipodi:r2="1.1267362"
123
+ sodipodi:arg1="1.1997554"
124
+ sodipodi:arg2="2.246953"
125
+ inkscape:flatsided="false"
126
+ inkscape:rounded="0"
127
+ inkscape:randomized="0"
128
+ 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"
129
+ inkscape:transform-center-x="-0.12952442"
130
+ inkscape:transform-center-y="0.2874645"
131
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" />
132
+ </g>
133
+ <g
134
+ id="g2068"
135
+ transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)">
136
+ <rect
137
+ ry="0"
138
+ y="-89.58931"
139
+ x="-226.88649"
140
+ height="2.909133"
141
+ width="0.6517092"
142
+ id="rect2064"
143
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
144
+ <path
145
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"
146
+ inkscape:transform-center-y="0.2874645"
147
+ inkscape:transform-center-x="-0.12952442"
148
+ 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"
149
+ inkscape:randomized="0"
150
+ inkscape:rounded="0"
151
+ inkscape:flatsided="false"
152
+ sodipodi:arg2="2.246953"
153
+ sodipodi:arg1="1.1997554"
154
+ sodipodi:r2="1.1267362"
155
+ sodipodi:r1="2.2534723"
156
+ sodipodi:cy="-91.970558"
157
+ sodipodi:cx="-225.24307"
158
+ sodipodi:sides="3"
159
+ id="path2066"
160
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
161
+ sodipodi:type="star" />
162
+ </g>
163
+ <rect
164
+ transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)"
165
+ ry="0"
166
+ y="7.8833199"
167
+ x="-10.222737"
168
+ height="2.2486105"
169
+ width="0.65170413"
170
+ id="rect2070"
171
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
172
+ <path
173
+ transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)"
174
+ inkscape:transform-center-y="0.2874645"
175
+ inkscape:transform-center-x="-0.12952442"
176
+ 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"
177
+ inkscape:randomized="0"
178
+ inkscape:rounded="0"
179
+ inkscape:flatsided="false"
180
+ sodipodi:arg2="2.246953"
181
+ sodipodi:arg1="1.1997554"
182
+ sodipodi:r2="1.1267362"
183
+ sodipodi:r1="2.2534723"
184
+ sodipodi:cy="-91.970558"
185
+ sodipodi:cx="-225.24307"
186
+ sodipodi:sides="3"
187
+ id="path2073"
188
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
189
+ sodipodi:type="star" />
190
+ </g>
191
+ </g>
192
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Endpoints
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 K8sEndpoints extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,92 @@
1
+ <!-- @thesvg/svelte - etcd Cluster -->
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.92.4 5da689c313, 2019-01-14"
21
+ sodipodi:docname="etcd.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="5.6568543"
32
+ inkscape:cx="-40.594342"
33
+ inkscape:cy="20.272431"
34
+ inkscape:document-units="mm"
35
+ inkscape:current-layer="layer1"
36
+ showgrid="false"
37
+ inkscape:window-width="1920"
38
+ inkscape:window-height="1043"
39
+ inkscape:window-x="0"
40
+ inkscape:window-y="0"
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="path2078"
82
+ 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"
83
+ 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"
84
+ inkscape:connector-curvature="0"
85
+ sodipodi:nodetypes="ccccccccccccc" />
86
+ <path
87
+ inkscape:connector-curvature="0"
88
+ style="fill:#326ce5;fill-opacity:1;stroke-width:0.03359297"
89
+ 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"
90
+ id="path4590" />
91
+ </g>
92
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - etcd Cluster
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 K8sEtcdCluster extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}