@logoicon/react 1.0.3 → 1.0.4

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 (220) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/css/icon.cjs +4 -4
  3. package/dist/css/icon.js +4 -4
  4. package/dist/expressjs/icon-dark.cjs +3 -3
  5. package/dist/expressjs/icon-dark.js +3 -3
  6. package/dist/expressjs/icon-light.cjs +3 -3
  7. package/dist/expressjs/icon-light.js +3 -3
  8. package/dist/expressjs/logo-dark.cjs +3 -3
  9. package/dist/expressjs/logo-dark.js +3 -3
  10. package/dist/expressjs/logo-light.cjs +3 -3
  11. package/dist/expressjs/logo-light.js +3 -3
  12. package/dist/facebook/icon-mono.cjs +36 -0
  13. package/dist/facebook/icon-mono.d.cts +6 -0
  14. package/dist/facebook/icon-mono.d.ts +6 -0
  15. package/dist/facebook/icon-mono.js +12 -0
  16. package/dist/facebook/icon.cjs +42 -0
  17. package/dist/facebook/icon.d.cts +6 -0
  18. package/dist/facebook/icon.d.ts +6 -0
  19. package/dist/facebook/icon.js +18 -0
  20. package/dist/firebase/icon-dark.cjs +3 -3
  21. package/dist/firebase/icon-dark.js +3 -3
  22. package/dist/firebase/icon-light.cjs +3 -3
  23. package/dist/firebase/icon-light.js +3 -3
  24. package/dist/firebase/icon.cjs +6 -6
  25. package/dist/firebase/icon.js +6 -6
  26. package/dist/firebase/logo-dark.cjs +14 -14
  27. package/dist/firebase/logo-dark.js +14 -14
  28. package/dist/firebase/logo-light.cjs +14 -14
  29. package/dist/firebase/logo-light.js +14 -14
  30. package/dist/git/icon-dark.cjs +2 -2
  31. package/dist/git/icon-dark.js +2 -2
  32. package/dist/git/icon-light.cjs +2 -2
  33. package/dist/git/icon-light.js +2 -2
  34. package/dist/git/icon.cjs +2 -2
  35. package/dist/git/icon.js +2 -2
  36. package/dist/git/logo-dark.cjs +6 -6
  37. package/dist/git/logo-dark.js +6 -6
  38. package/dist/git/logo-light.cjs +6 -6
  39. package/dist/git/logo-light.js +6 -6
  40. package/dist/git/logo.cjs +6 -6
  41. package/dist/git/logo.js +6 -6
  42. package/dist/github/icon-dark.cjs +3 -3
  43. package/dist/github/icon-dark.js +3 -3
  44. package/dist/github/icon-light.cjs +3 -3
  45. package/dist/github/icon-light.js +3 -3
  46. package/dist/github/logo-dark.cjs +10 -10
  47. package/dist/github/logo-dark.js +10 -10
  48. package/dist/github/logo-light.cjs +10 -10
  49. package/dist/github/logo-light.js +10 -10
  50. package/dist/gitlab/icon-mono-dark.cjs +3 -3
  51. package/dist/gitlab/icon-mono-dark.js +3 -3
  52. package/dist/gitlab/icon-mono-light.cjs +3 -3
  53. package/dist/gitlab/icon-mono-light.js +3 -3
  54. package/dist/gitlab/icon.cjs +6 -6
  55. package/dist/gitlab/icon.js +6 -6
  56. package/dist/gitlab/logo-dark.cjs +14 -14
  57. package/dist/gitlab/logo-dark.js +14 -14
  58. package/dist/gitlab/logo-mono-dark.cjs +10 -10
  59. package/dist/gitlab/logo-mono-dark.js +10 -10
  60. package/dist/gitlab/logo-mono-light.cjs +10 -10
  61. package/dist/gitlab/logo-mono-light.js +10 -10
  62. package/dist/gitlab/logo.cjs +14 -14
  63. package/dist/gitlab/logo.js +14 -14
  64. package/dist/html/icon-dark.cjs +13 -13
  65. package/dist/html/icon-dark.js +13 -13
  66. package/dist/html/icon-light.cjs +13 -13
  67. package/dist/html/icon-light.js +13 -13
  68. package/dist/html/icon.cjs +13 -13
  69. package/dist/html/icon.js +13 -13
  70. package/dist/index.cjs +139 -88
  71. package/dist/index.d.cts +17 -0
  72. package/dist/index.d.ts +17 -0
  73. package/dist/index.js +34 -0
  74. package/dist/javascript/icon.cjs +4 -4
  75. package/dist/javascript/icon.js +4 -4
  76. package/dist/linkedin/icon-mono-dark.cjs +38 -0
  77. package/dist/linkedin/icon-mono-dark.d.cts +6 -0
  78. package/dist/linkedin/icon-mono-dark.d.ts +6 -0
  79. package/dist/linkedin/icon-mono-dark.js +14 -0
  80. package/dist/linkedin/icon-mono-light.cjs +38 -0
  81. package/dist/linkedin/icon-mono-light.d.cts +6 -0
  82. package/dist/linkedin/icon-mono-light.d.ts +6 -0
  83. package/dist/linkedin/icon-mono-light.js +14 -0
  84. package/dist/linkedin/icon.cjs +38 -0
  85. package/dist/linkedin/icon.d.cts +6 -0
  86. package/dist/linkedin/icon.d.ts +6 -0
  87. package/dist/linkedin/icon.js +14 -0
  88. package/dist/linkedin/logo.cjs +45 -0
  89. package/dist/linkedin/logo.d.cts +6 -0
  90. package/dist/linkedin/logo.d.ts +6 -0
  91. package/dist/linkedin/logo.js +21 -0
  92. package/dist/lua/drawing.cjs +7 -7
  93. package/dist/lua/drawing.js +7 -7
  94. package/dist/metadata.cjs +30 -13
  95. package/dist/metadata.d.cts +231 -95
  96. package/dist/metadata.d.ts +231 -95
  97. package/dist/metadata.js +30 -13
  98. package/dist/mongodb/icon-dark.cjs +36 -0
  99. package/dist/mongodb/icon-dark.d.cts +6 -0
  100. package/dist/mongodb/icon-dark.d.ts +6 -0
  101. package/dist/mongodb/icon-dark.js +12 -0
  102. package/dist/mongodb/icon-light.cjs +36 -0
  103. package/dist/mongodb/icon-light.d.cts +6 -0
  104. package/dist/mongodb/icon-light.d.ts +6 -0
  105. package/dist/mongodb/icon-light.js +12 -0
  106. package/dist/mongodb/icon.cjs +36 -0
  107. package/dist/mongodb/icon.d.cts +6 -0
  108. package/dist/mongodb/icon.d.ts +6 -0
  109. package/dist/mongodb/icon.js +12 -0
  110. package/dist/mongodb/logo-dark.cjs +44 -0
  111. package/dist/mongodb/logo-dark.d.cts +6 -0
  112. package/dist/mongodb/logo-dark.d.ts +6 -0
  113. package/dist/mongodb/logo-dark.js +20 -0
  114. package/dist/mongodb/logo-light.cjs +44 -0
  115. package/dist/mongodb/logo-light.d.cts +6 -0
  116. package/dist/mongodb/logo-light.d.ts +6 -0
  117. package/dist/mongodb/logo-light.js +20 -0
  118. package/dist/mongodb/logo.cjs +44 -0
  119. package/dist/mongodb/logo.d.cts +6 -0
  120. package/dist/mongodb/logo.d.ts +6 -0
  121. package/dist/mongodb/logo.js +20 -0
  122. package/dist/mysql/logo.cjs +43 -0
  123. package/dist/mysql/logo.d.cts +6 -0
  124. package/dist/mysql/logo.d.ts +6 -0
  125. package/dist/mysql/logo.js +19 -0
  126. package/dist/neovim/icon.cjs +17 -17
  127. package/dist/neovim/icon.js +17 -17
  128. package/dist/neovim/logo-mono.cjs +17 -17
  129. package/dist/neovim/logo-mono.js +17 -17
  130. package/dist/neovim/logo.cjs +27 -27
  131. package/dist/neovim/logo.js +27 -27
  132. package/dist/nextjs/icon-dark.cjs +13 -13
  133. package/dist/nextjs/icon-dark.js +13 -13
  134. package/dist/nextjs/icon-light.cjs +13 -13
  135. package/dist/nextjs/icon-light.js +13 -13
  136. package/dist/nextjs/logo-dark.cjs +10 -10
  137. package/dist/nextjs/logo-dark.js +10 -10
  138. package/dist/nextjs/logo-light.cjs +10 -10
  139. package/dist/nextjs/logo-light.js +10 -10
  140. package/dist/nodejs/icon-dark.cjs +5 -5
  141. package/dist/nodejs/icon-dark.js +5 -5
  142. package/dist/nodejs/icon-light.cjs +5 -5
  143. package/dist/nodejs/icon-light.js +5 -5
  144. package/dist/nodejs/icon.cjs +21 -21
  145. package/dist/nodejs/icon.js +21 -21
  146. package/dist/nodejs/logo-dark.cjs +28 -28
  147. package/dist/nodejs/logo-dark.js +28 -28
  148. package/dist/nodejs/logo-light.cjs +28 -28
  149. package/dist/nodejs/logo-light.js +28 -28
  150. package/dist/php/icon.cjs +21 -21
  151. package/dist/php/icon.js +21 -21
  152. package/dist/postgresql/icon.cjs +50 -0
  153. package/dist/postgresql/icon.d.cts +6 -0
  154. package/dist/postgresql/icon.d.ts +6 -0
  155. package/dist/postgresql/icon.js +26 -0
  156. package/dist/puppeteer/icon.cjs +7 -7
  157. package/dist/puppeteer/icon.js +7 -7
  158. package/dist/python/icon.cjs +35 -35
  159. package/dist/python/icon.js +35 -35
  160. package/dist/python/logo.cjs +42 -42
  161. package/dist/python/logo.js +42 -42
  162. package/dist/react/icon.cjs +5 -5
  163. package/dist/react/icon.js +5 -5
  164. package/dist/sqlite/logo.cjs +57 -0
  165. package/dist/sqlite/logo.d.cts +6 -0
  166. package/dist/sqlite/logo.d.ts +6 -0
  167. package/dist/sqlite/logo.js +33 -0
  168. package/dist/tailwindcss/icon.cjs +2 -2
  169. package/dist/tailwindcss/icon.js +2 -2
  170. package/dist/tailwindcss/logo-light.cjs +2 -2
  171. package/dist/tailwindcss/logo-light.js +2 -2
  172. package/dist/turbo/icon-dark.cjs +6 -6
  173. package/dist/turbo/icon-dark.js +6 -6
  174. package/dist/turbo/icon-light.cjs +6 -6
  175. package/dist/turbo/icon-light.js +6 -6
  176. package/dist/turbo/logo-dark.cjs +11 -11
  177. package/dist/turbo/logo-dark.js +11 -11
  178. package/dist/turbo/logo-light.cjs +11 -11
  179. package/dist/turbo/logo-light.js +11 -11
  180. package/dist/turbopack/icon-dark.cjs +15 -15
  181. package/dist/turbopack/icon-dark.js +15 -15
  182. package/dist/turbopack/icon-light.cjs +15 -15
  183. package/dist/turbopack/icon-light.js +15 -15
  184. package/dist/turbopack/logo-dark.cjs +24 -24
  185. package/dist/turbopack/logo-dark.js +24 -24
  186. package/dist/turbopack/logo-light.cjs +24 -24
  187. package/dist/turbopack/logo-light.js +24 -24
  188. package/dist/turborepo/icon-dark.cjs +6 -6
  189. package/dist/turborepo/icon-dark.js +6 -6
  190. package/dist/turborepo/icon-light.cjs +6 -6
  191. package/dist/turborepo/icon-light.js +6 -6
  192. package/dist/turborepo/logo-dark.cjs +15 -15
  193. package/dist/turborepo/logo-dark.js +15 -15
  194. package/dist/turborepo/logo-light.cjs +15 -15
  195. package/dist/turborepo/logo-light.js +15 -15
  196. package/dist/typescript/icon.cjs +5 -5
  197. package/dist/typescript/icon.js +5 -5
  198. package/dist/typescript/logo-dark.cjs +4 -4
  199. package/dist/typescript/logo-dark.js +4 -4
  200. package/dist/v0/logo-dark.cjs +5 -5
  201. package/dist/v0/logo-dark.js +5 -5
  202. package/dist/v0/logo-light.cjs +5 -5
  203. package/dist/v0/logo-light.js +5 -5
  204. package/dist/vercel/icon-dark.cjs +3 -3
  205. package/dist/vercel/icon-dark.js +3 -3
  206. package/dist/vercel/icon-light.cjs +3 -3
  207. package/dist/vercel/icon-light.js +3 -3
  208. package/dist/vercel/logo-dark.cjs +3 -3
  209. package/dist/vercel/logo-dark.js +3 -3
  210. package/dist/vercel/logo-light.cjs +3 -3
  211. package/dist/vercel/logo-light.js +3 -3
  212. package/dist/x/icon-dark.cjs +36 -0
  213. package/dist/x/icon-dark.d.cts +6 -0
  214. package/dist/x/icon-dark.d.ts +6 -0
  215. package/dist/x/icon-dark.js +12 -0
  216. package/dist/x/icon-light.cjs +36 -0
  217. package/dist/x/icon-light.d.cts +6 -0
  218. package/dist/x/icon-light.d.ts +6 -0
  219. package/dist/x/icon-light.js +12 -0
  220. package/package.json +5 -5
@@ -1,11 +1,11 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const NodejsIconLight = (props) => {
3
- return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "df39a0ec__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
4
- /* @__PURE__ */ jsxs("g", { id: "682c7d41__g2", fill: "#5fa04e", clipPath: "url(#clip0_337_7891)", transform: "matrix(0.34455531,0,0,0.34455531,-0.27495513,-0.39520494)", children: [
5
- /* @__PURE__ */ jsx("path", { id: "a0ebd0d7__path1", d: "m 35.625,79.5 c -1.081,0 -2.09,-0.288 -3.028,-0.792 l -9.59,-5.686 c -1.442,-0.792 -0.721,-1.08 -0.289,-1.224 1.947,-0.648 2.308,-0.792 4.327,-1.944 0.216,-0.144 0.504,-0.072 0.72,0.072 l 7.356,4.391 c 0.288,0.144 0.649,0.144 0.865,0 l 28.77,-16.628 c 0.289,-0.144 0.433,-0.431 0.433,-0.791 V 23.714 c 0,-0.36 -0.144,-0.648 -0.432,-0.792 L 35.986,6.366 c -0.288,-0.144 -0.65,-0.144 -0.865,0 L 6.35,22.922 c -0.29,0.144 -0.434,0.504 -0.434,0.792 v 33.184 c 0,0.287 0.145,0.647 0.433,0.791 l 7.86,4.535 c 4.254,2.16 6.922,-0.36 6.922,-2.879 V 26.593 c 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.678 c 0.432,0 0.865,0.36 0.865,0.864 v 32.752 c 0,5.687 -3.1,8.998 -8.509,8.998 -1.658,0 -2.956,0 -6.633,-1.8 L 3.825,62.224 A 6.073,6.073 0 0 1 0.798,56.97 V 23.786 A 6.073,6.073 0 0 1 3.826,18.531 L 32.596,1.903 c 1.804,-1.008 4.255,-1.008 6.058,0 l 28.77,16.628 a 6.073,6.073 0 0 1 3.029,5.255 V 56.97 a 6.073,6.073 0 0 1 -3.029,5.254 l -28.77,16.628 c -0.865,0.36 -1.947,0.648 -3.029,0.648 z" }),
6
- /* @__PURE__ */ jsx("path", { id: "8efdc41a__path2", d: "m 44.567,56.682 c -12.62,0 -15.215,-5.759 -15.215,-10.654 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.75 c 0.433,0 0.793,0.288 0.793,0.72 0.577,3.815 2.235,5.687 9.879,5.687 6.057,0 8.652,-1.368 8.652,-4.607 0,-1.871 -0.72,-3.24 -10.167,-4.175 -7.86,-0.792 -12.762,-2.52 -12.762,-8.782 0,-5.83 4.903,-9.285 13.123,-9.285 9.23,0 13.772,3.167 14.35,10.077 0,0.216 -0.073,0.432 -0.217,0.648 -0.144,0.144 -0.36,0.288 -0.577,0.288 h -3.822 a 0.844,0.844 0 0 1 -0.793,-0.648 c -0.865,-3.96 -3.1,-5.255 -9.013,-5.255 -6.634,0 -7.427,2.304 -7.427,4.031 0,2.088 0.937,2.736 9.879,3.887 8.869,1.152 13.05,2.808 13.05,8.998 0,6.335 -5.263,9.934 -14.348,9.934 z" })
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "36277e6c__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
4
+ /* @__PURE__ */ jsxs("g", { id: "13978d13__g2", fill: "#5fa04e", clipPath: "url(#clip0_337_7891)", transform: "matrix(0.34455531,0,0,0.34455531,-0.27495513,-0.39520494)", children: [
5
+ /* @__PURE__ */ jsx("path", { id: "75cc1f6c__path1", d: "m 35.625,79.5 c -1.081,0 -2.09,-0.288 -3.028,-0.792 l -9.59,-5.686 c -1.442,-0.792 -0.721,-1.08 -0.289,-1.224 1.947,-0.648 2.308,-0.792 4.327,-1.944 0.216,-0.144 0.504,-0.072 0.72,0.072 l 7.356,4.391 c 0.288,0.144 0.649,0.144 0.865,0 l 28.77,-16.628 c 0.289,-0.144 0.433,-0.431 0.433,-0.791 V 23.714 c 0,-0.36 -0.144,-0.648 -0.432,-0.792 L 35.986,6.366 c -0.288,-0.144 -0.65,-0.144 -0.865,0 L 6.35,22.922 c -0.29,0.144 -0.434,0.504 -0.434,0.792 v 33.184 c 0,0.287 0.145,0.647 0.433,0.791 l 7.86,4.535 c 4.254,2.16 6.922,-0.36 6.922,-2.879 V 26.593 c 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.678 c 0.432,0 0.865,0.36 0.865,0.864 v 32.752 c 0,5.687 -3.1,8.998 -8.509,8.998 -1.658,0 -2.956,0 -6.633,-1.8 L 3.825,62.224 A 6.073,6.073 0 0 1 0.798,56.97 V 23.786 A 6.073,6.073 0 0 1 3.826,18.531 L 32.596,1.903 c 1.804,-1.008 4.255,-1.008 6.058,0 l 28.77,16.628 a 6.073,6.073 0 0 1 3.029,5.255 V 56.97 a 6.073,6.073 0 0 1 -3.029,5.254 l -28.77,16.628 c -0.865,0.36 -1.947,0.648 -3.029,0.648 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "a8cfb0ff__path2", d: "m 44.567,56.682 c -12.62,0 -15.215,-5.759 -15.215,-10.654 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.75 c 0.433,0 0.793,0.288 0.793,0.72 0.577,3.815 2.235,5.687 9.879,5.687 6.057,0 8.652,-1.368 8.652,-4.607 0,-1.871 -0.72,-3.24 -10.167,-4.175 -7.86,-0.792 -12.762,-2.52 -12.762,-8.782 0,-5.83 4.903,-9.285 13.123,-9.285 9.23,0 13.772,3.167 14.35,10.077 0,0.216 -0.073,0.432 -0.217,0.648 -0.144,0.144 -0.36,0.288 -0.577,0.288 h -3.822 a 0.844,0.844 0 0 1 -0.793,-0.648 c -0.865,-3.96 -3.1,-5.255 -9.013,-5.255 -6.634,0 -7.427,2.304 -7.427,4.031 0,2.088 0.937,2.736 9.879,3.887 8.869,1.152 13.05,2.808 13.05,8.998 0,6.335 -5.263,9.934 -14.348,9.934 z" })
7
7
  ] }),
8
- /* @__PURE__ */ jsx("defs", { id: "6af498df__defs3", children: /* @__PURE__ */ jsx("clipPath", { id: "26a44635__clip0_337_7891", children: /* @__PURE__ */ jsx("path", { id: "4d9ccab7__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
8
+ /* @__PURE__ */ jsx("defs", { id: "f4bf3dd6__defs3", children: /* @__PURE__ */ jsx("clipPath", { id: "2dec12b5__clip0_337_7891", children: /* @__PURE__ */ jsx("path", { id: "0b2bb77b__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
9
9
  ] });
10
10
  };
11
11
  var icon_light_default = NodejsIconLight;
@@ -24,31 +24,31 @@ __export(icon_exports, {
24
24
  module.exports = __toCommonJS(icon_exports);
25
25
  var import_jsx_runtime = require("react/jsx-runtime");
26
26
  const NodejsIcon = (props) => {
27
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "8ff74d02__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
28
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "77c6d4bf__defs12", children: [
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b431e54d__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "582901a8__stop1", stopColor: "#3F8B3D" }),
31
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bb1dac18__stop2", offset: "0.64", stopColor: "#3F873F" }),
32
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "398f6398__stop3", offset: "0.93", stopColor: "#3DA92E" }),
33
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4ce8b2de__stop4", offset: "1", stopColor: "#3DAE2B" })
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "edfee13a__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "080ae7b9__defs12", children: [
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "61516f43__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a3477509__stop1", stopColor: "#3F8B3D" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0a43891a__stop2", offset: "0.64", stopColor: "#3F873F" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ffff987d__stop3", offset: "0.93", stopColor: "#3DA92E" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bf90983e__stop4", offset: "1", stopColor: "#3DAE2B" })
34
34
  ] }),
35
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d652a8f5__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
36
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f464e341__stop5", offset: "0.14", stopColor: "#3F873F" }),
37
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d5436984__stop6", offset: "0.4", stopColor: "#52A044" }),
38
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "20de0736__stop7", offset: "0.71", stopColor: "#64B749" }),
39
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "332d5de8__stop8", offset: "0.91", stopColor: "#6ABF4B" })
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "ed3a0493__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d512cba2__stop5", offset: "0.14", stopColor: "#3F873F" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "15cd6f02__stop6", offset: "0.4", stopColor: "#52A044" }),
38
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b90b8179__stop7", offset: "0.71", stopColor: "#64B749" }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5c1f955f__stop8", offset: "0.91", stopColor: "#6ABF4B" })
40
40
  ] }),
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "35ddcb2a__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d10b41db__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ada9ad72__stop10", offset: "0.29", stopColor: "#64B749" }),
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "fa348880__stop11", offset: "0.6", stopColor: "#52A044" }),
45
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "045ce098__stop12", offset: "0.86", stopColor: "#3F873F" })
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "746fc987__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
42
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a756c9d2__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f5c75ee2__stop10", offset: "0.29", stopColor: "#64B749" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "148235b8__stop11", offset: "0.6", stopColor: "#52A044" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c13a84b5__stop12", offset: "0.86", stopColor: "#3F873F" })
46
46
  ] }),
47
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "56ec05ec__hexClip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0caed6f4__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "6904b943__hexClip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f31c440b__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
48
48
  ] }),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "889257c8__path12", fill: "url(#b431e54d__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
50
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "c546a8fc__polygon12", fill: "url(#d652a8f5__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#56ec05ec__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
51
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "e96f8421__polygon13", fill: "url(#35ddcb2a__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#56ec05ec__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "eed42d47__path12", fill: "url(#61516f43__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "a789b790__polygon12", fill: "url(#ed3a0493__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
51
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "bbdabdf3__polygon13", fill: "url(#746fc987__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
52
52
  ] });
53
53
  };
54
54
  var icon_default = NodejsIcon;
@@ -1,30 +1,30 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const NodejsIcon = (props) => {
3
- return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "8ff74d02__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
4
- /* @__PURE__ */ jsxs("defs", { id: "77c6d4bf__defs12", children: [
5
- /* @__PURE__ */ jsxs("linearGradient", { id: "b431e54d__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
6
- /* @__PURE__ */ jsx("stop", { id: "582901a8__stop1", stopColor: "#3F8B3D" }),
7
- /* @__PURE__ */ jsx("stop", { id: "bb1dac18__stop2", offset: "0.64", stopColor: "#3F873F" }),
8
- /* @__PURE__ */ jsx("stop", { id: "398f6398__stop3", offset: "0.93", stopColor: "#3DA92E" }),
9
- /* @__PURE__ */ jsx("stop", { id: "4ce8b2de__stop4", offset: "1", stopColor: "#3DAE2B" })
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "edfee13a__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
4
+ /* @__PURE__ */ jsxs("defs", { id: "080ae7b9__defs12", children: [
5
+ /* @__PURE__ */ jsxs("linearGradient", { id: "61516f43__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
6
+ /* @__PURE__ */ jsx("stop", { id: "a3477509__stop1", stopColor: "#3F8B3D" }),
7
+ /* @__PURE__ */ jsx("stop", { id: "0a43891a__stop2", offset: "0.64", stopColor: "#3F873F" }),
8
+ /* @__PURE__ */ jsx("stop", { id: "ffff987d__stop3", offset: "0.93", stopColor: "#3DA92E" }),
9
+ /* @__PURE__ */ jsx("stop", { id: "bf90983e__stop4", offset: "1", stopColor: "#3DAE2B" })
10
10
  ] }),
11
- /* @__PURE__ */ jsxs("linearGradient", { id: "d652a8f5__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
12
- /* @__PURE__ */ jsx("stop", { id: "f464e341__stop5", offset: "0.14", stopColor: "#3F873F" }),
13
- /* @__PURE__ */ jsx("stop", { id: "d5436984__stop6", offset: "0.4", stopColor: "#52A044" }),
14
- /* @__PURE__ */ jsx("stop", { id: "20de0736__stop7", offset: "0.71", stopColor: "#64B749" }),
15
- /* @__PURE__ */ jsx("stop", { id: "332d5de8__stop8", offset: "0.91", stopColor: "#6ABF4B" })
11
+ /* @__PURE__ */ jsxs("linearGradient", { id: "ed3a0493__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
12
+ /* @__PURE__ */ jsx("stop", { id: "d512cba2__stop5", offset: "0.14", stopColor: "#3F873F" }),
13
+ /* @__PURE__ */ jsx("stop", { id: "15cd6f02__stop6", offset: "0.4", stopColor: "#52A044" }),
14
+ /* @__PURE__ */ jsx("stop", { id: "b90b8179__stop7", offset: "0.71", stopColor: "#64B749" }),
15
+ /* @__PURE__ */ jsx("stop", { id: "5c1f955f__stop8", offset: "0.91", stopColor: "#6ABF4B" })
16
16
  ] }),
17
- /* @__PURE__ */ jsxs("linearGradient", { id: "35ddcb2a__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
18
- /* @__PURE__ */ jsx("stop", { id: "d10b41db__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
19
- /* @__PURE__ */ jsx("stop", { id: "ada9ad72__stop10", offset: "0.29", stopColor: "#64B749" }),
20
- /* @__PURE__ */ jsx("stop", { id: "fa348880__stop11", offset: "0.6", stopColor: "#52A044" }),
21
- /* @__PURE__ */ jsx("stop", { id: "045ce098__stop12", offset: "0.86", stopColor: "#3F873F" })
17
+ /* @__PURE__ */ jsxs("linearGradient", { id: "746fc987__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
18
+ /* @__PURE__ */ jsx("stop", { id: "a756c9d2__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
19
+ /* @__PURE__ */ jsx("stop", { id: "f5c75ee2__stop10", offset: "0.29", stopColor: "#64B749" }),
20
+ /* @__PURE__ */ jsx("stop", { id: "148235b8__stop11", offset: "0.6", stopColor: "#52A044" }),
21
+ /* @__PURE__ */ jsx("stop", { id: "c13a84b5__stop12", offset: "0.86", stopColor: "#3F873F" })
22
22
  ] }),
23
- /* @__PURE__ */ jsx("clipPath", { id: "56ec05ec__hexClip", children: /* @__PURE__ */ jsx("path", { id: "0caed6f4__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
23
+ /* @__PURE__ */ jsx("clipPath", { id: "6904b943__hexClip", children: /* @__PURE__ */ jsx("path", { id: "f31c440b__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
24
24
  ] }),
25
- /* @__PURE__ */ jsx("path", { id: "889257c8__path12", fill: "url(#b431e54d__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
26
- /* @__PURE__ */ jsx("polygon", { id: "c546a8fc__polygon12", fill: "url(#d652a8f5__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#56ec05ec__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
27
- /* @__PURE__ */ jsx("polygon", { id: "e96f8421__polygon13", fill: "url(#35ddcb2a__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#56ec05ec__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
25
+ /* @__PURE__ */ jsx("path", { id: "eed42d47__path12", fill: "url(#61516f43__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
26
+ /* @__PURE__ */ jsx("polygon", { id: "a789b790__polygon12", fill: "url(#ed3a0493__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
27
+ /* @__PURE__ */ jsx("polygon", { id: "bbdabdf3__polygon13", fill: "url(#746fc987__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
28
28
  ] });
29
29
  };
30
30
  var icon_default = NodejsIcon;
@@ -24,39 +24,39 @@ __export(logo_dark_exports, {
24
24
  module.exports = __toCommonJS(logo_dark_exports);
25
25
  var import_jsx_runtime = require("react/jsx-runtime");
26
26
  const NodejsLogoDark = (props) => {
27
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "2a6a0913__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
28
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "001da96b__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "caf21494__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "9cda926b__g9", mask: "url(#001da96b__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9dea318f__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
31
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3f25a476__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
32
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "fa6eb82d__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
33
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "37cda2e5__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
34
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "4e16f496__g8", transform: "translate(53.428,28.628)", children: [
35
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "524e3597__path6", fill: "url(#07dc474e__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
36
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1bc705e2__path7", fill: "url(#39922e56__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#3c32d5ec__d)" }),
37
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9be25434__path8", fill: "url(#cd880a17__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#3c32d5ec__d)" })
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "378a4636__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "dfc1ca1f__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1e33c3ac__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "35013163__g9", mask: "url(#dfc1ca1f__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c6eebef4__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ca748b46__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "56facaa1__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "12982204__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "626ece54__g8", transform: "translate(53.428,28.628)", children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6facca40__path6", fill: "url(#8ec6815b__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2db1d852__path7", fill: "url(#8b968568__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#2198f2ef__d)" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b5aa635f__path8", fill: "url(#1184ce98__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#2198f2ef__d)" })
38
38
  ] })
39
39
  ] }),
40
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "a29bec9f__defs20", children: [
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "07dc474e__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a2fc147b__stop9", stopColor: "#3F8B3D" }),
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "97de371f__stop10", offset: ".64", stopColor: "#3F873F" }),
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b900c3bf__stop11", offset: ".93", stopColor: "#3DA92E" }),
45
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ee865e9c__stop12", offset: "1", stopColor: "#3DAE2B" })
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "b872e5bd__defs20", children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "8ec6815b__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
42
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5721350b__stop9", stopColor: "#3F8B3D" }),
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "20bad1a7__stop10", offset: ".64", stopColor: "#3F873F" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "99f31fc8__stop11", offset: ".93", stopColor: "#3DA92E" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "17cc8ed3__stop12", offset: "1", stopColor: "#3DAE2B" })
46
46
  ] }),
47
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "39922e56__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
48
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1bb00adb__stop13", offset: ".14", stopColor: "#3F873F" }),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7eed2977__stop14", offset: ".4", stopColor: "#52A044" }),
50
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "97387dfe__stop15", offset: ".71", stopColor: "#64B749" }),
51
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "293eca6e__stop16", offset: ".91", stopColor: "#6ABF4B" })
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "8b968568__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c1c318d1__stop13", offset: ".14", stopColor: "#3F873F" }),
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4fcfbb6d__stop14", offset: ".4", stopColor: "#52A044" }),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e1a464d7__stop15", offset: ".71", stopColor: "#64B749" }),
51
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d63bd938__stop16", offset: ".91", stopColor: "#6ABF4B" })
52
52
  ] }),
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "cd880a17__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b63babc8__stop17", offset: ".09", stopColor: "#6ABF4B" }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "df452000__stop18", offset: ".29", stopColor: "#64B749" }),
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "3d21b2f8__stop19", offset: ".6", stopColor: "#52A044" }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "05339663__stop20", offset: ".86", stopColor: "#3F873F" })
53
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "1184ce98__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "76a15a2c__stop17", offset: ".09", stopColor: "#6ABF4B" }),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "62425bf9__stop18", offset: ".29", stopColor: "#64B749" }),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9d722f2d__stop19", offset: ".6", stopColor: "#52A044" }),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "2b8c6229__stop20", offset: ".86", stopColor: "#3F873F" })
58
58
  ] }),
59
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "3c32d5ec__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9a8276d1__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
59
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "2198f2ef__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d067990e__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
60
60
  ] })
61
61
  ] });
62
62
  };
@@ -1,38 +1,38 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const NodejsLogoDark = (props) => {
3
- return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "2a6a0913__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
4
- /* @__PURE__ */ jsx("mask", { id: "001da96b__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "caf21494__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
5
- /* @__PURE__ */ jsxs("g", { id: "9cda926b__g9", mask: "url(#001da96b__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
6
- /* @__PURE__ */ jsx("path", { id: "9dea318f__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
7
- /* @__PURE__ */ jsx("path", { id: "3f25a476__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
8
- /* @__PURE__ */ jsx("path", { id: "fa6eb82d__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
9
- /* @__PURE__ */ jsx("path", { id: "37cda2e5__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
10
- /* @__PURE__ */ jsxs("g", { id: "4e16f496__g8", transform: "translate(53.428,28.628)", children: [
11
- /* @__PURE__ */ jsx("path", { id: "524e3597__path6", fill: "url(#07dc474e__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
12
- /* @__PURE__ */ jsx("path", { id: "1bc705e2__path7", fill: "url(#39922e56__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#3c32d5ec__d)" }),
13
- /* @__PURE__ */ jsx("path", { id: "9be25434__path8", fill: "url(#cd880a17__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#3c32d5ec__d)" })
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "378a4636__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
4
+ /* @__PURE__ */ jsx("mask", { id: "dfc1ca1f__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "1e33c3ac__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
5
+ /* @__PURE__ */ jsxs("g", { id: "35013163__g9", mask: "url(#dfc1ca1f__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "c6eebef4__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
7
+ /* @__PURE__ */ jsx("path", { id: "ca748b46__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "56facaa1__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
9
+ /* @__PURE__ */ jsx("path", { id: "12982204__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
10
+ /* @__PURE__ */ jsxs("g", { id: "626ece54__g8", transform: "translate(53.428,28.628)", children: [
11
+ /* @__PURE__ */ jsx("path", { id: "6facca40__path6", fill: "url(#8ec6815b__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
12
+ /* @__PURE__ */ jsx("path", { id: "2db1d852__path7", fill: "url(#8b968568__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#2198f2ef__d)" }),
13
+ /* @__PURE__ */ jsx("path", { id: "b5aa635f__path8", fill: "url(#1184ce98__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#2198f2ef__d)" })
14
14
  ] })
15
15
  ] }),
16
- /* @__PURE__ */ jsxs("defs", { id: "a29bec9f__defs20", children: [
17
- /* @__PURE__ */ jsxs("linearGradient", { id: "07dc474e__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
18
- /* @__PURE__ */ jsx("stop", { id: "a2fc147b__stop9", stopColor: "#3F8B3D" }),
19
- /* @__PURE__ */ jsx("stop", { id: "97de371f__stop10", offset: ".64", stopColor: "#3F873F" }),
20
- /* @__PURE__ */ jsx("stop", { id: "b900c3bf__stop11", offset: ".93", stopColor: "#3DA92E" }),
21
- /* @__PURE__ */ jsx("stop", { id: "ee865e9c__stop12", offset: "1", stopColor: "#3DAE2B" })
16
+ /* @__PURE__ */ jsxs("defs", { id: "b872e5bd__defs20", children: [
17
+ /* @__PURE__ */ jsxs("linearGradient", { id: "8ec6815b__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
18
+ /* @__PURE__ */ jsx("stop", { id: "5721350b__stop9", stopColor: "#3F8B3D" }),
19
+ /* @__PURE__ */ jsx("stop", { id: "20bad1a7__stop10", offset: ".64", stopColor: "#3F873F" }),
20
+ /* @__PURE__ */ jsx("stop", { id: "99f31fc8__stop11", offset: ".93", stopColor: "#3DA92E" }),
21
+ /* @__PURE__ */ jsx("stop", { id: "17cc8ed3__stop12", offset: "1", stopColor: "#3DAE2B" })
22
22
  ] }),
23
- /* @__PURE__ */ jsxs("linearGradient", { id: "39922e56__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
24
- /* @__PURE__ */ jsx("stop", { id: "1bb00adb__stop13", offset: ".14", stopColor: "#3F873F" }),
25
- /* @__PURE__ */ jsx("stop", { id: "7eed2977__stop14", offset: ".4", stopColor: "#52A044" }),
26
- /* @__PURE__ */ jsx("stop", { id: "97387dfe__stop15", offset: ".71", stopColor: "#64B749" }),
27
- /* @__PURE__ */ jsx("stop", { id: "293eca6e__stop16", offset: ".91", stopColor: "#6ABF4B" })
23
+ /* @__PURE__ */ jsxs("linearGradient", { id: "8b968568__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
24
+ /* @__PURE__ */ jsx("stop", { id: "c1c318d1__stop13", offset: ".14", stopColor: "#3F873F" }),
25
+ /* @__PURE__ */ jsx("stop", { id: "4fcfbb6d__stop14", offset: ".4", stopColor: "#52A044" }),
26
+ /* @__PURE__ */ jsx("stop", { id: "e1a464d7__stop15", offset: ".71", stopColor: "#64B749" }),
27
+ /* @__PURE__ */ jsx("stop", { id: "d63bd938__stop16", offset: ".91", stopColor: "#6ABF4B" })
28
28
  ] }),
29
- /* @__PURE__ */ jsxs("linearGradient", { id: "cd880a17__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
30
- /* @__PURE__ */ jsx("stop", { id: "b63babc8__stop17", offset: ".09", stopColor: "#6ABF4B" }),
31
- /* @__PURE__ */ jsx("stop", { id: "df452000__stop18", offset: ".29", stopColor: "#64B749" }),
32
- /* @__PURE__ */ jsx("stop", { id: "3d21b2f8__stop19", offset: ".6", stopColor: "#52A044" }),
33
- /* @__PURE__ */ jsx("stop", { id: "05339663__stop20", offset: ".86", stopColor: "#3F873F" })
29
+ /* @__PURE__ */ jsxs("linearGradient", { id: "1184ce98__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
30
+ /* @__PURE__ */ jsx("stop", { id: "76a15a2c__stop17", offset: ".09", stopColor: "#6ABF4B" }),
31
+ /* @__PURE__ */ jsx("stop", { id: "62425bf9__stop18", offset: ".29", stopColor: "#64B749" }),
32
+ /* @__PURE__ */ jsx("stop", { id: "9d722f2d__stop19", offset: ".6", stopColor: "#52A044" }),
33
+ /* @__PURE__ */ jsx("stop", { id: "2b8c6229__stop20", offset: ".86", stopColor: "#3F873F" })
34
34
  ] }),
35
- /* @__PURE__ */ jsx("clipPath", { id: "3c32d5ec__d", children: /* @__PURE__ */ jsx("path", { id: "9a8276d1__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
35
+ /* @__PURE__ */ jsx("clipPath", { id: "2198f2ef__d", children: /* @__PURE__ */ jsx("path", { id: "d067990e__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
36
36
  ] })
37
37
  ] });
38
38
  };
@@ -24,39 +24,39 @@ __export(logo_light_exports, {
24
24
  module.exports = __toCommonJS(logo_light_exports);
25
25
  var import_jsx_runtime = require("react/jsx-runtime");
26
26
  const NodejsLogoLight = (props) => {
27
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "031e7565__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
28
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "7a7f92a1__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7198e1ab__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "1096bfee__g9", mask: "url(#7a7f92a1__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6c5ceedc__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
31
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f49fc463__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
32
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f7fb99af__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
33
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7d0e0735__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
34
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "24ff099f__g8", transform: "translate(53.428,28.628)", children: [
35
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8a764ff6__path6", fill: "url(#0753ecc0__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
36
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ccf94614__path7", fill: "url(#b816d3f4__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#6f00073b__d)" }),
37
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f869c84b__path8", fill: "url(#2f642b4e__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#6f00073b__d)" })
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "740764b8__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "bf89bbae__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "eab57f13__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a5d35fa7__g9", mask: "url(#bf89bbae__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "758c3e5c__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ae22799a__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c27ec532__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4b084184__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "b9600d72__g8", transform: "translate(53.428,28.628)", children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ed31e462__path6", fill: "url(#ad6a34db__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8afdea0f__path7", fill: "url(#30b70255__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#16aaf8cb__d)" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "fe9634e8__path8", fill: "url(#4bf8f77c__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#16aaf8cb__d)" })
38
38
  ] })
39
39
  ] }),
40
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "f4b63a34__defs20", children: [
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "0753ecc0__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "194126b2__stop9", stopColor: "#3F8B3D" }),
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a49827ee__stop10", offset: ".64", stopColor: "#3F873F" }),
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "87904761__stop11", offset: ".93", stopColor: "#3DA92E" }),
45
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "fc436a33__stop12", offset: "1", stopColor: "#3DAE2B" })
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "2afd9c42__defs20", children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "ad6a34db__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
42
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bab3b8a6__stop9", stopColor: "#3F8B3D" }),
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "460d4afc__stop10", offset: ".64", stopColor: "#3F873F" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0c32ee6e__stop11", offset: ".93", stopColor: "#3DA92E" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5dfa78cc__stop12", offset: "1", stopColor: "#3DAE2B" })
46
46
  ] }),
47
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b816d3f4__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
48
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "84f14e99__stop13", offset: ".14", stopColor: "#3F873F" }),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "10261269__stop14", offset: ".4", stopColor: "#52A044" }),
50
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "469fcb74__stop15", offset: ".71", stopColor: "#64B749" }),
51
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1d77c146__stop16", offset: ".91", stopColor: "#6ABF4B" })
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "30b70255__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "be2a98e3__stop13", offset: ".14", stopColor: "#3F873F" }),
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bdadc2a6__stop14", offset: ".4", stopColor: "#52A044" }),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0a7becfe__stop15", offset: ".71", stopColor: "#64B749" }),
51
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "de682067__stop16", offset: ".91", stopColor: "#6ABF4B" })
52
52
  ] }),
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2f642b4e__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1aba53be__stop17", offset: ".09", stopColor: "#6ABF4B" }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e37ff91c__stop18", offset: ".29", stopColor: "#64B749" }),
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e114f1d0__stop19", offset: ".6", stopColor: "#52A044" }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "03a84f93__stop20", offset: ".86", stopColor: "#3F873F" })
53
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4bf8f77c__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f860131b__stop17", offset: ".09", stopColor: "#6ABF4B" }),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "24c12e76__stop18", offset: ".29", stopColor: "#64B749" }),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "70562937__stop19", offset: ".6", stopColor: "#52A044" }),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6099681a__stop20", offset: ".86", stopColor: "#3F873F" })
58
58
  ] }),
59
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "6f00073b__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a42f49a3__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
59
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "16aaf8cb__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "811d493d__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
60
60
  ] })
61
61
  ] });
62
62
  };
@@ -1,38 +1,38 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const NodejsLogoLight = (props) => {
3
- return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "031e7565__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
4
- /* @__PURE__ */ jsx("mask", { id: "7a7f92a1__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "7198e1ab__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
5
- /* @__PURE__ */ jsxs("g", { id: "1096bfee__g9", mask: "url(#7a7f92a1__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
6
- /* @__PURE__ */ jsx("path", { id: "6c5ceedc__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
7
- /* @__PURE__ */ jsx("path", { id: "f49fc463__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
8
- /* @__PURE__ */ jsx("path", { id: "f7fb99af__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
9
- /* @__PURE__ */ jsx("path", { id: "7d0e0735__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
10
- /* @__PURE__ */ jsxs("g", { id: "24ff099f__g8", transform: "translate(53.428,28.628)", children: [
11
- /* @__PURE__ */ jsx("path", { id: "8a764ff6__path6", fill: "url(#0753ecc0__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
12
- /* @__PURE__ */ jsx("path", { id: "ccf94614__path7", fill: "url(#b816d3f4__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#6f00073b__d)" }),
13
- /* @__PURE__ */ jsx("path", { id: "f869c84b__path8", fill: "url(#2f642b4e__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#6f00073b__d)" })
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "740764b8__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
4
+ /* @__PURE__ */ jsx("mask", { id: "bf89bbae__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "eab57f13__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
5
+ /* @__PURE__ */ jsxs("g", { id: "a5d35fa7__g9", mask: "url(#bf89bbae__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "758c3e5c__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
7
+ /* @__PURE__ */ jsx("path", { id: "ae22799a__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "c27ec532__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
9
+ /* @__PURE__ */ jsx("path", { id: "4b084184__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
10
+ /* @__PURE__ */ jsxs("g", { id: "b9600d72__g8", transform: "translate(53.428,28.628)", children: [
11
+ /* @__PURE__ */ jsx("path", { id: "ed31e462__path6", fill: "url(#ad6a34db__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
12
+ /* @__PURE__ */ jsx("path", { id: "8afdea0f__path7", fill: "url(#30b70255__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#16aaf8cb__d)" }),
13
+ /* @__PURE__ */ jsx("path", { id: "fe9634e8__path8", fill: "url(#4bf8f77c__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#16aaf8cb__d)" })
14
14
  ] })
15
15
  ] }),
16
- /* @__PURE__ */ jsxs("defs", { id: "f4b63a34__defs20", children: [
17
- /* @__PURE__ */ jsxs("linearGradient", { id: "0753ecc0__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
18
- /* @__PURE__ */ jsx("stop", { id: "194126b2__stop9", stopColor: "#3F8B3D" }),
19
- /* @__PURE__ */ jsx("stop", { id: "a49827ee__stop10", offset: ".64", stopColor: "#3F873F" }),
20
- /* @__PURE__ */ jsx("stop", { id: "87904761__stop11", offset: ".93", stopColor: "#3DA92E" }),
21
- /* @__PURE__ */ jsx("stop", { id: "fc436a33__stop12", offset: "1", stopColor: "#3DAE2B" })
16
+ /* @__PURE__ */ jsxs("defs", { id: "2afd9c42__defs20", children: [
17
+ /* @__PURE__ */ jsxs("linearGradient", { id: "ad6a34db__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
18
+ /* @__PURE__ */ jsx("stop", { id: "bab3b8a6__stop9", stopColor: "#3F8B3D" }),
19
+ /* @__PURE__ */ jsx("stop", { id: "460d4afc__stop10", offset: ".64", stopColor: "#3F873F" }),
20
+ /* @__PURE__ */ jsx("stop", { id: "0c32ee6e__stop11", offset: ".93", stopColor: "#3DA92E" }),
21
+ /* @__PURE__ */ jsx("stop", { id: "5dfa78cc__stop12", offset: "1", stopColor: "#3DAE2B" })
22
22
  ] }),
23
- /* @__PURE__ */ jsxs("linearGradient", { id: "b816d3f4__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
24
- /* @__PURE__ */ jsx("stop", { id: "84f14e99__stop13", offset: ".14", stopColor: "#3F873F" }),
25
- /* @__PURE__ */ jsx("stop", { id: "10261269__stop14", offset: ".4", stopColor: "#52A044" }),
26
- /* @__PURE__ */ jsx("stop", { id: "469fcb74__stop15", offset: ".71", stopColor: "#64B749" }),
27
- /* @__PURE__ */ jsx("stop", { id: "1d77c146__stop16", offset: ".91", stopColor: "#6ABF4B" })
23
+ /* @__PURE__ */ jsxs("linearGradient", { id: "30b70255__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
24
+ /* @__PURE__ */ jsx("stop", { id: "be2a98e3__stop13", offset: ".14", stopColor: "#3F873F" }),
25
+ /* @__PURE__ */ jsx("stop", { id: "bdadc2a6__stop14", offset: ".4", stopColor: "#52A044" }),
26
+ /* @__PURE__ */ jsx("stop", { id: "0a7becfe__stop15", offset: ".71", stopColor: "#64B749" }),
27
+ /* @__PURE__ */ jsx("stop", { id: "de682067__stop16", offset: ".91", stopColor: "#6ABF4B" })
28
28
  ] }),
29
- /* @__PURE__ */ jsxs("linearGradient", { id: "2f642b4e__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
30
- /* @__PURE__ */ jsx("stop", { id: "1aba53be__stop17", offset: ".09", stopColor: "#6ABF4B" }),
31
- /* @__PURE__ */ jsx("stop", { id: "e37ff91c__stop18", offset: ".29", stopColor: "#64B749" }),
32
- /* @__PURE__ */ jsx("stop", { id: "e114f1d0__stop19", offset: ".6", stopColor: "#52A044" }),
33
- /* @__PURE__ */ jsx("stop", { id: "03a84f93__stop20", offset: ".86", stopColor: "#3F873F" })
29
+ /* @__PURE__ */ jsxs("linearGradient", { id: "4bf8f77c__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
30
+ /* @__PURE__ */ jsx("stop", { id: "f860131b__stop17", offset: ".09", stopColor: "#6ABF4B" }),
31
+ /* @__PURE__ */ jsx("stop", { id: "24c12e76__stop18", offset: ".29", stopColor: "#64B749" }),
32
+ /* @__PURE__ */ jsx("stop", { id: "70562937__stop19", offset: ".6", stopColor: "#52A044" }),
33
+ /* @__PURE__ */ jsx("stop", { id: "6099681a__stop20", offset: ".86", stopColor: "#3F873F" })
34
34
  ] }),
35
- /* @__PURE__ */ jsx("clipPath", { id: "6f00073b__d", children: /* @__PURE__ */ jsx("path", { id: "a42f49a3__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
35
+ /* @__PURE__ */ jsx("clipPath", { id: "16aaf8cb__d", children: /* @__PURE__ */ jsx("path", { id: "811d493d__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
36
36
  ] })
37
37
  ] });
38
38
  };