@logoicon/react 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/github/icon-dark.cjs +36 -0
  3. package/dist/github/icon-dark.d.cts +6 -0
  4. package/dist/github/icon-dark.d.ts +6 -0
  5. package/dist/github/icon-dark.js +12 -0
  6. package/dist/github/icon-light.cjs +36 -0
  7. package/dist/github/icon-light.d.cts +6 -0
  8. package/dist/github/icon-light.d.ts +6 -0
  9. package/dist/github/icon-light.js +12 -0
  10. package/dist/github/logo-dark.cjs +44 -0
  11. package/dist/github/logo-dark.d.cts +6 -0
  12. package/dist/github/logo-dark.d.ts +6 -0
  13. package/dist/github/logo-dark.js +20 -0
  14. package/dist/github/logo-light.cjs +44 -0
  15. package/dist/github/logo-light.d.cts +6 -0
  16. package/dist/github/logo-light.d.ts +6 -0
  17. package/dist/github/logo-light.js +20 -0
  18. package/dist/gitlab/icon-mono-dark.cjs +36 -0
  19. package/dist/gitlab/icon-mono-dark.d.cts +6 -0
  20. package/dist/gitlab/icon-mono-dark.d.ts +6 -0
  21. package/dist/gitlab/icon-mono-dark.js +12 -0
  22. package/dist/gitlab/icon-mono-light.cjs +36 -0
  23. package/dist/gitlab/icon-mono-light.d.cts +6 -0
  24. package/dist/gitlab/icon-mono-light.d.ts +6 -0
  25. package/dist/gitlab/icon-mono-light.js +12 -0
  26. package/dist/gitlab/icon.cjs +39 -0
  27. package/dist/gitlab/icon.d.cts +6 -0
  28. package/dist/gitlab/icon.d.ts +6 -0
  29. package/dist/gitlab/icon.js +15 -0
  30. package/dist/gitlab/logo-dark.cjs +49 -0
  31. package/dist/gitlab/logo-dark.d.cts +6 -0
  32. package/dist/gitlab/logo-dark.d.ts +6 -0
  33. package/dist/gitlab/logo-dark.js +25 -0
  34. package/dist/gitlab/logo-mono-dark.cjs +44 -0
  35. package/dist/gitlab/logo-mono-dark.d.cts +6 -0
  36. package/dist/gitlab/logo-mono-dark.d.ts +6 -0
  37. package/dist/gitlab/logo-mono-dark.js +20 -0
  38. package/dist/gitlab/logo-mono-light.cjs +44 -0
  39. package/dist/gitlab/logo-mono-light.d.cts +6 -0
  40. package/dist/gitlab/logo-mono-light.d.ts +6 -0
  41. package/dist/gitlab/logo-mono-light.js +20 -0
  42. package/dist/gitlab/logo.cjs +49 -0
  43. package/dist/gitlab/logo.d.cts +6 -0
  44. package/dist/gitlab/logo.d.ts +6 -0
  45. package/dist/gitlab/logo.js +25 -0
  46. package/dist/index.cjs +135 -0
  47. package/dist/index.d.cts +36 -0
  48. package/dist/index.d.ts +36 -0
  49. package/dist/index.js +74 -0
  50. package/dist/metadata.cjs +93 -0
  51. package/dist/metadata.d.cts +287 -0
  52. package/dist/metadata.d.ts +287 -0
  53. package/dist/metadata.js +65 -0
  54. package/dist/nextjs/icon-dark.cjs +50 -0
  55. package/dist/nextjs/icon-dark.d.cts +6 -0
  56. package/dist/nextjs/icon-dark.d.ts +6 -0
  57. package/dist/nextjs/icon-dark.js +26 -0
  58. package/dist/nextjs/icon-light.cjs +50 -0
  59. package/dist/nextjs/icon-light.d.cts +6 -0
  60. package/dist/nextjs/icon-light.d.ts +6 -0
  61. package/dist/nextjs/icon-light.js +26 -0
  62. package/dist/nextjs/logo-dark.cjs +43 -0
  63. package/dist/nextjs/logo-dark.d.cts +6 -0
  64. package/dist/nextjs/logo-dark.d.ts +6 -0
  65. package/dist/nextjs/logo-dark.js +19 -0
  66. package/dist/nextjs/logo-light.cjs +43 -0
  67. package/dist/nextjs/logo-light.d.cts +6 -0
  68. package/dist/nextjs/logo-light.d.ts +6 -0
  69. package/dist/nextjs/logo-light.js +19 -0
  70. package/dist/turbo/icon-dark.cjs +40 -0
  71. package/dist/turbo/icon-dark.d.cts +6 -0
  72. package/dist/turbo/icon-dark.d.ts +6 -0
  73. package/dist/turbo/icon-dark.js +16 -0
  74. package/dist/turbo/icon-light.cjs +40 -0
  75. package/dist/turbo/icon-light.d.cts +6 -0
  76. package/dist/turbo/icon-light.d.ts +6 -0
  77. package/dist/turbo/icon-light.js +16 -0
  78. package/dist/turbo/logo-dark.cjs +45 -0
  79. package/dist/turbo/logo-dark.d.cts +6 -0
  80. package/dist/turbo/logo-dark.d.ts +6 -0
  81. package/dist/turbo/logo-dark.js +21 -0
  82. package/dist/turbo/logo-light.cjs +45 -0
  83. package/dist/turbo/logo-light.d.cts +6 -0
  84. package/dist/turbo/logo-light.d.ts +6 -0
  85. package/dist/turbo/logo-light.js +21 -0
  86. package/dist/turbopack/icon-dark.cjs +52 -0
  87. package/dist/turbopack/icon-dark.d.cts +6 -0
  88. package/dist/turbopack/icon-dark.d.ts +6 -0
  89. package/dist/turbopack/icon-dark.js +28 -0
  90. package/dist/turbopack/icon-light.cjs +52 -0
  91. package/dist/turbopack/icon-light.d.cts +6 -0
  92. package/dist/turbopack/icon-light.d.ts +6 -0
  93. package/dist/turbopack/icon-light.js +28 -0
  94. package/dist/turbopack/logo-dark.cjs +61 -0
  95. package/dist/turbopack/logo-dark.d.cts +6 -0
  96. package/dist/turbopack/logo-dark.d.ts +6 -0
  97. package/dist/turbopack/logo-dark.js +37 -0
  98. package/dist/turbopack/logo-light.cjs +61 -0
  99. package/dist/turbopack/logo-light.d.cts +6 -0
  100. package/dist/turbopack/logo-light.d.ts +6 -0
  101. package/dist/turbopack/logo-light.js +37 -0
  102. package/dist/turborepo/icon-dark.cjs +40 -0
  103. package/dist/turborepo/icon-dark.d.cts +6 -0
  104. package/dist/turborepo/icon-dark.d.ts +6 -0
  105. package/dist/turborepo/icon-dark.js +16 -0
  106. package/dist/turborepo/icon-light.cjs +40 -0
  107. package/dist/turborepo/icon-light.d.cts +6 -0
  108. package/dist/turborepo/icon-light.d.ts +6 -0
  109. package/dist/turborepo/icon-light.js +16 -0
  110. package/dist/turborepo/logo-dark.cjs +49 -0
  111. package/dist/turborepo/logo-dark.d.cts +6 -0
  112. package/dist/turborepo/logo-dark.d.ts +6 -0
  113. package/dist/turborepo/logo-dark.js +25 -0
  114. package/dist/turborepo/logo-light.cjs +49 -0
  115. package/dist/turborepo/logo-light.d.cts +6 -0
  116. package/dist/turborepo/logo-light.d.ts +6 -0
  117. package/dist/turborepo/logo-light.js +25 -0
  118. package/dist/v0/logo-dark.cjs +39 -0
  119. package/dist/v0/logo-dark.d.cts +6 -0
  120. package/dist/v0/logo-dark.d.ts +6 -0
  121. package/dist/v0/logo-dark.js +15 -0
  122. package/dist/v0/logo-light.cjs +39 -0
  123. package/dist/v0/logo-light.d.cts +6 -0
  124. package/dist/v0/logo-light.d.ts +6 -0
  125. package/dist/v0/logo-light.js +15 -0
  126. package/dist/vercel/icon-dark.cjs +36 -0
  127. package/dist/vercel/icon-dark.d.cts +6 -0
  128. package/dist/vercel/icon-dark.d.ts +6 -0
  129. package/dist/vercel/icon-dark.js +12 -0
  130. package/dist/vercel/icon-light.cjs +36 -0
  131. package/dist/vercel/icon-light.d.cts +6 -0
  132. package/dist/vercel/icon-light.d.ts +6 -0
  133. package/dist/vercel/icon-light.js +12 -0
  134. package/dist/vercel/logo-dark.cjs +36 -0
  135. package/dist/vercel/logo-dark.d.cts +6 -0
  136. package/dist/vercel/logo-dark.d.ts +6 -0
  137. package/dist/vercel/logo-dark.js +12 -0
  138. package/dist/vercel/logo-light.cjs +36 -0
  139. package/dist/vercel/logo-light.d.cts +6 -0
  140. package/dist/vercel/logo-light.d.ts +6 -0
  141. package/dist/vercel/logo-light.js +12 -0
  142. package/package.json +69 -0
@@ -0,0 +1,19 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const NextjsLogoDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs8" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
12
+ /* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
13
+ ] });
14
+ };
15
+ var logo_dark_default = NextjsLogoDark;
16
+ export {
17
+ NextjsLogoDark,
18
+ logo_dark_default as default
19
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var logo_light_exports = {};
20
+ __export(logo_light_exports, {
21
+ NextjsLogoLight: () => NextjsLogoLight,
22
+ default: () => logo_light_default
23
+ });
24
+ module.exports = __toCommonJS(logo_light_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const NextjsLogoLight = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs8" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#000000", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
37
+ ] });
38
+ };
39
+ var logo_light_default = NextjsLogoLight;
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ NextjsLogoLight
43
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsLogoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsLogoLight, NextjsLogoLight as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsLogoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsLogoLight, NextjsLogoLight as default };
@@ -0,0 +1,19 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const NextjsLogoLight = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs8" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
12
+ /* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#000000", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
13
+ ] });
14
+ };
15
+ var logo_light_default = NextjsLogoLight;
16
+ export {
17
+ NextjsLogoLight,
18
+ logo_light_default as default
19
+ };
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var icon_dark_exports = {};
20
+ __export(icon_dark_exports, {
21
+ TurboIconDark: () => TurboIconDark,
22
+ default: () => icon_dark_default
23
+ });
24
+ module.exports = __toCommonJS(icon_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const TurboIconDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13574)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13574", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop2", stopColor: "#0096FF" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop3", offset: "1", stopColor: "#FF1E56" })
33
+ ] }) })
34
+ ] });
35
+ };
36
+ var icon_dark_default = TurboIconDark;
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ TurboIconDark
40
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboIconDark, TurboIconDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboIconDark, TurboIconDark as default };
@@ -0,0 +1,16 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const TurboIconDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
4
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13574)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs2", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13574", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
7
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop2", stopColor: "#0096FF" }),
8
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop3", offset: "1", stopColor: "#FF1E56" })
9
+ ] }) })
10
+ ] });
11
+ };
12
+ var icon_dark_default = TurboIconDark;
13
+ export {
14
+ TurboIconDark,
15
+ icon_dark_default as default
16
+ };
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var icon_light_exports = {};
20
+ __export(icon_light_exports, {
21
+ TurboIconLight: () => TurboIconLight,
22
+ default: () => icon_light_default
23
+ });
24
+ module.exports = __toCommonJS(icon_light_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const TurboIconLight = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13612)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13612", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop2", stopColor: "#0096FF" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop3", offset: "1", stopColor: "#FF1E56" })
33
+ ] }) })
34
+ ] });
35
+ };
36
+ var icon_light_default = TurboIconLight;
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ TurboIconLight
40
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboIconLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboIconLight, TurboIconLight as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboIconLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboIconLight, TurboIconLight as default };
@@ -0,0 +1,16 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const TurboIconLight = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
4
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13612)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13612", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
7
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop2", stopColor: "#0096FF" }),
8
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop3", offset: "1", stopColor: "#FF1E56" })
9
+ ] }) })
10
+ ] });
11
+ };
12
+ var icon_light_default = TurboIconLight;
13
+ export {
14
+ TurboIconLight,
15
+ icon_light_default as default
16
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var logo_dark_exports = {};
20
+ __export(logo_dark_exports, {
21
+ TurboLogoDark: () => TurboLogoDark,
22
+ default: () => logo_dark_default
23
+ });
24
+ module.exports = __toCommonJS(logo_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const TurboLogoDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0809954", d: "M 10.033147,1.9059522 V 1.2353667 H 6.8014053 V 1.9059522 H 8.0213828 V 4.1358374 H 8.8131132 V 1.9059522 Z" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371212 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645656 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.262571 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077836 c 0,0.8321633 0.545342,1.3371212 1.539156,1.3371212 z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.9614401 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.456474 0.638244,-0.8846807 0,-0.6221016 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004707 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211935 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 17.232751,4.1358374 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200544 0,-0.343364 -0.21812,-0.5776676 -0.476658,-0.6826943 0.177704,-0.084835 0.395825,-0.2868211 0.395825,-0.6059512 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050349 0.331271,0.2625791 0,0.1575442 -0.1172,0.2625791 -0.331271,0.2625791 h -1.236152 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987152 1.745127,1.4987152 C 23.272904,4.1843132 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.6867441 c 0.533274,0 0.933149,0.3150884 0.933149,0.811963 0,0.4968827 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150884 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.811963 0.933148,-0.811963 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "url(#prefix__paint0_linear_2758_13670)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs8", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13670", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop7", stopColor: "#0096FF" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop8", offset: "1", stopColor: "#FF1E56" })
38
+ ] }) })
39
+ ] });
40
+ };
41
+ var logo_dark_default = TurboLogoDark;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ TurboLogoDark
45
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboLogoDark, TurboLogoDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboLogoDark, TurboLogoDark as default };
@@ -0,0 +1,21 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const TurboLogoDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
4
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0809954", d: "M 10.033147,1.9059522 V 1.2353667 H 6.8014053 V 1.9059522 H 8.0213828 V 4.1358374 H 8.8131132 V 1.9059522 Z" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371212 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645656 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.262571 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077836 c 0,0.8321633 0.545342,1.3371212 1.539156,1.3371212 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.9614401 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.456474 0.638244,-0.8846807 0,-0.6221016 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004707 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211935 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 17.232751,4.1358374 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200544 0,-0.343364 -0.21812,-0.5776676 -0.476658,-0.6826943 0.177704,-0.084835 0.395825,-0.2868211 0.395825,-0.6059512 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050349 0.331271,0.2625791 0,0.1575442 -0.1172,0.2625791 -0.331271,0.2625791 h -1.236152 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987152 1.745127,1.4987152 C 23.272904,4.1843132 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.6867441 c 0.533274,0 0.933149,0.3150884 0.933149,0.811963 0,0.4968827 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150884 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.811963 0.933148,-0.811963 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "url(#prefix__paint0_linear_2758_13670)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
11
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs8", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13670", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
12
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop7", stopColor: "#0096FF" }),
13
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop8", offset: "1", stopColor: "#FF1E56" })
14
+ ] }) })
15
+ ] });
16
+ };
17
+ var logo_dark_default = TurboLogoDark;
18
+ export {
19
+ TurboLogoDark,
20
+ logo_dark_default as default
21
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var logo_light_exports = {};
20
+ __export(logo_light_exports, {
21
+ TurboLogoLight: () => TurboLogoLight,
22
+ default: () => logo_light_default
23
+ });
24
+ module.exports = __toCommonJS(logo_light_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const TurboLogoLight = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0809954", d: "M 10.033147,1.9059441 V 1.2353667 H 6.8014053 V 1.9059441 H 8.0213828 V 4.1358293 H 8.8131132 V 1.9059441 Z" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371293 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645575 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.2625791 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077755 c 0,0.8321714 0.545342,1.3371293 1.539156,1.3371293 z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.961432 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.4564821 0.638244,-0.8846807 0,-0.6221097 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004626 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211854 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0809954", d: "m 17.232751,4.1358293 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200463 0,-0.3433721 -0.21812,-0.5776676 -0.476658,-0.6827024 0.177704,-0.084827 0.395825,-0.286813 0.395825,-0.6059431 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050268 0.331271,0.2625791 0,0.1575442 -0.1172,0.262571 -0.331271,0.262571 h -1.236152 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#000000", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987071 1.745127,1.4987071 C 23.272904,4.1843051 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.686736 c 0.533274,0 0.933149,0.3150965 0.933149,0.8119711 0,0.4968746 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150965 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.8119711 0.933148,-0.8119711 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "url(#prefix__paint0_linear_2758_13643)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs8", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13643", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop7", stopColor: "#0096FF" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop8", offset: "1", stopColor: "#FF1E56" })
38
+ ] }) })
39
+ ] });
40
+ };
41
+ var logo_light_default = TurboLogoLight;
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ TurboLogoLight
45
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboLogoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboLogoLight, TurboLogoLight as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurboLogoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurboLogoLight, TurboLogoLight as default };
@@ -0,0 +1,21 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const TurboLogoLight = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
4
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0809954", d: "M 10.033147,1.9059441 V 1.2353667 H 6.8014053 V 1.9059441 H 8.0213828 V 4.1358293 H 8.8131132 V 1.9059441 Z" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371293 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645575 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.2625791 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077755 c 0,0.8321714 0.545342,1.3371293 1.539156,1.3371293 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.961432 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.4564821 0.638244,-0.8846807 0,-0.6221097 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004626 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211854 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0809954", d: "m 17.232751,4.1358293 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200463 0,-0.3433721 -0.21812,-0.5776676 -0.476658,-0.6827024 0.177704,-0.084827 0.395825,-0.286813 0.395825,-0.6059431 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050268 0.331271,0.2625791 0,0.1575442 -0.1172,0.262571 -0.331271,0.262571 h -1.236152 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#000000", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987071 1.745127,1.4987071 C 23.272904,4.1843051 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.686736 c 0.533274,0 0.933149,0.3150965 0.933149,0.8119711 0,0.4968746 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150965 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.8119711 0.933148,-0.8119711 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "url(#prefix__paint0_linear_2758_13643)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
11
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs8", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13643", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
12
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop7", stopColor: "#0096FF" }),
13
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop8", offset: "1", stopColor: "#FF1E56" })
14
+ ] }) })
15
+ ] });
16
+ };
17
+ var logo_light_default = TurboLogoLight;
18
+ export {
19
+ TurboLogoLight,
20
+ logo_light_default as default
21
+ };
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var icon_dark_exports = {};
20
+ __export(icon_dark_exports, {
21
+ TurbopackIconDark: () => TurbopackIconDark,
22
+ default: () => icon_dark_default
23
+ });
24
+ module.exports = __toCommonJS(icon_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const TurbopackIconDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13848)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "url(#prefix__paint1_linear_2758_13848)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "url(#prefix__paint2_linear_2758_13848)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "prefix__defs9", children: [
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop4", stopColor: "#0096FF" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop5", offset: "1", stopColor: "#FF1E56" })
36
+ ] }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint1_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
38
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop6", stopColor: "#0096FF" }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop7", offset: "1", stopColor: "#FF1E56" })
40
+ ] }),
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint2_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
42
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop8", stopColor: "#0096FF" }),
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop9", offset: "1", stopColor: "#FF1E56" })
44
+ ] })
45
+ ] })
46
+ ] });
47
+ };
48
+ var icon_dark_default = TurbopackIconDark;
49
+ // Annotate the CommonJS export names for ESM import in node:
50
+ 0 && (module.exports = {
51
+ TurbopackIconDark
52
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurbopackIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurbopackIconDark, TurbopackIconDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const TurbopackIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { TurbopackIconDark, TurbopackIconDark as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const TurbopackIconDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
4
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13848)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "url(#prefix__paint1_linear_2758_13848)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "url(#prefix__paint2_linear_2758_13848)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
8
+ /* @__PURE__ */ jsxs("defs", { id: "prefix__defs9", children: [
9
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
10
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop4", stopColor: "#0096FF" }),
11
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop5", offset: "1", stopColor: "#FF1E56" })
12
+ ] }),
13
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint1_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
14
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop6", stopColor: "#0096FF" }),
15
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop7", offset: "1", stopColor: "#FF1E56" })
16
+ ] }),
17
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint2_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
18
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop8", stopColor: "#0096FF" }),
19
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop9", offset: "1", stopColor: "#FF1E56" })
20
+ ] })
21
+ ] })
22
+ ] });
23
+ };
24
+ var icon_dark_default = TurbopackIconDark;
25
+ export {
26
+ TurbopackIconDark,
27
+ icon_dark_default as default
28
+ };