@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const PythonIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", id: "f5a8bc68__svg2", version: "1.0", viewBox: "0 0 7.023666 8.5089268", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "1fb67944__defs4", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "36780fe5__linearGradient2795", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "fea7ae45__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "0551c442__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "5579aa7d__linearGradient2787", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "f261830b__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "fe3903bc__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4206c523__linearGradient3676", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "ea097d3e__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "b57e769e__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "144630c2__linearGradient3236", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "2c4d00d0__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "31ec4e23__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "33a75186__linearGradient4671", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("stop", { id: "ab814b7d__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "94ac47e3__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d5e932aa__linearGradient4689", children: [
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "989db606__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "37a0a289__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#33a75186__linearGradient4671", id: "59fbadd9__linearGradient2987", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
30
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#d5e932aa__linearGradient4689", id: "4103aa19__linearGradient2990", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
31
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#d5e932aa__linearGradient4689", id: "522e2f5c__linearGradient2587", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
32
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#33a75186__linearGradient4671", id: "0a197e88__linearGradient2589", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
33
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#d5e932aa__linearGradient4689", id: "d3bf6795__linearGradient2248", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
34
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#33a75186__linearGradient4671", id: "c558ce80__linearGradient2250", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
35
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#33a75186__linearGradient4671", id: "31a9bf25__linearGradient2255", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
36
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#d5e932aa__linearGradient4689", id: "012d5cfa__linearGradient2258", x1: "172.94208", x2: "26.670298", y1: "76.176224", y2: "76.313133", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
37
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#33a75186__linearGradient4671", id: "a74794f0__linearGradient1475", x1: "150.96111", x2: "112.03144", y1: "192.35176", y2: "137.27299", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.73940752)", gradientUnits: "userSpaceOnUse" }),
|
|
38
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#d5e932aa__linearGradient4689", id: "f133766b__linearGradient1478", x1: "26.648937", x2: "135.66525", y1: "20.603781", y2: "114.39767", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.73940752)", gradientUnits: "userSpaceOnUse" }),
|
|
39
|
+
/* @__PURE__ */ jsx("radialGradient", { xlinkHref: "#36780fe5__linearGradient2795", id: "382dc322__radialGradient2801", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(1,0,0,0.177966,0,108.7434)", gradientUnits: "userSpaceOnUse" }),
|
|
40
|
+
/* @__PURE__ */ jsx("radialGradient", { xlinkHref: "#36780fe5__linearGradient2795", id: "2881b4c6__radialGradient1480", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(0,-0.01516091,0.0666386,2.3956664e-8,-5.288587,9.0013804)", gradientUnits: "userSpaceOnUse" })
|
|
41
|
+
] }),
|
|
42
|
+
/* @__PURE__ */ jsx("path", { id: "6b52ae81__path1948", fill: "url(#f133766b__linearGradient1478)", fillOpacity: "1", strokeWidth: "0.0631844", d: "M 3.4700118,5.8082017e-5 C 3.1803963,0.00140378 2.9038201,0.02610388 2.6604614,0.06916608 1.9435573,0.19581948 1.8133953,0.46091598 1.8133952,0.94979898 V 1.5954649 H 3.5075276 V 1.8106868 H 1.8133952 1.1776019 c -0.49236197,0 -0.92348827,0.295938 -1.05833907,0.8589133 -0.1555487,0.6453004 -0.1624481,1.0479783 0,1.7217755 0.120425,0.5015486 0.4080162,0.8589132 0.90037807,0.8589133 H 1.6021223 V 4.4762797 c 0,-0.559176 0.4838122,-1.0524154 1.0583391,-1.0524156 h 1.6921579 c 0.4710371,0 0.8470661,-0.3878363 0.8470661,-0.8608877 V 0.94979898 c 0,-0.4591194 -0.387319,-0.8040077 -0.8470661,-0.8806329 C 4.0615926,0.02072098 3.7596273,-0.00128762 3.4700118,5.8082017e-5 Z M 2.5538377,0.51935508 c 0.1749922,0 0.3178966,0.1452387 0.3178966,0.3238202 C 2.8717342,1.0211239 2.7288299,1.165021 2.5538377,1.165021 2.3782181,1.1650209 2.235941,1.0211238 2.235941,0.84317528 c 0,-0.1785815 0.1422771,-0.3238202 0.3178967,-0.3238202 z" }),
|
|
43
|
+
/* @__PURE__ */ jsx("path", { id: "cffd8cab__path1950", fill: "url(#a74794f0__linearGradient1475)", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 5.4109584,1.8106868 v 0.7522896 c 0,0.5832399 -0.494475,1.0741351 -1.0583391,1.0741352 H 2.6604614 c -0.4635104,0 -0.8470661,0.3967023 -0.8470662,0.8608878 v 1.6131771 c 0,0.4591199 0.3992363,0.7291689 0.8470662,0.8608879 0.5362671,0.157684 1.0505192,0.186181 1.6921579,0 0.4265051,-0.123487 0.8470661,-0.372005 0.8470661,-0.8608879 V 5.4655109 H 3.5075276 v -0.215222 h 1.6921578 0.847066 c 0.492363,0 0.675837,-0.3434331 0.847066,-0.8589133 0.176874,-0.5306787 0.169348,-1.0410124 0,-1.7217755 C 6.7721384,2.1794506 6.5397404,1.8106868 6.0467514,1.8106868 Z m -0.951715,4.0852679 c 0.175619,2e-7 0.317896,0.1438973 0.317896,0.3218455 0,0.1785813 -0.142277,0.3238202 -0.317896,0.3238202 -0.1749929,0 -0.3178971,-0.1452389 -0.3178971,-0.3238202 2e-7,-0.1779482 0.1429041,-0.3218455 0.3178971,-0.3218455 z" }),
|
|
44
|
+
/* @__PURE__ */ jsx("ellipse", { id: "20bfaa58__path1894", cx: "3.5267496", cy: "8.0687008", fill: "url(#2881b4c6__radialGradient1480)", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeDasharray: "none", strokeMiterlimit: "4", strokeOpacity: "1", strokeWidth: "0.974138", opacity: "0.44382", rx: "2.2702782", ry: "0.44022557" })
|
|
45
|
+
] });
|
|
46
|
+
};
|
|
47
|
+
var icon_default = PythonIcon;
|
|
48
|
+
export {
|
|
49
|
+
PythonIcon,
|
|
50
|
+
icon_default as default
|
|
51
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
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_exports = {};
|
|
20
|
+
__export(logo_exports, {
|
|
21
|
+
PythonLogo: () => PythonLogo,
|
|
22
|
+
default: () => logo_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const PythonLogo = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", id: "a1cf58af__svg2", version: "1.0", viewBox: "0 0 29.999998 8.707036", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "8ed9212d__defs4", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "bfb75c61__linearGradient2795", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6bb44c2d__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e94877df__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "63e80f68__linearGradient2787", children: [
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ee1c564a__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e45c8751__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "e96749dc__linearGradient3676", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "3de96477__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c0466db8__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "1b43e990__linearGradient3236", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a8602eb9__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "cb12d596__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
44
|
+
] }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "35edbff0__linearGradient4671", children: [
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1a38269b__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5b15f49c__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
48
|
+
] }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "3e268dd7__linearGradient4689", children: [
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "862ae371__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "be111ec3__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
52
|
+
] }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "1175da24__linearGradient2987", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "1052d116__linearGradient2990", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "2aea79f6__linearGradient2587", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "8f9c37c5__linearGradient2589", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "a2d42ab2__linearGradient2248", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "21d88c46__linearGradient2250", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "4aa69e50__linearGradient2255", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
60
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "77b0ec83__linearGradient2258", x1: "172.94208", x2: "26.670298", y1: "76.176224", y2: "76.313133", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
61
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "2cb95ea3__linearGradient1475", x1: "150.96111", x2: "112.03144", y1: "192.35176", y2: "137.27299", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.5412978)", gradientUnits: "userSpaceOnUse" }),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "e2b76ed0__linearGradient1478", x1: "26.648937", x2: "135.66525", y1: "20.603781", y2: "114.39767", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.5412978)", gradientUnits: "userSpaceOnUse" }),
|
|
63
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("radialGradient", { xlinkHref: "#bfb75c61__linearGradient2795", id: "6baa0450__radialGradient2801", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(1,0,0,0.177966,0,108.7434)", gradientUnits: "userSpaceOnUse" }),
|
|
64
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("radialGradient", { xlinkHref: "#bfb75c61__linearGradient2795", id: "0710c15b__radialGradient1480", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(0,-0.01516091,0.0666386,2.3956664e-8,-5.288587,9.1994901)", gradientUnits: "userSpaceOnUse" })
|
|
65
|
+
] }),
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f697f576__path46", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 11.311406,3.7068868 c 0,-0.9201011 -0.262358,-1.3924691 -0.787074,-1.4183356 -0.208779,-0.00985 -0.41263,0.023403 -0.6109376,0.1003862 -0.158277,0.056659 -0.264821,0.1127033 -0.320865,0.1693627 v 2.1961718 c 0.335645,0.2106259 0.6337236,0.3085478 0.8936186,0.2931517 0.549967,-0.036336 0.825258,-0.4828377 0.825258,-1.3407368 z m 0.647273,0.038184 c 0,0.4674409 -0.109623,0.8554356 -0.330103,1.1639834 -0.24573,0.3491951 -0.586303,0.5290274 -1.021719,0.5388817 -0.328255,0.01047 -0.6663646,-0.09238 -1.0143276,-0.3079325 v 1.9960157 l -0.5629,-0.200772 V 2.5047197 C 9.1220094,2.3914009 9.2408704,2.2940944 9.3849824,2.2115686 9.7200134,2.0163395 10.127099,1.9159533 10.606241,1.9110268 l 0.008,0.00801 c 0.43788,-0.00554 0.775374,0.1742898 1.012481,0.538881 0.221095,0.3344143 0.331951,0.7630562 0.331951,1.2871565 z" }),
|
|
67
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "297d3011__path48", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 15.398897,5.0550136 c 0,0.62695 -0.06282,1.0611342 -0.188454,1.3025531 -0.126253,0.2414188 -0.366439,0.4341844 -0.721178,0.5776804 -0.287608,0.113319 -0.59862,0.174905 -0.932418,0.185375 l -0.09299,-0.354737 c 0.33934,-0.04619 0.578296,-0.092381 0.716865,-0.1385702 0.272828,-0.092379 0.460051,-0.2340282 0.5629,-0.4237148 0.08253,-0.1545817 0.123173,-0.4495803 0.123173,-0.8862283 V 5.1707966 c -0.384915,0.1749052 -0.788306,0.2617421 -1.210173,0.2617421 -0.277139,0 -0.521637,-0.086837 -0.732262,-0.2617421 C 12.687862,4.9804939 12.569616,4.7390751 12.569616,4.4465401 V 2.1037924 l 0.5629,-0.1927656 v 2.3581438 c 0,0.2518885 0.08129,0.4458862 0.243883,0.5819924 0.162588,0.1361056 0.373214,0.2013871 0.631261,0.1964606 0.258047,-0.00554 0.53457,-0.1053133 0.828337,-0.3005418 V 1.9960162 h 0.5629 z" }),
|
|
68
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2aea9a95__path50", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 17.596301,5.4171419 c -0.06713,0.00554 -0.128716,0.00801 -0.185375,0.00801 -0.318402,0 -0.566596,-0.075751 -0.743965,-0.2278696 C 16.490208,5.04516 16.401524,4.8351502 16.401524,4.5672495 V 2.3501377 H 16.015993 V 1.9960162 h 0.385531 V 1.0555912 L 16.963808,0.855435 v 1.1405812 h 0.632493 v 0.3541215 h -0.632493 v 2.201715 c 0,0.2112413 0.05666,0.3608962 0.169979,0.4483491 0.09731,0.072056 0.251888,0.1133194 0.462514,0.123789 z" }),
|
|
69
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a94eb8cb__path52", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 21.004493,5.3709522 h -0.5629 V 3.1981833 c 0,-0.2210956 -0.05173,-0.4113976 -0.154581,-0.5702906 -0.118862,-0.1798324 -0.283914,-0.2697489 -0.495771,-0.2697489 -0.258048,0 -0.580761,0.1361062 -0.968138,0.4083186 V 5.3709522 H 18.260202 V 0.1773688 L 18.823103,0 v 2.3655345 c 0.359664,-0.2617421 0.752585,-0.3929212 1.179379,-0.3929212 0.298079,0 0.539497,0.1003855 0.724256,0.3005418 0.185376,0.2001556 0.277755,0.4495805 0.277755,0.7476587 z" }),
|
|
70
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a82965d6__path54", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 23.996362,3.6182024 c 0,-0.3535062 -0.06713,-0.6454258 -0.200772,-0.876375 -0.158892,-0.2814499 -0.405854,-0.4298733 -0.739653,-0.4452701 -0.617095,0.035721 -0.925027,0.4779112 -0.925027,1.3253401 0,0.3886107 0.06405,0.7131708 0.19338,0.9736814 0.165052,0.3319508 0.41263,0.4957709 0.742733,0.4902284 0.619559,-0.00493 0.929339,-0.4939234 0.929339,-1.4676048 z m 0.616481,0.0037 c 0,0.5031616 -0.128716,0.9219492 -0.385532,1.2563635 -0.282681,0.3744454 -0.673139,0.5622839 -1.171374,0.5622839 -0.493923,0 -0.878838,-0.1878385 -1.156593,-0.5622839 -0.251888,-0.3344193 -0.377525,-0.7532069 -0.377525,-1.2563685 0,-0.4729835 0.136107,-0.8708318 0.408318,-1.1947764 0.28761,-0.3436525 0.66575,-0.5160942 1.13319,-0.5160942 0.467442,0 0.848045,0.1724417 1.141198,0.5160942 0.272211,0.3239446 0.408318,0.7217929 0.408318,1.1947764 z" }),
|
|
71
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c2a52660__path56", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 27.839971,5.3709522 h -0.5629 V 3.0750103 c 0,-0.2518885 -0.07575,-0.4483491 -0.227254,-0.5899985 -0.151503,-0.1410327 -0.353506,-0.2093938 -0.605394,-0.2038506 -0.267285,0.00493 -0.521638,0.092379 -0.763056,0.2617421 v 2.8280489 h -0.5629 V 2.4733107 c 0.323945,-0.2358757 0.622023,-0.3898422 0.894234,-0.4618984 0.256816,-0.067129 0.483454,-0.1003855 0.678684,-0.1003855 0.133642,0 0.259278,0.012933 0.377524,0.038799 0.221095,0.051117 0.400927,0.1459599 0.539497,0.2851457 0.154581,0.1539659 0.231565,0.3387254 0.231565,0.5548932 z" }),
|
|
72
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4a72b1f9__path1948", fill: "url(#e2b76ed0__linearGradient1478)", fillOpacity: "1", strokeWidth: "0.0631844", d: "M 3.4700118,0.1981678 C 3.1803963,0.1995135 2.9038201,0.2242136 2.6604614,0.2672758 1.9435573,0.3939292 1.8133953,0.6590257 1.8133952,1.1479087 V 1.7935746 H 3.5075276 V 2.0087965 H 1.8133952 1.1776019 c -0.49236197,0 -0.92348827,0.295938 -1.05833907,0.8589133 -0.1555487,0.6453004 -0.1624481,1.0479783 0,1.7217755 0.120425,0.5015486 0.4080162,0.8589132 0.90037807,0.8589133 H 1.6021223 V 4.6743894 c 0,-0.559176 0.4838122,-1.0524154 1.0583391,-1.0524156 h 1.6921579 c 0.4710371,0 0.8470661,-0.3878363 0.8470661,-0.8608877 V 1.1479087 c 0,-0.4591194 -0.387319,-0.8040077 -0.8470661,-0.8806329 C 4.0615926,0.2188307 3.7596273,0.1968221 3.4700118,0.1981678 Z m -0.9161741,0.519297 c 0.1749922,0 0.3178966,0.1452387 0.3178966,0.3238202 -10e-8,0.1779486 -0.1429044,0.3218457 -0.3178966,0.3218457 C 2.3782181,1.3631306 2.235941,1.2192335 2.235941,1.041285 c 0,-0.1785815 0.1422771,-0.3238202 0.3178967,-0.3238202 z" }),
|
|
73
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e63af50a__path1950", fill: "url(#2cb95ea3__linearGradient1475)", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 5.4109584,2.0087965 v 0.7522896 c 0,0.5832399 -0.494475,1.0741351 -1.0583391,1.0741352 H 2.6604614 c -0.4635104,0 -0.8470661,0.3967023 -0.8470662,0.8608878 v 1.6131771 c 0,0.4591199 0.3992363,0.7291689 0.8470662,0.8608879 0.5362671,0.157684 1.0505192,0.186181 1.6921579,0 0.4265051,-0.123487 0.8470661,-0.372005 0.8470661,-0.8608879 V 5.6636206 H 3.5075276 v -0.215222 h 1.6921578 0.847066 c 0.492363,0 0.675837,-0.3434331 0.847066,-0.8589133 0.176874,-0.5306787 0.169348,-1.0410124 0,-1.7217755 C 6.7721384,2.3775603 6.5397404,2.0087965 6.0467514,2.0087965 Z m -0.951715,4.0852679 c 0.175619,2e-7 0.317896,0.1438973 0.317896,0.3218455 0,0.1785813 -0.142277,0.3238202 -0.317896,0.3238202 -0.1749929,0 -0.3178971,-0.1452389 -0.3178971,-0.3238202 2e-7,-0.1779482 0.1429041,-0.3218455 0.3178971,-0.3218455 z" }),
|
|
74
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2c6d94aa__text3004", fill: "#646464", fillOpacity: "1", stroke: "none", strokeLinecap: "butt", strokeLinejoin: "miter", strokeOpacity: "1", strokeWidth: "0.0631844px", d: "m 28.93613,1.4941695 h 0.09869 V 0.8751997 h 0.23379 V 0.8014218 h -0.566271 v 0.073778 h 0.233791 v 0.6189698 m 0.419988,0 h 0.08432 v -0.565313 l 0.183008,0.565242 h 0.09387 L 29.908017,0.930773 v 0.5633966 h 0.09198 V 0.8014218 H 29.878314 L 29.669912,1.394904 29.492176,0.8014218 h -0.136058 v 0.6927477", fontFamily: "Bitstream Vera Sans", fontSize: "15.1645px", fontStyle: "normal", fontWeight: "normal", style: { lineHeight: "125%" } }),
|
|
75
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("ellipse", { id: "d6bca479__path1894", cx: "3.5267496", cy: "8.2668104", fill: "url(#0710c15b__radialGradient1480)", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeDasharray: "none", strokeMiterlimit: "4", strokeOpacity: "1", strokeWidth: "0.974138", opacity: "0.44382", rx: "2.2702782", ry: "0.44022557" })
|
|
76
|
+
] });
|
|
77
|
+
};
|
|
78
|
+
var logo_default = PythonLogo;
|
|
79
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
80
|
+
0 && (module.exports = {
|
|
81
|
+
PythonLogo
|
|
82
|
+
});
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const PythonLogo = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", id: "a1cf58af__svg2", version: "1.0", viewBox: "0 0 29.999998 8.707036", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "8ed9212d__defs4", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "bfb75c61__linearGradient2795", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "6bb44c2d__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "e94877df__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "63e80f68__linearGradient2787", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "ee1c564a__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "e45c8751__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "e96749dc__linearGradient3676", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "3de96477__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "c0466db8__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "1b43e990__linearGradient3236", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "a8602eb9__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "cb12d596__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "35edbff0__linearGradient4671", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("stop", { id: "1a38269b__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "5b15f49c__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "3e268dd7__linearGradient4689", children: [
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "862ae371__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "be111ec3__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "1175da24__linearGradient2987", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
30
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "1052d116__linearGradient2990", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
31
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "2aea79f6__linearGradient2587", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
32
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "8f9c37c5__linearGradient2589", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
33
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "a2d42ab2__linearGradient2248", x1: "172.94208", x2: "26.670298", y1: "77.475983", y2: "76.313133", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
34
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "21d88c46__linearGradient2250", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "translate(100.2702,99.61116)", gradientUnits: "userSpaceOnUse" }),
|
|
35
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "4aa69e50__linearGradient2255", x1: "224.23996", x2: "-65.308502", y1: "144.75717", y2: "144.75717", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
36
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "77b0ec83__linearGradient2258", x1: "172.94208", x2: "26.670298", y1: "76.176224", y2: "76.313133", gradientTransform: "matrix(0.562541,0,0,0.567972,-11.5974,-7.60954)", gradientUnits: "userSpaceOnUse" }),
|
|
37
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#35edbff0__linearGradient4671", id: "2cb95ea3__linearGradient1475", x1: "150.96111", x2: "112.03144", y1: "192.35176", y2: "137.27299", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.5412978)", gradientUnits: "userSpaceOnUse" }),
|
|
38
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#3e268dd7__linearGradient4689", id: "e2b76ed0__linearGradient1478", x1: "26.648937", x2: "135.66525", y1: "20.603781", y2: "114.39767", gradientTransform: "matrix(0.03554383,0,0,0.03588698,-0.94720527,-0.5412978)", gradientUnits: "userSpaceOnUse" }),
|
|
39
|
+
/* @__PURE__ */ jsx("radialGradient", { xlinkHref: "#bfb75c61__linearGradient2795", id: "6baa0450__radialGradient2801", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(1,0,0,0.177966,0,108.7434)", gradientUnits: "userSpaceOnUse" }),
|
|
40
|
+
/* @__PURE__ */ jsx("radialGradient", { xlinkHref: "#bfb75c61__linearGradient2795", id: "0710c15b__radialGradient1480", cx: "61.518883", cy: "132.28575", r: "29.036913", fx: "61.518883", fy: "132.28575", gradientTransform: "matrix(0,-0.01516091,0.0666386,2.3956664e-8,-5.288587,9.1994901)", gradientUnits: "userSpaceOnUse" })
|
|
41
|
+
] }),
|
|
42
|
+
/* @__PURE__ */ jsx("path", { id: "f697f576__path46", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 11.311406,3.7068868 c 0,-0.9201011 -0.262358,-1.3924691 -0.787074,-1.4183356 -0.208779,-0.00985 -0.41263,0.023403 -0.6109376,0.1003862 -0.158277,0.056659 -0.264821,0.1127033 -0.320865,0.1693627 v 2.1961718 c 0.335645,0.2106259 0.6337236,0.3085478 0.8936186,0.2931517 0.549967,-0.036336 0.825258,-0.4828377 0.825258,-1.3407368 z m 0.647273,0.038184 c 0,0.4674409 -0.109623,0.8554356 -0.330103,1.1639834 -0.24573,0.3491951 -0.586303,0.5290274 -1.021719,0.5388817 -0.328255,0.01047 -0.6663646,-0.09238 -1.0143276,-0.3079325 v 1.9960157 l -0.5629,-0.200772 V 2.5047197 C 9.1220094,2.3914009 9.2408704,2.2940944 9.3849824,2.2115686 9.7200134,2.0163395 10.127099,1.9159533 10.606241,1.9110268 l 0.008,0.00801 c 0.43788,-0.00554 0.775374,0.1742898 1.012481,0.538881 0.221095,0.3344143 0.331951,0.7630562 0.331951,1.2871565 z" }),
|
|
43
|
+
/* @__PURE__ */ jsx("path", { id: "297d3011__path48", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 15.398897,5.0550136 c 0,0.62695 -0.06282,1.0611342 -0.188454,1.3025531 -0.126253,0.2414188 -0.366439,0.4341844 -0.721178,0.5776804 -0.287608,0.113319 -0.59862,0.174905 -0.932418,0.185375 l -0.09299,-0.354737 c 0.33934,-0.04619 0.578296,-0.092381 0.716865,-0.1385702 0.272828,-0.092379 0.460051,-0.2340282 0.5629,-0.4237148 0.08253,-0.1545817 0.123173,-0.4495803 0.123173,-0.8862283 V 5.1707966 c -0.384915,0.1749052 -0.788306,0.2617421 -1.210173,0.2617421 -0.277139,0 -0.521637,-0.086837 -0.732262,-0.2617421 C 12.687862,4.9804939 12.569616,4.7390751 12.569616,4.4465401 V 2.1037924 l 0.5629,-0.1927656 v 2.3581438 c 0,0.2518885 0.08129,0.4458862 0.243883,0.5819924 0.162588,0.1361056 0.373214,0.2013871 0.631261,0.1964606 0.258047,-0.00554 0.53457,-0.1053133 0.828337,-0.3005418 V 1.9960162 h 0.5629 z" }),
|
|
44
|
+
/* @__PURE__ */ jsx("path", { id: "2aea9a95__path50", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 17.596301,5.4171419 c -0.06713,0.00554 -0.128716,0.00801 -0.185375,0.00801 -0.318402,0 -0.566596,-0.075751 -0.743965,-0.2278696 C 16.490208,5.04516 16.401524,4.8351502 16.401524,4.5672495 V 2.3501377 H 16.015993 V 1.9960162 h 0.385531 V 1.0555912 L 16.963808,0.855435 v 1.1405812 h 0.632493 v 0.3541215 h -0.632493 v 2.201715 c 0,0.2112413 0.05666,0.3608962 0.169979,0.4483491 0.09731,0.072056 0.251888,0.1133194 0.462514,0.123789 z" }),
|
|
45
|
+
/* @__PURE__ */ jsx("path", { id: "a94eb8cb__path52", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 21.004493,5.3709522 h -0.5629 V 3.1981833 c 0,-0.2210956 -0.05173,-0.4113976 -0.154581,-0.5702906 -0.118862,-0.1798324 -0.283914,-0.2697489 -0.495771,-0.2697489 -0.258048,0 -0.580761,0.1361062 -0.968138,0.4083186 V 5.3709522 H 18.260202 V 0.1773688 L 18.823103,0 v 2.3655345 c 0.359664,-0.2617421 0.752585,-0.3929212 1.179379,-0.3929212 0.298079,0 0.539497,0.1003855 0.724256,0.3005418 0.185376,0.2001556 0.277755,0.4495805 0.277755,0.7476587 z" }),
|
|
46
|
+
/* @__PURE__ */ jsx("path", { id: "a82965d6__path54", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 23.996362,3.6182024 c 0,-0.3535062 -0.06713,-0.6454258 -0.200772,-0.876375 -0.158892,-0.2814499 -0.405854,-0.4298733 -0.739653,-0.4452701 -0.617095,0.035721 -0.925027,0.4779112 -0.925027,1.3253401 0,0.3886107 0.06405,0.7131708 0.19338,0.9736814 0.165052,0.3319508 0.41263,0.4957709 0.742733,0.4902284 0.619559,-0.00493 0.929339,-0.4939234 0.929339,-1.4676048 z m 0.616481,0.0037 c 0,0.5031616 -0.128716,0.9219492 -0.385532,1.2563635 -0.282681,0.3744454 -0.673139,0.5622839 -1.171374,0.5622839 -0.493923,0 -0.878838,-0.1878385 -1.156593,-0.5622839 -0.251888,-0.3344193 -0.377525,-0.7532069 -0.377525,-1.2563685 0,-0.4729835 0.136107,-0.8708318 0.408318,-1.1947764 0.28761,-0.3436525 0.66575,-0.5160942 1.13319,-0.5160942 0.467442,0 0.848045,0.1724417 1.141198,0.5160942 0.272211,0.3239446 0.408318,0.7217929 0.408318,1.1947764 z" }),
|
|
47
|
+
/* @__PURE__ */ jsx("path", { id: "c2a52660__path56", fill: "#646464", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 27.839971,5.3709522 h -0.5629 V 3.0750103 c 0,-0.2518885 -0.07575,-0.4483491 -0.227254,-0.5899985 -0.151503,-0.1410327 -0.353506,-0.2093938 -0.605394,-0.2038506 -0.267285,0.00493 -0.521638,0.092379 -0.763056,0.2617421 v 2.8280489 h -0.5629 V 2.4733107 c 0.323945,-0.2358757 0.622023,-0.3898422 0.894234,-0.4618984 0.256816,-0.067129 0.483454,-0.1003855 0.678684,-0.1003855 0.133642,0 0.259278,0.012933 0.377524,0.038799 0.221095,0.051117 0.400927,0.1459599 0.539497,0.2851457 0.154581,0.1539659 0.231565,0.3387254 0.231565,0.5548932 z" }),
|
|
48
|
+
/* @__PURE__ */ jsx("path", { id: "4a72b1f9__path1948", fill: "url(#e2b76ed0__linearGradient1478)", fillOpacity: "1", strokeWidth: "0.0631844", d: "M 3.4700118,0.1981678 C 3.1803963,0.1995135 2.9038201,0.2242136 2.6604614,0.2672758 1.9435573,0.3939292 1.8133953,0.6590257 1.8133952,1.1479087 V 1.7935746 H 3.5075276 V 2.0087965 H 1.8133952 1.1776019 c -0.49236197,0 -0.92348827,0.295938 -1.05833907,0.8589133 -0.1555487,0.6453004 -0.1624481,1.0479783 0,1.7217755 0.120425,0.5015486 0.4080162,0.8589132 0.90037807,0.8589133 H 1.6021223 V 4.6743894 c 0,-0.559176 0.4838122,-1.0524154 1.0583391,-1.0524156 h 1.6921579 c 0.4710371,0 0.8470661,-0.3878363 0.8470661,-0.8608877 V 1.1479087 c 0,-0.4591194 -0.387319,-0.8040077 -0.8470661,-0.8806329 C 4.0615926,0.2188307 3.7596273,0.1968221 3.4700118,0.1981678 Z m -0.9161741,0.519297 c 0.1749922,0 0.3178966,0.1452387 0.3178966,0.3238202 -10e-8,0.1779486 -0.1429044,0.3218457 -0.3178966,0.3218457 C 2.3782181,1.3631306 2.235941,1.2192335 2.235941,1.041285 c 0,-0.1785815 0.1422771,-0.3238202 0.3178967,-0.3238202 z" }),
|
|
49
|
+
/* @__PURE__ */ jsx("path", { id: "e63af50a__path1950", fill: "url(#2cb95ea3__linearGradient1475)", fillOpacity: "1", strokeWidth: "0.0631844", d: "m 5.4109584,2.0087965 v 0.7522896 c 0,0.5832399 -0.494475,1.0741351 -1.0583391,1.0741352 H 2.6604614 c -0.4635104,0 -0.8470661,0.3967023 -0.8470662,0.8608878 v 1.6131771 c 0,0.4591199 0.3992363,0.7291689 0.8470662,0.8608879 0.5362671,0.157684 1.0505192,0.186181 1.6921579,0 0.4265051,-0.123487 0.8470661,-0.372005 0.8470661,-0.8608879 V 5.6636206 H 3.5075276 v -0.215222 h 1.6921578 0.847066 c 0.492363,0 0.675837,-0.3434331 0.847066,-0.8589133 0.176874,-0.5306787 0.169348,-1.0410124 0,-1.7217755 C 6.7721384,2.3775603 6.5397404,2.0087965 6.0467514,2.0087965 Z m -0.951715,4.0852679 c 0.175619,2e-7 0.317896,0.1438973 0.317896,0.3218455 0,0.1785813 -0.142277,0.3238202 -0.317896,0.3238202 -0.1749929,0 -0.3178971,-0.1452389 -0.3178971,-0.3238202 2e-7,-0.1779482 0.1429041,-0.3218455 0.3178971,-0.3218455 z" }),
|
|
50
|
+
/* @__PURE__ */ jsx("path", { id: "2c6d94aa__text3004", fill: "#646464", fillOpacity: "1", stroke: "none", strokeLinecap: "butt", strokeLinejoin: "miter", strokeOpacity: "1", strokeWidth: "0.0631844px", d: "m 28.93613,1.4941695 h 0.09869 V 0.8751997 h 0.23379 V 0.8014218 h -0.566271 v 0.073778 h 0.233791 v 0.6189698 m 0.419988,0 h 0.08432 v -0.565313 l 0.183008,0.565242 h 0.09387 L 29.908017,0.930773 v 0.5633966 h 0.09198 V 0.8014218 H 29.878314 L 29.669912,1.394904 29.492176,0.8014218 h -0.136058 v 0.6927477", fontFamily: "Bitstream Vera Sans", fontSize: "15.1645px", fontStyle: "normal", fontWeight: "normal", style: { lineHeight: "125%" } }),
|
|
51
|
+
/* @__PURE__ */ jsx("ellipse", { id: "d6bca479__path1894", cx: "3.5267496", cy: "8.2668104", fill: "url(#0710c15b__radialGradient1480)", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeDasharray: "none", strokeMiterlimit: "4", strokeOpacity: "1", strokeWidth: "0.974138", opacity: "0.44382", rx: "2.2702782", ry: "0.44022557" })
|
|
52
|
+
] });
|
|
53
|
+
};
|
|
54
|
+
var logo_default = PythonLogo;
|
|
55
|
+
export {
|
|
56
|
+
PythonLogo,
|
|
57
|
+
logo_default as default
|
|
58
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
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_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
ReactIcon: () => ReactIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const ReactIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b21da9da__svg2", version: "1.1", viewBox: "0 0 24 21.354298", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "793a21f2__defs2" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "ed27736c__title1", children: "logo" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "71c1eee6__path1", fill: "#61dafb", strokeWidth: "1.04348", d: "M 19.732174,6.9228127 Q 19.349217,6.7913345 18.96,6.6786388 q 0.0647,-0.2629565 0.12,-0.528 C 19.664348,3.3123779 19.282435,1.0250736 17.976,0.27168234 16.723826,-0.45040462 14.676522,0.30298664 12.608348,2.1029866 q -0.305739,0.266087 -0.59687,0.5478261 -0.19513,-0.1878261 -0.396521,-0.3673043 C 9.4466087,0.36037799 7.2730435,-0.44936114 5.9686957,0.30403016 4.7196522,1.028204 4.3492174,3.1788127 4.8730435,5.8688997 q 0.080348,0.3996522 0.1773913,0.7951304 C 4.7446957,6.7516823 4.4473043,6.8445519 4.1634783,6.9436823 1.6226087,7.8306388 0,9.2184649 0,10.658465 c 0,1.486956 1.7426087,2.97913 4.3888696,3.881739 q 0.3213913,0.110609 0.6490434,0.204522 -0.1064347,0.424695 -0.187826,0.855652 c -0.5029566,2.64313 -0.1106087,4.742608 1.1373913,5.462608 1.2876521,0.742957 3.4497391,-0.02087 5.5565217,-1.861565 q 0.250435,-0.217043 0.50087,-0.461217 0.31513,0.305739 0.646956,0.592695 c 2.041044,1.755131 4.054957,2.462609 5.30087,1.742609 1.288695,-0.746087 1.70713,-3.001043 1.163478,-5.744348 q -0.06261,-0.313043 -0.144,-0.640695 0.227478,-0.06678 0.446609,-0.138783 C 22.210435,13.639682 24,12.165247 24,10.658465 24,9.212204 22.325217,7.8149866 19.732174,6.9228127 Z M 13.283478,2.8772475 c 1.771826,-1.5422609 3.427826,-2.14956516 4.184348,-1.7154782 0.803478,0.4633043 1.114435,2.3321739 0.609391,4.7833043 q -0.04904,0.24 -0.107478,0.4768696 A 24.561391,24.561391 0 0 0 14.76,5.9148127 24.083478,24.083478 0 0 0 12.730435,3.382291 Q 12.999652,3.1235084 13.281391,2.8772475 Z M 7.0852174,11.886639 q 0.3266087,0.63026 0.6813913,1.241739 Q 8.1286957,13.754465 8.52,14.362813 A 21.831652,21.831652 0 0 1 6.3078261,14.00803 c 0.2128696,-0.685565 0.4737391,-1.398261 0.7784348,-2.120348 z m 0,-2.410435 C 6.7867826,8.7687258 6.5321739,8.0727258 6.3234783,7.3996823 7.0069565,7.246291 7.7373913,7.1210736 8.498087,7.0261171 Q 8.1161739,7.6208997 7.7624348,8.2365519 7.4076522,8.8480301 7.0841739,9.476204 Z M 7.629913,10.682465 Q 8.1036522,9.6963779 8.6525217,8.7478562 9.1972174,7.798291 9.8149565,6.8956823 C 10.528696,6.8414214 11.260174,6.812204 12,6.812204 c 0.742957,0 1.475478,0.029217 2.189217,0.083478 q 0.610435,0.9026087 1.156174,1.8469565 0.54887,0.9453913 1.035131,1.9252175 -0.48,0.989217 -1.030957,1.942957 -0.545739,0.947478 -1.152,1.857391 c -0.711652,0.05217 -1.447304,0.07722 -2.197565,0.07722 -0.74713,0 -1.473391,-0.02296 -2.1725217,-0.06887 Q 9.2055652,13.568726 8.6546087,12.61603 8.1057391,11.666465 7.629913,10.681421 Z m 8.608696,2.441739 q 0.361043,-0.629218 0.694956,-1.273044 a 21.774261,21.774261 0 0 1 0.805565,2.112 21.758609,21.758609 0 0 1 -2.23826,0.38087 q 0.379826,-0.603131 0.736695,-1.22087 z M 16.92313,9.4772475 q -0.331826,-0.6302609 -0.688695,-1.248 -0.352696,-0.6073043 -0.730435,-1.2 c 0.76487,0.097043 1.498435,0.2253913 2.188174,0.3829565 A 21.871304,21.871304 0 0 1 16.92313,9.478291 Z M 12.010435,4.1179432 a 21.926609,21.926609 0 0 1 1.412869,1.7050434 q -1.417043,-0.067826 -2.836174,0 C 11.053565,5.2073345 11.531478,4.6355084 12.011478,4.1179432 Z M 6.4841739,1.1909866 c 0.8034783,-0.46434774 2.5773913,0.1982609 4.4493911,1.8605218 0.12,0.1064348 0.24,0.2170435 0.36,0.3318261 A 24.568696,24.568696 0 0 0 9.2483478,5.9148127 25.051826,25.051826 0 0 0 6.0469565,6.4125519 Q 5.9551304,6.0452475 5.882087,5.6716823 v 0.00209 C 5.4302609,3.3676823 5.7297391,1.6292475 6.4841739,1.1930736 Z M 5.3113043,13.757595 Q 5.013913,13.67203 4.7206957,13.572899 A 8.685913,8.685913 0 0 1 1.92,12.084899 2.1182609,2.1182609 0 0 1 1.0257391,10.657421 c 0,-0.8733909 1.3022609,-1.9878257 3.4747826,-2.7443474 q 0.410087,-0.144 0.8264348,-0.2608696 a 24.589565,24.589565 0 0 0 1.1686957,3.030261 24.962087,24.962087 0 0 0 -1.1833044,3.074087 z m 5.5575657,4.674783 a 8.6838261,8.6838261 0 0 1 -2.686957,1.68 2.1182609,2.1182609 0 0 1 -1.6820869,0.0647 C 5.7433043,19.738813 5.4281739,18.054639 5.8570435,15.794465 q 0.077217,-0.401739 0.1753043,-0.797218 a 24.108522,24.108522 0 0 0 3.2347826,0.467479 24.949565,24.949565 0 0 0 2.0598266,2.546087 q -0.223305,0.216 -0.457044,0.420521 z m 1.170782,-1.160348 c -0.486261,-0.523826 -0.970435,-1.104 -1.444174,-1.728 Q 11.284174,15.57116 12,15.57116 q 0.733565,0 1.448348,-0.0313 a 21.802435,21.802435 0 0 1 -1.408696,1.732174 z m 6.226435,1.426435 a 2.1182609,2.1182609 0 0 1 -0.785739,1.490087 c -0.756522,0.438261 -2.373913,-0.131479 -4.118609,-1.632 q -0.299478,-0.256696 -0.60313,-0.54887 a 24.093913,24.093913 0 0 0 2.011826,-2.554435 23.933217,23.933217 0 0 0 3.250435,-0.500869 q 0.07304,0.296348 0.129391,0.580174 a 8.6817391,8.6817391 0 0 1 0.114782,3.166956 z m 0.870261,-5.120348 c -0.132522,0.04383 -0.267131,0.08556 -0.40487,0.125217 A 24.062609,24.062609 0 0 0 17.51687,10.663682 24.052174,24.052174 0 0 0 18.685565,7.6688997 c 0.244174,0.069913 0.483131,0.1460869 0.712696,0.2243478 2.222609,0.7638261 3.577043,1.8949565 3.577043,2.7652175 0,0.928695 -1.464,2.132869 -3.84,2.919652 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "10ceac98__path2", fill: "#61dafb", strokeWidth: "1.04348", d: "M 12,8.5151606 A 2.1433043,2.1433043 0 1 1 9.8566957,10.656378 2.1433043,2.1433043 0 0 1 12,8.516204" })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
var icon_default = ReactIcon;
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
ReactIcon
|
|
38
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ReactIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b21da9da__svg2", version: "1.1", viewBox: "0 0 24 21.354298", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "793a21f2__defs2" }),
|
|
5
|
+
/* @__PURE__ */ jsx("title", { id: "ed27736c__title1", children: "logo" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "71c1eee6__path1", fill: "#61dafb", strokeWidth: "1.04348", d: "M 19.732174,6.9228127 Q 19.349217,6.7913345 18.96,6.6786388 q 0.0647,-0.2629565 0.12,-0.528 C 19.664348,3.3123779 19.282435,1.0250736 17.976,0.27168234 16.723826,-0.45040462 14.676522,0.30298664 12.608348,2.1029866 q -0.305739,0.266087 -0.59687,0.5478261 -0.19513,-0.1878261 -0.396521,-0.3673043 C 9.4466087,0.36037799 7.2730435,-0.44936114 5.9686957,0.30403016 4.7196522,1.028204 4.3492174,3.1788127 4.8730435,5.8688997 q 0.080348,0.3996522 0.1773913,0.7951304 C 4.7446957,6.7516823 4.4473043,6.8445519 4.1634783,6.9436823 1.6226087,7.8306388 0,9.2184649 0,10.658465 c 0,1.486956 1.7426087,2.97913 4.3888696,3.881739 q 0.3213913,0.110609 0.6490434,0.204522 -0.1064347,0.424695 -0.187826,0.855652 c -0.5029566,2.64313 -0.1106087,4.742608 1.1373913,5.462608 1.2876521,0.742957 3.4497391,-0.02087 5.5565217,-1.861565 q 0.250435,-0.217043 0.50087,-0.461217 0.31513,0.305739 0.646956,0.592695 c 2.041044,1.755131 4.054957,2.462609 5.30087,1.742609 1.288695,-0.746087 1.70713,-3.001043 1.163478,-5.744348 q -0.06261,-0.313043 -0.144,-0.640695 0.227478,-0.06678 0.446609,-0.138783 C 22.210435,13.639682 24,12.165247 24,10.658465 24,9.212204 22.325217,7.8149866 19.732174,6.9228127 Z M 13.283478,2.8772475 c 1.771826,-1.5422609 3.427826,-2.14956516 4.184348,-1.7154782 0.803478,0.4633043 1.114435,2.3321739 0.609391,4.7833043 q -0.04904,0.24 -0.107478,0.4768696 A 24.561391,24.561391 0 0 0 14.76,5.9148127 24.083478,24.083478 0 0 0 12.730435,3.382291 Q 12.999652,3.1235084 13.281391,2.8772475 Z M 7.0852174,11.886639 q 0.3266087,0.63026 0.6813913,1.241739 Q 8.1286957,13.754465 8.52,14.362813 A 21.831652,21.831652 0 0 1 6.3078261,14.00803 c 0.2128696,-0.685565 0.4737391,-1.398261 0.7784348,-2.120348 z m 0,-2.410435 C 6.7867826,8.7687258 6.5321739,8.0727258 6.3234783,7.3996823 7.0069565,7.246291 7.7373913,7.1210736 8.498087,7.0261171 Q 8.1161739,7.6208997 7.7624348,8.2365519 7.4076522,8.8480301 7.0841739,9.476204 Z M 7.629913,10.682465 Q 8.1036522,9.6963779 8.6525217,8.7478562 9.1972174,7.798291 9.8149565,6.8956823 C 10.528696,6.8414214 11.260174,6.812204 12,6.812204 c 0.742957,0 1.475478,0.029217 2.189217,0.083478 q 0.610435,0.9026087 1.156174,1.8469565 0.54887,0.9453913 1.035131,1.9252175 -0.48,0.989217 -1.030957,1.942957 -0.545739,0.947478 -1.152,1.857391 c -0.711652,0.05217 -1.447304,0.07722 -2.197565,0.07722 -0.74713,0 -1.473391,-0.02296 -2.1725217,-0.06887 Q 9.2055652,13.568726 8.6546087,12.61603 8.1057391,11.666465 7.629913,10.681421 Z m 8.608696,2.441739 q 0.361043,-0.629218 0.694956,-1.273044 a 21.774261,21.774261 0 0 1 0.805565,2.112 21.758609,21.758609 0 0 1 -2.23826,0.38087 q 0.379826,-0.603131 0.736695,-1.22087 z M 16.92313,9.4772475 q -0.331826,-0.6302609 -0.688695,-1.248 -0.352696,-0.6073043 -0.730435,-1.2 c 0.76487,0.097043 1.498435,0.2253913 2.188174,0.3829565 A 21.871304,21.871304 0 0 1 16.92313,9.478291 Z M 12.010435,4.1179432 a 21.926609,21.926609 0 0 1 1.412869,1.7050434 q -1.417043,-0.067826 -2.836174,0 C 11.053565,5.2073345 11.531478,4.6355084 12.011478,4.1179432 Z M 6.4841739,1.1909866 c 0.8034783,-0.46434774 2.5773913,0.1982609 4.4493911,1.8605218 0.12,0.1064348 0.24,0.2170435 0.36,0.3318261 A 24.568696,24.568696 0 0 0 9.2483478,5.9148127 25.051826,25.051826 0 0 0 6.0469565,6.4125519 Q 5.9551304,6.0452475 5.882087,5.6716823 v 0.00209 C 5.4302609,3.3676823 5.7297391,1.6292475 6.4841739,1.1930736 Z M 5.3113043,13.757595 Q 5.013913,13.67203 4.7206957,13.572899 A 8.685913,8.685913 0 0 1 1.92,12.084899 2.1182609,2.1182609 0 0 1 1.0257391,10.657421 c 0,-0.8733909 1.3022609,-1.9878257 3.4747826,-2.7443474 q 0.410087,-0.144 0.8264348,-0.2608696 a 24.589565,24.589565 0 0 0 1.1686957,3.030261 24.962087,24.962087 0 0 0 -1.1833044,3.074087 z m 5.5575657,4.674783 a 8.6838261,8.6838261 0 0 1 -2.686957,1.68 2.1182609,2.1182609 0 0 1 -1.6820869,0.0647 C 5.7433043,19.738813 5.4281739,18.054639 5.8570435,15.794465 q 0.077217,-0.401739 0.1753043,-0.797218 a 24.108522,24.108522 0 0 0 3.2347826,0.467479 24.949565,24.949565 0 0 0 2.0598266,2.546087 q -0.223305,0.216 -0.457044,0.420521 z m 1.170782,-1.160348 c -0.486261,-0.523826 -0.970435,-1.104 -1.444174,-1.728 Q 11.284174,15.57116 12,15.57116 q 0.733565,0 1.448348,-0.0313 a 21.802435,21.802435 0 0 1 -1.408696,1.732174 z m 6.226435,1.426435 a 2.1182609,2.1182609 0 0 1 -0.785739,1.490087 c -0.756522,0.438261 -2.373913,-0.131479 -4.118609,-1.632 q -0.299478,-0.256696 -0.60313,-0.54887 a 24.093913,24.093913 0 0 0 2.011826,-2.554435 23.933217,23.933217 0 0 0 3.250435,-0.500869 q 0.07304,0.296348 0.129391,0.580174 a 8.6817391,8.6817391 0 0 1 0.114782,3.166956 z m 0.870261,-5.120348 c -0.132522,0.04383 -0.267131,0.08556 -0.40487,0.125217 A 24.062609,24.062609 0 0 0 17.51687,10.663682 24.052174,24.052174 0 0 0 18.685565,7.6688997 c 0.244174,0.069913 0.483131,0.1460869 0.712696,0.2243478 2.222609,0.7638261 3.577043,1.8949565 3.577043,2.7652175 0,0.928695 -1.464,2.132869 -3.84,2.919652 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "10ceac98__path2", fill: "#61dafb", strokeWidth: "1.04348", d: "M 12,8.5151606 A 2.1433043,2.1433043 0 1 1 9.8566957,10.656378 2.1433043,2.1433043 0 0 1 12,8.516204" })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
10
|
+
var icon_default = ReactIcon;
|
|
11
|
+
export {
|
|
12
|
+
ReactIcon,
|
|
13
|
+
icon_default as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
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_exports = {};
|
|
20
|
+
__export(logo_exports, {
|
|
21
|
+
SqliteLogo: () => SqliteLogo,
|
|
22
|
+
default: () => logo_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const SqliteLogo = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9d0da5de__svg470", version: "1.1", viewBox: "0 0 24.000001 10.809996", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "54db3ff0__defs467", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4028120d__linearGradient51", x1: "0", x2: "1", y1: "0", y2: "0", gradientTransform: "matrix(-4.02e-5,-918.907,-918.907,4.02e-5,858.809,1614.34)", gradientUnits: "userSpaceOnUse", spreadMethod: "pad", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6cf124e9__stop43", offset: "0", stopColor: "#97d9f6", stopOpacity: "1" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f3931a5b__stop45", offset: "0.66199914", stopColor: "#0f80cc", stopOpacity: "1" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "8d709385__stop47", offset: "0.920245", stopColor: "#0f80cc", stopOpacity: "1" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "52683100__stop49", offset: "1", stopColor: "#0f80cc", stopOpacity: "1" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "64313981__clipPath41", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f3204047__path39", d: "m 994.055,997.609 c 6.725,-11.629 35.115,-61.371 40.815,-77.398 6.42,-18.121 7.77,-23.313 7.77,-23.313 0,0 -15.57,80.114 -41.12,126.862 5.6,18.9 12.29,39.79 19.86,62.12 8.85,-15.53 28.96,-51.2 36.23,-68.1 0.27,3.19 0.54,6.38 0.82,9.54 -6.44,24.75 -16.22,57.15 -28.74,82.54 32.14,167.25 135.59,386.25 247.04,504.48 H 509.602 c -37.883,0 -68.711,-30.82 -68.711,-68.71 V 731.789 c 173.738,66.68 383.23,127.633 563.529,125.02 -6.693,25.812 -14.315,49.152 -22.318,62.679 -4.122,6.981 0.449,35.653 11.953,78.121 z" }) })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "0bcaf234__g337", transform: "scale(0.23135994)", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "011bfe25__rect366", width: "103.4949", height: "46.48415", x: "0.119781", y: "0.119781", fill: "#ffffff", stroke: "#ffffff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "0.239562", ry: "0" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "625e66e1__g465", transform: "translate(-56.57816,-61.353828)", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e480b504__path21", fill: "#0f80cc", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 79.198545,96.729705 c -0.02011,-0.25467 -0.0321,-0.420158 -0.0321,-0.420158 0,0 -0.77223,-5.206224 -1.691499,-6.759822 -0.145415,-0.246275 0.01584,-1.257759 0.421676,-2.755936 0.237243,0.410245 1.238779,2.165033 1.439862,2.73043 0.226484,0.639268 0.274109,0.822431 0.274109,0.822431 0,0 -0.549275,-2.826244 -1.450623,-4.47541 0.197556,-0.66675 0.433564,-1.403703 0.700617,-2.191456 0.341489,0.599017 1.158875,2.049286 1.338792,2.552348 0.03634,0.103364 0.06703,0.191205 0.09454,0.271639 0.0088,-0.04833 0.01764,-0.09666 0.02646,-0.144992 -0.206375,-0.875595 -0.611716,-2.399242 -1.166636,-3.524956 1.231195,-6.408209 5.430309,-14.973654 9.735256,-18.795296 H 60.806192 c -1.88214,0 -3.422086,1.540228 -3.422086,3.422298 v 30.970081 c 0,1.881964 1.539946,3.421944 3.422086,3.421944 h 18.49607 c -0.13335,-1.61438 -0.1778,-3.40046 -0.103717,-5.123145" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1778e151__path23", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 99.934471,84.584659 h 0.474839 v 3.954957 h -0.503061 c -0.115005,-1.093188 -0.510469,-1.946593 -1.186392,-2.560426 -0.676627,-0.612775 -1.526822,-0.920045 -2.5527,-0.920045 -0.911578,0 -1.64465,0.230364 -2.200628,0.690387 -0.555977,0.459669 -0.833966,1.073467 -0.833966,1.840759 0,0.709401 0.230011,1.356536 0.690386,1.940948 0.459669,0.585258 1.457325,1.337134 2.991556,2.258907 1.782939,1.063978 2.981325,1.992912 3.594805,2.789414 0.61348,0.795549 0.92004,1.706421 0.92004,2.732229 0,1.322916 -0.46813,2.454275 -1.405815,3.393691 -0.939094,0.93983 -2.069042,1.40945 -3.389489,1.40945 -0.766233,0 -1.742369,-0.21096 -2.929467,-0.63334 -0.487891,-0.17237 -0.799394,-0.25781 -0.933097,-0.25781 -0.277989,0 -0.492831,0.21523 -0.646289,0.64699 h -0.503414 v -4.558981 h 0.503414 c 0.0092,1.256206 0.418747,2.262752 1.227314,3.020521 0.808567,0.75667 1.753306,1.13524 2.834217,1.13524 1.024819,0 1.844322,-0.27231 2.462389,-0.81979 0.617008,-0.54723 0.925689,-1.276066 0.925689,-2.188068 0,-0.681143 -0.254,-1.333394 -0.760942,-1.956823 -0.506589,-0.623958 -1.567392,-1.427621 -3.180292,-2.412259 -1.31445,-0.812765 -2.192161,-1.452422 -2.63278,-1.923027 -0.44062,-0.470182 -0.766234,-0.985591 -0.976842,-1.547284 -0.210608,-0.560564 -0.316089,-1.177537 -0.316089,-1.848485 0,-1.294659 0.424744,-2.345302 1.273175,-3.151399 0.848431,-0.805392 1.953331,-1.208264 3.314347,-1.208264 0.747889,0 1.563159,0.148519 2.445103,0.445558 0.411692,0.134409 0.699559,0.201436 0.862189,0.201436 0.135114,0 0.225778,-0.02858 0.27305,-0.08608 0.04868,-0.05786 0.1016,-0.186973 0.15875,-0.388409" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e512acc2__path25", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 119.14851,93.38576 c 0,-2.579547 -0.59019,-4.611476 -1.76953,-6.097835 -1.17969,-1.48583 -2.70369,-2.22878 -4.57412,-2.22878 -1.98437,0 -3.56799,0.746125 -4.75191,2.235977 -1.18463,1.491438 -1.77553,3.482834 -1.77553,5.975562 0,2.42577 0.58702,4.398857 1.76106,5.918271 1.17511,1.519415 2.70616,2.278595 4.59458,2.278595 1.96568,0 3.5426,-0.73562 4.7311,-2.207334 1.18851,-1.472177 1.78435,-3.430094 1.78435,-5.874456 z m 2.93265,12.9716 0.18662,0.46041 c -0.82409,0.37402 -1.7586,0.56085 -2.80353,0.56085 -0.86289,0 -1.66405,-0.11314 -2.40206,-0.33789 -0.73731,-0.22571 -1.43122,-0.57051 -2.07751,-1.03572 -0.647,-0.46496 -1.43616,-1.23941 -2.36608,-2.32198 -0.82515,-0.95928 -1.45768,-1.55445 -1.8983,-1.78404 -1.92723,-0.39232 -3.58246,-1.40973 -4.96852,-3.048067 -1.38536,-1.639323 -2.07822,-3.509716 -2.07822,-5.609167 0,-1.5627 0.39794,-3.033889 1.19345,-4.414556 0.79587,-1.380772 1.87466,-2.461718 3.23709,-3.242416 1.36031,-0.782108 2.87055,-1.172633 4.52896,-1.172633 2.56011,0 4.71699,0.851253 6.47206,2.55263 1.75366,1.7012 2.63067,3.79416 2.63067,6.276975 0,2.09102 -0.67522,3.951923 -2.02706,5.586695 -1.3522,1.635479 -3.08293,2.658779 -5.19148,3.070539 0.20179,0.16151 0.56233,0.5697 1.0795,1.22234 1.10031,1.36204 2.02071,2.28604 2.75837,2.76998 0.73871,0.48274 1.47214,0.72542 2.20133,0.72542 0.53728,0 1.04634,-0.0868 1.52471,-0.25937" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "09540696__path27", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 134.47177,99.116318 -0.28116,2.694482 h -11.00385 l 0.0233,-0.53619 c 0.59654,-0.061 1.01458,-0.21413 1.25835,-0.45861 0.24342,-0.24624 0.36654,-0.81111 0.37571,-1.699682 l 0.0127,-11.904593 c -0.004,-0.621877 -0.0346,-1.050502 -0.0861,-1.284393 -0.13828,-0.653698 -0.75565,-0.980017 -1.85984,-0.980017 l -0.0236,-0.535164 h 5.74393 l 0.0219,0.535164 c -0.61242,0.04163 -1.03152,0.206728 -1.26612,0.496711 -0.23212,0.291042 -0.34713,0.880533 -0.34678,1.767699 l -0.0441,12.029053 c 0.002,0.204646 0.0191,0.391901 0.0572,0.565538 0.1845,0.877674 0.88053,1.315474 2.08774,1.315474 h 1.03681 c 1.34161,0 2.27259,-0.15088 2.79788,-0.45226 0.52388,-0.29919 0.8569,-0.818023 1.00048,-1.553212 h 0.49565" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4ba300b7__path29", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 138.12055,87.618936 c 0.25965,0 0.49883,0.09095 0.71967,0.273685 0.21837,0.182034 0.36054,0.407071 0.41522,0.674829 0.0533,0.25975 0.009,0.48507 -0.133,0.676769 -0.14217,0.191523 -0.34114,0.28702 -0.60078,0.28702 -0.26846,0 -0.51858,-0.0955 -0.75001,-0.28702 -0.23283,-0.191699 -0.37535,-0.417019 -0.42827,-0.676769 -0.0547,-0.267758 -0.0106,-0.492795 0.14605,-0.674829 0.15311,-0.182738 0.36266,-0.273685 0.63112,-0.273685 z m 1.75754,4.127783 -0.0176,7.535404 c 0.003,0.526662 0.03,0.900957 0.0769,1.122117 0.0607,0.30688 0.19685,0.5147 0.40111,0.6248 0.20778,0.11081 0.67133,0.1662 1.39065,0.1662 l 0.0166,0.50299 h -5.17702 l 0.0123,-0.50299 c 0.70979,0 1.14582,-0.0656 1.31198,-0.1947 0.16475,-0.12887 0.24941,-0.56307 0.25859,-1.301433 l 0.0325,-5.335094 c -0.006,-0.291042 -0.0243,-0.518548 -0.0586,-0.683613 -0.1016,-0.493219 -0.42686,-0.740587 -0.97367,-0.740587 l -1.12324,0.143616 -0.005,-0.589527 3.26319,-0.747183 h 0.59161" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e1dcbb22__path31", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 148.56207,92.004952 0.0247,0.805074 h -2.70545 l -0.0194,6.728955 c 0,0.183409 0.0109,0.341065 0.0423,0.476109 0.11465,0.55605 0.41945,0.83467 0.90946,0.83467 0.79728,0 1.70709,-0.52239 2.73967,-1.567637 l 0.43427,0.366148 c -1.43016,1.587219 -2.79682,2.380119 -4.10033,2.380119 -0.901,0 -1.43828,-0.41229 -1.6129,-1.23677 -0.072,-0.34438 -0.10795,-1.025556 -0.11077,-2.041838 l 0.037,-5.939756 h -1.76954 l -0.0205,-0.502708 c 1.51836,-0.153105 2.50472,-1.106981 2.96087,-2.861769 h 0.51752 l -0.005,2.559403 h 2.67758" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1fe94c64__path33", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 152.6931,96.836244 c 2.82998,-0.546417 4.09434,-1.527845 3.79906,-2.9464 -0.0603,-0.288819 -0.24483,-0.55245 -0.54716,-0.791527 -0.30656,-0.239925 -0.61418,-0.359975 -0.92921,-0.359975 -0.71932,0 -1.3081,0.424462 -1.76178,1.272505 -0.4572,0.848854 -0.6417,1.791017 -0.56091,2.825397 z m -0.0162,0.533436 c 0.024,0.248708 0.0575,0.48394 0.10442,0.704179 0.36089,1.725437 1.3328,2.588371 2.91395,2.588371 1.15005,0 2.67264,-0.694412 3.42829,-2.08471 l 0.38312,0.395217 c -0.47378,1.071703 -0.9899,1.848523 -1.54658,2.331513 -0.55527,0.48327 -1.87678,0.72414 -2.82434,0.72414 -1.01776,0 -1.86161,-0.28497 -2.53259,-0.85548 -0.67204,-0.57076 -1.11407,-1.378306 -1.33456,-2.423128 -0.37465,-1.783751 -0.0843,-3.405012 0.86854,-4.868334 0.95779,-1.460853 2.19145,-2.19329 3.70593,-2.19329 0.59584,0 1.66511,0.152118 2.07574,0.453637 0.40535,0.30166 0.66393,0.707072 0.77118,1.214614 0.18027,0.85411 -0.78352,1.660948 -1.74484,2.423689 -0.96203,0.762318 -2.38725,1.291767 -4.26826,1.589582" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c8b86cf7__path55", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 95.439377,63.024997 c -1.923345,-1.715206 -4.252031,-1.026231 -6.550379,1.01353 -0.341136,0.303037 -0.681566,0.639234 -1.020233,0.998362 -3.931709,4.170892 -7.581195,11.896725 -8.715023,17.796934 0.441678,0.895703 0.786695,2.038703 1.013884,2.911828 0.05821,0.224014 0.110772,0.43427 0.152752,0.613128 0.09984,0.423298 0.153459,0.697794 0.153459,0.697794 0,0 -0.03528,-0.133385 -0.179917,-0.552802 -0.02752,-0.08043 -0.05821,-0.168275 -0.09454,-0.271639 -0.01552,-0.04269 -0.03704,-0.09454 -0.06068,-0.149931 -0.25647,-0.596194 -0.965906,-1.854553 -1.278114,-2.402417 -0.267053,0.787753 -0.503061,1.524706 -0.700617,2.191456 0.901348,1.649166 1.450623,4.47541 1.450623,4.47541 0,0 -0.04762,-0.183163 -0.274109,-0.822431 -0.201083,-0.565397 -1.202619,-2.320185 -1.439862,-2.73043 -0.405836,1.498177 -0.567091,2.509661 -0.421676,2.755936 0.282328,0.477202 0.551216,1.300586 0.78733,2.211176 0.5334,2.051367 0.904169,4.548646 0.904169,4.548646 0,0 0.01199,0.165488 0.0321,0.420158 -0.07408,1.722685 -0.02963,3.508765 0.103717,5.123145 0.176741,2.13706 0.509411,3.97288 0.93345,4.9554 l 0.287866,-0.15695 c -0.622652,-1.93573 -0.875594,-4.47255 -0.764822,-7.39814 0.16757,-4.471846 1.196623,-9.86469 3.098095,-15.485534 3.212395,-8.485012 7.669389,-15.292918 11.748559,-18.544118 -3.717925,3.357739 -8.749948,14.22647 -10.256309,18.251312 -1.686631,4.50709 -2.881842,8.736578 -3.602214,12.788831 1.242836,-3.798959 5.261328,-5.431932 5.261328,-5.431932 0,0 1.97097,-2.430745 4.274256,-5.903454 -1.379714,0.314678 -3.645253,0.853369 -4.404078,1.172281 -1.119364,0.469547 -1.420989,0.629708 -1.420989,0.629708 0,0 3.62585,-2.208036 6.736645,-3.207809 4.278136,-6.738056 8.939042,-16.310328 4.245328,-20.497448" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "ceb3342d__g37", clipPath: "url(#64313981__clipPath41)", transform: "matrix(0.03527778,0,0,-0.03527778,42.828565,121.98722)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "16a41be8__path53", fill: "url(#4028120d__linearGradient51)", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 994.055,997.609 c 6.725,-11.629 35.115,-61.371 40.815,-77.398 6.42,-18.121 7.77,-23.313 7.77,-23.313 0,0 -15.57,80.114 -41.12,126.862 5.6,18.9 12.29,39.79 19.86,62.12 8.85,-15.53 28.96,-51.2 36.23,-68.1 0.27,3.19 0.54,6.38 0.82,9.54 -6.44,24.75 -16.22,57.15 -28.74,82.54 32.14,167.25 135.59,386.25 247.04,504.48 H 509.602 c -37.883,0 -68.711,-30.82 -68.711,-68.71 V 731.789 c 173.738,66.68 383.23,127.633 563.529,125.02 -6.693,25.812 -14.315,49.152 -22.318,62.679 -4.122,6.981 0.449,35.653 11.953,78.121" }) })
|
|
49
|
+
] })
|
|
50
|
+
] })
|
|
51
|
+
] });
|
|
52
|
+
};
|
|
53
|
+
var logo_default = SqliteLogo;
|
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
55
|
+
0 && (module.exports = {
|
|
56
|
+
SqliteLogo
|
|
57
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SqliteLogo = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9d0da5de__svg470", version: "1.1", viewBox: "0 0 24.000001 10.809996", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "54db3ff0__defs467", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4028120d__linearGradient51", x1: "0", x2: "1", y1: "0", y2: "0", gradientTransform: "matrix(-4.02e-5,-918.907,-918.907,4.02e-5,858.809,1614.34)", gradientUnits: "userSpaceOnUse", spreadMethod: "pad", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "6cf124e9__stop43", offset: "0", stopColor: "#97d9f6", stopOpacity: "1" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "f3931a5b__stop45", offset: "0.66199914", stopColor: "#0f80cc", stopOpacity: "1" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "8d709385__stop47", offset: "0.920245", stopColor: "#0f80cc", stopOpacity: "1" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { id: "52683100__stop49", offset: "1", stopColor: "#0f80cc", stopOpacity: "1" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ jsx("clipPath", { id: "64313981__clipPath41", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "f3204047__path39", d: "m 994.055,997.609 c 6.725,-11.629 35.115,-61.371 40.815,-77.398 6.42,-18.121 7.77,-23.313 7.77,-23.313 0,0 -15.57,80.114 -41.12,126.862 5.6,18.9 12.29,39.79 19.86,62.12 8.85,-15.53 28.96,-51.2 36.23,-68.1 0.27,3.19 0.54,6.38 0.82,9.54 -6.44,24.75 -16.22,57.15 -28.74,82.54 32.14,167.25 135.59,386.25 247.04,504.48 H 509.602 c -37.883,0 -68.711,-30.82 -68.711,-68.71 V 731.789 c 173.738,66.68 383.23,127.633 563.529,125.02 -6.693,25.812 -14.315,49.152 -22.318,62.679 -4.122,6.981 0.449,35.653 11.953,78.121 z" }) })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsxs("g", { id: "0bcaf234__g337", transform: "scale(0.23135994)", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("rect", { id: "011bfe25__rect366", width: "103.4949", height: "46.48415", x: "0.119781", y: "0.119781", fill: "#ffffff", stroke: "#ffffff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "0.239562", ry: "0" }),
|
|
15
|
+
/* @__PURE__ */ jsxs("g", { id: "625e66e1__g465", transform: "translate(-56.57816,-61.353828)", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "e480b504__path21", fill: "#0f80cc", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 79.198545,96.729705 c -0.02011,-0.25467 -0.0321,-0.420158 -0.0321,-0.420158 0,0 -0.77223,-5.206224 -1.691499,-6.759822 -0.145415,-0.246275 0.01584,-1.257759 0.421676,-2.755936 0.237243,0.410245 1.238779,2.165033 1.439862,2.73043 0.226484,0.639268 0.274109,0.822431 0.274109,0.822431 0,0 -0.549275,-2.826244 -1.450623,-4.47541 0.197556,-0.66675 0.433564,-1.403703 0.700617,-2.191456 0.341489,0.599017 1.158875,2.049286 1.338792,2.552348 0.03634,0.103364 0.06703,0.191205 0.09454,0.271639 0.0088,-0.04833 0.01764,-0.09666 0.02646,-0.144992 -0.206375,-0.875595 -0.611716,-2.399242 -1.166636,-3.524956 1.231195,-6.408209 5.430309,-14.973654 9.735256,-18.795296 H 60.806192 c -1.88214,0 -3.422086,1.540228 -3.422086,3.422298 v 30.970081 c 0,1.881964 1.539946,3.421944 3.422086,3.421944 h 18.49607 c -0.13335,-1.61438 -0.1778,-3.40046 -0.103717,-5.123145" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { id: "1778e151__path23", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 99.934471,84.584659 h 0.474839 v 3.954957 h -0.503061 c -0.115005,-1.093188 -0.510469,-1.946593 -1.186392,-2.560426 -0.676627,-0.612775 -1.526822,-0.920045 -2.5527,-0.920045 -0.911578,0 -1.64465,0.230364 -2.200628,0.690387 -0.555977,0.459669 -0.833966,1.073467 -0.833966,1.840759 0,0.709401 0.230011,1.356536 0.690386,1.940948 0.459669,0.585258 1.457325,1.337134 2.991556,2.258907 1.782939,1.063978 2.981325,1.992912 3.594805,2.789414 0.61348,0.795549 0.92004,1.706421 0.92004,2.732229 0,1.322916 -0.46813,2.454275 -1.405815,3.393691 -0.939094,0.93983 -2.069042,1.40945 -3.389489,1.40945 -0.766233,0 -1.742369,-0.21096 -2.929467,-0.63334 -0.487891,-0.17237 -0.799394,-0.25781 -0.933097,-0.25781 -0.277989,0 -0.492831,0.21523 -0.646289,0.64699 h -0.503414 v -4.558981 h 0.503414 c 0.0092,1.256206 0.418747,2.262752 1.227314,3.020521 0.808567,0.75667 1.753306,1.13524 2.834217,1.13524 1.024819,0 1.844322,-0.27231 2.462389,-0.81979 0.617008,-0.54723 0.925689,-1.276066 0.925689,-2.188068 0,-0.681143 -0.254,-1.333394 -0.760942,-1.956823 -0.506589,-0.623958 -1.567392,-1.427621 -3.180292,-2.412259 -1.31445,-0.812765 -2.192161,-1.452422 -2.63278,-1.923027 -0.44062,-0.470182 -0.766234,-0.985591 -0.976842,-1.547284 -0.210608,-0.560564 -0.316089,-1.177537 -0.316089,-1.848485 0,-1.294659 0.424744,-2.345302 1.273175,-3.151399 0.848431,-0.805392 1.953331,-1.208264 3.314347,-1.208264 0.747889,0 1.563159,0.148519 2.445103,0.445558 0.411692,0.134409 0.699559,0.201436 0.862189,0.201436 0.135114,0 0.225778,-0.02858 0.27305,-0.08608 0.04868,-0.05786 0.1016,-0.186973 0.15875,-0.388409" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { id: "e512acc2__path25", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 119.14851,93.38576 c 0,-2.579547 -0.59019,-4.611476 -1.76953,-6.097835 -1.17969,-1.48583 -2.70369,-2.22878 -4.57412,-2.22878 -1.98437,0 -3.56799,0.746125 -4.75191,2.235977 -1.18463,1.491438 -1.77553,3.482834 -1.77553,5.975562 0,2.42577 0.58702,4.398857 1.76106,5.918271 1.17511,1.519415 2.70616,2.278595 4.59458,2.278595 1.96568,0 3.5426,-0.73562 4.7311,-2.207334 1.18851,-1.472177 1.78435,-3.430094 1.78435,-5.874456 z m 2.93265,12.9716 0.18662,0.46041 c -0.82409,0.37402 -1.7586,0.56085 -2.80353,0.56085 -0.86289,0 -1.66405,-0.11314 -2.40206,-0.33789 -0.73731,-0.22571 -1.43122,-0.57051 -2.07751,-1.03572 -0.647,-0.46496 -1.43616,-1.23941 -2.36608,-2.32198 -0.82515,-0.95928 -1.45768,-1.55445 -1.8983,-1.78404 -1.92723,-0.39232 -3.58246,-1.40973 -4.96852,-3.048067 -1.38536,-1.639323 -2.07822,-3.509716 -2.07822,-5.609167 0,-1.5627 0.39794,-3.033889 1.19345,-4.414556 0.79587,-1.380772 1.87466,-2.461718 3.23709,-3.242416 1.36031,-0.782108 2.87055,-1.172633 4.52896,-1.172633 2.56011,0 4.71699,0.851253 6.47206,2.55263 1.75366,1.7012 2.63067,3.79416 2.63067,6.276975 0,2.09102 -0.67522,3.951923 -2.02706,5.586695 -1.3522,1.635479 -3.08293,2.658779 -5.19148,3.070539 0.20179,0.16151 0.56233,0.5697 1.0795,1.22234 1.10031,1.36204 2.02071,2.28604 2.75837,2.76998 0.73871,0.48274 1.47214,0.72542 2.20133,0.72542 0.53728,0 1.04634,-0.0868 1.52471,-0.25937" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { id: "09540696__path27", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 134.47177,99.116318 -0.28116,2.694482 h -11.00385 l 0.0233,-0.53619 c 0.59654,-0.061 1.01458,-0.21413 1.25835,-0.45861 0.24342,-0.24624 0.36654,-0.81111 0.37571,-1.699682 l 0.0127,-11.904593 c -0.004,-0.621877 -0.0346,-1.050502 -0.0861,-1.284393 -0.13828,-0.653698 -0.75565,-0.980017 -1.85984,-0.980017 l -0.0236,-0.535164 h 5.74393 l 0.0219,0.535164 c -0.61242,0.04163 -1.03152,0.206728 -1.26612,0.496711 -0.23212,0.291042 -0.34713,0.880533 -0.34678,1.767699 l -0.0441,12.029053 c 0.002,0.204646 0.0191,0.391901 0.0572,0.565538 0.1845,0.877674 0.88053,1.315474 2.08774,1.315474 h 1.03681 c 1.34161,0 2.27259,-0.15088 2.79788,-0.45226 0.52388,-0.29919 0.8569,-0.818023 1.00048,-1.553212 h 0.49565" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { id: "4ba300b7__path29", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 138.12055,87.618936 c 0.25965,0 0.49883,0.09095 0.71967,0.273685 0.21837,0.182034 0.36054,0.407071 0.41522,0.674829 0.0533,0.25975 0.009,0.48507 -0.133,0.676769 -0.14217,0.191523 -0.34114,0.28702 -0.60078,0.28702 -0.26846,0 -0.51858,-0.0955 -0.75001,-0.28702 -0.23283,-0.191699 -0.37535,-0.417019 -0.42827,-0.676769 -0.0547,-0.267758 -0.0106,-0.492795 0.14605,-0.674829 0.15311,-0.182738 0.36266,-0.273685 0.63112,-0.273685 z m 1.75754,4.127783 -0.0176,7.535404 c 0.003,0.526662 0.03,0.900957 0.0769,1.122117 0.0607,0.30688 0.19685,0.5147 0.40111,0.6248 0.20778,0.11081 0.67133,0.1662 1.39065,0.1662 l 0.0166,0.50299 h -5.17702 l 0.0123,-0.50299 c 0.70979,0 1.14582,-0.0656 1.31198,-0.1947 0.16475,-0.12887 0.24941,-0.56307 0.25859,-1.301433 l 0.0325,-5.335094 c -0.006,-0.291042 -0.0243,-0.518548 -0.0586,-0.683613 -0.1016,-0.493219 -0.42686,-0.740587 -0.97367,-0.740587 l -1.12324,0.143616 -0.005,-0.589527 3.26319,-0.747183 h 0.59161" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { id: "e1dcbb22__path31", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 148.56207,92.004952 0.0247,0.805074 h -2.70545 l -0.0194,6.728955 c 0,0.183409 0.0109,0.341065 0.0423,0.476109 0.11465,0.55605 0.41945,0.83467 0.90946,0.83467 0.79728,0 1.70709,-0.52239 2.73967,-1.567637 l 0.43427,0.366148 c -1.43016,1.587219 -2.79682,2.380119 -4.10033,2.380119 -0.901,0 -1.43828,-0.41229 -1.6129,-1.23677 -0.072,-0.34438 -0.10795,-1.025556 -0.11077,-2.041838 l 0.037,-5.939756 h -1.76954 l -0.0205,-0.502708 c 1.51836,-0.153105 2.50472,-1.106981 2.96087,-2.861769 h 0.51752 l -0.005,2.559403 h 2.67758" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { id: "1fe94c64__path33", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 152.6931,96.836244 c 2.82998,-0.546417 4.09434,-1.527845 3.79906,-2.9464 -0.0603,-0.288819 -0.24483,-0.55245 -0.54716,-0.791527 -0.30656,-0.239925 -0.61418,-0.359975 -0.92921,-0.359975 -0.71932,0 -1.3081,0.424462 -1.76178,1.272505 -0.4572,0.848854 -0.6417,1.791017 -0.56091,2.825397 z m -0.0162,0.533436 c 0.024,0.248708 0.0575,0.48394 0.10442,0.704179 0.36089,1.725437 1.3328,2.588371 2.91395,2.588371 1.15005,0 2.67264,-0.694412 3.42829,-2.08471 l 0.38312,0.395217 c -0.47378,1.071703 -0.9899,1.848523 -1.54658,2.331513 -0.55527,0.48327 -1.87678,0.72414 -2.82434,0.72414 -1.01776,0 -1.86161,-0.28497 -2.53259,-0.85548 -0.67204,-0.57076 -1.11407,-1.378306 -1.33456,-2.423128 -0.37465,-1.783751 -0.0843,-3.405012 0.86854,-4.868334 0.95779,-1.460853 2.19145,-2.19329 3.70593,-2.19329 0.59584,0 1.66511,0.152118 2.07574,0.453637 0.40535,0.30166 0.66393,0.707072 0.77118,1.214614 0.18027,0.85411 -0.78352,1.660948 -1.74484,2.423689 -0.96203,0.762318 -2.38725,1.291767 -4.26826,1.589582" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { id: "c8b86cf7__path55", fill: "#003b57", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0352778", d: "m 95.439377,63.024997 c -1.923345,-1.715206 -4.252031,-1.026231 -6.550379,1.01353 -0.341136,0.303037 -0.681566,0.639234 -1.020233,0.998362 -3.931709,4.170892 -7.581195,11.896725 -8.715023,17.796934 0.441678,0.895703 0.786695,2.038703 1.013884,2.911828 0.05821,0.224014 0.110772,0.43427 0.152752,0.613128 0.09984,0.423298 0.153459,0.697794 0.153459,0.697794 0,0 -0.03528,-0.133385 -0.179917,-0.552802 -0.02752,-0.08043 -0.05821,-0.168275 -0.09454,-0.271639 -0.01552,-0.04269 -0.03704,-0.09454 -0.06068,-0.149931 -0.25647,-0.596194 -0.965906,-1.854553 -1.278114,-2.402417 -0.267053,0.787753 -0.503061,1.524706 -0.700617,2.191456 0.901348,1.649166 1.450623,4.47541 1.450623,4.47541 0,0 -0.04762,-0.183163 -0.274109,-0.822431 -0.201083,-0.565397 -1.202619,-2.320185 -1.439862,-2.73043 -0.405836,1.498177 -0.567091,2.509661 -0.421676,2.755936 0.282328,0.477202 0.551216,1.300586 0.78733,2.211176 0.5334,2.051367 0.904169,4.548646 0.904169,4.548646 0,0 0.01199,0.165488 0.0321,0.420158 -0.07408,1.722685 -0.02963,3.508765 0.103717,5.123145 0.176741,2.13706 0.509411,3.97288 0.93345,4.9554 l 0.287866,-0.15695 c -0.622652,-1.93573 -0.875594,-4.47255 -0.764822,-7.39814 0.16757,-4.471846 1.196623,-9.86469 3.098095,-15.485534 3.212395,-8.485012 7.669389,-15.292918 11.748559,-18.544118 -3.717925,3.357739 -8.749948,14.22647 -10.256309,18.251312 -1.686631,4.50709 -2.881842,8.736578 -3.602214,12.788831 1.242836,-3.798959 5.261328,-5.431932 5.261328,-5.431932 0,0 1.97097,-2.430745 4.274256,-5.903454 -1.379714,0.314678 -3.645253,0.853369 -4.404078,1.172281 -1.119364,0.469547 -1.420989,0.629708 -1.420989,0.629708 0,0 3.62585,-2.208036 6.736645,-3.207809 4.278136,-6.738056 8.939042,-16.310328 4.245328,-20.497448" }),
|
|
24
|
+
/* @__PURE__ */ jsx("g", { id: "ceb3342d__g37", clipPath: "url(#64313981__clipPath41)", transform: "matrix(0.03527778,0,0,-0.03527778,42.828565,121.98722)", children: /* @__PURE__ */ jsx("path", { id: "16a41be8__path53", fill: "url(#4028120d__linearGradient51)", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 994.055,997.609 c 6.725,-11.629 35.115,-61.371 40.815,-77.398 6.42,-18.121 7.77,-23.313 7.77,-23.313 0,0 -15.57,80.114 -41.12,126.862 5.6,18.9 12.29,39.79 19.86,62.12 8.85,-15.53 28.96,-51.2 36.23,-68.1 0.27,3.19 0.54,6.38 0.82,9.54 -6.44,24.75 -16.22,57.15 -28.74,82.54 32.14,167.25 135.59,386.25 247.04,504.48 H 509.602 c -37.883,0 -68.711,-30.82 -68.711,-68.71 V 731.789 c 173.738,66.68 383.23,127.633 563.529,125.02 -6.693,25.812 -14.315,49.152 -22.318,62.679 -4.122,6.981 0.449,35.653 11.953,78.121" }) })
|
|
25
|
+
] })
|
|
26
|
+
] })
|
|
27
|
+
] });
|
|
28
|
+
};
|
|
29
|
+
var logo_default = SqliteLogo;
|
|
30
|
+
export {
|
|
31
|
+
SqliteLogo,
|
|
32
|
+
logo_default as default
|
|
33
|
+
};
|
|
@@ -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_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
TailwindcssIcon: () => TailwindcssIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TailwindcssIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", fill: "none", version: "1.1", viewBox: "0 0 24 14.4", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#28e8cf02__prefix__clip0)", transform: "scale(.44444)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#38bdf8", fillRule: "evenodd", d: "m27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054 0.513 3.522 2.004 5.147 3.653 2.647 2.687 5.711 5.797 12.403 5.797 7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-0.513-3.522-2.004-5.147-3.653-2.647-2.687-5.711-5.797-12.403-5.797zm-13.5 16.2c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054 0.514 3.522 2.004 5.147 3.653 2.647 2.687 5.711 5.797 12.403 5.797 7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-0.513-3.522-2.004-5.147-3.653-2.647-2.687-5.711-5.797-12.403-5.797z", clipRule: "evenodd" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "28e8cf02__prefix__clip0", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m0 0h54v32.4h-54z" }) }) })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_default = TailwindcssIcon;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
TailwindcssIcon
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TailwindcssIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", fill: "none", version: "1.1", viewBox: "0 0 24 14.4", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#28e8cf02__prefix__clip0)", transform: "scale(.44444)", children: /* @__PURE__ */ jsx("path", { fill: "#38bdf8", fillRule: "evenodd", d: "m27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054 0.513 3.522 2.004 5.147 3.653 2.647 2.687 5.711 5.797 12.403 5.797 7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-0.513-3.522-2.004-5.147-3.653-2.647-2.687-5.711-5.797-12.403-5.797zm-13.5 16.2c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054 0.514 3.522 2.004 5.147 3.653 2.647 2.687 5.711 5.797 12.403 5.797 7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-0.513-3.522-2.004-5.147-3.653-2.647-2.687-5.711-5.797-12.403-5.797z", clipRule: "evenodd" }) }),
|
|
5
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "28e8cf02__prefix__clip0", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m0 0h54v32.4h-54z" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_default = TailwindcssIcon;
|
|
9
|
+
export {
|
|
10
|
+
TailwindcssIcon,
|
|
11
|
+
icon_default as default
|
|
12
|
+
};
|