@thesvg/svelte 2.0.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/azure-blob.svelte +1 -1
- package/dist/developer-student-club.svelte +1 -7
- package/dist/eshopos-logo.svelte +26 -0
- package/dist/eshopos-logo.svelte.d.ts +7 -0
- package/dist/gemini-cli.svelte +23 -0
- package/dist/gemini-cli.svelte.d.ts +7 -0
- package/dist/iflow.svelte +29 -0
- package/dist/iflow.svelte.d.ts +7 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.svelte +100 -0
- package/dist/k8s-api-server.svelte.d.ts +7 -0
- package/dist/k8s-cloud-controller-manager.svelte +100 -0
- package/dist/k8s-cloud-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-clusterrole.svelte +105 -0
- package/dist/k8s-clusterrole.svelte.d.ts +7 -0
- package/dist/k8s-clusterrolebinding.svelte +86 -0
- package/dist/k8s-clusterrolebinding.svelte.d.ts +7 -0
- package/dist/k8s-configmap.svelte +144 -0
- package/dist/k8s-configmap.svelte.d.ts +7 -0
- package/dist/k8s-controller-manager.svelte +100 -0
- package/dist/k8s-controller-manager.svelte.d.ts +7 -0
- package/dist/k8s-cronjob.svelte +96 -0
- package/dist/k8s-cronjob.svelte.d.ts +7 -0
- package/dist/k8s-customresourcedefinition.svelte +86 -0
- package/dist/k8s-customresourcedefinition.svelte.d.ts +7 -0
- package/dist/k8s-daemonset.svelte +110 -0
- package/dist/k8s-daemonset.svelte.d.ts +7 -0
- package/dist/k8s-deployment.svelte +95 -0
- package/dist/k8s-deployment.svelte.d.ts +7 -0
- package/dist/k8s-endpoints.svelte +192 -0
- package/dist/k8s-endpoints.svelte.d.ts +7 -0
- package/dist/k8s-etcd-cluster.svelte +92 -0
- package/dist/k8s-etcd-cluster.svelte.d.ts +7 -0
- package/dist/k8s-group.svelte +86 -0
- package/dist/k8s-group.svelte.d.ts +7 -0
- package/dist/k8s-horizontalpodautoscaler.svelte +106 -0
- package/dist/k8s-horizontalpodautoscaler.svelte.d.ts +7 -0
- package/dist/k8s-ingress.svelte +87 -0
- package/dist/k8s-ingress.svelte.d.ts +7 -0
- package/dist/k8s-job.svelte +134 -0
- package/dist/k8s-job.svelte.d.ts +7 -0
- package/dist/k8s-kube-proxy.svelte +100 -0
- package/dist/k8s-kube-proxy.svelte.d.ts +7 -0
- package/dist/k8s-kubelet.svelte +100 -0
- package/dist/k8s-kubelet.svelte.d.ts +7 -0
- package/dist/k8s-limitrange.svelte +99 -0
- package/dist/k8s-limitrange.svelte.d.ts +7 -0
- package/dist/k8s-namespace.svelte +88 -0
- package/dist/k8s-namespace.svelte.d.ts +7 -0
- package/dist/k8s-networkpolicy.svelte +87 -0
- package/dist/k8s-networkpolicy.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolume.svelte +100 -0
- package/dist/k8s-persistentvolume.svelte.d.ts +7 -0
- package/dist/k8s-persistentvolumeclaim.svelte +86 -0
- package/dist/k8s-persistentvolumeclaim.svelte.d.ts +7 -0
- package/dist/k8s-pod.svelte +106 -0
- package/dist/k8s-pod.svelte.d.ts +7 -0
- package/dist/k8s-podsecuritypolicy.svelte +111 -0
- package/dist/k8s-podsecuritypolicy.svelte.d.ts +7 -0
- package/dist/k8s-replicaset.svelte +105 -0
- package/dist/k8s-replicaset.svelte.d.ts +7 -0
- package/dist/k8s-resourcequota.svelte +97 -0
- package/dist/k8s-resourcequota.svelte.d.ts +7 -0
- package/dist/k8s-role.svelte +112 -0
- package/dist/k8s-role.svelte.d.ts +7 -0
- package/dist/k8s-rolebinding.svelte +97 -0
- package/dist/k8s-rolebinding.svelte.d.ts +7 -0
- package/dist/k8s-scheduler.svelte +100 -0
- package/dist/k8s-scheduler.svelte.d.ts +7 -0
- package/dist/k8s-secret.svelte +131 -0
- package/dist/k8s-secret.svelte.d.ts +7 -0
- package/dist/k8s-service.svelte +120 -0
- package/dist/k8s-service.svelte.d.ts +7 -0
- package/dist/k8s-serviceaccount.svelte +87 -0
- package/dist/k8s-serviceaccount.svelte.d.ts +7 -0
- package/dist/k8s-statefulset.svelte +123 -0
- package/dist/k8s-statefulset.svelte.d.ts +7 -0
- package/dist/k8s-storageclass.svelte +133 -0
- package/dist/k8s-storageclass.svelte.d.ts +7 -0
- package/dist/k8s-user.svelte +86 -0
- package/dist/k8s-user.svelte.d.ts +7 -0
- package/dist/k8s-volume.svelte +100 -0
- package/dist/k8s-volume.svelte.d.ts +7 -0
- package/dist/k8s-worker-node.svelte +87 -0
- package/dist/k8s-worker-node.svelte.d.ts +7 -0
- package/dist/kiro.svelte +9 -0
- package/dist/kiro.svelte.d.ts +7 -0
- package/dist/monistic-logo.svelte +7 -0
- package/dist/monistic-logo.svelte.d.ts +7 -0
- package/dist/mypy.svelte +1 -1
- package/dist/neovim.svelte +0 -1
- package/dist/nimoxis.svelte +8 -0
- package/dist/nimoxis.svelte.d.ts +7 -0
- package/dist/open-webui.svelte +1 -3
- package/dist/paramount.svelte +1 -1
- package/dist/paypal.svelte +1 -1
- package/dist/powertoys.svelte +1 -1
- package/dist/qt.svelte +1 -7
- package/dist/shopline.svelte +5 -0
- package/dist/shopline.svelte.d.ts +7 -0
- package/dist/styled-components.svelte +1 -1
- package/dist/svgl.svelte +1 -1
- package/dist/upsales.svelte +1 -1
- package/dist/volta.svelte +1 -1
- package/dist/web-components.svelte +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - StatefulSet -->
|
|
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="sts.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.937424,-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;direction:ltr;writing-mode:lr-tb;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="g4221"
|
|
82
|
+
transform="translate(0.26877762,1.0923105)">
|
|
83
|
+
<path
|
|
84
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743761, 1.58743761;stroke-dashoffset:3.66698074;stroke-opacity:1"
|
|
85
|
+
inkscape:connector-curvature="0"
|
|
86
|
+
d="m 8.0530333,5.1290756 6.5250067,0 0,4.583335 -6.5250067,0 z"
|
|
87
|
+
id="path1234" />
|
|
88
|
+
<g
|
|
89
|
+
id="g4213">
|
|
90
|
+
<path
|
|
91
|
+
id="path1238"
|
|
92
|
+
d="m 6.5142849,6.5403876 6.5250071,0 0,4.5833354 -6.5250071,0 z"
|
|
93
|
+
inkscape:connector-curvature="0"
|
|
94
|
+
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.58743761, 1.58743761;stroke-dashoffset:3.87863898;stroke-opacity:1" />
|
|
95
|
+
<path
|
|
96
|
+
id="path1240"
|
|
97
|
+
d="m 4.9755578,7.9516984 6.5249912,0 0,4.5833346 -6.5249912,0 z"
|
|
98
|
+
inkscape:connector-curvature="0"
|
|
99
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
100
|
+
<path
|
|
101
|
+
id="path1242"
|
|
102
|
+
d="m 4.9755578,7.9516984 6.5249912,0 0,4.5833346 -6.5249912,0 z"
|
|
103
|
+
inkscape:connector-curvature="0"
|
|
104
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
|
|
105
|
+
<path
|
|
106
|
+
id="path1246"
|
|
107
|
+
d="m 5.5087198,9.2260482 0,0 c 0,-0.4294054 1.2218881,-0.7775054 2.7291615,-0.7775054 1.5072743,0 2.7291787,0.3481 2.7291787,0.7775054 l 0,0 c 0,0.4294054 -1.2219044,0.7775068 -2.7291787,0.7775068 -1.5072734,0 -2.7291615,-0.3481014 -2.7291615,-0.7775068 z"
|
|
108
|
+
inkscape:connector-curvature="0"
|
|
109
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
110
|
+
<path
|
|
111
|
+
id="path1248"
|
|
112
|
+
d="m 10.967067,9.2260482 0,0 c 0,0.4294054 -1.2219064,0.7775068 -2.7291777,0.7775068 -1.5072734,0 -2.7291614,-0.3481014 -2.7291614,-0.7775068 l 0,0 c 0,-0.4294054 1.221888,-0.7775054 2.7291614,-0.7775054 1.5072733,0 2.7291777,0.3481 2.7291777,0.7775054 l 0,2.1033228 c 0,0.429405 -1.2219064,0.777506 -2.7291777,0.777506 -1.5072734,0 -2.7291614,-0.348101 -2.7291614,-0.777506 l 0,-2.1033228"
|
|
113
|
+
inkscape:connector-curvature="0"
|
|
114
|
+
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
115
|
+
<path
|
|
116
|
+
id="path1250"
|
|
117
|
+
d="m 10.967067,9.2260482 0,0 c 0,0.4294054 -1.2219064,0.7775068 -2.7291777,0.7775068 -1.5072734,0 -2.7291614,-0.3481014 -2.7291614,-0.7775068 l 0,0 c 0,-0.4294054 1.221888,-0.7775054 2.7291614,-0.7775054 1.5072733,0 2.7291777,0.3481 2.7291777,0.7775054 l 0,2.1033228 c 0,0.429405 -1.2219064,0.777506 -2.7291777,0.777506 -1.5072734,0 -2.7291614,-0.348101 -2.7291614,-0.777506 l 0,-2.1033228"
|
|
118
|
+
inkscape:connector-curvature="0"
|
|
119
|
+
style="fill:none;fill-rule:evenodd;stroke:#326ce5;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
|
|
120
|
+
</g>
|
|
121
|
+
</g>
|
|
122
|
+
</g>
|
|
123
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - StatefulSet
|
|
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 K8sStatefulset extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - StorageClass -->
|
|
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="sc.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.01"
|
|
32
|
+
inkscape:cx="3.0086534"
|
|
33
|
+
inkscape:cy="26.225672"
|
|
34
|
+
inkscape:document-units="mm"
|
|
35
|
+
inkscape:current-layer="g3347"
|
|
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:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
|
|
82
|
+
inkscape:connector-curvature="0"
|
|
83
|
+
d="m 5.4198595,10.526751 0,0 c 0,0.376676 2.10346,0.682033 4.6982195,0.682033 2.594751,0 4.69821,-0.305357 4.69821,-0.682033 l 0,1.845045 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
|
|
84
|
+
id="path6473" />
|
|
85
|
+
<path
|
|
86
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
|
|
87
|
+
inkscape:connector-curvature="0"
|
|
88
|
+
d="m 5.4198595,10.526751 0,0 c 0,-0.376674 2.10346,-0.6820334 4.6982195,-0.6820334 2.594751,0 4.69821,0.3053594 4.69821,0.6820334 l 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947595,0 -4.6982195,-0.305357 -4.6982195,-0.682033 z"
|
|
89
|
+
id="path6475" />
|
|
90
|
+
<path
|
|
91
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeee;stroke-width:0.20757429;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
d="m 5.4198595,8.6089656 0,0 c 0,0.376676 2.10346,0.6820319 4.6982195,0.6820319 2.594751,0 4.69821,-0.3053559 4.69821,-0.6820319 l 0,1.8450454 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
|
|
94
|
+
id="path6479" />
|
|
95
|
+
<path
|
|
96
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
|
|
97
|
+
inkscape:connector-curvature="0"
|
|
98
|
+
d="m 5.4198595,8.2170433 0,0 c 0,-0.376675 2.10346,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947595,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 z"
|
|
99
|
+
id="path6481" />
|
|
100
|
+
<path
|
|
101
|
+
id="path6487"
|
|
102
|
+
d="m 5.4199585,5.6616598 0,0 c 0,-0.376674 2.103456,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.682032 z"
|
|
103
|
+
inkscape:connector-curvature="0"
|
|
104
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10" />
|
|
105
|
+
<g
|
|
106
|
+
id="g3347"
|
|
107
|
+
transform="translate(-0.10787059,0.73050426)">
|
|
108
|
+
<path
|
|
109
|
+
style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
|
|
110
|
+
inkscape:connector-curvature="0"
|
|
111
|
+
d="m 5.4199585,5.6616598 0,0 c 0,0.376676 2.103456,0.682032 4.6982235,0.682032 2.594746,0 4.698212,-0.305356 4.698212,-0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 z"
|
|
112
|
+
id="path6485" />
|
|
113
|
+
<g
|
|
114
|
+
id="g3348">
|
|
115
|
+
<path
|
|
116
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66000002, 0.415;stroke-dashoffset:0;stroke-opacity:1"
|
|
117
|
+
inkscape:connector-curvature="0"
|
|
118
|
+
d="m 14.816289,10.881103 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947495,0 -4.6982195,-0.305357 -4.6982195,-0.682033 l 0,0 c 0,-0.376675 2.10347,-0.682031 4.6982195,-0.682031 2.594751,0 4.69821,0.305356 4.69821,0.682031 l 0,1.845046 c 0,0.376673 -2.103459,0.682029 -4.69821,0.682029 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.682029 l 0,-1.845046"
|
|
119
|
+
id="path6477" />
|
|
120
|
+
<path
|
|
121
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
|
122
|
+
inkscape:connector-curvature="0"
|
|
123
|
+
d="m 14.816289,7.8640013 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947495,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 l 0,0 c 0,-0.376675 2.10347,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,1.8450457 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.68203 l 0,-1.8450457"
|
|
124
|
+
id="path6483" />
|
|
125
|
+
<path
|
|
126
|
+
id="path6489"
|
|
127
|
+
d="m 14.816394,5.6616598 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.682032 l 0,0 c 0,-0.376674 2.103466,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 l 0,-1.845045"
|
|
128
|
+
inkscape:connector-curvature="0"
|
|
129
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41514859;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66059433, 0.41514858;stroke-dashoffset:0;stroke-opacity:1" />
|
|
130
|
+
</g>
|
|
131
|
+
</g>
|
|
132
|
+
</g>
|
|
133
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - StorageClass
|
|
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 K8sStorageclass extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - User -->
|
|
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="user.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="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20154004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40308009, 0.20154004;stroke-dashoffset:5.01860619;stroke-opacity:1"
|
|
82
|
+
d="m 6.1678183,5.4251439 c -0.47453,0 -0.85677,0.381949 -0.85677,0.856475 l 0,7.2852131 c 0,0.474526 0.38224,0.856764 0.85677,0.856764 l 7.6852397,0 c 0.474521,0 0.85648,-0.382238 0.85648,-0.856764 l 0,-7.2852131 c 0,-0.474526 -0.381959,-0.856475 -0.85648,-0.856475 z m 3.8426097,1.421701 c 0.72979,0 1.31436,0.589172 1.31436,1.3189612 0,0.729785 -0.58457,1.31867 -1.31436,1.31867 -0.7297797,10e-7 -1.3189497,-0.588885 -1.3189497,-1.31867 0,-0.7297892 0.58917,-1.3189612 1.3189497,-1.3189612 z m 0,3.5171311 c 1.02435,-2e-6 3.07738,0.514206 3.07738,1.538545 l 0,1.099086 -6.1550397,0 0,-1.099086 c 0,-1.024339 2.05333,-1.538545 3.0776597,-1.538545 z"
|
|
83
|
+
id="rect8339"
|
|
84
|
+
inkscape:connector-curvature="0" />
|
|
85
|
+
</g>
|
|
86
|
+
</svg>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Volume -->
|
|
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="vol.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="g3341"
|
|
82
|
+
transform="translate(-0.18983289,0.21036696)">
|
|
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.5709564,8.1928071 0,0 c 0,0.621121 2.0725501,1.124639 4.6291696,1.124639 2.556621,0 4.62917,-0.503518 4.62917,-1.124639 l 0,3.0423909 c 0,0.62112 -2.072549,1.124638 -4.62917,1.124638 -2.5566195,0 -4.6291696,-0.503518 -4.6291696,-1.124638 z"
|
|
87
|
+
id="path1142" />
|
|
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.5709564,8.1928071 0,0 c 0,-0.621119 2.0725501,-1.124637 4.6291696,-1.124637 2.556621,0 4.62917,0.503518 4.62917,1.124637 l 0,0 c 0,0.621121 -2.072549,1.124639 -4.62917,1.124639 -2.5566195,0 -4.6291696,-0.503518 -4.6291696,-1.124639 z"
|
|
92
|
+
id="path1144" />
|
|
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.829296,8.1928071 0,0 c 0,0.621121 -2.072549,1.124639 -4.62917,1.124639 -2.5566195,0 -4.6291696,-0.503518 -4.6291696,-1.124639 l 0,0 c 0,-0.621119 2.0725501,-1.124637 4.6291696,-1.124637 2.556621,0 4.62917,0.503518 4.62917,1.124637 l 0,3.0423909 c 0,0.62112 -2.072549,1.124638 -4.62917,1.124638 -2.5566195,0 -4.6291696,-0.503518 -4.6291696,-1.124638 l 0,-3.0423909"
|
|
97
|
+
id="path1148" />
|
|
98
|
+
</g>
|
|
99
|
+
</g>
|
|
100
|
+
</svg>
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Worker Node -->
|
|
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="node.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;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
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
|
|
82
|
+
id="path1994"
|
|
83
|
+
d="M 9.9921803,5.0101759 C 9.8538505,5.0057759 5.9970805,6.902049 5.9466504,6.999295 c -0.12117,0.233682 -0.9989,4.281827 -0.94731,4.369074 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.1685759 C 14.256441,7.946271 14.012981,6.950423 13.988111,6.926433 13.918611,6.859553 10.067151,5.0126389 9.9921803,5.0102179 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.937127 9.8087101,8.2007027 8.8997705,8.4642797 7.9908504,8.2007027 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 -3.4496605,1.515028 c 0.2706299,0.0096 0.0611,0.2819093 0.3684101,0.4279353 0.3277495,0.155764 0.3953995,-0.235354 0.6013395,0.06341 0.20599,0.298766 -0.18339,0.223239 -0.15443,0.584957 0.029,0.361718 0.40165,0.224858 0.24589,0.552606 -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.361718 -0.4016499,-0.224859 -0.24587,-0.552604 0.1557501,-0.327749 0.2848801,0.04764 0.5836502,-0.15832 0.2987898,-0.205956 -0.006,-0.4602083 0.3559099,-0.4891903 0.022499,-0.0018 0.0424,-0.0023 0.0604,-0.0018 z m 2.3359605,0.3627943 c 0.48335,0.01358 0.0146,0.467218 0.45596,0.664766 0.44144,0.197548 0.46714,-0.454103 0.79937,-0.102669 0.33221,0.351432 -0.31997,0.34064 -0.14753,0.792455 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.799357 0.3514505,-0.332213 0.3406505,0.319971 0.7924609,0.147534 0.45184,-0.17244 0.009,-0.651611 0.49265,-0.638021 z m -2.3148207,0.253655 c -0.2936499,9e-5 -0.5316098,0.238249 -0.5314498,0.531898 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.293825 -0.2380699,-0.532057 -0.5319,-0.531898 z m 2.2643607,0.480564 c -0.58689,-1.96e-4 -1.0627109,0.475614 -1.0625209,1.062502 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.062444 -1.06206,-1.062502 z"
|
|
84
|
+
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"
|
|
85
|
+
inkscape:connector-curvature="0" />
|
|
86
|
+
</g>
|
|
87
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Worker Node
|
|
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 K8sWorkerNode extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
package/dist/kiro.svelte
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Kiro -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
5
|
+
<path d="m200.1 0h-144.2c-30.77 0-55.81 26.13-55.81 55.81v144.1c0 30.84 25.08 56 55.81 56h144.1c30.92 0 56-25.08 56-55.93v-144.2c0-29.68-24.42-55.81-55.87-55.81z" fill="#993FF5"/>
|
|
6
|
+
<path d="m195.9 107.8c-2.84-27.64-18.85-62.98-60.73-64.4h-3.09c-29.9 0-52.18 21.88-56.84 52.31-2.68 9.26-2.46 20.79-4.86 35.12-2.48 14.9-7.38 20.23-10.77 28.96-1.88 5.11-1.19 17.58 10.84 18.65 6.63 0.59 14.92-2.78 15.03-3.96-2.25 4.59-5.08 12.84-4.78 19.82 0.6 11.64 8.71 17.78 21.25 17.78 14.07 0 24.1-8.4 30.32-12.14 3.01 7.78 6.93 12.14 14.41 12.14 13.02 0 27.47-13.13 33.84-23.58 11.19-19.55 18.26-42.4 16.17-71.32-0.08-2.87-0.35-6.08-0.79-9.38z" fill="#FEFFFE"/>
|
|
7
|
+
<path d="m135.1 90.55c-7.28-0.54-7.85 8.36-7.85 14.05 0 6.08 1.6 13.14 7.96 13.14 6.6 0 8.92-8.08 8.92-13.14 0-5.56-1.59-14.05-9.03-14.05z" fill="#010202"/>
|
|
8
|
+
<path d="m164.4 90.55c-7.27-0.54-8.66 7.59-8.66 14.05 0 5.82 1.51 13.14 8.07 13.14 7.38 0 8.83-9.57 8.83-13.14 0-5.89-2.01-14.05-8.24-14.05z" fill="#010202"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Monistic -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<!-- SVG created with Arrow, by QuiverAI (https://quiver.ai) -->
|
|
5
|
+
<path d="m242 176.1c-6.5 0-9.21 6.22-9.21 9.61 0 5.77 4.39 9.08 8.84 9.08 6.77 0 9.38-5.47 9.38-9.11 0-5.11-3.81-9.58-9.01-9.58z" fill="#99CC9A"/>
|
|
6
|
+
<path d="m189.4 63.31c-3.32-6.3-8.33-9.44-14.32-9.4-6.26 0.05-11.33 4.18-13.41 8.35l-31.3 57.38-30.21-56.73c-3.27-5.77-7.71-9-13.47-9-6.52 0-11.56 4.03-13.78 9.26l-67.71 137.6h39.82l48.07-102.6-5.36-2.76-47.41 99.06h-25.8l63.85-128.3c2.11-4.08 4.76-5.42 8.28-5.42 3.92 0 6.39 2.86 8.13 6.26l35.87 65.79 37.03-66.45c2.09-3.6 4.96-5.73 7.62-5.73 3.9 0 6.67 2.44 8.84 7.13l46.31 99.55 5.89-3.03-46.94-100.8z" fill="#000"/>
|
|
7
|
+
</svg>
|