@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.
Files changed (139) hide show
  1. package/dist/eshopos-logo.cjs +75 -0
  2. package/dist/eshopos-logo.d.ts +17 -0
  3. package/dist/eshopos-logo.js +63 -0
  4. package/dist/gemini-cli.cjs +69 -0
  5. package/dist/gemini-cli.d.ts +17 -0
  6. package/dist/gemini-cli.js +57 -0
  7. package/dist/iflow.cjs +81 -0
  8. package/dist/iflow.d.ts +17 -0
  9. package/dist/iflow.js +69 -0
  10. package/dist/index.cjs +90 -0
  11. package/dist/index.d.ts +45 -0
  12. package/dist/index.js +45 -0
  13. package/dist/k8s-api-server.cjs +221 -0
  14. package/dist/k8s-api-server.d.ts +17 -0
  15. package/dist/k8s-api-server.js +209 -0
  16. package/dist/k8s-cloud-controller-manager.cjs +221 -0
  17. package/dist/k8s-cloud-controller-manager.d.ts +17 -0
  18. package/dist/k8s-cloud-controller-manager.js +209 -0
  19. package/dist/k8s-clusterrole.cjs +231 -0
  20. package/dist/k8s-clusterrole.d.ts +17 -0
  21. package/dist/k8s-clusterrole.js +219 -0
  22. package/dist/k8s-clusterrolebinding.cjs +193 -0
  23. package/dist/k8s-clusterrolebinding.d.ts +17 -0
  24. package/dist/k8s-clusterrolebinding.js +181 -0
  25. package/dist/k8s-configmap.cjs +309 -0
  26. package/dist/k8s-configmap.d.ts +17 -0
  27. package/dist/k8s-configmap.js +297 -0
  28. package/dist/k8s-controller-manager.cjs +221 -0
  29. package/dist/k8s-controller-manager.d.ts +17 -0
  30. package/dist/k8s-controller-manager.js +209 -0
  31. package/dist/k8s-cronjob.cjs +213 -0
  32. package/dist/k8s-cronjob.d.ts +17 -0
  33. package/dist/k8s-cronjob.js +201 -0
  34. package/dist/k8s-customresourcedefinition.cjs +193 -0
  35. package/dist/k8s-customresourcedefinition.d.ts +17 -0
  36. package/dist/k8s-customresourcedefinition.js +181 -0
  37. package/dist/k8s-daemonset.cjs +241 -0
  38. package/dist/k8s-daemonset.d.ts +17 -0
  39. package/dist/k8s-daemonset.js +229 -0
  40. package/dist/k8s-deployment.cjs +211 -0
  41. package/dist/k8s-deployment.d.ts +17 -0
  42. package/dist/k8s-deployment.js +199 -0
  43. package/dist/k8s-endpoints.cjs +405 -0
  44. package/dist/k8s-endpoints.d.ts +17 -0
  45. package/dist/k8s-endpoints.js +393 -0
  46. package/dist/k8s-etcd-cluster.cjs +205 -0
  47. package/dist/k8s-etcd-cluster.d.ts +17 -0
  48. package/dist/k8s-etcd-cluster.js +193 -0
  49. package/dist/k8s-group.cjs +193 -0
  50. package/dist/k8s-group.d.ts +17 -0
  51. package/dist/k8s-group.js +181 -0
  52. package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
  53. package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
  54. package/dist/k8s-horizontalpodautoscaler.js +221 -0
  55. package/dist/k8s-ingress.cjs +195 -0
  56. package/dist/k8s-ingress.d.ts +17 -0
  57. package/dist/k8s-ingress.js +183 -0
  58. package/dist/k8s-job.cjs +289 -0
  59. package/dist/k8s-job.d.ts +17 -0
  60. package/dist/k8s-job.js +277 -0
  61. package/dist/k8s-kube-proxy.cjs +221 -0
  62. package/dist/k8s-kube-proxy.d.ts +17 -0
  63. package/dist/k8s-kube-proxy.js +209 -0
  64. package/dist/k8s-kubelet.cjs +221 -0
  65. package/dist/k8s-kubelet.d.ts +17 -0
  66. package/dist/k8s-kubelet.js +209 -0
  67. package/dist/k8s-limitrange.cjs +219 -0
  68. package/dist/k8s-limitrange.d.ts +17 -0
  69. package/dist/k8s-limitrange.js +207 -0
  70. package/dist/k8s-namespace.cjs +197 -0
  71. package/dist/k8s-namespace.d.ts +17 -0
  72. package/dist/k8s-namespace.js +185 -0
  73. package/dist/k8s-networkpolicy.cjs +195 -0
  74. package/dist/k8s-networkpolicy.d.ts +17 -0
  75. package/dist/k8s-networkpolicy.js +183 -0
  76. package/dist/k8s-persistentvolume.cjs +221 -0
  77. package/dist/k8s-persistentvolume.d.ts +17 -0
  78. package/dist/k8s-persistentvolume.js +209 -0
  79. package/dist/k8s-persistentvolumeclaim.cjs +193 -0
  80. package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
  81. package/dist/k8s-persistentvolumeclaim.js +181 -0
  82. package/dist/k8s-pod.cjs +233 -0
  83. package/dist/k8s-pod.d.ts +17 -0
  84. package/dist/k8s-pod.js +221 -0
  85. package/dist/k8s-podsecuritypolicy.cjs +243 -0
  86. package/dist/k8s-podsecuritypolicy.d.ts +17 -0
  87. package/dist/k8s-podsecuritypolicy.js +231 -0
  88. package/dist/k8s-replicaset.cjs +231 -0
  89. package/dist/k8s-replicaset.d.ts +17 -0
  90. package/dist/k8s-replicaset.js +219 -0
  91. package/dist/k8s-resourcequota.cjs +215 -0
  92. package/dist/k8s-resourcequota.d.ts +17 -0
  93. package/dist/k8s-resourcequota.js +203 -0
  94. package/dist/k8s-role.cjs +245 -0
  95. package/dist/k8s-role.d.ts +17 -0
  96. package/dist/k8s-role.js +233 -0
  97. package/dist/k8s-rolebinding.cjs +215 -0
  98. package/dist/k8s-rolebinding.d.ts +17 -0
  99. package/dist/k8s-rolebinding.js +203 -0
  100. package/dist/k8s-scheduler.cjs +221 -0
  101. package/dist/k8s-scheduler.d.ts +17 -0
  102. package/dist/k8s-scheduler.js +209 -0
  103. package/dist/k8s-secret.cjs +283 -0
  104. package/dist/k8s-secret.d.ts +17 -0
  105. package/dist/k8s-secret.js +271 -0
  106. package/dist/k8s-service.cjs +261 -0
  107. package/dist/k8s-service.d.ts +17 -0
  108. package/dist/k8s-service.js +249 -0
  109. package/dist/k8s-serviceaccount.cjs +195 -0
  110. package/dist/k8s-serviceaccount.d.ts +17 -0
  111. package/dist/k8s-serviceaccount.js +183 -0
  112. package/dist/k8s-statefulset.cjs +267 -0
  113. package/dist/k8s-statefulset.d.ts +17 -0
  114. package/dist/k8s-statefulset.js +255 -0
  115. package/dist/k8s-storageclass.cjs +287 -0
  116. package/dist/k8s-storageclass.d.ts +17 -0
  117. package/dist/k8s-storageclass.js +275 -0
  118. package/dist/k8s-user.cjs +193 -0
  119. package/dist/k8s-user.d.ts +17 -0
  120. package/dist/k8s-user.js +181 -0
  121. package/dist/k8s-volume.cjs +221 -0
  122. package/dist/k8s-volume.d.ts +17 -0
  123. package/dist/k8s-volume.js +209 -0
  124. package/dist/k8s-worker-node.cjs +195 -0
  125. package/dist/k8s-worker-node.d.ts +17 -0
  126. package/dist/k8s-worker-node.js +183 -0
  127. package/dist/kiro.cjs +41 -0
  128. package/dist/kiro.d.ts +17 -0
  129. package/dist/kiro.js +29 -0
  130. package/dist/monistic-logo.cjs +37 -0
  131. package/dist/monistic-logo.d.ts +17 -0
  132. package/dist/monistic-logo.js +25 -0
  133. package/dist/nimoxis.cjs +39 -0
  134. package/dist/nimoxis.d.ts +17 -0
  135. package/dist/nimoxis.js +27 -0
  136. package/dist/shopline.cjs +29 -0
  137. package/dist/shopline.d.ts +17 -0
  138. package/dist/shopline.js +17 -0
  139. package/package.json +1 -1
@@ -0,0 +1,199 @@
1
+ // @thesvg/icons - Deployment
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "k8s-deployment";
5
+ export const title = "Deployment";
6
+ export const hex = "326CE5";
7
+ export const categories = ["Kubernetes", "Compute"];
8
+ export const aliases = ["deploy"];
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="deploy.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="-12.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="g3340"
87
+ transform="translate(-0.65385546,0.63370063)">
88
+ <path
89
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
90
+ inkscape:connector-curvature="0"
91
+ d="m 10.225062,13.731632 0,0 C 7.7824218,13.847177 5.7050116,11.968386 5.5753417,9.5264634 5.4456516,7.0845405 7.3124018,4.9962905 9.7535318,4.8524795 c 2.4411202,-0.143811 4.5401412,1.71081 4.6980812,4.1510682 l -1.757081,0.1137208 c -0.0954,-1.473818 -1.36311,-2.593935 -2.8374602,-2.50708 -1.47434,0.08686 -2.60178,1.3480761 -2.52346,2.8228991 0.0783,1.4748224 1.333,2.6095384 2.8082502,2.5397534 z"
92
+ id="path1222" />
93
+ <path
94
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
95
+ inkscape:connector-curvature="0"
96
+ d="m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z"
97
+ id="path1224" />
98
+ </g>
99
+ </g>
100
+ </svg>`;
101
+ export const variants = {
102
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
103
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
104
+
105
+ <svg
106
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
107
+ xmlns:cc="http://creativecommons.org/ns#"
108
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
109
+ xmlns:svg="http://www.w3.org/2000/svg"
110
+ xmlns="http://www.w3.org/2000/svg"
111
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
112
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
113
+ width="18.035334mm"
114
+ height="17.500378mm"
115
+ viewBox="0 0 18.035334 17.500378"
116
+ version="1.1"
117
+ id="svg13826"
118
+ inkscape:version="0.91 r13725"
119
+ sodipodi:docname="deploy.svg">
120
+ <defs
121
+ id="defs13820" />
122
+ <sodipodi:namedview
123
+ id="base"
124
+ pagecolor="#ffffff"
125
+ bordercolor="#666666"
126
+ borderopacity="1.0"
127
+ inkscape:pageopacity="0.0"
128
+ inkscape:pageshadow="2"
129
+ inkscape:zoom="8"
130
+ inkscape:cx="-12.090004"
131
+ inkscape:cy="33.752239"
132
+ inkscape:document-units="mm"
133
+ inkscape:current-layer="layer1"
134
+ showgrid="false"
135
+ inkscape:window-width="1440"
136
+ inkscape:window-height="775"
137
+ inkscape:window-x="0"
138
+ inkscape:window-y="1"
139
+ inkscape:window-maximized="1"
140
+ fit-margin-top="0"
141
+ fit-margin-left="0"
142
+ fit-margin-right="0"
143
+ fit-margin-bottom="0" />
144
+ <metadata
145
+ id="metadata13823">
146
+ <rdf:RDF>
147
+ <cc:Work
148
+ rdf:about="">
149
+ <dc:format>image/svg+xml</dc:format>
150
+ <dc:type
151
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
152
+ <dc:title />
153
+ </cc:Work>
154
+ </rdf:RDF>
155
+ </metadata>
156
+ <g
157
+ inkscape:label="Calque 1"
158
+ inkscape:groupmode="layer"
159
+ id="layer1"
160
+ transform="translate(-0.99262638,-1.174181)">
161
+ <g
162
+ id="g70"
163
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
164
+ <path
165
+ inkscape:export-ydpi="250.55"
166
+ inkscape:export-xdpi="250.55"
167
+ inkscape:export-filename="new.png"
168
+ inkscape:connector-curvature="0"
169
+ id="path3055"
170
+ d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
171
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
172
+ <path
173
+ id="path3054-2-9"
174
+ d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
175
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
176
+ inkscape:connector-curvature="0" />
177
+ </g>
178
+ <g
179
+ id="g3340"
180
+ transform="translate(-0.65385546,0.63370063)">
181
+ <path
182
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
183
+ inkscape:connector-curvature="0"
184
+ d="m 10.225062,13.731632 0,0 C 7.7824218,13.847177 5.7050116,11.968386 5.5753417,9.5264634 5.4456516,7.0845405 7.3124018,4.9962905 9.7535318,4.8524795 c 2.4411202,-0.143811 4.5401412,1.71081 4.6980812,4.1510682 l -1.757081,0.1137208 c -0.0954,-1.473818 -1.36311,-2.593935 -2.8374602,-2.50708 -1.47434,0.08686 -2.60178,1.3480761 -2.52346,2.8228991 0.0783,1.4748224 1.333,2.6095384 2.8082502,2.5397534 z"
185
+ id="path1222" />
186
+ <path
187
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
188
+ inkscape:connector-curvature="0"
189
+ d="m 11.135574,9.0088015 1.39745,3.4205085 3.2263,-3.4205085 z"
190
+ id="path1224" />
191
+ </g>
192
+ </g>
193
+ </svg>`
194
+ };
195
+ export const license = "Apache-2.0";
196
+ export const url = "https://kubernetes.io";
197
+
198
+ const k8s_deployment = { slug, title, hex, categories, aliases, svg, variants, license, url };
199
+ export default k8s_deployment;
@@ -0,0 +1,405 @@
1
+ "use strict";
2
+ // @thesvg/icons -Endpoints
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "k8s-endpoints";
8
+ exports.title = "Endpoints";
9
+ exports.hex = "326CE5";
10
+ exports.categories = ["Kubernetes", "Networking"];
11
+ exports.aliases = ["ep"];
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="ep.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="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="g3350"
90
+ transform="translate(0.09238746,0.63369956)">
91
+ <path
92
+ id="path1991"
93
+ d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"
94
+ inkscape:connector-curvature="0"
95
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
96
+ <path
97
+ id="path1993"
98
+ d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"
99
+ inkscape:connector-curvature="0"
100
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
101
+ <path
102
+ id="path2002"
103
+ d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"
104
+ inkscape:connector-curvature="0"
105
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
106
+ <path
107
+ id="path2005"
108
+ d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"
109
+ inkscape:connector-curvature="0"
110
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
111
+ <g
112
+ transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)"
113
+ id="g2062">
114
+ <rect
115
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
116
+ id="rect2056"
117
+ width="0.6517092"
118
+ height="2.909133"
119
+ x="-226.88649"
120
+ y="-89.58931"
121
+ ry="0" />
122
+ <path
123
+ sodipodi:type="star"
124
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
125
+ id="path2058"
126
+ sodipodi:sides="3"
127
+ sodipodi:cx="-225.24307"
128
+ sodipodi:cy="-91.970558"
129
+ sodipodi:r1="2.2534723"
130
+ sodipodi:r2="1.1267362"
131
+ sodipodi:arg1="1.1997554"
132
+ sodipodi:arg2="2.246953"
133
+ inkscape:flatsided="false"
134
+ inkscape:rounded="0"
135
+ inkscape:randomized="0"
136
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
137
+ inkscape:transform-center-x="-0.12952442"
138
+ inkscape:transform-center-y="0.2874645"
139
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" />
140
+ </g>
141
+ <g
142
+ id="g2068"
143
+ transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)">
144
+ <rect
145
+ ry="0"
146
+ y="-89.58931"
147
+ x="-226.88649"
148
+ height="2.909133"
149
+ width="0.6517092"
150
+ id="rect2064"
151
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
152
+ <path
153
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"
154
+ inkscape:transform-center-y="0.2874645"
155
+ inkscape:transform-center-x="-0.12952442"
156
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
157
+ inkscape:randomized="0"
158
+ inkscape:rounded="0"
159
+ inkscape:flatsided="false"
160
+ sodipodi:arg2="2.246953"
161
+ sodipodi:arg1="1.1997554"
162
+ sodipodi:r2="1.1267362"
163
+ sodipodi:r1="2.2534723"
164
+ sodipodi:cy="-91.970558"
165
+ sodipodi:cx="-225.24307"
166
+ sodipodi:sides="3"
167
+ id="path2066"
168
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
169
+ sodipodi:type="star" />
170
+ </g>
171
+ <rect
172
+ transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)"
173
+ ry="0"
174
+ y="7.8833199"
175
+ x="-10.222737"
176
+ height="2.2486105"
177
+ width="0.65170413"
178
+ id="rect2070"
179
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
180
+ <path
181
+ transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)"
182
+ inkscape:transform-center-y="0.2874645"
183
+ inkscape:transform-center-x="-0.12952442"
184
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
185
+ inkscape:randomized="0"
186
+ inkscape:rounded="0"
187
+ inkscape:flatsided="false"
188
+ sodipodi:arg2="2.246953"
189
+ sodipodi:arg1="1.1997554"
190
+ sodipodi:r2="1.1267362"
191
+ sodipodi:r1="2.2534723"
192
+ sodipodi:cy="-91.970558"
193
+ sodipodi:cx="-225.24307"
194
+ sodipodi:sides="3"
195
+ id="path2073"
196
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
197
+ sodipodi:type="star" />
198
+ </g>
199
+ </g>
200
+ </svg>`;
201
+ exports.variants = {
202
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
203
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
204
+
205
+ <svg
206
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
207
+ xmlns:cc="http://creativecommons.org/ns#"
208
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
209
+ xmlns:svg="http://www.w3.org/2000/svg"
210
+ xmlns="http://www.w3.org/2000/svg"
211
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
212
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
213
+ width="18.035334mm"
214
+ height="17.500378mm"
215
+ viewBox="0 0 18.035334 17.500378"
216
+ version="1.1"
217
+ id="svg13826"
218
+ inkscape:version="0.91 r13725"
219
+ sodipodi:docname="ep.svg">
220
+ <defs
221
+ id="defs13820" />
222
+ <sodipodi:namedview
223
+ id="base"
224
+ pagecolor="#ffffff"
225
+ bordercolor="#666666"
226
+ borderopacity="1.0"
227
+ inkscape:pageopacity="0.0"
228
+ inkscape:pageshadow="2"
229
+ inkscape:zoom="8"
230
+ inkscape:cx="-2.090004"
231
+ inkscape:cy="33.752239"
232
+ inkscape:document-units="mm"
233
+ inkscape:current-layer="layer1"
234
+ showgrid="false"
235
+ inkscape:window-width="1440"
236
+ inkscape:window-height="775"
237
+ inkscape:window-x="0"
238
+ inkscape:window-y="1"
239
+ inkscape:window-maximized="1"
240
+ fit-margin-top="0"
241
+ fit-margin-left="0"
242
+ fit-margin-right="0"
243
+ fit-margin-bottom="0" />
244
+ <metadata
245
+ id="metadata13823">
246
+ <rdf:RDF>
247
+ <cc:Work
248
+ rdf:about="">
249
+ <dc:format>image/svg+xml</dc:format>
250
+ <dc:type
251
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
252
+ <dc:title />
253
+ </cc:Work>
254
+ </rdf:RDF>
255
+ </metadata>
256
+ <g
257
+ inkscape:label="Calque 1"
258
+ inkscape:groupmode="layer"
259
+ id="layer1"
260
+ transform="translate(-0.99262638,-1.174181)">
261
+ <g
262
+ id="g70"
263
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
264
+ <path
265
+ inkscape:export-ydpi="250.55"
266
+ inkscape:export-xdpi="250.55"
267
+ inkscape:export-filename="new.png"
268
+ inkscape:connector-curvature="0"
269
+ id="path3055"
270
+ 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"
271
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
272
+ <path
273
+ id="path3054-2-9"
274
+ 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"
275
+ 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"
276
+ inkscape:connector-curvature="0" />
277
+ </g>
278
+ <g
279
+ id="g3350"
280
+ transform="translate(0.09238746,0.63369956)">
281
+ <path
282
+ id="path1991"
283
+ d="m 4.4949897,11.296104 2.9083301,0 0,2.041667 -2.9083301,0 z"
284
+ inkscape:connector-curvature="0"
285
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
286
+ <path
287
+ id="path1993"
288
+ d="m 8.4637406,11.296104 2.9083314,0 0,2.041667 -2.9083314,0 z"
289
+ inkscape:connector-curvature="0"
290
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
291
+ <path
292
+ id="path2002"
293
+ d="m 12.432492,11.296104 2.90833,0 0,2.041667 -2.90833,0 z"
294
+ inkscape:connector-curvature="0"
295
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
296
+ <path
297
+ id="path2005"
298
+ d="m 7.6137398,5.2435699 4.6083322,0 0,2.041667 -4.6083322,0 z"
299
+ inkscape:connector-curvature="0"
300
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
301
+ <g
302
+ transform="matrix(0.70690292,0.70731059,-0.70731059,0.70690292,105.19939,231.56521)"
303
+ id="g2062">
304
+ <rect
305
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
306
+ id="rect2056"
307
+ width="0.6517092"
308
+ height="2.909133"
309
+ x="-226.88649"
310
+ y="-89.58931"
311
+ ry="0" />
312
+ <path
313
+ sodipodi:type="star"
314
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
315
+ id="path2058"
316
+ sodipodi:sides="3"
317
+ sodipodi:cx="-225.24307"
318
+ sodipodi:cy="-91.970558"
319
+ sodipodi:r1="2.2534723"
320
+ sodipodi:r2="1.1267362"
321
+ sodipodi:arg1="1.1997554"
322
+ sodipodi:arg2="2.246953"
323
+ inkscape:flatsided="false"
324
+ inkscape:rounded="0"
325
+ inkscape:randomized="0"
326
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
327
+ inkscape:transform-center-x="-0.12952442"
328
+ inkscape:transform-center-y="0.2874645"
329
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)" />
330
+ </g>
331
+ <g
332
+ id="g2068"
333
+ transform="matrix(-0.70690292,0.70731059,0.70731059,0.70690292,-85.801537,231.5652)">
334
+ <rect
335
+ ry="0"
336
+ y="-89.58931"
337
+ x="-226.88649"
338
+ height="2.909133"
339
+ width="0.6517092"
340
+ id="rect2064"
341
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.36763045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
342
+ <path
343
+ transform="matrix(0.48870462,0.18767945,-0.18767945,0.48870462,-133.74171,0.21380206)"
344
+ inkscape:transform-center-y="0.2874645"
345
+ inkscape:transform-center-x="-0.12952442"
346
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
347
+ inkscape:randomized="0"
348
+ inkscape:rounded="0"
349
+ inkscape:flatsided="false"
350
+ sodipodi:arg2="2.246953"
351
+ sodipodi:arg1="1.1997554"
352
+ sodipodi:r2="1.1267362"
353
+ sodipodi:r1="2.2534723"
354
+ sodipodi:cy="-91.970558"
355
+ sodipodi:cx="-225.24307"
356
+ sodipodi:sides="3"
357
+ id="path2066"
358
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
359
+ sodipodi:type="star" />
360
+ </g>
361
+ <rect
362
+ transform="matrix(-0.99998847,-0.00480149,-0.00803668,0.99996771,0,0)"
363
+ ry="0"
364
+ y="7.8833199"
365
+ x="-10.222737"
366
+ height="2.2486105"
367
+ width="0.65170413"
368
+ id="rect2070"
369
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32321024;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1" />
370
+ <path
371
+ transform="matrix(-0.48986104,0.18464002,0.18464002,0.48986104,-83.541566,96.494378)"
372
+ inkscape:transform-center-y="0.2874645"
373
+ inkscape:transform-center-x="-0.12952442"
374
+ d="m -224.426,-89.870434 -1.52218,-1.221288 -1.52219,-1.221289 1.81876,-0.707609 1.81876,-0.70761 -0.29657,1.928898 z"
375
+ inkscape:randomized="0"
376
+ inkscape:rounded="0"
377
+ inkscape:flatsided="false"
378
+ sodipodi:arg2="2.246953"
379
+ sodipodi:arg1="1.1997554"
380
+ sodipodi:r2="1.1267362"
381
+ sodipodi:r1="2.2534723"
382
+ sodipodi:cy="-91.970558"
383
+ sodipodi:cx="-225.24307"
384
+ sodipodi:sides="3"
385
+ id="path2073"
386
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.57499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:13.00157547;stroke-opacity:1"
387
+ sodipodi:type="star" />
388
+ </g>
389
+ </g>
390
+ </svg>`
391
+ };
392
+ exports.license = "Apache-2.0";
393
+ exports.url = "https://kubernetes.io";
394
+
395
+ exports.default = {
396
+ slug: exports.slug,
397
+ title: exports.title,
398
+ hex: exports.hex,
399
+ categories: exports.categories,
400
+ aliases: exports.aliases,
401
+ svg: exports.svg,
402
+ variants: exports.variants,
403
+ license: exports.license,
404
+ url: exports.url,
405
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - Endpoints
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_endpoints: IconModule;
17
+ export default k8s_endpoints;