@logoicon/react 1.0.3 → 1.0.5
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 +4 -4
- package/dist/css/icon.js +4 -4
- package/dist/expressjs/icon-dark.cjs +3 -3
- package/dist/expressjs/icon-dark.js +3 -3
- package/dist/expressjs/icon-light.cjs +3 -3
- package/dist/expressjs/icon-light.js +3 -3
- package/dist/expressjs/logo-dark.cjs +3 -3
- package/dist/expressjs/logo-dark.js +3 -3
- package/dist/expressjs/logo-light.cjs +3 -3
- package/dist/expressjs/logo-light.js +3 -3
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +3 -3
- package/dist/firebase/icon-dark.js +3 -3
- package/dist/firebase/icon-light.cjs +3 -3
- package/dist/firebase/icon-light.js +3 -3
- package/dist/firebase/icon.cjs +6 -6
- package/dist/firebase/icon.js +6 -6
- package/dist/firebase/logo-dark.cjs +14 -14
- package/dist/firebase/logo-dark.js +14 -14
- package/dist/firebase/logo-light.cjs +14 -14
- package/dist/firebase/logo-light.js +14 -14
- package/dist/git/icon-dark.cjs +2 -2
- package/dist/git/icon-dark.js +2 -2
- package/dist/git/icon-light.cjs +2 -2
- package/dist/git/icon-light.js +2 -2
- package/dist/git/icon.cjs +2 -2
- package/dist/git/icon.js +2 -2
- package/dist/git/logo-dark.cjs +6 -6
- package/dist/git/logo-dark.js +6 -6
- package/dist/git/logo-light.cjs +6 -6
- package/dist/git/logo-light.js +6 -6
- package/dist/git/logo.cjs +6 -6
- package/dist/git/logo.js +6 -6
- 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/gmail/icon.cjs +42 -0
- package/dist/gmail/icon.js +18 -0
- package/dist/html/icon-dark.cjs +13 -13
- package/dist/html/icon-dark.js +13 -13
- package/dist/html/icon-light.cjs +13 -13
- package/dist/html/icon-light.js +13 -13
- package/dist/html/icon.cjs +13 -13
- package/dist/html/icon.js +13 -13
- package/dist/index.cjs +142 -88
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +36 -0
- package/dist/javascript/icon.cjs +4 -4
- package/dist/javascript/icon.js +4 -4
- package/dist/linkedin/icon-mono-dark.cjs +38 -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.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +7 -7
- package/dist/lua/drawing.js +7 -7
- package/dist/metadata.cjs +75 -57
- package/dist/metadata.d.cts +320 -312
- package/dist/metadata.d.ts +320 -312
- package/dist/metadata.js +75 -57
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -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 +17 -17
- package/dist/neovim/icon.js +17 -17
- package/dist/neovim/logo-mono.cjs +17 -17
- package/dist/neovim/logo-mono.js +17 -17
- package/dist/neovim/logo.cjs +27 -27
- package/dist/neovim/logo.js +27 -27
- 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 +5 -5
- package/dist/nodejs/icon-dark.js +5 -5
- package/dist/nodejs/icon-light.cjs +5 -5
- package/dist/nodejs/icon-light.js +5 -5
- package/dist/nodejs/icon.cjs +21 -21
- package/dist/nodejs/icon.js +21 -21
- package/dist/nodejs/logo-dark.cjs +28 -28
- package/dist/nodejs/logo-dark.js +28 -28
- package/dist/nodejs/logo-light.cjs +28 -28
- package/dist/nodejs/logo-light.js +28 -28
- package/dist/php/icon.cjs +21 -21
- package/dist/php/icon.js +21 -21
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +7 -7
- package/dist/puppeteer/icon.js +7 -7
- package/dist/python/icon.cjs +35 -35
- package/dist/python/icon.js +35 -35
- package/dist/python/logo.cjs +42 -42
- package/dist/python/logo.js +42 -42
- package/dist/react/icon.cjs +5 -5
- package/dist/react/icon.js +5 -5
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +2 -2
- package/dist/tailwindcss/icon.js +2 -2
- package/dist/tailwindcss/logo-light.cjs +2 -2
- package/dist/tailwindcss/logo-light.js +2 -2
- 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 +5 -5
- package/dist/typescript/icon.js +5 -5
- package/dist/typescript/logo-dark.cjs +4 -4
- package/dist/typescript/logo-dark.js +4 -4
- 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.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -24,12 +24,12 @@ __export(icon_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NodejsIconDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "926972f2__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 27.050478", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "83fdde29__g2", clipPath: "url(#clip0_337_7892)", transform: "matrix(0.34347843,0,0,0.34347843,-0.062725,-0.25605707)", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3711143f__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" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "81548235__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" })
|
|
31
31
|
] }),
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "5ad356bf__defs2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "daba0810__clip0_337_7892", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "83df6493__rect2", width: "71", height: "79", x: "0", y: "0", fill: "#ffffff", transform: "translate(0,0.5)" }) }) })
|
|
33
33
|
] });
|
|
34
34
|
};
|
|
35
35
|
var icon_dark_default = NodejsIconDark;
|
package/dist/nodejs/icon-dark.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NodejsIconDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "926972f2__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 27.050478", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "83fdde29__g2", clipPath: "url(#clip0_337_7892)", transform: "matrix(0.34347843,0,0,0.34347843,-0.062725,-0.25605707)", children: [
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "3711143f__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: "81548235__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
7
|
] }),
|
|
8
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "5ad356bf__defs2", children: /* @__PURE__ */ jsx("clipPath", { id: "daba0810__clip0_337_7892", children: /* @__PURE__ */ jsx("rect", { id: "83df6493__rect2", width: "71", height: "79", x: "0", y: "0", fill: "#ffffff", transform: "translate(0,0.5)" }) }) })
|
|
9
9
|
] });
|
|
10
10
|
};
|
|
11
11
|
var icon_dark_default = NodejsIconDark;
|
|
@@ -24,12 +24,12 @@ __export(icon_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NodejsIconLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "458b3918__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "f807f021__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: "6cf78766__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: "daf87194__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
31
|
] }),
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "49cdad37__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "71214dd2__clip0_337_7891", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3ae0ae25__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
|
|
33
33
|
] });
|
|
34
34
|
};
|
|
35
35
|
var icon_light_default = NodejsIconLight;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NodejsIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "458b3918__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 26.996943", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("g", { id: "f807f021__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: "6cf78766__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: "daf87194__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
7
|
] }),
|
|
8
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
8
|
+
/* @__PURE__ */ jsx("defs", { id: "49cdad37__defs3", children: /* @__PURE__ */ jsx("clipPath", { id: "71214dd2__clip0_337_7891", children: /* @__PURE__ */ jsx("path", { id: "3ae0ae25__path3", fill: "#ffffff", d: "m 0,0.5 h 71 v 79 H 0 Z" }) }) })
|
|
9
9
|
] });
|
|
10
10
|
};
|
|
11
11
|
var icon_light_default = NodejsIconLight;
|
package/dist/nodejs/icon.cjs
CHANGED
|
@@ -24,31 +24,31 @@ __export(icon_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NodejsIcon = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "682e1bdc__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "ca36ed64__defs12", children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2f5133e0__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: "cb624aff__stop1", stopColor: "#3F8B3D" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6de731a8__stop2", offset: "0.64", stopColor: "#3F873F" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ab5faf3f__stop3", offset: "0.93", stopColor: "#3DA92E" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "20cc1c9a__stop4", offset: "1", stopColor: "#3DAE2B" })
|
|
34
34
|
] }),
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "0c4c3db0__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5ff2dc96__stop5", offset: "0.14", stopColor: "#3F873F" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "06034e4a__stop6", offset: "0.4", stopColor: "#52A044" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a866698a__stop7", offset: "0.71", stopColor: "#64B749" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "49ef5383__stop8", offset: "0.91", stopColor: "#6ABF4B" })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "9d750fe4__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b620a26b__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "fafd04bf__stop10", offset: "0.29", stopColor: "#64B749" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9b3b8c8d__stop11", offset: "0.6", stopColor: "#52A044" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0bfc909c__stop12", offset: "0.86", stopColor: "#3F873F" })
|
|
46
46
|
] }),
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "0a649a54__hexClip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "37c9d4b7__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
48
|
] }),
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b31e37ce__path12", fill: "url(#2f5133e0__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: "1dcb653e__polygon12", fill: "url(#0c4c3db0__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#0a649a54__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "0f3163b7__polygon13", fill: "url(#9d750fe4__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#0a649a54__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
|
|
52
52
|
] });
|
|
53
53
|
};
|
|
54
54
|
var icon_default = NodejsIcon;
|
package/dist/nodejs/icon.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NodejsIcon = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "682e1bdc__svg13", version: "1.1", viewBox: "0 0 5.28 6.8792286", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { id: "ca36ed64__defs12", children: [
|
|
5
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "2f5133e0__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: "cb624aff__stop1", stopColor: "#3F8B3D" }),
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "6de731a8__stop2", offset: "0.64", stopColor: "#3F873F" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "ab5faf3f__stop3", offset: "0.93", stopColor: "#3DA92E" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { id: "20cc1c9a__stop4", offset: "1", stopColor: "#3DAE2B" })
|
|
10
10
|
] }),
|
|
11
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "0c4c3db0__r1", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "5ff2dc96__stop5", offset: "0.14", stopColor: "#3F873F" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "06034e4a__stop6", offset: "0.4", stopColor: "#52A044" }),
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "a866698a__stop7", offset: "0.71", stopColor: "#64B749" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "49ef5383__stop8", offset: "0.91", stopColor: "#6ABF4B" })
|
|
16
16
|
] }),
|
|
17
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
20
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
21
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "9d750fe4__r2", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "b620a26b__stop9", offset: "0.09", stopColor: "#6ABF4B" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "fafd04bf__stop10", offset: "0.29", stopColor: "#64B749" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "9b3b8c8d__stop11", offset: "0.6", stopColor: "#52A044" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "0bfc909c__stop12", offset: "0.86", stopColor: "#3F873F" })
|
|
22
22
|
] }),
|
|
23
|
-
/* @__PURE__ */ jsx("clipPath", { id: "
|
|
23
|
+
/* @__PURE__ */ jsx("clipPath", { id: "0a649a54__hexClip", children: /* @__PURE__ */ jsx("path", { id: "37c9d4b7__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
24
|
] }),
|
|
25
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
26
|
-
/* @__PURE__ */ jsx("polygon", { id: "
|
|
27
|
-
/* @__PURE__ */ jsx("polygon", { id: "
|
|
25
|
+
/* @__PURE__ */ jsx("path", { id: "b31e37ce__path12", fill: "url(#2f5133e0__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: "1dcb653e__polygon12", fill: "url(#0c4c3db0__r1)", points: "43.20532,11.948247 21.698901,51.072715 0.152778,38.055107 21.698901,-1.046618", clipPath: "url(#0a649a54__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" }),
|
|
27
|
+
/* @__PURE__ */ jsx("polygon", { id: "0f3163b7__polygon13", fill: "url(#9d750fe4__r2)", points: "0.152778,11.948247 21.698901,51.072715 43.20532,38.055107 21.698901,-1.046618", clipPath: "url(#0a649a54__hexClip)", transform: "matrix(0.13825649,0,0,0.13825649,-0.36,-0.01439941)" })
|
|
28
28
|
] });
|
|
29
29
|
};
|
|
30
30
|
var icon_default = NodejsIcon;
|
|
@@ -24,39 +24,39 @@ __export(logo_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NodejsLogoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f2ca3363__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "a77b6cd2__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1ad1111e__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "936979f0__g9", mask: "url(#a77b6cd2__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "98d75140__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: "3da7e960__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: "090c6433__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: "8037da9d__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: "9eadada4__g8", transform: "translate(53.428,28.628)", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "bc224a32__path6", fill: "url(#f577d434__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: "b53078c1__path7", fill: "url(#4b6f07a3__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#55ac0738__d)" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7a47e607__path8", fill: "url(#25d95a38__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#55ac0738__d)" })
|
|
38
38
|
] })
|
|
39
39
|
] }),
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "6c54e217__defs20", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "f577d434__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: "b16b95cc__stop9", stopColor: "#3F8B3D" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "49774630__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "929a581c__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "160cd6c7__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
46
46
|
] }),
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "4b6f07a3__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5ed1ee99__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6266c60a__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b1bbad7f__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d68568fc__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
52
52
|
] }),
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
54
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
57
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "25d95a38__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6646d6cc__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9184f961__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "9620c87f__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0de58036__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
58
58
|
] }),
|
|
59
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "55ac0738__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "987c9042__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
60
|
] })
|
|
61
61
|
] });
|
|
62
62
|
};
|
package/dist/nodejs/logo-dark.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NodejsLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("mask", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f2ca3363__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("mask", { id: "a77b6cd2__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "1ad1111e__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "936979f0__g9", mask: "url(#a77b6cd2__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "98d75140__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: "3da7e960__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: "090c6433__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: "8037da9d__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: "9eadada4__g8", transform: "translate(53.428,28.628)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "bc224a32__path6", fill: "url(#f577d434__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: "b53078c1__path7", fill: "url(#4b6f07a3__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#55ac0738__d)" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "7a47e607__path8", fill: "url(#25d95a38__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#55ac0738__d)" })
|
|
14
14
|
] })
|
|
15
15
|
] }),
|
|
16
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
17
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
20
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
21
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { id: "6c54e217__defs20", children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "f577d434__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "b16b95cc__stop9", stopColor: "#3F8B3D" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "49774630__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "929a581c__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "160cd6c7__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
22
22
|
] }),
|
|
23
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
24
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
25
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
26
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
27
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "4b6f07a3__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "5ed1ee99__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { id: "6266c60a__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "b1bbad7f__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "d68568fc__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
28
28
|
] }),
|
|
29
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
30
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
31
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
33
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
29
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "25d95a38__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { id: "6646d6cc__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { id: "9184f961__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { id: "9620c87f__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { id: "0de58036__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
34
34
|
] }),
|
|
35
|
-
/* @__PURE__ */ jsx("clipPath", { id: "
|
|
35
|
+
/* @__PURE__ */ jsx("clipPath", { id: "55ac0738__d", children: /* @__PURE__ */ jsx("path", { id: "987c9042__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
36
|
] })
|
|
37
37
|
] });
|
|
38
38
|
};
|
|
@@ -24,39 +24,39 @@ __export(logo_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NodejsLogoLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "3923497c__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "2ee21297__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7094cc9f__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "936fbe57__g9", mask: "url(#2ee21297__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8477af96__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: "5e1da4f5__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: "f83e0bd4__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: "9c414cbe__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: "07b9b4ac__g8", transform: "translate(53.428,28.628)", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4552ab75__path6", fill: "url(#d7cf00f8__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: "63a0854d__path7", fill: "url(#71494595__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#9f2ce661__d)" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "67a18c7d__path8", fill: "url(#092a2003__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#9f2ce661__d)" })
|
|
38
38
|
] })
|
|
39
39
|
] }),
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "cc7905b8__defs20", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d7cf00f8__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: "9137978e__stop9", stopColor: "#3F8B3D" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "8061ce5d__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "afdc13d3__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4e8c3c87__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
46
46
|
] }),
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "71494595__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "50a32da7__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c32643db__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "10896492__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f0db7b8b__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
52
52
|
] }),
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
54
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
57
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "092a2003__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "dc0516d8__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ac4b4350__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1c6d907e__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f12f1106__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
58
58
|
] }),
|
|
59
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "9f2ce661__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a72abf19__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
60
|
] })
|
|
61
61
|
] });
|
|
62
62
|
};
|