@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,219 @@
1
+ // @thesvg/icons - ReplicaSet
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "k8s-replicaset";
5
+ export const title = "ReplicaSet";
6
+ export const hex = "326CE5";
7
+ export const categories = ["Kubernetes", "Compute"];
8
+ export const aliases = ["rs"];
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="rs.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
+ <g
86
+ id="g3342"
87
+ transform="translate(0.16298107,0.66894115)">
88
+ <path
89
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52899998;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58700001, 1.58700001;stroke-dashoffset:3.66597009;stroke-opacity:1"
90
+ inkscape:connector-curvature="0"
91
+ d="m 8.123609,5.5524084 6.52499,0 0,4.5833346 -6.52499,0 z"
92
+ id="path1158" />
93
+ <path
94
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.87863898;stroke-opacity:1"
95
+ inkscape:connector-curvature="0"
96
+ d="m 6.5848588,6.9637194 6.5249902,0 0,4.5833346 -6.5249902,0 z"
97
+ id="path1162" />
98
+ <path
99
+ style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10"
100
+ inkscape:connector-curvature="0"
101
+ d="m 5.0461088,8.3750314 6.5250002,0 0,4.5833346 -6.5250002,0 z"
102
+ id="path1164" />
103
+ <path
104
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
105
+ inkscape:connector-curvature="0"
106
+ d="m 5.0461088,8.3750314 6.5250002,0 0,4.5833346 -6.5250002,0 z"
107
+ id="path1166" />
108
+ </g>
109
+ </g>
110
+ </svg>`;
111
+ export const variants = {
112
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
113
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
114
+
115
+ <svg
116
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
117
+ xmlns:cc="http://creativecommons.org/ns#"
118
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
119
+ xmlns:svg="http://www.w3.org/2000/svg"
120
+ xmlns="http://www.w3.org/2000/svg"
121
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
122
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
123
+ width="18.035334mm"
124
+ height="17.500378mm"
125
+ viewBox="0 0 18.035334 17.500378"
126
+ version="1.1"
127
+ id="svg13826"
128
+ inkscape:version="0.91 r13725"
129
+ sodipodi:docname="rs.svg">
130
+ <defs
131
+ id="defs13820" />
132
+ <sodipodi:namedview
133
+ id="base"
134
+ pagecolor="#ffffff"
135
+ bordercolor="#666666"
136
+ borderopacity="1.0"
137
+ inkscape:pageopacity="0.0"
138
+ inkscape:pageshadow="2"
139
+ inkscape:zoom="8"
140
+ inkscape:cx="-2.090004"
141
+ inkscape:cy="23.752239"
142
+ inkscape:document-units="mm"
143
+ inkscape:current-layer="layer1"
144
+ showgrid="false"
145
+ inkscape:window-width="1440"
146
+ inkscape:window-height="775"
147
+ inkscape:window-x="0"
148
+ inkscape:window-y="1"
149
+ inkscape:window-maximized="1"
150
+ fit-margin-top="0"
151
+ fit-margin-left="0"
152
+ fit-margin-right="0"
153
+ fit-margin-bottom="0" />
154
+ <metadata
155
+ id="metadata13823">
156
+ <rdf:RDF>
157
+ <cc:Work
158
+ rdf:about="">
159
+ <dc:format>image/svg+xml</dc:format>
160
+ <dc:type
161
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
162
+ <dc:title />
163
+ </cc:Work>
164
+ </rdf:RDF>
165
+ </metadata>
166
+ <g
167
+ inkscape:label="Calque 1"
168
+ inkscape:groupmode="layer"
169
+ id="layer1"
170
+ transform="translate(-0.99262638,-1.174181)">
171
+ <g
172
+ id="g70"
173
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
174
+ <path
175
+ inkscape:export-ydpi="250.55"
176
+ inkscape:export-xdpi="250.55"
177
+ inkscape:export-filename="new.png"
178
+ inkscape:connector-curvature="0"
179
+ id="path3055"
180
+ 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"
181
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
182
+ <path
183
+ id="path3054-2-9"
184
+ 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"
185
+ 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"
186
+ inkscape:connector-curvature="0" />
187
+ </g>
188
+ <g
189
+ id="g3342"
190
+ transform="translate(0.16298107,0.66894115)">
191
+ <path
192
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52899998;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58700001, 1.58700001;stroke-dashoffset:3.66597009;stroke-opacity:1"
193
+ inkscape:connector-curvature="0"
194
+ d="m 8.123609,5.5524084 6.52499,0 0,4.5833346 -6.52499,0 z"
195
+ id="path1158" />
196
+ <path
197
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52914584;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.58743756, 1.58743756;stroke-dashoffset:3.87863898;stroke-opacity:1"
198
+ inkscape:connector-curvature="0"
199
+ d="m 6.5848588,6.9637194 6.5249902,0 0,4.5833346 -6.5249902,0 z"
200
+ id="path1162" />
201
+ <path
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 5.0461088,8.3750314 6.5250002,0 0,4.5833346 -6.5250002,0 z"
205
+ id="path1164" />
206
+ <path
207
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
208
+ inkscape:connector-curvature="0"
209
+ d="m 5.0461088,8.3750314 6.5250002,0 0,4.5833346 -6.5250002,0 z"
210
+ id="path1166" />
211
+ </g>
212
+ </g>
213
+ </svg>`
214
+ };
215
+ export const license = "Apache-2.0";
216
+ export const url = "https://kubernetes.io";
217
+
218
+ const k8s_replicaset = { slug, title, hex, categories, aliases, svg, variants, license, url };
219
+ export default k8s_replicaset;
@@ -0,0 +1,215 @@
1
+ "use strict";
2
+ // @thesvg/icons -ResourceQuota
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "k8s-resourcequota";
8
+ exports.title = "ResourceQuota";
9
+ exports.hex = "326CE5";
10
+ exports.categories = ["Kubernetes", "Config"];
11
+ exports.aliases = ["quota"];
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="quota.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="g3340"
90
+ transform="translate(0.19821438,1.0923103)">
91
+ <path
92
+ sodipodi:nodetypes="cccsscccccsccccccsscssccccssscscccccccscccccsccccccccccccccsccccccscccsccccccsccccccccccsccccccccccccccccccc"
93
+ inkscape:connector-curvature="0"
94
+ id="path6933"
95
+ d="m 7.6643247,3.2185244 c -0.00874,0 -0.3153973,0.114869 -0.6814892,0.255202 -0.3660922,0.140326 -0.6799322,0.260197 -0.697384,0.266452 -0.017452,0.0063 -0.031787,0.01797 -0.031787,0.02588 0,0.0079 0.073047,0.204806 0.1623361,0.437539 0.089289,0.232732 0.1607937,0.431393 0.158764,0.441647 -0.00249,0.01261 -0.08309,0.04904 -0.248772,0.11233 -0.1348269,0.0515 -0.2436373,0.09885 -0.2416288,0.10519 0.00535,0.01693 1.6596799,0.755489 1.685687,0.752565 0.017467,-0.002 0.099812,-0.176733 0.3952135,-0.838824 0.2052227,-0.459967 0.3730696,-0.843272 0.3730696,-0.85186 0,-0.0086 -0.00438,-0.01389 -0.00965,-0.01178 -0.2018484,0.08106 -0.4893423,0.183997 -0.5011163,0.17948 -0.00867,-0.0035 -0.090417,-0.201228 -0.1816239,-0.43986 C 7.7387952,3.3721444 7.6745823,3.2185164 7.6643202,3.2185164 Z m 2.1501928,2.215556 c -2.2081446,0 -4.1566855,1.408429 -4.852756,3.5076367 -0.2548091,0.7684534 -0.3197364,1.6315619 -0.183945,2.4461109 0.1905627,1.143092 0.7745362,2.193072 1.6547911,2.975625 0.05075,0.04512 0.094827,0.08215 0.098045,0.08215 0.00321,0 0.2379835,-0.232485 0.5216545,-0.516475 0.2894218,-0.289748 0.5211646,-0.530909 0.5280827,-0.549513 0.030336,-0.08159 -0.037243,-0.22968 -0.1610858,-0.353247 -0.12775,-0.127463 -0.2642395,-0.190528 -0.350746,-0.161978 -0.022843,0.0075 -0.1247838,0.100542 -0.2782393,0.25413 -0.133175,0.133287 -0.2508183,0.242343 -0.2614521,0.242343 -0.022481,0 -0.150351,-0.156221 -0.2832395,-0.346103 -0.3045811,-0.43521 -0.5262815,-0.927757 -0.6557732,-1.457274 -0.04227,-0.172849 -0.097759,-0.500071 -0.088936,-0.524511 0.00401,-0.01113 0.089381,-0.01447 0.373605,-0.01447 0.3994528,0 0.4219443,-0.0028 0.4691492,-0.06286 0.048952,-0.06223 0.074544,-0.154369 0.080364,-0.289134 0.0062,-0.143589 -0.012352,-0.241332 -0.061613,-0.325385 -0.049366,-0.08424 -0.047912,-0.0841 -0.4745069,-0.08429 -0.2081513,-9.3e-5 -0.3858913,-0.0049 -0.3950355,-0.01071 -0.014428,-0.0091 -0.013972,-0.03442 0.00321,-0.191981 0.073354,-0.6721305 0.3217755,-1.3595193 0.6920264,-1.9144581 0.085696,-0.1284438 0.2399143,-0.328781 0.2530583,-0.328781 0.00718,0 0.1494039,0.135719 0.3160995,0.301636 l 0.3030636,0.3016318 0.062327,-0.0064 c 0.175522,-0.01811 0.405418,-0.228523 0.4543266,-0.4159287 0.00858,-0.03286 0.012325,-0.07526 0.00839,-0.0943 C 7.580153,7.872215 7.4977136,7.7818494 7.2774985,7.5605513 7.0047833,7.2864986 6.9783406,7.2564354 6.9931864,7.2383825 7.0452244,7.1750925 7.363229,6.9432393 7.5718103,6.8165574 8.0910404,6.5012025 8.7938212,6.2638034 9.3301825,6.2225744 l 0.09554,-0.0073 0.0034,0.4468281 0.0034,0.4466449 0.04786,0.04465 c 0.137582,0.128299 0.5118594,0.1324638 0.6566665,0.0073 l 0.04554,-0.03947 0.0057,-0.4484323 0.0059,-0.4484339 0.09233,0.00169 c 0.113385,0.0024 0.385702,0.04885 0.59416,0.1016169 0.59871,0.1515299 1.162725,0.432814 1.64354,0.8195369 0.06063,0.04876 0.110367,0.09734 0.110367,0.1078651 0,0.010541 -0.133756,0.1529399 -0.297169,0.316458 l -0.29717,0.2971679 7.34e-4,0.06626 c 0.002,0.1984881 0.271845,0.4686097 0.468971,0.4696847 l 0.06661,6.78e-4 0.297347,-0.2971685 c 0.163519,-0.163414 0.302952,-0.297171 0.309851,-0.297171 0.0069,0 0.05508,0.05696 0.107152,0.126621 0.400383,0.5356355 0.682455,1.1854219 0.7965,1.8349843 0.03927,0.2237034 0.0615,0.4498535 0.04607,0.4684345 -0.01095,0.0132 -0.08367,0.01607 -0.40325,0.01607 l -0.390036,0 -0.03376,0.02841 c -0.07416,0.0624 -0.128331,0.259391 -0.112331,0.408786 0.01297,0.121129 0.04778,0.217001 0.09822,0.271096 l 0.04429,0.04751 0.393249,0.0034 c 0.389665,0.0033 0.393071,0.0035 0.393071,0.02732 0,0.0534 -0.03806,0.279765 -0.07536,0.448255 -0.120507,0.544293 -0.367004,1.099957 -0.685954,1.546031 -0.135113,0.188966 -0.245486,0.323055 -0.265738,0.323065 -0.0096,5e-6 -0.126275,-0.10909 -0.259487,-0.242522 -0.273172,-0.273622 -0.283188,-0.280029 -0.38825,-0.249486 -0.187587,0.05453 -0.39264,0.280888 -0.410394,0.452897 l -0.0064,0.06126 0.455933,0.464864 c 0.583107,0.594534 0.590812,0.601878 0.617913,0.587374 0.04346,-0.02326 0.329631,-0.295499 0.453791,-0.431646 0.34547,-0.378825 0.603375,-0.753134 0.82418,-1.196535 0.544189,-1.092788 0.676134,-2.342889 0.373425,-3.5387069 C 14.508414,8.2880907 13.948493,7.3777365 13.176801,6.7000256 12.246604,5.8831144 11.053992,5.4341994 9.8145355,5.4341994 Z m -0.9645507,2.107152 c -0.2027993,0.00141 -0.4310042,0.1178071 -0.4966513,0.253416 -0.022318,0.0461 -0.023952,0.05857 -0.0125,0.09679 0.00723,0.024119 0.2156465,0.5646523 0.4632565,1.2011807 l 0.4502189,1.1572459 -0.040897,0.08304 c -0.1311303,0.265387 -0.082398,0.564087 0.1262616,0.772747 0.183795,0.183794 0.447462,0.245967 0.6884555,0.162158 0.04655,-0.01619 0.120048,-0.05372 0.163229,-0.08322 0.321157,-0.219438 0.385522,-0.672838 0.138406,-0.974553 C 10.248206,10.110487 10.161162,10.0521 9.9916789,9.9832309 9.9655789,9.9726209 9.9124589,9.8426555 9.5084195,8.8016961 9.2587326,8.1584083 9.0472723,7.6205566 9.0385567,7.6064116 c -0.029409,-0.04773 -0.081966,-0.06592 -0.1885888,-0.06518 z"
96
+ style="fill:#ffffff;fill-opacity:1;stroke-width:0.01153845" />
97
+ <path
98
+ transform="matrix(0.28222222,0,0,0.28222222,0.99262638,1.174181)"
99
+ inkscape:connector-curvature="0"
100
+ id="path3344"
101
+ d="m 19.062498,46.468956 c -0.703011,-0.598733 -2.115758,-2.256368 -2.831392,-3.322192 -1.230282,-1.832311 -2.255707,-4.365136 -2.725409,-6.731826 -0.33362,-1.681014 -0.304034,-5.066952 0.05915,-6.769016 1.469224,-6.885567 6.496712,-12.185832 13.193976,-13.909841 5.012271,-1.290258 10.216806,-0.392403 14.59711,2.518207 1.329816,0.883632 3.615416,3.09608 4.496602,4.352685 3.421514,4.879218 4.316279,10.776288 2.473492,16.301891 -0.852857,2.557293 -2.196327,4.749308 -4.160978,6.789078 l -1.250362,1.29817 -1.852344,-1.849256 c -1.083861,-1.082054 -1.852345,-1.947502 -1.852345,-2.086065 0,-0.587565 0.984329,-1.578818 1.56779,-1.578818 0.12418,0 0.639404,0.401066 1.14494,0.891258 1.07232,1.039771 0.984824,1.058722 2.015352,-0.436517 1.319733,-1.914856 2.228877,-4.21594 2.587267,-6.548491 l 0.08163,-0.53125 -1.445278,0 -1.445277,0 -0.204284,-0.395042 c -0.238895,-0.461972 -0.199362,-1.714445 0.06414,-2.03194 0.132339,-0.159458 0.441283,-0.198018 1.586534,-0.198018 l 1.422195,0 0,-0.486191 c 0,-1.26262 -0.72098,-3.834803 -1.527994,-5.451309 -0.424907,-0.851118 -1.69499,-2.8125 -1.82122,-2.8125 -0.04584,0 -0.571191,0.485591 -1.167454,1.079091 -0.95412,0.949698 -1.123415,1.069226 -1.411873,0.996827 -0.505292,-0.12682 -1.303697,-0.914951 -1.386362,-1.36852 -0.06585,-0.361326 0.01813,-0.49051 0.987863,-1.519562 1.226634,-1.301667 1.243107,-1.157571 -0.250375,-2.190015 -1.872745,-1.294628 -4.64284,-2.371899 -6.621618,-2.575102 l -0.761533,-0.0782 -0.07549,1.597806 c -0.05499,1.163875 -0.125709,1.648018 -0.260384,1.782694 -0.277291,0.277291 -1.313511,0.336852 -1.863373,0.107105 l -0.465182,-0.194365 0,-1.631378 0,-1.631379 -0.46875,0.0027 c -1.220066,0.007 -4.130165,0.919278 -5.648283,1.770582 -0.949661,0.532535 -2.632967,1.739506 -2.632967,1.887901 0,0.06655 0.481056,0.612604 1.069013,1.213447 0.962614,0.983713 1.060343,1.126985 0.981908,1.439496 -0.112764,0.449287 -0.915211,1.249706 -1.366401,1.362948 -0.319324,0.08015 -0.451969,-0.01158 -1.44241,-0.997432 -0.632705,-0.629774 -1.149616,-1.049311 -1.230934,-0.999054 -0.220256,0.136126 -1.310186,1.80043 -1.750492,2.672971 -0.802789,1.590861 -1.803334,5.279249 -1.585845,5.846017 0.05211,0.135794 0.376782,0.175419 1.437309,0.175419 1.509377,0 1.675832,0.06924 1.827602,0.760244 0.04685,0.213297 0.04813,0.634885 0.0028,0.93686 -0.12142,0.80969 -0.36447,0.927896 -1.907906,0.927896 -1.492063,0 -1.430506,-0.08454 -1.096066,1.50533 0.488373,2.321644 1.600037,4.641719 3.168516,6.612784 l 0.243193,0.305612 0.997644,-0.899362 c 0.574344,-0.517764 1.1098,-0.899364 1.261975,-0.899364 0.337868,0 1.189289,0.765318 1.389705,1.249165 0.146859,0.354549 0.125161,0.404299 -0.476442,1.092401 -0.34667,0.396514 -1.182775,1.266043 -1.858011,1.932288 l -1.227701,1.211352 -0.584998,-0.498223 z"
102
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1" />
103
+ </g>
104
+ </g>
105
+ </svg>`;
106
+ exports.variants = {
107
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
108
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
109
+
110
+ <svg
111
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
112
+ xmlns:cc="http://creativecommons.org/ns#"
113
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
114
+ xmlns:svg="http://www.w3.org/2000/svg"
115
+ xmlns="http://www.w3.org/2000/svg"
116
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
117
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
118
+ width="18.035334mm"
119
+ height="17.500378mm"
120
+ viewBox="0 0 18.035334 17.500378"
121
+ version="1.1"
122
+ id="svg13826"
123
+ inkscape:version="0.91 r13725"
124
+ sodipodi:docname="quota.svg">
125
+ <defs
126
+ id="defs13820" />
127
+ <sodipodi:namedview
128
+ id="base"
129
+ pagecolor="#ffffff"
130
+ bordercolor="#666666"
131
+ borderopacity="1.0"
132
+ inkscape:pageopacity="0.0"
133
+ inkscape:pageshadow="2"
134
+ inkscape:zoom="8"
135
+ inkscape:cx="-2.090004"
136
+ inkscape:cy="23.752239"
137
+ inkscape:document-units="mm"
138
+ inkscape:current-layer="layer1"
139
+ showgrid="false"
140
+ inkscape:window-width="1440"
141
+ inkscape:window-height="775"
142
+ inkscape:window-x="0"
143
+ inkscape:window-y="1"
144
+ inkscape:window-maximized="1"
145
+ fit-margin-top="0"
146
+ fit-margin-left="0"
147
+ fit-margin-right="0"
148
+ fit-margin-bottom="0" />
149
+ <metadata
150
+ id="metadata13823">
151
+ <rdf:RDF>
152
+ <cc:Work
153
+ rdf:about="">
154
+ <dc:format>image/svg+xml</dc:format>
155
+ <dc:type
156
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
157
+ <dc:title />
158
+ </cc:Work>
159
+ </rdf:RDF>
160
+ </metadata>
161
+ <g
162
+ inkscape:label="Calque 1"
163
+ inkscape:groupmode="layer"
164
+ id="layer1"
165
+ transform="translate(-0.99262638,-1.174181)">
166
+ <g
167
+ id="g70"
168
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
169
+ <path
170
+ inkscape:export-ydpi="250.55"
171
+ inkscape:export-xdpi="250.55"
172
+ inkscape:export-filename="new.png"
173
+ inkscape:connector-curvature="0"
174
+ id="path3055"
175
+ 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"
176
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
177
+ <path
178
+ id="path3054-2-9"
179
+ 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"
180
+ 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"
181
+ inkscape:connector-curvature="0" />
182
+ </g>
183
+ <g
184
+ id="g3340"
185
+ transform="translate(0.19821438,1.0923103)">
186
+ <path
187
+ sodipodi:nodetypes="cccsscccccsccccccsscssccccssscscccccccscccccsccccccccccccccsccccccscccsccccccsccccccccccsccccccccccccccccccc"
188
+ inkscape:connector-curvature="0"
189
+ id="path6933"
190
+ d="m 7.6643247,3.2185244 c -0.00874,0 -0.3153973,0.114869 -0.6814892,0.255202 -0.3660922,0.140326 -0.6799322,0.260197 -0.697384,0.266452 -0.017452,0.0063 -0.031787,0.01797 -0.031787,0.02588 0,0.0079 0.073047,0.204806 0.1623361,0.437539 0.089289,0.232732 0.1607937,0.431393 0.158764,0.441647 -0.00249,0.01261 -0.08309,0.04904 -0.248772,0.11233 -0.1348269,0.0515 -0.2436373,0.09885 -0.2416288,0.10519 0.00535,0.01693 1.6596799,0.755489 1.685687,0.752565 0.017467,-0.002 0.099812,-0.176733 0.3952135,-0.838824 0.2052227,-0.459967 0.3730696,-0.843272 0.3730696,-0.85186 0,-0.0086 -0.00438,-0.01389 -0.00965,-0.01178 -0.2018484,0.08106 -0.4893423,0.183997 -0.5011163,0.17948 -0.00867,-0.0035 -0.090417,-0.201228 -0.1816239,-0.43986 C 7.7387952,3.3721444 7.6745823,3.2185164 7.6643202,3.2185164 Z m 2.1501928,2.215556 c -2.2081446,0 -4.1566855,1.408429 -4.852756,3.5076367 -0.2548091,0.7684534 -0.3197364,1.6315619 -0.183945,2.4461109 0.1905627,1.143092 0.7745362,2.193072 1.6547911,2.975625 0.05075,0.04512 0.094827,0.08215 0.098045,0.08215 0.00321,0 0.2379835,-0.232485 0.5216545,-0.516475 0.2894218,-0.289748 0.5211646,-0.530909 0.5280827,-0.549513 0.030336,-0.08159 -0.037243,-0.22968 -0.1610858,-0.353247 -0.12775,-0.127463 -0.2642395,-0.190528 -0.350746,-0.161978 -0.022843,0.0075 -0.1247838,0.100542 -0.2782393,0.25413 -0.133175,0.133287 -0.2508183,0.242343 -0.2614521,0.242343 -0.022481,0 -0.150351,-0.156221 -0.2832395,-0.346103 -0.3045811,-0.43521 -0.5262815,-0.927757 -0.6557732,-1.457274 -0.04227,-0.172849 -0.097759,-0.500071 -0.088936,-0.524511 0.00401,-0.01113 0.089381,-0.01447 0.373605,-0.01447 0.3994528,0 0.4219443,-0.0028 0.4691492,-0.06286 0.048952,-0.06223 0.074544,-0.154369 0.080364,-0.289134 0.0062,-0.143589 -0.012352,-0.241332 -0.061613,-0.325385 -0.049366,-0.08424 -0.047912,-0.0841 -0.4745069,-0.08429 -0.2081513,-9.3e-5 -0.3858913,-0.0049 -0.3950355,-0.01071 -0.014428,-0.0091 -0.013972,-0.03442 0.00321,-0.191981 0.073354,-0.6721305 0.3217755,-1.3595193 0.6920264,-1.9144581 0.085696,-0.1284438 0.2399143,-0.328781 0.2530583,-0.328781 0.00718,0 0.1494039,0.135719 0.3160995,0.301636 l 0.3030636,0.3016318 0.062327,-0.0064 c 0.175522,-0.01811 0.405418,-0.228523 0.4543266,-0.4159287 0.00858,-0.03286 0.012325,-0.07526 0.00839,-0.0943 C 7.580153,7.872215 7.4977136,7.7818494 7.2774985,7.5605513 7.0047833,7.2864986 6.9783406,7.2564354 6.9931864,7.2383825 7.0452244,7.1750925 7.363229,6.9432393 7.5718103,6.8165574 8.0910404,6.5012025 8.7938212,6.2638034 9.3301825,6.2225744 l 0.09554,-0.0073 0.0034,0.4468281 0.0034,0.4466449 0.04786,0.04465 c 0.137582,0.128299 0.5118594,0.1324638 0.6566665,0.0073 l 0.04554,-0.03947 0.0057,-0.4484323 0.0059,-0.4484339 0.09233,0.00169 c 0.113385,0.0024 0.385702,0.04885 0.59416,0.1016169 0.59871,0.1515299 1.162725,0.432814 1.64354,0.8195369 0.06063,0.04876 0.110367,0.09734 0.110367,0.1078651 0,0.010541 -0.133756,0.1529399 -0.297169,0.316458 l -0.29717,0.2971679 7.34e-4,0.06626 c 0.002,0.1984881 0.271845,0.4686097 0.468971,0.4696847 l 0.06661,6.78e-4 0.297347,-0.2971685 c 0.163519,-0.163414 0.302952,-0.297171 0.309851,-0.297171 0.0069,0 0.05508,0.05696 0.107152,0.126621 0.400383,0.5356355 0.682455,1.1854219 0.7965,1.8349843 0.03927,0.2237034 0.0615,0.4498535 0.04607,0.4684345 -0.01095,0.0132 -0.08367,0.01607 -0.40325,0.01607 l -0.390036,0 -0.03376,0.02841 c -0.07416,0.0624 -0.128331,0.259391 -0.112331,0.408786 0.01297,0.121129 0.04778,0.217001 0.09822,0.271096 l 0.04429,0.04751 0.393249,0.0034 c 0.389665,0.0033 0.393071,0.0035 0.393071,0.02732 0,0.0534 -0.03806,0.279765 -0.07536,0.448255 -0.120507,0.544293 -0.367004,1.099957 -0.685954,1.546031 -0.135113,0.188966 -0.245486,0.323055 -0.265738,0.323065 -0.0096,5e-6 -0.126275,-0.10909 -0.259487,-0.242522 -0.273172,-0.273622 -0.283188,-0.280029 -0.38825,-0.249486 -0.187587,0.05453 -0.39264,0.280888 -0.410394,0.452897 l -0.0064,0.06126 0.455933,0.464864 c 0.583107,0.594534 0.590812,0.601878 0.617913,0.587374 0.04346,-0.02326 0.329631,-0.295499 0.453791,-0.431646 0.34547,-0.378825 0.603375,-0.753134 0.82418,-1.196535 0.544189,-1.092788 0.676134,-2.342889 0.373425,-3.5387069 C 14.508414,8.2880907 13.948493,7.3777365 13.176801,6.7000256 12.246604,5.8831144 11.053992,5.4341994 9.8145355,5.4341994 Z m -0.9645507,2.107152 c -0.2027993,0.00141 -0.4310042,0.1178071 -0.4966513,0.253416 -0.022318,0.0461 -0.023952,0.05857 -0.0125,0.09679 0.00723,0.024119 0.2156465,0.5646523 0.4632565,1.2011807 l 0.4502189,1.1572459 -0.040897,0.08304 c -0.1311303,0.265387 -0.082398,0.564087 0.1262616,0.772747 0.183795,0.183794 0.447462,0.245967 0.6884555,0.162158 0.04655,-0.01619 0.120048,-0.05372 0.163229,-0.08322 0.321157,-0.219438 0.385522,-0.672838 0.138406,-0.974553 C 10.248206,10.110487 10.161162,10.0521 9.9916789,9.9832309 9.9655789,9.9726209 9.9124589,9.8426555 9.5084195,8.8016961 9.2587326,8.1584083 9.0472723,7.6205566 9.0385567,7.6064116 c -0.029409,-0.04773 -0.081966,-0.06592 -0.1885888,-0.06518 z"
191
+ style="fill:#ffffff;fill-opacity:1;stroke-width:0.01153845" />
192
+ <path
193
+ transform="matrix(0.28222222,0,0,0.28222222,0.99262638,1.174181)"
194
+ inkscape:connector-curvature="0"
195
+ id="path3344"
196
+ d="m 19.062498,46.468956 c -0.703011,-0.598733 -2.115758,-2.256368 -2.831392,-3.322192 -1.230282,-1.832311 -2.255707,-4.365136 -2.725409,-6.731826 -0.33362,-1.681014 -0.304034,-5.066952 0.05915,-6.769016 1.469224,-6.885567 6.496712,-12.185832 13.193976,-13.909841 5.012271,-1.290258 10.216806,-0.392403 14.59711,2.518207 1.329816,0.883632 3.615416,3.09608 4.496602,4.352685 3.421514,4.879218 4.316279,10.776288 2.473492,16.301891 -0.852857,2.557293 -2.196327,4.749308 -4.160978,6.789078 l -1.250362,1.29817 -1.852344,-1.849256 c -1.083861,-1.082054 -1.852345,-1.947502 -1.852345,-2.086065 0,-0.587565 0.984329,-1.578818 1.56779,-1.578818 0.12418,0 0.639404,0.401066 1.14494,0.891258 1.07232,1.039771 0.984824,1.058722 2.015352,-0.436517 1.319733,-1.914856 2.228877,-4.21594 2.587267,-6.548491 l 0.08163,-0.53125 -1.445278,0 -1.445277,0 -0.204284,-0.395042 c -0.238895,-0.461972 -0.199362,-1.714445 0.06414,-2.03194 0.132339,-0.159458 0.441283,-0.198018 1.586534,-0.198018 l 1.422195,0 0,-0.486191 c 0,-1.26262 -0.72098,-3.834803 -1.527994,-5.451309 -0.424907,-0.851118 -1.69499,-2.8125 -1.82122,-2.8125 -0.04584,0 -0.571191,0.485591 -1.167454,1.079091 -0.95412,0.949698 -1.123415,1.069226 -1.411873,0.996827 -0.505292,-0.12682 -1.303697,-0.914951 -1.386362,-1.36852 -0.06585,-0.361326 0.01813,-0.49051 0.987863,-1.519562 1.226634,-1.301667 1.243107,-1.157571 -0.250375,-2.190015 -1.872745,-1.294628 -4.64284,-2.371899 -6.621618,-2.575102 l -0.761533,-0.0782 -0.07549,1.597806 c -0.05499,1.163875 -0.125709,1.648018 -0.260384,1.782694 -0.277291,0.277291 -1.313511,0.336852 -1.863373,0.107105 l -0.465182,-0.194365 0,-1.631378 0,-1.631379 -0.46875,0.0027 c -1.220066,0.007 -4.130165,0.919278 -5.648283,1.770582 -0.949661,0.532535 -2.632967,1.739506 -2.632967,1.887901 0,0.06655 0.481056,0.612604 1.069013,1.213447 0.962614,0.983713 1.060343,1.126985 0.981908,1.439496 -0.112764,0.449287 -0.915211,1.249706 -1.366401,1.362948 -0.319324,0.08015 -0.451969,-0.01158 -1.44241,-0.997432 -0.632705,-0.629774 -1.149616,-1.049311 -1.230934,-0.999054 -0.220256,0.136126 -1.310186,1.80043 -1.750492,2.672971 -0.802789,1.590861 -1.803334,5.279249 -1.585845,5.846017 0.05211,0.135794 0.376782,0.175419 1.437309,0.175419 1.509377,0 1.675832,0.06924 1.827602,0.760244 0.04685,0.213297 0.04813,0.634885 0.0028,0.93686 -0.12142,0.80969 -0.36447,0.927896 -1.907906,0.927896 -1.492063,0 -1.430506,-0.08454 -1.096066,1.50533 0.488373,2.321644 1.600037,4.641719 3.168516,6.612784 l 0.243193,0.305612 0.997644,-0.899362 c 0.574344,-0.517764 1.1098,-0.899364 1.261975,-0.899364 0.337868,0 1.189289,0.765318 1.389705,1.249165 0.146859,0.354549 0.125161,0.404299 -0.476442,1.092401 -0.34667,0.396514 -1.182775,1.266043 -1.858011,1.932288 l -1.227701,1.211352 -0.584998,-0.498223 z"
197
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#eeeeee;stroke-width:0;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:11.23642349;stroke-opacity:1" />
198
+ </g>
199
+ </g>
200
+ </svg>`
201
+ };
202
+ exports.license = "Apache-2.0";
203
+ exports.url = "https://kubernetes.io";
204
+
205
+ exports.default = {
206
+ slug: exports.slug,
207
+ title: exports.title,
208
+ hex: exports.hex,
209
+ categories: exports.categories,
210
+ aliases: exports.aliases,
211
+ svg: exports.svg,
212
+ variants: exports.variants,
213
+ license: exports.license,
214
+ url: exports.url,
215
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - ResourceQuota
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_resourcequota: IconModule;
17
+ export default k8s_resourcequota;