@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.
- package/CHANGELOG.md +22 -0
- package/dist/github/icon-dark.cjs +36 -0
- package/dist/github/icon-dark.d.cts +6 -0
- package/dist/github/icon-dark.d.ts +6 -0
- package/dist/github/icon-dark.js +12 -0
- package/dist/github/icon-light.cjs +36 -0
- package/dist/github/icon-light.d.cts +6 -0
- package/dist/github/icon-light.d.ts +6 -0
- package/dist/github/icon-light.js +12 -0
- package/dist/github/logo-dark.cjs +44 -0
- package/dist/github/logo-dark.d.cts +6 -0
- package/dist/github/logo-dark.d.ts +6 -0
- package/dist/github/logo-dark.js +20 -0
- package/dist/github/logo-light.cjs +44 -0
- package/dist/github/logo-light.d.cts +6 -0
- package/dist/github/logo-light.d.ts +6 -0
- package/dist/github/logo-light.js +20 -0
- package/dist/gitlab/icon-mono-dark.cjs +36 -0
- package/dist/gitlab/icon-mono-dark.d.cts +6 -0
- package/dist/gitlab/icon-mono-dark.d.ts +6 -0
- package/dist/gitlab/icon-mono-dark.js +12 -0
- package/dist/gitlab/icon-mono-light.cjs +36 -0
- package/dist/gitlab/icon-mono-light.d.cts +6 -0
- package/dist/gitlab/icon-mono-light.d.ts +6 -0
- package/dist/gitlab/icon-mono-light.js +12 -0
- package/dist/gitlab/icon.cjs +39 -0
- package/dist/gitlab/icon.d.cts +6 -0
- package/dist/gitlab/icon.d.ts +6 -0
- package/dist/gitlab/icon.js +15 -0
- package/dist/gitlab/logo-dark.cjs +49 -0
- package/dist/gitlab/logo-dark.d.cts +6 -0
- package/dist/gitlab/logo-dark.d.ts +6 -0
- package/dist/gitlab/logo-dark.js +25 -0
- package/dist/gitlab/logo-mono-dark.cjs +44 -0
- package/dist/gitlab/logo-mono-dark.d.cts +6 -0
- package/dist/gitlab/logo-mono-dark.d.ts +6 -0
- package/dist/gitlab/logo-mono-dark.js +20 -0
- package/dist/gitlab/logo-mono-light.cjs +44 -0
- package/dist/gitlab/logo-mono-light.d.cts +6 -0
- package/dist/gitlab/logo-mono-light.d.ts +6 -0
- package/dist/gitlab/logo-mono-light.js +20 -0
- package/dist/gitlab/logo.cjs +49 -0
- package/dist/gitlab/logo.d.cts +6 -0
- package/dist/gitlab/logo.d.ts +6 -0
- package/dist/gitlab/logo.js +25 -0
- package/dist/index.cjs +135 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.js +74 -0
- package/dist/metadata.cjs +93 -0
- package/dist/metadata.d.cts +287 -0
- package/dist/metadata.d.ts +287 -0
- package/dist/metadata.js +65 -0
- package/dist/nextjs/icon-dark.cjs +50 -0
- package/dist/nextjs/icon-dark.d.cts +6 -0
- package/dist/nextjs/icon-dark.d.ts +6 -0
- package/dist/nextjs/icon-dark.js +26 -0
- package/dist/nextjs/icon-light.cjs +50 -0
- package/dist/nextjs/icon-light.d.cts +6 -0
- package/dist/nextjs/icon-light.d.ts +6 -0
- package/dist/nextjs/icon-light.js +26 -0
- package/dist/nextjs/logo-dark.cjs +43 -0
- package/dist/nextjs/logo-dark.d.cts +6 -0
- package/dist/nextjs/logo-dark.d.ts +6 -0
- package/dist/nextjs/logo-dark.js +19 -0
- package/dist/nextjs/logo-light.cjs +43 -0
- package/dist/nextjs/logo-light.d.cts +6 -0
- package/dist/nextjs/logo-light.d.ts +6 -0
- package/dist/nextjs/logo-light.js +19 -0
- package/dist/turbo/icon-dark.cjs +40 -0
- package/dist/turbo/icon-dark.d.cts +6 -0
- package/dist/turbo/icon-dark.d.ts +6 -0
- package/dist/turbo/icon-dark.js +16 -0
- package/dist/turbo/icon-light.cjs +40 -0
- package/dist/turbo/icon-light.d.cts +6 -0
- package/dist/turbo/icon-light.d.ts +6 -0
- package/dist/turbo/icon-light.js +16 -0
- package/dist/turbo/logo-dark.cjs +45 -0
- package/dist/turbo/logo-dark.d.cts +6 -0
- package/dist/turbo/logo-dark.d.ts +6 -0
- package/dist/turbo/logo-dark.js +21 -0
- package/dist/turbo/logo-light.cjs +45 -0
- package/dist/turbo/logo-light.d.cts +6 -0
- package/dist/turbo/logo-light.d.ts +6 -0
- package/dist/turbo/logo-light.js +21 -0
- package/dist/turbopack/icon-dark.cjs +52 -0
- package/dist/turbopack/icon-dark.d.cts +6 -0
- package/dist/turbopack/icon-dark.d.ts +6 -0
- package/dist/turbopack/icon-dark.js +28 -0
- package/dist/turbopack/icon-light.cjs +52 -0
- package/dist/turbopack/icon-light.d.cts +6 -0
- package/dist/turbopack/icon-light.d.ts +6 -0
- package/dist/turbopack/icon-light.js +28 -0
- package/dist/turbopack/logo-dark.cjs +61 -0
- package/dist/turbopack/logo-dark.d.cts +6 -0
- package/dist/turbopack/logo-dark.d.ts +6 -0
- package/dist/turbopack/logo-dark.js +37 -0
- package/dist/turbopack/logo-light.cjs +61 -0
- package/dist/turbopack/logo-light.d.cts +6 -0
- package/dist/turbopack/logo-light.d.ts +6 -0
- package/dist/turbopack/logo-light.js +37 -0
- package/dist/turborepo/icon-dark.cjs +40 -0
- package/dist/turborepo/icon-dark.d.cts +6 -0
- package/dist/turborepo/icon-dark.d.ts +6 -0
- package/dist/turborepo/icon-dark.js +16 -0
- package/dist/turborepo/icon-light.cjs +40 -0
- package/dist/turborepo/icon-light.d.cts +6 -0
- package/dist/turborepo/icon-light.d.ts +6 -0
- package/dist/turborepo/icon-light.js +16 -0
- package/dist/turborepo/logo-dark.cjs +49 -0
- package/dist/turborepo/logo-dark.d.cts +6 -0
- package/dist/turborepo/logo-dark.d.ts +6 -0
- package/dist/turborepo/logo-dark.js +25 -0
- package/dist/turborepo/logo-light.cjs +49 -0
- package/dist/turborepo/logo-light.d.cts +6 -0
- package/dist/turborepo/logo-light.d.ts +6 -0
- package/dist/turborepo/logo-light.js +25 -0
- package/dist/v0/logo-dark.cjs +39 -0
- package/dist/v0/logo-dark.d.cts +6 -0
- package/dist/v0/logo-dark.d.ts +6 -0
- package/dist/v0/logo-dark.js +15 -0
- package/dist/v0/logo-light.cjs +39 -0
- package/dist/v0/logo-light.d.cts +6 -0
- package/dist/v0/logo-light.d.ts +6 -0
- package/dist/v0/logo-light.js +15 -0
- package/dist/vercel/icon-dark.cjs +36 -0
- package/dist/vercel/icon-dark.d.cts +6 -0
- package/dist/vercel/icon-dark.d.ts +6 -0
- package/dist/vercel/icon-dark.js +12 -0
- package/dist/vercel/icon-light.cjs +36 -0
- package/dist/vercel/icon-light.d.cts +6 -0
- package/dist/vercel/icon-light.d.ts +6 -0
- package/dist/vercel/icon-light.js +12 -0
- package/dist/vercel/logo-dark.cjs +36 -0
- package/dist/vercel/logo-dark.d.cts +6 -0
- package/dist/vercel/logo-dark.d.ts +6 -0
- package/dist/vercel/logo-dark.js +12 -0
- package/dist/vercel/logo-light.cjs +36 -0
- package/dist/vercel/logo-light.d.cts +6 -0
- package/dist/vercel/logo-light.d.ts +6 -0
- package/dist/vercel/logo-light.js +12 -0
- package/package.json +69 -0
|
@@ -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_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
TurbopackIconLight: () => TurbopackIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurbopackIconLight = (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: "#000000", 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_13850)", 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_13850)", 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_13850)", 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_13850", 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_13850", 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_13850", 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_light_default = TurbopackIconLight;
|
|
49
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
+
0 && (module.exports = {
|
|
51
|
+
TurbopackIconLight
|
|
52
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurbopackIconLight = (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: "#000000", 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_13850)", 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_13850)", 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_13850)", 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_13850", 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_13850", 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_13850", 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_light_default = TurbopackIconLight;
|
|
25
|
+
export {
|
|
26
|
+
TurbopackIconLight,
|
|
27
|
+
icon_light_default as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
TurbopackLogoDark: () => TurbopackLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurbopackLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0493827", d: "M 6.9190617,1.2614173 V 0.8447358 H 4.9109877 V 1.2614173 H 5.669037 v 1.3855852 h 0.492 V 1.2614173 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 8.053679,2.6746123 c 0.6174815,0 0.9563457,-0.3137629 0.9563457,-0.8308493 V 0.8447358 H 8.5180741 v 0.9513383 c 0,0.2886617 -0.1506173,0.4518222 -0.4643951,0.4518222 -0.3137778,0 -0.464395,-0.1631605 -0.464395,-0.4518222 V 0.8447358 H 7.0973333 V 1.843763 c 0,0.5170864 0.3388642,0.8308493 0.9563457,0.8308493 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 9.7631605,2.0495951 h 0.4894815 l 0.386518,0.5974074 h 0.564791 L 10.76721,1.996884 c 0.245975,-0.087857 0.396592,-0.2836445 0.396592,-0.5497186 0,-0.386558 -0.288691,-0.6024296 -0.72795,-0.6024296 H 9.2711605 v 1.8022667 h 0.492 z m 0,-0.3890667 V 1.2563951 h 0.6476045 c 0.173186,0 0.268593,0.075304 0.268593,0.2033234 0,0.120484 -0.09541,0.2008099 -0.268593,0.2008099 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 11.392691,2.6470025 h 1.287704 c 0.40163,0 0.632543,-0.1907704 0.632543,-0.5095556 0,-0.213358 -0.135555,-0.3589432 -0.296197,-0.4242074 0.110469,-0.052711 0.246024,-0.1782173 0.246024,-0.3765185 0,-0.3187852 -0.225925,-0.4919852 -0.625037,-0.4919852 H 11.392691 Z M 11.864593,1.550079 V 1.2438469 h 0.722913 c 0.135556,0 0.210864,0.052711 0.210864,0.1531161 0,0.1004049 -0.07531,0.153116 -0.210864,0.153116 z m 0,0.3689877 h 0.768098 c 0.133037,0 0.205828,0.065264 0.205828,0.1631605 0,0.097896 -0.07279,0.1631555 -0.205828,0.1631555 h -0.768098 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 14.515852,0.81461728 c -0.630025,0 -1.084395,0.39408892 -1.084395,0.93125432 0,0.5371654 0.45437,0.9312543 1.084395,0.9312543 0.630025,0 1.081876,-0.3940889 1.081876,-0.9312543 0,-0.5371654 -0.451851,-0.93125432 -1.081876,-0.93125432 z m 0,0.42672102 c 0.331308,0 0.579852,0.1957876 0.579852,0.5045333 0,0.3087457 -0.248544,0.5045333 -0.579852,0.5045333 -0.331358,0 -0.579852,-0.1957876 -0.579852,-0.5045333 0,-0.3087457 0.248494,-0.5045333 0.579852,-0.5045333 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 16.306716,2.0721877 h 0.655161 c 0.439259,0 0.727901,-0.2108544 0.727901,-0.6124692 0,-0.4041333 -0.288642,-0.6149827 -0.727901,-0.6149827 h -1.147161 v 1.8022667 h 0.492 z m 0,-0.4091507 V 1.2563951 h 0.627506 c 0.175753,0 0.271111,0.075304 0.271111,0.2033234 0,0.1255062 -0.09536,0.2033185 -0.271111,0.2033185 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 18.348296,0.8447358 -0.886074,1.8022667 h 0.522074 l 0.163161,-0.3388642 h 0.946321 l 0.16316,0.3388642 h 0.539704 L 18.913037,0.8447358 Z m 0.276099,0.4819457 0.281136,0.5873679 h -0.56479 z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 19.693136,1.7458716 c 0,0.5371654 0.449333,0.9312543 1.076839,0.9312543 0.502025,0 0.850914,-0.2259111 0.988988,-0.5898815 L 21.309679,1.8864395 c -0.07032,0.2108494 -0.253531,0.3639654 -0.539704,0.3639654 -0.321284,0 -0.574815,-0.1957876 -0.574815,-0.5045333 0,-0.3087457 0.253531,-0.5045333 0.574815,-0.5045333 0.286173,0 0.469383,0.153116 0.539704,0.3639654 L 21.758963,1.4044938 C 21.620889,1.0405284 21.272,0.81461728 20.769975,0.81461728 c -0.627506,0 -1.076839,0.39408892 -1.076839,0.93125432 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 22.428642,0.8447358 h -0.491951 v 1.8022667 h 0.491951 V 2.1976938 l 0.321333,-0.2886666 0.624988,0.7379753 H 24 L 23.103901,1.5927506 23.937235,0.8447358 h -0.670173 l -0.83842,0.7605679 z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0493827", d: "m 1.3690321,1.2986667 c -0.04002,0 -0.072459,0.032439 -0.072459,0.072459 v 0.805926 c 0,0.040015 0.032439,0.072459 0.072459,0.072459 H 2.174958 c 0.040015,0 0.072459,-0.032444 0.072459,-0.072459 v -0.805926 c 0,-0.04002 -0.032444,-0.072459 -0.072459,-0.072459 z M 0.78769383,0.72341235 c -0.0366568,0 -0.0663753,0.0297185 -0.0663753,0.0663753 V 2.7583901 c 0,0.036657 0.0297185,0.06637 0.0663753,0.06637 H 2.7562963 c 0.036657,0 0.06637,-0.029714 0.06637,-0.06637 V 0.78978765 c 0,-0.0366568 -0.029714,-0.0663753 -0.06637,-0.0663753 z", clipRule: "evenodd" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0,1.8070272 V 3.0870025 C 0,3.172879 0.02396326,3.2531654 0.0655679,3.3215259 L 0.52704691,2.8600444 V 1.8070272 Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path12", fill: "url(#prefix__paint1_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0.21043012,3.4689679 0.66799506,3.0114074 c 0.003185,1.975e-4 0.0064,3.012e-4 0.00964,3.012e-4 H 1.6858716 V 3.5387605 H 0.45175654 c -0.0887442,0 -0.1715116,-0.02559 -0.24132642,-0.069793 z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path13", fill: "url(#prefix__paint2_linear_2758_13913)", strokeWidth: "0.0493827", d: "m 1.892563,3.5387605 h 1.1944395 c 0.2494963,0 0.451758,-0.2022617 0.451758,-0.451758 V 0.45175654 C 3.5387605,0.20225827 3.3364988,0 3.0870025,0 H 1.8070272 v 0.52704691 h 1.0540987 c 0.083165,0 0.1505827,0.0674222 0.1505827,0.15058766 V 2.8611259 c 0,0.083165 -0.067417,0.1505827 -0.1505827,0.1505827 H 1.892563 Z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "prefix__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint1_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
49
|
+
] }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint2_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
53
|
+
] })
|
|
54
|
+
] })
|
|
55
|
+
] });
|
|
56
|
+
};
|
|
57
|
+
var logo_dark_default = TurbopackLogoDark;
|
|
58
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
59
|
+
0 && (module.exports = {
|
|
60
|
+
TurbopackLogoDark
|
|
61
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurbopackLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0493827", d: "M 6.9190617,1.2614173 V 0.8447358 H 4.9109877 V 1.2614173 H 5.669037 v 1.3855852 h 0.492 V 1.2614173 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 8.053679,2.6746123 c 0.6174815,0 0.9563457,-0.3137629 0.9563457,-0.8308493 V 0.8447358 H 8.5180741 v 0.9513383 c 0,0.2886617 -0.1506173,0.4518222 -0.4643951,0.4518222 -0.3137778,0 -0.464395,-0.1631605 -0.464395,-0.4518222 V 0.8447358 H 7.0973333 V 1.843763 c 0,0.5170864 0.3388642,0.8308493 0.9563457,0.8308493 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 9.7631605,2.0495951 h 0.4894815 l 0.386518,0.5974074 h 0.564791 L 10.76721,1.996884 c 0.245975,-0.087857 0.396592,-0.2836445 0.396592,-0.5497186 0,-0.386558 -0.288691,-0.6024296 -0.72795,-0.6024296 H 9.2711605 v 1.8022667 h 0.492 z m 0,-0.3890667 V 1.2563951 h 0.6476045 c 0.173186,0 0.268593,0.075304 0.268593,0.2033234 0,0.120484 -0.09541,0.2008099 -0.268593,0.2008099 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 11.392691,2.6470025 h 1.287704 c 0.40163,0 0.632543,-0.1907704 0.632543,-0.5095556 0,-0.213358 -0.135555,-0.3589432 -0.296197,-0.4242074 0.110469,-0.052711 0.246024,-0.1782173 0.246024,-0.3765185 0,-0.3187852 -0.225925,-0.4919852 -0.625037,-0.4919852 H 11.392691 Z M 11.864593,1.550079 V 1.2438469 h 0.722913 c 0.135556,0 0.210864,0.052711 0.210864,0.1531161 0,0.1004049 -0.07531,0.153116 -0.210864,0.153116 z m 0,0.3689877 h 0.768098 c 0.133037,0 0.205828,0.065264 0.205828,0.1631605 0,0.097896 -0.07279,0.1631555 -0.205828,0.1631555 h -0.768098 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 14.515852,0.81461728 c -0.630025,0 -1.084395,0.39408892 -1.084395,0.93125432 0,0.5371654 0.45437,0.9312543 1.084395,0.9312543 0.630025,0 1.081876,-0.3940889 1.081876,-0.9312543 0,-0.5371654 -0.451851,-0.93125432 -1.081876,-0.93125432 z m 0,0.42672102 c 0.331308,0 0.579852,0.1957876 0.579852,0.5045333 0,0.3087457 -0.248544,0.5045333 -0.579852,0.5045333 -0.331358,0 -0.579852,-0.1957876 -0.579852,-0.5045333 0,-0.3087457 0.248494,-0.5045333 0.579852,-0.5045333 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 16.306716,2.0721877 h 0.655161 c 0.439259,0 0.727901,-0.2108544 0.727901,-0.6124692 0,-0.4041333 -0.288642,-0.6149827 -0.727901,-0.6149827 h -1.147161 v 1.8022667 h 0.492 z m 0,-0.4091507 V 1.2563951 h 0.627506 c 0.175753,0 0.271111,0.075304 0.271111,0.2033234 0,0.1255062 -0.09536,0.2033185 -0.271111,0.2033185 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 18.348296,0.8447358 -0.886074,1.8022667 h 0.522074 l 0.163161,-0.3388642 h 0.946321 l 0.16316,0.3388642 h 0.539704 L 18.913037,0.8447358 Z m 0.276099,0.4819457 0.281136,0.5873679 h -0.56479 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 19.693136,1.7458716 c 0,0.5371654 0.449333,0.9312543 1.076839,0.9312543 0.502025,0 0.850914,-0.2259111 0.988988,-0.5898815 L 21.309679,1.8864395 c -0.07032,0.2108494 -0.253531,0.3639654 -0.539704,0.3639654 -0.321284,0 -0.574815,-0.1957876 -0.574815,-0.5045333 0,-0.3087457 0.253531,-0.5045333 0.574815,-0.5045333 0.286173,0 0.469383,0.153116 0.539704,0.3639654 L 21.758963,1.4044938 C 21.620889,1.0405284 21.272,0.81461728 20.769975,0.81461728 c -0.627506,0 -1.076839,0.39408892 -1.076839,0.93125432 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#ffffff", strokeWidth: "0.0493827", d: "m 22.428642,0.8447358 h -0.491951 v 1.8022667 h 0.491951 V 2.1976938 l 0.321333,-0.2886666 0.624988,0.7379753 H 24 L 23.103901,1.5927506 23.937235,0.8447358 h -0.670173 l -0.83842,0.7605679 z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0493827", d: "m 1.3690321,1.2986667 c -0.04002,0 -0.072459,0.032439 -0.072459,0.072459 v 0.805926 c 0,0.040015 0.032439,0.072459 0.072459,0.072459 H 2.174958 c 0.040015,0 0.072459,-0.032444 0.072459,-0.072459 v -0.805926 c 0,-0.04002 -0.032444,-0.072459 -0.072459,-0.072459 z M 0.78769383,0.72341235 c -0.0366568,0 -0.0663753,0.0297185 -0.0663753,0.0663753 V 2.7583901 c 0,0.036657 0.0297185,0.06637 0.0663753,0.06637 H 2.7562963 c 0.036657,0 0.06637,-0.029714 0.06637,-0.06637 V 0.78978765 c 0,-0.0366568 -0.029714,-0.0663753 -0.06637,-0.0663753 z", clipRule: "evenodd" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0,1.8070272 V 3.0870025 C 0,3.172879 0.02396326,3.2531654 0.0655679,3.3215259 L 0.52704691,2.8600444 V 1.8070272 Z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path12", fill: "url(#prefix__paint1_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0.21043012,3.4689679 0.66799506,3.0114074 c 0.003185,1.975e-4 0.0064,3.012e-4 0.00964,3.012e-4 H 1.6858716 V 3.5387605 H 0.45175654 c -0.0887442,0 -0.1715116,-0.02559 -0.24132642,-0.069793 z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path13", fill: "url(#prefix__paint2_linear_2758_13913)", strokeWidth: "0.0493827", d: "m 1.892563,3.5387605 h 1.1944395 c 0.2494963,0 0.451758,-0.2022617 0.451758,-0.451758 V 0.45175654 C 3.5387605,0.20225827 3.3364988,0 3.0870025,0 H 1.8070272 v 0.52704691 h 1.0540987 c 0.083165,0 0.1505827,0.0674222 0.1505827,0.15058766 V 2.8611259 c 0,0.083165 -0.067417,0.1505827 -0.1505827,0.1505827 H 1.892563 Z" }),
|
|
17
|
+
/* @__PURE__ */ jsxs("defs", { id: "prefix__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint1_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
25
|
+
] }),
|
|
26
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint2_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
29
|
+
] })
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
var logo_dark_default = TurbopackLogoDark;
|
|
34
|
+
export {
|
|
35
|
+
TurbopackLogoDark,
|
|
36
|
+
logo_dark_default as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
TurbopackLogoLight: () => TurbopackLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurbopackLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0493827", d: "M 6.9190617,1.2614173 V 0.8447358 H 4.9109877 V 1.2614173 H 5.669037 v 1.3855852 h 0.492 V 1.2614173 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0493827", d: "m 8.053679,2.6746123 c 0.6174815,0 0.9563457,-0.3137629 0.9563457,-0.8308493 V 0.8447358 H 8.5180741 v 0.9513383 c 0,0.2886617 -0.1506173,0.4518222 -0.4643951,0.4518222 -0.3137778,0 -0.464395,-0.1631605 -0.464395,-0.4518222 V 0.8447358 H 7.0973333 V 1.843763 c 0,0.5170864 0.3388642,0.8308493 0.9563457,0.8308493 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0493827", d: "m 9.7631605,2.0495951 h 0.4894815 l 0.386518,0.5974074 h 0.564791 L 10.76721,1.996884 c 0.245975,-0.087857 0.396592,-0.2836445 0.396592,-0.5497186 0,-0.386558 -0.288691,-0.6024296 -0.72795,-0.6024296 H 9.2711605 v 1.8022667 h 0.492 z m 0,-0.3890667 V 1.2563951 h 0.6476045 c 0.173186,0 0.268593,0.075304 0.268593,0.2033234 0,0.120484 -0.09541,0.2008099 -0.268593,0.2008099 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0493827", d: "m 11.392691,2.6470025 h 1.287704 c 0.40163,0 0.632543,-0.1907704 0.632543,-0.5095556 0,-0.213358 -0.135555,-0.3589432 -0.296197,-0.4242074 0.110469,-0.052711 0.246024,-0.1782173 0.246024,-0.3765185 0,-0.3187852 -0.225925,-0.4919852 -0.625037,-0.4919852 H 11.392691 Z M 11.864593,1.550079 V 1.2438469 h 0.722913 c 0.135556,0 0.210864,0.052711 0.210864,0.1531161 0,0.1004049 -0.07531,0.153116 -0.210864,0.153116 z m 0,0.3689877 h 0.768098 c 0.133037,0 0.205828,0.065264 0.205828,0.1631605 0,0.097896 -0.07279,0.1631555 -0.205828,0.1631555 h -0.768098 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#000000", strokeWidth: "0.0493827", d: "m 14.515852,0.81461728 c -0.630025,0 -1.084395,0.39408892 -1.084395,0.93125432 0,0.5371654 0.45437,0.9312543 1.084395,0.9312543 0.630025,0 1.081876,-0.3940889 1.081876,-0.9312543 0,-0.5371654 -0.451851,-0.93125432 -1.081876,-0.93125432 z m 0,0.42672102 c 0.331308,0 0.579852,0.1957876 0.579852,0.5045333 0,0.3087457 -0.248544,0.5045333 -0.579852,0.5045333 -0.331358,0 -0.579852,-0.1957876 -0.579852,-0.5045333 0,-0.3087457 0.248494,-0.5045333 0.579852,-0.5045333 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0493827", d: "m 16.306716,2.0721877 h 0.655161 c 0.439259,0 0.727901,-0.2108544 0.727901,-0.6124692 0,-0.4041333 -0.288642,-0.6149827 -0.727901,-0.6149827 h -1.147161 v 1.8022667 h 0.492 z m 0,-0.4091507 V 1.2563951 h 0.627506 c 0.175753,0 0.271111,0.075304 0.271111,0.2033234 0,0.1255062 -0.09536,0.2033185 -0.271111,0.2033185 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0493827", d: "m 18.348296,0.8447358 -0.886074,1.8022667 h 0.522074 l 0.163161,-0.3388642 h 0.946321 l 0.16316,0.3388642 h 0.539704 L 18.913037,0.8447358 Z m 0.276099,0.4819457 0.281136,0.5873679 h -0.56479 z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#000000", strokeWidth: "0.0493827", d: "m 19.693136,1.7458716 c 0,0.5371654 0.449333,0.9312543 1.076839,0.9312543 0.502025,0 0.850914,-0.2259111 0.988988,-0.5898815 L 21.309679,1.8864395 c -0.07032,0.2108494 -0.253531,0.3639654 -0.539704,0.3639654 -0.321284,0 -0.574815,-0.1957876 -0.574815,-0.5045333 0,-0.3087457 0.253531,-0.5045333 0.574815,-0.5045333 0.286173,0 0.469383,0.153116 0.539704,0.3639654 L 21.758963,1.4044938 C 21.620889,1.0405284 21.272,0.81461728 20.769975,0.81461728 c -0.627506,0 -1.076839,0.39408892 -1.076839,0.93125432 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#000000", strokeWidth: "0.0493827", d: "m 22.428642,0.8447358 h -0.491951 v 1.8022667 h 0.491951 V 2.1976938 l 0.321333,-0.2886666 0.624988,0.7379753 H 24 L 23.103901,1.5927506 23.937235,0.8447358 h -0.670173 l -0.83842,0.7605679 z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0493827", d: "m 1.3690321,1.2986667 c -0.04002,0 -0.072459,0.032439 -0.072459,0.072459 v 0.805926 c 0,0.040015 0.032439,0.072459 0.072459,0.072459 H 2.174958 c 0.040015,0 0.072459,-0.032444 0.072459,-0.072459 v -0.805926 c 0,-0.04002 -0.032444,-0.072459 -0.072459,-0.072459 z M 0.78769383,0.72341235 c -0.0366568,0 -0.0663753,0.0297185 -0.0663753,0.0663753 V 2.7583901 c 0,0.036657 0.0297185,0.06637 0.0663753,0.06637 H 2.7562963 c 0.036657,0 0.06637,-0.029714 0.06637,-0.06637 V 0.78978765 c 0,-0.0366568 -0.029714,-0.0663753 -0.06637,-0.0663753 z", clipRule: "evenodd" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0,1.8070272 V 3.0870025 C 0,3.172879 0.02396326,3.2531654 0.0655679,3.3215259 L 0.52704691,2.8600444 V 1.8070272 Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path12", fill: "url(#prefix__paint1_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0.21043012,3.4689679 0.66799506,3.0114074 c 0.003185,1.975e-4 0.0064,3.012e-4 0.00964,3.012e-4 H 1.6858716 V 3.5387605 H 0.45175654 c -0.0887442,0 -0.1715116,-0.02559 -0.24132642,-0.069793 z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path13", fill: "url(#prefix__paint2_linear_2758_13913)", strokeWidth: "0.0493827", d: "m 1.892563,3.5387605 h 1.1944395 c 0.2494963,0 0.451758,-0.2022617 0.451758,-0.451758 V 0.45175654 C 3.5387605,0.20225827 3.3364988,0 3.0870025,0 H 1.8070272 v 0.52704691 h 1.0540987 c 0.083165,0 0.1505827,0.0674222 0.1505827,0.15058766 V 2.8611259 c 0,0.083165 -0.067417,0.1505827 -0.1505827,0.1505827 H 1.892563 Z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "prefix__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint1_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
49
|
+
] }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint2_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
53
|
+
] })
|
|
54
|
+
] })
|
|
55
|
+
] });
|
|
56
|
+
};
|
|
57
|
+
var logo_light_default = TurbopackLogoLight;
|
|
58
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
59
|
+
0 && (module.exports = {
|
|
60
|
+
TurbopackLogoLight
|
|
61
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurbopackLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0493827", d: "M 6.9190617,1.2614173 V 0.8447358 H 4.9109877 V 1.2614173 H 5.669037 v 1.3855852 h 0.492 V 1.2614173 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0493827", d: "m 8.053679,2.6746123 c 0.6174815,0 0.9563457,-0.3137629 0.9563457,-0.8308493 V 0.8447358 H 8.5180741 v 0.9513383 c 0,0.2886617 -0.1506173,0.4518222 -0.4643951,0.4518222 -0.3137778,0 -0.464395,-0.1631605 -0.464395,-0.4518222 V 0.8447358 H 7.0973333 V 1.843763 c 0,0.5170864 0.3388642,0.8308493 0.9563457,0.8308493 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0493827", d: "m 9.7631605,2.0495951 h 0.4894815 l 0.386518,0.5974074 h 0.564791 L 10.76721,1.996884 c 0.245975,-0.087857 0.396592,-0.2836445 0.396592,-0.5497186 0,-0.386558 -0.288691,-0.6024296 -0.72795,-0.6024296 H 9.2711605 v 1.8022667 h 0.492 z m 0,-0.3890667 V 1.2563951 h 0.6476045 c 0.173186,0 0.268593,0.075304 0.268593,0.2033234 0,0.120484 -0.09541,0.2008099 -0.268593,0.2008099 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0493827", d: "m 11.392691,2.6470025 h 1.287704 c 0.40163,0 0.632543,-0.1907704 0.632543,-0.5095556 0,-0.213358 -0.135555,-0.3589432 -0.296197,-0.4242074 0.110469,-0.052711 0.246024,-0.1782173 0.246024,-0.3765185 0,-0.3187852 -0.225925,-0.4919852 -0.625037,-0.4919852 H 11.392691 Z M 11.864593,1.550079 V 1.2438469 h 0.722913 c 0.135556,0 0.210864,0.052711 0.210864,0.1531161 0,0.1004049 -0.07531,0.153116 -0.210864,0.153116 z m 0,0.3689877 h 0.768098 c 0.133037,0 0.205828,0.065264 0.205828,0.1631605 0,0.097896 -0.07279,0.1631555 -0.205828,0.1631555 h -0.768098 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#000000", strokeWidth: "0.0493827", d: "m 14.515852,0.81461728 c -0.630025,0 -1.084395,0.39408892 -1.084395,0.93125432 0,0.5371654 0.45437,0.9312543 1.084395,0.9312543 0.630025,0 1.081876,-0.3940889 1.081876,-0.9312543 0,-0.5371654 -0.451851,-0.93125432 -1.081876,-0.93125432 z m 0,0.42672102 c 0.331308,0 0.579852,0.1957876 0.579852,0.5045333 0,0.3087457 -0.248544,0.5045333 -0.579852,0.5045333 -0.331358,0 -0.579852,-0.1957876 -0.579852,-0.5045333 0,-0.3087457 0.248494,-0.5045333 0.579852,-0.5045333 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0493827", d: "m 16.306716,2.0721877 h 0.655161 c 0.439259,0 0.727901,-0.2108544 0.727901,-0.6124692 0,-0.4041333 -0.288642,-0.6149827 -0.727901,-0.6149827 h -1.147161 v 1.8022667 h 0.492 z m 0,-0.4091507 V 1.2563951 h 0.627506 c 0.175753,0 0.271111,0.075304 0.271111,0.2033234 0,0.1255062 -0.09536,0.2033185 -0.271111,0.2033185 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0493827", d: "m 18.348296,0.8447358 -0.886074,1.8022667 h 0.522074 l 0.163161,-0.3388642 h 0.946321 l 0.16316,0.3388642 h 0.539704 L 18.913037,0.8447358 Z m 0.276099,0.4819457 0.281136,0.5873679 h -0.56479 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#000000", strokeWidth: "0.0493827", d: "m 19.693136,1.7458716 c 0,0.5371654 0.449333,0.9312543 1.076839,0.9312543 0.502025,0 0.850914,-0.2259111 0.988988,-0.5898815 L 21.309679,1.8864395 c -0.07032,0.2108494 -0.253531,0.3639654 -0.539704,0.3639654 -0.321284,0 -0.574815,-0.1957876 -0.574815,-0.5045333 0,-0.3087457 0.253531,-0.5045333 0.574815,-0.5045333 0.286173,0 0.469383,0.153116 0.539704,0.3639654 L 21.758963,1.4044938 C 21.620889,1.0405284 21.272,0.81461728 20.769975,0.81461728 c -0.627506,0 -1.076839,0.39408892 -1.076839,0.93125432 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#000000", strokeWidth: "0.0493827", d: "m 22.428642,0.8447358 h -0.491951 v 1.8022667 h 0.491951 V 2.1976938 l 0.321333,-0.2886666 0.624988,0.7379753 H 24 L 23.103901,1.5927506 23.937235,0.8447358 h -0.670173 l -0.83842,0.7605679 z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0493827", d: "m 1.3690321,1.2986667 c -0.04002,0 -0.072459,0.032439 -0.072459,0.072459 v 0.805926 c 0,0.040015 0.032439,0.072459 0.072459,0.072459 H 2.174958 c 0.040015,0 0.072459,-0.032444 0.072459,-0.072459 v -0.805926 c 0,-0.04002 -0.032444,-0.072459 -0.072459,-0.072459 z M 0.78769383,0.72341235 c -0.0366568,0 -0.0663753,0.0297185 -0.0663753,0.0663753 V 2.7583901 c 0,0.036657 0.0297185,0.06637 0.0663753,0.06637 H 2.7562963 c 0.036657,0 0.06637,-0.029714 0.06637,-0.06637 V 0.78978765 c 0,-0.0366568 -0.029714,-0.0663753 -0.06637,-0.0663753 z", clipRule: "evenodd" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0,1.8070272 V 3.0870025 C 0,3.172879 0.02396326,3.2531654 0.0655679,3.3215259 L 0.52704691,2.8600444 V 1.8070272 Z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path12", fill: "url(#prefix__paint1_linear_2758_13913)", strokeWidth: "0.0493827", d: "M 0.21043012,3.4689679 0.66799506,3.0114074 c 0.003185,1.975e-4 0.0064,3.012e-4 0.00964,3.012e-4 H 1.6858716 V 3.5387605 H 0.45175654 c -0.0887442,0 -0.1715116,-0.02559 -0.24132642,-0.069793 z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path13", fill: "url(#prefix__paint2_linear_2758_13913)", strokeWidth: "0.0493827", d: "m 1.892563,3.5387605 h 1.1944395 c 0.2494963,0 0.451758,-0.2022617 0.451758,-0.451758 V 0.45175654 C 3.5387605,0.20225827 3.3364988,0 3.0870025,0 H 1.8070272 v 0.52704691 h 1.0540987 c 0.083165,0 0.1505827,0.0674222 0.1505827,0.15058766 V 2.8611259 c 0,0.083165 -0.067417,0.1505827 -0.1505827,0.1505827 H 1.892563 Z" }),
|
|
17
|
+
/* @__PURE__ */ jsxs("defs", { id: "prefix__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint1_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
25
|
+
] }),
|
|
26
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint2_linear_2758_13913", x1: "39.353199", x2: "4.0841599", y1: "5.0385799", y2: "40.068501", gradientTransform: "scale(0.04938272)", gradientUnits: "userSpaceOnUse", children: [
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
29
|
+
] })
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
var logo_light_default = TurbopackLogoLight;
|
|
34
|
+
export {
|
|
35
|
+
TurbopackLogoLight,
|
|
36
|
+
logo_light_default as default
|
|
37
|
+
};
|
|
@@ -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
|
+
TurborepoIconDark: () => TurborepoIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurborepoIconDark = (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: "#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_13788)", 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_13788", 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 = TurborepoIconDark;
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
TurborepoIconDark
|
|
40
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurborepoIconDark = (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: "#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_13788)", 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_13788", 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 = TurborepoIconDark;
|
|
13
|
+
export {
|
|
14
|
+
TurborepoIconDark,
|
|
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
|
+
TurborepoIconLight: () => TurborepoIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurborepoIconLight = (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 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.24", d: "m 11.990616,4.195728 c -4.299864,0 -7.798128,3.501024 -7.798128,7.804296 0,4.303248 3.498264,7.804272 7.798128,7.804272 4.299888,0 7.798152,-3.501024 7.798152,-7.804272 0,-4.303272 -3.498264,-7.804296 -7.798152,-7.804296 z m 0,11.84304 c -2.229072,0 -4.035576,-1.80792 -4.035576,-4.038744 0,-2.230848 1.806504,-4.038768 4.035576,-4.038768 2.229096,0 4.035576,1.80792 4.035576,4.038768 0,2.230824 -1.80648,4.038744 -4.035576,4.038744 z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13753)", fillRule: "evenodd", strokeWidth: "0.24", d: "M 12.644016,2.913888 V 0 C 18.972576,0.3386208 24,5.582184 24,12 24,18.417816 18.972576,23.65992 12.644016,24 V 21.086112 C 17.360664,20.748936 21.09564,16.804656 21.09564,12 c 0,-4.804656 -3.734976,-8.748936 -8.451624,-9.086112 z M 5.11308,17.958552 C 3.862776,16.513968 3.056808,14.67408 2.913048,12.653976 H 0 c 0.15102552,2.826672 1.2808128,5.391768 3.051,7.366824 L 5.11164,17.958552 Z M 11.337096,24 V 21.086112 C 9.317136,20.942232 7.478688,20.137104 6.035232,18.884328 L 3.974616,20.9466 c 1.974936,1.773024 4.538016,2.902248 7.36104,3.0534 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_13753", x1: "54.644199", x2: "5.4254899", y1: "7.0311098", y2: "56.211102", gradientTransform: "scale(0.24)", 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 = TurborepoIconLight;
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
TurborepoIconLight
|
|
40
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurborepoIconLight = (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 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.24", d: "m 11.990616,4.195728 c -4.299864,0 -7.798128,3.501024 -7.798128,7.804296 0,4.303248 3.498264,7.804272 7.798128,7.804272 4.299888,0 7.798152,-3.501024 7.798152,-7.804272 0,-4.303272 -3.498264,-7.804296 -7.798152,-7.804296 z m 0,11.84304 c -2.229072,0 -4.035576,-1.80792 -4.035576,-4.038744 0,-2.230848 1.806504,-4.038768 4.035576,-4.038768 2.229096,0 4.035576,1.80792 4.035576,4.038768 0,2.230824 -1.80648,4.038744 -4.035576,4.038744 z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_2758_13753)", fillRule: "evenodd", strokeWidth: "0.24", d: "M 12.644016,2.913888 V 0 C 18.972576,0.3386208 24,5.582184 24,12 24,18.417816 18.972576,23.65992 12.644016,24 V 21.086112 C 17.360664,20.748936 21.09564,16.804656 21.09564,12 c 0,-4.804656 -3.734976,-8.748936 -8.451624,-9.086112 z M 5.11308,17.958552 C 3.862776,16.513968 3.056808,14.67408 2.913048,12.653976 H 0 c 0.15102552,2.826672 1.2808128,5.391768 3.051,7.366824 L 5.11164,17.958552 Z M 11.337096,24 V 21.086112 C 9.317136,20.942232 7.478688,20.137104 6.035232,18.884328 L 3.974616,20.9466 c 1.974936,1.773024 4.538016,2.902248 7.36104,3.0534 z", clipRule: "evenodd" }),
|
|
6
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13753", x1: "54.644199", x2: "5.4254899", y1: "7.0311098", y2: "56.211102", gradientTransform: "scale(0.24)", 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 = TurborepoIconLight;
|
|
13
|
+
export {
|
|
14
|
+
TurborepoIconLight,
|
|
15
|
+
icon_light_default as default
|
|
16
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
TurborepoLogoDark: () => TurborepoLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurborepoLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg12", fill: "none", version: "1.1", viewBox: "0 0 24 3.2366543", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0515775", d: "M 6.3890621,1.2137016 V 0.78667581 H 4.3311036 V 1.2137016 H 5.1079797 V 2.6336823 H 5.6121499 V 1.2137016 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 7.5518257,2.6619777 c 0.6328046,0 0.9800761,-0.3215549 0.9800761,-0.8514726 V 0.78667581 H 8.0276799 V 1.761625 c 0,0.2958332 -0.1543199,0.4630372 -0.4758542,0.4630372 -0.3215858,0 -0.4759057,-0.167204 -0.4759057,-0.4630372 V 0.78667581 H 6.5716981 V 1.8105051 c 0,0.5299177 0.3472715,0.8514726 0.9801276,0.8514726 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 9.3037078,2.0214416 h 0.5016429 l 0.3961153,0.6122407 h 0.578803 l -0.44759,-0.666263 c 0.252111,-0.090034 0.406431,-0.2906805 0.406431,-0.5633606 0,-0.3961514 -0.295797,-0.61738289 -0.7460171,-0.61738289 H 8.7994859 V 2.6336823 h 0.5042219 z m 0,-0.3987251 V 1.2085541 h 0.6636995 c 0.1774787,0 0.2752177,0.077176 0.2752177,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.2752177,0.2057943 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 10.973736,2.6336823 h 1.319611 c 0.411589,0 0.648278,-0.1955046 0.648278,-0.5222069 0,-0.2186526 -0.138898,-0.3678561 -0.303534,-0.4347366 0.113161,-0.054022 0.25206,-0.1826464 0.25206,-0.3858669 0,-0.32669722 -0.23148,-0.50419609 -0.64049,-0.50419609 H 10.973736 Z M 11.457327,1.5095296 V 1.1956907 h 0.74086 c 0.138898,0 0.216109,0.054022 0.216109,0.1569194 0,0.1028972 -0.07721,0.1569195 -0.216109,0.1569195 z m 0,0.3781457 h 0.787176 c 0.13632,0 0.210952,0.066886 0.210952,0.1672092 0,0.1003234 -0.07463,0.1672092 -0.210952,0.1672092 h -0.787176 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 14.174379,0.75580666 c -0.645699,0 -1.111289,0.40387264 -1.111289,0.95436984 0,0.5505023 0.46559,0.9543749 1.111289,0.9543749 0.645699,0 1.108711,-0.4038726 1.108711,-0.9543749 0,-0.5504972 -0.463012,-0.95436984 -1.108711,-0.95436984 z m 0,0.43731544 c 0.339535,0 0.594225,0.2006469 0.594225,0.5170544 0,0.3164126 -0.25469,0.5170594 -0.594225,0.5170594 -0.339535,0 -0.594224,-0.2006468 -0.594224,-0.5170594 0,-0.3164075 0.254689,-0.5170544 0.594224,-0.5170544 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 16.009714,2.0214416 h 0.501591 l 0.396167,0.6122407 h 0.578803 l -0.44759,-0.666263 c 0.252111,-0.090034 0.406431,-0.2906805 0.406431,-0.5633606 0,-0.3961514 -0.295849,-0.61738289 -0.746017,-0.61738289 H 15.505492 V 2.6336823 h 0.504222 z m 0,-0.3987251 V 1.2085541 h 0.663699 c 0.177479,0 0.275218,0.077176 0.275218,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.275218,0.2057943 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0515775", d: "M 17.679691,0.78667581 V 2.6336823 h 1.795568 V 2.2066565 H 18.173597 V 1.905681 h 1.155027 V 1.4889502 H 18.173597 V 1.2137016 h 1.301662 V 0.78667581 Z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 20.222462,2.0445948 h 0.671385 c 0.45022,0 0.746017,-0.216084 0.746017,-0.6276726 0,-0.4141624 -0.295797,-0.63024639 -0.746017,-0.63024639 H 19.718241 V 2.6336823 h 0.504221 z m 0,-0.4193046 V 1.2085541 h 0.643121 c 0.180057,0 0.277796,0.077176 0.277796,0.2083681 0,0.1286188 -0.09774,0.208368 -0.277796,0.208368 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 22.89129,0.75580666 c -0.645648,0 -1.11129,0.40387264 -1.11129,0.95436984 0,0.5505023 0.465642,0.9543749 1.11129,0.9543749 C 23.536989,2.6645514 24,2.2606788 24,1.7101765 24,1.1596793 23.536989,0.75580666 22.89129,0.75580666 Z m 0,0.43731544 c 0.339586,0 0.594224,0.2006469 0.594224,0.5170544 0,0.3164126 -0.254638,0.5170594 -0.594224,0.5170594 -0.339535,0 -0.594225,-0.2006468 -0.594225,-0.5170594 0,-0.3164075 0.25469,-0.5170544 0.594225,-0.5170544 z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 1.6183324,0.56583634 c -0.58034,0 -1.0524909,0.47215096 -1.0524909,1.05249086 0,0.58034 0.4721509,1.0524909 1.0524909,1.0524909 0.5803399,0 1.0524908,-0.4721509 1.0524908,-1.0524909 0,-0.5803399 -0.4721509,-1.05249086 -1.0524908,-1.05249086 z m 0,1.59715976 c -0.3008517,0 -0.544669,-0.2438172 -0.544669,-0.5446689 0,-0.3008517 0.2438173,-0.5446689 0.544669,-0.5446689 0.3008516,0 0.5446689,0.2438172 0.5446689,0.5446689 0,0.3008517 -0.2438173,0.5446689 -0.5446689,0.5446689 z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13744)", fillRule: "evenodd", strokeWidth: "0.0515775", d: "M 1.7065196,0.39296912 V 0 c 0.8541444,0.04566674 1.5326776,0.75281517 1.5326776,1.6183272 0,0.8655121 -0.6785332,1.5724645 -1.5326776,1.6183272 V 2.8436853 C 2.34311,2.7982146 2.847208,2.2662853 2.847208,1.6183272 2.847208,0.97036914 2.34311,0.43843987 1.7065196,0.39296912 Z M 0.6900969,2.4218998 C 0.52134557,2.2270812 0.41256858,1.9789521 0.39316512,1.7065196 H 0 C 0.02038344,2.0877291 0.17286722,2.4336595 0.4117846,2.7000161 L 0.68990091,2.4218998 Z M 1.5301297,3.2366544 V 2.8436853 C 1.2575012,2.8242818 1.0093721,2.7157008 0.81455346,2.5467535 L 0.53643715,2.8248698 C 0.80298978,3.0639832 1.1489202,3.216271 1.5299337,3.2366544 Z", clipRule: "evenodd" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs12", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13744", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.05157752)", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop11", stopColor: "#0096FF" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop12", offset: "1", stopColor: "#FF1E56" })
|
|
42
|
+
] }) })
|
|
43
|
+
] });
|
|
44
|
+
};
|
|
45
|
+
var logo_dark_default = TurborepoLogoDark;
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
TurborepoLogoDark
|
|
49
|
+
});
|