@logoicon/react 1.0.1
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 +22 -0
- package/dist/github/icon-dark.cjs +36 -0
- package/dist/github/icon-dark.d.cts +6 -0
- package/dist/github/icon-dark.d.ts +6 -0
- package/dist/github/icon-dark.js +12 -0
- package/dist/github/icon-light.cjs +36 -0
- package/dist/github/icon-light.d.cts +6 -0
- package/dist/github/icon-light.d.ts +6 -0
- package/dist/github/icon-light.js +12 -0
- package/dist/github/logo-dark.cjs +44 -0
- package/dist/github/logo-dark.d.cts +6 -0
- package/dist/github/logo-dark.d.ts +6 -0
- package/dist/github/logo-dark.js +20 -0
- package/dist/github/logo-light.cjs +44 -0
- package/dist/github/logo-light.d.cts +6 -0
- package/dist/github/logo-light.d.ts +6 -0
- package/dist/github/logo-light.js +20 -0
- package/dist/gitlab/icon-mono-dark.cjs +36 -0
- package/dist/gitlab/icon-mono-dark.d.cts +6 -0
- package/dist/gitlab/icon-mono-dark.d.ts +6 -0
- package/dist/gitlab/icon-mono-dark.js +12 -0
- package/dist/gitlab/icon-mono-light.cjs +36 -0
- package/dist/gitlab/icon-mono-light.d.cts +6 -0
- package/dist/gitlab/icon-mono-light.d.ts +6 -0
- package/dist/gitlab/icon-mono-light.js +12 -0
- package/dist/gitlab/icon.cjs +39 -0
- package/dist/gitlab/icon.d.cts +6 -0
- package/dist/gitlab/icon.d.ts +6 -0
- package/dist/gitlab/icon.js +15 -0
- package/dist/gitlab/logo-dark.cjs +49 -0
- package/dist/gitlab/logo-dark.d.cts +6 -0
- package/dist/gitlab/logo-dark.d.ts +6 -0
- package/dist/gitlab/logo-dark.js +25 -0
- package/dist/gitlab/logo-mono-dark.cjs +44 -0
- package/dist/gitlab/logo-mono-dark.d.cts +6 -0
- package/dist/gitlab/logo-mono-dark.d.ts +6 -0
- package/dist/gitlab/logo-mono-dark.js +20 -0
- package/dist/gitlab/logo-mono-light.cjs +44 -0
- package/dist/gitlab/logo-mono-light.d.cts +6 -0
- package/dist/gitlab/logo-mono-light.d.ts +6 -0
- package/dist/gitlab/logo-mono-light.js +20 -0
- package/dist/gitlab/logo.cjs +49 -0
- package/dist/gitlab/logo.d.cts +6 -0
- package/dist/gitlab/logo.d.ts +6 -0
- package/dist/gitlab/logo.js +25 -0
- package/dist/index.cjs +135 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.js +74 -0
- package/dist/metadata.cjs +93 -0
- package/dist/metadata.d.cts +287 -0
- package/dist/metadata.d.ts +287 -0
- package/dist/metadata.js +65 -0
- package/dist/nextjs/icon-dark.cjs +50 -0
- package/dist/nextjs/icon-dark.d.cts +6 -0
- package/dist/nextjs/icon-dark.d.ts +6 -0
- package/dist/nextjs/icon-dark.js +26 -0
- package/dist/nextjs/icon-light.cjs +50 -0
- package/dist/nextjs/icon-light.d.cts +6 -0
- package/dist/nextjs/icon-light.d.ts +6 -0
- package/dist/nextjs/icon-light.js +26 -0
- package/dist/nextjs/logo-dark.cjs +43 -0
- package/dist/nextjs/logo-dark.d.cts +6 -0
- package/dist/nextjs/logo-dark.d.ts +6 -0
- package/dist/nextjs/logo-dark.js +19 -0
- package/dist/nextjs/logo-light.cjs +43 -0
- package/dist/nextjs/logo-light.d.cts +6 -0
- package/dist/nextjs/logo-light.d.ts +6 -0
- package/dist/nextjs/logo-light.js +19 -0
- package/dist/turbo/icon-dark.cjs +40 -0
- package/dist/turbo/icon-dark.d.cts +6 -0
- package/dist/turbo/icon-dark.d.ts +6 -0
- package/dist/turbo/icon-dark.js +16 -0
- package/dist/turbo/icon-light.cjs +40 -0
- package/dist/turbo/icon-light.d.cts +6 -0
- package/dist/turbo/icon-light.d.ts +6 -0
- package/dist/turbo/icon-light.js +16 -0
- package/dist/turbo/logo-dark.cjs +45 -0
- package/dist/turbo/logo-dark.d.cts +6 -0
- package/dist/turbo/logo-dark.d.ts +6 -0
- package/dist/turbo/logo-dark.js +21 -0
- package/dist/turbo/logo-light.cjs +45 -0
- package/dist/turbo/logo-light.d.cts +6 -0
- package/dist/turbo/logo-light.d.ts +6 -0
- package/dist/turbo/logo-light.js +21 -0
- package/dist/turbopack/icon-dark.cjs +52 -0
- package/dist/turbopack/icon-dark.d.cts +6 -0
- package/dist/turbopack/icon-dark.d.ts +6 -0
- package/dist/turbopack/icon-dark.js +28 -0
- package/dist/turbopack/icon-light.cjs +52 -0
- package/dist/turbopack/icon-light.d.cts +6 -0
- package/dist/turbopack/icon-light.d.ts +6 -0
- package/dist/turbopack/icon-light.js +28 -0
- package/dist/turbopack/logo-dark.cjs +61 -0
- package/dist/turbopack/logo-dark.d.cts +6 -0
- package/dist/turbopack/logo-dark.d.ts +6 -0
- package/dist/turbopack/logo-dark.js +37 -0
- package/dist/turbopack/logo-light.cjs +61 -0
- package/dist/turbopack/logo-light.d.cts +6 -0
- package/dist/turbopack/logo-light.d.ts +6 -0
- package/dist/turbopack/logo-light.js +37 -0
- package/dist/turborepo/icon-dark.cjs +40 -0
- package/dist/turborepo/icon-dark.d.cts +6 -0
- package/dist/turborepo/icon-dark.d.ts +6 -0
- package/dist/turborepo/icon-dark.js +16 -0
- package/dist/turborepo/icon-light.cjs +40 -0
- package/dist/turborepo/icon-light.d.cts +6 -0
- package/dist/turborepo/icon-light.d.ts +6 -0
- package/dist/turborepo/icon-light.js +16 -0
- package/dist/turborepo/logo-dark.cjs +49 -0
- package/dist/turborepo/logo-dark.d.cts +6 -0
- package/dist/turborepo/logo-dark.d.ts +6 -0
- package/dist/turborepo/logo-dark.js +25 -0
- package/dist/turborepo/logo-light.cjs +49 -0
- package/dist/turborepo/logo-light.d.cts +6 -0
- package/dist/turborepo/logo-light.d.ts +6 -0
- package/dist/turborepo/logo-light.js +25 -0
- package/dist/v0/logo-dark.cjs +39 -0
- package/dist/v0/logo-dark.d.cts +6 -0
- package/dist/v0/logo-dark.d.ts +6 -0
- package/dist/v0/logo-dark.js +15 -0
- package/dist/v0/logo-light.cjs +39 -0
- package/dist/v0/logo-light.d.cts +6 -0
- package/dist/v0/logo-light.d.ts +6 -0
- package/dist/v0/logo-light.js +15 -0
- package/dist/vercel/icon-dark.cjs +36 -0
- package/dist/vercel/icon-dark.d.cts +6 -0
- package/dist/vercel/icon-dark.d.ts +6 -0
- package/dist/vercel/icon-dark.js +12 -0
- package/dist/vercel/icon-light.cjs +36 -0
- package/dist/vercel/icon-light.d.cts +6 -0
- package/dist/vercel/icon-light.d.ts +6 -0
- package/dist/vercel/icon-light.js +12 -0
- package/dist/vercel/logo-dark.cjs +36 -0
- package/dist/vercel/logo-dark.d.cts +6 -0
- package/dist/vercel/logo-dark.d.ts +6 -0
- package/dist/vercel/logo-dark.js +12 -0
- package/dist/vercel/logo-light.cjs +36 -0
- package/dist/vercel/logo-light.d.cts +6 -0
- package/dist/vercel/logo-light.d.ts +6 -0
- package/dist/vercel/logo-light.js +12 -0
- package/package.json +69 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @logoicon/react
|
|
2
|
+
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fixed, release only dist dir
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @logoicon/core@1.0.1
|
|
10
|
+
|
|
11
|
+
## 1.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- main release
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- chore: set up Changesets for the Turborepo and add basic scripts/config.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @logoicon/core@1.0.0
|
|
@@ -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_dark_exports = {};
|
|
20
|
+
__export(icon_dark_exports, {
|
|
21
|
+
GithubIconDark: () => GithubIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GithubIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__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
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_dark_default = GithubIconDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
GithubIconDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GithubIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_dark_default = GithubIconDark;
|
|
9
|
+
export {
|
|
10
|
+
GithubIconDark,
|
|
11
|
+
icon_dark_default as default
|
|
12
|
+
};
|
|
@@ -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_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
GithubIconLight: () => GithubIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GithubIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__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
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_light_default = GithubIconLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
GithubIconLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GithubIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 23.999996 23.600075", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_light_default = GithubIconLight;
|
|
9
|
+
export {
|
|
10
|
+
GithubIconLight,
|
|
11
|
+
icon_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
GithubLogoDark: () => GithubLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GithubLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 6.4903698", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__layer1", transform: "translate(-41.274997,-71.702071)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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
|
+
] })
|
|
38
|
+
] });
|
|
39
|
+
};
|
|
40
|
+
var logo_dark_default = GithubLogoDark;
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
GithubLogoDark
|
|
44
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GithubLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 6.4903698", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "prefix__layer1", transform: "translate(-41.274997,-71.702071)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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
|
+
] })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
var logo_dark_default = GithubLogoDark;
|
|
17
|
+
export {
|
|
18
|
+
GithubLogoDark,
|
|
19
|
+
logo_dark_default as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
GithubLogoLight: () => GithubLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GithubLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24.000002 6.4903698", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__layer1", transform: "translate(22.225003,-66.67499)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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: "prefix__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
|
+
] })
|
|
38
|
+
] });
|
|
39
|
+
};
|
|
40
|
+
var logo_light_default = GithubLogoLight;
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
GithubLogoLight
|
|
44
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GithubLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24.000002 6.4903698", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "prefix__layer1", transform: "translate(22.225003,-66.67499)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__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" })
|
|
13
|
+
] })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
var logo_light_default = GithubLogoLight;
|
|
17
|
+
export {
|
|
18
|
+
GithubLogoLight,
|
|
19
|
+
logo_light_default as default
|
|
20
|
+
};
|
|
@@ -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_mono_dark_exports = {};
|
|
20
|
+
__export(icon_mono_dark_exports, {
|
|
21
|
+
GitlabIconMonoDark: () => GitlabIconMonoDark,
|
|
22
|
+
default: () => icon_mono_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_mono_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitlabIconMonoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#fff", strokeWidth: "0.12497", d: "M 23.601421,9.1493923 23.567679,9.063163 20.300964,0.53771233 a 0.85104543,0.85104543 0 0 0 -0.336169,-0.40490267 0.87478972,0.87478972 0 0 0 -0.99976,0.0537371 0.87478972,0.87478972 0 0 0 -0.28993,0.43989426 L 16.469385,7.3748188 H 7.5377821 L 5.3320623,0.626441 A 0.85729393,0.85729393 0 0 0 5.042132,0.18529704 0.87478972,0.87478972 0 0 0 4.0423723,0.13155996 0.85854363,0.85854363 0 0 0 3.7062032,0.53646263 L 0.4332399,9.0581642 0.40074771,9.1443935 A 6.0660419,6.0660419 0 0 0 2.4127641,16.155208 l 0.011247,0.0087 0.029993,0.02125 4.9763038,3.726604 2.4619082,1.863302 1.4996399,1.132228 a 1.0085076,1.0085076 0 0 0 1.219707,0 l 1.499639,-1.132228 2.461908,-1.863302 5.006297,-3.749099 0.0125,-0.01 a 6.0685413,6.0685413 0 0 0 2.009517,-7.0033167 z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_mono_dark_default = GitlabIconMonoDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
GitlabIconMonoDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitlabIconMonoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#fff", strokeWidth: "0.12497", d: "M 23.601421,9.1493923 23.567679,9.063163 20.300964,0.53771233 a 0.85104543,0.85104543 0 0 0 -0.336169,-0.40490267 0.87478972,0.87478972 0 0 0 -0.99976,0.0537371 0.87478972,0.87478972 0 0 0 -0.28993,0.43989426 L 16.469385,7.3748188 H 7.5377821 L 5.3320623,0.626441 A 0.85729393,0.85729393 0 0 0 5.042132,0.18529704 0.87478972,0.87478972 0 0 0 4.0423723,0.13155996 0.85854363,0.85854363 0 0 0 3.7062032,0.53646263 L 0.4332399,9.0581642 0.40074771,9.1443935 A 6.0660419,6.0660419 0 0 0 2.4127641,16.155208 l 0.011247,0.0087 0.029993,0.02125 4.9763038,3.726604 2.4619082,1.863302 1.4996399,1.132228 a 1.0085076,1.0085076 0 0 0 1.219707,0 l 1.499639,-1.132228 2.461908,-1.863302 5.006297,-3.749099 0.0125,-0.01 a 6.0685413,6.0685413 0 0 0 2.009517,-7.0033167 z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_mono_dark_default = GitlabIconMonoDark;
|
|
9
|
+
export {
|
|
10
|
+
GitlabIconMonoDark,
|
|
11
|
+
icon_mono_dark_default as default
|
|
12
|
+
};
|
|
@@ -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_mono_light_exports = {};
|
|
20
|
+
__export(icon_mono_light_exports, {
|
|
21
|
+
GitlabIconMonoLight: () => GitlabIconMonoLight,
|
|
22
|
+
default: () => icon_mono_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_mono_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitlabIconMonoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "prefix__LOGO", transform: "matrix(0.12496996,0,0,0.12496996,-11.743833,-12.186729)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#171321", d: "m 282.83,170.73 -0.27,-0.69 -26.14,-68.22 a 6.81,6.81 0 0 0 -2.69,-3.24 7,7 0 0 0 -8,0.43 7,7 0 0 0 -2.32,3.52 l -17.65,54 h -71.47 l -17.65,-54 a 6.86,6.86 0 0 0 -2.32,-3.53 7,7 0 0 0 -8,-0.43 6.87,6.87 0 0 0 -2.69,3.24 L 97.44,170 l -0.26,0.69 a 48.54,48.54 0 0 0 16.1,56.1 l 0.09,0.07 0.24,0.17 39.82,29.82 19.7,14.91 12,9.06 a 8.07,8.07 0 0 0 9.76,0 l 12,-9.06 19.7,-14.91 40.06,-30 0.1,-0.08 a 48.56,48.56 0 0 0 16.08,-56.04 z" }) })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_mono_light_default = GitlabIconMonoLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
GitlabIconMonoLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitlabIconMonoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("g", { id: "prefix__LOGO", transform: "matrix(0.12496996,0,0,0.12496996,-11.743833,-12.186729)", children: /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#171321", d: "m 282.83,170.73 -0.27,-0.69 -26.14,-68.22 a 6.81,6.81 0 0 0 -2.69,-3.24 7,7 0 0 0 -8,0.43 7,7 0 0 0 -2.32,3.52 l -17.65,54 h -71.47 l -17.65,-54 a 6.86,6.86 0 0 0 -2.32,-3.53 7,7 0 0 0 -8,-0.43 6.87,6.87 0 0 0 -2.69,3.24 L 97.44,170 l -0.26,0.69 a 48.54,48.54 0 0 0 16.1,56.1 l 0.09,0.07 0.24,0.17 39.82,29.82 19.7,14.91 12,9.06 a 8.07,8.07 0 0 0 9.76,0 l 12,-9.06 19.7,-14.91 40.06,-30 0.1,-0.08 a 48.56,48.56 0 0 0 16.08,-56.04 z" }) })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_mono_light_default = GitlabIconMonoLight;
|
|
9
|
+
export {
|
|
10
|
+
GitlabIconMonoLight,
|
|
11
|
+
icon_mono_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
GitlabIcon: () => GitlabIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const GitlabIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.11574", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#e24329", d: "M 23.598575,9.1495853 23.565689,9.06356 20.29882,0.54015745 C 20.233542,0.37317215 20.116141,0.23250017 19.963335,0.13534152 19.811022,0.0376802 19.632397,-0.00836646 19.451237,0.00124821 19.271103,0.01086154 19.098035,0.0766442 18.956854,0.18898018 18.816685,0.30233082 18.715481,0.4556548 18.667918,0.62871343 L 16.462173,7.3795296 H 7.5380096 L 5.3322634,0.62871343 C 5.2847007,0.4556548 5.1834967,0.30233216 5.0433274,0.18898018 4.9021461,0.07664553 4.7290915,0.01086287 4.5489462,0.00124821 4.3677982,-0.00836512 4.1891596,0.0376802 4.0368596,0.13534152 3.8840396,0.23250017 3.7666396,0.37317215 3.7013623,0.54015745 L 0.43450554,9.064068 0.40160688,9.1495853 c -0.96802249,2.5250427 -0.14320797,5.3794987 2.01244232,7.0098967 0.00404,0.0025 0.00759,0.0056 0.01164,0.0086 l 0.028847,0.02176 4.9761938,3.725321 2.4612875,1.863166 1.4978245,1.132472 c 0.360787,0.273253 0.859716,0.273253 1.220515,0 l 1.497811,-1.132472 2.460782,-1.863166 5.005548,-3.747079 c 0.0046,-0.0035 0.0086,-0.0066 0.01316,-0.01012 2.154131,-1.630395 2.97844,-4.483844 2.010923,-7.008378 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#fc6d26", d: "M 23.598575,9.1495853 23.565689,9.06356 c -1.620783,0.3329626 -3.113543,1.018618 -4.39175,1.974998 -0.02074,0.01518 -3.884211,2.93694 -7.173849,5.424031 2.442561,1.846973 4.568858,3.452574 4.568858,3.452574 l 5.005547,-3.747078 c 0.0046,-0.0035 0.0086,-0.0066 0.01316,-0.01012 2.154132,-1.630396 2.978439,-4.483844 2.010922,-7.0083783 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#fca326", d: "M 7.430727,19.915162 9.8920146,21.778328 11.38984,22.9108 c 0.360785,0.273253 0.859715,0.273253 1.220514,0 l 1.497812,-1.132472 2.460782,-1.863166 c 0,0 -2.126297,-1.605601 -4.568858,-3.452576 -2.4430674,1.846975 -4.569363,3.452576 -4.569363,3.452576 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#fc6d26", d: "M 4.8257355,11.038558 C 3.5480343,10.082686 2.0557813,9.3965226 0.43450421,9.064068 l -0.0328987,0.085517 c -0.9680225,2.525043 -0.14320797,5.379499 2.01244239,7.009897 0.00404,0.0025 0.00759,0.0056 0.01164,0.0086 l 0.028847,0.02176 4.9761938,3.725321 c 0,0 2.1262957,-1.605602 4.5693633,-3.452575 -3.2896368,-2.487091 -7.1535988,-5.408849 -7.1743535,-5.42403 z" })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var icon_default = GitlabIcon;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
GitlabIcon
|
|
39
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GitlabIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg1", version: "1.1", viewBox: "0 0 24 23.11574", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#e24329", d: "M 23.598575,9.1495853 23.565689,9.06356 20.29882,0.54015745 C 20.233542,0.37317215 20.116141,0.23250017 19.963335,0.13534152 19.811022,0.0376802 19.632397,-0.00836646 19.451237,0.00124821 19.271103,0.01086154 19.098035,0.0766442 18.956854,0.18898018 18.816685,0.30233082 18.715481,0.4556548 18.667918,0.62871343 L 16.462173,7.3795296 H 7.5380096 L 5.3322634,0.62871343 C 5.2847007,0.4556548 5.1834967,0.30233216 5.0433274,0.18898018 4.9021461,0.07664553 4.7290915,0.01086287 4.5489462,0.00124821 4.3677982,-0.00836512 4.1891596,0.0376802 4.0368596,0.13534152 3.8840396,0.23250017 3.7666396,0.37317215 3.7013623,0.54015745 L 0.43450554,9.064068 0.40160688,9.1495853 c -0.96802249,2.5250427 -0.14320797,5.3794987 2.01244232,7.0098967 0.00404,0.0025 0.00759,0.0056 0.01164,0.0086 l 0.028847,0.02176 4.9761938,3.725321 2.4612875,1.863166 1.4978245,1.132472 c 0.360787,0.273253 0.859716,0.273253 1.220515,0 l 1.497811,-1.132472 2.460782,-1.863166 5.005548,-3.747079 c 0.0046,-0.0035 0.0086,-0.0066 0.01316,-0.01012 2.154131,-1.630395 2.97844,-4.483844 2.010923,-7.008378 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#fc6d26", d: "M 23.598575,9.1495853 23.565689,9.06356 c -1.620783,0.3329626 -3.113543,1.018618 -4.39175,1.974998 -0.02074,0.01518 -3.884211,2.93694 -7.173849,5.424031 2.442561,1.846973 4.568858,3.452574 4.568858,3.452574 l 5.005547,-3.747078 c 0.0046,-0.0035 0.0086,-0.0066 0.01316,-0.01012 2.154132,-1.630396 2.978439,-4.483844 2.010922,-7.0083783 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#fca326", d: "M 7.430727,19.915162 9.8920146,21.778328 11.38984,22.9108 c 0.360785,0.273253 0.859715,0.273253 1.220514,0 l 1.497812,-1.132472 2.460782,-1.863166 c 0,0 -2.126297,-1.605601 -4.568858,-3.452576 -2.4430674,1.846975 -4.569363,3.452576 -4.569363,3.452576 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#fc6d26", d: "M 4.8257355,11.038558 C 3.5480343,10.082686 2.0557813,9.3965226 0.43450421,9.064068 l -0.0328987,0.085517 c -0.9680225,2.525043 -0.14320797,5.379499 2.01244239,7.009897 0.00404,0.0025 0.00759,0.0056 0.01164,0.0086 l 0.028847,0.02176 4.9761938,3.725321 c 0,0 2.1262957,-1.605602 4.5693633,-3.452575 -3.2896368,-2.487091 -7.1535988,-5.408849 -7.1743535,-5.42403 z" })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
var icon_default = GitlabIcon;
|
|
12
|
+
export {
|
|
13
|
+
GitlabIcon,
|
|
14
|
+
icon_default as default
|
|
15
|
+
};
|