@thesvg/icons 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/nimoxis.cjs +39 -0
- package/dist/nimoxis.d.ts +17 -0
- package/dist/nimoxis.js +27 -0
- package/dist/shopline.cjs +29 -0
- package/dist/shopline.d.ts +17 -0
- package/dist/shopline.js +17 -0
- package/package.json +1 -1
package/dist/k8s-pod.js
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
// @thesvg/icons - Pod
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-pod";
|
|
5
|
+
export const title = "Pod";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Compute"];
|
|
8
|
+
export const aliases = ["pod"];
|
|
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="pod.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="g3341"
|
|
87
|
+
transform="translate(0.12766661,0.35147801)">
|
|
88
|
+
<path
|
|
89
|
+
inkscape:export-ydpi="376.57999"
|
|
90
|
+
inkscape:export-xdpi="376.57999"
|
|
91
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
d="M 6.2617914,7.036086 9.8826317,5.986087 13.503462,7.036086 9.8826317,8.086087 Z"
|
|
94
|
+
id="path910" />
|
|
95
|
+
<path
|
|
96
|
+
inkscape:export-ydpi="376.57999"
|
|
97
|
+
inkscape:export-xdpi="376.57999"
|
|
98
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
99
|
+
inkscape:connector-curvature="0"
|
|
100
|
+
d="m 6.2617914,7.43817 0,3.852778 3.3736103,1.868749 0.0167,-4.713193 z"
|
|
101
|
+
id="path912" />
|
|
102
|
+
<path
|
|
103
|
+
inkscape:export-ydpi="376.57999"
|
|
104
|
+
inkscape:export-xdpi="376.57999"
|
|
105
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
106
|
+
inkscape:connector-curvature="0"
|
|
107
|
+
d="m 13.503462,7.43817 0,3.852778 -3.37361,1.868749 -0.0167,-4.713193 z"
|
|
108
|
+
id="path914" />
|
|
109
|
+
</g>
|
|
110
|
+
</g>
|
|
111
|
+
</svg>`;
|
|
112
|
+
export const variants = {
|
|
113
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
114
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
115
|
+
|
|
116
|
+
<svg
|
|
117
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
118
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
119
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
120
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
121
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
122
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
123
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
124
|
+
width="18.035334mm"
|
|
125
|
+
height="17.500378mm"
|
|
126
|
+
viewBox="0 0 18.035334 17.500378"
|
|
127
|
+
version="1.1"
|
|
128
|
+
id="svg13826"
|
|
129
|
+
inkscape:version="0.91 r13725"
|
|
130
|
+
sodipodi:docname="pod.svg">
|
|
131
|
+
<defs
|
|
132
|
+
id="defs13820" />
|
|
133
|
+
<sodipodi:namedview
|
|
134
|
+
id="base"
|
|
135
|
+
pagecolor="#ffffff"
|
|
136
|
+
bordercolor="#666666"
|
|
137
|
+
borderopacity="1.0"
|
|
138
|
+
inkscape:pageopacity="0.0"
|
|
139
|
+
inkscape:pageshadow="2"
|
|
140
|
+
inkscape:zoom="8"
|
|
141
|
+
inkscape:cx="-2.090004"
|
|
142
|
+
inkscape:cy="33.752239"
|
|
143
|
+
inkscape:document-units="mm"
|
|
144
|
+
inkscape:current-layer="layer1"
|
|
145
|
+
showgrid="false"
|
|
146
|
+
inkscape:window-width="1440"
|
|
147
|
+
inkscape:window-height="775"
|
|
148
|
+
inkscape:window-x="0"
|
|
149
|
+
inkscape:window-y="1"
|
|
150
|
+
inkscape:window-maximized="1"
|
|
151
|
+
fit-margin-top="0"
|
|
152
|
+
fit-margin-left="0"
|
|
153
|
+
fit-margin-right="0"
|
|
154
|
+
fit-margin-bottom="0" />
|
|
155
|
+
<metadata
|
|
156
|
+
id="metadata13823">
|
|
157
|
+
<rdf:RDF>
|
|
158
|
+
<cc:Work
|
|
159
|
+
rdf:about="">
|
|
160
|
+
<dc:format>image/svg+xml</dc:format>
|
|
161
|
+
<dc:type
|
|
162
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
163
|
+
<dc:title />
|
|
164
|
+
</cc:Work>
|
|
165
|
+
</rdf:RDF>
|
|
166
|
+
</metadata>
|
|
167
|
+
<g
|
|
168
|
+
inkscape:label="Calque 1"
|
|
169
|
+
inkscape:groupmode="layer"
|
|
170
|
+
id="layer1"
|
|
171
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
172
|
+
<g
|
|
173
|
+
id="g70"
|
|
174
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
175
|
+
<path
|
|
176
|
+
inkscape:export-ydpi="250.55"
|
|
177
|
+
inkscape:export-xdpi="250.55"
|
|
178
|
+
inkscape:export-filename="new.png"
|
|
179
|
+
inkscape:connector-curvature="0"
|
|
180
|
+
id="path3055"
|
|
181
|
+
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"
|
|
182
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
183
|
+
<path
|
|
184
|
+
id="path3054-2-9"
|
|
185
|
+
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"
|
|
186
|
+
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"
|
|
187
|
+
inkscape:connector-curvature="0" />
|
|
188
|
+
</g>
|
|
189
|
+
<g
|
|
190
|
+
id="g3341"
|
|
191
|
+
transform="translate(0.12766661,0.35147801)">
|
|
192
|
+
<path
|
|
193
|
+
inkscape:export-ydpi="376.57999"
|
|
194
|
+
inkscape:export-xdpi="376.57999"
|
|
195
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
196
|
+
inkscape:connector-curvature="0"
|
|
197
|
+
d="M 6.2617914,7.036086 9.8826317,5.986087 13.503462,7.036086 9.8826317,8.086087 Z"
|
|
198
|
+
id="path910" />
|
|
199
|
+
<path
|
|
200
|
+
inkscape:export-ydpi="376.57999"
|
|
201
|
+
inkscape:export-xdpi="376.57999"
|
|
202
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
203
|
+
inkscape:connector-curvature="0"
|
|
204
|
+
d="m 6.2617914,7.43817 0,3.852778 3.3736103,1.868749 0.0167,-4.713193 z"
|
|
205
|
+
id="path912" />
|
|
206
|
+
<path
|
|
207
|
+
inkscape:export-ydpi="376.57999"
|
|
208
|
+
inkscape:export-xdpi="376.57999"
|
|
209
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
|
|
210
|
+
inkscape:connector-curvature="0"
|
|
211
|
+
d="m 13.503462,7.43817 0,3.852778 -3.37361,1.868749 -0.0167,-4.713193 z"
|
|
212
|
+
id="path914" />
|
|
213
|
+
</g>
|
|
214
|
+
</g>
|
|
215
|
+
</svg>`
|
|
216
|
+
};
|
|
217
|
+
export const license = "Apache-2.0";
|
|
218
|
+
export const url = "https://kubernetes.io";
|
|
219
|
+
|
|
220
|
+
const k8s_pod = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
221
|
+
export default k8s_pod;
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -PodSecurityPolicy
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-podsecuritypolicy";
|
|
8
|
+
exports.title = "PodSecurityPolicy";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Security"];
|
|
11
|
+
exports.aliases = ["psp"];
|
|
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="psp.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="23.752239"
|
|
42
|
+
inkscape:document-units="mm"
|
|
43
|
+
inkscape:current-layer="layer1"
|
|
44
|
+
showgrid="false"
|
|
45
|
+
inkscape:window-width="1440"
|
|
46
|
+
inkscape:window-height="775"
|
|
47
|
+
inkscape:window-x="0"
|
|
48
|
+
inkscape:window-y="1"
|
|
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
|
+
<g
|
|
89
|
+
id="g1901"
|
|
90
|
+
transform="matrix(1.3480498,0,0,1.3480498,461.39111,77.03907)">
|
|
91
|
+
<path
|
|
92
|
+
id="path1848"
|
|
93
|
+
transform="scale(0.26458333,0.26458333)"
|
|
94
|
+
d="m -1268.627,-202.22852 -10.623,3.08008 10.623,3.08203 3.1563,-0.91601 c 1.4424,-1.33758 3.3634,-2.16602 5.4668,-2.16602 0.5107,0 1.0088,0.054 1.4941,0.14649 l 0.5059,-0.14649 z"
|
|
95
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
96
|
+
inkscape:connector-curvature="0" />
|
|
97
|
+
<path
|
|
98
|
+
id="path1850"
|
|
99
|
+
transform="scale(0.26458333,0.26458333)"
|
|
100
|
+
d="m -1279.25,-197.96875 0,11.30273 8.8418,4.89649 0,-3.4707 c 0,-1.05099 0.4282,-1.91553 1.0801,-2.61524 l 0.025,-7.1543 z"
|
|
101
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
102
|
+
inkscape:connector-curvature="0" />
|
|
103
|
+
<path
|
|
104
|
+
id="path1852"
|
|
105
|
+
transform="scale(0.26458333,0.26458333)"
|
|
106
|
+
d="m -1266.8301,-195.34375 -1.1211,0.33398 0.01,2.53321 c 0.1843,-1.03627 0.568,-2.00466 1.1113,-2.86719 z m 6.8262,2.99219 c -0.7386,0 -1.2734,0.53483 -1.2734,1.27344 l 0,1.27148 2.5449,0 0,-1.27148 c 0,-0.73857 -0.533,-1.27344 -1.2715,-1.27344 z"
|
|
107
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
108
|
+
inkscape:connector-curvature="0" />
|
|
109
|
+
<path
|
|
110
|
+
transform="matrix(1.4250713,0,0,1.4250713,135.80272,18.601444)"
|
|
111
|
+
d="m -329.23047,-49.712891 c -0.59817,0 -1.08398,0.485821 -1.08398,1.083985 l 0,0.65039 c -0.2384,0 -0.4336,0.195197 -0.4336,0.433594 l 0,1.734375 c 0,0.238401 0.1952,0.431641 0.4336,0.431641 l 2.16797,0 c 0.2384,0 0.43359,-0.19324 0.43359,-0.431641 l 0,-1.734375 c 0,-0.238397 -0.19519,-0.433594 -0.43359,-0.433594 l 0,-0.65039 c 0,-0.598164 -0.48583,-1.083985 -1.08399,-1.083985 z m 0,0.433594 c 0.35976,0 0.65039,0.290624 0.65039,0.650391 l 0,0.65039 -1.30078,0 0,-0.65039 c 0,-0.359767 0.29062,-0.650391 0.65039,-0.650391 z"
|
|
112
|
+
id="path7594-3"
|
|
113
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
114
|
+
inkscape:original="M -329.23047 -49.712891 C -329.82864 -49.712891 -330.31445 -49.22707 -330.31445 -48.628906 L -330.31445 -47.978516 C -330.55285 -47.978516 -330.74805 -47.783319 -330.74805 -47.544922 L -330.74805 -45.810547 C -330.74805 -45.572146 -330.55285 -45.378906 -330.31445 -45.378906 L -328.14648 -45.378906 C -327.90808 -45.378906 -327.71289 -45.572146 -327.71289 -45.810547 L -327.71289 -47.544922 C -327.71289 -47.783319 -327.90808 -47.978516 -328.14648 -47.978516 L -328.14648 -48.628906 C -328.14648 -49.22707 -328.63231 -49.712891 -329.23047 -49.712891 z M -329.23047 -49.279297 C -328.87071 -49.279297 -328.58008 -48.988673 -328.58008 -48.628906 L -328.58008 -47.978516 L -329.88086 -47.978516 L -329.88086 -48.628906 C -329.88086 -48.988673 -329.59024 -49.279297 -329.23047 -49.279297 z "
|
|
115
|
+
inkscape:radius="0"
|
|
116
|
+
sodipodi:type="inkscape:offset" />
|
|
117
|
+
</g>
|
|
118
|
+
</g>
|
|
119
|
+
</svg>`;
|
|
120
|
+
exports.variants = {
|
|
121
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
122
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
123
|
+
|
|
124
|
+
<svg
|
|
125
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
126
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
127
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
128
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
129
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
130
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
131
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
132
|
+
width="18.035334mm"
|
|
133
|
+
height="17.500378mm"
|
|
134
|
+
viewBox="0 0 18.035334 17.500378"
|
|
135
|
+
version="1.1"
|
|
136
|
+
id="svg13826"
|
|
137
|
+
inkscape:version="0.91 r13725"
|
|
138
|
+
sodipodi:docname="psp.svg">
|
|
139
|
+
<defs
|
|
140
|
+
id="defs13820" />
|
|
141
|
+
<sodipodi:namedview
|
|
142
|
+
id="base"
|
|
143
|
+
pagecolor="#ffffff"
|
|
144
|
+
bordercolor="#666666"
|
|
145
|
+
borderopacity="1.0"
|
|
146
|
+
inkscape:pageopacity="0.0"
|
|
147
|
+
inkscape:pageshadow="2"
|
|
148
|
+
inkscape:zoom="8"
|
|
149
|
+
inkscape:cx="-2.090004"
|
|
150
|
+
inkscape:cy="23.752239"
|
|
151
|
+
inkscape:document-units="mm"
|
|
152
|
+
inkscape:current-layer="layer1"
|
|
153
|
+
showgrid="false"
|
|
154
|
+
inkscape:window-width="1440"
|
|
155
|
+
inkscape:window-height="775"
|
|
156
|
+
inkscape:window-x="0"
|
|
157
|
+
inkscape:window-y="1"
|
|
158
|
+
inkscape:window-maximized="1"
|
|
159
|
+
fit-margin-top="0"
|
|
160
|
+
fit-margin-left="0"
|
|
161
|
+
fit-margin-right="0"
|
|
162
|
+
fit-margin-bottom="0" />
|
|
163
|
+
<metadata
|
|
164
|
+
id="metadata13823">
|
|
165
|
+
<rdf:RDF>
|
|
166
|
+
<cc:Work
|
|
167
|
+
rdf:about="">
|
|
168
|
+
<dc:format>image/svg+xml</dc:format>
|
|
169
|
+
<dc:type
|
|
170
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
171
|
+
<dc:title />
|
|
172
|
+
</cc:Work>
|
|
173
|
+
</rdf:RDF>
|
|
174
|
+
</metadata>
|
|
175
|
+
<g
|
|
176
|
+
inkscape:label="Calque 1"
|
|
177
|
+
inkscape:groupmode="layer"
|
|
178
|
+
id="layer1"
|
|
179
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
180
|
+
<g
|
|
181
|
+
id="g70"
|
|
182
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
183
|
+
<path
|
|
184
|
+
inkscape:export-ydpi="250.55"
|
|
185
|
+
inkscape:export-xdpi="250.55"
|
|
186
|
+
inkscape:export-filename="new.png"
|
|
187
|
+
inkscape:connector-curvature="0"
|
|
188
|
+
id="path3055"
|
|
189
|
+
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"
|
|
190
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
191
|
+
<path
|
|
192
|
+
id="path3054-2-9"
|
|
193
|
+
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"
|
|
194
|
+
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"
|
|
195
|
+
inkscape:connector-curvature="0" />
|
|
196
|
+
</g>
|
|
197
|
+
<g
|
|
198
|
+
id="g1901"
|
|
199
|
+
transform="matrix(1.3480498,0,0,1.3480498,461.39111,77.03907)">
|
|
200
|
+
<path
|
|
201
|
+
id="path1848"
|
|
202
|
+
transform="scale(0.26458333,0.26458333)"
|
|
203
|
+
d="m -1268.627,-202.22852 -10.623,3.08008 10.623,3.08203 3.1563,-0.91601 c 1.4424,-1.33758 3.3634,-2.16602 5.4668,-2.16602 0.5107,0 1.0088,0.054 1.4941,0.14649 l 0.5059,-0.14649 z"
|
|
204
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
205
|
+
inkscape:connector-curvature="0" />
|
|
206
|
+
<path
|
|
207
|
+
id="path1850"
|
|
208
|
+
transform="scale(0.26458333,0.26458333)"
|
|
209
|
+
d="m -1279.25,-197.96875 0,11.30273 8.8418,4.89649 0,-3.4707 c 0,-1.05099 0.4282,-1.91553 1.0801,-2.61524 l 0.025,-7.1543 z"
|
|
210
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
211
|
+
inkscape:connector-curvature="0" />
|
|
212
|
+
<path
|
|
213
|
+
id="path1852"
|
|
214
|
+
transform="scale(0.26458333,0.26458333)"
|
|
215
|
+
d="m -1266.8301,-195.34375 -1.1211,0.33398 0.01,2.53321 c 0.1843,-1.03627 0.568,-2.00466 1.1113,-2.86719 z m 6.8262,2.99219 c -0.7386,0 -1.2734,0.53483 -1.2734,1.27344 l 0,1.27148 2.5449,0 0,-1.27148 c 0,-0.73857 -0.533,-1.27344 -1.2715,-1.27344 z"
|
|
216
|
+
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.77621555;stroke-linecap:square;stroke-miterlimit:10"
|
|
217
|
+
inkscape:connector-curvature="0" />
|
|
218
|
+
<path
|
|
219
|
+
transform="matrix(1.4250713,0,0,1.4250713,135.80272,18.601444)"
|
|
220
|
+
d="m -329.23047,-49.712891 c -0.59817,0 -1.08398,0.485821 -1.08398,1.083985 l 0,0.65039 c -0.2384,0 -0.4336,0.195197 -0.4336,0.433594 l 0,1.734375 c 0,0.238401 0.1952,0.431641 0.4336,0.431641 l 2.16797,0 c 0.2384,0 0.43359,-0.19324 0.43359,-0.431641 l 0,-1.734375 c 0,-0.238397 -0.19519,-0.433594 -0.43359,-0.433594 l 0,-0.65039 c 0,-0.598164 -0.48583,-1.083985 -1.08399,-1.083985 z m 0,0.433594 c 0.35976,0 0.65039,0.290624 0.65039,0.650391 l 0,0.65039 -1.30078,0 0,-0.65039 c 0,-0.359767 0.29062,-0.650391 0.65039,-0.650391 z"
|
|
221
|
+
id="path7594-3"
|
|
222
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
223
|
+
inkscape:original="M -329.23047 -49.712891 C -329.82864 -49.712891 -330.31445 -49.22707 -330.31445 -48.628906 L -330.31445 -47.978516 C -330.55285 -47.978516 -330.74805 -47.783319 -330.74805 -47.544922 L -330.74805 -45.810547 C -330.74805 -45.572146 -330.55285 -45.378906 -330.31445 -45.378906 L -328.14648 -45.378906 C -327.90808 -45.378906 -327.71289 -45.572146 -327.71289 -45.810547 L -327.71289 -47.544922 C -327.71289 -47.783319 -327.90808 -47.978516 -328.14648 -47.978516 L -328.14648 -48.628906 C -328.14648 -49.22707 -328.63231 -49.712891 -329.23047 -49.712891 z M -329.23047 -49.279297 C -328.87071 -49.279297 -328.58008 -48.988673 -328.58008 -48.628906 L -328.58008 -47.978516 L -329.88086 -47.978516 L -329.88086 -48.628906 C -329.88086 -48.988673 -329.59024 -49.279297 -329.23047 -49.279297 z "
|
|
224
|
+
inkscape:radius="0"
|
|
225
|
+
sodipodi:type="inkscape:offset" />
|
|
226
|
+
</g>
|
|
227
|
+
</g>
|
|
228
|
+
</svg>`
|
|
229
|
+
};
|
|
230
|
+
exports.license = "Apache-2.0";
|
|
231
|
+
exports.url = "https://kubernetes.io";
|
|
232
|
+
|
|
233
|
+
exports.default = {
|
|
234
|
+
slug: exports.slug,
|
|
235
|
+
title: exports.title,
|
|
236
|
+
hex: exports.hex,
|
|
237
|
+
categories: exports.categories,
|
|
238
|
+
aliases: exports.aliases,
|
|
239
|
+
svg: exports.svg,
|
|
240
|
+
variants: exports.variants,
|
|
241
|
+
license: exports.license,
|
|
242
|
+
url: exports.url,
|
|
243
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - PodSecurityPolicy
|
|
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_podsecuritypolicy: IconModule;
|
|
17
|
+
export default k8s_podsecuritypolicy;
|