@logoicon/react 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/github/icon-dark.cjs +36 -0
- package/dist/github/icon-dark.d.cts +6 -0
- package/dist/github/icon-dark.d.ts +6 -0
- package/dist/github/icon-dark.js +12 -0
- package/dist/github/icon-light.cjs +36 -0
- package/dist/github/icon-light.d.cts +6 -0
- package/dist/github/icon-light.d.ts +6 -0
- package/dist/github/icon-light.js +12 -0
- package/dist/github/logo-dark.cjs +44 -0
- package/dist/github/logo-dark.d.cts +6 -0
- package/dist/github/logo-dark.d.ts +6 -0
- package/dist/github/logo-dark.js +20 -0
- package/dist/github/logo-light.cjs +44 -0
- package/dist/github/logo-light.d.cts +6 -0
- package/dist/github/logo-light.d.ts +6 -0
- package/dist/github/logo-light.js +20 -0
- package/dist/gitlab/icon-mono-dark.cjs +36 -0
- package/dist/gitlab/icon-mono-dark.d.cts +6 -0
- package/dist/gitlab/icon-mono-dark.d.ts +6 -0
- package/dist/gitlab/icon-mono-dark.js +12 -0
- package/dist/gitlab/icon-mono-light.cjs +36 -0
- package/dist/gitlab/icon-mono-light.d.cts +6 -0
- package/dist/gitlab/icon-mono-light.d.ts +6 -0
- package/dist/gitlab/icon-mono-light.js +12 -0
- package/dist/gitlab/icon.cjs +39 -0
- package/dist/gitlab/icon.d.cts +6 -0
- package/dist/gitlab/icon.d.ts +6 -0
- package/dist/gitlab/icon.js +15 -0
- package/dist/gitlab/logo-dark.cjs +49 -0
- package/dist/gitlab/logo-dark.d.cts +6 -0
- package/dist/gitlab/logo-dark.d.ts +6 -0
- package/dist/gitlab/logo-dark.js +25 -0
- package/dist/gitlab/logo-mono-dark.cjs +44 -0
- package/dist/gitlab/logo-mono-dark.d.cts +6 -0
- package/dist/gitlab/logo-mono-dark.d.ts +6 -0
- package/dist/gitlab/logo-mono-dark.js +20 -0
- package/dist/gitlab/logo-mono-light.cjs +44 -0
- package/dist/gitlab/logo-mono-light.d.cts +6 -0
- package/dist/gitlab/logo-mono-light.d.ts +6 -0
- package/dist/gitlab/logo-mono-light.js +20 -0
- package/dist/gitlab/logo.cjs +49 -0
- package/dist/gitlab/logo.d.cts +6 -0
- package/dist/gitlab/logo.d.ts +6 -0
- package/dist/gitlab/logo.js +25 -0
- package/dist/index.cjs +135 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.js +74 -0
- package/dist/metadata.cjs +93 -0
- package/dist/metadata.d.cts +287 -0
- package/dist/metadata.d.ts +287 -0
- package/dist/metadata.js +65 -0
- package/dist/nextjs/icon-dark.cjs +50 -0
- package/dist/nextjs/icon-dark.d.cts +6 -0
- package/dist/nextjs/icon-dark.d.ts +6 -0
- package/dist/nextjs/icon-dark.js +26 -0
- package/dist/nextjs/icon-light.cjs +50 -0
- package/dist/nextjs/icon-light.d.cts +6 -0
- package/dist/nextjs/icon-light.d.ts +6 -0
- package/dist/nextjs/icon-light.js +26 -0
- package/dist/nextjs/logo-dark.cjs +43 -0
- package/dist/nextjs/logo-dark.d.cts +6 -0
- package/dist/nextjs/logo-dark.d.ts +6 -0
- package/dist/nextjs/logo-dark.js +19 -0
- package/dist/nextjs/logo-light.cjs +43 -0
- package/dist/nextjs/logo-light.d.cts +6 -0
- package/dist/nextjs/logo-light.d.ts +6 -0
- package/dist/nextjs/logo-light.js +19 -0
- package/dist/turbo/icon-dark.cjs +40 -0
- package/dist/turbo/icon-dark.d.cts +6 -0
- package/dist/turbo/icon-dark.d.ts +6 -0
- package/dist/turbo/icon-dark.js +16 -0
- package/dist/turbo/icon-light.cjs +40 -0
- package/dist/turbo/icon-light.d.cts +6 -0
- package/dist/turbo/icon-light.d.ts +6 -0
- package/dist/turbo/icon-light.js +16 -0
- package/dist/turbo/logo-dark.cjs +45 -0
- package/dist/turbo/logo-dark.d.cts +6 -0
- package/dist/turbo/logo-dark.d.ts +6 -0
- package/dist/turbo/logo-dark.js +21 -0
- package/dist/turbo/logo-light.cjs +45 -0
- package/dist/turbo/logo-light.d.cts +6 -0
- package/dist/turbo/logo-light.d.ts +6 -0
- package/dist/turbo/logo-light.js +21 -0
- package/dist/turbopack/icon-dark.cjs +52 -0
- package/dist/turbopack/icon-dark.d.cts +6 -0
- package/dist/turbopack/icon-dark.d.ts +6 -0
- package/dist/turbopack/icon-dark.js +28 -0
- package/dist/turbopack/icon-light.cjs +52 -0
- package/dist/turbopack/icon-light.d.cts +6 -0
- package/dist/turbopack/icon-light.d.ts +6 -0
- package/dist/turbopack/icon-light.js +28 -0
- package/dist/turbopack/logo-dark.cjs +61 -0
- package/dist/turbopack/logo-dark.d.cts +6 -0
- package/dist/turbopack/logo-dark.d.ts +6 -0
- package/dist/turbopack/logo-dark.js +37 -0
- package/dist/turbopack/logo-light.cjs +61 -0
- package/dist/turbopack/logo-light.d.cts +6 -0
- package/dist/turbopack/logo-light.d.ts +6 -0
- package/dist/turbopack/logo-light.js +37 -0
- package/dist/turborepo/icon-dark.cjs +40 -0
- package/dist/turborepo/icon-dark.d.cts +6 -0
- package/dist/turborepo/icon-dark.d.ts +6 -0
- package/dist/turborepo/icon-dark.js +16 -0
- package/dist/turborepo/icon-light.cjs +40 -0
- package/dist/turborepo/icon-light.d.cts +6 -0
- package/dist/turborepo/icon-light.d.ts +6 -0
- package/dist/turborepo/icon-light.js +16 -0
- package/dist/turborepo/logo-dark.cjs +49 -0
- package/dist/turborepo/logo-dark.d.cts +6 -0
- package/dist/turborepo/logo-dark.d.ts +6 -0
- package/dist/turborepo/logo-dark.js +25 -0
- package/dist/turborepo/logo-light.cjs +49 -0
- package/dist/turborepo/logo-light.d.cts +6 -0
- package/dist/turborepo/logo-light.d.ts +6 -0
- package/dist/turborepo/logo-light.js +25 -0
- package/dist/v0/logo-dark.cjs +39 -0
- package/dist/v0/logo-dark.d.cts +6 -0
- package/dist/v0/logo-dark.d.ts +6 -0
- package/dist/v0/logo-dark.js +15 -0
- package/dist/v0/logo-light.cjs +39 -0
- package/dist/v0/logo-light.d.cts +6 -0
- package/dist/v0/logo-light.d.ts +6 -0
- package/dist/v0/logo-light.js +15 -0
- package/dist/vercel/icon-dark.cjs +36 -0
- package/dist/vercel/icon-dark.d.cts +6 -0
- package/dist/vercel/icon-dark.d.ts +6 -0
- package/dist/vercel/icon-dark.js +12 -0
- package/dist/vercel/icon-light.cjs +36 -0
- package/dist/vercel/icon-light.d.cts +6 -0
- package/dist/vercel/icon-light.d.ts +6 -0
- package/dist/vercel/icon-light.js +12 -0
- package/dist/vercel/logo-dark.cjs +36 -0
- package/dist/vercel/logo-dark.d.cts +6 -0
- package/dist/vercel/logo-dark.d.ts +6 -0
- package/dist/vercel/logo-dark.js +12 -0
- package/dist/vercel/logo-light.cjs +36 -0
- package/dist/vercel/logo-light.d.cts +6 -0
- package/dist/vercel/logo-light.d.ts +6 -0
- package/dist/vercel/logo-light.js +12 -0
- package/package.json +69 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurborepoLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg12", fill: "none", version: "1.1", viewBox: "0 0 24 3.2366543", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0515775", d: "M 6.3890621,1.2137016 V 0.78667581 H 4.3311036 V 1.2137016 H 5.1079797 V 2.6336823 H 5.6121499 V 1.2137016 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 7.5518257,2.6619777 c 0.6328046,0 0.9800761,-0.3215549 0.9800761,-0.8514726 V 0.78667581 H 8.0276799 V 1.761625 c 0,0.2958332 -0.1543199,0.4630372 -0.4758542,0.4630372 -0.3215858,0 -0.4759057,-0.167204 -0.4759057,-0.4630372 V 0.78667581 H 6.5716981 V 1.8105051 c 0,0.5299177 0.3472715,0.8514726 0.9801276,0.8514726 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 9.3037078,2.0214416 h 0.5016429 l 0.3961153,0.6122407 h 0.578803 l -0.44759,-0.666263 c 0.252111,-0.090034 0.406431,-0.2906805 0.406431,-0.5633606 0,-0.3961514 -0.295797,-0.61738289 -0.7460171,-0.61738289 H 8.7994859 V 2.6336823 h 0.5042219 z m 0,-0.3987251 V 1.2085541 h 0.6636995 c 0.1774787,0 0.2752177,0.077176 0.2752177,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.2752177,0.2057943 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 10.973736,2.6336823 h 1.319611 c 0.411589,0 0.648278,-0.1955046 0.648278,-0.5222069 0,-0.2186526 -0.138898,-0.3678561 -0.303534,-0.4347366 0.113161,-0.054022 0.25206,-0.1826464 0.25206,-0.3858669 0,-0.32669722 -0.23148,-0.50419609 -0.64049,-0.50419609 H 10.973736 Z M 11.457327,1.5095296 V 1.1956907 h 0.74086 c 0.138898,0 0.216109,0.054022 0.216109,0.1569194 0,0.1028972 -0.07721,0.1569195 -0.216109,0.1569195 z m 0,0.3781457 h 0.787176 c 0.13632,0 0.210952,0.066886 0.210952,0.1672092 0,0.1003234 -0.07463,0.1672092 -0.210952,0.1672092 h -0.787176 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 14.174379,0.75580666 c -0.645699,0 -1.111289,0.40387264 -1.111289,0.95436984 0,0.5505023 0.46559,0.9543749 1.111289,0.9543749 0.645699,0 1.108711,-0.4038726 1.108711,-0.9543749 0,-0.5504972 -0.463012,-0.95436984 -1.108711,-0.95436984 z m 0,0.43731544 c 0.339535,0 0.594225,0.2006469 0.594225,0.5170544 0,0.3164126 -0.25469,0.5170594 -0.594225,0.5170594 -0.339535,0 -0.594224,-0.2006468 -0.594224,-0.5170594 0,-0.3164075 0.254689,-0.5170544 0.594224,-0.5170544 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 16.009714,2.0214416 h 0.501591 l 0.396167,0.6122407 h 0.578803 l -0.44759,-0.666263 c 0.252111,-0.090034 0.406431,-0.2906805 0.406431,-0.5633606 0,-0.3961514 -0.295849,-0.61738289 -0.746017,-0.61738289 H 15.505492 V 2.6336823 h 0.504222 z m 0,-0.3987251 V 1.2085541 h 0.663699 c 0.177479,0 0.275218,0.077176 0.275218,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.275218,0.2057943 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0515775", d: "M 17.679691,0.78667581 V 2.6336823 h 1.795568 V 2.2066565 H 18.173597 V 1.905681 h 1.155027 V 1.4889502 H 18.173597 V 1.2137016 h 1.301662 V 0.78667581 Z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 20.222462,2.0445948 h 0.671385 c 0.45022,0 0.746017,-0.216084 0.746017,-0.6276726 0,-0.4141624 -0.295797,-0.63024639 -0.746017,-0.63024639 H 19.718241 V 2.6336823 h 0.504221 z m 0,-0.4193046 V 1.2085541 h 0.643121 c 0.180057,0 0.277796,0.077176 0.277796,0.2083681 0,0.1286188 -0.09774,0.208368 -0.277796,0.208368 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 22.89129,0.75580666 c -0.645648,0 -1.11129,0.40387264 -1.11129,0.95436984 0,0.5505023 0.465642,0.9543749 1.11129,0.9543749 C 23.536989,2.6645514 24,2.2606788 24,1.7101765 24,1.1596793 23.536989,0.75580666 22.89129,0.75580666 Z m 0,0.43731544 c 0.339586,0 0.594224,0.2006469 0.594224,0.5170544 0,0.3164126 -0.254638,0.5170594 -0.594224,0.5170594 -0.339535,0 -0.594225,-0.2006468 -0.594225,-0.5170594 0,-0.3164075 0.25469,-0.5170544 0.594225,-0.5170544 z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#ffffff", strokeWidth: "0.0515775", d: "m 1.6183324,0.56583634 c -0.58034,0 -1.0524909,0.47215096 -1.0524909,1.05249086 0,0.58034 0.4721509,1.0524909 1.0524909,1.0524909 0.5803399,0 1.0524908,-0.4721509 1.0524908,-1.0524909 0,-0.5803399 -0.4721509,-1.05249086 -1.0524908,-1.05249086 z m 0,1.59715976 c -0.3008517,0 -0.544669,-0.2438172 -0.544669,-0.5446689 0,-0.3008517 0.2438173,-0.5446689 0.544669,-0.5446689 0.3008516,0 0.5446689,0.2438172 0.5446689,0.5446689 0,0.3008517 -0.2438173,0.5446689 -0.5446689,0.5446689 z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13744)", fillRule: "evenodd", strokeWidth: "0.0515775", d: "M 1.7065196,0.39296912 V 0 c 0.8541444,0.04566674 1.5326776,0.75281517 1.5326776,1.6183272 0,0.8655121 -0.6785332,1.5724645 -1.5326776,1.6183272 V 2.8436853 C 2.34311,2.7982146 2.847208,2.2662853 2.847208,1.6183272 2.847208,0.97036914 2.34311,0.43843987 1.7065196,0.39296912 Z M 0.6900969,2.4218998 C 0.52134557,2.2270812 0.41256858,1.9789521 0.39316512,1.7065196 H 0 C 0.02038344,2.0877291 0.17286722,2.4336595 0.4117846,2.7000161 L 0.68990091,2.4218998 Z M 1.5301297,3.2366544 V 2.8436853 C 1.2575012,2.8242818 1.0093721,2.7157008 0.81455346,2.5467535 L 0.53643715,2.8248698 C 0.80298978,3.0639832 1.1489202,3.216271 1.5299337,3.2366544 Z", clipRule: "evenodd" }),
|
|
15
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs12", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13744", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.05157752)", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop11", stopColor: "#0096FF" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop12", offset: "1", stopColor: "#FF1E56" })
|
|
18
|
+
] }) })
|
|
19
|
+
] });
|
|
20
|
+
};
|
|
21
|
+
var logo_dark_default = TurborepoLogoDark;
|
|
22
|
+
export {
|
|
23
|
+
TurborepoLogoDark,
|
|
24
|
+
logo_dark_default as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_light_exports = {};
|
|
20
|
+
__export(logo_light_exports, {
|
|
21
|
+
TurborepoLogoLight: () => TurborepoLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TurborepoLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg12", fill: "none", version: "1.1", viewBox: "0 0 24 3.2366543", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0515775", d: "M 6.3890621,1.2136964 V 0.78667581 H 4.3311036 V 1.2136964 H 5.1079797 V 2.6336771 H 5.6121499 V 1.2136964 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0515775", d: "m 7.5518257,2.6619777 c 0.6328046,0 0.9800761,-0.3215549 0.9800761,-0.8514778 V 0.78667581 H 8.0276799 V 1.761625 c 0,0.2958281 -0.1543199,0.4630372 -0.4758542,0.4630372 C 7.2302399,2.2246622 7.07592,2.0574531 7.07592,1.761625 V 0.78667581 H 6.5716981 V 1.8104999 c 0,0.5299229 0.3472715,0.8514778 0.9801276,0.8514778 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0515775", d: "m 9.3037078,2.0214416 h 0.5016429 l 0.3961153,0.6122355 h 0.578803 l -0.44759,-0.6662578 c 0.252111,-0.090034 0.406431,-0.2906857 0.406431,-0.5633606 0,-0.3961566 -0.295797,-0.61738289 -0.7460171,-0.61738289 H 8.7994859 V 2.6336771 h 0.5042219 z m 0,-0.3987251 V 1.2085541 h 0.6636995 c 0.1774787,0 0.2752177,0.07717 0.2752177,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.2752177,0.2057943 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0515775", d: "m 10.973736,2.6336771 h 1.319611 c 0.411589,0 0.648278,-0.1955046 0.648278,-0.5222017 0,-0.2186578 -0.138898,-0.3678561 -0.303534,-0.4347418 0.113161,-0.054017 0.25206,-0.1826412 0.25206,-0.3858617 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.066881 0.210952,0.1672092 0,0.1003234 -0.07463,0.167204 -0.210952,0.167204 h -0.787176 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#000000", 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.9543698 1.111289,0.9543698 0.645699,0 1.108711,-0.4038675 1.108711,-0.9543698 0,-0.5504972 -0.463012,-0.95436984 -1.108711,-0.95436984 z m 0,0.43731034 c 0.339587,0 0.594225,0.200652 0.594225,0.5170595 0,0.3164074 -0.254638,0.5170594 -0.594225,0.5170594 -0.339535,0 -0.594224,-0.200652 -0.594224,-0.5170594 0,-0.3164075 0.254689,-0.5170595 0.594224,-0.5170595 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0515775", d: "m 16.009714,2.0214416 h 0.501591 l 0.396167,0.6122355 h 0.578803 l -0.44759,-0.6662578 c 0.252111,-0.090034 0.406431,-0.2906857 0.406431,-0.5633606 0,-0.3961566 -0.295849,-0.61738289 -0.746017,-0.61738289 H 15.505492 V 2.6336771 h 0.504222 z m 0,-0.3987251 V 1.2085541 h 0.663699 c 0.177479,0 0.275218,0.07717 0.275218,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.275218,0.2057943 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0515775", d: "M 17.679691,0.78667581 V 2.6336771 h 1.795568 V 2.2066565 H 18.173597 V 1.905681 h 1.155027 V 1.4889502 H 18.173597 V 1.2136964 h 1.301662 V 0.78667581 Z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#000000", 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.6336771 h 0.504221 z m 0,-0.4193098 V 1.2085541 h 0.643121 c 0.180057,0 0.277796,0.07717 0.277796,0.2083681 0,0.1286188 -0.09774,0.2083628 -0.277796,0.2083628 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#000000", 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.9543698 1.11129,0.9543698 C 23.536989,2.6645463 24,2.2606788 24,1.7101765 24,1.1596793 23.536989,0.75580666 22.89129,0.75580666 Z m 0,0.43731034 c 0.339586,0 0.594224,0.200652 0.594224,0.5170595 0,0.3164074 -0.254638,0.5170594 -0.594224,0.5170594 -0.339535,0 -0.594225,-0.200652 -0.594225,-0.5170594 0,-0.3164075 0.25469,-0.5170595 0.594225,-0.5170595 z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#000000", strokeWidth: "0.0515775", d: "m 1.6183324,0.56583634 c -0.58034,0 -1.0524909,0.47215096 -1.0524909,1.05249086 0,0.58034 0.4721509,1.0524909 1.0524909,1.0524909 0.5803399,0 1.0524908,-0.4721509 1.0524908,-1.0524909 0,-0.5803399 -0.4721509,-1.05249086 -1.0524908,-1.05249086 z m 0,1.59715976 c -0.3008517,0 -0.544669,-0.2438172 -0.544669,-0.5446689 0,-0.3008517 0.2438173,-0.5446689 0.544669,-0.5446689 0.3008516,0 0.5446689,0.2438172 0.5446689,0.5446689 0,0.3008517 -0.2438173,0.5446689 -0.5446689,0.5446689 z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13707)", fillRule: "evenodd", strokeWidth: "0.0515775", d: "M 1.7065196,0.39296912 V 0 c 0.8541444,0.04566674 1.5326776,0.75281517 1.5326776,1.6183272 0,0.8655121 -0.6785332,1.5724645 -1.5326776,1.6183272 V 2.8436853 C 2.34311,2.7982146 2.847208,2.2662853 2.847208,1.6183272 2.847208,0.97036914 2.34311,0.43843987 1.7065196,0.39296912 Z M 0.6900969,2.4218998 C 0.52134557,2.2270812 0.41256858,1.9789521 0.39316512,1.7065196 H 0 C 0.02038344,2.0877291 0.17286722,2.4336595 0.4117846,2.7000161 L 0.68990091,2.4218998 Z M 1.5301297,3.2366544 V 2.8436853 C 1.2575012,2.8242818 1.0093721,2.7157008 0.81455346,2.5467535 L 0.53643715,2.8248698 C 0.80298978,3.0639832 1.1489202,3.216271 1.5299337,3.2366544 Z", clipRule: "evenodd" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs12", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_2758_13707", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.05157752)", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop11", stopColor: "#0096FF" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop12", offset: "1", stopColor: "#FF1E56" })
|
|
42
|
+
] }) })
|
|
43
|
+
] });
|
|
44
|
+
};
|
|
45
|
+
var logo_light_default = TurborepoLogoLight;
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
TurborepoLogoLight
|
|
49
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TurborepoLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg12", fill: "none", version: "1.1", viewBox: "0 0 24 3.2366543", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0515775", d: "M 6.3890621,1.2136964 V 0.78667581 H 4.3311036 V 1.2136964 H 5.1079797 V 2.6336771 H 5.6121499 V 1.2136964 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#000000", strokeWidth: "0.0515775", d: "m 7.5518257,2.6619777 c 0.6328046,0 0.9800761,-0.3215549 0.9800761,-0.8514778 V 0.78667581 H 8.0276799 V 1.761625 c 0,0.2958281 -0.1543199,0.4630372 -0.4758542,0.4630372 C 7.2302399,2.2246622 7.07592,2.0574531 7.07592,1.761625 V 0.78667581 H 6.5716981 V 1.8104999 c 0,0.5299229 0.3472715,0.8514778 0.9801276,0.8514778 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#000000", strokeWidth: "0.0515775", d: "m 9.3037078,2.0214416 h 0.5016429 l 0.3961153,0.6122355 h 0.578803 l -0.44759,-0.6662578 c 0.252111,-0.090034 0.406431,-0.2906857 0.406431,-0.5633606 0,-0.3961566 -0.295797,-0.61738289 -0.7460171,-0.61738289 H 8.7994859 V 2.6336771 h 0.5042219 z m 0,-0.3987251 V 1.2085541 h 0.6636995 c 0.1774787,0 0.2752177,0.07717 0.2752177,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.2752177,0.2057943 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#000000", strokeWidth: "0.0515775", d: "m 10.973736,2.6336771 h 1.319611 c 0.411589,0 0.648278,-0.1955046 0.648278,-0.5222017 0,-0.2186578 -0.138898,-0.3678561 -0.303534,-0.4347418 0.113161,-0.054017 0.25206,-0.1826412 0.25206,-0.3858617 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.066881 0.210952,0.1672092 0,0.1003234 -0.07463,0.167204 -0.210952,0.167204 h -0.787176 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#000000", 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.9543698 1.111289,0.9543698 0.645699,0 1.108711,-0.4038675 1.108711,-0.9543698 0,-0.5504972 -0.463012,-0.95436984 -1.108711,-0.95436984 z m 0,0.43731034 c 0.339587,0 0.594225,0.200652 0.594225,0.5170595 0,0.3164074 -0.254638,0.5170594 -0.594225,0.5170594 -0.339535,0 -0.594224,-0.200652 -0.594224,-0.5170594 0,-0.3164075 0.254689,-0.5170595 0.594224,-0.5170595 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#000000", strokeWidth: "0.0515775", d: "m 16.009714,2.0214416 h 0.501591 l 0.396167,0.6122355 h 0.578803 l -0.44759,-0.6662578 c 0.252111,-0.090034 0.406431,-0.2906857 0.406431,-0.5633606 0,-0.3961566 -0.295849,-0.61738289 -0.746017,-0.61738289 H 15.505492 V 2.6336771 h 0.504222 z m 0,-0.3987251 V 1.2085541 h 0.663699 c 0.177479,0 0.275218,0.07717 0.275218,0.2083681 0,0.1234765 -0.09774,0.2057943 -0.275218,0.2057943 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#000000", strokeWidth: "0.0515775", d: "M 17.679691,0.78667581 V 2.6336771 h 1.795568 V 2.2066565 H 18.173597 V 1.905681 h 1.155027 V 1.4889502 H 18.173597 V 1.2136964 h 1.301662 V 0.78667581 Z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#000000", 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.6336771 h 0.504221 z m 0,-0.4193098 V 1.2085541 h 0.643121 c 0.180057,0 0.277796,0.07717 0.277796,0.2083681 0,0.1286188 -0.09774,0.2083628 -0.277796,0.2083628 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#000000", 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.9543698 1.11129,0.9543698 C 23.536989,2.6645463 24,2.2606788 24,1.7101765 24,1.1596793 23.536989,0.75580666 22.89129,0.75580666 Z m 0,0.43731034 c 0.339586,0 0.594224,0.200652 0.594224,0.5170595 0,0.3164074 -0.254638,0.5170594 -0.594224,0.5170594 -0.339535,0 -0.594225,-0.200652 -0.594225,-0.5170594 0,-0.3164075 0.25469,-0.5170595 0.594225,-0.5170595 z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#000000", 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" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path11", fill: "url(#prefix__paint0_linear_2758_13707)", 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" }),
|
|
15
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs12", children: /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_2758_13707", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.05157752)", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop11", stopColor: "#0096FF" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "prefix__stop12", offset: "1", stopColor: "#FF1E56" })
|
|
18
|
+
] }) })
|
|
19
|
+
] });
|
|
20
|
+
};
|
|
21
|
+
var logo_light_default = TurborepoLogoLight;
|
|
22
|
+
export {
|
|
23
|
+
TurborepoLogoLight,
|
|
24
|
+
logo_light_default as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_dark_exports = {};
|
|
20
|
+
__export(logo_dark_exports, {
|
|
21
|
+
V0LogoDark: () => V0LogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const V0LogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 11.942857", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g2", clipPath: "url(#prefix__clip0_421_90)", transform: "scale(0.16587301)", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", d: "m 84.7967,0 h 34.5363 c 14.003,0 25.356,11.3524 25.356,25.3563 V 58.2927 H 130.504 V 25.3563 c 0,-0.3374 -0.013,-0.6724 -0.039,-1.0044 L 95.9291,58.2871 c 0.1164,0.0037 0.2333,0.0056 0.3506,0.0056 h 34.2243 v 13.397 H 96.2797 c -14.0039,0 -25.668,-11.4634 -25.668,-25.4673 V 13.3736 h 14.185 v 32.8488 c 0,0.6324 0.0492,1.2574 0.144,1.8702 L 120.236,13.4109 c -0.297,-0.0247 -0.598,-0.0373 -0.903,-0.0373 H 84.7967 Z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#ffffff", d: "M 49.9128,69.2224 0,13.3677 H 20.0804 L 49.3843,46.1601 V 13.3677 h 14.973 v 50.3411 c 0,7.5979 -9.3818,11.179 -14.4445,5.5136 z" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "prefix__clip0_421_90", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "prefix__rect2", width: "144.69", height: "72", x: "0", y: "0", fill: "#ffffff" }) }) })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var logo_dark_default = V0LogoDark;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
V0LogoDark
|
|
39
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const V0LogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 11.942857", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "prefix__g2", clipPath: "url(#prefix__clip0_421_90)", transform: "scale(0.16587301)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", d: "m 84.7967,0 h 34.5363 c 14.003,0 25.356,11.3524 25.356,25.3563 V 58.2927 H 130.504 V 25.3563 c 0,-0.3374 -0.013,-0.6724 -0.039,-1.0044 L 95.9291,58.2871 c 0.1164,0.0037 0.2333,0.0056 0.3506,0.0056 h 34.2243 v 13.397 H 96.2797 c -14.0039,0 -25.668,-11.4634 -25.668,-25.4673 V 13.3736 h 14.185 v 32.8488 c 0,0.6324 0.0492,1.2574 0.144,1.8702 L 120.236,13.4109 c -0.297,-0.0247 -0.598,-0.0373 -0.903,-0.0373 H 84.7967 Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#ffffff", d: "M 49.9128,69.2224 0,13.3677 H 20.0804 L 49.3843,46.1601 V 13.3677 h 14.973 v 50.3411 c 0,7.5979 -9.3818,11.179 -14.4445,5.5136 z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs2", children: /* @__PURE__ */ jsx("clipPath", { id: "prefix__clip0_421_90", children: /* @__PURE__ */ jsx("rect", { id: "prefix__rect2", width: "144.69", height: "72", x: "0", y: "0", fill: "#ffffff" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var logo_dark_default = V0LogoDark;
|
|
12
|
+
export {
|
|
13
|
+
V0LogoDark,
|
|
14
|
+
logo_dark_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_light_exports = {};
|
|
20
|
+
__export(logo_light_exports, {
|
|
21
|
+
V0LogoLight: () => V0LogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const V0LogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 11.942857", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g2", clipPath: "url(#prefix__clip0_421_89)", transform: "scale(0.16587301)", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", d: "m 84.7967,0 h 34.5363 c 14.003,0 25.356,11.3524 25.356,25.3563 V 58.2927 H 130.504 V 25.3563 c 0,-0.3374 -0.013,-0.6724 -0.039,-1.0044 L 95.9291,58.2871 c 0.1164,0.0037 0.2333,0.0056 0.3506,0.0056 h 34.2243 v 13.397 H 96.2797 c -14.0039,0 -25.668,-11.4634 -25.668,-25.4673 V 13.3736 h 14.185 v 32.8488 c 0,0.6324 0.0492,1.2574 0.144,1.8702 L 120.236,13.4109 c -0.297,-0.0247 -0.598,-0.0373 -0.903,-0.0373 H 84.7967 Z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#000000", d: "M 49.9128,69.2224 0,13.3677 H 20.0804 L 49.3843,46.1601 V 13.3677 h 14.973 v 50.3411 c 0,7.5979 -9.3818,11.179 -14.4445,5.5136 z" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "prefix__clip0_421_89", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "prefix__rect2", width: "144.69", height: "72", x: "0", y: "0", fill: "#ffffff" }) }) })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var logo_light_default = V0LogoLight;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
V0LogoLight
|
|
39
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const V0LogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 11.942857", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "prefix__g2", clipPath: "url(#prefix__clip0_421_89)", transform: "scale(0.16587301)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", d: "m 84.7967,0 h 34.5363 c 14.003,0 25.356,11.3524 25.356,25.3563 V 58.2927 H 130.504 V 25.3563 c 0,-0.3374 -0.013,-0.6724 -0.039,-1.0044 L 95.9291,58.2871 c 0.1164,0.0037 0.2333,0.0056 0.3506,0.0056 h 34.2243 v 13.397 H 96.2797 c -14.0039,0 -25.668,-11.4634 -25.668,-25.4673 V 13.3736 h 14.185 v 32.8488 c 0,0.6324 0.0492,1.2574 0.144,1.8702 L 120.236,13.4109 c -0.297,-0.0247 -0.598,-0.0373 -0.903,-0.0373 H 84.7967 Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#000000", d: "M 49.9128,69.2224 0,13.3677 H 20.0804 L 49.3843,46.1601 V 13.3677 h 14.973 v 50.3411 c 0,7.5979 -9.3818,11.179 -14.4445,5.5136 z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs2", children: /* @__PURE__ */ jsx("clipPath", { id: "prefix__clip0_421_89", children: /* @__PURE__ */ jsx("rect", { id: "prefix__rect2", width: "144.69", height: "72", x: "0", y: "0", fill: "#ffffff" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var logo_light_default = V0LogoLight;
|
|
12
|
+
export {
|
|
13
|
+
V0LogoLight,
|
|
14
|
+
logo_light_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_dark_exports = {};
|
|
20
|
+
__export(icon_dark_exports, {
|
|
21
|
+
VercelIconDark: () => VercelIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const VercelIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 20.7848", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0207848", d: "M 11.999979,0 24,20.784799 H 0 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_dark_default = VercelIconDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
VercelIconDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VercelIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 20.7848", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0207848", d: "M 11.999979,0 24,20.784799 H 0 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_dark_default = VercelIconDark;
|
|
9
|
+
export {
|
|
10
|
+
VercelIconDark,
|
|
11
|
+
icon_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
VercelIconLight: () => VercelIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const VercelIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 20.7848", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0207848", d: "M 11.999979,0 24,20.784799 H 0 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_light_default = VercelIconLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
VercelIconLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VercelIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 20.7848", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#000000", strokeWidth: "0.0207848", d: "M 11.999979,0 24,20.784799 H 0 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_light_default = VercelIconLight;
|
|
9
|
+
export {
|
|
10
|
+
VercelIconLight,
|
|
11
|
+
icon_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_dark_exports = {};
|
|
20
|
+
__export(logo_dark_exports, {
|
|
21
|
+
VercelLogoDark: () => VercelLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const VercelLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954115 2.7573615,0 0,4.7954115 Z M 8.2959156,4.5771202 10.600272,0.21798521 H 9.6035393 L 8.0139526,3.3837446 6.4243542,0.21798521 H 5.4276212 L 7.7319779,4.5771202 Z M 24,0.21798521 V 4.577132 H 23.174875 V 0.21798521 Z M 19.406836,2.9500998 c 0,-0.3397241 0.0709,-0.6385222 0.212711,-0.8963826 0.141807,-0.2578722 0.339535,-0.4563788 0.593066,-0.5955434 0.25353,-0.1391647 0.550122,-0.208747 0.889658,-0.208747 0.300839,0 0.571594,0.065489 0.812265,0.1964657 0.240671,0.130977 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829824 0.238429,0.6385221 0.146173,0.151446 0.341777,0.2271631 0.586696,0.2271631 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923719 0.290104,-0.3315365 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525647 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762882 -0.979909,0.2762882 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.2087469 C 19.959082,4.302873 19.761354,4.1043545 19.619547,3.8464941 19.477739,3.5886219 19.406836,3.2898356 19.406836,2.9500998 Z M 21.856492,2.6431259 C 21.826408,2.3770662 21.742645,2.1826533 21.605085,2.059852 21.467525,1.9329687 21.299999,1.8695211 21.102271,1.8695211 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254017 -0.264385,0.5709926 z M 18.014482,2.059852 c 0.13756,0.11052 0.223446,0.2640069 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.227673 19.005127,2.0107385 18.858955,1.8265424 18.712782,1.6423581 18.523784,1.5011525 18.291607,1.4029138 18.063914,1.3005813 17.812506,1.2494268 17.537386,1.2494268 c -0.339535,0 -0.636009,0.069582 -0.889658,0.208747 -0.25353,0.1391646 -0.451258,0.3376712 -0.593066,0.5955434 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963826 0,0.3397358 0.0709,0.6385221 0.212711,0.8963943 0.141808,0.2578604 0.339536,0.4563789 0.593066,0.5955435 0.253649,0.1391646 0.550123,0.2087469 0.889658,0.2087469 0.283615,0 0.541511,-0.051166 0.77357,-0.1534869 0.232177,-0.1064263 0.421174,-0.2558194 0.567347,-0.4482031 0.146172,-0.1923718 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 -0.146054,-0.1841843 -0.219081,-0.4461385 -0.219081,-0.7858743 0,-0.3397241 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841844 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.1719031 z M 13.828571,1.3229495 h 0.767906 l 0.02218,0.6262881 c 0.0545,-0.1772709 0.130246,-0.3149373 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.2132891 0.588701,-0.2132891 h 0.31358 v 0.6703404 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.04876 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 v 1.876941 h -0.819108 z m -3.541938,0.7307677 c -0.141819,0.2578604 -0.212735,0.5566585 -0.212735,0.8963826 0,0.3397358 0.07092,0.6385221 0.212735,0.8963943 0.141831,0.2578604 0.339523,0.4563789 0.593101,0.5955435 0.253566,0.1391646 0.550111,0.2087469 0.889634,0.2087469 0.369549,0 0.696225,-0.092092 0.979839,-0.2762882 0.283733,-0.1841844 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496729 -0.290103,0.3315365 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.2271631 C 11.04089,3.6479757 10.961385,3.435135 10.944196,3.1649933 h 2.430403 V 2.9746624 C 13.370234,2.6021882 13.297206,2.2870268 13.155399,2.0291546 13.013592,1.7712942 12.822353,1.5768695 12.581681,1.4458925 12.34101,1.3149154 12.070255,1.2494268 11.769368,1.2494268 c -0.339523,0 -0.636068,0.069582 -0.889634,0.208747 -0.253578,0.1391646 -0.45127,0.3376712 -0.593101,0.5955434 z m 1.985597,0.00613 c 0.137442,0.1228013 0.221323,0.3172142 0.251407,0.5832739 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359217 0.264314,-0.5709926 0.14183,-0.1350709 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var logo_dark_default = VercelLogoDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
VercelLogoDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const VercelLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954115 2.7573615,0 0,4.7954115 Z M 8.2959156,4.5771202 10.600272,0.21798521 H 9.6035393 L 8.0139526,3.3837446 6.4243542,0.21798521 H 5.4276212 L 7.7319779,4.5771202 Z M 24,0.21798521 V 4.577132 H 23.174875 V 0.21798521 Z M 19.406836,2.9500998 c 0,-0.3397241 0.0709,-0.6385222 0.212711,-0.8963826 0.141807,-0.2578722 0.339535,-0.4563788 0.593066,-0.5955434 0.25353,-0.1391647 0.550122,-0.208747 0.889658,-0.208747 0.300839,0 0.571594,0.065489 0.812265,0.1964657 0.240671,0.130977 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829824 0.238429,0.6385221 0.146173,0.151446 0.341777,0.2271631 0.586696,0.2271631 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923719 0.290104,-0.3315365 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525647 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762882 -0.979909,0.2762882 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.2087469 C 19.959082,4.302873 19.761354,4.1043545 19.619547,3.8464941 19.477739,3.5886219 19.406836,3.2898356 19.406836,2.9500998 Z M 21.856492,2.6431259 C 21.826408,2.3770662 21.742645,2.1826533 21.605085,2.059852 21.467525,1.9329687 21.299999,1.8695211 21.102271,1.8695211 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254017 -0.264385,0.5709926 z M 18.014482,2.059852 c 0.13756,0.11052 0.223446,0.2640069 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.227673 19.005127,2.0107385 18.858955,1.8265424 18.712782,1.6423581 18.523784,1.5011525 18.291607,1.4029138 18.063914,1.3005813 17.812506,1.2494268 17.537386,1.2494268 c -0.339535,0 -0.636009,0.069582 -0.889658,0.208747 -0.25353,0.1391646 -0.451258,0.3376712 -0.593066,0.5955434 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963826 0,0.3397358 0.0709,0.6385221 0.212711,0.8963943 0.141808,0.2578604 0.339536,0.4563789 0.593066,0.5955435 0.253649,0.1391646 0.550123,0.2087469 0.889658,0.2087469 0.283615,0 0.541511,-0.051166 0.77357,-0.1534869 0.232177,-0.1064263 0.421174,-0.2558194 0.567347,-0.4482031 0.146172,-0.1923718 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 -0.146054,-0.1841843 -0.219081,-0.4461385 -0.219081,-0.7858743 0,-0.3397241 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841844 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.1719031 z M 13.828571,1.3229495 h 0.767906 l 0.02218,0.6262881 c 0.0545,-0.1772709 0.130246,-0.3149373 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.2132891 0.588701,-0.2132891 h 0.31358 v 0.6703404 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.04876 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 v 1.876941 h -0.819108 z m -3.541938,0.7307677 c -0.141819,0.2578604 -0.212735,0.5566585 -0.212735,0.8963826 0,0.3397358 0.07092,0.6385221 0.212735,0.8963943 0.141831,0.2578604 0.339523,0.4563789 0.593101,0.5955435 0.253566,0.1391646 0.550111,0.2087469 0.889634,0.2087469 0.369549,0 0.696225,-0.092092 0.979839,-0.2762882 0.283733,-0.1841844 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496729 -0.290103,0.3315365 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.2271631 C 11.04089,3.6479757 10.961385,3.435135 10.944196,3.1649933 h 2.430403 V 2.9746624 C 13.370234,2.6021882 13.297206,2.2870268 13.155399,2.0291546 13.013592,1.7712942 12.822353,1.5768695 12.581681,1.4458925 12.34101,1.3149154 12.070255,1.2494268 11.769368,1.2494268 c -0.339523,0 -0.636068,0.069582 -0.889634,0.208747 -0.253578,0.1391646 -0.45127,0.3376712 -0.593101,0.5955434 z m 1.985597,0.00613 c 0.137442,0.1228013 0.221323,0.3172142 0.251407,0.5832739 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359217 0.264314,-0.5709926 0.14183,-0.1350709 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var logo_dark_default = VercelLogoDark;
|
|
9
|
+
export {
|
|
10
|
+
VercelLogoDark,
|
|
11
|
+
logo_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_light_exports = {};
|
|
20
|
+
__export(logo_light_exports, {
|
|
21
|
+
VercelLogoLight: () => VercelLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const VercelLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954117 2.7573615,0 0,4.7954117 Z M 8.2959156,4.5771205 10.600272,0.21798544 H 9.6035393 L 8.0139526,3.3837448 6.4243542,0.21798544 H 5.4276212 L 7.7319779,4.5771205 Z M 24,0.21798544 V 4.5771323 H 23.174875 V 0.21798544 Z M 19.406836,2.9501 c 0,-0.339724 0.0709,-0.6385221 0.212711,-0.8963825 0.141807,-0.2578722 0.339535,-0.4563789 0.593066,-0.5955435 0.25353,-0.1391646 0.550122,-0.2087587 0.889658,-0.2087587 0.300839,0 0.571594,0.0655 0.812265,0.1964774 0.240671,0.1309771 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829825 0.238429,0.6385222 0.146173,0.1514459 0.341777,0.227163 0.586696,0.227163 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923718 0.290104,-0.3315364 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525648 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762883 -0.979909,0.2762883 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.208747 C 19.959082,4.3028732 19.761354,4.1043548 19.619547,3.8464944 19.477739,3.5886222 19.406836,3.2898358 19.406836,2.9501 Z M 21.856492,2.6431262 C 21.826408,2.3770664 21.742645,2.1826536 21.605085,2.0598522 21.467525,1.9329689 21.299999,1.8695213 21.102271,1.8695213 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254018 -0.264385,0.5709927 z m -3.84201,-0.583274 c 0.13756,0.11052 0.223446,0.264007 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.2276732 19.005127,2.0107388 18.858955,1.8265426 18.712782,1.6423583 18.523784,1.5011527 18.291607,1.402914 18.063914,1.3005815 17.812506,1.2494153 17.537386,1.2494153 c -0.339535,0 -0.636009,0.069594 -0.889658,0.2087587 -0.25353,0.1391646 -0.451258,0.3376713 -0.593066,0.5955435 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963825 0,0.3397358 0.0709,0.6385222 0.212711,0.8963944 0.141808,0.2578604 0.339536,0.4563788 0.593066,0.5955434 0.253649,0.1391647 0.550123,0.208747 0.889658,0.208747 0.283615,0 0.541511,-0.051166 0.77357,-0.153487 0.232177,-0.1064262 0.421174,-0.2558194 0.567347,-0.448203 0.146172,-0.1923719 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 C 16.772429,3.55179 16.699402,3.2898358 16.699402,2.9501 c 0,-0.339724 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841843 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.171903 z M 13.828571,1.3229498 h 0.767906 l 0.02218,0.626288 c 0.0545,-0.1772709 0.130246,-0.3149372 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.213289 0.588701,-0.213289 h 0.31358 v 0.6703403 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.048748 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 V 4.5771209 H 13.828574 Z M 10.286633,2.0537175 C 10.144814,2.3115779 10.073898,2.610376 10.073898,2.9501 c 0,0.3397358 0.07092,0.6385222 0.212735,0.8963944 0.141831,0.2578604 0.339523,0.4563788 0.593101,0.5955434 0.253566,0.1391647 0.550111,0.208747 0.889634,0.208747 0.369549,0 0.696225,-0.092092 0.979839,-0.2762883 0.283733,-0.1841843 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496728 -0.290103,0.3315364 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.227163 C 11.04089,3.647976 10.961385,3.4351352 10.944196,3.1649935 h 2.430403 V 2.9746626 C 13.370234,2.6021884 13.297206,2.287027 13.155399,2.0291548 13.013592,1.7712944 12.822353,1.5768698 12.581681,1.4458927 12.34101,1.3149156 12.070255,1.2494153 11.769368,1.2494153 c -0.339523,0 -0.636068,0.069594 -0.889634,0.2087587 -0.253578,0.1391646 -0.45127,0.3376713 -0.593101,0.5955435 z m 1.985597,0.00613 c 0.137442,0.1228014 0.221323,0.3172142 0.251407,0.583274 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359218 0.264314,-0.5709927 0.14183,-0.1350708 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var logo_light_default = VercelLogoLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
VercelLogoLight
|
|
36
|
+
});
|