@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,97 @@
1
+ <!-- @thesvg/svelte - RoleBinding -->
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="rb.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="14.287308"
33
+ inkscape:cy="20.247642"
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
+ <g
81
+ id="g3345"
82
+ transform="translate(-0.22511071,0.66897794)">
83
+ <rect
84
+ 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:4;stroke-opacity:1"
85
+ id="rect8641"
86
+ width="9.9298582"
87
+ height="8.6571665"
88
+ x="5.2704749"
89
+ y="4.9268088" />
90
+ <path
91
+ id="path8433"
92
+ d="m 7.1072364,9.2553918 c 0,-0.6603879 0.5368201,-1.1971921 1.1972005,-1.1971921 l 1.5447712,0 0,-0.7337639 -1.5447712,0 c -1.0658905,0 -1.9309505,0.8650689 -1.9309505,1.930956 0,1.0658872 0.86506,1.9309562 1.9309505,1.9309562 l 1.5447712,0 0,-0.733764 -1.5447712,0 c -0.6603804,0 -1.1972005,-0.5368064 -1.1972005,-1.1971922 z m 1.5834005,0.3861908 3.0895211,0 0,-0.7723818 -3.0895211,0 z m 3.4757211,-2.3171468 -1.54477,0 0,0.7337639 1.54477,0 c 0.66038,0 1.19718,0.5368042 1.19718,1.1971921 0,0.6603858 -0.5368,1.1971922 -1.19718,1.1971922 l -1.54477,0 0,0.733764 1.54477,0 c 1.06589,0 1.93095,-0.865069 1.93095,-1.9309562 0,-1.0658871 -0.86506,-1.930956 -1.93095,-1.930956 z"
93
+ inkscape:connector-curvature="0"
94
+ style="fill:#ffffff;fill-opacity:1;stroke-width:0.3861911" />
95
+ </g>
96
+ </g>
97
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - RoleBinding
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 K8sRolebinding extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,100 @@
1
+ <!-- @thesvg/svelte - Scheduler -->
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="svg11531"
20
+ inkscape:version="0.91 r13725"
21
+ sodipodi:docname="sched.svg">
22
+ <defs
23
+ id="defs11525" />
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.968621"
33
+ inkscape:cy="33.509081"
34
+ inkscape:document-units="mm"
35
+ inkscape:current-layer="layer1"
36
+ showgrid="false"
37
+ inkscape:window-width="1440"
38
+ inkscape:window-height="771"
39
+ inkscape:window-x="55"
40
+ inkscape:window-y="0"
41
+ inkscape:window-maximized="0"
42
+ fit-margin-top="0"
43
+ fit-margin-left="0"
44
+ fit-margin-right="0"
45
+ fit-margin-bottom="0" />
46
+ <metadata
47
+ id="metadata11528">
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="10.066792"
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="10.066792"
91
+ id="tspan2064"
92
+ sodipodi:role="line">sched</tspan></text>
93
+ <path
94
+ id="path1984"
95
+ d="m 9.9922574,4.4469925 c -0.1383234,-0.0044 -3.9953139,1.8917791 -4.0457429,1.9890241 -0.121153,0.233682 -0.998802,4.2814784 -0.947235,4.3687244 0.03,0.05065 0.662199,0.852305 1.404567,1.780771 l 1.349798,1.687754 2.2215743,0.0011 2.2215722,0.0011 1.412819,-1.765784 1.41388,-1.765265 -0.49456,-2.1688607 C 14.25673,7.3828155 14.01329,6.3872756 13.98842,6.3632856 13.91892,6.2964056 10.06724,4.4495465 9.9922574,4.4471255 Z m 0.2361666,1.9828241 c 0.186637,0.008 0.205792,0.291571 0.605128,0.321427 0.5216,0.039 0.465508,-0.446651 0.864553,-0.108522 0.399044,0.338125 -0.0889,0.362641 0.03514,0.870749 0.12409,0.5081041 0.568801,0.3050991 0.370523,0.7890987 -0.198279,0.484002 -0.372613,0.02728 -0.81751,0.302308 -0.444897,0.275023 -0.114564,0.635346 -0.636138,0.596347 -0.521652,-0.039 -0.140467,-0.346065 -0.53951,-0.684197 C 9.711566,8.1788955 9.4703718,8.6044873 9.3463088,8.0963797 9.2222188,7.5882716 9.632244,7.8553625 9.830523,7.3713607 10.029224,6.8873136 9.5494288,6.7901076 9.9943524,6.5150816 c 0.05564,-0.03434 0.1018906,-0.05688 0.1421056,-0.07028 0.03508,-0.01167 0.06533,-0.01614 0.09197,-0.01497 z m 0.521493,0.572059 c -0.07578,-5.306e-4 -0.151209,0.01021 -0.223758,0.03204 -0.400393,0.120732 -0.626954,0.5433219 -0.505909,0.943613 0.12094,0.3999197 0.54311,0.6261487 0.943107,0.5053937 0.399838,-0.120746 0.626268,-0.5426107 0.505909,-0.9425788 C 11.373516,7.2225236 11.081837,7.0041896 10.749917,7.0018776 Z M 7.7572695,8.3036033 c 0.03969,7.9e-4 0.08832,0.009 0.1482991,0.02739 0.4799279,0.147138 -0.0077,0.399503 0.334354,0.766879 0.3420531,0.367377 0.6285182,-0.101086 0.7410452,0.388091 0.112527,0.4891777 -0.3499913,0.192921 -0.4971261,0.6728277 -0.1471612,0.479904 0.4014791,0.494083 0.03411,0.836123 -0.367374,0.342041 -0.3418151,-0.20606 -0.8309501,-0.09353 -0.489188,0.112527 -0.227039,0.594654 -0.70694,0.447516 -0.479928,-0.147137 0.0077,-0.3995 -0.334354,-0.766876 -0.342054,-0.367379 -0.628518,0.100571 -0.741045,-0.388607 -0.112528,-0.48918 0.349991,-0.192924 0.497125,-0.6728267 0.147162,-0.479907 -0.401981,-0.49357 -0.03461,-0.83561 0.367374,-0.342043 0.342291,0.206065 0.831453,0.09354 0.428043,-0.09846 0.280643,-0.479607 0.558641,-0.474906 z m 3.5672165,0.524516 c 0.04551,5.36e-4 0.100807,0.01243 0.170022,0.03927 0.55327,0.214739 -0.175234,0.545894 0.253735,0.9560137 0.428969,0.410118 0.727472,-0.3327417 0.966867,0.210323 0.239369,0.543065 -0.510434,0.262432 -0.497126,0.855763 0.01323,0.593331 0.749591,0.27872 0.534829,0.83199 -0.214709,0.553268 -0.545888,-0.175247 -0.955992,0.25373 -0.410131,0.428977 0.33221,0.726972 -0.210847,0.966348 -0.543057,0.23938 -0.261382,-0.509939 -0.854736,-0.496609 -0.593328,0.01333 -0.279215,0.749072 -0.83251,0.534334 C 9.3454848,12.764543 10.073987,12.433388 9.644993,12.023268 9.2160238,11.613148 8.9180238,12.356008 8.6786546,11.812945 8.4392867,11.26988 9.1885598,11.551032 9.1752778,10.957701 9.1617878,10.36437 8.4256867,10.678462 8.6404225,10.125192 8.8551588,9.5719223 9.1868138,10.300955 9.596945,9.871978 10.007048,9.4430013 9.2641778,9.1444903 9.807262,8.9051143 c 0.543055,-0.239377 0.26191,0.509939 0.855237,0.496609 0.519192,-0.01167 0.343429,-0.576408 0.661987,-0.573608 z m -3.8814095,0.25528 c -0.417988,-1.58e-4 -0.756946,0.338564 -0.757078,0.7565447 -1.59e-4,0.418182 0.338905,0.757219 0.757078,0.75706 0.4179631,-1.48e-4 0.756682,-0.339095 0.7565239,-0.75706 C 8.1994675,9.4221803 7.8608276,9.0835473 7.4430765,9.0833993 Z M 10.69663,9.808421 c -0.615684,4.2e-5 -1.114846,0.498983 -1.11519,1.114661 -2.38e-4,0.616082 0.499109,1.11565 1.11519,1.115692 0.616268,2.22e-4 1.115907,-0.499425 1.115669,-1.115692 0,-0.615866 -0.499798,-1.114883 -1.115669,-1.114661 z"
96
+ 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"
97
+ inkscape:connector-curvature="0"
98
+ sodipodi:nodetypes="cccccccccccccscccccsccccccccccccccscscccccccccccccccccccccscccccccccccccc" />
99
+ </g>
100
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Scheduler
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 K8sScheduler extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,131 @@
1
+ <!-- @thesvg/svelte - Secret -->
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="secret.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
+ <g
81
+ id="g3347"
82
+ transform="translate(0.05710921,0.77487342)">
83
+ <path
84
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
85
+ inkscape:connector-curvature="0"
86
+ d="m 10.414299,8.0912253 3.708331,0"
87
+ id="path922" />
88
+ <path
89
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79400003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
90
+ inkscape:connector-curvature="0"
91
+ d="m 8.2976282,5.9745582 5.8250018,0"
92
+ id="path930" />
93
+ <path
94
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
95
+ inkscape:connector-curvature="0"
96
+ d="m 5.7837382,5.9745582 1.45834,0"
97
+ id="path934" />
98
+ <path
99
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#326ce5;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
100
+ inkscape:connector-curvature="0"
101
+ d="m 7.7183782,8.4321603 0,0 c 0,-1.1667021 1.0110897,-2.1125011 2.2583305,-2.1125011 1.2472403,0 2.2583303,0.945799 2.2583303,2.1125011 l -1.05624,0 0,0 c 0,-0.583351 -0.5382,-1.0562501 -1.2020903,-1.0562501 -0.6638904,0 -1.2020808,0.4728991 -1.2020808,1.0562501 z"
102
+ id="path936" />
103
+ <path
104
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
105
+ inkscape:connector-curvature="0"
106
+ d="m 10.414299,10.207893 3.708331,0"
107
+ id="path942" />
108
+ <path
109
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
110
+ inkscape:connector-curvature="0"
111
+ d="m 8.2976282,12.32456 5.8250018,0"
112
+ id="path950" />
113
+ <path
114
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
115
+ inkscape:connector-curvature="0"
116
+ d="m 5.7837382,12.32456 1.45834,0"
117
+ id="path954" />
118
+ <path
119
+ style="fill:#ffffff;fill-rule:evenodd;stroke:#326ce5;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
120
+ inkscape:connector-curvature="0"
121
+ d="m 7.1622182,8.3691063 5.6166608,0 0,3.6583337 -5.6166608,0 z"
122
+ id="path956" />
123
+ <circle
124
+ r="0.55515254"
125
+ cy="10.198272"
126
+ cx="9.9705448"
127
+ id="path7280"
128
+ style="opacity:1;fill:#326ce5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26478875;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.52957746, 0.26478873;stroke-dashoffset:5.01860619;stroke-opacity:1" />
129
+ </g>
130
+ </g>
131
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Secret
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 K8sSecret extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,120 @@
1
+ <!-- @thesvg/svelte - Service -->
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="svc.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
+ <g
81
+ id="g3345"
82
+ transform="translate(0.09238801,0.66897746)">
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 4.4949896,11.260826 2.9083311,0 0,2.041667 -2.9083311,0 z"
87
+ id="path964" />
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 8.4637407,11.260826 2.9083303,0 0,2.041667 -2.9083303,0 z"
92
+ id="path966" />
93
+ <path
94
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
95
+ inkscape:connector-curvature="0"
96
+ d="m 12.432491,11.260826 2.90833,0 0,2.041667 -2.90833,0 z"
97
+ id="path968" />
98
+ <path
99
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
100
+ inkscape:connector-curvature="0"
101
+ d="m 7.6137407,5.2082921 4.6083303,0 0,2.041667 -4.6083303,0 z"
102
+ id="path970" />
103
+ <path
104
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
105
+ inkscape:connector-curvature="0"
106
+ d="m 9.9179005,7.2499601 0,2.005449 -3.966671,0 0,2.0028859"
107
+ id="path978" />
108
+ <path
109
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52899998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
110
+ inkscape:connector-curvature="0"
111
+ d="m 9.9179005,7.2499601 0,2.005449 3.9666705,0 0,2.0028859"
112
+ id="path986" />
113
+ <path
114
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
115
+ inkscape:connector-curvature="0"
116
+ d="m 9.9095538,7.2512251 0,2.005449 0.0167,0 0,2.0028859"
117
+ id="path982" />
118
+ </g>
119
+ </g>
120
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Service
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 K8sService extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,87 @@
1
+ <!-- @thesvg/svelte - ServiceAccount -->
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="sa.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
+ id="path7707"
82
+ pointer-events="none"
83
+ d="m 10.011101,4.984724 -4.0416,1.7960879 0,2.694944 c 0,2.4912431 1.7249582,4.8224371 4.0416,5.3882601 2.316646,-0.565823 4.039985,-2.897017 4.039985,-5.3882601 l 0,-2.694944 z m 0,1.9027893 c 0.522179,0 0.994236,0.315246 1.193084,0.7986194 0.200461,0.4833734 0.09053,1.0394998 -0.279679,1.4097132 -0.370214,0.368594 -0.9263352,0.48014 -1.4097136,0.279679 C 9.033038,9.1750579 8.7177916,8.7046135 8.7177916,8.1808221 c 0,-0.7145504 0.5787584,-1.2933088 1.2933094,-1.2933088 z m 2.423347,5.3478427 c 0,0.03232 -0.0097,0.06305 -0.0275,0.09053 -0.02908,0.04363 -0.05817,0.08892 -0.09053,0.130946 -0.570675,0.78569 -1.378991,1.366061 -2.305331,1.653824 -0.927947,-0.287763 -1.7362694,-0.868134 -2.3069438,-1.653824 -0.03232,-0.04204 -0.06143,-0.0873 -0.09053,-0.130946 -0.01778,-0.0275 -0.0275,-0.05817 -0.0275,-0.09053 l 0,-0.717789 c 0,-0.990996 1.6166448,-1.490538 2.4249618,-1.490538 0.808323,0 2.423348,0.499542 2.423348,1.490538 z"
84
+ inkscape:connector-curvature="0"
85
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.16166396" />
86
+ </g>
87
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - ServiceAccount
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 K8sServiceaccount extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}