@logoicon/react 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/package.json +5 -7
|
@@ -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: "2f5c6c47__svg2", version: "1.0", viewBox: "0 0 7.023666 8.5089268", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "24eac271__defs4", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "9fc7c237__linearGradient2795", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "f01e3dcf__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "a8879f5f__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "402fc28e__linearGradient2787", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "96d029b1__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "719c9e42__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "6124986f__linearGradient3676", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "6d41b8ad__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "63ba1ece__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d20d0812__linearGradient3236", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "13c48dcd__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "d48bb750__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "63853b83__linearGradient4671", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("stop", { id: "8cf3f757__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "7899eaa3__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "3a34fa60__linearGradient4689", children: [
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "2d81dd2b__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "703cec69__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#63853b83__linearGradient4671", id: "a14d8db7__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: "#3a34fa60__linearGradient4689", id: "9fbbbc9f__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: "#3a34fa60__linearGradient4689", id: "5e35e4f3__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: "#63853b83__linearGradient4671", id: "1c693425__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: "#3a34fa60__linearGradient4689", id: "97f06be3__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: "#63853b83__linearGradient4671", id: "bb033058__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: "#63853b83__linearGradient4671", id: "be5b4f6f__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: "#3a34fa60__linearGradient4689", id: "e8ad0bfc__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: "#63853b83__linearGradient4671", id: "ccad5fa3__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: "#3a34fa60__linearGradient4689", id: "c5e026fb__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: "#9fc7c237__linearGradient2795", id: "3cadad94__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: "#9fc7c237__linearGradient2795", id: "57874eb1__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: "aa848969__path1948", fill: "url(#c5e026fb__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: "631536b5__path1950", fill: "url(#ccad5fa3__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: "1d3de31f__path1894", cx: "3.5267496", cy: "8.0687008", fill: "url(#57874eb1__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: "ba8b08f4__svg2", version: "1.0", viewBox: "0 0 29.999998 8.707036", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "23e151f0__defs4", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "ff3488f6__linearGradient2795", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5bdfa6a5__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "087cd3f8__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "40c4dedf__linearGradient2787", children: [
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "96c3b323__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6eb3486f__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "81382dd3__linearGradient3676", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "cba70355__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9fbec262__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4ce554c4__linearGradient3236", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e26bff4c__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "3e1dc0cb__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
44
|
+
] }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "c668e3f0__linearGradient4671", children: [
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "55757d44__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bb8c1eb5__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
48
|
+
] }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d198b9ac__linearGradient4689", children: [
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "dd891208__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "32397533__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
52
|
+
] }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("linearGradient", { xlinkHref: "#c668e3f0__linearGradient4671", id: "7870b9de__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: "#d198b9ac__linearGradient4689", id: "18e83e02__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: "#d198b9ac__linearGradient4689", id: "43dc1eb1__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: "#c668e3f0__linearGradient4671", id: "274785ff__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: "#d198b9ac__linearGradient4689", id: "df1d6d6d__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: "#c668e3f0__linearGradient4671", id: "adfa8916__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: "#c668e3f0__linearGradient4671", id: "04b5f107__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: "#d198b9ac__linearGradient4689", id: "f9d33610__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: "#c668e3f0__linearGradient4671", id: "199f0136__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: "#d198b9ac__linearGradient4689", id: "239e6b02__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: "#ff3488f6__linearGradient2795", id: "656a8855__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: "#ff3488f6__linearGradient2795", id: "e84e3c13__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: "a8f3147b__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: "6275622b__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: "017eddde__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: "063a6d65__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: "f6a892cf__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: "5dd7d984__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: "2732eba4__path1948", fill: "url(#239e6b02__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: "5e1c7629__path1950", fill: "url(#199f0136__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: "23608bb4__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: "a1b1a6a2__path1894", cx: "3.5267496", cy: "8.2668104", fill: "url(#e84e3c13__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: "ba8b08f4__svg2", version: "1.0", viewBox: "0 0 29.999998 8.707036", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "23e151f0__defs4", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "ff3488f6__linearGradient2795", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "5bdfa6a5__stop2797", offset: "0", stopColor: "#b8b8b8", stopOpacity: "0.49803922" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "087cd3f8__stop2799", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "40c4dedf__linearGradient2787", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "96c3b323__stop2789", offset: "0", stopColor: "#7f7f7f", stopOpacity: "0.5" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "6eb3486f__stop2791", offset: "1", stopColor: "#7f7f7f", stopOpacity: "0" })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "81382dd3__linearGradient3676", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "cba70355__stop3678", offset: "0", stopColor: "#b2b2b2", stopOpacity: "0.5" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "9fbec262__stop3680", offset: "1", stopColor: "#b3b3b3", stopOpacity: "0" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4ce554c4__linearGradient3236", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "e26bff4c__stop3244", offset: "0", stopColor: "#f4f4f4", stopOpacity: "1" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "3e1dc0cb__stop3240", offset: "1", stopColor: "white", stopOpacity: "1" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "c668e3f0__linearGradient4671", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("stop", { id: "55757d44__stop4673", offset: "0", stopColor: "#ffd43b", stopOpacity: "1" }),
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { id: "bb8c1eb5__stop4675", offset: "1", stopColor: "#ffe873", stopOpacity: "1" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d198b9ac__linearGradient4689", children: [
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "dd891208__stop4691", offset: "0", stopColor: "#5a9fd4", stopOpacity: "1" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "32397533__stop4693", offset: "1", stopColor: "#306998", stopOpacity: "1" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsx("linearGradient", { xlinkHref: "#c668e3f0__linearGradient4671", id: "7870b9de__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: "#d198b9ac__linearGradient4689", id: "18e83e02__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: "#d198b9ac__linearGradient4689", id: "43dc1eb1__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: "#c668e3f0__linearGradient4671", id: "274785ff__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: "#d198b9ac__linearGradient4689", id: "df1d6d6d__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: "#c668e3f0__linearGradient4671", id: "adfa8916__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: "#c668e3f0__linearGradient4671", id: "04b5f107__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: "#d198b9ac__linearGradient4689", id: "f9d33610__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: "#c668e3f0__linearGradient4671", id: "199f0136__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: "#d198b9ac__linearGradient4689", id: "239e6b02__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: "#ff3488f6__linearGradient2795", id: "656a8855__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: "#ff3488f6__linearGradient2795", id: "e84e3c13__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: "a8f3147b__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: "6275622b__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: "017eddde__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: "063a6d65__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: "f6a892cf__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: "5dd7d984__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: "2732eba4__path1948", fill: "url(#239e6b02__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: "5e1c7629__path1950", fill: "url(#199f0136__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: "23608bb4__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: "a1b1a6a2__path1894", cx: "3.5267496", cy: "8.2668104", fill: "url(#e84e3c13__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: "92be071d__svg2", version: "1.1", viewBox: "0 0 24 21.354298", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "5531c5c8__defs2" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "ce200067__title1", children: "logo" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "5c3229ec__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: "928d77b9__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: "92be071d__svg2", version: "1.1", viewBox: "0 0 24 21.354298", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "5531c5c8__defs2" }),
|
|
5
|
+
/* @__PURE__ */ jsx("title", { id: "ce200067__title1", children: "logo" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "5c3229ec__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: "928d77b9__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,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(#d1162192__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: "d1162192__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(#d1162192__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: "d1162192__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
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_dark_exports = {};
|
|
20
|
+
__export(logo_dark_exports, {
|
|
21
|
+
TailwindcssLogoDark: () => TailwindcssLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TailwindcssLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 2.9755", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#38bdf8", fillRule: "evenodd", strokeWidth: ".091837", d: "m2.4796 0c-0.66123 0-1.0745 0.33061-1.2398 0.99184 0.24796-0.33061 0.53725-0.45459 0.86786-0.37194 0.18863 0.047112 0.32345 0.18404 0.47269 0.33548 0.24309 0.24677 0.52448 0.53238 1.1391 0.53238 0.66123 0 1.0745-0.33061 1.2398-0.99184-0.24796 0.33061-0.53725 0.45459-0.86786 0.37194-0.18863-0.047112-0.32345-0.18404-0.47269-0.33548-0.24309-0.24677-0.52448-0.53238-1.1391-0.53238zm-1.2398 1.4878c-0.66123 0-1.0745 0.33061-1.2398 0.99184 0.24796-0.33061 0.53725-0.45459 0.86786-0.37194 0.18863 0.047204 0.32345 0.18404 0.47269 0.33548 0.24309 0.24677 0.52448 0.53238 1.1391 0.53238 0.66123 0 1.0745-0.33061 1.2398-0.99184-0.24796 0.33061-0.53725 0.45459-0.86786 0.37194-0.18863-0.047112-0.32345-0.18404-0.47269-0.33548-0.24309-0.24677-0.52448-0.53238-1.1391-0.53238z", clipRule: "evenodd" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", fillRule: "evenodd", strokeWidth: ".091837", d: "m7.4384 1.2538h-0.43274v0.83756c0 0.22335 0.14657 0.21986 0.43274 0.2059v0.33851c-0.57931 0.069796-0.80964-0.090735-0.80964-0.54441v-0.83756h-0.32106v-0.36294h0.32106v-0.46874l0.3769-0.11167v0.58041h0.43274zm1.6496-0.36294h0.3769v1.7449h-0.3769v-0.25127c-0.13261 0.18496-0.33851 0.29663-0.61072 0.29663-0.47461 0-0.86896-0.40133-0.86896-0.91782 0-0.51998 0.39435-0.91782 0.86896-0.91782 0.27221 0 0.4781 0.11168 0.61072 0.29315zm-0.55139 1.4308c0.31408 0 0.55139-0.23382 0.55139-0.55837s-0.23731-0.55837-0.55139-0.55837-0.55139 0.23382-0.55139 0.55837 0.23731 0.55837 0.55139 0.55837zm1.5565-1.6926c-0.13261 0-0.2408-0.11167-0.2408-0.2408 9.18e-5 -0.063826 0.025531-0.125 0.070623-0.17013 0.045184-0.045132 0.10635-0.070541 0.17017-0.070662 0.06383 1.2123e-4 0.12499 0.02553 0.17018 0.070662 0.04509 0.045132 0.07053 0.10631 0.07062 0.17013 0 0.12912-0.10818 0.2408-0.2408 0.2408zm-0.18845 2.0066v-1.7449h0.3769v1.7449zm0.81313 0v-2.5476h0.3769v2.5476zm2.8233-1.7449h0.39784l-0.5479 1.7449h-0.36992l-0.36294-1.1761-0.36643 1.1761h-0.36992l-0.5479-1.7449h0.39784l0.33851 1.204 0.36643-1.204h0.35945l0.36294 1.204zm0.86547-0.26174c-0.13261 0-0.2408-0.11167-0.2408-0.2408 9.2e-5 -0.063826 0.02553-0.125 0.07062-0.17013 0.04518-0.045132 0.10635-0.070541 0.17017-0.070662 0.06383 1.2123e-4 0.12499 0.02553 0.17017 0.070662 0.04509 0.045132 0.07053 0.10631 0.07062 0.17013 0 0.12912-0.10818 0.2408-0.2408 0.2408zm-0.18845 2.0066v-1.7449h0.3769v1.7449zm1.7309-1.7903c0.39086 0 0.67004 0.26523 0.67004 0.71891v1.0714h-0.3769v-1.033c0-0.26523-0.15355-0.40482-0.39086-0.40482-0.24778 0-0.44321 0.14657-0.44321 0.50253v0.93527h-0.3769v-1.7449h0.3769v0.22335c0.11516-0.18147 0.30361-0.26872 0.54092-0.26872zm2.4568-0.6526h0.3769v2.4429h-0.3769v-0.25127c-0.13261 0.18496-0.33851 0.29663-0.61072 0.29663-0.47461 0-0.86896-0.40133-0.86896-0.91782 0-0.51998 0.39435-0.91782 0.86896-0.91782 0.27221 0 0.4781 0.11168 0.61072 0.29315zm-0.55139 2.1288c0.31408 0 0.55139-0.23382 0.55139-0.55837s-0.23731-0.55837-0.55139-0.55837-0.55139 0.23382-0.55139 0.55837 0.23731 0.55837 0.55139 0.55837zm2.1916 0.35945c-0.52696 0-0.92131-0.40133-0.92131-0.91782 0-0.51998 0.39435-0.91782 0.92131-0.91782 0.342 0 0.63864 0.17798 0.77823 0.45019l-0.32455 0.18845c-0.076776-0.16402-0.24778-0.26872-0.45717-0.26872-0.3071 0-0.54092 0.23382-0.54092 0.5479s0.23382 0.5479 0.54092 0.5479c0.20939 0 0.38039-0.10818 0.46414-0.26872l0.32455 0.18496c-0.14657 0.2757-0.44321 0.45368-0.78521 0.45368zm1.4064-1.3087c0 0.31757 0.93876 0.12563 0.93876 0.77125 0 0.34898-0.30361 0.53743-0.68051 0.53743-0.34898 0-0.60025-0.15704-0.71192-0.40831l0.32455-0.18845c0.05584 0.15704 0.19543 0.25127 0.38737 0.25127 0.16751 0 0.29663-0.055837 0.29663-0.19543 0-0.31059-0.93876-0.1361-0.93876-0.76078 0-0.32804 0.28268-0.53395 0.63864-0.53395 0.28616 0 0.52347 0.13262 0.64562 0.36294l-0.31757 0.17798c-0.062817-0.1361-0.18496-0.19892-0.32804-0.19892-0.1361 0-0.25476 0.059327-0.25476 0.18496zm1.6088 0c0 0.31757 0.93876 0.12563 0.93876 0.77125 0 0.34898-0.30361 0.53743-0.68051 0.53743-0.34898 0-0.60025-0.15704-0.71192-0.40831l0.32455-0.18845c0.05584 0.15704 0.19543 0.25127 0.38737 0.25127 0.16751 0 0.29663-0.055837 0.29663-0.19543 0-0.31059-0.93876-0.1361-0.93876-0.76078 0-0.32804 0.28268-0.53395 0.63864-0.53395 0.28616 0 0.52347 0.13262 0.64562 0.36294l-0.31757 0.17798c-0.062817-0.1361-0.18496-0.19892-0.32804-0.19892-0.1361 0-0.25476 0.059327-0.25476 0.18496z", clipRule: "evenodd" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var logo_dark_default = TailwindcssLogoDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
TailwindcssLogoDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TailwindcssLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 2.9755", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { fill: "#38bdf8", fillRule: "evenodd", strokeWidth: ".091837", d: "m2.4796 0c-0.66123 0-1.0745 0.33061-1.2398 0.99184 0.24796-0.33061 0.53725-0.45459 0.86786-0.37194 0.18863 0.047112 0.32345 0.18404 0.47269 0.33548 0.24309 0.24677 0.52448 0.53238 1.1391 0.53238 0.66123 0 1.0745-0.33061 1.2398-0.99184-0.24796 0.33061-0.53725 0.45459-0.86786 0.37194-0.18863-0.047112-0.32345-0.18404-0.47269-0.33548-0.24309-0.24677-0.52448-0.53238-1.1391-0.53238zm-1.2398 1.4878c-0.66123 0-1.0745 0.33061-1.2398 0.99184 0.24796-0.33061 0.53725-0.45459 0.86786-0.37194 0.18863 0.047204 0.32345 0.18404 0.47269 0.33548 0.24309 0.24677 0.52448 0.53238 1.1391 0.53238 0.66123 0 1.0745-0.33061 1.2398-0.99184-0.24796 0.33061-0.53725 0.45459-0.86786 0.37194-0.18863-0.047112-0.32345-0.18404-0.47269-0.33548-0.24309-0.24677-0.52448-0.53238-1.1391-0.53238z", clipRule: "evenodd" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", strokeWidth: ".091837", d: "m7.4384 1.2538h-0.43274v0.83756c0 0.22335 0.14657 0.21986 0.43274 0.2059v0.33851c-0.57931 0.069796-0.80964-0.090735-0.80964-0.54441v-0.83756h-0.32106v-0.36294h0.32106v-0.46874l0.3769-0.11167v0.58041h0.43274zm1.6496-0.36294h0.3769v1.7449h-0.3769v-0.25127c-0.13261 0.18496-0.33851 0.29663-0.61072 0.29663-0.47461 0-0.86896-0.40133-0.86896-0.91782 0-0.51998 0.39435-0.91782 0.86896-0.91782 0.27221 0 0.4781 0.11168 0.61072 0.29315zm-0.55139 1.4308c0.31408 0 0.55139-0.23382 0.55139-0.55837s-0.23731-0.55837-0.55139-0.55837-0.55139 0.23382-0.55139 0.55837 0.23731 0.55837 0.55139 0.55837zm1.5565-1.6926c-0.13261 0-0.2408-0.11167-0.2408-0.2408 9.18e-5 -0.063826 0.025531-0.125 0.070623-0.17013 0.045184-0.045132 0.10635-0.070541 0.17017-0.070662 0.06383 1.2123e-4 0.12499 0.02553 0.17018 0.070662 0.04509 0.045132 0.07053 0.10631 0.07062 0.17013 0 0.12912-0.10818 0.2408-0.2408 0.2408zm-0.18845 2.0066v-1.7449h0.3769v1.7449zm0.81313 0v-2.5476h0.3769v2.5476zm2.8233-1.7449h0.39784l-0.5479 1.7449h-0.36992l-0.36294-1.1761-0.36643 1.1761h-0.36992l-0.5479-1.7449h0.39784l0.33851 1.204 0.36643-1.204h0.35945l0.36294 1.204zm0.86547-0.26174c-0.13261 0-0.2408-0.11167-0.2408-0.2408 9.2e-5 -0.063826 0.02553-0.125 0.07062-0.17013 0.04518-0.045132 0.10635-0.070541 0.17017-0.070662 0.06383 1.2123e-4 0.12499 0.02553 0.17017 0.070662 0.04509 0.045132 0.07053 0.10631 0.07062 0.17013 0 0.12912-0.10818 0.2408-0.2408 0.2408zm-0.18845 2.0066v-1.7449h0.3769v1.7449zm1.7309-1.7903c0.39086 0 0.67004 0.26523 0.67004 0.71891v1.0714h-0.3769v-1.033c0-0.26523-0.15355-0.40482-0.39086-0.40482-0.24778 0-0.44321 0.14657-0.44321 0.50253v0.93527h-0.3769v-1.7449h0.3769v0.22335c0.11516-0.18147 0.30361-0.26872 0.54092-0.26872zm2.4568-0.6526h0.3769v2.4429h-0.3769v-0.25127c-0.13261 0.18496-0.33851 0.29663-0.61072 0.29663-0.47461 0-0.86896-0.40133-0.86896-0.91782 0-0.51998 0.39435-0.91782 0.86896-0.91782 0.27221 0 0.4781 0.11168 0.61072 0.29315zm-0.55139 2.1288c0.31408 0 0.55139-0.23382 0.55139-0.55837s-0.23731-0.55837-0.55139-0.55837-0.55139 0.23382-0.55139 0.55837 0.23731 0.55837 0.55139 0.55837zm2.1916 0.35945c-0.52696 0-0.92131-0.40133-0.92131-0.91782 0-0.51998 0.39435-0.91782 0.92131-0.91782 0.342 0 0.63864 0.17798 0.77823 0.45019l-0.32455 0.18845c-0.076776-0.16402-0.24778-0.26872-0.45717-0.26872-0.3071 0-0.54092 0.23382-0.54092 0.5479s0.23382 0.5479 0.54092 0.5479c0.20939 0 0.38039-0.10818 0.46414-0.26872l0.32455 0.18496c-0.14657 0.2757-0.44321 0.45368-0.78521 0.45368zm1.4064-1.3087c0 0.31757 0.93876 0.12563 0.93876 0.77125 0 0.34898-0.30361 0.53743-0.68051 0.53743-0.34898 0-0.60025-0.15704-0.71192-0.40831l0.32455-0.18845c0.05584 0.15704 0.19543 0.25127 0.38737 0.25127 0.16751 0 0.29663-0.055837 0.29663-0.19543 0-0.31059-0.93876-0.1361-0.93876-0.76078 0-0.32804 0.28268-0.53395 0.63864-0.53395 0.28616 0 0.52347 0.13262 0.64562 0.36294l-0.31757 0.17798c-0.062817-0.1361-0.18496-0.19892-0.32804-0.19892-0.1361 0-0.25476 0.059327-0.25476 0.18496zm1.6088 0c0 0.31757 0.93876 0.12563 0.93876 0.77125 0 0.34898-0.30361 0.53743-0.68051 0.53743-0.34898 0-0.60025-0.15704-0.71192-0.40831l0.32455-0.18845c0.05584 0.15704 0.19543 0.25127 0.38737 0.25127 0.16751 0 0.29663-0.055837 0.29663-0.19543 0-0.31059-0.93876-0.1361-0.93876-0.76078 0-0.32804 0.28268-0.53395 0.63864-0.53395 0.28616 0 0.52347 0.13262 0.64562 0.36294l-0.31757 0.17798c-0.062817-0.1361-0.18496-0.19892-0.32804-0.19892-0.1361 0-0.25476 0.059327-0.25476 0.18496z", clipRule: "evenodd" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var logo_dark_default = TailwindcssLogoDark;
|
|
9
|
+
export {
|
|
10
|
+
TailwindcssLogoDark,
|
|
11
|
+
logo_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_light_exports = {};
|
|
20
|
+
__export(logo_light_exports, {
|
|
21
|
+
TailwindcssLogoLight: () => TailwindcssLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const TailwindcssLogoLight = (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 2.9755", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fillRule: "evenodd", clipPath: "url(#7be97918__prefix__clip0)", clipRule: "evenodd", transform: "scale(.091837)", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#38bdf8", 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" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#0f172a", d: "m80.996 13.652h-4.712v9.12c0 2.432 1.596 2.394 4.712 2.242v3.686c-6.308 0.76-8.816-0.988-8.816-5.928v-9.12h-3.496v-3.952h3.496v-5.104l4.104-1.216v6.32h4.712zm17.962-3.952h4.104v19h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192zm-6.004 15.58c3.42 0 6.004-2.546 6.004-6.08s-2.584-6.08-6.004-6.08-6.004 2.546-6.004 6.08 2.584 6.08 6.004 6.08zm16.948-18.43c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zm-2.052 21.85v-19h4.104v19zm8.854 0v-27.74h4.104v27.74zm30.742-19h4.332l-5.966 19h-4.028l-3.952-12.806-3.99 12.806h-4.028l-5.966-19h4.332l3.686 13.11 3.99-13.11h3.914l3.952 13.11zm9.424-2.85c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zm-2.052 21.85v-19h4.104v19zm18.848-19.494c4.256 0 7.296 2.888 7.296 7.828v11.666h-4.104v-11.248c0-2.888-1.672-4.408-4.256-4.408-2.698 0-4.826 1.596-4.826 5.472v10.184h-4.104v-19h4.104v2.432c1.254-1.976 3.306-2.926 5.89-2.926zm26.752-7.106h4.104v26.6h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192zm-6.004 23.18c3.42 0 6.004-2.546 6.004-6.08s-2.584-6.08-6.004-6.08-6.004 2.546-6.004 6.08 2.584 6.08 6.004 6.08zm23.864 3.914c-5.738 0-10.032-4.37-10.032-9.994 0-5.662 4.294-9.994 10.032-9.994 3.724 0 6.954 1.938 8.474 4.902l-3.534 2.052c-0.836-1.786-2.698-2.926-4.978-2.926-3.344 0-5.89 2.546-5.89 5.966s2.546 5.966 5.89 5.966c2.28 0 4.142-1.178 5.054-2.926l3.534 2.014c-1.596 3.002-4.826 4.94-8.55 4.94zm15.314-14.25c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c0.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-0.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-0.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774 0.646-2.774 2.014zm17.518 0c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c0.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-0.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-0.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774 0.646-2.774 2.014z" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "7be97918__prefix__clip0", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m0 0h262v32.4h-262z" }) }) })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var logo_light_default = TailwindcssLogoLight;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
TailwindcssLogoLight
|
|
39
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TailwindcssLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", fill: "none", version: "1.1", viewBox: "0 0 24 2.9755", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { fillRule: "evenodd", clipPath: "url(#7be97918__prefix__clip0)", clipRule: "evenodd", transform: "scale(.091837)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { fill: "#38bdf8", 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" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "#0f172a", d: "m80.996 13.652h-4.712v9.12c0 2.432 1.596 2.394 4.712 2.242v3.686c-6.308 0.76-8.816-0.988-8.816-5.928v-9.12h-3.496v-3.952h3.496v-5.104l4.104-1.216v6.32h4.712zm17.962-3.952h4.104v19h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192zm-6.004 15.58c3.42 0 6.004-2.546 6.004-6.08s-2.584-6.08-6.004-6.08-6.004 2.546-6.004 6.08 2.584 6.08 6.004 6.08zm16.948-18.43c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zm-2.052 21.85v-19h4.104v19zm8.854 0v-27.74h4.104v27.74zm30.742-19h4.332l-5.966 19h-4.028l-3.952-12.806-3.99 12.806h-4.028l-5.966-19h4.332l3.686 13.11 3.99-13.11h3.914l3.952 13.11zm9.424-2.85c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zm-2.052 21.85v-19h4.104v19zm18.848-19.494c4.256 0 7.296 2.888 7.296 7.828v11.666h-4.104v-11.248c0-2.888-1.672-4.408-4.256-4.408-2.698 0-4.826 1.596-4.826 5.472v10.184h-4.104v-19h4.104v2.432c1.254-1.976 3.306-2.926 5.89-2.926zm26.752-7.106h4.104v26.6h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192zm-6.004 23.18c3.42 0 6.004-2.546 6.004-6.08s-2.584-6.08-6.004-6.08-6.004 2.546-6.004 6.08 2.584 6.08 6.004 6.08zm23.864 3.914c-5.738 0-10.032-4.37-10.032-9.994 0-5.662 4.294-9.994 10.032-9.994 3.724 0 6.954 1.938 8.474 4.902l-3.534 2.052c-0.836-1.786-2.698-2.926-4.978-2.926-3.344 0-5.89 2.546-5.89 5.966s2.546 5.966 5.89 5.966c2.28 0 4.142-1.178 5.054-2.926l3.534 2.014c-1.596 3.002-4.826 4.94-8.55 4.94zm15.314-14.25c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c0.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-0.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-0.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774 0.646-2.774 2.014zm17.518 0c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c0.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-0.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-0.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774 0.646-2.774 2.014z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "7be97918__prefix__clip0", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m0 0h262v32.4h-262z" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var logo_light_default = TailwindcssLogoLight;
|
|
12
|
+
export {
|
|
13
|
+
TailwindcssLogoLight,
|
|
14
|
+
logo_light_default as default
|
|
15
|
+
};
|