@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,287 @@
1
+ "use strict";
2
+ // @thesvg/icons -StorageClass
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "k8s-storageclass";
8
+ exports.title = "StorageClass";
9
+ exports.hex = "326CE5";
10
+ exports.categories = ["Kubernetes", "Storage"];
11
+ exports.aliases = ["sc"];
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="sc.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.01"
40
+ inkscape:cx="3.0086534"
41
+ inkscape:cy="26.225672"
42
+ inkscape:document-units="mm"
43
+ inkscape:current-layer="g3347"
44
+ showgrid="false"
45
+ inkscape:window-width="1440"
46
+ inkscape:window-height="775"
47
+ inkscape:window-x="0"
48
+ inkscape:window-y="1"
49
+ inkscape:window-maximized="1"
50
+ fit-margin-top="0"
51
+ fit-margin-left="0"
52
+ fit-margin-right="0"
53
+ fit-margin-bottom="0" />
54
+ <metadata
55
+ id="metadata13823">
56
+ <rdf:RDF>
57
+ <cc:Work
58
+ rdf:about="">
59
+ <dc:format>image/svg+xml</dc:format>
60
+ <dc:type
61
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
62
+ <dc:title />
63
+ </cc:Work>
64
+ </rdf:RDF>
65
+ </metadata>
66
+ <g
67
+ inkscape:label="Calque 1"
68
+ inkscape:groupmode="layer"
69
+ id="layer1"
70
+ transform="translate(-0.99262638,-1.174181)">
71
+ <g
72
+ id="g70"
73
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
74
+ <path
75
+ inkscape:export-ydpi="250.55"
76
+ inkscape:export-xdpi="250.55"
77
+ inkscape:export-filename="new.png"
78
+ inkscape:connector-curvature="0"
79
+ id="path3055"
80
+ d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
81
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
82
+ <path
83
+ id="path3054-2-9"
84
+ d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
85
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
86
+ inkscape:connector-curvature="0" />
87
+ </g>
88
+ <path
89
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
90
+ inkscape:connector-curvature="0"
91
+ d="m 5.4198595,10.526751 0,0 c 0,0.376676 2.10346,0.682033 4.6982195,0.682033 2.594751,0 4.69821,-0.305357 4.69821,-0.682033 l 0,1.845045 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
92
+ id="path6473" />
93
+ <path
94
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
95
+ inkscape:connector-curvature="0"
96
+ d="m 5.4198595,10.526751 0,0 c 0,-0.376674 2.10346,-0.6820334 4.6982195,-0.6820334 2.594751,0 4.69821,0.3053594 4.69821,0.6820334 l 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947595,0 -4.6982195,-0.305357 -4.6982195,-0.682033 z"
97
+ id="path6475" />
98
+ <path
99
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeee;stroke-width:0.20757429;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
100
+ inkscape:connector-curvature="0"
101
+ d="m 5.4198595,8.6089656 0,0 c 0,0.376676 2.10346,0.6820319 4.6982195,0.6820319 2.594751,0 4.69821,-0.3053559 4.69821,-0.6820319 l 0,1.8450454 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
102
+ id="path6479" />
103
+ <path
104
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
105
+ inkscape:connector-curvature="0"
106
+ d="m 5.4198595,8.2170433 0,0 c 0,-0.376675 2.10346,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947595,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 z"
107
+ id="path6481" />
108
+ <path
109
+ id="path6487"
110
+ d="m 5.4199585,5.6616598 0,0 c 0,-0.376674 2.103456,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.682032 z"
111
+ inkscape:connector-curvature="0"
112
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10" />
113
+ <g
114
+ id="g3347"
115
+ transform="translate(-0.10787059,0.73050426)">
116
+ <path
117
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
118
+ inkscape:connector-curvature="0"
119
+ d="m 5.4199585,5.6616598 0,0 c 0,0.376676 2.103456,0.682032 4.6982235,0.682032 2.594746,0 4.698212,-0.305356 4.698212,-0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 z"
120
+ id="path6485" />
121
+ <g
122
+ id="g3348">
123
+ <path
124
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66000002, 0.415;stroke-dashoffset:0;stroke-opacity:1"
125
+ inkscape:connector-curvature="0"
126
+ d="m 14.816289,10.881103 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947495,0 -4.6982195,-0.305357 -4.6982195,-0.682033 l 0,0 c 0,-0.376675 2.10347,-0.682031 4.6982195,-0.682031 2.594751,0 4.69821,0.305356 4.69821,0.682031 l 0,1.845046 c 0,0.376673 -2.103459,0.682029 -4.69821,0.682029 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.682029 l 0,-1.845046"
127
+ id="path6477" />
128
+ <path
129
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
130
+ inkscape:connector-curvature="0"
131
+ d="m 14.816289,7.8640013 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947495,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 l 0,0 c 0,-0.376675 2.10347,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,1.8450457 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.68203 l 0,-1.8450457"
132
+ id="path6483" />
133
+ <path
134
+ id="path6489"
135
+ d="m 14.816394,5.6616598 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.682032 l 0,0 c 0,-0.376674 2.103466,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 l 0,-1.845045"
136
+ inkscape:connector-curvature="0"
137
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41514859;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66059433, 0.41514858;stroke-dashoffset:0;stroke-opacity:1" />
138
+ </g>
139
+ </g>
140
+ </g>
141
+ </svg>`;
142
+ exports.variants = {
143
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
144
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
145
+
146
+ <svg
147
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
148
+ xmlns:cc="http://creativecommons.org/ns#"
149
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
150
+ xmlns:svg="http://www.w3.org/2000/svg"
151
+ xmlns="http://www.w3.org/2000/svg"
152
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
153
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
154
+ width="18.035334mm"
155
+ height="17.500378mm"
156
+ viewBox="0 0 18.035334 17.500378"
157
+ version="1.1"
158
+ id="svg13826"
159
+ inkscape:version="0.91 r13725"
160
+ sodipodi:docname="sc.svg">
161
+ <defs
162
+ id="defs13820" />
163
+ <sodipodi:namedview
164
+ id="base"
165
+ pagecolor="#ffffff"
166
+ bordercolor="#666666"
167
+ borderopacity="1.0"
168
+ inkscape:pageopacity="0.0"
169
+ inkscape:pageshadow="2"
170
+ inkscape:zoom="8.01"
171
+ inkscape:cx="3.0086534"
172
+ inkscape:cy="26.225672"
173
+ inkscape:document-units="mm"
174
+ inkscape:current-layer="g3347"
175
+ showgrid="false"
176
+ inkscape:window-width="1440"
177
+ inkscape:window-height="775"
178
+ inkscape:window-x="0"
179
+ inkscape:window-y="1"
180
+ inkscape:window-maximized="1"
181
+ fit-margin-top="0"
182
+ fit-margin-left="0"
183
+ fit-margin-right="0"
184
+ fit-margin-bottom="0" />
185
+ <metadata
186
+ id="metadata13823">
187
+ <rdf:RDF>
188
+ <cc:Work
189
+ rdf:about="">
190
+ <dc:format>image/svg+xml</dc:format>
191
+ <dc:type
192
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
193
+ <dc:title />
194
+ </cc:Work>
195
+ </rdf:RDF>
196
+ </metadata>
197
+ <g
198
+ inkscape:label="Calque 1"
199
+ inkscape:groupmode="layer"
200
+ id="layer1"
201
+ transform="translate(-0.99262638,-1.174181)">
202
+ <g
203
+ id="g70"
204
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
205
+ <path
206
+ inkscape:export-ydpi="250.55"
207
+ inkscape:export-xdpi="250.55"
208
+ inkscape:export-filename="new.png"
209
+ inkscape:connector-curvature="0"
210
+ id="path3055"
211
+ 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"
212
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
213
+ <path
214
+ id="path3054-2-9"
215
+ 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"
216
+ 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"
217
+ inkscape:connector-curvature="0" />
218
+ </g>
219
+ <path
220
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
221
+ inkscape:connector-curvature="0"
222
+ d="m 5.4198595,10.526751 0,0 c 0,0.376676 2.10346,0.682033 4.6982195,0.682033 2.594751,0 4.69821,-0.305357 4.69821,-0.682033 l 0,1.845045 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
223
+ id="path6473" />
224
+ <path
225
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
226
+ inkscape:connector-curvature="0"
227
+ d="m 5.4198595,10.526751 0,0 c 0,-0.376674 2.10346,-0.6820334 4.6982195,-0.6820334 2.594751,0 4.69821,0.3053594 4.69821,0.6820334 l 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947595,0 -4.6982195,-0.305357 -4.6982195,-0.682033 z"
228
+ id="path6475" />
229
+ <path
230
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeee;stroke-width:0.20757429;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
231
+ inkscape:connector-curvature="0"
232
+ d="m 5.4198595,8.6089656 0,0 c 0,0.376676 2.10346,0.6820319 4.6982195,0.6820319 2.594751,0 4.69821,-0.3053559 4.69821,-0.6820319 l 0,1.8450454 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
233
+ id="path6479" />
234
+ <path
235
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
236
+ inkscape:connector-curvature="0"
237
+ d="m 5.4198595,8.2170433 0,0 c 0,-0.376675 2.10346,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947595,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 z"
238
+ id="path6481" />
239
+ <path
240
+ id="path6487"
241
+ d="m 5.4199585,5.6616598 0,0 c 0,-0.376674 2.103456,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.682032 z"
242
+ inkscape:connector-curvature="0"
243
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10" />
244
+ <g
245
+ id="g3347"
246
+ transform="translate(-0.10787059,0.73050426)">
247
+ <path
248
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
249
+ inkscape:connector-curvature="0"
250
+ d="m 5.4199585,5.6616598 0,0 c 0,0.376676 2.103456,0.682032 4.6982235,0.682032 2.594746,0 4.698212,-0.305356 4.698212,-0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 z"
251
+ id="path6485" />
252
+ <g
253
+ id="g3348">
254
+ <path
255
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66000002, 0.415;stroke-dashoffset:0;stroke-opacity:1"
256
+ inkscape:connector-curvature="0"
257
+ d="m 14.816289,10.881103 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947495,0 -4.6982195,-0.305357 -4.6982195,-0.682033 l 0,0 c 0,-0.376675 2.10347,-0.682031 4.6982195,-0.682031 2.594751,0 4.69821,0.305356 4.69821,0.682031 l 0,1.845046 c 0,0.376673 -2.103459,0.682029 -4.69821,0.682029 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.682029 l 0,-1.845046"
258
+ id="path6477" />
259
+ <path
260
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
261
+ inkscape:connector-curvature="0"
262
+ d="m 14.816289,7.8640013 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947495,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 l 0,0 c 0,-0.376675 2.10347,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,1.8450457 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.68203 l 0,-1.8450457"
263
+ id="path6483" />
264
+ <path
265
+ id="path6489"
266
+ d="m 14.816394,5.6616598 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.682032 l 0,0 c 0,-0.376674 2.103466,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 l 0,-1.845045"
267
+ inkscape:connector-curvature="0"
268
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41514859;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66059433, 0.41514858;stroke-dashoffset:0;stroke-opacity:1" />
269
+ </g>
270
+ </g>
271
+ </g>
272
+ </svg>`
273
+ };
274
+ exports.license = "Apache-2.0";
275
+ exports.url = "https://kubernetes.io";
276
+
277
+ exports.default = {
278
+ slug: exports.slug,
279
+ title: exports.title,
280
+ hex: exports.hex,
281
+ categories: exports.categories,
282
+ aliases: exports.aliases,
283
+ svg: exports.svg,
284
+ variants: exports.variants,
285
+ license: exports.license,
286
+ url: exports.url,
287
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - StorageClass
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_storageclass: IconModule;
17
+ export default k8s_storageclass;
@@ -0,0 +1,275 @@
1
+ // @thesvg/icons - StorageClass
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "k8s-storageclass";
5
+ export const title = "StorageClass";
6
+ export const hex = "326CE5";
7
+ export const categories = ["Kubernetes", "Storage"];
8
+ export const aliases = ["sc"];
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="sc.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.01"
37
+ inkscape:cx="3.0086534"
38
+ inkscape:cy="26.225672"
39
+ inkscape:document-units="mm"
40
+ inkscape:current-layer="g3347"
41
+ showgrid="false"
42
+ inkscape:window-width="1440"
43
+ inkscape:window-height="775"
44
+ inkscape:window-x="0"
45
+ inkscape:window-y="1"
46
+ inkscape:window-maximized="1"
47
+ fit-margin-top="0"
48
+ fit-margin-left="0"
49
+ fit-margin-right="0"
50
+ fit-margin-bottom="0" />
51
+ <metadata
52
+ id="metadata13823">
53
+ <rdf:RDF>
54
+ <cc:Work
55
+ rdf:about="">
56
+ <dc:format>image/svg+xml</dc:format>
57
+ <dc:type
58
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
59
+ <dc:title />
60
+ </cc:Work>
61
+ </rdf:RDF>
62
+ </metadata>
63
+ <g
64
+ inkscape:label="Calque 1"
65
+ inkscape:groupmode="layer"
66
+ id="layer1"
67
+ transform="translate(-0.99262638,-1.174181)">
68
+ <g
69
+ id="g70"
70
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
71
+ <path
72
+ inkscape:export-ydpi="250.55"
73
+ inkscape:export-xdpi="250.55"
74
+ inkscape:export-filename="new.png"
75
+ inkscape:connector-curvature="0"
76
+ id="path3055"
77
+ d="m -6.8492015,4.2724668 a 1.1191255,1.1099671 0 0 0 -0.4288818,0.1085303 l -5.8524037,2.7963394 a 1.1191255,1.1099671 0 0 0 -0.605524,0.7529759 l -1.443828,6.2812846 a 1.1191255,1.1099671 0 0 0 0.151943,0.851028 1.1191255,1.1099671 0 0 0 0.06362,0.08832 l 4.0508,5.036555 a 1.1191255,1.1099671 0 0 0 0.874979,0.417654 l 6.4961011,-0.0015 a 1.1191255,1.1099671 0 0 0 0.8749788,-0.416906 L 1.3818872,15.149453 A 1.1191255,1.1099671 0 0 0 1.5981986,14.210104 L 0.15212657,7.9288154 A 1.1191255,1.1099671 0 0 0 -0.45339794,7.1758396 L -6.3065496,4.3809971 A 1.1191255,1.1099671 0 0 0 -6.8492015,4.2724668 Z"
78
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
79
+ <path
80
+ id="path3054-2-9"
81
+ d="M -6.8523435,3.8176372 A 1.1814304,1.171762 0 0 0 -7.3044284,3.932904 l -6.1787426,2.9512758 a 1.1814304,1.171762 0 0 0 -0.639206,0.794891 l -1.523915,6.6308282 a 1.1814304,1.171762 0 0 0 0.160175,0.89893 1.1814304,1.171762 0 0 0 0.06736,0.09281 l 4.276094,5.317236 a 1.1814304,1.171762 0 0 0 0.92363,0.440858 l 6.8576188,-0.0015 a 1.1814304,1.171762 0 0 0 0.9236308,-0.44011 l 4.2745966,-5.317985 a 1.1814304,1.171762 0 0 0 0.228288,-0.990993 L 0.53894439,7.6775738 A 1.1814304,1.171762 0 0 0 -0.10026101,6.8834313 L -6.2790037,3.9321555 A 1.1814304,1.171762 0 0 0 -6.8523435,3.8176372 Z m 0.00299,0.4550789 a 1.1191255,1.1099671 0 0 1 0.5426517,0.1085303 l 5.85315169,2.7948425 A 1.1191255,1.1099671 0 0 1 0.15197811,7.9290648 L 1.598051,14.21035 a 1.1191255,1.1099671 0 0 1 -0.2163123,0.939348 l -4.0493032,5.037304 a 1.1191255,1.1099671 0 0 1 -0.8749789,0.416906 l -6.4961006,0.0015 a 1.1191255,1.1099671 0 0 1 -0.874979,-0.417652 l -4.0508,-5.036554 a 1.1191255,1.1099671 0 0 1 -0.06362,-0.08832 1.1191255,1.1099671 0 0 1 -0.151942,-0.851028 l 1.443827,-6.2812853 a 1.1191255,1.1099671 0 0 1 0.605524,-0.7529758 l 5.8524036,-2.7963395 a 1.1191255,1.1099671 0 0 1 0.4288819,-0.1085303 z"
82
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
83
+ inkscape:connector-curvature="0" />
84
+ </g>
85
+ <path
86
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
87
+ inkscape:connector-curvature="0"
88
+ d="m 5.4198595,10.526751 0,0 c 0,0.376676 2.10346,0.682033 4.6982195,0.682033 2.594751,0 4.69821,-0.305357 4.69821,-0.682033 l 0,1.845045 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
89
+ id="path6473" />
90
+ <path
91
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
92
+ inkscape:connector-curvature="0"
93
+ d="m 5.4198595,10.526751 0,0 c 0,-0.376674 2.10346,-0.6820334 4.6982195,-0.6820334 2.594751,0 4.69821,0.3053594 4.69821,0.6820334 l 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947595,0 -4.6982195,-0.305357 -4.6982195,-0.682033 z"
94
+ id="path6475" />
95
+ <path
96
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeee;stroke-width:0.20757429;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
97
+ inkscape:connector-curvature="0"
98
+ d="m 5.4198595,8.6089656 0,0 c 0,0.376676 2.10346,0.6820319 4.6982195,0.6820319 2.594751,0 4.69821,-0.3053559 4.69821,-0.6820319 l 0,1.8450454 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
99
+ id="path6479" />
100
+ <path
101
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
102
+ inkscape:connector-curvature="0"
103
+ d="m 5.4198595,8.2170433 0,0 c 0,-0.376675 2.10346,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947595,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 z"
104
+ id="path6481" />
105
+ <path
106
+ id="path6487"
107
+ d="m 5.4199585,5.6616598 0,0 c 0,-0.376674 2.103456,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.682032 z"
108
+ inkscape:connector-curvature="0"
109
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10" />
110
+ <g
111
+ id="g3347"
112
+ transform="translate(-0.10787059,0.73050426)">
113
+ <path
114
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
115
+ inkscape:connector-curvature="0"
116
+ d="m 5.4199585,5.6616598 0,0 c 0,0.376676 2.103456,0.682032 4.6982235,0.682032 2.594746,0 4.698212,-0.305356 4.698212,-0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 z"
117
+ id="path6485" />
118
+ <g
119
+ id="g3348">
120
+ <path
121
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66000002, 0.415;stroke-dashoffset:0;stroke-opacity:1"
122
+ inkscape:connector-curvature="0"
123
+ d="m 14.816289,10.881103 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947495,0 -4.6982195,-0.305357 -4.6982195,-0.682033 l 0,0 c 0,-0.376675 2.10347,-0.682031 4.6982195,-0.682031 2.594751,0 4.69821,0.305356 4.69821,0.682031 l 0,1.845046 c 0,0.376673 -2.103459,0.682029 -4.69821,0.682029 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.682029 l 0,-1.845046"
124
+ id="path6477" />
125
+ <path
126
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
127
+ inkscape:connector-curvature="0"
128
+ d="m 14.816289,7.8640013 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947495,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 l 0,0 c 0,-0.376675 2.10347,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,1.8450457 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.68203 l 0,-1.8450457"
129
+ id="path6483" />
130
+ <path
131
+ id="path6489"
132
+ d="m 14.816394,5.6616598 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.682032 l 0,0 c 0,-0.376674 2.103466,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 l 0,-1.845045"
133
+ inkscape:connector-curvature="0"
134
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41514859;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66059433, 0.41514858;stroke-dashoffset:0;stroke-opacity:1" />
135
+ </g>
136
+ </g>
137
+ </g>
138
+ </svg>`;
139
+ export const variants = {
140
+ "default": `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
141
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
142
+
143
+ <svg
144
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
145
+ xmlns:cc="http://creativecommons.org/ns#"
146
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
147
+ xmlns:svg="http://www.w3.org/2000/svg"
148
+ xmlns="http://www.w3.org/2000/svg"
149
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
150
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
151
+ width="18.035334mm"
152
+ height="17.500378mm"
153
+ viewBox="0 0 18.035334 17.500378"
154
+ version="1.1"
155
+ id="svg13826"
156
+ inkscape:version="0.91 r13725"
157
+ sodipodi:docname="sc.svg">
158
+ <defs
159
+ id="defs13820" />
160
+ <sodipodi:namedview
161
+ id="base"
162
+ pagecolor="#ffffff"
163
+ bordercolor="#666666"
164
+ borderopacity="1.0"
165
+ inkscape:pageopacity="0.0"
166
+ inkscape:pageshadow="2"
167
+ inkscape:zoom="8.01"
168
+ inkscape:cx="3.0086534"
169
+ inkscape:cy="26.225672"
170
+ inkscape:document-units="mm"
171
+ inkscape:current-layer="g3347"
172
+ showgrid="false"
173
+ inkscape:window-width="1440"
174
+ inkscape:window-height="775"
175
+ inkscape:window-x="0"
176
+ inkscape:window-y="1"
177
+ inkscape:window-maximized="1"
178
+ fit-margin-top="0"
179
+ fit-margin-left="0"
180
+ fit-margin-right="0"
181
+ fit-margin-bottom="0" />
182
+ <metadata
183
+ id="metadata13823">
184
+ <rdf:RDF>
185
+ <cc:Work
186
+ rdf:about="">
187
+ <dc:format>image/svg+xml</dc:format>
188
+ <dc:type
189
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
190
+ <dc:title />
191
+ </cc:Work>
192
+ </rdf:RDF>
193
+ </metadata>
194
+ <g
195
+ inkscape:label="Calque 1"
196
+ inkscape:groupmode="layer"
197
+ id="layer1"
198
+ transform="translate(-0.99262638,-1.174181)">
199
+ <g
200
+ id="g70"
201
+ transform="matrix(1.0148887,0,0,1.0148887,16.902146,-2.698726)">
202
+ <path
203
+ inkscape:export-ydpi="250.55"
204
+ inkscape:export-xdpi="250.55"
205
+ inkscape:export-filename="new.png"
206
+ inkscape:connector-curvature="0"
207
+ id="path3055"
208
+ 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"
209
+ style="fill:#326ce5;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
210
+ <path
211
+ id="path3054-2-9"
212
+ 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"
213
+ 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"
214
+ inkscape:connector-curvature="0" />
215
+ </g>
216
+ <path
217
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
218
+ inkscape:connector-curvature="0"
219
+ d="m 5.4198595,10.526751 0,0 c 0,0.376676 2.10346,0.682033 4.6982195,0.682033 2.594751,0 4.69821,-0.305357 4.69821,-0.682033 l 0,1.845045 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
220
+ id="path6473" />
221
+ <path
222
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
223
+ inkscape:connector-curvature="0"
224
+ d="m 5.4198595,10.526751 0,0 c 0,-0.376674 2.10346,-0.6820334 4.6982195,-0.6820334 2.594751,0 4.69821,0.3053594 4.69821,0.6820334 l 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947595,0 -4.6982195,-0.305357 -4.6982195,-0.682033 z"
225
+ id="path6475" />
226
+ <path
227
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeee;stroke-width:0.20757429;stroke-linecap:square;stroke-miterlimit:10;stroke-opacity:1"
228
+ inkscape:connector-curvature="0"
229
+ d="m 5.4198595,8.6089656 0,0 c 0,0.376676 2.10346,0.6820319 4.6982195,0.6820319 2.594751,0 4.69821,-0.3053559 4.69821,-0.6820319 l 0,1.8450454 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947595,0 -4.6982195,-0.305356 -4.6982195,-0.68203 z"
230
+ id="path6479" />
231
+ <path
232
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
233
+ inkscape:connector-curvature="0"
234
+ d="m 5.4198595,8.2170433 0,0 c 0,-0.376675 2.10346,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947595,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 z"
235
+ id="path6481" />
236
+ <path
237
+ id="path6487"
238
+ d="m 5.4199585,5.6616598 0,0 c 0,-0.376674 2.103456,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.682032 z"
239
+ inkscape:connector-curvature="0"
240
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10" />
241
+ <g
242
+ id="g3347"
243
+ transform="translate(-0.10787059,0.73050426)">
244
+ <path
245
+ style="fill:#326ce5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20757428;stroke-linecap:square;stroke-miterlimit:10"
246
+ inkscape:connector-curvature="0"
247
+ d="m 5.4199585,5.6616598 0,0 c 0,0.376676 2.103456,0.682032 4.6982235,0.682032 2.594746,0 4.698212,-0.305356 4.698212,-0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947675,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 z"
248
+ id="path6485" />
249
+ <g
250
+ id="g3348">
251
+ <path
252
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66000002, 0.415;stroke-dashoffset:0;stroke-opacity:1"
253
+ inkscape:connector-curvature="0"
254
+ d="m 14.816289,10.881103 0,0 c 0,0.376676 -2.103459,0.682033 -4.69821,0.682033 -2.5947495,0 -4.6982195,-0.305357 -4.6982195,-0.682033 l 0,0 c 0,-0.376675 2.10347,-0.682031 4.6982195,-0.682031 2.594751,0 4.69821,0.305356 4.69821,0.682031 l 0,1.845046 c 0,0.376673 -2.103459,0.682029 -4.69821,0.682029 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.682029 l 0,-1.845046"
255
+ id="path6477" />
256
+ <path
257
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
258
+ inkscape:connector-curvature="0"
259
+ d="m 14.816289,7.8640013 0,0 c 0,0.376676 -2.103459,0.6820319 -4.69821,0.6820319 -2.5947495,0 -4.6982195,-0.3053559 -4.6982195,-0.6820319 l 0,0 c 0,-0.376675 2.10347,-0.6820325 4.6982195,-0.6820325 2.594751,0 4.69821,0.3053575 4.69821,0.6820325 l 0,1.8450457 c 0,0.376674 -2.103459,0.68203 -4.69821,0.68203 -2.5947495,0 -4.6982195,-0.305356 -4.6982195,-0.68203 l 0,-1.8450457"
260
+ id="path6483" />
261
+ <path
262
+ id="path6489"
263
+ d="m 14.816394,5.6616598 0,0 c 0,0.376676 -2.103466,0.682032 -4.698212,0.682032 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.682032 l 0,0 c 0,-0.376674 2.103466,-0.682032 4.6982235,-0.682032 2.594746,0 4.698212,0.305358 4.698212,0.682032 l 0,1.845045 c 0,0.3766745 -2.103466,0.6820305 -4.698212,0.6820305 -2.5947575,0 -4.6982235,-0.305356 -4.6982235,-0.6820305 l 0,-1.845045"
264
+ inkscape:connector-curvature="0"
265
+ style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.41514859;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1.66059433, 0.41514858;stroke-dashoffset:0;stroke-opacity:1" />
266
+ </g>
267
+ </g>
268
+ </g>
269
+ </svg>`
270
+ };
271
+ export const license = "Apache-2.0";
272
+ export const url = "https://kubernetes.io";
273
+
274
+ const k8s_storageclass = { slug, title, hex, categories, aliases, svg, variants, license, url };
275
+ export default k8s_storageclass;