@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.
Files changed (173) hide show
  1. package/dist/azure-blob.cjs +2 -2
  2. package/dist/azure-blob.js +2 -2
  3. package/dist/bolt.cjs +1 -1
  4. package/dist/bolt.js +1 -1
  5. package/dist/developer-student-club.cjs +2 -16
  6. package/dist/developer-student-club.js +2 -16
  7. package/dist/eshopos-logo.cjs +75 -0
  8. package/dist/eshopos-logo.d.ts +17 -0
  9. package/dist/eshopos-logo.js +63 -0
  10. package/dist/gemini-cli.cjs +69 -0
  11. package/dist/gemini-cli.d.ts +17 -0
  12. package/dist/gemini-cli.js +57 -0
  13. package/dist/iflow.cjs +81 -0
  14. package/dist/iflow.d.ts +17 -0
  15. package/dist/iflow.js +69 -0
  16. package/dist/index.cjs +90 -0
  17. package/dist/index.d.ts +45 -0
  18. package/dist/index.js +45 -0
  19. package/dist/k8s-api-server.cjs +221 -0
  20. package/dist/k8s-api-server.d.ts +17 -0
  21. package/dist/k8s-api-server.js +209 -0
  22. package/dist/k8s-cloud-controller-manager.cjs +221 -0
  23. package/dist/k8s-cloud-controller-manager.d.ts +17 -0
  24. package/dist/k8s-cloud-controller-manager.js +209 -0
  25. package/dist/k8s-clusterrole.cjs +231 -0
  26. package/dist/k8s-clusterrole.d.ts +17 -0
  27. package/dist/k8s-clusterrole.js +219 -0
  28. package/dist/k8s-clusterrolebinding.cjs +193 -0
  29. package/dist/k8s-clusterrolebinding.d.ts +17 -0
  30. package/dist/k8s-clusterrolebinding.js +181 -0
  31. package/dist/k8s-configmap.cjs +309 -0
  32. package/dist/k8s-configmap.d.ts +17 -0
  33. package/dist/k8s-configmap.js +297 -0
  34. package/dist/k8s-controller-manager.cjs +221 -0
  35. package/dist/k8s-controller-manager.d.ts +17 -0
  36. package/dist/k8s-controller-manager.js +209 -0
  37. package/dist/k8s-cronjob.cjs +213 -0
  38. package/dist/k8s-cronjob.d.ts +17 -0
  39. package/dist/k8s-cronjob.js +201 -0
  40. package/dist/k8s-customresourcedefinition.cjs +193 -0
  41. package/dist/k8s-customresourcedefinition.d.ts +17 -0
  42. package/dist/k8s-customresourcedefinition.js +181 -0
  43. package/dist/k8s-daemonset.cjs +241 -0
  44. package/dist/k8s-daemonset.d.ts +17 -0
  45. package/dist/k8s-daemonset.js +229 -0
  46. package/dist/k8s-deployment.cjs +211 -0
  47. package/dist/k8s-deployment.d.ts +17 -0
  48. package/dist/k8s-deployment.js +199 -0
  49. package/dist/k8s-endpoints.cjs +405 -0
  50. package/dist/k8s-endpoints.d.ts +17 -0
  51. package/dist/k8s-endpoints.js +393 -0
  52. package/dist/k8s-etcd-cluster.cjs +205 -0
  53. package/dist/k8s-etcd-cluster.d.ts +17 -0
  54. package/dist/k8s-etcd-cluster.js +193 -0
  55. package/dist/k8s-group.cjs +193 -0
  56. package/dist/k8s-group.d.ts +17 -0
  57. package/dist/k8s-group.js +181 -0
  58. package/dist/k8s-horizontalpodautoscaler.cjs +233 -0
  59. package/dist/k8s-horizontalpodautoscaler.d.ts +17 -0
  60. package/dist/k8s-horizontalpodautoscaler.js +221 -0
  61. package/dist/k8s-ingress.cjs +195 -0
  62. package/dist/k8s-ingress.d.ts +17 -0
  63. package/dist/k8s-ingress.js +183 -0
  64. package/dist/k8s-job.cjs +289 -0
  65. package/dist/k8s-job.d.ts +17 -0
  66. package/dist/k8s-job.js +277 -0
  67. package/dist/k8s-kube-proxy.cjs +221 -0
  68. package/dist/k8s-kube-proxy.d.ts +17 -0
  69. package/dist/k8s-kube-proxy.js +209 -0
  70. package/dist/k8s-kubelet.cjs +221 -0
  71. package/dist/k8s-kubelet.d.ts +17 -0
  72. package/dist/k8s-kubelet.js +209 -0
  73. package/dist/k8s-limitrange.cjs +219 -0
  74. package/dist/k8s-limitrange.d.ts +17 -0
  75. package/dist/k8s-limitrange.js +207 -0
  76. package/dist/k8s-namespace.cjs +197 -0
  77. package/dist/k8s-namespace.d.ts +17 -0
  78. package/dist/k8s-namespace.js +185 -0
  79. package/dist/k8s-networkpolicy.cjs +195 -0
  80. package/dist/k8s-networkpolicy.d.ts +17 -0
  81. package/dist/k8s-networkpolicy.js +183 -0
  82. package/dist/k8s-persistentvolume.cjs +221 -0
  83. package/dist/k8s-persistentvolume.d.ts +17 -0
  84. package/dist/k8s-persistentvolume.js +209 -0
  85. package/dist/k8s-persistentvolumeclaim.cjs +193 -0
  86. package/dist/k8s-persistentvolumeclaim.d.ts +17 -0
  87. package/dist/k8s-persistentvolumeclaim.js +181 -0
  88. package/dist/k8s-pod.cjs +233 -0
  89. package/dist/k8s-pod.d.ts +17 -0
  90. package/dist/k8s-pod.js +221 -0
  91. package/dist/k8s-podsecuritypolicy.cjs +243 -0
  92. package/dist/k8s-podsecuritypolicy.d.ts +17 -0
  93. package/dist/k8s-podsecuritypolicy.js +231 -0
  94. package/dist/k8s-replicaset.cjs +231 -0
  95. package/dist/k8s-replicaset.d.ts +17 -0
  96. package/dist/k8s-replicaset.js +219 -0
  97. package/dist/k8s-resourcequota.cjs +215 -0
  98. package/dist/k8s-resourcequota.d.ts +17 -0
  99. package/dist/k8s-resourcequota.js +203 -0
  100. package/dist/k8s-role.cjs +245 -0
  101. package/dist/k8s-role.d.ts +17 -0
  102. package/dist/k8s-role.js +233 -0
  103. package/dist/k8s-rolebinding.cjs +215 -0
  104. package/dist/k8s-rolebinding.d.ts +17 -0
  105. package/dist/k8s-rolebinding.js +203 -0
  106. package/dist/k8s-scheduler.cjs +221 -0
  107. package/dist/k8s-scheduler.d.ts +17 -0
  108. package/dist/k8s-scheduler.js +209 -0
  109. package/dist/k8s-secret.cjs +283 -0
  110. package/dist/k8s-secret.d.ts +17 -0
  111. package/dist/k8s-secret.js +271 -0
  112. package/dist/k8s-service.cjs +261 -0
  113. package/dist/k8s-service.d.ts +17 -0
  114. package/dist/k8s-service.js +249 -0
  115. package/dist/k8s-serviceaccount.cjs +195 -0
  116. package/dist/k8s-serviceaccount.d.ts +17 -0
  117. package/dist/k8s-serviceaccount.js +183 -0
  118. package/dist/k8s-statefulset.cjs +267 -0
  119. package/dist/k8s-statefulset.d.ts +17 -0
  120. package/dist/k8s-statefulset.js +255 -0
  121. package/dist/k8s-storageclass.cjs +287 -0
  122. package/dist/k8s-storageclass.d.ts +17 -0
  123. package/dist/k8s-storageclass.js +275 -0
  124. package/dist/k8s-user.cjs +193 -0
  125. package/dist/k8s-user.d.ts +17 -0
  126. package/dist/k8s-user.js +181 -0
  127. package/dist/k8s-volume.cjs +221 -0
  128. package/dist/k8s-volume.d.ts +17 -0
  129. package/dist/k8s-volume.js +209 -0
  130. package/dist/k8s-worker-node.cjs +195 -0
  131. package/dist/k8s-worker-node.d.ts +17 -0
  132. package/dist/k8s-worker-node.js +183 -0
  133. package/dist/kiro.cjs +41 -0
  134. package/dist/kiro.d.ts +17 -0
  135. package/dist/kiro.js +29 -0
  136. package/dist/monistic-logo.cjs +37 -0
  137. package/dist/monistic-logo.d.ts +17 -0
  138. package/dist/monistic-logo.js +25 -0
  139. package/dist/mypy.cjs +2 -2
  140. package/dist/mypy.js +2 -2
  141. package/dist/neovim.cjs +0 -2
  142. package/dist/neovim.js +0 -2
  143. package/dist/nimoxis.cjs +39 -0
  144. package/dist/nimoxis.d.ts +17 -0
  145. package/dist/nimoxis.js +27 -0
  146. package/dist/open-webui.cjs +2 -6
  147. package/dist/open-webui.js +2 -6
  148. package/dist/openrouter.cjs +2 -2
  149. package/dist/openrouter.js +2 -2
  150. package/dist/oracle.cjs +2 -2
  151. package/dist/oracle.js +2 -2
  152. package/dist/paramount.cjs +3 -3
  153. package/dist/paramount.js +3 -3
  154. package/dist/paypal.cjs +2 -2
  155. package/dist/paypal.js +2 -2
  156. package/dist/powertoys.cjs +2 -2
  157. package/dist/powertoys.js +2 -2
  158. package/dist/qt.cjs +2 -14
  159. package/dist/qt.js +2 -14
  160. package/dist/shopline.cjs +29 -0
  161. package/dist/shopline.d.ts +17 -0
  162. package/dist/shopline.js +17 -0
  163. package/dist/styled-components.cjs +2 -2
  164. package/dist/styled-components.js +2 -2
  165. package/dist/svgl.cjs +2 -2
  166. package/dist/svgl.js +2 -2
  167. package/dist/upsales.cjs +2 -2
  168. package/dist/upsales.js +2 -2
  169. package/dist/volta.cjs +4 -4
  170. package/dist/volta.js +4 -4
  171. package/dist/web-components.cjs +2 -2
  172. package/dist/web-components.js +2 -2
  173. package/package.json +1 -1
@@ -0,0 +1,193 @@
1
+ // @thesvg/icons - etcd Cluster
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "k8s-etcd-cluster";
5
+ export const title = "etcd Cluster";
6
+ export const hex = "326CE5";
7
+ export const categories = ["Kubernetes", "Infrastructure"];
8
+ export const aliases = ["etcd"];
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.92.4 5da689c313, 2019-01-14"
26
+ sodipodi:docname="etcd.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="5.6568543"
37
+ inkscape:cx="-40.594342"
38
+ inkscape:cy="20.272431"
39
+ inkscape:document-units="mm"
40
+ inkscape:current-layer="layer1"
41
+ showgrid="false"
42
+ inkscape:window-width="1920"
43
+ inkscape:window-height="1043"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="0"
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
+ id="path2078"
87
+ d="m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"
88
+ 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"
89
+ inkscape:connector-curvature="0"
90
+ sodipodi:nodetypes="ccccccccccccc" />
91
+ <path
92
+ inkscape:connector-curvature="0"
93
+ style="fill:#326ce5;fill-opacity:1;stroke-width:0.03359297"
94
+ d="m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z"
95
+ id="path4590" />
96
+ </g>
97
+ </svg>`;
98
+ export const variants = {
99
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
100
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
101
+
102
+ <svg
103
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
104
+ xmlns:cc="http://creativecommons.org/ns#"
105
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
106
+ xmlns:svg="http://www.w3.org/2000/svg"
107
+ xmlns="http://www.w3.org/2000/svg"
108
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
109
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
110
+ width="18.035334mm"
111
+ height="17.500378mm"
112
+ viewBox="0 0 18.035334 17.500378"
113
+ version="1.1"
114
+ id="svg13826"
115
+ inkscape:version="0.92.4 5da689c313, 2019-01-14"
116
+ sodipodi:docname="etcd.svg">
117
+ <defs
118
+ id="defs13820" />
119
+ <sodipodi:namedview
120
+ id="base"
121
+ pagecolor="#ffffff"
122
+ bordercolor="#666666"
123
+ borderopacity="1.0"
124
+ inkscape:pageopacity="0.0"
125
+ inkscape:pageshadow="2"
126
+ inkscape:zoom="5.6568543"
127
+ inkscape:cx="-40.594342"
128
+ inkscape:cy="20.272431"
129
+ inkscape:document-units="mm"
130
+ inkscape:current-layer="layer1"
131
+ showgrid="false"
132
+ inkscape:window-width="1920"
133
+ inkscape:window-height="1043"
134
+ inkscape:window-x="0"
135
+ inkscape:window-y="0"
136
+ inkscape:window-maximized="1"
137
+ fit-margin-top="0"
138
+ fit-margin-left="0"
139
+ fit-margin-right="0"
140
+ fit-margin-bottom="0" />
141
+ <metadata
142
+ id="metadata13823">
143
+ <rdf:RDF>
144
+ <cc:Work
145
+ rdf:about="">
146
+ <dc:format>image/svg+xml</dc:format>
147
+ <dc:type
148
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
149
+ <dc:title />
150
+ </cc:Work>
151
+ </rdf:RDF>
152
+ </metadata>
153
+ <g
154
+ inkscape:label="Calque 1"
155
+ inkscape:groupmode="layer"
156
+ id="layer1"
157
+ transform="translate(-0.99262638,-1.174181)">
158
+ <g
159
+ id="g70"
160
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
161
+ <path
162
+ inkscape:export-ydpi="250.55"
163
+ inkscape:export-xdpi="250.55"
164
+ inkscape:export-filename="new.png"
165
+ inkscape:connector-curvature="0"
166
+ id="path3055"
167
+ 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"
168
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
169
+ <path
170
+ id="path3054-2-9"
171
+ 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"
172
+ 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"
173
+ inkscape:connector-curvature="0" />
174
+ </g>
175
+ <path
176
+ id="path2078"
177
+ d="m 9.9922551,5.0101377 c -0.1383198,-0.0044 -3.9953108,1.8917791 -4.0457408,1.9890241 -0.121149,0.233682 -0.9988,4.2814782 -0.94724,4.3687242 0.03,0.05065 0.662201,0.852305 1.40457,1.780771 l 1.349801,1.687753 2.22157,0.0011 2.2215797,0.0011 1.41282,-1.765785 1.41388,-1.765265 -0.49456,-2.1688598 c -0.2722,-1.1927395 -0.51565,-2.1882794 -0.54052,-2.2122694 -0.0695,-0.06688 -3.921171,-1.9137391 -3.9961599,-1.9161601 z"
178
+ 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"
179
+ inkscape:connector-curvature="0"
180
+ sodipodi:nodetypes="ccccccccccccc" />
181
+ <path
182
+ inkscape:connector-curvature="0"
183
+ style="fill:#326ce5;fill-opacity:1;stroke-width:0.03359297"
184
+ d="m 14.176587,10.528588 c -0.04038,0.0034 -0.08097,0.005 -0.124059,0.005 -0.250132,0 -0.492809,-0.05865 -0.711734,-0.166084 0.07289,-0.4181455 0.10387,-0.8394013 0.09574,-1.2591116 C 13.199199,8.765044 12.927938,8.4411072 12.621703,8.1426666 12.754564,7.8935747 12.950948,7.6792508 13.196144,7.5272763 l 0.10525,-0.065067 -0.08205,-0.092515 C 12.796721,6.8937935 12.292323,6.5258506 11.720437,6.2761888 L 11.60639,6.2265729 11.57743,6.3471033 C 11.50924,6.6280424 11.366669,6.8815004 11.170955,7.0848732 A 6.5117284,6.5117284 0 0 0 9.9966791,6.6009667 6.517439,6.517439 0 0 0 8.824216,7.0838659 C 8.62931,6.8807297 8.4870773,6.6279087 8.4191852,6.3477762 L 8.3899915,6.2272457 8.2763801,6.2766278 C 7.7117155,6.5226971 7.1934105,6.9006174 6.777698,7.3694067 l -0.08227,0.092718 0.1051471,0.065067 c 0.2444216,0.1513707 0.4402687,0.364452 0.572893,0.612166 -0.3052923,0.2972974 -0.5762539,0.6201936 -0.8134211,0.9619347 -0.00924,0.419543 0.020151,0.8438553 0.093389,1.2677986 -0.2178171,0.106388 -0.4591485,0.164403 -0.7076358,0.164403 -0.0436,0 -0.084419,-0.0017 -0.1240603,-0.0049 l -0.1235535,-0.0094 0.011592,0.123319 c 0.060535,0.624091 0.2542991,1.217645 0.576254,1.764404 l 0.062816,0.10669 0.094395,-0.08009 a 1.6138063,1.6138063 0 0 1 0.7638051,-0.357764 6.545926,6.545926 0 0 0 0.6537186,1.064764 c 0.3973366,0.138974 0.8113033,0.242709 1.2388409,0.304453 0.040984,0.28275 0.00835,0.575178 -0.1031928,0.845567 l -0.047022,0.11458 0.1209322,0.02664 c 0.3097274,0.06809 0.6222418,0.102794 0.9282062,0.102794 l 0.9279404,-0.102794 0.121069,-0.02664 -0.04713,-0.114786 c -0.111264,-0.270421 -0.143912,-0.563184 -0.10289,-0.84597 0.425826,-0.06183 0.838281,-0.16528 1.234138,-0.303848 a 6.5542573,6.5542573 0 0 0 0.654458,-1.065772 1.6209952,1.6209952 0 0 1 0.767534,0.358101 l 0.09436,0.07995 0.06255,-0.106424 c 0.322492,-0.547464 0.516258,-1.140985 0.575852,-1.76407 l 0.01161,-0.123116 z m -2.85191,1.508189 c -0.438992,0.119396 -0.884837,0.179655 -1.3279961,0.179655 -0.4443658,0 -0.8896428,-0.06024 -1.3290378,-0.179655 A 5.1482907,5.1482907 0 0 1 8.0988459,10.838515 C 7.9622586,10.418032 7.8823406,9.9775285 7.8591614,9.5238899 8.1428867,9.173078 8.465582,8.8657685 8.8221033,8.6070365 A 5.1269592,5.1269592 0 0 1 9.9966809,7.9683993 5.1478538,5.1478538 0 0 1 11.169008,8.6056585 c 0.3579,0.26011 0.682005,0.569805 0.967144,0.9227983 -0.02432,0.4510515 -0.105214,0.8890392 -0.242007,1.3088162 a 5.131897,5.131897 0 0 1 -0.569468,1.199504 z m -0.96546,-2.1162886 c 0,0.3101276 0.251342,0.5610006 0.561069,0.5610006 0.309626,0 0.560667,-0.250805 0.560667,-0.5610006 0,-0.3089223 -0.251041,-0.5607348 -0.560667,-0.5607348 -0.309727,0 -0.561036,0.2518125 -0.561036,0.5607348 z m -0.724868,0 c 0,0.3101276 -0.2512761,0.5610006 -0.5610047,0.5610006 -0.3099283,0 -0.5604978,-0.250805 -0.5604978,-0.5610006 0,-0.3088214 0.2506046,-0.5606339 0.5605341,-0.5606339 0.309725,0 0.5610011,0.2518125 0.5610011,0.5606665 z"
185
+ id="path4590" />
186
+ </g>
187
+ </svg>`
188
+ };
189
+ export const license = "Apache-2.0";
190
+ export const url = "https://kubernetes.io";
191
+
192
+ const k8s_etcd_cluster = { slug, title, hex, categories, aliases, svg, variants, license, url };
193
+ export default k8s_etcd_cluster;
@@ -0,0 +1,193 @@
1
+ "use strict";
2
+ // @thesvg/icons -Group
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "k8s-group";
8
+ exports.title = "Group";
9
+ exports.hex = "326CE5";
10
+ exports.categories = ["Kubernetes", "Identity"];
11
+ exports.aliases = ["group"];
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="group.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
+ <path
89
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1"
90
+ d="m 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z"
91
+ id="rect8317"
92
+ inkscape:connector-curvature="0" />
93
+ </g>
94
+ </svg>`;
95
+ exports.variants = {
96
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
97
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
98
+
99
+ <svg
100
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
101
+ xmlns:cc="http://creativecommons.org/ns#"
102
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
103
+ xmlns:svg="http://www.w3.org/2000/svg"
104
+ xmlns="http://www.w3.org/2000/svg"
105
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
106
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
107
+ width="18.035334mm"
108
+ height="17.500378mm"
109
+ viewBox="0 0 18.035334 17.500378"
110
+ version="1.1"
111
+ id="svg13826"
112
+ inkscape:version="0.91 r13725"
113
+ sodipodi:docname="group.svg">
114
+ <defs
115
+ id="defs13820" />
116
+ <sodipodi:namedview
117
+ id="base"
118
+ pagecolor="#ffffff"
119
+ bordercolor="#666666"
120
+ borderopacity="1.0"
121
+ inkscape:pageopacity="0.0"
122
+ inkscape:pageshadow="2"
123
+ inkscape:zoom="8"
124
+ inkscape:cx="-2.090004"
125
+ inkscape:cy="33.752239"
126
+ inkscape:document-units="mm"
127
+ inkscape:current-layer="layer1"
128
+ showgrid="false"
129
+ inkscape:window-width="1440"
130
+ inkscape:window-height="775"
131
+ inkscape:window-x="0"
132
+ inkscape:window-y="1"
133
+ inkscape:window-maximized="1"
134
+ fit-margin-top="0"
135
+ fit-margin-left="0"
136
+ fit-margin-right="0"
137
+ fit-margin-bottom="0" />
138
+ <metadata
139
+ id="metadata13823">
140
+ <rdf:RDF>
141
+ <cc:Work
142
+ rdf:about="">
143
+ <dc:format>image/svg+xml</dc:format>
144
+ <dc:type
145
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
146
+ <dc:title />
147
+ </cc:Work>
148
+ </rdf:RDF>
149
+ </metadata>
150
+ <g
151
+ inkscape:label="Calque 1"
152
+ inkscape:groupmode="layer"
153
+ id="layer1"
154
+ transform="translate(-0.99262638,-1.174181)">
155
+ <g
156
+ id="g70"
157
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
158
+ <path
159
+ inkscape:export-ydpi="250.55"
160
+ inkscape:export-xdpi="250.55"
161
+ inkscape:export-filename="new.png"
162
+ inkscape:connector-curvature="0"
163
+ id="path3055"
164
+ 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"
165
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
166
+ <path
167
+ id="path3054-2-9"
168
+ 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"
169
+ 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"
170
+ inkscape:connector-curvature="0" />
171
+ </g>
172
+ <path
173
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1"
174
+ d="m 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z"
175
+ id="rect8317"
176
+ inkscape:connector-curvature="0" />
177
+ </g>
178
+ </svg>`
179
+ };
180
+ exports.license = "Apache-2.0";
181
+ exports.url = "https://kubernetes.io";
182
+
183
+ exports.default = {
184
+ slug: exports.slug,
185
+ title: exports.title,
186
+ hex: exports.hex,
187
+ categories: exports.categories,
188
+ aliases: exports.aliases,
189
+ svg: exports.svg,
190
+ variants: exports.variants,
191
+ license: exports.license,
192
+ url: exports.url,
193
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - Group
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_group: IconModule;
17
+ export default k8s_group;
@@ -0,0 +1,181 @@
1
+ // @thesvg/icons - Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "k8s-group";
5
+ export const title = "Group";
6
+ export const hex = "326CE5";
7
+ export const categories = ["Kubernetes", "Identity"];
8
+ export const aliases = ["group"];
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="group.svg">
27
+ <defs
28
+ id="defs13820" />
29
+ <sodipodi:namedview
30
+ id="base"
31
+ pagecolor="#ffffff"
32
+ bordercolor="#666666"
33
+ borderopacity="1.0"
34
+ inkscape:pageopacity="0.0"
35
+ inkscape:pageshadow="2"
36
+ inkscape:zoom="8"
37
+ inkscape:cx="-2.090004"
38
+ inkscape:cy="33.752239"
39
+ inkscape:document-units="mm"
40
+ inkscape:current-layer="layer1"
41
+ showgrid="false"
42
+ inkscape:window-width="1440"
43
+ inkscape:window-height="775"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="1"
46
+ inkscape:window-maximized="1"
47
+ fit-margin-top="0"
48
+ fit-margin-left="0"
49
+ fit-margin-right="0"
50
+ fit-margin-bottom="0" />
51
+ <metadata
52
+ id="metadata13823">
53
+ <rdf:RDF>
54
+ <cc:Work
55
+ rdf:about="">
56
+ <dc:format>image/svg+xml</dc:format>
57
+ <dc:type
58
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
59
+ <dc:title />
60
+ </cc:Work>
61
+ </rdf:RDF>
62
+ </metadata>
63
+ <g
64
+ inkscape:label="Calque 1"
65
+ inkscape:groupmode="layer"
66
+ id="layer1"
67
+ transform="translate(-0.99262638,-1.174181)">
68
+ <g
69
+ id="g70"
70
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
71
+ <path
72
+ inkscape:export-ydpi="250.55"
73
+ inkscape:export-xdpi="250.55"
74
+ inkscape:export-filename="new.png"
75
+ inkscape:connector-curvature="0"
76
+ id="path3055"
77
+ d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
78
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
79
+ <path
80
+ id="path3054-2-9"
81
+ d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
82
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
83
+ inkscape:connector-curvature="0" />
84
+ </g>
85
+ <path
86
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1"
87
+ d="m 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z"
88
+ id="rect8317"
89
+ inkscape:connector-curvature="0" />
90
+ </g>
91
+ </svg>`;
92
+ export const variants = {
93
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
94
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
95
+
96
+ <svg
97
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
98
+ xmlns:cc="http://creativecommons.org/ns#"
99
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
100
+ xmlns:svg="http://www.w3.org/2000/svg"
101
+ xmlns="http://www.w3.org/2000/svg"
102
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
103
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
104
+ width="18.035334mm"
105
+ height="17.500378mm"
106
+ viewBox="0 0 18.035334 17.500378"
107
+ version="1.1"
108
+ id="svg13826"
109
+ inkscape:version="0.91 r13725"
110
+ sodipodi:docname="group.svg">
111
+ <defs
112
+ id="defs13820" />
113
+ <sodipodi:namedview
114
+ id="base"
115
+ pagecolor="#ffffff"
116
+ bordercolor="#666666"
117
+ borderopacity="1.0"
118
+ inkscape:pageopacity="0.0"
119
+ inkscape:pageshadow="2"
120
+ inkscape:zoom="8"
121
+ inkscape:cx="-2.090004"
122
+ inkscape:cy="33.752239"
123
+ inkscape:document-units="mm"
124
+ inkscape:current-layer="layer1"
125
+ showgrid="false"
126
+ inkscape:window-width="1440"
127
+ inkscape:window-height="775"
128
+ inkscape:window-x="0"
129
+ inkscape:window-y="1"
130
+ inkscape:window-maximized="1"
131
+ fit-margin-top="0"
132
+ fit-margin-left="0"
133
+ fit-margin-right="0"
134
+ fit-margin-bottom="0" />
135
+ <metadata
136
+ id="metadata13823">
137
+ <rdf:RDF>
138
+ <cc:Work
139
+ rdf:about="">
140
+ <dc:format>image/svg+xml</dc:format>
141
+ <dc:type
142
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
143
+ <dc:title />
144
+ </cc:Work>
145
+ </rdf:RDF>
146
+ </metadata>
147
+ <g
148
+ inkscape:label="Calque 1"
149
+ inkscape:groupmode="layer"
150
+ id="layer1"
151
+ transform="translate(-0.99262638,-1.174181)">
152
+ <g
153
+ id="g70"
154
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
155
+ <path
156
+ inkscape:export-ydpi="250.55"
157
+ inkscape:export-xdpi="250.55"
158
+ inkscape:export-filename="new.png"
159
+ inkscape:connector-curvature="0"
160
+ id="path3055"
161
+ 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"
162
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
163
+ <path
164
+ id="path3054-2-9"
165
+ 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"
166
+ 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"
167
+ inkscape:connector-curvature="0" />
168
+ </g>
169
+ <path
170
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.20160896;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:0.40321791, 0.20160896;stroke-dashoffset:5.01860619;stroke-opacity:1"
171
+ d="m 6.1663577,5.4236055 c -0.47469,0 -0.85677,0.382079 -0.85677,0.856768 l 0,7.2877045 c 0,0.47469 0.38208,0.857057 0.85677,0.857057 l 7.6878813,0 c 0.474679,0 0.85676,-0.382367 0.85676,-0.857057 l 0,-7.2877045 c 0,-0.474689 -0.382081,-0.856768 -0.85676,-0.856768 z m 2.59103,2.308032 c 0.5199394,0 0.9365204,0.419738 0.9365204,0.9396812 0,0.5199408 -0.416581,0.9396792 -0.9365204,0.9396792 -0.51994,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.41974,-0.9396812 0.93968,-0.9396812 z m 2.5058113,0 c 0.51995,0 0.93652,0.419738 0.93652,0.9396812 0,0.5199408 -0.41657,0.9396792 -0.93652,0.9396792 -0.519941,0 -0.93968,-0.4197384 -0.93968,-0.9396792 0,-0.5199432 0.419739,-0.9396812 0.93968,-0.9396812 z M 8.7573877,10.237453 c 0.7298004,0 2.1925913,0.366497 2.1925913,1.096295 l 0,0.783066 -4.3851813,0 0,-0.783066 c 0,-0.729798 1.46279,-1.096295 2.19259,-1.096295 z m 2.5058113,0 c 0.7298,10e-7 2.19259,0.366497 2.19259,1.096295 l 0,0.783066 -1.87936,0 0,-0.783066 c 0,-0.463564 -0.25362,-0.817645 -0.616951,-1.080749 0.109621,-0.0094 0.212891,-0.01555 0.303721,-0.01555 z"
172
+ id="rect8317"
173
+ inkscape:connector-curvature="0" />
174
+ </g>
175
+ </svg>`
176
+ };
177
+ export const license = "Apache-2.0";
178
+ export const url = "https://kubernetes.io";
179
+
180
+ const k8s_group = { slug, title, hex, categories, aliases, svg, variants, license, url };
181
+ export default k8s_group;