@thesvg/icons 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.cjs +2 -2
- package/dist/azure-blob.js +2 -2
- package/dist/bolt.cjs +1 -1
- package/dist/bolt.js +1 -1
- package/dist/developer-student-club.cjs +2 -16
- package/dist/developer-student-club.js +2 -16
- package/dist/eshopos-logo.cjs +75 -0
- package/dist/eshopos-logo.d.ts +17 -0
- package/dist/eshopos-logo.js +63 -0
- package/dist/gemini-cli.cjs +69 -0
- package/dist/gemini-cli.d.ts +17 -0
- package/dist/gemini-cli.js +57 -0
- package/dist/iflow.cjs +81 -0
- package/dist/iflow.d.ts +17 -0
- package/dist/iflow.js +69 -0
- package/dist/index.cjs +90 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +45 -0
- package/dist/k8s-api-server.cjs +221 -0
- package/dist/k8s-api-server.d.ts +17 -0
- package/dist/k8s-api-server.js +209 -0
- package/dist/k8s-cloud-controller-manager.cjs +221 -0
- package/dist/k8s-cloud-controller-manager.d.ts +17 -0
- package/dist/k8s-cloud-controller-manager.js +209 -0
- package/dist/k8s-clusterrole.cjs +231 -0
- package/dist/k8s-clusterrole.d.ts +17 -0
- package/dist/k8s-clusterrole.js +219 -0
- package/dist/k8s-clusterrolebinding.cjs +193 -0
- package/dist/k8s-clusterrolebinding.d.ts +17 -0
- package/dist/k8s-clusterrolebinding.js +181 -0
- package/dist/k8s-configmap.cjs +309 -0
- package/dist/k8s-configmap.d.ts +17 -0
- package/dist/k8s-configmap.js +297 -0
- package/dist/k8s-controller-manager.cjs +221 -0
- package/dist/k8s-controller-manager.d.ts +17 -0
- package/dist/k8s-controller-manager.js +209 -0
- package/dist/k8s-cronjob.cjs +213 -0
- package/dist/k8s-cronjob.d.ts +17 -0
- package/dist/k8s-cronjob.js +201 -0
- package/dist/k8s-customresourcedefinition.cjs +193 -0
- package/dist/k8s-customresourcedefinition.d.ts +17 -0
- package/dist/k8s-customresourcedefinition.js +181 -0
- package/dist/k8s-daemonset.cjs +241 -0
- package/dist/k8s-daemonset.d.ts +17 -0
- package/dist/k8s-daemonset.js +229 -0
- package/dist/k8s-deployment.cjs +211 -0
- package/dist/k8s-deployment.d.ts +17 -0
- package/dist/k8s-deployment.js +199 -0
- package/dist/k8s-endpoints.cjs +405 -0
- package/dist/k8s-endpoints.d.ts +17 -0
- package/dist/k8s-endpoints.js +393 -0
- package/dist/k8s-etcd-cluster.cjs +205 -0
- package/dist/k8s-etcd-cluster.d.ts +17 -0
- package/dist/k8s-etcd-cluster.js +193 -0
- package/dist/k8s-group.cjs +193 -0
- package/dist/k8s-group.d.ts +17 -0
- package/dist/k8s-group.js +181 -0
- package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
- package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
- package/dist/k8s-horizontalpodautoscaler.js +221 -0
- package/dist/k8s-ingress.cjs +195 -0
- package/dist/k8s-ingress.d.ts +17 -0
- package/dist/k8s-ingress.js +183 -0
- package/dist/k8s-job.cjs +289 -0
- package/dist/k8s-job.d.ts +17 -0
- package/dist/k8s-job.js +277 -0
- package/dist/k8s-kube-proxy.cjs +221 -0
- package/dist/k8s-kube-proxy.d.ts +17 -0
- package/dist/k8s-kube-proxy.js +209 -0
- package/dist/k8s-kubelet.cjs +221 -0
- package/dist/k8s-kubelet.d.ts +17 -0
- package/dist/k8s-kubelet.js +209 -0
- package/dist/k8s-limitrange.cjs +219 -0
- package/dist/k8s-limitrange.d.ts +17 -0
- package/dist/k8s-limitrange.js +207 -0
- package/dist/k8s-namespace.cjs +197 -0
- package/dist/k8s-namespace.d.ts +17 -0
- package/dist/k8s-namespace.js +185 -0
- package/dist/k8s-networkpolicy.cjs +195 -0
- package/dist/k8s-networkpolicy.d.ts +17 -0
- package/dist/k8s-networkpolicy.js +183 -0
- package/dist/k8s-persistentvolume.cjs +221 -0
- package/dist/k8s-persistentvolume.d.ts +17 -0
- package/dist/k8s-persistentvolume.js +209 -0
- package/dist/k8s-persistentvolumeclaim.cjs +193 -0
- package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
- package/dist/k8s-persistentvolumeclaim.js +181 -0
- package/dist/k8s-pod.cjs +233 -0
- package/dist/k8s-pod.d.ts +17 -0
- package/dist/k8s-pod.js +221 -0
- package/dist/k8s-podsecuritypolicy.cjs +243 -0
- package/dist/k8s-podsecuritypolicy.d.ts +17 -0
- package/dist/k8s-podsecuritypolicy.js +231 -0
- package/dist/k8s-replicaset.cjs +231 -0
- package/dist/k8s-replicaset.d.ts +17 -0
- package/dist/k8s-replicaset.js +219 -0
- package/dist/k8s-resourcequota.cjs +215 -0
- package/dist/k8s-resourcequota.d.ts +17 -0
- package/dist/k8s-resourcequota.js +203 -0
- package/dist/k8s-role.cjs +245 -0
- package/dist/k8s-role.d.ts +17 -0
- package/dist/k8s-role.js +233 -0
- package/dist/k8s-rolebinding.cjs +215 -0
- package/dist/k8s-rolebinding.d.ts +17 -0
- package/dist/k8s-rolebinding.js +203 -0
- package/dist/k8s-scheduler.cjs +221 -0
- package/dist/k8s-scheduler.d.ts +17 -0
- package/dist/k8s-scheduler.js +209 -0
- package/dist/k8s-secret.cjs +283 -0
- package/dist/k8s-secret.d.ts +17 -0
- package/dist/k8s-secret.js +271 -0
- package/dist/k8s-service.cjs +261 -0
- package/dist/k8s-service.d.ts +17 -0
- package/dist/k8s-service.js +249 -0
- package/dist/k8s-serviceaccount.cjs +195 -0
- package/dist/k8s-serviceaccount.d.ts +17 -0
- package/dist/k8s-serviceaccount.js +183 -0
- package/dist/k8s-statefulset.cjs +267 -0
- package/dist/k8s-statefulset.d.ts +17 -0
- package/dist/k8s-statefulset.js +255 -0
- package/dist/k8s-storageclass.cjs +287 -0
- package/dist/k8s-storageclass.d.ts +17 -0
- package/dist/k8s-storageclass.js +275 -0
- package/dist/k8s-user.cjs +193 -0
- package/dist/k8s-user.d.ts +17 -0
- package/dist/k8s-user.js +181 -0
- package/dist/k8s-volume.cjs +221 -0
- package/dist/k8s-volume.d.ts +17 -0
- package/dist/k8s-volume.js +209 -0
- package/dist/k8s-worker-node.cjs +195 -0
- package/dist/k8s-worker-node.d.ts +17 -0
- package/dist/k8s-worker-node.js +183 -0
- package/dist/kiro.cjs +41 -0
- package/dist/kiro.d.ts +17 -0
- package/dist/kiro.js +29 -0
- package/dist/monistic-logo.cjs +37 -0
- package/dist/monistic-logo.d.ts +17 -0
- package/dist/monistic-logo.js +25 -0
- package/dist/mypy.cjs +2 -2
- package/dist/mypy.js +2 -2
- package/dist/neovim.cjs +0 -2
- package/dist/neovim.js +0 -2
- package/dist/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/open-webui.cjs +2 -6
- package/dist/open-webui.js +2 -6
- package/dist/openrouter.cjs +2 -2
- package/dist/openrouter.js +2 -2
- package/dist/oracle.cjs +2 -2
- package/dist/oracle.js +2 -2
- package/dist/paramount.cjs +3 -3
- package/dist/paramount.js +3 -3
- package/dist/paypal.cjs +2 -2
- package/dist/paypal.js +2 -2
- package/dist/powertoys.cjs +2 -2
- package/dist/powertoys.js +2 -2
- package/dist/qt.cjs +2 -14
- package/dist/qt.js +2 -14
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/dist/styled-components.cjs +2 -2
- package/dist/styled-components.js +2 -2
- package/dist/svgl.cjs +2 -2
- package/dist/svgl.js +2 -2
- package/dist/upsales.cjs +2 -2
- package/dist/upsales.js +2 -2
- package/dist/volta.cjs +4 -4
- package/dist/volta.js +4 -4
- package/dist/web-components.cjs +2 -2
- package/dist/web-components.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
// @thesvg/icons - Endpoints
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-endpoints";
|
|
5
|
+
export const title = "Endpoints";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Networking"];
|
|
8
|
+
export const aliases = ["ep"];
|
|
9
|
+
export const svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
10
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
11
|
+
|
|
12
|
+
<svg
|
|
13
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
14
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
15
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
19
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
20
|
+
width="18.035334mm"
|
|
21
|
+
height="17.500378mm"
|
|
22
|
+
viewBox="0 0 18.035334 17.500378"
|
|
23
|
+
version="1.1"
|
|
24
|
+
id="svg13826"
|
|
25
|
+
inkscape:version="0.91 r13725"
|
|
26
|
+
sodipodi:docname="ep.svg">
|
|
27
|
+
<defs
|
|
28
|
+
id="defs13820" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
id="base"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1.0"
|
|
34
|
+
inkscape:pageopacity="0.0"
|
|
35
|
+
inkscape:pageshadow="2"
|
|
36
|
+
inkscape:zoom="8"
|
|
37
|
+
inkscape:cx="-2.090004"
|
|
38
|
+
inkscape:cy="33.752239"
|
|
39
|
+
inkscape:document-units="mm"
|
|
40
|
+
inkscape:current-layer="layer1"
|
|
41
|
+
showgrid="false"
|
|
42
|
+
inkscape:window-width="1440"
|
|
43
|
+
inkscape:window-height="775"
|
|
44
|
+
inkscape:window-x="0"
|
|
45
|
+
inkscape:window-y="1"
|
|
46
|
+
inkscape:window-maximized="1"
|
|
47
|
+
fit-margin-top="0"
|
|
48
|
+
fit-margin-left="0"
|
|
49
|
+
fit-margin-right="0"
|
|
50
|
+
fit-margin-bottom="0" />
|
|
51
|
+
<metadata
|
|
52
|
+
id="metadata13823">
|
|
53
|
+
<rdf:RDF>
|
|
54
|
+
<cc:Work
|
|
55
|
+
rdf:about="">
|
|
56
|
+
<dc:format>image/svg+xml</dc:format>
|
|
57
|
+
<dc:type
|
|
58
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
+
<dc:title />
|
|
60
|
+
</cc:Work>
|
|
61
|
+
</rdf:RDF>
|
|
62
|
+
</metadata>
|
|
63
|
+
<g
|
|
64
|
+
inkscape:label="Calque 1"
|
|
65
|
+
inkscape:groupmode="layer"
|
|
66
|
+
id="layer1"
|
|
67
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
68
|
+
<g
|
|
69
|
+
id="g70"
|
|
70
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
71
|
+
<path
|
|
72
|
+
inkscape:export-ydpi="250.55"
|
|
73
|
+
inkscape:export-xdpi="250.55"
|
|
74
|
+
inkscape:export-filename="new.png"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
id="path3055"
|
|
77
|
+
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"
|
|
78
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
79
|
+
<path
|
|
80
|
+
id="path3054-2-9"
|
|
81
|
+
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"
|
|
82
|
+
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"
|
|
83
|
+
inkscape:connector-curvature="0" />
|
|
84
|
+
</g>
|
|
85
|
+
<g
|
|
86
|
+
id="g3350"
|
|
87
|
+
transform="translate(0.09238746,0.63369956)">
|
|
88
|
+
<path
|
|
89
|
+
id="path1991"
|
|
90
|
+
d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"
|
|
91
|
+
inkscape:connector-curvature="0"
|
|
92
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
93
|
+
<path
|
|
94
|
+
id="path1993"
|
|
95
|
+
d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"
|
|
96
|
+
inkscape:connector-curvature="0"
|
|
97
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
98
|
+
<path
|
|
99
|
+
id="path2002"
|
|
100
|
+
d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"
|
|
101
|
+
inkscape:connector-curvature="0"
|
|
102
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
103
|
+
<path
|
|
104
|
+
id="path2005"
|
|
105
|
+
d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"
|
|
106
|
+
inkscape:connector-curvature="0"
|
|
107
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
108
|
+
<g
|
|
109
|
+
transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)"
|
|
110
|
+
id="g2062">
|
|
111
|
+
<rect
|
|
112
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
113
|
+
id="rect2056"
|
|
114
|
+
width="0.6517092"
|
|
115
|
+
height="2.909133"
|
|
116
|
+
x="-226.88649"
|
|
117
|
+
y="-89.58931"
|
|
118
|
+
ry="0" />
|
|
119
|
+
<path
|
|
120
|
+
sodipodi:type="star"
|
|
121
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
122
|
+
id="path2058"
|
|
123
|
+
sodipodi:sides="3"
|
|
124
|
+
sodipodi:cx="-225.24307"
|
|
125
|
+
sodipodi:cy="-91.970558"
|
|
126
|
+
sodipodi:r1="2.2534723"
|
|
127
|
+
sodipodi:r2="1.1267362"
|
|
128
|
+
sodipodi:arg1="1.1997554"
|
|
129
|
+
sodipodi:arg2="2.246953"
|
|
130
|
+
inkscape:flatsided="false"
|
|
131
|
+
inkscape:rounded="0"
|
|
132
|
+
inkscape:randomized="0"
|
|
133
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
134
|
+
inkscape:transform-center-x="-0.12952442"
|
|
135
|
+
inkscape:transform-center-y="0.2874645"
|
|
136
|
+
transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" />
|
|
137
|
+
</g>
|
|
138
|
+
<g
|
|
139
|
+
id="g2068"
|
|
140
|
+
transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)">
|
|
141
|
+
<rect
|
|
142
|
+
ry="0"
|
|
143
|
+
y="-89.58931"
|
|
144
|
+
x="-226.88649"
|
|
145
|
+
height="2.909133"
|
|
146
|
+
width="0.6517092"
|
|
147
|
+
id="rect2064"
|
|
148
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
|
|
149
|
+
<path
|
|
150
|
+
transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"
|
|
151
|
+
inkscape:transform-center-y="0.2874645"
|
|
152
|
+
inkscape:transform-center-x="-0.12952442"
|
|
153
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
154
|
+
inkscape:randomized="0"
|
|
155
|
+
inkscape:rounded="0"
|
|
156
|
+
inkscape:flatsided="false"
|
|
157
|
+
sodipodi:arg2="2.246953"
|
|
158
|
+
sodipodi:arg1="1.1997554"
|
|
159
|
+
sodipodi:r2="1.1267362"
|
|
160
|
+
sodipodi:r1="2.2534723"
|
|
161
|
+
sodipodi:cy="-91.970558"
|
|
162
|
+
sodipodi:cx="-225.24307"
|
|
163
|
+
sodipodi:sides="3"
|
|
164
|
+
id="path2066"
|
|
165
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
166
|
+
sodipodi:type="star" />
|
|
167
|
+
</g>
|
|
168
|
+
<rect
|
|
169
|
+
transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)"
|
|
170
|
+
ry="0"
|
|
171
|
+
y="7.8833199"
|
|
172
|
+
x="-10.222737"
|
|
173
|
+
height="2.2486105"
|
|
174
|
+
width="0.65170413"
|
|
175
|
+
id="rect2070"
|
|
176
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
|
|
177
|
+
<path
|
|
178
|
+
transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)"
|
|
179
|
+
inkscape:transform-center-y="0.2874645"
|
|
180
|
+
inkscape:transform-center-x="-0.12952442"
|
|
181
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
182
|
+
inkscape:randomized="0"
|
|
183
|
+
inkscape:rounded="0"
|
|
184
|
+
inkscape:flatsided="false"
|
|
185
|
+
sodipodi:arg2="2.246953"
|
|
186
|
+
sodipodi:arg1="1.1997554"
|
|
187
|
+
sodipodi:r2="1.1267362"
|
|
188
|
+
sodipodi:r1="2.2534723"
|
|
189
|
+
sodipodi:cy="-91.970558"
|
|
190
|
+
sodipodi:cx="-225.24307"
|
|
191
|
+
sodipodi:sides="3"
|
|
192
|
+
id="path2073"
|
|
193
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
194
|
+
sodipodi:type="star" />
|
|
195
|
+
</g>
|
|
196
|
+
</g>
|
|
197
|
+
</svg>`;
|
|
198
|
+
export const variants = {
|
|
199
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
200
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
201
|
+
|
|
202
|
+
<svg
|
|
203
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
204
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
205
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
206
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
207
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
208
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
209
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
210
|
+
width="18.035334mm"
|
|
211
|
+
height="17.500378mm"
|
|
212
|
+
viewBox="0 0 18.035334 17.500378"
|
|
213
|
+
version="1.1"
|
|
214
|
+
id="svg13826"
|
|
215
|
+
inkscape:version="0.91 r13725"
|
|
216
|
+
sodipodi:docname="ep.svg">
|
|
217
|
+
<defs
|
|
218
|
+
id="defs13820" />
|
|
219
|
+
<sodipodi:namedview
|
|
220
|
+
id="base"
|
|
221
|
+
pagecolor="#ffffff"
|
|
222
|
+
bordercolor="#666666"
|
|
223
|
+
borderopacity="1.0"
|
|
224
|
+
inkscape:pageopacity="0.0"
|
|
225
|
+
inkscape:pageshadow="2"
|
|
226
|
+
inkscape:zoom="8"
|
|
227
|
+
inkscape:cx="-2.090004"
|
|
228
|
+
inkscape:cy="33.752239"
|
|
229
|
+
inkscape:document-units="mm"
|
|
230
|
+
inkscape:current-layer="layer1"
|
|
231
|
+
showgrid="false"
|
|
232
|
+
inkscape:window-width="1440"
|
|
233
|
+
inkscape:window-height="775"
|
|
234
|
+
inkscape:window-x="0"
|
|
235
|
+
inkscape:window-y="1"
|
|
236
|
+
inkscape:window-maximized="1"
|
|
237
|
+
fit-margin-top="0"
|
|
238
|
+
fit-margin-left="0"
|
|
239
|
+
fit-margin-right="0"
|
|
240
|
+
fit-margin-bottom="0" />
|
|
241
|
+
<metadata
|
|
242
|
+
id="metadata13823">
|
|
243
|
+
<rdf:RDF>
|
|
244
|
+
<cc:Work
|
|
245
|
+
rdf:about="">
|
|
246
|
+
<dc:format>image/svg+xml</dc:format>
|
|
247
|
+
<dc:type
|
|
248
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
249
|
+
<dc:title />
|
|
250
|
+
</cc:Work>
|
|
251
|
+
</rdf:RDF>
|
|
252
|
+
</metadata>
|
|
253
|
+
<g
|
|
254
|
+
inkscape:label="Calque 1"
|
|
255
|
+
inkscape:groupmode="layer"
|
|
256
|
+
id="layer1"
|
|
257
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
258
|
+
<g
|
|
259
|
+
id="g70"
|
|
260
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
261
|
+
<path
|
|
262
|
+
inkscape:export-ydpi="250.55"
|
|
263
|
+
inkscape:export-xdpi="250.55"
|
|
264
|
+
inkscape:export-filename="new.png"
|
|
265
|
+
inkscape:connector-curvature="0"
|
|
266
|
+
id="path3055"
|
|
267
|
+
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"
|
|
268
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
269
|
+
<path
|
|
270
|
+
id="path3054-2-9"
|
|
271
|
+
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"
|
|
272
|
+
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"
|
|
273
|
+
inkscape:connector-curvature="0" />
|
|
274
|
+
</g>
|
|
275
|
+
<g
|
|
276
|
+
id="g3350"
|
|
277
|
+
transform="translate(0.09238746,0.63369956)">
|
|
278
|
+
<path
|
|
279
|
+
id="path1991"
|
|
280
|
+
d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"
|
|
281
|
+
inkscape:connector-curvature="0"
|
|
282
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
283
|
+
<path
|
|
284
|
+
id="path1993"
|
|
285
|
+
d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"
|
|
286
|
+
inkscape:connector-curvature="0"
|
|
287
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
288
|
+
<path
|
|
289
|
+
id="path2002"
|
|
290
|
+
d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"
|
|
291
|
+
inkscape:connector-curvature="0"
|
|
292
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
293
|
+
<path
|
|
294
|
+
id="path2005"
|
|
295
|
+
d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"
|
|
296
|
+
inkscape:connector-curvature="0"
|
|
297
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
|
|
298
|
+
<g
|
|
299
|
+
transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)"
|
|
300
|
+
id="g2062">
|
|
301
|
+
<rect
|
|
302
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
303
|
+
id="rect2056"
|
|
304
|
+
width="0.6517092"
|
|
305
|
+
height="2.909133"
|
|
306
|
+
x="-226.88649"
|
|
307
|
+
y="-89.58931"
|
|
308
|
+
ry="0" />
|
|
309
|
+
<path
|
|
310
|
+
sodipodi:type="star"
|
|
311
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
312
|
+
id="path2058"
|
|
313
|
+
sodipodi:sides="3"
|
|
314
|
+
sodipodi:cx="-225.24307"
|
|
315
|
+
sodipodi:cy="-91.970558"
|
|
316
|
+
sodipodi:r1="2.2534723"
|
|
317
|
+
sodipodi:r2="1.1267362"
|
|
318
|
+
sodipodi:arg1="1.1997554"
|
|
319
|
+
sodipodi:arg2="2.246953"
|
|
320
|
+
inkscape:flatsided="false"
|
|
321
|
+
inkscape:rounded="0"
|
|
322
|
+
inkscape:randomized="0"
|
|
323
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
324
|
+
inkscape:transform-center-x="-0.12952442"
|
|
325
|
+
inkscape:transform-center-y="0.2874645"
|
|
326
|
+
transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" />
|
|
327
|
+
</g>
|
|
328
|
+
<g
|
|
329
|
+
id="g2068"
|
|
330
|
+
transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)">
|
|
331
|
+
<rect
|
|
332
|
+
ry="0"
|
|
333
|
+
y="-89.58931"
|
|
334
|
+
x="-226.88649"
|
|
335
|
+
height="2.909133"
|
|
336
|
+
width="0.6517092"
|
|
337
|
+
id="rect2064"
|
|
338
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
|
|
339
|
+
<path
|
|
340
|
+
transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"
|
|
341
|
+
inkscape:transform-center-y="0.2874645"
|
|
342
|
+
inkscape:transform-center-x="-0.12952442"
|
|
343
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
344
|
+
inkscape:randomized="0"
|
|
345
|
+
inkscape:rounded="0"
|
|
346
|
+
inkscape:flatsided="false"
|
|
347
|
+
sodipodi:arg2="2.246953"
|
|
348
|
+
sodipodi:arg1="1.1997554"
|
|
349
|
+
sodipodi:r2="1.1267362"
|
|
350
|
+
sodipodi:r1="2.2534723"
|
|
351
|
+
sodipodi:cy="-91.970558"
|
|
352
|
+
sodipodi:cx="-225.24307"
|
|
353
|
+
sodipodi:sides="3"
|
|
354
|
+
id="path2066"
|
|
355
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
356
|
+
sodipodi:type="star" />
|
|
357
|
+
</g>
|
|
358
|
+
<rect
|
|
359
|
+
transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)"
|
|
360
|
+
ry="0"
|
|
361
|
+
y="7.8833199"
|
|
362
|
+
x="-10.222737"
|
|
363
|
+
height="2.2486105"
|
|
364
|
+
width="0.65170413"
|
|
365
|
+
id="rect2070"
|
|
366
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
|
|
367
|
+
<path
|
|
368
|
+
transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)"
|
|
369
|
+
inkscape:transform-center-y="0.2874645"
|
|
370
|
+
inkscape:transform-center-x="-0.12952442"
|
|
371
|
+
d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
|
|
372
|
+
inkscape:randomized="0"
|
|
373
|
+
inkscape:rounded="0"
|
|
374
|
+
inkscape:flatsided="false"
|
|
375
|
+
sodipodi:arg2="2.246953"
|
|
376
|
+
sodipodi:arg1="1.1997554"
|
|
377
|
+
sodipodi:r2="1.1267362"
|
|
378
|
+
sodipodi:r1="2.2534723"
|
|
379
|
+
sodipodi:cy="-91.970558"
|
|
380
|
+
sodipodi:cx="-225.24307"
|
|
381
|
+
sodipodi:sides="3"
|
|
382
|
+
id="path2073"
|
|
383
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
|
|
384
|
+
sodipodi:type="star" />
|
|
385
|
+
</g>
|
|
386
|
+
</g>
|
|
387
|
+
</svg>`
|
|
388
|
+
};
|
|
389
|
+
export const license = "Apache-2.0";
|
|
390
|
+
export const url = "https://kubernetes.io";
|
|
391
|
+
|
|
392
|
+
const k8s_endpoints = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
393
|
+
export default k8s_endpoints;
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -etcd Cluster
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-etcd-cluster";
|
|
8
|
+
exports.title = "etcd Cluster";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Infrastructure"];
|
|
11
|
+
exports.aliases = ["etcd"];
|
|
12
|
+
exports.svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
13
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
14
|
+
|
|
15
|
+
<svg
|
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
17
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
18
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
22
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
23
|
+
width="18.035334mm"
|
|
24
|
+
height="17.500378mm"
|
|
25
|
+
viewBox="0 0 18.035334 17.500378"
|
|
26
|
+
version="1.1"
|
|
27
|
+
id="svg13826"
|
|
28
|
+
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
|
29
|
+
sodipodi:docname="etcd.svg">
|
|
30
|
+
<defs
|
|
31
|
+
id="defs13820" />
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="5.6568543"
|
|
40
|
+
inkscape:cx="-40.594342"
|
|
41
|
+
inkscape:cy="20.272431"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1920"
|
|
46
|
+
inkscape:window-height="1043"
|
|
47
|
+
inkscape:window-x="0"
|
|
48
|
+
inkscape:window-y="0"
|
|
49
|
+
inkscape:window-maximized="1"
|
|
50
|
+
fit-margin-top="0"
|
|
51
|
+
fit-margin-left="0"
|
|
52
|
+
fit-margin-right="0"
|
|
53
|
+
fit-margin-bottom="0" />
|
|
54
|
+
<metadata
|
|
55
|
+
id="metadata13823">
|
|
56
|
+
<rdf:RDF>
|
|
57
|
+
<cc:Work
|
|
58
|
+
rdf:about="">
|
|
59
|
+
<dc:format>image/svg+xml</dc:format>
|
|
60
|
+
<dc:type
|
|
61
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
62
|
+
<dc:title />
|
|
63
|
+
</cc:Work>
|
|
64
|
+
</rdf:RDF>
|
|
65
|
+
</metadata>
|
|
66
|
+
<g
|
|
67
|
+
inkscape:label="Calque 1"
|
|
68
|
+
inkscape:groupmode="layer"
|
|
69
|
+
id="layer1"
|
|
70
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
71
|
+
<g
|
|
72
|
+
id="g70"
|
|
73
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
74
|
+
<path
|
|
75
|
+
inkscape:export-ydpi="250.55"
|
|
76
|
+
inkscape:export-xdpi="250.55"
|
|
77
|
+
inkscape:export-filename="new.png"
|
|
78
|
+
inkscape:connector-curvature="0"
|
|
79
|
+
id="path3055"
|
|
80
|
+
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"
|
|
81
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
82
|
+
<path
|
|
83
|
+
id="path3054-2-9"
|
|
84
|
+
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"
|
|
85
|
+
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"
|
|
86
|
+
inkscape:connector-curvature="0" />
|
|
87
|
+
</g>
|
|
88
|
+
<path
|
|
89
|
+
id="path2078"
|
|
90
|
+
d="m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"
|
|
91
|
+
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"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
sodipodi:nodetypes="ccccccccccccc" />
|
|
94
|
+
<path
|
|
95
|
+
inkscape:connector-curvature="0"
|
|
96
|
+
style="fill:#326ce5;fill-opacity:1;stroke-width:0.03359297"
|
|
97
|
+
d="m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z"
|
|
98
|
+
id="path4590" />
|
|
99
|
+
</g>
|
|
100
|
+
</svg>`;
|
|
101
|
+
exports.variants = {
|
|
102
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
103
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
104
|
+
|
|
105
|
+
<svg
|
|
106
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
107
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
108
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
109
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
110
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
111
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
112
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
113
|
+
width="18.035334mm"
|
|
114
|
+
height="17.500378mm"
|
|
115
|
+
viewBox="0 0 18.035334 17.500378"
|
|
116
|
+
version="1.1"
|
|
117
|
+
id="svg13826"
|
|
118
|
+
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
|
119
|
+
sodipodi:docname="etcd.svg">
|
|
120
|
+
<defs
|
|
121
|
+
id="defs13820" />
|
|
122
|
+
<sodipodi:namedview
|
|
123
|
+
id="base"
|
|
124
|
+
pagecolor="#ffffff"
|
|
125
|
+
bordercolor="#666666"
|
|
126
|
+
borderopacity="1.0"
|
|
127
|
+
inkscape:pageopacity="0.0"
|
|
128
|
+
inkscape:pageshadow="2"
|
|
129
|
+
inkscape:zoom="5.6568543"
|
|
130
|
+
inkscape:cx="-40.594342"
|
|
131
|
+
inkscape:cy="20.272431"
|
|
132
|
+
inkscape:document-units="mm"
|
|
133
|
+
inkscape:current-layer="layer1"
|
|
134
|
+
showgrid="false"
|
|
135
|
+
inkscape:window-width="1920"
|
|
136
|
+
inkscape:window-height="1043"
|
|
137
|
+
inkscape:window-x="0"
|
|
138
|
+
inkscape:window-y="0"
|
|
139
|
+
inkscape:window-maximized="1"
|
|
140
|
+
fit-margin-top="0"
|
|
141
|
+
fit-margin-left="0"
|
|
142
|
+
fit-margin-right="0"
|
|
143
|
+
fit-margin-bottom="0" />
|
|
144
|
+
<metadata
|
|
145
|
+
id="metadata13823">
|
|
146
|
+
<rdf:RDF>
|
|
147
|
+
<cc:Work
|
|
148
|
+
rdf:about="">
|
|
149
|
+
<dc:format>image/svg+xml</dc:format>
|
|
150
|
+
<dc:type
|
|
151
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
152
|
+
<dc:title />
|
|
153
|
+
</cc:Work>
|
|
154
|
+
</rdf:RDF>
|
|
155
|
+
</metadata>
|
|
156
|
+
<g
|
|
157
|
+
inkscape:label="Calque 1"
|
|
158
|
+
inkscape:groupmode="layer"
|
|
159
|
+
id="layer1"
|
|
160
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
161
|
+
<g
|
|
162
|
+
id="g70"
|
|
163
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
164
|
+
<path
|
|
165
|
+
inkscape:export-ydpi="250.55"
|
|
166
|
+
inkscape:export-xdpi="250.55"
|
|
167
|
+
inkscape:export-filename="new.png"
|
|
168
|
+
inkscape:connector-curvature="0"
|
|
169
|
+
id="path3055"
|
|
170
|
+
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"
|
|
171
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
172
|
+
<path
|
|
173
|
+
id="path3054-2-9"
|
|
174
|
+
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"
|
|
175
|
+
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"
|
|
176
|
+
inkscape:connector-curvature="0" />
|
|
177
|
+
</g>
|
|
178
|
+
<path
|
|
179
|
+
id="path2078"
|
|
180
|
+
d="m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"
|
|
181
|
+
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"
|
|
182
|
+
inkscape:connector-curvature="0"
|
|
183
|
+
sodipodi:nodetypes="ccccccccccccc" />
|
|
184
|
+
<path
|
|
185
|
+
inkscape:connector-curvature="0"
|
|
186
|
+
style="fill:#326ce5;fill-opacity:1;stroke-width:0.03359297"
|
|
187
|
+
d="m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z"
|
|
188
|
+
id="path4590" />
|
|
189
|
+
</g>
|
|
190
|
+
</svg>`
|
|
191
|
+
};
|
|
192
|
+
exports.license = "Apache-2.0";
|
|
193
|
+
exports.url = "https://kubernetes.io";
|
|
194
|
+
|
|
195
|
+
exports.default = {
|
|
196
|
+
slug: exports.slug,
|
|
197
|
+
title: exports.title,
|
|
198
|
+
hex: exports.hex,
|
|
199
|
+
categories: exports.categories,
|
|
200
|
+
aliases: exports.aliases,
|
|
201
|
+
svg: exports.svg,
|
|
202
|
+
variants: exports.variants,
|
|
203
|
+
license: exports.license,
|
|
204
|
+
url: exports.url,
|
|
205
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - etcd Cluster
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const k8s_etcd_cluster: IconModule;
|
|
17
|
+
export default k8s_etcd_cluster;
|