@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
package/dist/neovim/logo.cjs
CHANGED
|
@@ -24,40 +24,40 @@ __export(logo_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NeovimLogo = (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)("title", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "a4381cc8__svg9", version: "1.1", viewBox: "0 0 23.999998 6.8926144", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "8cc275a5__title1", children: "neovim-logo@2x" }),
|
|
29
29
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "56168c0d__defs6", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "0e711545__linearGradient-1", x1: "49.021549", x2: "49.021549", y1: "-0.079835393", y2: "97.845657", gradientTransform: "scale(0.46153974,2.1666607)", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "d5f09947__stop1", offset: "0%", stopColor: "#16B0ED", stopOpacity: "0.800235524" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b62c770a__stop2", offset: "100%", stopColor: "#0F59B2", stopOpacity: "0.83700023" })
|
|
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: "
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "eb350437__linearGradient-2", x1: "326.17365", x2: "326.17365", y1: "-0.069164939", y2: "98.851547", gradientTransform: "scale(0.46628455,2.1446132)", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "315ed702__stop3", offset: "0%", stopColor: "#7DB643" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b39e75b2__stop4", offset: "100%", stopColor: "#367533" })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "7c9c1bc9__linearGradient-3", x1: "103.88479", x2: "103.88479", y1: "-0.11508821", y2: "178.55785", gradientTransform: "scale(0.84203823,1.1875945)", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7d11fecc__stop5", offset: "0%", stopColor: "#88C649", stopOpacity: "0.8" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "40d157dd__stop6", offset: "100%", stopColor: "#439240", stopOpacity: "0.84" })
|
|
42
42
|
] })
|
|
43
43
|
] }),
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "b2c258f9__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.03247751,0,0,0.03247751,-0.03335897,-0.02685967)", children: [
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "6d06da26__mark", transform: "translate(1,1)", children: [
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "689f0b05__Left---green", fill: "url(#0e711545__linearGradient-1)", d: "M 0.02714063,45.458544 45.223647,-0.17297621 45.223646,211.99833 0.02714063,166.89384 Z" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "997a5db7__Right---blue", fill: "url(#eb350437__linearGradient-2)", d: "M 129.33671,45.889361 175.15234,-0.14833204 174.22365,211.99833 129.02714,166.89384 Z", transform: "matrix(-1,0,0,1,304,0)" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b97d3fc1__Cross---blue", fill: "url(#7c9c1bc9__linearGradient-3)", d: "M 45.193511,-0.13667814 162.69969,179.17338 129.81792,212.05433 12.250244,33.141173 Z" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "45f71b9c__Shadow", fill: "#000000", fillOpacity: "0.13", d: "m 45.233948,83.032105 -0.0625,7.0625 -36.2805789,-53.5625 3.3593749,-3.422181 z" })
|
|
50
50
|
] }),
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "
|
|
52
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
54
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
57
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "069c8ae2__wordmark", fill: "#444444", transform: "translate(227,30)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a313351a__Group", children: [
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a1fa299d__g9", transform: "translate(0,29)", children: [
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e46940bc__Shape", d: "M 0,95 V 5.4401583 h 4.6547315 c 1.5503836,0 2.4455242,0.7506824 2.6854219,2.2502472 L 8.1457801,21.191889 C 12.204348,16.032522 16.932481,11.875866 22.33376,8.7255193 27.733248,5.5751731 33.746803,4 40.370844,4 c 4.892839,0 9.205627,0.7812859 12.934783,2.3402572 3.729156,1.5607715 6.817391,3.8110188 9.264705,6.7507418 2.447315,2.941523 4.296676,6.480712 5.549873,10.621167 C 69.373401,27.852621 70,32.533135 70,37.753709 V 95 H 61.496164 V 37.753709 c 0,-8.401523 -1.91023,-14.986647 -5.728901,-19.757171 -3.82046,-4.770524 -9.667519,-7.155786 -17.544757,-7.155786 -5.850639,0 -11.278772,1.515766 -16.29156,4.545499 -5.012787,3.031533 -9.488491,7.18639 -13.4271097,12.46637 V 95 Z" }),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1ad1588d__path6", d: "m 123.62381,4 c 5.06667,0 9.75514,0.8678906 14.06905,2.6054687 4.31209,1.7375782 8.05238,4.2675783 11.21904,7.5917973 3.16667,3.324218 5.63848,7.412109 7.41905,12.263671 C 158.10971,31.3125 159,36.882812 159,43.171875 c 0,1.317109 -0.19543,2.215547 -0.5881,2.695312 -0.39266,0.479766 -1.00971,0.71875 -1.85114,0.71875 H 91.595238 v 1.707032 c 0,6.707734 0.783524,12.608672 2.352381,17.699218 1.567048,5.090547 3.8,9.358125 6.695241,12.802735 2.89524,3.444609 6.39305,6.033906 10.49524,7.771484 4.10038,1.737578 8.68571,2.605469 13.75238,2.605469 4.52381,0 8.44504,-0.494141 11.7619,-1.482422 3.31686,-0.988281 6.10714,-2.096953 8.36905,-3.324219 2.2619,-1.227265 4.05695,-2.335937 5.38333,-3.324218 1.32638,-0.988282 2.29267,-1.482422 2.89524,-1.482422 0.78352,0 1.3879,0.300078 1.80952,0.898437 l 2.35238,2.875 c -1.44761,1.796875 -3.36209,3.475156 -5.74523,5.03125 -2.38315,1.557891 -5.03772,2.891172 -7.96191,3.998047 -2.926,1.108672 -6.0619,1.990938 -9.40952,2.650391 C 130.99762,95.669375 127.63552,96 124.25714,96 118.10476,96 112.49524,94.93625 107.42857,92.810547 102.3619,90.684844 98.013619,87.585234 94.385524,83.511719 90.755619,79.438203 87.950857,74.451875 85.971238,68.552734 83.98981,62.653594 83,55.899141 83,48.292969 83,41.885312 83.919238,35.97 85.759524,30.548828 87.59981,25.127656 90.252571,20.455781 93.721429,16.533203 97.188476,12.610625 101.44086,9.5415625 106.47857,7.3242187 111.51267,5.1086719 117.22895,4 123.62381,4 Z m 0.57283,6 c -4.69557,0 -8.90382,0.701754 -12.6229,2.105263 -3.72092,1.403509 -6.93618,3.421053 -9.64947,6.052632 -2.713278,2.631579 -4.908087,5.789473 -6.586255,9.473684 C 93.659847,31.315789 92.549618,35.438597 92,40 h 60 c 0,-4.678947 -0.67237,-8.873684 -2.01343,-12.587719 -1.34291,-3.712281 -3.23176,-6.856141 -5.67023,-9.429825 -2.43848,-2.57193 -5.36611,-4.545614 -8.78107,-5.921052 C 132.12214,10.687719 128.34259,10 124.19664,10 Z" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "960ab844__path7", d: "m 208.54576,4 c 6.52652,0 12.36855,1.0925 17.52425,3.2792969 5.15387,2.1867969 9.50062,5.2864061 13.04024,9.2988281 3.5378,4.012422 6.23736,8.849609 8.09868,14.509766 1.86132,5.660156 2.79107,11.99414 2.79107,19.001953 0,7.007812 -0.93158,13.327422 -2.79107,18.957031 -1.86132,5.631406 -4.56088,10.452422 -8.09868,14.464844 -3.53962,4.012422 -7.88637,7.097656 -13.04024,9.253906 C 220.91431,94.921875 215.07228,96 208.54576,96 202.0174,96 196.1772,94.921875 191.0215,92.765625 c -5.1557,-2.15625 -9.51709,-5.241484 -13.086,-9.253906 -3.56891,-4.012422 -6.28494,-8.835235 -8.14443,-14.464844 C 167.92975,63.417266 167,57.097656 167,50.089844 c 0,-7.007813 0.92975,-13.341797 2.79107,-19.001953 1.86132,-5.660157 4.57552,-10.495547 8.14443,-14.509766 3.56891,-4.012422 7.9303,-7.1120312 13.086,-9.2988281 C 196.1772,5.0942969 202.0174,4 208.54576,4 Z m -0.50075,86 c 5.34143,0 10.00596,-0.918352 13.99718,-2.756865 3.98943,-1.838513 7.31995,-4.474256 9.99157,-7.909039 2.66981,-3.434782 4.66452,-7.576407 5.98593,-12.42849 C 239.3375,62.055332 240,56.617529 240,50.590389 c 0,-5.965675 -0.6607,-11.389016 -1.98031,-16.270023 -1.32141,-4.881007 -3.31612,-9.053364 -5.98593,-12.518879 -2.66982,-3.463707 -6.00034,-6.130183 -9.99157,-7.999427 C 218.05097,11.934622 213.38464,11 208.04501,11 c -5.33964,0 -10.00777,0.934622 -13.99719,2.80206 -3.99122,1.869244 -7.32174,4.53572 -9.99156,7.999427 -2.67162,3.465515 -4.68073,7.637872 -6.03094,12.518879 C 176.6751,39.201373 176,44.624714 176,50.590389 c 0,6.025332 0.6751,11.464943 2.02532,16.315217 1.35021,4.852083 3.35932,8.993708 6.03094,12.42849 2.66982,3.434783 6.00034,6.070526 9.99156,7.909039 C 198.03724,89.081648 202.70357,90 208.04501,90 Z" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c9b9f287__path8", d: "M 303.56978,93 H 283.51973 L 247,1 h 18.34937 c 1.61117,0 2.96813,0.3891618 4.07267,1.165692 1.10275,0.7783236 1.86537,1.762885 2.28248,2.9590643 l 17.72281,49.1384017 c 1.01325,2.869396 1.86537,5.67961 2.55101,8.42885 0.68565,2.751033 1.29789,5.500273 1.83494,8.249512 0.53706,-2.749239 1.14751,-5.498479 1.83494,-8.249512 0.68564,-2.74924 1.56641,-5.559454 2.64052,-8.42885 L 316.45909,5.1247563 C 316.87621,3.928577 317.62271,2.9440156 318.69682,2.165692 319.77093,1.3891618 321.0527,1 322.54572,1 H 340 Z" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cfd9874e__path9", d: "M 383,94 V 1.4433781 h 13.62391 c 2.8868,0 4.77946,1.353167 5.68159,4.059501 l 1.4434,6.8560459 c 1.62383,-1.804223 3.32344,-3.4586947 5.09702,-4.9616121 1.77358,-1.5029175 3.66804,-2.7965452 5.68339,-3.8790787 2.01355,-1.0825336 4.17865,-1.9395394 6.49531,-2.57101731 C 423.33948,0.31573896 425.87986,0 428.64939,0 c 5.83135,0 10.62885,1.5786948 14.38892,4.7360844 3.75825,3.1573897 6.57108,7.3522076 8.43488,12.5844526 1.4434,-3.067178 3.24765,-5.697735 5.41275,-7.8934737 2.16511,-2.1939347 4.54131,-3.9837236 7.1268,-5.3675623 2.58549,-1.3820346 5.33698,-2.4050288 8.25446,-3.06717854 C 475.18287,0.33017275 478.11478,0 481.06293,0 c 5.11144,0 9.65275,0.78303263 13.6221,2.3454894 3.96936,1.5642611 7.30723,3.8484069 10.0136,6.8560461 2.70638,3.0076395 4.76684,6.6756235 6.17957,11.0057585 C 512.29093,24.537428 513,29.49904 513,35.092131 V 94 H 490.71568 V 35.092131 c 0,-5.894396 -1.29365,-10.329175 -3.87734,-13.306143 -2.5873,-2.976967 -6.37623,-4.465451 -11.3686,-4.465451 -2.28598,0 -4.40418,0.391517 -6.35818,1.172745 -1.95581,0.783033 -3.66985,1.910672 -5.14393,3.382918 -1.47227,1.474049 -2.6306,3.323378 -3.47318,5.547984 -0.84259,2.224607 -1.26298,4.78119 -1.26298,7.667947 V 94 H 436.86054 V 35.092131 c 0,-6.193897 -1.24854,-10.704454 -3.74382,-13.53167 -2.49708,-2.825413 -6.17956,-4.239924 -11.05105,-4.239924 -3.18991,0 -6.17956,0.797467 -8.97615,2.390595 -2.7984,1.593129 -5.39833,3.774434 -7.80339,6.540307 V 94 Z" }),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "f7c222d3__Rectangle", width: "23", height: "92", x: "345", y: "2" })
|
|
59
59
|
] }),
|
|
60
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
60
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "cd27543c__rect9", width: "23", height: "19", x: "345", y: "0" })
|
|
61
61
|
] }) })
|
|
62
62
|
] })
|
|
63
63
|
] });
|
package/dist/neovim/logo.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NeovimLogo = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("title", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "a4381cc8__svg9", version: "1.1", viewBox: "0 0 23.999998 6.8926144", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("title", { id: "8cc275a5__title1", children: "neovim-logo@2x" }),
|
|
5
5
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
6
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
6
|
+
/* @__PURE__ */ jsxs("defs", { id: "56168c0d__defs6", children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "0e711545__linearGradient-1", x1: "49.021549", x2: "49.021549", y1: "-0.079835393", y2: "97.845657", gradientTransform: "scale(0.46153974,2.1666607)", gradientUnits: "userSpaceOnUse", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "d5f09947__stop1", offset: "0%", stopColor: "#16B0ED", stopOpacity: "0.800235524" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { id: "b62c770a__stop2", offset: "100%", stopColor: "#0F59B2", stopOpacity: "0.83700023" })
|
|
10
10
|
] }),
|
|
11
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "eb350437__linearGradient-2", x1: "326.17365", x2: "326.17365", y1: "-0.069164939", y2: "98.851547", gradientTransform: "scale(0.46628455,2.1446132)", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "315ed702__stop3", offset: "0%", stopColor: "#7DB643" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "b39e75b2__stop4", offset: "100%", stopColor: "#367533" })
|
|
14
14
|
] }),
|
|
15
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "7c9c1bc9__linearGradient-3", x1: "103.88479", x2: "103.88479", y1: "-0.11508821", y2: "178.55785", gradientTransform: "scale(0.84203823,1.1875945)", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "7d11fecc__stop5", offset: "0%", stopColor: "#88C649", stopOpacity: "0.8" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "40d157dd__stop6", offset: "100%", stopColor: "#439240", stopOpacity: "0.84" })
|
|
18
18
|
] })
|
|
19
19
|
] }),
|
|
20
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
21
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
22
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
23
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
24
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
25
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
20
|
+
/* @__PURE__ */ jsxs("g", { id: "b2c258f9__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.03247751,0,0,0.03247751,-0.03335897,-0.02685967)", children: [
|
|
21
|
+
/* @__PURE__ */ jsxs("g", { id: "6d06da26__mark", transform: "translate(1,1)", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("path", { id: "689f0b05__Left---green", fill: "url(#0e711545__linearGradient-1)", d: "M 0.02714063,45.458544 45.223647,-0.17297621 45.223646,211.99833 0.02714063,166.89384 Z" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { id: "997a5db7__Right---blue", fill: "url(#eb350437__linearGradient-2)", d: "M 129.33671,45.889361 175.15234,-0.14833204 174.22365,211.99833 129.02714,166.89384 Z", transform: "matrix(-1,0,0,1,304,0)" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { id: "b97d3fc1__Cross---blue", fill: "url(#7c9c1bc9__linearGradient-3)", d: "M 45.193511,-0.13667814 162.69969,179.17338 129.81792,212.05433 12.250244,33.141173 Z" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { id: "45f71b9c__Shadow", fill: "#000000", fillOpacity: "0.13", d: "m 45.233948,83.032105 -0.0625,7.0625 -36.2805789,-53.5625 3.3593749,-3.422181 z" })
|
|
26
26
|
] }),
|
|
27
|
-
/* @__PURE__ */ jsx("g", { id: "
|
|
28
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
29
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
30
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
31
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
32
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
33
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
34
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
27
|
+
/* @__PURE__ */ jsx("g", { id: "069c8ae2__wordmark", fill: "#444444", transform: "translate(227,30)", children: /* @__PURE__ */ jsxs("g", { id: "a313351a__Group", children: [
|
|
28
|
+
/* @__PURE__ */ jsxs("g", { id: "a1fa299d__g9", transform: "translate(0,29)", children: [
|
|
29
|
+
/* @__PURE__ */ jsx("path", { id: "e46940bc__Shape", d: "M 0,95 V 5.4401583 h 4.6547315 c 1.5503836,0 2.4455242,0.7506824 2.6854219,2.2502472 L 8.1457801,21.191889 C 12.204348,16.032522 16.932481,11.875866 22.33376,8.7255193 27.733248,5.5751731 33.746803,4 40.370844,4 c 4.892839,0 9.205627,0.7812859 12.934783,2.3402572 3.729156,1.5607715 6.817391,3.8110188 9.264705,6.7507418 2.447315,2.941523 4.296676,6.480712 5.549873,10.621167 C 69.373401,27.852621 70,32.533135 70,37.753709 V 95 H 61.496164 V 37.753709 c 0,-8.401523 -1.91023,-14.986647 -5.728901,-19.757171 -3.82046,-4.770524 -9.667519,-7.155786 -17.544757,-7.155786 -5.850639,0 -11.278772,1.515766 -16.29156,4.545499 -5.012787,3.031533 -9.488491,7.18639 -13.4271097,12.46637 V 95 Z" }),
|
|
30
|
+
/* @__PURE__ */ jsx("path", { id: "1ad1588d__path6", d: "m 123.62381,4 c 5.06667,0 9.75514,0.8678906 14.06905,2.6054687 4.31209,1.7375782 8.05238,4.2675783 11.21904,7.5917973 3.16667,3.324218 5.63848,7.412109 7.41905,12.263671 C 158.10971,31.3125 159,36.882812 159,43.171875 c 0,1.317109 -0.19543,2.215547 -0.5881,2.695312 -0.39266,0.479766 -1.00971,0.71875 -1.85114,0.71875 H 91.595238 v 1.707032 c 0,6.707734 0.783524,12.608672 2.352381,17.699218 1.567048,5.090547 3.8,9.358125 6.695241,12.802735 2.89524,3.444609 6.39305,6.033906 10.49524,7.771484 4.10038,1.737578 8.68571,2.605469 13.75238,2.605469 4.52381,0 8.44504,-0.494141 11.7619,-1.482422 3.31686,-0.988281 6.10714,-2.096953 8.36905,-3.324219 2.2619,-1.227265 4.05695,-2.335937 5.38333,-3.324218 1.32638,-0.988282 2.29267,-1.482422 2.89524,-1.482422 0.78352,0 1.3879,0.300078 1.80952,0.898437 l 2.35238,2.875 c -1.44761,1.796875 -3.36209,3.475156 -5.74523,5.03125 -2.38315,1.557891 -5.03772,2.891172 -7.96191,3.998047 -2.926,1.108672 -6.0619,1.990938 -9.40952,2.650391 C 130.99762,95.669375 127.63552,96 124.25714,96 118.10476,96 112.49524,94.93625 107.42857,92.810547 102.3619,90.684844 98.013619,87.585234 94.385524,83.511719 90.755619,79.438203 87.950857,74.451875 85.971238,68.552734 83.98981,62.653594 83,55.899141 83,48.292969 83,41.885312 83.919238,35.97 85.759524,30.548828 87.59981,25.127656 90.252571,20.455781 93.721429,16.533203 97.188476,12.610625 101.44086,9.5415625 106.47857,7.3242187 111.51267,5.1086719 117.22895,4 123.62381,4 Z m 0.57283,6 c -4.69557,0 -8.90382,0.701754 -12.6229,2.105263 -3.72092,1.403509 -6.93618,3.421053 -9.64947,6.052632 -2.713278,2.631579 -4.908087,5.789473 -6.586255,9.473684 C 93.659847,31.315789 92.549618,35.438597 92,40 h 60 c 0,-4.678947 -0.67237,-8.873684 -2.01343,-12.587719 -1.34291,-3.712281 -3.23176,-6.856141 -5.67023,-9.429825 -2.43848,-2.57193 -5.36611,-4.545614 -8.78107,-5.921052 C 132.12214,10.687719 128.34259,10 124.19664,10 Z" }),
|
|
31
|
+
/* @__PURE__ */ jsx("path", { id: "960ab844__path7", d: "m 208.54576,4 c 6.52652,0 12.36855,1.0925 17.52425,3.2792969 5.15387,2.1867969 9.50062,5.2864061 13.04024,9.2988281 3.5378,4.012422 6.23736,8.849609 8.09868,14.509766 1.86132,5.660156 2.79107,11.99414 2.79107,19.001953 0,7.007812 -0.93158,13.327422 -2.79107,18.957031 -1.86132,5.631406 -4.56088,10.452422 -8.09868,14.464844 -3.53962,4.012422 -7.88637,7.097656 -13.04024,9.253906 C 220.91431,94.921875 215.07228,96 208.54576,96 202.0174,96 196.1772,94.921875 191.0215,92.765625 c -5.1557,-2.15625 -9.51709,-5.241484 -13.086,-9.253906 -3.56891,-4.012422 -6.28494,-8.835235 -8.14443,-14.464844 C 167.92975,63.417266 167,57.097656 167,50.089844 c 0,-7.007813 0.92975,-13.341797 2.79107,-19.001953 1.86132,-5.660157 4.57552,-10.495547 8.14443,-14.509766 3.56891,-4.012422 7.9303,-7.1120312 13.086,-9.2988281 C 196.1772,5.0942969 202.0174,4 208.54576,4 Z m -0.50075,86 c 5.34143,0 10.00596,-0.918352 13.99718,-2.756865 3.98943,-1.838513 7.31995,-4.474256 9.99157,-7.909039 2.66981,-3.434782 4.66452,-7.576407 5.98593,-12.42849 C 239.3375,62.055332 240,56.617529 240,50.590389 c 0,-5.965675 -0.6607,-11.389016 -1.98031,-16.270023 -1.32141,-4.881007 -3.31612,-9.053364 -5.98593,-12.518879 -2.66982,-3.463707 -6.00034,-6.130183 -9.99157,-7.999427 C 218.05097,11.934622 213.38464,11 208.04501,11 c -5.33964,0 -10.00777,0.934622 -13.99719,2.80206 -3.99122,1.869244 -7.32174,4.53572 -9.99156,7.999427 -2.67162,3.465515 -4.68073,7.637872 -6.03094,12.518879 C 176.6751,39.201373 176,44.624714 176,50.590389 c 0,6.025332 0.6751,11.464943 2.02532,16.315217 1.35021,4.852083 3.35932,8.993708 6.03094,12.42849 2.66982,3.434783 6.00034,6.070526 9.99156,7.909039 C 198.03724,89.081648 202.70357,90 208.04501,90 Z" }),
|
|
32
|
+
/* @__PURE__ */ jsx("path", { id: "c9b9f287__path8", d: "M 303.56978,93 H 283.51973 L 247,1 h 18.34937 c 1.61117,0 2.96813,0.3891618 4.07267,1.165692 1.10275,0.7783236 1.86537,1.762885 2.28248,2.9590643 l 17.72281,49.1384017 c 1.01325,2.869396 1.86537,5.67961 2.55101,8.42885 0.68565,2.751033 1.29789,5.500273 1.83494,8.249512 0.53706,-2.749239 1.14751,-5.498479 1.83494,-8.249512 0.68564,-2.74924 1.56641,-5.559454 2.64052,-8.42885 L 316.45909,5.1247563 C 316.87621,3.928577 317.62271,2.9440156 318.69682,2.165692 319.77093,1.3891618 321.0527,1 322.54572,1 H 340 Z" }),
|
|
33
|
+
/* @__PURE__ */ jsx("path", { id: "cfd9874e__path9", d: "M 383,94 V 1.4433781 h 13.62391 c 2.8868,0 4.77946,1.353167 5.68159,4.059501 l 1.4434,6.8560459 c 1.62383,-1.804223 3.32344,-3.4586947 5.09702,-4.9616121 1.77358,-1.5029175 3.66804,-2.7965452 5.68339,-3.8790787 2.01355,-1.0825336 4.17865,-1.9395394 6.49531,-2.57101731 C 423.33948,0.31573896 425.87986,0 428.64939,0 c 5.83135,0 10.62885,1.5786948 14.38892,4.7360844 3.75825,3.1573897 6.57108,7.3522076 8.43488,12.5844526 1.4434,-3.067178 3.24765,-5.697735 5.41275,-7.8934737 2.16511,-2.1939347 4.54131,-3.9837236 7.1268,-5.3675623 2.58549,-1.3820346 5.33698,-2.4050288 8.25446,-3.06717854 C 475.18287,0.33017275 478.11478,0 481.06293,0 c 5.11144,0 9.65275,0.78303263 13.6221,2.3454894 3.96936,1.5642611 7.30723,3.8484069 10.0136,6.8560461 2.70638,3.0076395 4.76684,6.6756235 6.17957,11.0057585 C 512.29093,24.537428 513,29.49904 513,35.092131 V 94 H 490.71568 V 35.092131 c 0,-5.894396 -1.29365,-10.329175 -3.87734,-13.306143 -2.5873,-2.976967 -6.37623,-4.465451 -11.3686,-4.465451 -2.28598,0 -4.40418,0.391517 -6.35818,1.172745 -1.95581,0.783033 -3.66985,1.910672 -5.14393,3.382918 -1.47227,1.474049 -2.6306,3.323378 -3.47318,5.547984 -0.84259,2.224607 -1.26298,4.78119 -1.26298,7.667947 V 94 H 436.86054 V 35.092131 c 0,-6.193897 -1.24854,-10.704454 -3.74382,-13.53167 -2.49708,-2.825413 -6.17956,-4.239924 -11.05105,-4.239924 -3.18991,0 -6.17956,0.797467 -8.97615,2.390595 -2.7984,1.593129 -5.39833,3.774434 -7.80339,6.540307 V 94 Z" }),
|
|
34
|
+
/* @__PURE__ */ jsx("rect", { id: "f7c222d3__Rectangle", width: "23", height: "92", x: "345", y: "2" })
|
|
35
35
|
] }),
|
|
36
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
36
|
+
/* @__PURE__ */ jsx("rect", { id: "cd27543c__rect9", width: "23", height: "19", x: "345", y: "0" })
|
|
37
37
|
] }) })
|
|
38
38
|
] })
|
|
39
39
|
] });
|
|
@@ -24,21 +24,21 @@ __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 NextjsIconDark = (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)("circle", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f58db70e__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "c01441cc__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "ee3cb1df__g2", mask: "none", transform: "scale(0.13333333)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "24213af7__circle2", cx: "90", cy: "90", r: "87", fill: "#000000", stroke: "#ffffff", strokeWidth: "6" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f4e995af__path2", fill: "url(#a9c85346__paint0_linear_408_139)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "2a2038a9__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#a8bd4c30__paint1_linear_408_139)" })
|
|
33
33
|
] }),
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
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: "
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "1708c9f0__defs5", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "a9c85346__paint0_linear_408_139", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "6e2f814f__stop2", stopColor: "white" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "521a100a__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "a8bd4c30__paint1_linear_408_139", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5d94d672__stop4", stopColor: "white" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0fe5de63__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
42
42
|
] })
|
|
43
43
|
] })
|
|
44
44
|
] });
|
package/dist/nextjs/icon-dark.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NextjsIconDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("circle", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("circle", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f58db70e__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("circle", { id: "c01441cc__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "ee3cb1df__g2", mask: "none", transform: "scale(0.13333333)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("circle", { id: "24213af7__circle2", cx: "90", cy: "90", r: "87", fill: "#000000", stroke: "#ffffff", strokeWidth: "6" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "f4e995af__path2", fill: "url(#a9c85346__paint0_linear_408_139)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("rect", { id: "2a2038a9__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#a8bd4c30__paint1_linear_408_139)" })
|
|
9
9
|
] }),
|
|
10
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
11
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
10
|
+
/* @__PURE__ */ jsxs("defs", { id: "1708c9f0__defs5", children: [
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "a9c85346__paint0_linear_408_139", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "6e2f814f__stop2", stopColor: "white" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "521a100a__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
14
14
|
] }),
|
|
15
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "a8bd4c30__paint1_linear_408_139", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "5d94d672__stop4", stopColor: "white" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "0fe5de63__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
18
18
|
] })
|
|
19
19
|
] })
|
|
20
20
|
] });
|
|
@@ -24,21 +24,21 @@ __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 NextjsIconLight = (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)("circle", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f83bca39__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "9411736e__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "debc8255__g2", mask: "none", transform: "scale(0.13333333)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "bc3d05c2__circle2", cx: "90", cy: "90", r: "90", fill: "#000000" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4db91539__path2", fill: "url(#429b7a53__paint0_linear_408_134)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "f15e8cfe__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#bb076f2d__paint1_linear_408_134)" })
|
|
33
33
|
] }),
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
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: "
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "670f604b__defs5", children: [
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "429b7a53__paint0_linear_408_134", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "3ad37ea1__stop2", stopColor: "white" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "3fa84632__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "bb076f2d__paint1_linear_408_134", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "01c92720__stop4", stopColor: "white" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4bb1b49f__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
42
42
|
] })
|
|
43
43
|
] })
|
|
44
44
|
] });
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NextjsIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("circle", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("circle", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "f83bca39__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("circle", { id: "9411736e__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "debc8255__g2", mask: "none", transform: "scale(0.13333333)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("circle", { id: "bc3d05c2__circle2", cx: "90", cy: "90", r: "90", fill: "#000000" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "4db91539__path2", fill: "url(#429b7a53__paint0_linear_408_134)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("rect", { id: "f15e8cfe__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#bb076f2d__paint1_linear_408_134)" })
|
|
9
9
|
] }),
|
|
10
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
11
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
10
|
+
/* @__PURE__ */ jsxs("defs", { id: "670f604b__defs5", children: [
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "429b7a53__paint0_linear_408_134", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "3ad37ea1__stop2", stopColor: "white" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "3fa84632__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
14
14
|
] }),
|
|
15
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "bb076f2d__paint1_linear_408_134", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "01c92720__stop4", stopColor: "white" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "4bb1b49f__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
|
|
18
18
|
] })
|
|
19
19
|
] })
|
|
20
20
|
] });
|
|
@@ -24,16 +24,16 @@ __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 NextjsLogoDark = (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)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { 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.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__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: "10bdd6e5__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "74dbb7d9__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "44e65250__path1", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c51cc47e__path2", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "74a3f83b__path3", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a361182f__path4", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "213673dc__path5", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "638d916e__path6", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "02d6389c__path7", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e76ddaf2__path8", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
|
|
37
37
|
] });
|
|
38
38
|
};
|
|
39
39
|
var logo_dark_default = NextjsLogoDark;
|
package/dist/nextjs/logo-dark.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NextjsLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "10bdd6e5__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "74dbb7d9__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "44e65250__path1", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "c51cc47e__path2", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "74a3f83b__path3", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "a361182f__path4", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "213673dc__path5", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "638d916e__path6", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "02d6389c__path7", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "e76ddaf2__path8", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
|
|
13
13
|
] });
|
|
14
14
|
};
|
|
15
15
|
var logo_dark_default = NextjsLogoDark;
|
|
@@ -24,16 +24,16 @@ __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 NextjsLogoLight = (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)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { 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.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__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: "0147c5e1__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "60333995__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0171fa02__path1", fill: "#000000", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f6d39a88__path2", fill: "#000000", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6de5bf84__path3", fill: "#000000", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b3494a65__path4", fill: "#000000", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "390276a1__path5", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4585b0e8__path6", fill: "#000000", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2e8c89ec__path7", fill: "#000000", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0861a7e7__path8", fill: "#000000", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
|
|
37
37
|
] });
|
|
38
38
|
};
|
|
39
39
|
var logo_light_default = NextjsLogoLight;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NextjsLogoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "0147c5e1__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "60333995__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "0171fa02__path1", fill: "#000000", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "f6d39a88__path2", fill: "#000000", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "6de5bf84__path3", fill: "#000000", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "b3494a65__path4", fill: "#000000", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "390276a1__path5", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "4585b0e8__path6", fill: "#000000", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "2e8c89ec__path7", fill: "#000000", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "0861a7e7__path8", fill: "#000000", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
|
|
13
13
|
] });
|
|
14
14
|
};
|
|
15
15
|
var logo_light_default = NextjsLogoLight;
|