@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -24,23 +24,23 @@ __export(icon_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurbopackIconLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "bcbb44c8__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "503cb468__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: "4948d4ac__path2", fill: "url(#b8fadd99__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: "65db8ea5__path3", fill: "url(#299bc2d9__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: "4e02eb91__path4", fill: "url(#19e518ac__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: "55d14a04__defs9", children: [
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b8fadd99__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: "9b3739ae__stop4", stopColor: "#0096FF" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c31fa1ac__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
36
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "299bc2d9__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: "232a5142__stop6", stopColor: "#0096FF" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5387a668__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "19e518ac__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: "de541115__stop8", stopColor: "#0096FF" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bfc70ec6__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
44
44
|
] })
|
|
45
45
|
] })
|
|
46
46
|
] });
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurbopackIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
9
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "bcbb44c8__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "503cb468__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: "4948d4ac__path2", fill: "url(#b8fadd99__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: "65db8ea5__path3", fill: "url(#299bc2d9__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: "4e02eb91__path4", fill: "url(#19e518ac__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: "55d14a04__defs9", children: [
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "b8fadd99__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: "9b3739ae__stop4", stopColor: "#0096FF" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "c31fa1ac__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
12
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "299bc2d9__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: "232a5142__stop6", stopColor: "#0096FF" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "5387a668__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
16
16
|
] }),
|
|
17
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "19e518ac__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: "de541115__stop8", stopColor: "#0096FF" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "bfc70ec6__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
20
20
|
] })
|
|
21
21
|
] })
|
|
22
22
|
] });
|
|
@@ -24,32 +24,32 @@ __export(logo_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurbopackLogoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9fdad218__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c3d33244__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: "f421f076__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: "231f6ee7__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: "0da0f399__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: "91b5f93f__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: "9ee86eee__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: "54fd7b90__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: "2b7e927e__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: "3c295f25__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: "49ae68b8__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: "af4a4496__path11", fill: "url(#b5279aa2__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: "cfca4560__path12", fill: "url(#d1f5c7af__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: "06ef6d5c__path13", fill: "url(#97152948__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: "803cebf2__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b5279aa2__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: "b628a95d__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "8548091d__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
45
45
|
] }),
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d1f5c7af__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: "0ef1e732__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6a2e1a35__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
49
49
|
] }),
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
52
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "97152948__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: "0b2a77c6__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9662b3c3__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
53
53
|
] })
|
|
54
54
|
] })
|
|
55
55
|
] });
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurbopackLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
17
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
18
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
20
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9fdad218__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "c3d33244__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: "f421f076__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: "231f6ee7__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: "0da0f399__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: "91b5f93f__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: "9ee86eee__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: "54fd7b90__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: "2b7e927e__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: "3c295f25__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: "49ae68b8__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: "af4a4496__path11", fill: "url(#b5279aa2__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: "cfca4560__path12", fill: "url(#d1f5c7af__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: "06ef6d5c__path13", fill: "url(#97152948__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: "803cebf2__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "b5279aa2__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: "b628a95d__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "8548091d__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
21
21
|
] }),
|
|
22
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
23
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
24
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
22
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d1f5c7af__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: "0ef1e732__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "6a2e1a35__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
25
25
|
] }),
|
|
26
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
27
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
28
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
26
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "97152948__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: "0b2a77c6__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "9662b3c3__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
29
29
|
] })
|
|
30
30
|
] })
|
|
31
31
|
] });
|
|
@@ -24,32 +24,32 @@ __export(logo_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurbopackLogoLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "de71982f__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "062fa521__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: "8c739f76__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: "e33d0c6a__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: "5377c7f9__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: "32a70596__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: "9d0afec1__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: "c7554a3a__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: "8370a649__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: "0dbf295c__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: "30366bab__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: "a704bdc4__path11", fill: "url(#d9728876__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: "c0d9c406__path12", fill: "url(#bd8518a8__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: "d68eae7e__path13", fill: "url(#0e74f8a3__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: "4a5ff2ec__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d9728876__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: "f30b7426__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a334122f__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
45
45
|
] }),
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "bd8518a8__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: "af7287a8__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e1074f16__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
49
49
|
] }),
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
52
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "0e74f8a3__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: "fb64ff09__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "12573a92__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
53
53
|
] })
|
|
54
54
|
] })
|
|
55
55
|
] });
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurbopackLogoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
17
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
18
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
20
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "de71982f__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "062fa521__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: "8c739f76__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: "e33d0c6a__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: "5377c7f9__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: "32a70596__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: "9d0afec1__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: "c7554a3a__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: "8370a649__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: "0dbf295c__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: "30366bab__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: "a704bdc4__path11", fill: "url(#d9728876__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: "c0d9c406__path12", fill: "url(#bd8518a8__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: "d68eae7e__path13", fill: "url(#0e74f8a3__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: "4a5ff2ec__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d9728876__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: "f30b7426__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "a334122f__stop14", offset: "1", stopColor: "#FF1E56" })
|
|
21
21
|
] }),
|
|
22
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
23
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
24
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
22
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "bd8518a8__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: "af7287a8__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "e1074f16__stop16", offset: "1", stopColor: "#FF1E56" })
|
|
25
25
|
] }),
|
|
26
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
27
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
28
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
26
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "0e74f8a3__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: "fb64ff09__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "12573a92__stop18", offset: "1", stopColor: "#FF1E56" })
|
|
29
29
|
] })
|
|
30
30
|
] })
|
|
31
31
|
] });
|
|
@@ -24,12 +24,12 @@ __export(icon_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurborepoIconDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1750d31b__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d50939ca__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: "20141896__path2", fill: "url(#2b189106__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: "1dc920b3__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2b189106__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: "995fece4__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "99235cd2__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
33
33
|
] }) })
|
|
34
34
|
] });
|
|
35
35
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurborepoIconDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1750d31b__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "d50939ca__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: "20141896__path2", fill: "url(#2b189106__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: "1dc920b3__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "2b189106__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: "995fece4__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "99235cd2__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
9
9
|
] }) })
|
|
10
10
|
] });
|
|
11
11
|
};
|
|
@@ -24,12 +24,12 @@ __export(icon_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurborepoIconLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b3110a04__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0028bdca__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: "46273ffc__path2", fill: "url(#2e994e7d__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: "e83d5445__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2e994e7d__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: "ac8b458f__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7632ec36__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
33
33
|
] }) })
|
|
34
34
|
] });
|
|
35
35
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurborepoIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b3110a04__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "0028bdca__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: "46273ffc__path2", fill: "url(#2e994e7d__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: "e83d5445__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "2e994e7d__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: "ac8b458f__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "7632ec36__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
9
9
|
] }) })
|
|
10
10
|
] });
|
|
11
11
|
};
|