@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
GitIcon: () => GitIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "c655d21f__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m0 0.113h91.887v91.887h-91.887z" }) }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#c655d21f__a)", transform: "matrix(.26119 0 0 .26119 0 -.029597)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#f03c2e", d: "m90.156 41.965-40.12-40.117a5.918 5.918 0 0 0-8.372 0l-8.328 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.034 7.034 0 0 1 1.669 7.277l10.187 10.184a7.028 7.028 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.05 7.05 0 0 1-9.965 0 7.044 7.044 0 0 1-1.528-7.66l-9.5-9.497v24.997a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.06 7.06 0 0 1 2.304-1.539v-25.227a7.049 7.049 0 0 1-3.82-9.234l-10.418-10.42-27.512 27.505a5.925 5.925 0 0 0 0 8.371l40.122 40.122a5.925 5.925 0 0 0 8.37 0l39.934-39.934a5.925 5.925 0 0 0 0-8.371" }) })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_default = GitIcon;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
GitIcon
|
|
36
|
+
});
|
package/dist/git/icon.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "c655d21f__a", children: /* @__PURE__ */ jsx("path", { d: "m0 0.113h91.887v91.887h-91.887z" }) }) }),
|
|
5
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#c655d21f__a)", transform: "matrix(.26119 0 0 .26119 0 -.029597)", children: /* @__PURE__ */ jsx("path", { fill: "#f03c2e", d: "m90.156 41.965-40.12-40.117a5.918 5.918 0 0 0-8.372 0l-8.328 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.034 7.034 0 0 1 1.669 7.277l10.187 10.184a7.028 7.028 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.05 7.05 0 0 1-9.965 0 7.044 7.044 0 0 1-1.528-7.66l-9.5-9.497v24.997a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.06 7.06 0 0 1 2.304-1.539v-25.227a7.049 7.049 0 0 1-3.82-9.234l-10.418-10.42-27.512 27.505a5.925 5.925 0 0 0 0 8.371l40.122 40.122a5.925 5.925 0 0 0 8.37 0l39.934-39.934a5.925 5.925 0 0 0 0-8.371" }) })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_default = GitIcon;
|
|
9
|
+
export {
|
|
10
|
+
GitIcon,
|
|
11
|
+
icon_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_dark_exports = {};
|
|
20
|
+
__export(logo_dark_exports, {
|
|
21
|
+
GitLogoDark: () => GitLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "5f22cd2c__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "83ce42b5__b", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "9e78b0fd__c", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#5f22cd2c__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#83ce42b5__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#9e78b0fd__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_dark_default = GitLogoDark;
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
GitLogoDark
|
|
43
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
5
|
+
/* @__PURE__ */ jsx("clipPath", { id: "5f22cd2c__a", children: /* @__PURE__ */ jsx("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
6
|
+
/* @__PURE__ */ jsx("clipPath", { id: "83ce42b5__b", children: /* @__PURE__ */ jsx("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
7
|
+
/* @__PURE__ */ jsx("clipPath", { id: "9e78b0fd__c", children: /* @__PURE__ */ jsx("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
10
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#5f22cd2c__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
11
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#83ce42b5__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#9e78b0fd__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
13
|
+
] });
|
|
14
|
+
};
|
|
15
|
+
var logo_dark_default = GitLogoDark;
|
|
16
|
+
export {
|
|
17
|
+
GitLogoDark,
|
|
18
|
+
logo_dark_default as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
GitLogoLight: () => GitLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "47d6f74c__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "c2a6fb54__b", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "41dfd48c__c", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#100f0d", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#47d6f74c__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#100f0d", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#c2a6fb54__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#100f0d", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#41dfd48c__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#100f0d", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_light_default = GitLogoLight;
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
GitLogoLight
|
|
43
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
5
|
+
/* @__PURE__ */ jsx("clipPath", { id: "47d6f74c__a", children: /* @__PURE__ */ jsx("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
6
|
+
/* @__PURE__ */ jsx("clipPath", { id: "c2a6fb54__b", children: /* @__PURE__ */ jsx("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
7
|
+
/* @__PURE__ */ jsx("clipPath", { id: "41dfd48c__c", children: /* @__PURE__ */ jsx("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#100f0d", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
10
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#47d6f74c__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#100f0d", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
11
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#c2a6fb54__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#100f0d", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#41dfd48c__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#100f0d", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
13
|
+
] });
|
|
14
|
+
};
|
|
15
|
+
var logo_light_default = GitLogoLight;
|
|
16
|
+
export {
|
|
17
|
+
GitLogoLight,
|
|
18
|
+
logo_light_default as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_exports = {};
|
|
20
|
+
__export(logo_exports, {
|
|
21
|
+
GitLogo: () => GitLogo,
|
|
22
|
+
default: () => logo_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitLogo = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "c6118f32__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "bee807cd__b", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "9cc18e89__c", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#362701", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#c6118f32__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#362701", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#bee807cd__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#362701", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#9cc18e89__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#f03c2e", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_default = GitLogo;
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
GitLogo
|
|
43
|
+
});
|
package/dist/git/logo.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitLogo = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 24 10.024", children: [
|
|
4
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
5
|
+
/* @__PURE__ */ jsx("clipPath", { id: "c6118f32__a", children: /* @__PURE__ */ jsx("path", { d: "m159 0.79h25v68.21h-25z" }) }),
|
|
6
|
+
/* @__PURE__ */ jsx("clipPath", { id: "bee807cd__b", children: /* @__PURE__ */ jsx("path", { d: "m183 9h35.371v60h-35.371z" }) }),
|
|
7
|
+
/* @__PURE__ */ jsx("clipPath", { id: "9cc18e89__c", children: /* @__PURE__ */ jsx("path", { d: "m0 0.79h92v91.21h-92z" }) })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#362701", d: "m14.383 3.4121c-0.52589 0-0.91781 0.2585-0.91781 0.88012 0 0.4683 0.25795 0.79373 0.88946 0.79373 0.53535 0 0.89902-0.3151 0.89902-0.81308 0-0.56414-0.32543-0.86077-0.87067-0.86077zm-1.0518 4.3907c-0.12452 0.15277-0.2486 0.31543-0.2486 0.50688 0 0.38247 0.48732 0.49721 1.157 0.49721 0.55513 0 1.3107-0.038686 1.3107-0.55425 0-0.30696-0.36356-0.32587-0.82297-0.35466zm2.8313-4.3619c0.17178 0.22025 0.35389 0.52633 0.35389 0.96639 0 1.0612-0.83209 1.6833-2.0372 1.6833-0.30652 0-0.58381-0.038247-0.75603-0.086275l-0.31543 0.50699 0.93705 0.05715c1.6551 0.10551 2.6305 0.15365 2.6305 1.4252 0 1.0999-0.96595 1.7217-2.6305 1.7217-1.731 0-2.3912-0.44006-2.3912-1.1958 0-0.4305 0.19145-0.65943 0.52633-0.97573-0.31598-0.13309-0.42072-0.37225-0.42072-0.63074 0-0.21036 0.10474-0.40181 0.27729-0.58381 0.17211-0.18156 0.36324-0.36324 0.59294-0.57359-0.46841-0.2297-0.82264-0.72724-0.82264-1.4351 0-1.0999 0.7268-1.8552 2.1904-1.8552 0.41126 0 0.65987 0.037807 0.88012 0.095837h1.8653v0.81264l-0.88001 0.067042" }),
|
|
10
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#c6118f32__a)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#362701", d: "m170.38 16.281c-4.961 0-7.832-2.87-7.832-7.836 0-4.957 2.871-7.656 7.832-7.656 5.05 0 7.922 2.7 7.922 7.656 0 4.965-2.871 7.836-7.922 7.836zm-11.227 52.305v-6.876l4.438-0.606c1.219-0.175 1.394-0.437 1.394-1.746v-25.585c0-0.953-0.261-1.566-1.132-1.824l-4.7-1.656 0.957-7.047h18.016v36.114c0 1.399 0.086 1.57 1.395 1.746l4.437 0.606v6.875h-24.805" }) }),
|
|
11
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#bee807cd__b)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#362701", d: "m218.37 65.21c-3.742 1.825-9.223 3.481-14.187 3.481-10.356 0-14.27-4.175-14.27-14.015v-22.797c0-0.524 0-0.871-0.7-0.871h-6.093v-7.746c7.664-0.871 10.707-4.703 11.664-14.188h8.27v12.36c0 0.609 0 0.87 0.695 0.87h12.27v8.704h-12.965v20.797c0 5.136 1.218 7.136 5.918 7.136 2.437 0 4.96-0.609 7.047-1.39l2.351 7.66" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#9cc18e89__c)", transform: "matrix(.1099 0 0 .1099 0 -.086825)", children: /* @__PURE__ */ jsx("path", { fill: "#f03c2e", d: "m89.422 42.371-39.793-39.789a5.868 5.868 0 0 0-8.3 0l-8.263 8.262 10.48 10.484a6.965 6.965 0 0 1 7.173 1.668 6.98 6.98 0 0 1 1.656 7.215l10.102 10.105a6.963 6.963 0 0 1 7.214 1.657 6.976 6.976 0 0 1 0 9.875 6.98 6.98 0 0 1-9.879 0 6.987 6.987 0 0 1-1.519-7.594l-9.422-9.422v24.793a6.979 6.979 0 0 1 1.848 1.32 6.988 6.988 0 0 1 0 9.88c-2.73 2.726-7.153 2.726-9.875 0a6.98 6.98 0 0 1 0-9.88 6.893 6.893 0 0 1 2.285-1.523v-25.024a6.893 6.893 0 0 1-2.285-1.523 6.988 6.988 0 0 1-1.508-7.637l-10.332-10.336-27.285 27.285a5.868 5.868 0 0 0 0 8.301l39.793 39.793a5.868 5.868 0 0 0 8.3 0l39.61-39.605a5.873 5.873 0 0 0 0-8.305" }) })
|
|
13
|
+
] });
|
|
14
|
+
};
|
|
15
|
+
var logo_default = GitLogo;
|
|
16
|
+
export {
|
|
17
|
+
GitLogo,
|
|
18
|
+
logo_default as default
|
|
19
|
+
};
|
|
@@ -24,9 +24,9 @@ __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 GithubIconDark = (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: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "6a00d90b__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "cbda4499__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4e0952e5__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.245833", d: "M 12.009929,0 C 5.3687487,0 0,5.4083278 0,12.099167 c 0,5.348344 3.4399423,9.875606 8.2120541,11.477946 0.5966369,0.120459 0.8151825,-0.260337 0.8151825,-0.580657 0,-0.280496 -0.019667,-1.241949 -0.019667,-2.243719 C 5.6666984,21.474011 4.9709908,19.310434 4.9709908,19.310434 4.4340913,17.908203 3.6385755,17.547811 3.6385755,17.547811 c -1.0934656,-0.741186 0.07965,-0.741186 0.07965,-0.741186 1.2129404,0.08014 1.8494023,1.241948 1.8494023,1.241948 1.073553,1.842765 2.8034804,1.322091 3.4994339,1.001524 0.099316,-0.781257 0.4176704,-1.32209 0.7556909,-1.622498 -2.6645848,-0.280496 -5.4680653,-1.32209 -5.4680653,-5.969565 0,-1.32209 0.4769162,-2.4037557 1.2326071,-3.2449965 -0.119229,-0.3004081 -0.5368995,-1.5426026 0.1194749,-3.2051718 0,0 1.0140614,-0.3205663 3.3005549,1.2419488 a 11.54678,11.54678 0 0 1 3.0026048,-0.400708 c 1.014062,0 2.04779,0.1403707 3.00236,0.400708 2.286739,-1.5625151 3.300801,-1.2419488 3.300801,-1.2419488 0.656374,1.6625692 0.238458,2.9047637 0.119229,3.2051718 0.775603,0.8412408 1.232853,1.9229065 1.232853,3.2449965 0,4.647475 -2.803481,5.668911 -5.487978,5.969565 0.437583,0.380549 0.815182,1.101578 0.815182,2.243473 0,1.622498 -0.01967,2.924676 -0.01967,3.325138 0,0.320566 0.218791,0.701362 0.815182,0.581149 C 20.56,21.974528 23.999942,17.447511 23.999942,12.099167 24.019613,5.4083278 18.631198,0 12.009929,0 Z", clipRule: "evenodd" })
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var icon_dark_default = GithubIconDark;
|
package/dist/github/icon-dark.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GithubIconDark = (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: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "6a00d90b__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "cbda4499__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "4e0952e5__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.245833", d: "M 12.009929,0 C 5.3687487,0 0,5.4083278 0,12.099167 c 0,5.348344 3.4399423,9.875606 8.2120541,11.477946 0.5966369,0.120459 0.8151825,-0.260337 0.8151825,-0.580657 0,-0.280496 -0.019667,-1.241949 -0.019667,-2.243719 C 5.6666984,21.474011 4.9709908,19.310434 4.9709908,19.310434 4.4340913,17.908203 3.6385755,17.547811 3.6385755,17.547811 c -1.0934656,-0.741186 0.07965,-0.741186 0.07965,-0.741186 1.2129404,0.08014 1.8494023,1.241948 1.8494023,1.241948 1.073553,1.842765 2.8034804,1.322091 3.4994339,1.001524 0.099316,-0.781257 0.4176704,-1.32209 0.7556909,-1.622498 -2.6645848,-0.280496 -5.4680653,-1.32209 -5.4680653,-5.969565 0,-1.32209 0.4769162,-2.4037557 1.2326071,-3.2449965 -0.119229,-0.3004081 -0.5368995,-1.5426026 0.1194749,-3.2051718 0,0 1.0140614,-0.3205663 3.3005549,1.2419488 a 11.54678,11.54678 0 0 1 3.0026048,-0.400708 c 1.014062,0 2.04779,0.1403707 3.00236,0.400708 2.286739,-1.5625151 3.300801,-1.2419488 3.300801,-1.2419488 0.656374,1.6625692 0.238458,2.9047637 0.119229,3.2051718 0.775603,0.8412408 1.232853,1.9229065 1.232853,3.2449965 0,4.647475 -2.803481,5.668911 -5.487978,5.969565 0.437583,0.380549 0.815182,1.101578 0.815182,2.243473 0,1.622498 -0.01967,2.924676 -0.01967,3.325138 0,0.320566 0.218791,0.701362 0.815182,0.581149 C 20.56,21.974528 23.999942,17.447511 23.999942,12.099167 24.019613,5.4083278 18.631198,0 12.009929,0 Z", clipRule: "evenodd" })
|
|
6
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var icon_dark_default = GithubIconDark;
|
|
@@ -24,9 +24,9 @@ __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 GithubIconLight = (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: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d6060676__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "0ad530e8__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "808e7cac__path1", fill: "#24292f", fillRule: "evenodd", strokeWidth: "0.245833", d: "M 12.009929,0 C 5.3687487,0 0,5.4083278 0,12.099167 c 0,5.348344 3.4399423,9.875606 8.2120541,11.477946 0.5966369,0.120459 0.8151825,-0.260337 0.8151825,-0.580657 0,-0.280496 -0.019667,-1.241949 -0.019667,-2.243719 C 5.6666984,21.474011 4.9709908,19.310434 4.9709908,19.310434 4.4340913,17.908203 3.6385755,17.547811 3.6385755,17.547811 c -1.0934656,-0.741186 0.07965,-0.741186 0.07965,-0.741186 1.2129404,0.08014 1.8494023,1.241948 1.8494023,1.241948 1.073553,1.842765 2.8034804,1.322091 3.4994339,1.001524 0.099316,-0.781257 0.4176704,-1.32209 0.7556909,-1.622498 -2.6645848,-0.280496 -5.4680653,-1.32209 -5.4680653,-5.969565 0,-1.32209 0.4769162,-2.4037557 1.2326071,-3.2449965 -0.119229,-0.3004081 -0.5368995,-1.5426026 0.1194749,-3.2051718 0,0 1.0140614,-0.3205663 3.3005549,1.2419488 a 11.54678,11.54678 0 0 1 3.0026048,-0.400708 c 1.014062,0 2.04779,0.1403707 3.00236,0.400708 2.286739,-1.5625151 3.300801,-1.2419488 3.300801,-1.2419488 0.656374,1.6625692 0.238458,2.9047637 0.119229,3.2051718 0.775603,0.8412408 1.232853,1.9229065 1.232853,3.2449965 0,4.647475 -2.803481,5.668911 -5.487978,5.969565 0.437583,0.380549 0.815182,1.101578 0.815182,2.243473 0,1.622498 -0.01967,2.924676 -0.01967,3.325138 0,0.320566 0.218791,0.701362 0.815182,0.581149 C 20.56,21.974528 23.999942,17.447511 23.999942,12.099167 24.019613,5.4083278 18.631198,0 12.009929,0 Z", clipRule: "evenodd" })
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var icon_light_default = GithubIconLight;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GithubIconLight = (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: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d6060676__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "0ad530e8__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "808e7cac__path1", fill: "#24292f", fillRule: "evenodd", strokeWidth: "0.245833", d: "M 12.009929,0 C 5.3687487,0 0,5.4083278 0,12.099167 c 0,5.348344 3.4399423,9.875606 8.2120541,11.477946 0.5966369,0.120459 0.8151825,-0.260337 0.8151825,-0.580657 0,-0.280496 -0.019667,-1.241949 -0.019667,-2.243719 C 5.6666984,21.474011 4.9709908,19.310434 4.9709908,19.310434 4.4340913,17.908203 3.6385755,17.547811 3.6385755,17.547811 c -1.0934656,-0.741186 0.07965,-0.741186 0.07965,-0.741186 1.2129404,0.08014 1.8494023,1.241948 1.8494023,1.241948 1.073553,1.842765 2.8034804,1.322091 3.4994339,1.001524 0.099316,-0.781257 0.4176704,-1.32209 0.7556909,-1.622498 -2.6645848,-0.280496 -5.4680653,-1.32209 -5.4680653,-5.969565 0,-1.32209 0.4769162,-2.4037557 1.2326071,-3.2449965 -0.119229,-0.3004081 -0.5368995,-1.5426026 0.1194749,-3.2051718 0,0 1.0140614,-0.3205663 3.3005549,1.2419488 a 11.54678,11.54678 0 0 1 3.0026048,-0.400708 c 1.014062,0 2.04779,0.1403707 3.00236,0.400708 2.286739,-1.5625151 3.300801,-1.2419488 3.300801,-1.2419488 0.656374,1.6625692 0.238458,2.9047637 0.119229,3.2051718 0.775603,0.8412408 1.232853,1.9229065 1.232853,3.2449965 0,4.647475 -2.803481,5.668911 -5.487978,5.969565 0.437583,0.380549 0.815182,1.101578 0.815182,2.243473 0,1.622498 -0.01967,2.924676 -0.01967,3.325138 0,0.320566 0.218791,0.701362 0.815182,0.581149 C 20.56,21.974528 23.999942,17.447511 23.999942,12.099167 24.019613,5.4083278 18.631198,0 12.009929,0 Z", clipRule: "evenodd" })
|
|
6
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var icon_light_default = GithubIconLight;
|
|
@@ -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 GithubLogoDark = (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.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.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: "e11e2628__svg1", version: "1.1", viewBox: "0 0 24 6.4903698", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "75db8725__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "57588cd5__layer1", transform: "translate(-41.274997,-71.702071)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "058d473b__path2", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 45.897592,74.480059 h -2.016659 c -0.05206,0 -0.09448,0.04216 -0.09448,0.09422 v 0.985945 c 0,0.05206 0.04243,0.09448 0.09448,0.09448 h 0.78657 v 1.225144 c 0,0 -0.176471,0.06012 -0.665018,0.06012 -0.576262,0 -1.381052,-0.210567 -1.381052,-1.980479 0,-1.770432 0.838106,-2.003383 1.624935,-2.003383 0.681156,0 0.974753,0.119989 1.161375,0.177772 0.05856,0.01796 0.112962,-0.0406 0.112962,-0.09266 l 0.224882,-0.952629 c 0,-0.02447 -0.0081,-0.05362 -0.03592,-0.0734 -0.07574,-0.0544 -0.538522,-0.313118 -1.707184,-0.313118 -1.346174,0 -2.727486,0.572879 -2.727486,3.326393 0,2.753774 1.581208,3.163977 2.913847,3.163977 1.103072,0 1.772254,-0.471369 1.772254,-0.471369 0.02759,-0.01536 0.03071,-0.05388 0.03071,-0.07158 V 74.57428 c 0,-0.05206 -0.04216,-0.09422 -0.09422,-0.09422" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "88eaf337__path3", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 56.291137,72.032115 c 0,-0.05258 -0.04165,-0.095 -0.0937,-0.095 h -1.135606 c -0.0518,0 -0.09396,0.04243 -0.09396,0.095 0,2.64e-4 1.89e-4,2.19443 1.89e-4,2.19443 h -1.769911 v -2.19443 c 0,-0.05258 -0.0419,-0.095 -0.0937,-0.095 h -1.135607 c -0.05154,0 -0.0937,0.04243 -0.0937,0.095 v 5.941958 c 0,0.05258 0.04217,0.095 0.0937,0.095 h 1.135607 c 0.0518,0 0.0937,-0.04243 0.0937,-0.095 v -2.541646 h 1.769911 c 0,0 -0.0031,2.541385 -0.0031,2.541646 0,0.05258 0.04217,0.095 0.09422,0.095 h 1.138209 c 0.0518,0 0.09344,-0.04243 0.0937,-0.095 z m 0,0" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cff47e44__path4", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 48.040486,72.811657 c 0,-0.408902 -0.327954,-0.739198 -0.732431,-0.739198 -0.403956,0 -0.731911,0.330296 -0.731911,0.739198 0,0.408641 0.327955,0.739979 0.731911,0.739979 0.404477,0 0.732431,-0.331338 0.732431,-0.739979" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2d50f3ff__path5", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 47.959278,76.720558 v -2.742842 c 0,-0.05206 -0.04217,-0.09448 -0.09396,-0.09448 h -1.131963 c -0.05206,0 -0.09839,0.05336 -0.09839,0.105414 v 3.929723 c 0,0.115565 0.07184,0.149922 0.165018,0.149922 h 1.019782 c 0.11192,0 0.13951,-0.05492 0.13951,-0.151743 z m 0,0" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b5f1f0c7__path6", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "M 60.606598,73.892083 H 59.47984 c -0.0518,0 -0.0937,0.04269 -0.0937,0.095 v 2.913587 c 0,0 -0.286309,0.209527 -0.692609,0.209527 -0.406299,0 -0.514316,-0.18454 -0.514316,-0.582249 v -2.540865 c 0,-0.05232 -0.0419,-0.095 -0.0937,-0.095 H 56.94184 c -0.05154,0 -0.0937,0.04269 -0.0937,0.095 v 2.733212 c 0,1.181677 0.658509,1.470849 1.56455,1.470849 0.743361,0 1.34253,-0.410725 1.34253,-0.410725 0,0 0.02863,0.216294 0.04164,0.242062 0.01275,0.02551 0.04633,0.05154 0.08277,0.05154 l 0.727484,-0.0034 c 0.05154,0 0.09396,-0.04269 0.09396,-0.09474 l -5.67e-4,-3.988808 c 0,-0.05232 -0.04191,-0.095 -0.09396,-0.095" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "dcd0328e__path7", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 63.242205,77.106554 c -0.390943,-0.01197 -0.65617,-0.189483 -0.65617,-0.189483 v -1.881572 c 0,0 0.261583,-0.160333 0.58251,-0.188965 0.405777,-0.03644 0.796719,0.08615 0.796719,1.054139 0,1.020823 -0.176471,1.22228 -0.723059,1.205881 m 0.4443,-3.347994 c -0.640032,0 -1.075222,0.285528 -1.075222,0.285528 v -2.011973 c 0,-0.05258 -0.04216,-0.09474 -0.0937,-0.09474 h -1.138991 c -0.05154,0 -0.0937,0.04217 -0.0937,0.09474 v 5.941958 c 0,0.05258 0.04216,0.095 0.09396,0.095 h 0.790212 c 0.0354,0 0.06247,-0.01823 0.08225,-0.05049 0.01978,-0.03175 0.04815,-0.273816 0.04815,-0.273816 0,0 0.465643,0.441177 1.346955,0.441177 1.034878,0 1.628578,-0.524988 1.628578,-2.356325 0,-1.831598 -0.947943,-2.071056 -1.588494,-2.071056" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "83b9efbc__path8", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 51.222943,73.882714 h -0.8519 c 0,0 -0.0013,-1.125196 -0.0013,-1.125456 0,-0.04269 -0.02186,-0.06403 -0.07132,-0.06403 H 49.13783 c -0.04503,0 -0.0695,0.02004 -0.0695,0.06351 v 1.162676 c 0,0 -0.581468,0.140552 -0.621031,0.151744 -0.03904,0.01145 -0.06793,0.04763 -0.06793,0.09058 v 0.730869 c 0,0.05258 0.0419,0.095 0.09396,0.095 h 0.595003 v 1.757938 c 0,1.30583 0.915929,1.433889 1.534097,1.433889 0.282405,0 0.62025,-0.09058 0.67595,-0.111141 0.03384,-0.01248 0.05336,-0.04737 0.05336,-0.08537 l 10e-4,-0.803748 c 0,-0.05232 -0.04425,-0.09474 -0.09422,-0.09474 -0.04971,0 -0.176731,0.02004 -0.307392,0.02004 -0.418272,0 -0.560125,-0.19443 -0.560125,-0.446382 0,-0.251432 0,-1.670484 0,-1.670484 h 0.8519 c 0.0518,0 0.09396,-0.04243 0.09396,-0.095 v -0.915408 c 0,-0.05232 -0.04216,-0.09448 -0.09396,-0.09448" })
|
|
37
37
|
] })
|
|
38
38
|
] });
|
|
39
39
|
};
|
package/dist/github/logo-dark.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GithubLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ 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: "e11e2628__svg1", version: "1.1", viewBox: "0 0 24 6.4903698", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "75db8725__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "57588cd5__layer1", transform: "translate(-41.274997,-71.702071)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "058d473b__path2", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 45.897592,74.480059 h -2.016659 c -0.05206,0 -0.09448,0.04216 -0.09448,0.09422 v 0.985945 c 0,0.05206 0.04243,0.09448 0.09448,0.09448 h 0.78657 v 1.225144 c 0,0 -0.176471,0.06012 -0.665018,0.06012 -0.576262,0 -1.381052,-0.210567 -1.381052,-1.980479 0,-1.770432 0.838106,-2.003383 1.624935,-2.003383 0.681156,0 0.974753,0.119989 1.161375,0.177772 0.05856,0.01796 0.112962,-0.0406 0.112962,-0.09266 l 0.224882,-0.952629 c 0,-0.02447 -0.0081,-0.05362 -0.03592,-0.0734 -0.07574,-0.0544 -0.538522,-0.313118 -1.707184,-0.313118 -1.346174,0 -2.727486,0.572879 -2.727486,3.326393 0,2.753774 1.581208,3.163977 2.913847,3.163977 1.103072,0 1.772254,-0.471369 1.772254,-0.471369 0.02759,-0.01536 0.03071,-0.05388 0.03071,-0.07158 V 74.57428 c 0,-0.05206 -0.04216,-0.09422 -0.09422,-0.09422" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "88eaf337__path3", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 56.291137,72.032115 c 0,-0.05258 -0.04165,-0.095 -0.0937,-0.095 h -1.135606 c -0.0518,0 -0.09396,0.04243 -0.09396,0.095 0,2.64e-4 1.89e-4,2.19443 1.89e-4,2.19443 h -1.769911 v -2.19443 c 0,-0.05258 -0.0419,-0.095 -0.0937,-0.095 h -1.135607 c -0.05154,0 -0.0937,0.04243 -0.0937,0.095 v 5.941958 c 0,0.05258 0.04217,0.095 0.0937,0.095 h 1.135607 c 0.0518,0 0.0937,-0.04243 0.0937,-0.095 v -2.541646 h 1.769911 c 0,0 -0.0031,2.541385 -0.0031,2.541646 0,0.05258 0.04217,0.095 0.09422,0.095 h 1.138209 c 0.0518,0 0.09344,-0.04243 0.0937,-0.095 z m 0,0" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "cff47e44__path4", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 48.040486,72.811657 c 0,-0.408902 -0.327954,-0.739198 -0.732431,-0.739198 -0.403956,0 -0.731911,0.330296 -0.731911,0.739198 0,0.408641 0.327955,0.739979 0.731911,0.739979 0.404477,0 0.732431,-0.331338 0.732431,-0.739979" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "2d50f3ff__path5", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 47.959278,76.720558 v -2.742842 c 0,-0.05206 -0.04217,-0.09448 -0.09396,-0.09448 h -1.131963 c -0.05206,0 -0.09839,0.05336 -0.09839,0.105414 v 3.929723 c 0,0.115565 0.07184,0.149922 0.165018,0.149922 h 1.019782 c 0.11192,0 0.13951,-0.05492 0.13951,-0.151743 z m 0,0" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "b5f1f0c7__path6", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "M 60.606598,73.892083 H 59.47984 c -0.0518,0 -0.0937,0.04269 -0.0937,0.095 v 2.913587 c 0,0 -0.286309,0.209527 -0.692609,0.209527 -0.406299,0 -0.514316,-0.18454 -0.514316,-0.582249 v -2.540865 c 0,-0.05232 -0.0419,-0.095 -0.0937,-0.095 H 56.94184 c -0.05154,0 -0.0937,0.04269 -0.0937,0.095 v 2.733212 c 0,1.181677 0.658509,1.470849 1.56455,1.470849 0.743361,0 1.34253,-0.410725 1.34253,-0.410725 0,0 0.02863,0.216294 0.04164,0.242062 0.01275,0.02551 0.04633,0.05154 0.08277,0.05154 l 0.727484,-0.0034 c 0.05154,0 0.09396,-0.04269 0.09396,-0.09474 l -5.67e-4,-3.988808 c 0,-0.05232 -0.04191,-0.095 -0.09396,-0.095" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "dcd0328e__path7", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 63.242205,77.106554 c -0.390943,-0.01197 -0.65617,-0.189483 -0.65617,-0.189483 v -1.881572 c 0,0 0.261583,-0.160333 0.58251,-0.188965 0.405777,-0.03644 0.796719,0.08615 0.796719,1.054139 0,1.020823 -0.176471,1.22228 -0.723059,1.205881 m 0.4443,-3.347994 c -0.640032,0 -1.075222,0.285528 -1.075222,0.285528 v -2.011973 c 0,-0.05258 -0.04216,-0.09474 -0.0937,-0.09474 h -1.138991 c -0.05154,0 -0.0937,0.04217 -0.0937,0.09474 v 5.941958 c 0,0.05258 0.04216,0.095 0.09396,0.095 h 0.790212 c 0.0354,0 0.06247,-0.01823 0.08225,-0.05049 0.01978,-0.03175 0.04815,-0.273816 0.04815,-0.273816 0,0 0.465643,0.441177 1.346955,0.441177 1.034878,0 1.628578,-0.524988 1.628578,-2.356325 0,-1.831598 -0.947943,-2.071056 -1.588494,-2.071056" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "83b9efbc__path8", fill: "#ffffff", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m 51.222943,73.882714 h -0.8519 c 0,0 -0.0013,-1.125196 -0.0013,-1.125456 0,-0.04269 -0.02186,-0.06403 -0.07132,-0.06403 H 49.13783 c -0.04503,0 -0.0695,0.02004 -0.0695,0.06351 v 1.162676 c 0,0 -0.581468,0.140552 -0.621031,0.151744 -0.03904,0.01145 -0.06793,0.04763 -0.06793,0.09058 v 0.730869 c 0,0.05258 0.0419,0.095 0.09396,0.095 h 0.595003 v 1.757938 c 0,1.30583 0.915929,1.433889 1.534097,1.433889 0.282405,0 0.62025,-0.09058 0.67595,-0.111141 0.03384,-0.01248 0.05336,-0.04737 0.05336,-0.08537 l 10e-4,-0.803748 c 0,-0.05232 -0.04425,-0.09474 -0.09422,-0.09474 -0.04971,0 -0.176731,0.02004 -0.307392,0.02004 -0.418272,0 -0.560125,-0.19443 -0.560125,-0.446382 0,-0.251432 0,-1.670484 0,-1.670484 h 0.8519 c 0.0518,0 0.09396,-0.04243 0.09396,-0.095 v -0.915408 c 0,-0.05232 -0.04216,-0.09448 -0.09396,-0.09448" })
|
|
13
13
|
] })
|
|
14
14
|
] });
|
|
15
15
|
};
|
|
@@ -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 GithubLogoLight = (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.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.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: "238054be__svg1", version: "1.1", viewBox: "0 0 24.000002 6.4903698", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "78416683__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "27ae54a4__layer1", transform: "translate(22.225003,-66.67499)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "87378fa1__path9", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -17.602408,69.452979 h -2.016659 c -0.05206,0 -0.09448,0.04217 -0.09448,0.09422 v 0.985945 c 0,0.05206 0.04242,0.09448 0.09448,0.09448 h 0.78657 v 1.225143 c 0,0 -0.176471,0.06012 -0.665018,0.06012 -0.576262,0 -1.381052,-0.210568 -1.381052,-1.980479 0,-1.770432 0.838106,-2.003383 1.624935,-2.003383 0.681156,0 0.974753,0.119989 1.161375,0.177772 0.05856,0.01796 0.112961,-0.04034 0.112961,-0.0924 l 0.224883,-0.952889 c 0,-0.02421 -0.0081,-0.05362 -0.03592,-0.07366 -0.07574,-0.05388 -0.538522,-0.312858 -1.707184,-0.312858 -1.346174,0 -2.727486,0.572879 -2.727486,3.326393 0,2.753513 1.581208,3.163977 2.913847,3.163977 1.103072,0 1.772254,-0.471369 1.772254,-0.471369 0.02759,-0.01536 0.03071,-0.05388 0.03071,-0.07158 V 69.54719 c 0,-0.05206 -0.04217,-0.09422 -0.09422,-0.09422" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "71f42069__path10", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -7.2088637,67.005035 c 0,-0.05258 -0.041645,-0.095 -0.093701,-0.095 h -1.135606 c -0.051796,0 -0.093962,0.04243 -0.093962,0.095 l 2.644e-4,2.19443 h -1.7699087 v -2.19443 c 0,-0.05258 -0.04191,-0.095 -0.0937,-0.095 h -1.135606 c -0.05154,0 -0.0937,0.04243 -0.0937,0.095 v 5.941958 c 0,0.05232 0.04217,0.095 0.0937,0.095 h 1.135606 c 0.0518,0 0.0937,-0.04269 0.0937,-0.095 v -2.541645 h 1.7699108 c 0,0 -0.00313,2.541384 -0.00313,2.541645 0,0.05232 0.042165,0.095 0.094222,0.095 h 1.1382092 c 0.051796,0 0.093441,-0.04269 0.093701,-0.095 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b0e7e17c__path11", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -15.459514,67.784577 c 0,-0.408641 -0.327954,-0.739198 -0.732431,-0.739198 -0.403956,0 -0.731911,0.330557 -0.731911,0.739198 0,0.408642 0.327955,0.73998 0.731911,0.73998 0.404477,0 0.732431,-0.331338 0.732431,-0.73998" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e2fa8235__path12", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -15.540722,71.693479 v -2.742842 c 0,-0.05206 -0.04217,-0.09448 -0.09396,-0.09448 h -1.131963 c -0.05206,0 -0.09839,0.05336 -0.09839,0.105413 v 3.929724 c 0,0.115565 0.07184,0.149922 0.165018,0.149922 h 1.019782 c 0.11192,0 0.13951,-0.05492 0.13951,-0.151743 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4c6c3c25__path13", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -2.8934025,68.865004 h -1.1267572 c -0.051796,0 -0.093701,0.04243 -0.093701,0.095 v 2.913587 c 0,0 -0.2863088,0.209526 -0.6926079,0.209526 -0.4062983,0 -0.5143154,-0.184539 -0.5143154,-0.582249 v -2.540864 c 0,-0.05258 -0.041905,-0.095 -0.093701,-0.095 h -1.1436751 c -0.051536,0 -0.093701,0.04243 -0.093701,0.095 v 2.733211 c 0,1.181677 0.658511,1.47085 1.5645499,1.47085 0.7433628,0 1.34253,-0.410724 1.34253,-0.410724 0,0 0.028631,0.216553 0.041645,0.242061 0.012753,0.02551 0.04633,0.05154 0.082769,0.05154 l 0.7274858,-0.0034 c 0.051536,0 0.093962,-0.04243 0.093962,-0.09474 l -5.289e-4,-3.988808 c 0,-0.05258 -0.041906,-0.095 -0.093962,-0.095" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "90e8a898__path14", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -0.25779587,72.079476 c -0.39094236,-0.01197 -0.65616882,-0.189224 -0.65616882,-0.189224 v -1.881833 c 0,0 0.26158225,-0.160333 0.58250923,-0.188964 0.40577796,-0.03644 0.79672031,0.08615 0.79672031,1.054138 0,1.020823 -0.1764708,1.22228 -0.72306072,1.205883 M 0.18650414,68.73148 c -0.64003146,0 -1.07522132,0.285528 -1.07522132,0.285528 v -2.011973 c 0,-0.05258 -0.0421661,-0.095 -0.0937012,-0.095 H -2.1214086 c -0.051536,0 -0.093701,0.04243 -0.093701,0.095 v 5.941958 c 0,0.05258 0.042165,0.095 0.093961,0.095 h 0.7902137 c 0.035398,0 0.062467,-0.01823 0.082249,-0.05049 0.019782,-0.03175 0.048152,-0.273816 0.048152,-0.273816 0,0 0.46564286,0.441177 1.34695446,0.441177 1.03487844,0 1.62857874,-0.524987 1.62857874,-2.356325 0,-1.831598 -0.94794323,-2.071057 -1.58849486,-2.071057" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "8b6ef325__path15", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -12.277057,68.855634 h -0.8519 c 0,0 -0.0013,-1.125195 -0.0013,-1.125456 0,-0.04268 -0.02186,-0.06403 -0.07132,-0.06403 h -1.160593 c -0.04503,0 -0.06949,0.02004 -0.06949,0.06351 v 1.162676 c 0,0 -0.581468,0.140551 -0.621031,0.151744 -0.03904,0.01145 -0.06793,0.04763 -0.06793,0.09058 v 0.730869 c 0,0.05258 0.0419,0.095 0.09396,0.095 h 0.595003 v 1.757939 c 0,1.30583 0.915929,1.433889 1.534097,1.433889 0.282405,0 0.62025,-0.09058 0.67595,-0.111141 0.03384,-0.01248 0.05336,-0.04737 0.05336,-0.08511 l 10e-4,-0.804009 c 0,-0.05232 -0.04425,-0.09474 -0.09422,-0.09474 -0.04971,0 -0.176731,0.02004 -0.307392,0.02004 -0.418272,0 -0.560125,-0.19443 -0.560125,-0.446383 v -1.670484 h 0.8519 c 0.0518,0 0.09396,-0.04242 0.09396,-0.095 v -0.915409 c 0,-0.05232 -0.04217,-0.09448 -0.09396,-0.09448" })
|
|
37
37
|
] })
|
|
38
38
|
] });
|
|
39
39
|
};
|