@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,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -ConfigMap
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-configmap";
|
|
8
|
+
exports.title = "ConfigMap";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Config"];
|
|
11
|
+
exports.aliases = ["cm"];
|
|
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.91 r13725"
|
|
29
|
+
sodipodi:docname="cm.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="8"
|
|
40
|
+
inkscape:cx="-2.090004"
|
|
41
|
+
inkscape:cy="33.752239"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1440"
|
|
46
|
+
inkscape:window-height="771"
|
|
47
|
+
inkscape:window-x="1"
|
|
48
|
+
inkscape:window-y="0"
|
|
49
|
+
inkscape:window-maximized="0"
|
|
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
|
+
<g
|
|
89
|
+
id="g3349"
|
|
90
|
+
transform="translate(0.11778981,0.45794291)">
|
|
91
|
+
<path
|
|
92
|
+
inkscape:export-ydpi="376.57999"
|
|
93
|
+
inkscape:export-xdpi="376.57999"
|
|
94
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
95
|
+
inkscape:connector-curvature="0"
|
|
96
|
+
d="m 8.236948,6.2914262 5.825001,0"
|
|
97
|
+
id="path876" />
|
|
98
|
+
<path
|
|
99
|
+
inkscape:export-ydpi="376.57999"
|
|
100
|
+
inkscape:export-xdpi="376.57999"
|
|
101
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
102
|
+
inkscape:connector-curvature="0"
|
|
103
|
+
d="m 5.723058,6.2914262 1.45834,0"
|
|
104
|
+
id="path880" />
|
|
105
|
+
<a
|
|
106
|
+
id="a3346">
|
|
107
|
+
<path
|
|
108
|
+
id="path884"
|
|
109
|
+
d="m 10.353619,8.4080928 3.70833,0"
|
|
110
|
+
inkscape:connector-curvature="0"
|
|
111
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
112
|
+
inkscape:export-xdpi="376.57999"
|
|
113
|
+
inkscape:export-ydpi="376.57999" />
|
|
114
|
+
</a>
|
|
115
|
+
<path
|
|
116
|
+
inkscape:export-ydpi="376.57999"
|
|
117
|
+
inkscape:export-xdpi="376.57999"
|
|
118
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
119
|
+
inkscape:connector-curvature="0"
|
|
120
|
+
d="m 7.839728,8.4080928 1.4583305,0"
|
|
121
|
+
id="path888" />
|
|
122
|
+
<path
|
|
123
|
+
inkscape:export-ydpi="376.57999"
|
|
124
|
+
inkscape:export-xdpi="376.57999"
|
|
125
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
126
|
+
inkscape:connector-curvature="0"
|
|
127
|
+
d="m 10.353619,10.52476 3.70833,0"
|
|
128
|
+
id="path892" />
|
|
129
|
+
<path
|
|
130
|
+
inkscape:export-ydpi="376.57999"
|
|
131
|
+
inkscape:export-xdpi="376.57999"
|
|
132
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
133
|
+
inkscape:connector-curvature="0"
|
|
134
|
+
d="m 7.839728,10.52476 1.4583305,0"
|
|
135
|
+
id="path896" />
|
|
136
|
+
<path
|
|
137
|
+
inkscape:export-ydpi="376.57999"
|
|
138
|
+
inkscape:export-xdpi="376.57999"
|
|
139
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
140
|
+
inkscape:connector-curvature="0"
|
|
141
|
+
d="m 8.236948,12.641428 5.825001,0"
|
|
142
|
+
id="path900" />
|
|
143
|
+
<path
|
|
144
|
+
inkscape:export-ydpi="376.57999"
|
|
145
|
+
inkscape:export-xdpi="376.57999"
|
|
146
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
147
|
+
inkscape:connector-curvature="0"
|
|
148
|
+
d="m 5.723058,12.641428 1.45834,0"
|
|
149
|
+
id="path904" />
|
|
150
|
+
</g>
|
|
151
|
+
</g>
|
|
152
|
+
</svg>`;
|
|
153
|
+
exports.variants = {
|
|
154
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
155
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
156
|
+
|
|
157
|
+
<svg
|
|
158
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
159
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
160
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
161
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
162
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
163
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
164
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
165
|
+
width="18.035334mm"
|
|
166
|
+
height="17.500378mm"
|
|
167
|
+
viewBox="0 0 18.035334 17.500378"
|
|
168
|
+
version="1.1"
|
|
169
|
+
id="svg13826"
|
|
170
|
+
inkscape:version="0.91 r13725"
|
|
171
|
+
sodipodi:docname="cm.svg">
|
|
172
|
+
<defs
|
|
173
|
+
id="defs13820" />
|
|
174
|
+
<sodipodi:namedview
|
|
175
|
+
id="base"
|
|
176
|
+
pagecolor="#ffffff"
|
|
177
|
+
bordercolor="#666666"
|
|
178
|
+
borderopacity="1.0"
|
|
179
|
+
inkscape:pageopacity="0.0"
|
|
180
|
+
inkscape:pageshadow="2"
|
|
181
|
+
inkscape:zoom="8"
|
|
182
|
+
inkscape:cx="-2.090004"
|
|
183
|
+
inkscape:cy="33.752239"
|
|
184
|
+
inkscape:document-units="mm"
|
|
185
|
+
inkscape:current-layer="layer1"
|
|
186
|
+
showgrid="false"
|
|
187
|
+
inkscape:window-width="1440"
|
|
188
|
+
inkscape:window-height="771"
|
|
189
|
+
inkscape:window-x="1"
|
|
190
|
+
inkscape:window-y="0"
|
|
191
|
+
inkscape:window-maximized="0"
|
|
192
|
+
fit-margin-top="0"
|
|
193
|
+
fit-margin-left="0"
|
|
194
|
+
fit-margin-right="0"
|
|
195
|
+
fit-margin-bottom="0" />
|
|
196
|
+
<metadata
|
|
197
|
+
id="metadata13823">
|
|
198
|
+
<rdf:RDF>
|
|
199
|
+
<cc:Work
|
|
200
|
+
rdf:about="">
|
|
201
|
+
<dc:format>image/svg+xml</dc:format>
|
|
202
|
+
<dc:type
|
|
203
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
204
|
+
<dc:title />
|
|
205
|
+
</cc:Work>
|
|
206
|
+
</rdf:RDF>
|
|
207
|
+
</metadata>
|
|
208
|
+
<g
|
|
209
|
+
inkscape:label="Calque 1"
|
|
210
|
+
inkscape:groupmode="layer"
|
|
211
|
+
id="layer1"
|
|
212
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
213
|
+
<g
|
|
214
|
+
id="g70"
|
|
215
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
216
|
+
<path
|
|
217
|
+
inkscape:export-ydpi="250.55"
|
|
218
|
+
inkscape:export-xdpi="250.55"
|
|
219
|
+
inkscape:export-filename="new.png"
|
|
220
|
+
inkscape:connector-curvature="0"
|
|
221
|
+
id="path3055"
|
|
222
|
+
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"
|
|
223
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
224
|
+
<path
|
|
225
|
+
id="path3054-2-9"
|
|
226
|
+
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"
|
|
227
|
+
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"
|
|
228
|
+
inkscape:connector-curvature="0" />
|
|
229
|
+
</g>
|
|
230
|
+
<g
|
|
231
|
+
id="g3349"
|
|
232
|
+
transform="translate(0.11778981,0.45794291)">
|
|
233
|
+
<path
|
|
234
|
+
inkscape:export-ydpi="376.57999"
|
|
235
|
+
inkscape:export-xdpi="376.57999"
|
|
236
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
237
|
+
inkscape:connector-curvature="0"
|
|
238
|
+
d="m 8.236948,6.2914262 5.825001,0"
|
|
239
|
+
id="path876" />
|
|
240
|
+
<path
|
|
241
|
+
inkscape:export-ydpi="376.57999"
|
|
242
|
+
inkscape:export-xdpi="376.57999"
|
|
243
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
244
|
+
inkscape:connector-curvature="0"
|
|
245
|
+
d="m 5.723058,6.2914262 1.45834,0"
|
|
246
|
+
id="path880" />
|
|
247
|
+
<a
|
|
248
|
+
id="a3346">
|
|
249
|
+
<path
|
|
250
|
+
id="path884"
|
|
251
|
+
d="m 10.353619,8.4080928 3.70833,0"
|
|
252
|
+
inkscape:connector-curvature="0"
|
|
253
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
254
|
+
inkscape:export-xdpi="376.57999"
|
|
255
|
+
inkscape:export-ydpi="376.57999" />
|
|
256
|
+
</a>
|
|
257
|
+
<path
|
|
258
|
+
inkscape:export-ydpi="376.57999"
|
|
259
|
+
inkscape:export-xdpi="376.57999"
|
|
260
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
261
|
+
inkscape:connector-curvature="0"
|
|
262
|
+
d="m 7.839728,8.4080928 1.4583305,0"
|
|
263
|
+
id="path888" />
|
|
264
|
+
<path
|
|
265
|
+
inkscape:export-ydpi="376.57999"
|
|
266
|
+
inkscape:export-xdpi="376.57999"
|
|
267
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
268
|
+
inkscape:connector-curvature="0"
|
|
269
|
+
d="m 10.353619,10.52476 3.70833,0"
|
|
270
|
+
id="path892" />
|
|
271
|
+
<path
|
|
272
|
+
inkscape:export-ydpi="376.57999"
|
|
273
|
+
inkscape:export-xdpi="376.57999"
|
|
274
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
275
|
+
inkscape:connector-curvature="0"
|
|
276
|
+
d="m 7.839728,10.52476 1.4583305,0"
|
|
277
|
+
id="path896" />
|
|
278
|
+
<path
|
|
279
|
+
inkscape:export-ydpi="376.57999"
|
|
280
|
+
inkscape:export-xdpi="376.57999"
|
|
281
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
282
|
+
inkscape:connector-curvature="0"
|
|
283
|
+
d="m 8.236948,12.641428 5.825001,0"
|
|
284
|
+
id="path900" />
|
|
285
|
+
<path
|
|
286
|
+
inkscape:export-ydpi="376.57999"
|
|
287
|
+
inkscape:export-xdpi="376.57999"
|
|
288
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
289
|
+
inkscape:connector-curvature="0"
|
|
290
|
+
d="m 5.723058,12.641428 1.45834,0"
|
|
291
|
+
id="path904" />
|
|
292
|
+
</g>
|
|
293
|
+
</g>
|
|
294
|
+
</svg>`
|
|
295
|
+
};
|
|
296
|
+
exports.license = "Apache-2.0";
|
|
297
|
+
exports.url = "https://kubernetes.io";
|
|
298
|
+
|
|
299
|
+
exports.default = {
|
|
300
|
+
slug: exports.slug,
|
|
301
|
+
title: exports.title,
|
|
302
|
+
hex: exports.hex,
|
|
303
|
+
categories: exports.categories,
|
|
304
|
+
aliases: exports.aliases,
|
|
305
|
+
svg: exports.svg,
|
|
306
|
+
variants: exports.variants,
|
|
307
|
+
license: exports.license,
|
|
308
|
+
url: exports.url,
|
|
309
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - ConfigMap
|
|
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_configmap: IconModule;
|
|
17
|
+
export default k8s_configmap;
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
// @thesvg/icons - ConfigMap
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-configmap";
|
|
5
|
+
export const title = "ConfigMap";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Config"];
|
|
8
|
+
export const aliases = ["cm"];
|
|
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="cm.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="771"
|
|
44
|
+
inkscape:window-x="1"
|
|
45
|
+
inkscape:window-y="0"
|
|
46
|
+
inkscape:window-maximized="0"
|
|
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="g3349"
|
|
87
|
+
transform="translate(0.11778981,0.45794291)">
|
|
88
|
+
<path
|
|
89
|
+
inkscape:export-ydpi="376.57999"
|
|
90
|
+
inkscape:export-xdpi="376.57999"
|
|
91
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
d="m 8.236948,6.2914262 5.825001,0"
|
|
94
|
+
id="path876" />
|
|
95
|
+
<path
|
|
96
|
+
inkscape:export-ydpi="376.57999"
|
|
97
|
+
inkscape:export-xdpi="376.57999"
|
|
98
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
99
|
+
inkscape:connector-curvature="0"
|
|
100
|
+
d="m 5.723058,6.2914262 1.45834,0"
|
|
101
|
+
id="path880" />
|
|
102
|
+
<a
|
|
103
|
+
id="a3346">
|
|
104
|
+
<path
|
|
105
|
+
id="path884"
|
|
106
|
+
d="m 10.353619,8.4080928 3.70833,0"
|
|
107
|
+
inkscape:connector-curvature="0"
|
|
108
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
109
|
+
inkscape:export-xdpi="376.57999"
|
|
110
|
+
inkscape:export-ydpi="376.57999" />
|
|
111
|
+
</a>
|
|
112
|
+
<path
|
|
113
|
+
inkscape:export-ydpi="376.57999"
|
|
114
|
+
inkscape:export-xdpi="376.57999"
|
|
115
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
116
|
+
inkscape:connector-curvature="0"
|
|
117
|
+
d="m 7.839728,8.4080928 1.4583305,0"
|
|
118
|
+
id="path888" />
|
|
119
|
+
<path
|
|
120
|
+
inkscape:export-ydpi="376.57999"
|
|
121
|
+
inkscape:export-xdpi="376.57999"
|
|
122
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
123
|
+
inkscape:connector-curvature="0"
|
|
124
|
+
d="m 10.353619,10.52476 3.70833,0"
|
|
125
|
+
id="path892" />
|
|
126
|
+
<path
|
|
127
|
+
inkscape:export-ydpi="376.57999"
|
|
128
|
+
inkscape:export-xdpi="376.57999"
|
|
129
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
130
|
+
inkscape:connector-curvature="0"
|
|
131
|
+
d="m 7.839728,10.52476 1.4583305,0"
|
|
132
|
+
id="path896" />
|
|
133
|
+
<path
|
|
134
|
+
inkscape:export-ydpi="376.57999"
|
|
135
|
+
inkscape:export-xdpi="376.57999"
|
|
136
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
137
|
+
inkscape:connector-curvature="0"
|
|
138
|
+
d="m 8.236948,12.641428 5.825001,0"
|
|
139
|
+
id="path900" />
|
|
140
|
+
<path
|
|
141
|
+
inkscape:export-ydpi="376.57999"
|
|
142
|
+
inkscape:export-xdpi="376.57999"
|
|
143
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
144
|
+
inkscape:connector-curvature="0"
|
|
145
|
+
d="m 5.723058,12.641428 1.45834,0"
|
|
146
|
+
id="path904" />
|
|
147
|
+
</g>
|
|
148
|
+
</g>
|
|
149
|
+
</svg>`;
|
|
150
|
+
export const variants = {
|
|
151
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
152
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
153
|
+
|
|
154
|
+
<svg
|
|
155
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
156
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
157
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
158
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
159
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
160
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
161
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
162
|
+
width="18.035334mm"
|
|
163
|
+
height="17.500378mm"
|
|
164
|
+
viewBox="0 0 18.035334 17.500378"
|
|
165
|
+
version="1.1"
|
|
166
|
+
id="svg13826"
|
|
167
|
+
inkscape:version="0.91 r13725"
|
|
168
|
+
sodipodi:docname="cm.svg">
|
|
169
|
+
<defs
|
|
170
|
+
id="defs13820" />
|
|
171
|
+
<sodipodi:namedview
|
|
172
|
+
id="base"
|
|
173
|
+
pagecolor="#ffffff"
|
|
174
|
+
bordercolor="#666666"
|
|
175
|
+
borderopacity="1.0"
|
|
176
|
+
inkscape:pageopacity="0.0"
|
|
177
|
+
inkscape:pageshadow="2"
|
|
178
|
+
inkscape:zoom="8"
|
|
179
|
+
inkscape:cx="-2.090004"
|
|
180
|
+
inkscape:cy="33.752239"
|
|
181
|
+
inkscape:document-units="mm"
|
|
182
|
+
inkscape:current-layer="layer1"
|
|
183
|
+
showgrid="false"
|
|
184
|
+
inkscape:window-width="1440"
|
|
185
|
+
inkscape:window-height="771"
|
|
186
|
+
inkscape:window-x="1"
|
|
187
|
+
inkscape:window-y="0"
|
|
188
|
+
inkscape:window-maximized="0"
|
|
189
|
+
fit-margin-top="0"
|
|
190
|
+
fit-margin-left="0"
|
|
191
|
+
fit-margin-right="0"
|
|
192
|
+
fit-margin-bottom="0" />
|
|
193
|
+
<metadata
|
|
194
|
+
id="metadata13823">
|
|
195
|
+
<rdf:RDF>
|
|
196
|
+
<cc:Work
|
|
197
|
+
rdf:about="">
|
|
198
|
+
<dc:format>image/svg+xml</dc:format>
|
|
199
|
+
<dc:type
|
|
200
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
201
|
+
<dc:title />
|
|
202
|
+
</cc:Work>
|
|
203
|
+
</rdf:RDF>
|
|
204
|
+
</metadata>
|
|
205
|
+
<g
|
|
206
|
+
inkscape:label="Calque 1"
|
|
207
|
+
inkscape:groupmode="layer"
|
|
208
|
+
id="layer1"
|
|
209
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
210
|
+
<g
|
|
211
|
+
id="g70"
|
|
212
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
213
|
+
<path
|
|
214
|
+
inkscape:export-ydpi="250.55"
|
|
215
|
+
inkscape:export-xdpi="250.55"
|
|
216
|
+
inkscape:export-filename="new.png"
|
|
217
|
+
inkscape:connector-curvature="0"
|
|
218
|
+
id="path3055"
|
|
219
|
+
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"
|
|
220
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
221
|
+
<path
|
|
222
|
+
id="path3054-2-9"
|
|
223
|
+
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"
|
|
224
|
+
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"
|
|
225
|
+
inkscape:connector-curvature="0" />
|
|
226
|
+
</g>
|
|
227
|
+
<g
|
|
228
|
+
id="g3349"
|
|
229
|
+
transform="translate(0.11778981,0.45794291)">
|
|
230
|
+
<path
|
|
231
|
+
inkscape:export-ydpi="376.57999"
|
|
232
|
+
inkscape:export-xdpi="376.57999"
|
|
233
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
234
|
+
inkscape:connector-curvature="0"
|
|
235
|
+
d="m 8.236948,6.2914262 5.825001,0"
|
|
236
|
+
id="path876" />
|
|
237
|
+
<path
|
|
238
|
+
inkscape:export-ydpi="376.57999"
|
|
239
|
+
inkscape:export-xdpi="376.57999"
|
|
240
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
241
|
+
inkscape:connector-curvature="0"
|
|
242
|
+
d="m 5.723058,6.2914262 1.45834,0"
|
|
243
|
+
id="path880" />
|
|
244
|
+
<a
|
|
245
|
+
id="a3346">
|
|
246
|
+
<path
|
|
247
|
+
id="path884"
|
|
248
|
+
d="m 10.353619,8.4080928 3.70833,0"
|
|
249
|
+
inkscape:connector-curvature="0"
|
|
250
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
251
|
+
inkscape:export-xdpi="376.57999"
|
|
252
|
+
inkscape:export-ydpi="376.57999" />
|
|
253
|
+
</a>
|
|
254
|
+
<path
|
|
255
|
+
inkscape:export-ydpi="376.57999"
|
|
256
|
+
inkscape:export-xdpi="376.57999"
|
|
257
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
258
|
+
inkscape:connector-curvature="0"
|
|
259
|
+
d="m 7.839728,8.4080928 1.4583305,0"
|
|
260
|
+
id="path888" />
|
|
261
|
+
<path
|
|
262
|
+
inkscape:export-ydpi="376.57999"
|
|
263
|
+
inkscape:export-xdpi="376.57999"
|
|
264
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
265
|
+
inkscape:connector-curvature="0"
|
|
266
|
+
d="m 10.353619,10.52476 3.70833,0"
|
|
267
|
+
id="path892" />
|
|
268
|
+
<path
|
|
269
|
+
inkscape:export-ydpi="376.57999"
|
|
270
|
+
inkscape:export-xdpi="376.57999"
|
|
271
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
272
|
+
inkscape:connector-curvature="0"
|
|
273
|
+
d="m 7.839728,10.52476 1.4583305,0"
|
|
274
|
+
id="path896" />
|
|
275
|
+
<path
|
|
276
|
+
inkscape:export-ydpi="376.57999"
|
|
277
|
+
inkscape:export-xdpi="376.57999"
|
|
278
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
279
|
+
inkscape:connector-curvature="0"
|
|
280
|
+
d="m 8.236948,12.641428 5.825001,0"
|
|
281
|
+
id="path900" />
|
|
282
|
+
<path
|
|
283
|
+
inkscape:export-ydpi="376.57999"
|
|
284
|
+
inkscape:export-xdpi="376.57999"
|
|
285
|
+
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
|
|
286
|
+
inkscape:connector-curvature="0"
|
|
287
|
+
d="m 5.723058,12.641428 1.45834,0"
|
|
288
|
+
id="path904" />
|
|
289
|
+
</g>
|
|
290
|
+
</g>
|
|
291
|
+
</svg>`
|
|
292
|
+
};
|
|
293
|
+
export const license = "Apache-2.0";
|
|
294
|
+
export const url = "https://kubernetes.io";
|
|
295
|
+
|
|
296
|
+
const k8s_configmap = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
297
|
+
export default k8s_configmap;
|