@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,17 @@
|
|
|
1
|
+
// @thesvg/icons - Namespace
|
|
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_namespace: IconModule;
|
|
17
|
+
export default k8s_namespace;
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
// @thesvg/icons - Namespace
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-namespace";
|
|
5
|
+
export const title = "Namespace";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Config"];
|
|
8
|
+
export const aliases = ["ns"];
|
|
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="ns.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="23.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
|
+
<rect
|
|
86
|
+
y="6.5793304"
|
|
87
|
+
x="6.1734986"
|
|
88
|
+
height="6.6900792"
|
|
89
|
+
width="7.6735892"
|
|
90
|
+
id="rect8790"
|
|
91
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.80000001, 0.4;stroke-dashoffset:3.44000006;stroke-opacity:1" />
|
|
92
|
+
</g>
|
|
93
|
+
</svg>`;
|
|
94
|
+
export const variants = {
|
|
95
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
96
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
97
|
+
|
|
98
|
+
<svg
|
|
99
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
100
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
101
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
102
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
103
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
104
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
105
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
106
|
+
width="18.035334mm"
|
|
107
|
+
height="17.500378mm"
|
|
108
|
+
viewBox="0 0 18.035334 17.500378"
|
|
109
|
+
version="1.1"
|
|
110
|
+
id="svg13826"
|
|
111
|
+
inkscape:version="0.91 r13725"
|
|
112
|
+
sodipodi:docname="ns.svg">
|
|
113
|
+
<defs
|
|
114
|
+
id="defs13820" />
|
|
115
|
+
<sodipodi:namedview
|
|
116
|
+
id="base"
|
|
117
|
+
pagecolor="#ffffff"
|
|
118
|
+
bordercolor="#666666"
|
|
119
|
+
borderopacity="1.0"
|
|
120
|
+
inkscape:pageopacity="0.0"
|
|
121
|
+
inkscape:pageshadow="2"
|
|
122
|
+
inkscape:zoom="8"
|
|
123
|
+
inkscape:cx="-2.090004"
|
|
124
|
+
inkscape:cy="23.752239"
|
|
125
|
+
inkscape:document-units="mm"
|
|
126
|
+
inkscape:current-layer="layer1"
|
|
127
|
+
showgrid="false"
|
|
128
|
+
inkscape:window-width="1440"
|
|
129
|
+
inkscape:window-height="775"
|
|
130
|
+
inkscape:window-x="0"
|
|
131
|
+
inkscape:window-y="1"
|
|
132
|
+
inkscape:window-maximized="1"
|
|
133
|
+
fit-margin-top="0"
|
|
134
|
+
fit-margin-left="0"
|
|
135
|
+
fit-margin-right="0"
|
|
136
|
+
fit-margin-bottom="0" />
|
|
137
|
+
<metadata
|
|
138
|
+
id="metadata13823">
|
|
139
|
+
<rdf:RDF>
|
|
140
|
+
<cc:Work
|
|
141
|
+
rdf:about="">
|
|
142
|
+
<dc:format>image/svg+xml</dc:format>
|
|
143
|
+
<dc:type
|
|
144
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
145
|
+
<dc:title />
|
|
146
|
+
</cc:Work>
|
|
147
|
+
</rdf:RDF>
|
|
148
|
+
</metadata>
|
|
149
|
+
<g
|
|
150
|
+
inkscape:label="Calque 1"
|
|
151
|
+
inkscape:groupmode="layer"
|
|
152
|
+
id="layer1"
|
|
153
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
154
|
+
<g
|
|
155
|
+
id="g70"
|
|
156
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
157
|
+
<path
|
|
158
|
+
inkscape:export-ydpi="250.55"
|
|
159
|
+
inkscape:export-xdpi="250.55"
|
|
160
|
+
inkscape:export-filename="new.png"
|
|
161
|
+
inkscape:connector-curvature="0"
|
|
162
|
+
id="path3055"
|
|
163
|
+
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"
|
|
164
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
165
|
+
<path
|
|
166
|
+
id="path3054-2-9"
|
|
167
|
+
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"
|
|
168
|
+
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"
|
|
169
|
+
inkscape:connector-curvature="0" />
|
|
170
|
+
</g>
|
|
171
|
+
<rect
|
|
172
|
+
y="6.5793304"
|
|
173
|
+
x="6.1734986"
|
|
174
|
+
height="6.6900792"
|
|
175
|
+
width="7.6735892"
|
|
176
|
+
id="rect8790"
|
|
177
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.80000001, 0.4;stroke-dashoffset:3.44000006;stroke-opacity:1" />
|
|
178
|
+
</g>
|
|
179
|
+
</svg>`
|
|
180
|
+
};
|
|
181
|
+
export const license = "Apache-2.0";
|
|
182
|
+
export const url = "https://kubernetes.io";
|
|
183
|
+
|
|
184
|
+
const k8s_namespace = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
185
|
+
export default k8s_namespace;
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -NetworkPolicy
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "k8s-networkpolicy";
|
|
8
|
+
exports.title = "NetworkPolicy";
|
|
9
|
+
exports.hex = "326CE5";
|
|
10
|
+
exports.categories = ["Kubernetes", "Networking"];
|
|
11
|
+
exports.aliases = ["netpol"];
|
|
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="netpol.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
|
+
<path
|
|
89
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
90
|
+
d="m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z"
|
|
91
|
+
id="path7594"
|
|
92
|
+
inkscape:connector-curvature="0"
|
|
93
|
+
sodipodi:nodetypes="ssscscsscsccccccccccccccccsscsssssscssssccss" />
|
|
94
|
+
</g>
|
|
95
|
+
</svg>`;
|
|
96
|
+
exports.variants = {
|
|
97
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
98
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
99
|
+
|
|
100
|
+
<svg
|
|
101
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
102
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
103
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
104
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
105
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
106
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
107
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
108
|
+
width="18.035334mm"
|
|
109
|
+
height="17.500378mm"
|
|
110
|
+
viewBox="0 0 18.035334 17.500378"
|
|
111
|
+
version="1.1"
|
|
112
|
+
id="svg13826"
|
|
113
|
+
inkscape:version="0.91 r13725"
|
|
114
|
+
sodipodi:docname="netpol.svg">
|
|
115
|
+
<defs
|
|
116
|
+
id="defs13820" />
|
|
117
|
+
<sodipodi:namedview
|
|
118
|
+
id="base"
|
|
119
|
+
pagecolor="#ffffff"
|
|
120
|
+
bordercolor="#666666"
|
|
121
|
+
borderopacity="1.0"
|
|
122
|
+
inkscape:pageopacity="0.0"
|
|
123
|
+
inkscape:pageshadow="2"
|
|
124
|
+
inkscape:zoom="8"
|
|
125
|
+
inkscape:cx="-2.090004"
|
|
126
|
+
inkscape:cy="23.752239"
|
|
127
|
+
inkscape:document-units="mm"
|
|
128
|
+
inkscape:current-layer="layer1"
|
|
129
|
+
showgrid="false"
|
|
130
|
+
inkscape:window-width="1440"
|
|
131
|
+
inkscape:window-height="775"
|
|
132
|
+
inkscape:window-x="0"
|
|
133
|
+
inkscape:window-y="1"
|
|
134
|
+
inkscape:window-maximized="1"
|
|
135
|
+
fit-margin-top="0"
|
|
136
|
+
fit-margin-left="0"
|
|
137
|
+
fit-margin-right="0"
|
|
138
|
+
fit-margin-bottom="0" />
|
|
139
|
+
<metadata
|
|
140
|
+
id="metadata13823">
|
|
141
|
+
<rdf:RDF>
|
|
142
|
+
<cc:Work
|
|
143
|
+
rdf:about="">
|
|
144
|
+
<dc:format>image/svg+xml</dc:format>
|
|
145
|
+
<dc:type
|
|
146
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
147
|
+
<dc:title />
|
|
148
|
+
</cc:Work>
|
|
149
|
+
</rdf:RDF>
|
|
150
|
+
</metadata>
|
|
151
|
+
<g
|
|
152
|
+
inkscape:label="Calque 1"
|
|
153
|
+
inkscape:groupmode="layer"
|
|
154
|
+
id="layer1"
|
|
155
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
156
|
+
<g
|
|
157
|
+
id="g70"
|
|
158
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
159
|
+
<path
|
|
160
|
+
inkscape:export-ydpi="250.55"
|
|
161
|
+
inkscape:export-xdpi="250.55"
|
|
162
|
+
inkscape:export-filename="new.png"
|
|
163
|
+
inkscape:connector-curvature="0"
|
|
164
|
+
id="path3055"
|
|
165
|
+
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"
|
|
166
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
167
|
+
<path
|
|
168
|
+
id="path3054-2-9"
|
|
169
|
+
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"
|
|
170
|
+
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"
|
|
171
|
+
inkscape:connector-curvature="0" />
|
|
172
|
+
</g>
|
|
173
|
+
<path
|
|
174
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
175
|
+
d="m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z"
|
|
176
|
+
id="path7594"
|
|
177
|
+
inkscape:connector-curvature="0"
|
|
178
|
+
sodipodi:nodetypes="ssscscsscsccccccccccccccccsscsssssscssssccss" />
|
|
179
|
+
</g>
|
|
180
|
+
</svg>`
|
|
181
|
+
};
|
|
182
|
+
exports.license = "Apache-2.0";
|
|
183
|
+
exports.url = "https://kubernetes.io";
|
|
184
|
+
|
|
185
|
+
exports.default = {
|
|
186
|
+
slug: exports.slug,
|
|
187
|
+
title: exports.title,
|
|
188
|
+
hex: exports.hex,
|
|
189
|
+
categories: exports.categories,
|
|
190
|
+
aliases: exports.aliases,
|
|
191
|
+
svg: exports.svg,
|
|
192
|
+
variants: exports.variants,
|
|
193
|
+
license: exports.license,
|
|
194
|
+
url: exports.url,
|
|
195
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - NetworkPolicy
|
|
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_networkpolicy: IconModule;
|
|
17
|
+
export default k8s_networkpolicy;
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
// @thesvg/icons - NetworkPolicy
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "k8s-networkpolicy";
|
|
5
|
+
export const title = "NetworkPolicy";
|
|
6
|
+
export const hex = "326CE5";
|
|
7
|
+
export const categories = ["Kubernetes", "Networking"];
|
|
8
|
+
export const aliases = ["netpol"];
|
|
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="netpol.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="23.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
|
+
<path
|
|
86
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
87
|
+
d="m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z"
|
|
88
|
+
id="path7594"
|
|
89
|
+
inkscape:connector-curvature="0"
|
|
90
|
+
sodipodi:nodetypes="ssscscsscsccccccccccccccccsscsssssscssssccss" />
|
|
91
|
+
</g>
|
|
92
|
+
</svg>`;
|
|
93
|
+
export const variants = {
|
|
94
|
+
"default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
95
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
96
|
+
|
|
97
|
+
<svg
|
|
98
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
99
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
100
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
101
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
102
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
103
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
104
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
105
|
+
width="18.035334mm"
|
|
106
|
+
height="17.500378mm"
|
|
107
|
+
viewBox="0 0 18.035334 17.500378"
|
|
108
|
+
version="1.1"
|
|
109
|
+
id="svg13826"
|
|
110
|
+
inkscape:version="0.91 r13725"
|
|
111
|
+
sodipodi:docname="netpol.svg">
|
|
112
|
+
<defs
|
|
113
|
+
id="defs13820" />
|
|
114
|
+
<sodipodi:namedview
|
|
115
|
+
id="base"
|
|
116
|
+
pagecolor="#ffffff"
|
|
117
|
+
bordercolor="#666666"
|
|
118
|
+
borderopacity="1.0"
|
|
119
|
+
inkscape:pageopacity="0.0"
|
|
120
|
+
inkscape:pageshadow="2"
|
|
121
|
+
inkscape:zoom="8"
|
|
122
|
+
inkscape:cx="-2.090004"
|
|
123
|
+
inkscape:cy="23.752239"
|
|
124
|
+
inkscape:document-units="mm"
|
|
125
|
+
inkscape:current-layer="layer1"
|
|
126
|
+
showgrid="false"
|
|
127
|
+
inkscape:window-width="1440"
|
|
128
|
+
inkscape:window-height="775"
|
|
129
|
+
inkscape:window-x="0"
|
|
130
|
+
inkscape:window-y="1"
|
|
131
|
+
inkscape:window-maximized="1"
|
|
132
|
+
fit-margin-top="0"
|
|
133
|
+
fit-margin-left="0"
|
|
134
|
+
fit-margin-right="0"
|
|
135
|
+
fit-margin-bottom="0" />
|
|
136
|
+
<metadata
|
|
137
|
+
id="metadata13823">
|
|
138
|
+
<rdf:RDF>
|
|
139
|
+
<cc:Work
|
|
140
|
+
rdf:about="">
|
|
141
|
+
<dc:format>image/svg+xml</dc:format>
|
|
142
|
+
<dc:type
|
|
143
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
144
|
+
<dc:title />
|
|
145
|
+
</cc:Work>
|
|
146
|
+
</rdf:RDF>
|
|
147
|
+
</metadata>
|
|
148
|
+
<g
|
|
149
|
+
inkscape:label="Calque 1"
|
|
150
|
+
inkscape:groupmode="layer"
|
|
151
|
+
id="layer1"
|
|
152
|
+
transform="translate(-0.99262638,-1.174181)">
|
|
153
|
+
<g
|
|
154
|
+
id="g70"
|
|
155
|
+
transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
|
|
156
|
+
<path
|
|
157
|
+
inkscape:export-ydpi="250.55"
|
|
158
|
+
inkscape:export-xdpi="250.55"
|
|
159
|
+
inkscape:export-filename="new.png"
|
|
160
|
+
inkscape:connector-curvature="0"
|
|
161
|
+
id="path3055"
|
|
162
|
+
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"
|
|
163
|
+
style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
164
|
+
<path
|
|
165
|
+
id="path3054-2-9"
|
|
166
|
+
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"
|
|
167
|
+
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"
|
|
168
|
+
inkscape:connector-curvature="0" />
|
|
169
|
+
</g>
|
|
170
|
+
<path
|
|
171
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:0.4190996"
|
|
172
|
+
d="m 9.489284,5.3515205 c -2.3134298,0 -4.1909959,1.877567 -4.1909959,4.1909968 0,2.3134307 1.8775661,4.1909967 4.1909959,4.1909967 0.518788,0 1.013889,-0.09837 1.472578,-0.270944 l 0,-0.987172 c 0,-0.335904 0.274739,-0.900641 0.610641,-0.900646 l 0,-0.915959 c 0,-0.459262 0.684616,-1.2366037 1.527425,-1.2366037 0.205882,0 0.401081,0.04145 0.580353,0.11541 -0.0027,-2.3111508 -1.879219,-4.1860848 -4.190997,-4.1860848 z m 0.8382,1.466849 1.466847,1.4668488 -1.047748,0 0,1.676398 -0.8381984,0 0,-1.676398 -1.0477506,0 z m -2.095496,2.3050478 0.8382,0 0,1.6763997 1.04775,0 -1.466851,1.466848 -1.4668458,-1.466848 1.0477488,0 z m 4.973532,1.0395637 c -0.598162,0 -1.083765,0.485603 -1.083765,1.083768 l 0,0.64993 c -0.238401,0 -0.433013,0.194618 -0.433013,0.433015 l 0,1.734515 c 0,0.238401 0.194616,0.433017 0.433013,0.433017 l 2.167531,0 c 0.238398,0 0.433013,-0.194616 0.433013,-0.433017 l 0,-1.734515 c 0,-0.238397 -0.194615,-0.433015 -0.433013,-0.433015 l 0,-0.64993 c 0,-0.598165 -0.485602,-1.083768 -1.083766,-1.083768 z m 0,0.433014 c 0.359768,0 0.649933,0.290987 0.649933,0.650754 l 0,0.64993 -1.299865,0 0,-0.64993 c 0,-0.359767 0.290167,-0.650754 0.649932,-0.650754 z"
|
|
173
|
+
id="path7594"
|
|
174
|
+
inkscape:connector-curvature="0"
|
|
175
|
+
sodipodi:nodetypes="ssscscsscsccccccccccccccccsscsssssscssssccss" />
|
|
176
|
+
</g>
|
|
177
|
+
</svg>`
|
|
178
|
+
};
|
|
179
|
+
export const license = "Apache-2.0";
|
|
180
|
+
export const url = "https://kubernetes.io";
|
|
181
|
+
|
|
182
|
+
const k8s_networkpolicy = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
183
|
+
export default k8s_networkpolicy;
|