@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,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const NodejsIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "cab65d58__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 27.050478", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "cd49850e__g2", clipPath: "url(#clip0_337_7892)", transform: "matrix(0.34347843,0,0,0.34347843,-0.062725,-0.25605707)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "cc7700b6__path1", fill: "#ffffff", d: "m 35.1193,79.5 c -1.085,0 -2.0976,-0.2894 -3.038,-0.7959 l -9.6202,-5.7157 c -1.4467,-0.7959 -0.7233,-1.0853 -0.2893,-1.23 1.9529,-0.6512 2.3146,-0.7959 4.3399,-1.9535 0.217,-0.1447 0.5064,-0.0723 0.7234,0.0724 l 7.3779,4.4134 c 0.2893,0.1447 0.651,0.1447 0.868,0 L 64.3417,57.5775 c 0.2894,-0.1447 0.434,-0.4341 0.434,-0.7958 V 23.4276 c 0,-0.3617 -0.1446,-0.6511 -0.434,-0.7958 L 35.481,5.99096 c -0.2893,-0.1447 -0.651,-0.1447 -0.868,0 L 5.75223,22.6318 c -0.28933,0.1447 -0.434,0.5064 -0.434,0.7958 v 33.3541 c 0,0.2894 0.14467,0.6511 0.434,0.7958 l 7.88427,4.5582 c 4.2676,2.1705 6.9439,-0.3618 6.9439,-2.8941 V 26.3217 c 0,-0.4341 0.3617,-0.8682 0.868,-0.8682 h 3.689 c 0.434,0 0.868,0.3617 0.868,0.8682 v 32.9199 c 0,5.7158 -3.1103,9.0439 -8.5353,9.0439 -1.6636,0 -2.9656,0 -6.6546,-1.8088 L 3.22059,62.1357 C 1.33994,61.0504 0.182617,59.0246 0.182617,56.854 V 23.5 c 0,-2.1705 1.157323,-4.1964 3.037973,-5.2817 L 32.0813,1.50517 c 1.8084,-1.012917 4.2677,-1.012917 6.076,0 L 67.0181,18.2183 c 1.8806,1.0853 3.0379,3.1112 3.0379,5.2817 v 33.354 c 0,2.1706 -1.1573,4.1964 -3.0379,5.2817 L 38.1573,78.8488 c -0.868,0.3618 -1.953,0.6512 -3.038,0.6512 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "924cb682__path2", fill: "#ffffff", d: "m 44.0884,56.5646 c -12.6582,0 -15.2622,-5.7881 -15.2622,-10.708 0,-0.4341 0.3616,-0.8683 0.868,-0.8683 h 3.7613 c 0.434,0 0.7956,0.2895 0.7956,0.7236 0.5787,3.8346 2.2423,5.7157 9.9096,5.7157 6.076,0 8.6799,-1.3747 8.6799,-4.6305 0,-1.8811 -0.7233,-3.2558 -10.1989,-4.1963 -7.8842,-0.7959 -12.8029,-2.5323 -12.8029,-8.8269 0,-5.8605 4.9187,-9.3333 13.1646,-9.3333 9.2586,0 13.8155,3.1834 14.3942,10.1291 0,0.2171 -0.0723,0.4342 -0.217,0.6512 -0.1447,0.1447 -0.3617,0.2894 -0.5787,0.2894 h -3.8336 c -0.3617,0 -0.7233,-0.2894 -0.7957,-0.6511 -0.8679,-3.9794 -3.1103,-5.2817 -9.0415,-5.2817 -6.6547,0 -7.4503,2.3152 -7.4503,4.0517 0,2.0982 0.9403,2.7493 9.9096,3.907 8.8969,1.1576 13.0922,2.8217 13.0922,9.0439 0,6.3669 -5.2803,9.9845 -14.3942,9.9845 z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "a2064a5c__defs2", children: /* @__PURE__ */ jsx("clipPath", { id: "8833710b__clip0_337_7892", children: /* @__PURE__ */ jsx("rect", { id: "d3ed2ac8__rect2", width: "71", height: "79", x: "0", y: "0", fill: "#ffffff", transform: "translate(0,0.5)" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var icon_dark_default = NodejsIconDark;
|
|
12
|
+
export {
|
|
13
|
+
NodejsIconDark,
|
|
14
|
+
icon_dark_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
NodejsIconLight: () => NodejsIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const NodejsIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "36277e6c__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "13978d13__g2", fill: "#5fa04e", clipPath: "url(#clip0_337_7891)", transform: "matrix(0.34455531,0,0,0.34455531,-0.27495513,-0.39520494)", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "75cc1f6c__path1", d: "m 35.625,79.5 c -1.081,0 -2.09,-0.288 -3.028,-0.792 l -9.59,-5.686 c -1.442,-0.792 -0.721,-1.08 -0.289,-1.224 1.947,-0.648 2.308,-0.792 4.327,-1.944 0.216,-0.144 0.504,-0.072 0.72,0.072 l 7.356,4.391 c 0.288,0.144 0.649,0.144 0.865,0 l 28.77,-16.628 c 0.289,-0.144 0.433,-0.431 0.433,-0.791 V 23.714 c 0,-0.36 -0.144,-0.648 -0.432,-0.792 L 35.986,6.366 c -0.288,-0.144 -0.65,-0.144 -0.865,0 L 6.35,22.922 c -0.29,0.144 -0.434,0.504 -0.434,0.792 v 33.184 c 0,0.287 0.145,0.647 0.433,0.791 l 7.86,4.535 c 4.254,2.16 6.922,-0.36 6.922,-2.879 V 26.593 c 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.678 c 0.432,0 0.865,0.36 0.865,0.864 v 32.752 c 0,5.687 -3.1,8.998 -8.509,8.998 -1.658,0 -2.956,0 -6.633,-1.8 L 3.825,62.224 A 6.073,6.073 0 0 1 0.798,56.97 V 23.786 A 6.073,6.073 0 0 1 3.826,18.531 L 32.596,1.903 c 1.804,-1.008 4.255,-1.008 6.058,0 l 28.77,16.628 a 6.073,6.073 0 0 1 3.029,5.255 V 56.97 a 6.073,6.073 0 0 1 -3.029,5.254 l -28.77,16.628 c -0.865,0.36 -1.947,0.648 -3.029,0.648 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a8cfb0ff__path2", d: "m 44.567,56.682 c -12.62,0 -15.215,-5.759 -15.215,-10.654 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.75 c 0.433,0 0.793,0.288 0.793,0.72 0.577,3.815 2.235,5.687 9.879,5.687 6.057,0 8.652,-1.368 8.652,-4.607 0,-1.871 -0.72,-3.24 -10.167,-4.175 -7.86,-0.792 -12.762,-2.52 -12.762,-8.782 0,-5.83 4.903,-9.285 13.123,-9.285 9.23,0 13.772,3.167 14.35,10.077 0,0.216 -0.073,0.432 -0.217,0.648 -0.144,0.144 -0.36,0.288 -0.577,0.288 h -3.822 a 0.844,0.844 0 0 1 -0.793,-0.648 c -0.865,-3.96 -3.1,-5.255 -9.013,-5.255 -6.634,0 -7.427,2.304 -7.427,4.031 0,2.088 0.937,2.736 9.879,3.887 8.869,1.152 13.05,2.808 13.05,8.998 0,6.335 -5.263,9.934 -14.348,9.934 z" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "f4bf3dd6__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "2dec12b5__clip0_337_7891", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0b2bb77b__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var icon_light_default = NodejsIconLight;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
NodejsIconLight
|
|
39
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const NodejsIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "36277e6c__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "13978d13__g2", fill: "#5fa04e", clipPath: "url(#clip0_337_7891)", transform: "matrix(0.34455531,0,0,0.34455531,-0.27495513,-0.39520494)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "75cc1f6c__path1", d: "m 35.625,79.5 c -1.081,0 -2.09,-0.288 -3.028,-0.792 l -9.59,-5.686 c -1.442,-0.792 -0.721,-1.08 -0.289,-1.224 1.947,-0.648 2.308,-0.792 4.327,-1.944 0.216,-0.144 0.504,-0.072 0.72,0.072 l 7.356,4.391 c 0.288,0.144 0.649,0.144 0.865,0 l 28.77,-16.628 c 0.289,-0.144 0.433,-0.431 0.433,-0.791 V 23.714 c 0,-0.36 -0.144,-0.648 -0.432,-0.792 L 35.986,6.366 c -0.288,-0.144 -0.65,-0.144 -0.865,0 L 6.35,22.922 c -0.29,0.144 -0.434,0.504 -0.434,0.792 v 33.184 c 0,0.287 0.145,0.647 0.433,0.791 l 7.86,4.535 c 4.254,2.16 6.922,-0.36 6.922,-2.879 V 26.593 c 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.678 c 0.432,0 0.865,0.36 0.865,0.864 v 32.752 c 0,5.687 -3.1,8.998 -8.509,8.998 -1.658,0 -2.956,0 -6.633,-1.8 L 3.825,62.224 A 6.073,6.073 0 0 1 0.798,56.97 V 23.786 A 6.073,6.073 0 0 1 3.826,18.531 L 32.596,1.903 c 1.804,-1.008 4.255,-1.008 6.058,0 l 28.77,16.628 a 6.073,6.073 0 0 1 3.029,5.255 V 56.97 a 6.073,6.073 0 0 1 -3.029,5.254 l -28.77,16.628 c -0.865,0.36 -1.947,0.648 -3.029,0.648 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "a8cfb0ff__path2", d: "m 44.567,56.682 c -12.62,0 -15.215,-5.759 -15.215,-10.654 0,-0.432 0.36,-0.864 0.865,-0.864 h 3.75 c 0.433,0 0.793,0.288 0.793,0.72 0.577,3.815 2.235,5.687 9.879,5.687 6.057,0 8.652,-1.368 8.652,-4.607 0,-1.871 -0.72,-3.24 -10.167,-4.175 -7.86,-0.792 -12.762,-2.52 -12.762,-8.782 0,-5.83 4.903,-9.285 13.123,-9.285 9.23,0 13.772,3.167 14.35,10.077 0,0.216 -0.073,0.432 -0.217,0.648 -0.144,0.144 -0.36,0.288 -0.577,0.288 h -3.822 a 0.844,0.844 0 0 1 -0.793,-0.648 c -0.865,-3.96 -3.1,-5.255 -9.013,-5.255 -6.634,0 -7.427,2.304 -7.427,4.031 0,2.088 0.937,2.736 9.879,3.887 8.869,1.152 13.05,2.808 13.05,8.998 0,6.335 -5.263,9.934 -14.348,9.934 z" })
|
|
7
|
+
] }),
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "f4bf3dd6__defs3", children: /* @__PURE__ */ jsx("clipPath", { id: "2dec12b5__clip0_337_7891", children: /* @__PURE__ */ jsx("path", { id: "0b2bb77b__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var icon_light_default = NodejsIconLight;
|
|
12
|
+
export {
|
|
13
|
+
NodejsIconLight,
|
|
14
|
+
icon_light_default as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
NodejsIcon: () => NodejsIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const NodejsIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "edfee13a__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "080ae7b9__defs12", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "61516f43__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a3477509__stop1", stopColor: "#3F8B3D" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0a43891a__stop2", offset: "0.64", stopColor: "#3F873F" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ffff987d__stop3", offset: "0.93", stopColor: "#3DA92E" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bf90983e__stop4", offset: "1", stopColor: "#3DAE2B" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "ed3a0493__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d512cba2__stop5", offset: "0.14", stopColor: "#3F873F" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "15cd6f02__stop6", offset: "0.4", stopColor: "#52A044" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b90b8179__stop7", offset: "0.71", stopColor: "#64B749" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5c1f955f__stop8", offset: "0.91", stopColor: "#6ABF4B" })
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "746fc987__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a756c9d2__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f5c75ee2__stop10", offset: "0.29", stopColor: "#64B749" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "148235b8__stop11", offset: "0.6", stopColor: "#52A044" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c13a84b5__stop12", offset: "0.86", stopColor: "#3F873F" })
|
|
46
|
+
] }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "6904b943__hexClip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f31c440b__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
|
|
48
|
+
] }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "eed42d47__path12", fill: "url(#61516f43__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "a789b790__polygon12", fill: "url(#ed3a0493__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "bbdabdf3__polygon13", fill: "url(#746fc987__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
|
|
52
|
+
] });
|
|
53
|
+
};
|
|
54
|
+
var icon_default = NodejsIcon;
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
NodejsIcon
|
|
58
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const NodejsIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "edfee13a__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "080ae7b9__defs12", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "61516f43__main", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientTransform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)", gradientUnits: "userSpaceOnUse", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("stop", { id: "a3477509__stop1", stopColor: "#3F8B3D" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "0a43891a__stop2", offset: "0.64", stopColor: "#3F873F" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "ffff987d__stop3", offset: "0.93", stopColor: "#3DA92E" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { id: "bf90983e__stop4", offset: "1", stopColor: "#3DAE2B" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "ed3a0493__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "d512cba2__stop5", offset: "0.14", stopColor: "#3F873F" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "15cd6f02__stop6", offset: "0.4", stopColor: "#52A044" }),
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "b90b8179__stop7", offset: "0.71", stopColor: "#64B749" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "5c1f955f__stop8", offset: "0.91", stopColor: "#6ABF4B" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "746fc987__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "a756c9d2__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "f5c75ee2__stop10", offset: "0.29", stopColor: "#64B749" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "148235b8__stop11", offset: "0.6", stopColor: "#52A044" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "c13a84b5__stop12", offset: "0.86", stopColor: "#3F873F" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsx("clipPath", { id: "6904b943__hexClip", children: /* @__PURE__ */ jsx("path", { id: "f31c440b__path1", d: "M 22.8725,0.4166 C 22.136,0 21.2616,0 20.5253,0.4166 L 1.1505,11.6694 C 0.4142,12.0862 0,12.8733 0,13.707 v 22.5514 c 0,0.8337 0.4602,1.6207 1.1505,2.0376 l 19.3748,11.2527 c 0.7363,0.4166 1.6107,0.4166 2.3472,0 L 42.2471,38.296 c 0.7365,-0.4169 1.1505,-1.2039 1.1505,-2.0376 V 13.707 c 0,-0.8337 -0.4601,-1.6208 -1.1505,-2.0376 z" }) })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { id: "eed42d47__path12", fill: "url(#61516f43__main)", strokeWidth: "0.138256", d: "m 2.8022716,0.04319824 c -0.1018259,-0.05759765 -0.2227173,-0.05759765 -0.3245156,0 L -0.2009359,1.5989709 C -0.3027342,1.6565962 -0.36,1.7654179 -0.36,1.8806823 v 3.1178775 c 0,0.1152645 0.063626,0.2240723 0.1590641,0.2817115 L 2.477756,6.8360301 c 0.1017983,0.057598 0.2226897,0.057598 0.3245156,0 L 5.4809359,5.2802713 C 5.5827618,5.2226321 5.64,5.1138243 5.64,4.9985598 V 1.8806823 C 5.64,1.7654179 5.5763882,1.6565962 5.4809359,1.5989709 Z" }),
|
|
26
|
+
/* @__PURE__ */ jsx("polygon", { id: "a789b790__polygon12", fill: "url(#ed3a0493__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
|
|
27
|
+
/* @__PURE__ */ jsx("polygon", { id: "bbdabdf3__polygon13", fill: "url(#746fc987__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#6904b943__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
var icon_default = NodejsIcon;
|
|
31
|
+
export {
|
|
32
|
+
NodejsIcon,
|
|
33
|
+
icon_default as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
NodejsLogoDark: () => NodejsLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const NodejsLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "378a4636__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "dfc1ca1f__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1e33c3ac__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "35013163__g9", mask: "url(#dfc1ca1f__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c6eebef4__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ca748b46__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "56facaa1__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "12982204__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "626ece54__g8", transform: "translate(53.428,28.628)", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6facca40__path6", fill: "url(#8ec6815b__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2db1d852__path7", fill: "url(#8b968568__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#2198f2ef__d)" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b5aa635f__path8", fill: "url(#1184ce98__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#2198f2ef__d)" })
|
|
38
|
+
] })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "b872e5bd__defs20", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "8ec6815b__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5721350b__stop9", stopColor: "#3F8B3D" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "20bad1a7__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "99f31fc8__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "17cc8ed3__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
46
|
+
] }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "8b968568__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c1c318d1__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4fcfbb6d__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e1a464d7__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d63bd938__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
52
|
+
] }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "1184ce98__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "76a15a2c__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "62425bf9__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9d722f2d__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "2b8c6229__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "2198f2ef__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d067990e__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
|
|
60
|
+
] })
|
|
61
|
+
] });
|
|
62
|
+
};
|
|
63
|
+
var logo_dark_default = NodejsLogoDark;
|
|
64
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
65
|
+
0 && (module.exports = {
|
|
66
|
+
NodejsLogoDark
|
|
67
|
+
});
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const NodejsLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "378a4636__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("mask", { id: "dfc1ca1f__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "1e33c3ac__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "35013163__g9", mask: "url(#dfc1ca1f__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "c6eebef4__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "ca748b46__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "56facaa1__path4", fill: "#ffffff", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "12982204__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsxs("g", { id: "626ece54__g8", transform: "translate(53.428,28.628)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "6facca40__path6", fill: "url(#8ec6815b__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "2db1d852__path7", fill: "url(#8b968568__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#2198f2ef__d)" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "b5aa635f__path8", fill: "url(#1184ce98__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#2198f2ef__d)" })
|
|
14
|
+
] })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { id: "b872e5bd__defs20", children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "8ec6815b__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "5721350b__stop9", stopColor: "#3F8B3D" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "20bad1a7__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "99f31fc8__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "17cc8ed3__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "8b968568__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "c1c318d1__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { id: "4fcfbb6d__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "e1a464d7__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "d63bd938__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "1184ce98__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { id: "76a15a2c__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { id: "62425bf9__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { id: "9d722f2d__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { id: "2b8c6229__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsx("clipPath", { id: "2198f2ef__d", children: /* @__PURE__ */ jsx("path", { id: "d067990e__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
|
|
36
|
+
] })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_dark_default = NodejsLogoDark;
|
|
40
|
+
export {
|
|
41
|
+
NodejsLogoDark,
|
|
42
|
+
logo_dark_default as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
NodejsLogoLight: () => NodejsLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const NodejsLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "740764b8__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "bf89bbae__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "eab57f13__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a5d35fa7__g9", mask: "url(#bf89bbae__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "758c3e5c__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ae22799a__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c27ec532__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4b084184__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "b9600d72__g8", transform: "translate(53.428,28.628)", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ed31e462__path6", fill: "url(#ad6a34db__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8afdea0f__path7", fill: "url(#30b70255__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#16aaf8cb__d)" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "fe9634e8__path8", fill: "url(#4bf8f77c__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#16aaf8cb__d)" })
|
|
38
|
+
] })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "2afd9c42__defs20", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "ad6a34db__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bab3b8a6__stop9", stopColor: "#3F8B3D" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "460d4afc__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0c32ee6e__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5dfa78cc__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
46
|
+
] }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "30b70255__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "be2a98e3__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bdadc2a6__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0a7becfe__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "de682067__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
52
|
+
] }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4bf8f77c__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f860131b__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "24c12e76__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "70562937__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6099681a__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "16aaf8cb__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "811d493d__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
|
|
60
|
+
] })
|
|
61
|
+
] });
|
|
62
|
+
};
|
|
63
|
+
var logo_light_default = NodejsLogoLight;
|
|
64
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
65
|
+
0 && (module.exports = {
|
|
66
|
+
NodejsLogoLight
|
|
67
|
+
});
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const NodejsLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "740764b8__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("mask", { id: "bf89bbae__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "eab57f13__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "a5d35fa7__g9", mask: "url(#bf89bbae__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "758c3e5c__path2", fill: "#5fa04e", d: "m 234.983,78.755 a 4,4 0 0 1 -1.933,-0.51 l -6.121,-3.658 c -0.921,-0.51 -0.46,-0.695 -0.184,-0.787 1.242,-0.417 1.472,-0.51 2.761,-1.25 0.138,-0.093 0.322,-0.047 0.46,0.046 l 4.694,2.825 c 0.184,0.092 0.414,0.092 0.552,0 l 18.363,-10.698 c 0.183,-0.092 0.277,-0.277 0.277,-0.509 V 42.867 c 0,-0.232 -0.094,-0.417 -0.277,-0.51 l -18.363,-10.65 c -0.184,-0.093 -0.414,-0.093 -0.552,0 l -18.362,10.65 c -0.184,0.093 -0.276,0.324 -0.276,0.51 v 21.347 c 0,0.186 0.092,0.417 0.276,0.51 l 5.016,2.917 c 2.715,1.39 4.418,-0.232 4.418,-1.852 v -21.07 c 0,-0.278 0.23,-0.556 0.553,-0.556 h 2.347 c 0.276,0 0.552,0.232 0.552,0.556 v 21.07 c 0,3.658 -1.979,5.788 -5.431,5.788 -1.058,0 -1.886,0 -4.234,-1.157 l -4.832,-2.779 a 3.91,3.91 0 0 1 -1.933,-3.38 V 42.912 c 0,-1.39 0.737,-2.686 1.933,-3.38 L 233.05,28.835 c 1.15,-0.649 2.715,-0.649 3.865,0 l 18.363,10.696 a 3.91,3.91 0 0 1 1.932,3.381 V 64.26 c 0,1.39 -0.736,2.686 -1.932,3.381 l -18.363,10.697 c -0.552,0.232 -1.242,0.417 -1.932,0.417" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "ae22799a__path3", fill: "#5fa04e", d: "m 240.69,64.075 c -8.055,0 -9.712,-3.705 -9.712,-6.854 0,-0.277 0.23,-0.555 0.552,-0.555 h 2.393 c 0.277,0 0.507,0.185 0.507,0.463 0.368,2.454 1.426,3.658 6.305,3.658 3.866,0 5.523,-0.88 5.523,-2.963 0,-1.204 -0.462,-2.084 -6.49,-2.686 -5.016,-0.51 -8.146,-1.621 -8.146,-5.65 0,-3.75 3.13,-5.974 8.376,-5.974 5.892,0 8.791,2.038 9.159,6.484 a 0.76,0.76 0 0 1 -0.137,0.416 c -0.094,0.093 -0.231,0.186 -0.371,0.186 h -2.439 a 0.54,0.54 0 0 1 -0.505,-0.417 c -0.553,-2.547 -1.98,-3.38 -5.753,-3.38 -4.234,0 -4.74,1.481 -4.74,2.593 0,1.342 0.598,1.76 6.305,2.5 5.66,0.741 8.33,1.806 8.33,5.788 0,4.076 -3.36,6.391 -9.157,6.391 M 267.2,41.662 c 0,1.945 -1.612,3.566 -3.546,3.566 a 3.556,3.556 0 0 1 -3.543,-3.566 3.556,3.556 0 0 1 3.543,-3.565 c 1.888,0 3.546,1.574 3.546,3.565 m -6.536,0 c 0,1.667 1.335,3.01 2.944,3.01 1.658,0 2.993,-1.39 2.993,-3.01 0,-1.667 -1.335,-2.963 -2.993,-2.963 a 2.975,2.975 0 0 0 -2.944,2.963 m 1.657,-1.991 h 1.381 c 0.46,0 1.381,0 1.381,1.065 0,0.74 -0.462,0.88 -0.739,0.973 0.554,0.046 0.599,0.416 0.645,0.926 0.046,0.324 0.094,0.88 0.185,1.065 h -0.83 c 0,-0.186 -0.137,-1.204 -0.137,-1.25 -0.045,-0.232 -0.137,-0.325 -0.413,-0.325 h -0.691 v 1.62 h -0.782 z m 0.736,1.76 h 0.597 c 0.508,0 0.599,-0.37 0.599,-0.556 0,-0.556 -0.368,-0.556 -0.599,-0.556 h -0.642 v 1.112 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "c27ec532__path4", fill: "#333333", fillRule: "evenodd", d: "m 43.674,41.954 c 0,-0.834 -0.46,-1.62 -1.197,-2.038 L 23.01,28.572 c -0.322,-0.185 -0.69,-0.278 -1.058,-0.324 h -0.184 c -0.368,0 -0.736,0.139 -1.059,0.324 L 1.197,39.872 A 2.38,2.38 0 0 0 0,41.953 l 0.046,30.378 c 0,0.416 0.23,0.833 0.598,1.018 0.368,0.232 0.829,0.232 1.15,0 l 11.598,-6.668 a 2.36,2.36 0 0 0 1.197,-2.037 V 50.428 c 0,-0.833 0.46,-1.62 1.196,-2.037 l 4.924,-2.871 a 2.2,2.2 0 0 1 1.197,-0.325 c 0.414,0 0.828,0.093 1.15,0.325 l 4.925,2.87 a 2.36,2.36 0 0 1 1.196,2.038 v 14.217 c 0,0.833 0.46,1.62 1.197,2.037 l 11.505,6.668 c 0.368,0.232 0.828,0.232 1.197,0 0.368,-0.185 0.598,-0.602 0.598,-1.018 z M 137.465,0.139 c -0.369,-0.185 -0.829,-0.185 -1.151,0 -0.368,0.231 -0.598,0.602 -0.598,1.019 v 30.1 a 0.89,0.89 0 0 1 -0.415,0.74 0.88,0.88 0 0 1 -0.828,0 l -4.878,-2.825 a 2.36,2.36 0 0 0 -2.347,0 L 107.735,40.52 a 2.36,2.36 0 0 0 -1.196,2.037 V 65.2 c 0,0.834 0.46,1.621 1.196,2.038 l 19.513,11.345 a 2.36,2.36 0 0 0 2.347,0 L 149.108,67.238 A 2.36,2.36 0 0 0 150.304,65.2 V 8.752 c 0,-0.88 -0.46,-1.667 -1.196,-2.084 z m -1.795,57.606 c 0,0.232 -0.092,0.417 -0.276,0.51 l -6.674,3.89 a 0.68,0.68 0 0 1 -0.598,0 l -6.673,-3.89 c -0.184,-0.093 -0.276,-0.325 -0.276,-0.51 v -7.78 c 0,-0.231 0.092,-0.416 0.276,-0.509 l 6.673,-3.89 a 0.68,0.68 0 0 1 0.598,0 l 6.674,3.89 c 0.184,0.093 0.276,0.324 0.276,0.51 z m 66.728,-7.965 c 0.737,-0.417 1.151,-1.204 1.151,-2.038 v -5.51 c 0,-0.834 -0.46,-1.62 -1.151,-2.037 l -19.375,-11.3 a 2.36,2.36 0 0 0 -2.347,0 l -19.512,11.346 a 2.36,2.36 0 0 0 -1.197,2.037 v 22.645 c 0,0.833 0.46,1.62 1.197,2.037 l 19.374,11.114 c 0.737,0.416 1.611,0.416 2.301,0 l 11.736,-6.576 c 0.368,-0.185 0.598,-0.602 0.598,-1.019 0,-0.417 -0.23,-0.833 -0.598,-1.018 L 174.97,58.115 c -0.368,-0.231 -0.598,-0.602 -0.598,-1.018 v -7.085 c 0,-0.417 0.23,-0.834 0.598,-1.02 l 6.121,-3.518 a 1.12,1.12 0 0 1 1.196,0 l 6.121,3.519 c 0.368,0.231 0.598,0.602 0.598,1.019 v 5.557 c 0,0.416 0.23,0.833 0.599,1.018 0.368,0.232 0.828,0.232 1.196,0 z", clipRule: "evenodd" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "4b084184__path5", fill: "#5fa04e", fillRule: "evenodd", d: "m 181.551,48.716 a 0.42,0.42 0 0 1 0.461,0 l 3.727,2.176 c 0.138,0.092 0.23,0.231 0.23,0.417 v 4.352 a 0.49,0.49 0 0 1 -0.23,0.417 l -3.727,2.177 a 0.42,0.42 0 0 1 -0.461,0 l -3.727,-2.177 a 0.49,0.49 0 0 1 -0.23,-0.417 V 51.31 c 0,-0.185 0.092,-0.325 0.23,-0.417 z", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsxs("g", { id: "b9600d72__g8", transform: "translate(53.428,28.628)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "ed31e462__path6", fill: "url(#ad6a34db__b)", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "8afdea0f__path7", fill: "url(#30b70255__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#16aaf8cb__d)" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "fe9634e8__path8", fill: "url(#4bf8f77c__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#16aaf8cb__d)" })
|
|
14
|
+
] })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { id: "2afd9c42__defs20", children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "ad6a34db__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "bab3b8a6__stop9", stopColor: "#3F8B3D" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "460d4afc__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "0c32ee6e__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "5dfa78cc__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "30b70255__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "be2a98e3__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { id: "bdadc2a6__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "0a7becfe__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "de682067__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4bf8f77c__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { id: "f860131b__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { id: "24c12e76__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { id: "70562937__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { id: "6099681a__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsx("clipPath", { id: "16aaf8cb__d", children: /* @__PURE__ */ jsx("path", { id: "811d493d__path20", d: "m 22.873,0.417 a 2.36,2.36 0 0 0 -2.348,0 L 1.151,11.669 C 0.414,12.086 0,12.873 0,13.707 v 22.551 c 0,0.834 0.46,1.621 1.15,2.038 l 19.375,11.253 a 2.36,2.36 0 0 0 2.348,0 L 42.247,38.296 c 0.737,-0.417 1.15,-1.204 1.15,-2.038 V 13.707 c 0,-0.834 -0.46,-1.62 -1.15,-2.038 z" }) })
|
|
36
|
+
] })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_light_default = NodejsLogoLight;
|
|
40
|
+
export {
|
|
41
|
+
NodejsLogoLight,
|
|
42
|
+
logo_light_default as default
|
|
43
|
+
};
|