@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,100 @@
1
+ <!-- @thesvg/svelte - kubelet -->
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="kubelet.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.9262333"
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.9262333"
91
+ id="tspan2064"
92
+ sodipodi:role="line">kubelet</tspan></text>
93
+ <path
94
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
95
+ id="path1994"
96
+ 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"
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>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - kubelet
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 K8sKubelet extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,99 @@
1
+ <!-- @thesvg/svelte - LimitRange -->
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="limits.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="g3340"
82
+ transform="translate(0.02183415,0.63370129)">
83
+ <rect
84
+ y="5.6508946"
85
+ x="5.2651944"
86
+ height="7.2795482"
87
+ width="9.4547119"
88
+ id="rect9295"
89
+ style="opacity:1;fill:#fffff0;fill-opacity:0;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.542;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:1.62599997, 1.62599997;stroke-dashoffset:3.42543983;stroke-opacity:1" />
90
+ <rect
91
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36448628;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:1.09345879, 1.09345879;stroke-dashoffset:4.67399311;stroke-opacity:1"
92
+ id="rect9297"
93
+ width="5.6623526"
94
+ height="5.4923801"
95
+ x="4.986012"
96
+ y="7.7055373" />
97
+ </g>
98
+ </g>
99
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - LimitRange
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 K8sLimitrange extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,88 @@
1
+ <!-- @thesvg/svelte - Namespace -->
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="ns.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
+ <rect
81
+ y="6.5793304"
82
+ x="6.1734986"
83
+ height="6.6900792"
84
+ width="7.6735892"
85
+ id="rect8790"
86
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.80000001, 0.4;stroke-dashoffset:3.44000006;stroke-opacity:1" />
87
+ </g>
88
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Namespace
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 K8sNamespace extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,87 @@
1
+ <!-- @thesvg/svelte - NetworkPolicy -->
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="netpol.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
+ <path
81
+ style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
82
+ d="m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z"
83
+ id="path7594"
84
+ inkscape:connector-curvature="0"
85
+ sodipodi:nodetypes="ssscscsscsccccccccccccccccsscsssssscssssccss" />
86
+ </g>
87
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - NetworkPolicy
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 K8sNetworkpolicy extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,100 @@
1
+ <!-- @thesvg/svelte - PersistentVolume -->
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="pv.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="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
+ <g
81
+ id="g3341"
82
+ transform="translate(-0.18983289,0.49258906)">
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 5.5709614,7.9105849 0,0 c 0,0.621121 2.0725401,1.124639 4.6291706,1.124639 2.556609,0 4.629159,-0.503518 4.629159,-1.124639 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124638 z"
87
+ id="path1114" />
88
+ <path
89
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
90
+ inkscape:connector-curvature="0"
91
+ d="m 5.5709614,7.9105849 0,0 c 0,-0.621119 2.0725401,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566305,0 -4.6291706,-0.503518 -4.6291706,-1.124639 z"
92
+ id="path1116" />
93
+ <path
94
+ style="fill:none;fill-rule:evenodd;stroke:#326ce5;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
95
+ inkscape:connector-curvature="0"
96
+ d="m 14.829291,7.9105849 0,0 c 0,0.621121 -2.07255,1.124639 -4.629159,1.124639 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124639 l 0,0 c 0,-0.621119 2.0725501,-1.124637 4.6291706,-1.124637 2.556609,0 4.629159,0.503518 4.629159,1.124637 l 0,3.0423911 c 0,0.62112 -2.07255,1.124638 -4.629159,1.124638 -2.5566205,0 -4.6291706,-0.503518 -4.6291706,-1.124638 l 0,-3.0423911"
97
+ id="path1120" />
98
+ </g>
99
+ </g>
100
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - PersistentVolume
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 K8sPersistentvolume extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,86 @@
1
+ <!-- @thesvg/svelte - PersistentVolumeClaim -->
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="pvc.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="11.313708"
32
+ inkscape:cx="7.8215027"
33
+ inkscape:cy="25.692001"
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="path1134"
82
+ d="m 14.63946,8.4031737 0,0 c 0,0.6211207 -2.07255,1.1246391 -4.62916,1.1246391 -2.5566224,0 -4.629173,-0.5035184 -4.629173,-1.1246391 l 0,0 c 0,-0.621119 2.0725506,-1.124637 4.629173,-1.124637 2.55661,0 4.62916,0.503518 4.62916,1.124637 l 0,3.0423913 c 0,0.62112 -2.07255,1.124638 -4.62916,1.124638 -2.5566224,0 -4.629173,-0.503518 -4.629173,-1.124638 l 0,-3.0423913"
83
+ inkscape:connector-curvature="0"
84
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:2.11666669, 0.52916668;stroke-dashoffset:0;stroke-opacity:1" />
85
+ </g>
86
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - PersistentVolumeClaim
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 K8sPersistentvolumeclaim extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}