@logoicon/react 1.0.1 → 1.0.3
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/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 +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -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/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 +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- 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/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/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/package.json +5 -7
|
@@ -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: "44cd8425__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8c96648a__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: "a7b62819__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: "00c11df9__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: "077471bb__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: "026454ee__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: "c4fee21b__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: "bf89f5d4__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: "00fb1330__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: "1555a809__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: "f13cdaa2__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: "10b05883__path11", fill: "url(#4438f94b__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: "8678cdb1__path12", fill: "url(#d56d353a__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: "5b2d182a__path13", fill: "url(#fffd6b4d__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: "3eb6e2f9__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4438f94b__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: "09f2649b__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "51bd2599__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: "d56d353a__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: "3f4a2215__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d212895d__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: "fffd6b4d__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: "e73253fc__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4a0581f1__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: "44cd8425__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "8c96648a__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: "a7b62819__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: "00c11df9__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: "077471bb__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: "026454ee__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: "c4fee21b__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: "bf89f5d4__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: "00fb1330__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: "1555a809__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: "f13cdaa2__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: "10b05883__path11", fill: "url(#4438f94b__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: "8678cdb1__path12", fill: "url(#d56d353a__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: "5b2d182a__path13", fill: "url(#fffd6b4d__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: "3eb6e2f9__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4438f94b__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: "09f2649b__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "51bd2599__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: "d56d353a__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: "3f4a2215__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "d212895d__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: "fffd6b4d__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: "e73253fc__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "4a0581f1__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: "b2b52cdc__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "89fabbc6__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: "89f2659b__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: "988bbcb2__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: "f067b1d1__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: "baa2b0da__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: "b549576b__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: "fbd14e12__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: "ef5461f9__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: "a5abf2fa__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: "476ba216__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: "28438c15__path11", fill: "url(#3630b275__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: "ac9ebb4b__path12", fill: "url(#9c0caf48__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: "370281a6__path13", fill: "url(#e9f11bb6__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: "96df3a07__defs18", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "3630b275__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: "b8cb779a__stop13", stopColor: "#0096FF" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6f7749f2__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: "9c0caf48__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: "3c5c3833__stop15", stopColor: "#0096FF" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b285f1f0__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: "e9f11bb6__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: "7de13dae__stop17", stopColor: "#0096FF" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "78911f91__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: "b2b52cdc__svg18", fill: "none", version: "1.1", viewBox: "0 0 24 3.5387604", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "89fabbc6__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: "89f2659b__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: "988bbcb2__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: "f067b1d1__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: "baa2b0da__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: "b549576b__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: "fbd14e12__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: "ef5461f9__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: "a5abf2fa__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: "476ba216__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: "28438c15__path11", fill: "url(#3630b275__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: "ac9ebb4b__path12", fill: "url(#9c0caf48__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: "370281a6__path13", fill: "url(#e9f11bb6__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: "96df3a07__defs18", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "3630b275__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: "b8cb779a__stop13", stopColor: "#0096FF" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "6f7749f2__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: "9c0caf48__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: "3c5c3833__stop15", stopColor: "#0096FF" }),
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "b285f1f0__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: "e9f11bb6__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: "7de13dae__stop17", stopColor: "#0096FF" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { id: "78911f91__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: "732f8d3e__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d81f0e25__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: "3a2782fa__path2", fill: "url(#9711ffde__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: "b60eb1b0__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "9711ffde__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: "86afc322__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "54bd8564__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: "732f8d3e__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "d81f0e25__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: "3a2782fa__path2", fill: "url(#9711ffde__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: "b60eb1b0__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "9711ffde__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: "86afc322__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "54bd8564__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: "65438718__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3e8dfa25__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: "0c4fd99d__path2", fill: "url(#082c3714__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: "9f317272__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "082c3714__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: "39b5e9cd__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "14d991c2__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: "65438718__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "3e8dfa25__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: "0c4fd99d__path2", fill: "url(#082c3714__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: "9f317272__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "082c3714__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: "39b5e9cd__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "14d991c2__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
9
9
|
] }) })
|
|
10
10
|
] });
|
|
11
11
|
};
|
|
@@ -24,21 +24,21 @@ __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 TurborepoLogoDark = (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)("defs", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__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: "6f81576f__svg12", fill: "none", version: "1.1", viewBox: "0 0 24 3.2366543", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9724bba9__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: "a06b5724__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: "99477dae__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: "e277b14d__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: "210f5458__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: "466fd633__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: "3a699d3d__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: "abd95ae8__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: "cea2fd75__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: "ade94640__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: "2726d519__path11", fill: "url(#d7e4eb73__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: "3df863ae__defs12", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d7e4eb73__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: "2cc013ba__stop11", stopColor: "#0096FF" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "cb530d1a__stop12", offset: "1", stopColor: "#FF1E56" })
|
|
42
42
|
] }) })
|
|
43
43
|
] });
|
|
44
44
|
};
|