@logoicon/react 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/package.json +5 -7
|
@@ -0,0 +1,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: "2a6a0913__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("mask", { id: "001da96b__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "caf21494__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "9cda926b__g9", mask: "url(#001da96b__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "9dea318f__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: "3f25a476__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: "fa6eb82d__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: "37cda2e5__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: "4e16f496__g8", transform: "translate(53.428,28.628)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "524e3597__path6", fill: "url(#07dc474e__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: "1bc705e2__path7", fill: "url(#39922e56__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#3c32d5ec__d)" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "9be25434__path8", fill: "url(#cd880a17__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#3c32d5ec__d)" })
|
|
14
|
+
] })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { id: "a29bec9f__defs20", children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "07dc474e__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "a2fc147b__stop9", stopColor: "#3F8B3D" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "97de371f__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "b900c3bf__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "ee865e9c__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "39922e56__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "1bb00adb__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { id: "7eed2977__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "97387dfe__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "293eca6e__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "cd880a17__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { id: "b63babc8__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { id: "df452000__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { id: "3d21b2f8__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { id: "05339663__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsx("clipPath", { id: "3c32d5ec__d", children: /* @__PURE__ */ jsx("path", { id: "9a8276d1__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: "031e7565__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "7a7f92a1__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7198e1ab__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "1096bfee__g9", mask: "url(#7a7f92a1__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6c5ceedc__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: "f49fc463__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: "f7fb99af__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: "7d0e0735__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: "24ff099f__g8", transform: "translate(53.428,28.628)", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8a764ff6__path6", fill: "url(#0753ecc0__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: "ccf94614__path7", fill: "url(#b816d3f4__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#6f00073b__d)" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f869c84b__path8", fill: "url(#2f642b4e__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#6f00073b__d)" })
|
|
38
|
+
] })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "f4b63a34__defs20", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "0753ecc0__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: "194126b2__stop9", stopColor: "#3F8B3D" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a49827ee__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "87904761__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "fc436a33__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
46
|
+
] }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b816d3f4__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "84f14e99__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "10261269__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "469fcb74__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1d77c146__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
52
|
+
] }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2f642b4e__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1aba53be__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e37ff91c__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e114f1d0__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "03a84f93__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "6f00073b__d", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a42f49a3__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: "031e7565__svg20", fill: "none", version: "1.1", viewBox: "0 0 24 7.0917025", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("mask", { id: "7a7f92a1__a", width: "267", height: "80", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "7198e1ab__path1", fill: "#ffffff", d: "M 267,0 H 0 v 79.378 h 267 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "1096bfee__g9", mask: "url(#7a7f92a1__a)", transform: "matrix(0.08988764,0,0,0.08988764,0,-2.247191e-5)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "6c5ceedc__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: "f49fc463__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: "f7fb99af__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: "7d0e0735__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: "24ff099f__g8", transform: "translate(53.428,28.628)", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "8a764ff6__path6", fill: "url(#0753ecc0__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: "ccf94614__path7", fill: "url(#b816d3f4__c)", d: "M 21.699,-1.047 43.205,11.948 21.7,51.073 0.153,38.055 Z", clipPath: "url(#6f00073b__d)" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "f869c84b__path8", fill: "url(#2f642b4e__e)", d: "M 21.699,-1.047 0.153,11.948 21.699,51.073 43.205,38.055 Z", clipPath: "url(#6f00073b__d)" })
|
|
14
|
+
] })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { id: "f4b63a34__defs20", children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "0753ecc0__b", x1: "30.33", x2: "14.9", y1: "8.5600004", y2: "44.700001", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "194126b2__stop9", stopColor: "#3F8B3D" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "a49827ee__stop10", offset: ".64", stopColor: "#3F873F" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { id: "87904761__stop11", offset: ".93", stopColor: "#3DA92E" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { id: "fc436a33__stop12", offset: "1", stopColor: "#3DAE2B" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "b816d3f4__c", x1: "18.799999", x2: "68", y1: "26.799999", y2: "0.40000001", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { id: "84f14e99__stop13", offset: ".14", stopColor: "#3F873F" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { id: "10261269__stop14", offset: ".4", stopColor: "#52A044" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { id: "469fcb74__stop15", offset: ".71", stopColor: "#64B749" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { id: "1d77c146__stop16", offset: ".91", stopColor: "#6ABF4B" })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "2f642b4e__e", x1: "0.25", x2: "44", y1: "24.5", y2: "24.5", gradientUnits: "userSpaceOnUse", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { id: "1aba53be__stop17", offset: ".09", stopColor: "#6ABF4B" }),
|
|
31
|
+
/* @__PURE__ */ jsx("stop", { id: "e37ff91c__stop18", offset: ".29", stopColor: "#64B749" }),
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { id: "e114f1d0__stop19", offset: ".6", stopColor: "#52A044" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { id: "03a84f93__stop20", offset: ".86", stopColor: "#3F873F" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsx("clipPath", { id: "6f00073b__d", children: /* @__PURE__ */ jsx("path", { id: "a42f49a3__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
|
+
};
|
|
@@ -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
|
+
PhpIcon: () => PhpIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const PhpIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "8a18d534__svg3430", version: "1.1", viewBox: "0 0 24 12.62489", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "517d083b__title3510", children: "Official PHP Logo" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "7dcd3242__defs3434", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "7648091d__clipPath3444", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f756cf18__path3446", d: "M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 v 0 c 152.693,0 276.481,65.116 276.481,145.439 v 0 c 0,80.322 -123.788,145.439 -276.481,145.439 v 0 C 135.307,307.439 11.52,242.322 11.52,162" }) }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "9d352529__clipPath3468", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0d48ebeb__path3470", d: "M 0,324 H 576 V 0 H 0 Z" }) }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "ac197c59__clipPath3480", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6abab4c5__path3482", d: "M 0,324 H 576 V 0 H 0 Z" }) }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", { id: "19662b6a__radialGradient3452", cx: "0", cy: "0", r: "1", fx: "0", fy: "0", gradientTransform: "matrix(363.05789,0,0,-363.05789,177.52002,256.30713)", gradientUnits: "userSpaceOnUse", spreadMethod: "pad", children: [
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1b055fc4__stop3454", offset: "0", stopColor: "#aeb2d5", stopOpacity: "1" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5a95161d__stop3456", offset: "0.3", stopColor: "#aeb2d5", stopOpacity: "1" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e2166d76__stop3458", offset: "0.75", stopColor: "#484c89", stopOpacity: "1" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c1e3f915__stop3460", offset: "1", stopColor: "#484c89", stopOpacity: "1" })
|
|
38
|
+
] })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a3d297b4__g3438", transform: "matrix(0.0434027,0,0,-0.0434027,-0.4999991,13.343683)", children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "d8f13813__g3440", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "5a47a3ee__g3442", clipPath: "url(#7648091d__clipPath3444)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "a23a7257__g3448", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "3db9cd3d__g3450", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "21051abd__path3462", fill: "url(#19662b6a__radialGradient3452)", stroke: "none", d: "M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 v 0 c 152.693,0 276.481,65.116 276.481,145.439 v 0 c 0,80.322 -123.788,145.439 -276.481,145.439 v 0 C 135.307,307.439 11.52,242.322 11.52,162" }) }) }) }) }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "8dbd04a5__g3464", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "077094ef__g3466", clipPath: "url(#9d352529__clipPath3468)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "cc316304__g3472", transform: "translate(288,27.3594)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1e197a73__path3474", fill: "#777bb3", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "M 0,0 C 146.729,0 265.68,60.281 265.68,134.641 265.68,209 146.729,269.282 0,269.282 -146.729,269.282 -265.68,209 -265.68,134.641 -265.68,60.281 -146.729,0 0,0" }) }) }) }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "023a0cc5__g3476", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "14038ae2__g3478", clipPath: "url(#ac197c59__clipPath3480)", children: [
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "251686a2__g3484", transform: "translate(161.7344,145.3066)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "18b1df0b__path3486", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.341 9.532,11.862 11.573,22.353 1.903,9.806 1.178,16.653 -2.154,20.348 C 32.783,53.086 25.417,55 14.297,55 H -4.984 L -15.673,0 Z m -63.063,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 L -37.679,81.573 C -37.405,82.982 -36.17,84 -34.734,84 H 26.32 C 45.508,84 59.79,78.79 68.767,68.513 77.792,58.182 80.579,43.741 77.05,25.592 75.614,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 h -24.722 l -7.06,-36.322 c -0.274,-1.41 -1.508,-2.428 -2.944,-2.428 z" }) }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "926d18fd__g3488", transform: "translate(159.2236,197.3071)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "70167ff1__path3490", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 h 16.808 c 13.421,0 18.083,-2.945 19.667,-4.7 2.628,-2.914 3.124,-9.058 1.435,-17.767 C 36.012,-32.217 32.494,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 H -9.523 Z m 28.831,35 h -61.055 c -2.872,0 -5.341,-2.036 -5.889,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.75 c 2.873,0 5.342,2.036 5.89,4.855 L -16.324,-84 H 5.925 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.399,7.48 23.354,13.984 5.752,5.292 10.49,11.232 14.08,17.657 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.104 0.697,34.402 -8.969,45.466 C 63.965,29.444 48.923,35 28.831,35 M -16.802,-55 H 2.511 c 12.801,0 22.336,2.411 28.601,7.234 6.266,4.824 10.492,12.875 12.688,24.157 2.101,10.832 1.144,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 H -4.946 L -16.802,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.44,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 h -27.196 l -7.531,-38.75 h -31.75 L -32.224,29 h 61.055" }) }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "98e28e40__g3492", transform: "translate(311.583,116.3066)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "563b9ca7__path3494", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c -0.896,0 -1.745,0.4 -2.314,1.092 -0.571,0.691 -0.802,1.6 -0.631,2.48 L 9.586,68.061 C 10.778,74.194 10.484,78.596 8.759,80.456 7.703,81.593 4.531,83.5 -4.848,83.5 H -27.55 L -43.305,2.428 C -43.579,1.018 -44.814,0 -46.25,0 h -31.5 c -0.896,0 -1.745,0.4 -2.315,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 l 28.328,145.751 c 0.274,1.409 1.509,2.427 2.945,2.427 h 31.5 c 0.896,0 1.745,-0.4 2.315,-1.091 0.57,-0.692 0.801,-1.601 0.63,-2.481 L -21.813,113 H 2.609 c 18.605,0 31.221,-3.28 38.569,-10.028 7.49,-6.884 9.827,-17.891 6.947,-32.719 L 34.945,2.428 C 34.671,1.018 33.437,0 32,0 Z" }) }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "09910503__g3496", transform: "translate(293.6611,271.0571)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7c1f6b1c__path3498", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 h -31.5 c -2.873,0 -5.342,-2.036 -5.89,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.5 c 2.872,0 5.342,2.036 5.89,4.855 l 15.283,78.645 h 20.229 c 9.363,0 11.328,-2 11.407,-2.086 0.568,-0.611 1.315,-3.441 0.082,-9.781 l -12.531,-64.489 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 32 c 2.872,0 5.342,2.036 5.89,4.855 l 13.179,67.825 c 3.093,15.921 0.447,27.864 -7.861,35.5 -7.928,7.281 -21.208,10.82 -40.599,10.82 H -0.253 L 5.89,-7.145 C 6.231,-5.386 5.77,-3.566 4.63,-2.184 3.49,-0.801 1.792,0 0,0 m 0,-6 -7.531,-38.75 h 28.062 c 17.657,0 29.836,-3.082 36.539,-9.238 6.703,-6.16 8.711,-16.141 6.032,-29.938 l -13.18,-67.824 h -32 l 12.531,64.488 c 1.426,7.336 0.902,12.34 -1.574,15.008 -2.477,2.668 -7.746,4.004 -15.805,4.004 h -25.176 l -16.226,-83.5 h -31.5 L -31.5,-6 H 0" }) }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "c6b68db2__g3500", transform: "translate(409.5498,145.3066)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "5c3fd029__path3502", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.34 9.532,11.861 11.574,22.353 1.903,9.806 1.178,16.653 -2.155,20.348 C 32.783,53.086 25.417,55 14.297,55 H -4.984 L -15.673,0 Z m -63.062,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.802,1.601 -0.631,2.48 L -37.679,81.573 C -37.404,82.982 -36.17,84 -34.733,84 H 26.32 C 45.509,84 59.79,78.79 68.768,68.513 77.793,58.183 80.579,43.742 77.051,25.592 75.613,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 h -24.723 l -7.057,-36.322 c -0.275,-1.41 -1.509,-2.428 -2.946,-2.428 z" }) }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "560e4261__g3504", transform: "translate(407.0391,197.3071)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2a48f3a1__path3506", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "M 0,0 H 16.808 C 30.229,0 34.891,-2.945 36.475,-4.7 39.104,-7.614 39.6,-13.758 37.91,-22.466 36.012,-32.217 32.493,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 H -9.522 Z m 28.831,35 h -61.054 c -2.872,0 -5.341,-2.036 -5.889,-4.855 L -66.44,-115.606 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.75 c 2.872,0 5.342,2.036 5.89,4.855 L -16.324,-84 H 5.925 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.401,7.481 23.356,13.986 5.752,5.291 10.488,11.23 14.078,17.655 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.105 0.697,34.403 -8.969,45.467 C 63.965,29.444 48.924,35 28.831,35 M -16.801,-55 H 2.511 c 12.801,0 22.336,2.411 28.601,7.234 6.267,4.824 10.492,12.875 12.688,24.157 2.102,10.832 1.145,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 H -4.946 L -16.801,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.441,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 h -27.196 l -7.53,-38.75 h -31.75 L -32.223,29 h 61.054" }) })
|
|
50
|
+
] }) })
|
|
51
|
+
] })
|
|
52
|
+
] });
|
|
53
|
+
};
|
|
54
|
+
var icon_default = PhpIcon;
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
PhpIcon
|
|
58
|
+
});
|
package/dist/php/icon.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const PhpIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "8a18d534__svg3430", version: "1.1", viewBox: "0 0 24 12.62489", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("title", { id: "517d083b__title3510", children: "Official PHP Logo" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("defs", { id: "7dcd3242__defs3434", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("clipPath", { id: "7648091d__clipPath3444", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "f756cf18__path3446", d: "M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 v 0 c 152.693,0 276.481,65.116 276.481,145.439 v 0 c 0,80.322 -123.788,145.439 -276.481,145.439 v 0 C 135.307,307.439 11.52,242.322 11.52,162" }) }),
|
|
7
|
+
/* @__PURE__ */ jsx("clipPath", { id: "9d352529__clipPath3468", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "0d48ebeb__path3470", d: "M 0,324 H 576 V 0 H 0 Z" }) }),
|
|
8
|
+
/* @__PURE__ */ jsx("clipPath", { id: "ac197c59__clipPath3480", clipPathUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { id: "6abab4c5__path3482", d: "M 0,324 H 576 V 0 H 0 Z" }) }),
|
|
9
|
+
/* @__PURE__ */ jsxs("radialGradient", { id: "19662b6a__radialGradient3452", cx: "0", cy: "0", r: "1", fx: "0", fy: "0", gradientTransform: "matrix(363.05789,0,0,-363.05789,177.52002,256.30713)", gradientUnits: "userSpaceOnUse", spreadMethod: "pad", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "1b055fc4__stop3454", offset: "0", stopColor: "#aeb2d5", stopOpacity: "1" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "5a95161d__stop3456", offset: "0.3", stopColor: "#aeb2d5", stopOpacity: "1" }),
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "e2166d76__stop3458", offset: "0.75", stopColor: "#484c89", stopOpacity: "1" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "c1e3f915__stop3460", offset: "1", stopColor: "#484c89", stopOpacity: "1" })
|
|
14
|
+
] })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("g", { id: "a3d297b4__g3438", transform: "matrix(0.0434027,0,0,-0.0434027,-0.4999991,13.343683)", children: [
|
|
17
|
+
/* @__PURE__ */ jsx("g", { id: "d8f13813__g3440", children: /* @__PURE__ */ jsx("g", { id: "5a47a3ee__g3442", clipPath: "url(#7648091d__clipPath3444)", children: /* @__PURE__ */ jsx("g", { id: "a23a7257__g3448", children: /* @__PURE__ */ jsx("g", { id: "3db9cd3d__g3450", children: /* @__PURE__ */ jsx("path", { id: "21051abd__path3462", fill: "url(#19662b6a__radialGradient3452)", stroke: "none", d: "M 11.52,162 C 11.52,81.677 135.307,16.561 288,16.561 v 0 c 152.693,0 276.481,65.116 276.481,145.439 v 0 c 0,80.322 -123.788,145.439 -276.481,145.439 v 0 C 135.307,307.439 11.52,242.322 11.52,162" }) }) }) }) }),
|
|
18
|
+
/* @__PURE__ */ jsx("g", { id: "8dbd04a5__g3464", children: /* @__PURE__ */ jsx("g", { id: "077094ef__g3466", clipPath: "url(#9d352529__clipPath3468)", children: /* @__PURE__ */ jsx("g", { id: "cc316304__g3472", transform: "translate(288,27.3594)", children: /* @__PURE__ */ jsx("path", { id: "1e197a73__path3474", fill: "#777bb3", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "M 0,0 C 146.729,0 265.68,60.281 265.68,134.641 265.68,209 146.729,269.282 0,269.282 -146.729,269.282 -265.68,209 -265.68,134.641 -265.68,60.281 -146.729,0 0,0" }) }) }) }),
|
|
19
|
+
/* @__PURE__ */ jsx("g", { id: "023a0cc5__g3476", children: /* @__PURE__ */ jsxs("g", { id: "14038ae2__g3478", clipPath: "url(#ac197c59__clipPath3480)", children: [
|
|
20
|
+
/* @__PURE__ */ jsx("g", { id: "251686a2__g3484", transform: "translate(161.7344,145.3066)", children: /* @__PURE__ */ jsx("path", { id: "18b1df0b__path3486", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.341 9.532,11.862 11.573,22.353 1.903,9.806 1.178,16.653 -2.154,20.348 C 32.783,53.086 25.417,55 14.297,55 H -4.984 L -15.673,0 Z m -63.063,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 L -37.679,81.573 C -37.405,82.982 -36.17,84 -34.734,84 H 26.32 C 45.508,84 59.79,78.79 68.767,68.513 77.792,58.182 80.579,43.741 77.05,25.592 75.614,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 h -24.722 l -7.06,-36.322 c -0.274,-1.41 -1.508,-2.428 -2.944,-2.428 z" }) }),
|
|
21
|
+
/* @__PURE__ */ jsx("g", { id: "926d18fd__g3488", transform: "translate(159.2236,197.3071)", children: /* @__PURE__ */ jsx("path", { id: "70167ff1__path3490", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 h 16.808 c 13.421,0 18.083,-2.945 19.667,-4.7 2.628,-2.914 3.124,-9.058 1.435,-17.767 C 36.012,-32.217 32.494,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 H -9.523 Z m 28.831,35 h -61.055 c -2.872,0 -5.341,-2.036 -5.889,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.75 c 2.873,0 5.342,2.036 5.89,4.855 L -16.324,-84 H 5.925 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.399,7.48 23.354,13.984 5.752,5.292 10.49,11.232 14.08,17.657 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.104 0.697,34.402 -8.969,45.466 C 63.965,29.444 48.923,35 28.831,35 M -16.802,-55 H 2.511 c 12.801,0 22.336,2.411 28.601,7.234 6.266,4.824 10.492,12.875 12.688,24.157 2.101,10.832 1.144,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 H -4.946 L -16.802,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.44,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 h -27.196 l -7.531,-38.75 h -31.75 L -32.224,29 h 61.055" }) }),
|
|
22
|
+
/* @__PURE__ */ jsx("g", { id: "98e28e40__g3492", transform: "translate(311.583,116.3066)", children: /* @__PURE__ */ jsx("path", { id: "563b9ca7__path3494", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c -0.896,0 -1.745,0.4 -2.314,1.092 -0.571,0.691 -0.802,1.6 -0.631,2.48 L 9.586,68.061 C 10.778,74.194 10.484,78.596 8.759,80.456 7.703,81.593 4.531,83.5 -4.848,83.5 H -27.55 L -43.305,2.428 C -43.579,1.018 -44.814,0 -46.25,0 h -31.5 c -0.896,0 -1.745,0.4 -2.315,1.092 -0.57,0.691 -0.801,1.601 -0.63,2.48 l 28.328,145.751 c 0.274,1.409 1.509,2.427 2.945,2.427 h 31.5 c 0.896,0 1.745,-0.4 2.315,-1.091 0.57,-0.692 0.801,-1.601 0.63,-2.481 L -21.813,113 H 2.609 c 18.605,0 31.221,-3.28 38.569,-10.028 7.49,-6.884 9.827,-17.891 6.947,-32.719 L 34.945,2.428 C 34.671,1.018 33.437,0 32,0 Z" }) }),
|
|
23
|
+
/* @__PURE__ */ jsx("g", { id: "09910503__g3496", transform: "translate(293.6611,271.0571)", children: /* @__PURE__ */ jsx("path", { id: "7c1f6b1c__path3498", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 h -31.5 c -2.873,0 -5.342,-2.036 -5.89,-4.855 l -28.328,-145.751 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.5 c 2.872,0 5.342,2.036 5.89,4.855 l 15.283,78.645 h 20.229 c 9.363,0 11.328,-2 11.407,-2.086 0.568,-0.611 1.315,-3.441 0.082,-9.781 l -12.531,-64.489 c -0.342,-1.759 0.12,-3.578 1.26,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 32 c 2.872,0 5.342,2.036 5.89,4.855 l 13.179,67.825 c 3.093,15.921 0.447,27.864 -7.861,35.5 -7.928,7.281 -21.208,10.82 -40.599,10.82 H -0.253 L 5.89,-7.145 C 6.231,-5.386 5.77,-3.566 4.63,-2.184 3.49,-0.801 1.792,0 0,0 m 0,-6 -7.531,-38.75 h 28.062 c 17.657,0 29.836,-3.082 36.539,-9.238 6.703,-6.16 8.711,-16.141 6.032,-29.938 l -13.18,-67.824 h -32 l 12.531,64.488 c 1.426,7.336 0.902,12.34 -1.574,15.008 -2.477,2.668 -7.746,4.004 -15.805,4.004 h -25.176 l -16.226,-83.5 h -31.5 L -31.5,-6 H 0" }) }),
|
|
24
|
+
/* @__PURE__ */ jsx("g", { id: "c6b68db2__g3500", transform: "translate(409.5498,145.3066)", children: /* @__PURE__ */ jsx("path", { id: "5c3fd029__path3502", fill: "#000000", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "m 0,0 c 12.065,0 21.072,2.225 26.771,6.611 5.638,4.34 9.532,11.861 11.574,22.353 1.903,9.806 1.178,16.653 -2.155,20.348 C 32.783,53.086 25.417,55 14.297,55 H -4.984 L -15.673,0 Z m -63.062,-67.75 c -0.895,0 -1.745,0.4 -2.314,1.092 -0.57,0.691 -0.802,1.601 -0.631,2.48 L -37.679,81.573 C -37.404,82.982 -36.17,84 -34.733,84 H 26.32 C 45.509,84 59.79,78.79 68.768,68.513 77.793,58.183 80.579,43.742 77.051,25.592 75.613,18.198 73.144,11.331 69.709,5.183 66.27,-0.972 61.725,-6.667 56.198,-11.747 49.582,-17.939 42.094,-22.429 33.962,-25.071 25.959,-27.678 15.681,-29 3.414,-29 h -24.723 l -7.057,-36.322 c -0.275,-1.41 -1.509,-2.428 -2.946,-2.428 z" }) }),
|
|
25
|
+
/* @__PURE__ */ jsx("g", { id: "560e4261__g3504", transform: "translate(407.0391,197.3071)", children: /* @__PURE__ */ jsx("path", { id: "2a48f3a1__path3506", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", d: "M 0,0 H 16.808 C 30.229,0 34.891,-2.945 36.475,-4.7 39.104,-7.614 39.6,-13.758 37.91,-22.466 36.012,-32.217 32.493,-39.13 27.452,-43.012 22.29,-46.986 13.898,-49 2.511,-49 H -9.522 Z m 28.831,35 h -61.054 c -2.872,0 -5.341,-2.036 -5.889,-4.855 L -66.44,-115.606 c -0.342,-1.759 0.12,-3.578 1.259,-4.961 1.14,-1.383 2.838,-2.183 4.63,-2.183 h 31.75 c 2.872,0 5.342,2.036 5.89,4.855 L -16.324,-84 H 5.925 c 12.582,0 23.174,1.372 31.479,4.077 8.541,2.775 16.401,7.481 23.356,13.986 5.752,5.291 10.488,11.23 14.078,17.655 3.591,6.427 6.171,13.594 7.668,21.302 3.715,19.105 0.697,34.403 -8.969,45.467 C 63.965,29.444 48.924,35 28.831,35 M -16.801,-55 H 2.511 c 12.801,0 22.336,2.411 28.601,7.234 6.267,4.824 10.492,12.875 12.688,24.157 2.102,10.832 1.145,18.476 -2.871,22.929 C 36.909,3.773 28.87,6 16.808,6 H -4.946 L -16.801,-55 M 28.831,29 C 47.198,29 60.597,24.18 69.019,14.539 77.441,4.898 79.976,-8.559 76.616,-25.836 75.233,-32.953 72.894,-39.46 69.601,-45.355 66.304,-51.254 61.999,-56.648 56.679,-61.539 50.339,-67.472 43.296,-71.7 35.546,-74.218 27.796,-76.743 17.925,-78 5.925,-78 h -27.196 l -7.53,-38.75 h -31.75 L -32.223,29 h 61.054" }) })
|
|
26
|
+
] }) })
|
|
27
|
+
] })
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
var icon_default = PhpIcon;
|
|
31
|
+
export {
|
|
32
|
+
PhpIcon,
|
|
33
|
+
icon_default as default
|
|
34
|
+
};
|