@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.
Files changed (142) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/github/icon-dark.cjs +36 -0
  3. package/dist/github/icon-dark.d.cts +6 -0
  4. package/dist/github/icon-dark.d.ts +6 -0
  5. package/dist/github/icon-dark.js +12 -0
  6. package/dist/github/icon-light.cjs +36 -0
  7. package/dist/github/icon-light.d.cts +6 -0
  8. package/dist/github/icon-light.d.ts +6 -0
  9. package/dist/github/icon-light.js +12 -0
  10. package/dist/github/logo-dark.cjs +44 -0
  11. package/dist/github/logo-dark.d.cts +6 -0
  12. package/dist/github/logo-dark.d.ts +6 -0
  13. package/dist/github/logo-dark.js +20 -0
  14. package/dist/github/logo-light.cjs +44 -0
  15. package/dist/github/logo-light.d.cts +6 -0
  16. package/dist/github/logo-light.d.ts +6 -0
  17. package/dist/github/logo-light.js +20 -0
  18. package/dist/gitlab/icon-mono-dark.cjs +36 -0
  19. package/dist/gitlab/icon-mono-dark.d.cts +6 -0
  20. package/dist/gitlab/icon-mono-dark.d.ts +6 -0
  21. package/dist/gitlab/icon-mono-dark.js +12 -0
  22. package/dist/gitlab/icon-mono-light.cjs +36 -0
  23. package/dist/gitlab/icon-mono-light.d.cts +6 -0
  24. package/dist/gitlab/icon-mono-light.d.ts +6 -0
  25. package/dist/gitlab/icon-mono-light.js +12 -0
  26. package/dist/gitlab/icon.cjs +39 -0
  27. package/dist/gitlab/icon.d.cts +6 -0
  28. package/dist/gitlab/icon.d.ts +6 -0
  29. package/dist/gitlab/icon.js +15 -0
  30. package/dist/gitlab/logo-dark.cjs +49 -0
  31. package/dist/gitlab/logo-dark.d.cts +6 -0
  32. package/dist/gitlab/logo-dark.d.ts +6 -0
  33. package/dist/gitlab/logo-dark.js +25 -0
  34. package/dist/gitlab/logo-mono-dark.cjs +44 -0
  35. package/dist/gitlab/logo-mono-dark.d.cts +6 -0
  36. package/dist/gitlab/logo-mono-dark.d.ts +6 -0
  37. package/dist/gitlab/logo-mono-dark.js +20 -0
  38. package/dist/gitlab/logo-mono-light.cjs +44 -0
  39. package/dist/gitlab/logo-mono-light.d.cts +6 -0
  40. package/dist/gitlab/logo-mono-light.d.ts +6 -0
  41. package/dist/gitlab/logo-mono-light.js +20 -0
  42. package/dist/gitlab/logo.cjs +49 -0
  43. package/dist/gitlab/logo.d.cts +6 -0
  44. package/dist/gitlab/logo.d.ts +6 -0
  45. package/dist/gitlab/logo.js +25 -0
  46. package/dist/index.cjs +135 -0
  47. package/dist/index.d.cts +36 -0
  48. package/dist/index.d.ts +36 -0
  49. package/dist/index.js +74 -0
  50. package/dist/metadata.cjs +93 -0
  51. package/dist/metadata.d.cts +287 -0
  52. package/dist/metadata.d.ts +287 -0
  53. package/dist/metadata.js +65 -0
  54. package/dist/nextjs/icon-dark.cjs +50 -0
  55. package/dist/nextjs/icon-dark.d.cts +6 -0
  56. package/dist/nextjs/icon-dark.d.ts +6 -0
  57. package/dist/nextjs/icon-dark.js +26 -0
  58. package/dist/nextjs/icon-light.cjs +50 -0
  59. package/dist/nextjs/icon-light.d.cts +6 -0
  60. package/dist/nextjs/icon-light.d.ts +6 -0
  61. package/dist/nextjs/icon-light.js +26 -0
  62. package/dist/nextjs/logo-dark.cjs +43 -0
  63. package/dist/nextjs/logo-dark.d.cts +6 -0
  64. package/dist/nextjs/logo-dark.d.ts +6 -0
  65. package/dist/nextjs/logo-dark.js +19 -0
  66. package/dist/nextjs/logo-light.cjs +43 -0
  67. package/dist/nextjs/logo-light.d.cts +6 -0
  68. package/dist/nextjs/logo-light.d.ts +6 -0
  69. package/dist/nextjs/logo-light.js +19 -0
  70. package/dist/turbo/icon-dark.cjs +40 -0
  71. package/dist/turbo/icon-dark.d.cts +6 -0
  72. package/dist/turbo/icon-dark.d.ts +6 -0
  73. package/dist/turbo/icon-dark.js +16 -0
  74. package/dist/turbo/icon-light.cjs +40 -0
  75. package/dist/turbo/icon-light.d.cts +6 -0
  76. package/dist/turbo/icon-light.d.ts +6 -0
  77. package/dist/turbo/icon-light.js +16 -0
  78. package/dist/turbo/logo-dark.cjs +45 -0
  79. package/dist/turbo/logo-dark.d.cts +6 -0
  80. package/dist/turbo/logo-dark.d.ts +6 -0
  81. package/dist/turbo/logo-dark.js +21 -0
  82. package/dist/turbo/logo-light.cjs +45 -0
  83. package/dist/turbo/logo-light.d.cts +6 -0
  84. package/dist/turbo/logo-light.d.ts +6 -0
  85. package/dist/turbo/logo-light.js +21 -0
  86. package/dist/turbopack/icon-dark.cjs +52 -0
  87. package/dist/turbopack/icon-dark.d.cts +6 -0
  88. package/dist/turbopack/icon-dark.d.ts +6 -0
  89. package/dist/turbopack/icon-dark.js +28 -0
  90. package/dist/turbopack/icon-light.cjs +52 -0
  91. package/dist/turbopack/icon-light.d.cts +6 -0
  92. package/dist/turbopack/icon-light.d.ts +6 -0
  93. package/dist/turbopack/icon-light.js +28 -0
  94. package/dist/turbopack/logo-dark.cjs +61 -0
  95. package/dist/turbopack/logo-dark.d.cts +6 -0
  96. package/dist/turbopack/logo-dark.d.ts +6 -0
  97. package/dist/turbopack/logo-dark.js +37 -0
  98. package/dist/turbopack/logo-light.cjs +61 -0
  99. package/dist/turbopack/logo-light.d.cts +6 -0
  100. package/dist/turbopack/logo-light.d.ts +6 -0
  101. package/dist/turbopack/logo-light.js +37 -0
  102. package/dist/turborepo/icon-dark.cjs +40 -0
  103. package/dist/turborepo/icon-dark.d.cts +6 -0
  104. package/dist/turborepo/icon-dark.d.ts +6 -0
  105. package/dist/turborepo/icon-dark.js +16 -0
  106. package/dist/turborepo/icon-light.cjs +40 -0
  107. package/dist/turborepo/icon-light.d.cts +6 -0
  108. package/dist/turborepo/icon-light.d.ts +6 -0
  109. package/dist/turborepo/icon-light.js +16 -0
  110. package/dist/turborepo/logo-dark.cjs +49 -0
  111. package/dist/turborepo/logo-dark.d.cts +6 -0
  112. package/dist/turborepo/logo-dark.d.ts +6 -0
  113. package/dist/turborepo/logo-dark.js +25 -0
  114. package/dist/turborepo/logo-light.cjs +49 -0
  115. package/dist/turborepo/logo-light.d.cts +6 -0
  116. package/dist/turborepo/logo-light.d.ts +6 -0
  117. package/dist/turborepo/logo-light.js +25 -0
  118. package/dist/v0/logo-dark.cjs +39 -0
  119. package/dist/v0/logo-dark.d.cts +6 -0
  120. package/dist/v0/logo-dark.d.ts +6 -0
  121. package/dist/v0/logo-dark.js +15 -0
  122. package/dist/v0/logo-light.cjs +39 -0
  123. package/dist/v0/logo-light.d.cts +6 -0
  124. package/dist/v0/logo-light.d.ts +6 -0
  125. package/dist/v0/logo-light.js +15 -0
  126. package/dist/vercel/icon-dark.cjs +36 -0
  127. package/dist/vercel/icon-dark.d.cts +6 -0
  128. package/dist/vercel/icon-dark.d.ts +6 -0
  129. package/dist/vercel/icon-dark.js +12 -0
  130. package/dist/vercel/icon-light.cjs +36 -0
  131. package/dist/vercel/icon-light.d.cts +6 -0
  132. package/dist/vercel/icon-light.d.ts +6 -0
  133. package/dist/vercel/icon-light.js +12 -0
  134. package/dist/vercel/logo-dark.cjs +36 -0
  135. package/dist/vercel/logo-dark.d.cts +6 -0
  136. package/dist/vercel/logo-dark.d.ts +6 -0
  137. package/dist/vercel/logo-dark.js +12 -0
  138. package/dist/vercel/logo-light.cjs +36 -0
  139. package/dist/vercel/logo-light.d.cts +6 -0
  140. package/dist/vercel/logo-light.d.ts +6 -0
  141. package/dist/vercel/logo-light.js +12 -0
  142. package/package.json +69 -0
@@ -0,0 +1,49 @@
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
+ GitlabLogoDark: () => GitlabLogoDark,
22
+ default: () => logo_dark_default
23
+ });
24
+ module.exports = __toCommonJS(logo_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const GitlabLogoDark = (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 5.1996989", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#fff", d: "m 427.52099,171.50805 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#fff", d: "m 466.37404,255.50034 h 21.81144 v -92.54815 h -21.81144 z m 10.96611,-107.20363 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#fff", d: "M 553.49902,162.95219 H 535.2425 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 v -47.84049 h 18.25652 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#fff", d: "m 570.37976,255.50034 h 76.70177 V 236.76157 H 592.73409 V 132.1029 h -22.35433 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#fff", d: "m 688.85462,257.36807 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17056,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#fff", d: "m 753.80861,255.50034 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38935,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
36
+ ] }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
38
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#e24329", d: "m 301.95924,174.37243 -0.2134,-0.55822 -21.19899,-55.30908 c -0.4236,-1.08359 -1.18542,-1.99642 -2.17699,-2.62689 -0.98837,-0.63373 -2.14749,-0.93253 -3.32305,-0.87014 -1.1689,0.0624 -2.29195,0.48925 -3.20809,1.21821 -0.90957,0.73554 -1.56629,1.73047 -1.87493,2.85346 l -14.31327,43.80662 H 197.74087 L 183.4276,119.07977 c -0.30864,-1.12299 -0.96536,-2.11791 -1.87493,-2.85346 -0.91614,-0.72895 -2.03911,-1.15582 -3.20809,-1.21821 -1.17548,-0.0624 -2.33468,0.23641 -3.32297,0.87014 -0.99166,0.63047 -1.75348,1.5433 -2.17707,2.62689 l -21.19891,55.31237 -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#fc6d26", d: "m 301.95924,174.37243 -0.2134,-0.55822 c -10.5174,2.16062 -20.20405,6.6099 -28.49844,12.81593 -0.1346,0.0985 -25.20497,19.05805 -46.55171,35.19699 15.84998,11.98517 29.6477,22.40405 29.6477,22.40405 l 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#fca326", d: "m 197.0447,244.23117 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 c 0,0 -13.79772,-10.41888 -29.6477,-22.40405 -15.85327,11.98517 -29.65099,22.40405 -29.65099,22.40405 z" }),
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#fc6d26", d: "m 180.14069,186.63014 c -8.29111,-6.20274 -17.97446,-10.65531 -28.49507,-12.81264 l -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 c 0,0 13.79772,-10.41888 29.65099,-22.40405 -21.34673,-16.13894 -46.42031,-35.09848 -46.55499,-35.19699 z" })
42
+ ] })
43
+ ] });
44
+ };
45
+ var logo_dark_default = GitlabLogoDark;
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ GitlabLogoDark
49
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoDark, GitlabLogoDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoDark, GitlabLogoDark as default };
@@ -0,0 +1,25 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const GitlabLogoDark = (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 5.1996989", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#fff", d: "m 427.52099,171.50805 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#fff", d: "m 466.37404,255.50034 h 21.81144 v -92.54815 h -21.81144 z m 10.96611,-107.20363 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#fff", d: "M 553.49902,162.95219 H 535.2425 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 v -47.84049 h 18.25652 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#fff", d: "m 570.37976,255.50034 h 76.70177 V 236.76157 H 592.73409 V 132.1029 h -22.35433 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#fff", d: "m 688.85462,257.36807 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17056,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#fff", d: "m 753.80861,255.50034 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38935,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
12
+ ] }),
13
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
14
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#e24329", d: "m 301.95924,174.37243 -0.2134,-0.55822 -21.19899,-55.30908 c -0.4236,-1.08359 -1.18542,-1.99642 -2.17699,-2.62689 -0.98837,-0.63373 -2.14749,-0.93253 -3.32305,-0.87014 -1.1689,0.0624 -2.29195,0.48925 -3.20809,1.21821 -0.90957,0.73554 -1.56629,1.73047 -1.87493,2.85346 l -14.31327,43.80662 H 197.74087 L 183.4276,119.07977 c -0.30864,-1.12299 -0.96536,-2.11791 -1.87493,-2.85346 -0.91614,-0.72895 -2.03911,-1.15582 -3.20809,-1.21821 -1.17548,-0.0624 -2.33468,0.23641 -3.32297,0.87014 -0.99166,0.63047 -1.75348,1.5433 -2.17707,2.62689 l -21.19891,55.31237 -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
15
+ /* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#fc6d26", d: "m 301.95924,174.37243 -0.2134,-0.55822 c -10.5174,2.16062 -20.20405,6.6099 -28.49844,12.81593 -0.1346,0.0985 -25.20497,19.05805 -46.55171,35.19699 15.84998,11.98517 29.6477,22.40405 29.6477,22.40405 l 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
16
+ /* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#fca326", d: "m 197.0447,244.23117 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 c 0,0 -13.79772,-10.41888 -29.6477,-22.40405 -15.85327,11.98517 -29.65099,22.40405 -29.65099,22.40405 z" }),
17
+ /* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#fc6d26", d: "m 180.14069,186.63014 c -8.29111,-6.20274 -17.97446,-10.65531 -28.49507,-12.81264 l -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 c 0,0 13.79772,-10.41888 29.65099,-22.40405 -21.34673,-16.13894 -46.42031,-35.09848 -46.55499,-35.19699 z" })
18
+ ] })
19
+ ] });
20
+ };
21
+ var logo_dark_default = GitlabLogoDark;
22
+ export {
23
+ GitlabLogoDark,
24
+ logo_dark_default as default
25
+ };
@@ -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_mono_dark_exports = {};
20
+ __export(logo_mono_dark_exports, {
21
+ GitlabLogoMonoDark: () => GitlabLogoMonoDark,
22
+ default: () => logo_mono_dark_default
23
+ });
24
+ module.exports = __toCommonJS(logo_mono_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const GitlabLogoMonoDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg7", version: "1.1", viewBox: "0 0 24.000002 5.1892362", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__LOGO", transform: "matrix(0.03459464,0,0,0.03459464,-5.1487505,-3.9782587)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#fff", d: "m 302,174.37 -0.21,-0.56 -21.2,-55.3 a 5.5,5.5 0 0 0 -2.18,-2.63 5.6,5.6 0 0 0 -8.41,3.2 l -14.31,43.81 h -57.95 l -14.31,-43.81 a 5.61,5.61 0 0 0 -8.41,-3.2 5.5,5.5 0 0 0 -2.18,2.63 l -21.19,55.31 -0.22,0.55 a 39.36,39.36 0 0 0 13.06,45.49 l 0.08,0.06 0.18,0.14 32.25,24.17 16,12.09 9.72,7.35 a 6.57,6.57 0 0 0 7.92,0 l 9.72,-7.35 16,-12.09 32.48,-24.31 0.09,-0.07 A 39.36,39.36 0 0 0 302,174.37 Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#fff", d: "m 428.92,171.51 h 22.78 c -3.8,-24.22 -24.77,-41.09 -52.06,-41.09 -32.29,0 -56.52,23.74 -56.52,63.5 0,39.05 23.14,63.27 57.18,63.27 30.55,0 52.42,-19.65 52.42,-51.46 v -14.82 h -50.07 v 17.47 h 28.44 c -0.36,17.6 -12.11,28.74 -30.67,28.74 -20.66,0 -34.82,-15.48 -34.82,-43.44 0,-27.78 14.4,-43.2 34.34,-43.2 14.88,0 25.06,7.95 28.98,21.03 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#fff", d: "m 467.78,255.5 h 21.81 V 163 h -21.81 z m 11,-107.2 c 6.93,0 12.59,-5.31 12.59,-11.81 0,-6.5 -5.66,-11.87 -12.59,-11.87 -6.93,0 -12.65,5.3 -12.65,11.87 0,6.57 5.62,11.81 12.61,11.81 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#fff", d: "M 554.9,163 H 536.64 V 140.78 H 514.83 V 163 H 501.7 v 16.87 h 13.13 v 51.46 c -0.12,17.41 12.54,26 28.92,25.49 a 44.29,44.29 0 0 0 12.84,-2.17 l -3.68,-17.06 a 26.57,26.57 0 0 1 -6.38,0.85 c -5.49,0 -9.89,-1.93 -9.89,-10.73 v -47.89 h 18.26 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#fff", d: "m 571.78,255.5 h 76.7 V 236.76 H 594.14 V 132.1 h -22.36 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#fff", d: "m 690.26,257.37 c 14.52,0 23.19,-6.81 27.17,-14.58 h 0.72 v 12.71 h 21 v -61.94 c 0,-24.46 -19.94,-31.81 -37.6,-31.81 -19.46,0 -34.4,8.67 -39.22,25.54 l 20.37,2.9 c 2.16,-6.33 8.31,-11.75 19,-11.75 10.13,0 15.67,5.18 15.67,14.28 v 0.36 c 0,6.26 -6.57,6.57 -22.9,8.31 -17.95,1.93 -35.12,7.29 -35.12,28.14 -0.06,18.2 13.25,27.84 30.91,27.84 z m 7.17,-16 c -9.1,0 -15.61,-4.16 -15.61,-12.17 0,-8.38 7.29,-11.87 17,-13.26 5.73,-0.78 17.18,-2.23 20,-4.51 v 10.9 c 0.06,10.27 -8.26,19.01 -21.39,19.01 z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#fff", d: "m 755.21,255.5 h 21.45 v -14.58 h 1.26 c 3.44,6.75 10.61,16.21 26.52,16.21 21.81,0 38.14,-17.3 38.14,-47.78 0,-30.85 -16.81,-47.6 -38.2,-47.6 -16.33,0 -23.14,9.82 -26.46,16.51 H 777 V 132.1 h -21.79 z m 21.39,-46.27 c 0,-18 7.71,-29.59 21.75,-29.59 14.52,0 22,12.35 22,29.59 0,17.24 -7.59,30 -22,30 -13.92,0 -21.75,-12.05 -21.75,-30 z" })
37
+ ] })
38
+ ] });
39
+ };
40
+ var logo_mono_dark_default = GitlabLogoMonoDark;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ GitlabLogoMonoDark
44
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoMonoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoMonoDark, GitlabLogoMonoDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoMonoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoMonoDark, GitlabLogoMonoDark as default };
@@ -0,0 +1,20 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const GitlabLogoMonoDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg7", version: "1.1", viewBox: "0 0 24.000002 5.1892362", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__LOGO", transform: "matrix(0.03459464,0,0,0.03459464,-5.1487505,-3.9782587)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#fff", d: "m 302,174.37 -0.21,-0.56 -21.2,-55.3 a 5.5,5.5 0 0 0 -2.18,-2.63 5.6,5.6 0 0 0 -8.41,3.2 l -14.31,43.81 h -57.95 l -14.31,-43.81 a 5.61,5.61 0 0 0 -8.41,-3.2 5.5,5.5 0 0 0 -2.18,2.63 l -21.19,55.31 -0.22,0.55 a 39.36,39.36 0 0 0 13.06,45.49 l 0.08,0.06 0.18,0.14 32.25,24.17 16,12.09 9.72,7.35 a 6.57,6.57 0 0 0 7.92,0 l 9.72,-7.35 16,-12.09 32.48,-24.31 0.09,-0.07 A 39.36,39.36 0 0 0 302,174.37 Z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#fff", d: "m 428.92,171.51 h 22.78 c -3.8,-24.22 -24.77,-41.09 -52.06,-41.09 -32.29,0 -56.52,23.74 -56.52,63.5 0,39.05 23.14,63.27 57.18,63.27 30.55,0 52.42,-19.65 52.42,-51.46 v -14.82 h -50.07 v 17.47 h 28.44 c -0.36,17.6 -12.11,28.74 -30.67,28.74 -20.66,0 -34.82,-15.48 -34.82,-43.44 0,-27.78 14.4,-43.2 34.34,-43.2 14.88,0 25.06,7.95 28.98,21.03 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#fff", d: "m 467.78,255.5 h 21.81 V 163 h -21.81 z m 11,-107.2 c 6.93,0 12.59,-5.31 12.59,-11.81 0,-6.5 -5.66,-11.87 -12.59,-11.87 -6.93,0 -12.65,5.3 -12.65,11.87 0,6.57 5.62,11.81 12.61,11.81 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#fff", d: "M 554.9,163 H 536.64 V 140.78 H 514.83 V 163 H 501.7 v 16.87 h 13.13 v 51.46 c -0.12,17.41 12.54,26 28.92,25.49 a 44.29,44.29 0 0 0 12.84,-2.17 l -3.68,-17.06 a 26.57,26.57 0 0 1 -6.38,0.85 c -5.49,0 -9.89,-1.93 -9.89,-10.73 v -47.89 h 18.26 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#fff", d: "m 571.78,255.5 h 76.7 V 236.76 H 594.14 V 132.1 h -22.36 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#fff", d: "m 690.26,257.37 c 14.52,0 23.19,-6.81 27.17,-14.58 h 0.72 v 12.71 h 21 v -61.94 c 0,-24.46 -19.94,-31.81 -37.6,-31.81 -19.46,0 -34.4,8.67 -39.22,25.54 l 20.37,2.9 c 2.16,-6.33 8.31,-11.75 19,-11.75 10.13,0 15.67,5.18 15.67,14.28 v 0.36 c 0,6.26 -6.57,6.57 -22.9,8.31 -17.95,1.93 -35.12,7.29 -35.12,28.14 -0.06,18.2 13.25,27.84 30.91,27.84 z m 7.17,-16 c -9.1,0 -15.61,-4.16 -15.61,-12.17 0,-8.38 7.29,-11.87 17,-13.26 5.73,-0.78 17.18,-2.23 20,-4.51 v 10.9 c 0.06,10.27 -8.26,19.01 -21.39,19.01 z" }),
12
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#fff", d: "m 755.21,255.5 h 21.45 v -14.58 h 1.26 c 3.44,6.75 10.61,16.21 26.52,16.21 21.81,0 38.14,-17.3 38.14,-47.78 0,-30.85 -16.81,-47.6 -38.2,-47.6 -16.33,0 -23.14,9.82 -26.46,16.51 H 777 V 132.1 h -21.79 z m 21.39,-46.27 c 0,-18 7.71,-29.59 21.75,-29.59 14.52,0 22,12.35 22,29.59 0,17.24 -7.59,30 -22,30 -13.92,0 -21.75,-12.05 -21.75,-30 z" })
13
+ ] })
14
+ ] });
15
+ };
16
+ var logo_mono_dark_default = GitlabLogoMonoDark;
17
+ export {
18
+ GitlabLogoMonoDark,
19
+ logo_mono_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_mono_light_exports = {};
20
+ __export(logo_mono_light_exports, {
21
+ GitlabLogoMonoLight: () => GitlabLogoMonoLight,
22
+ default: () => logo_mono_light_default
23
+ });
24
+ module.exports = __toCommonJS(logo_mono_light_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const GitlabLogoMonoLight = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__Layer_1", version: "1.1", viewBox: "0 0 23.999977 5.2000723", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g6", transform: "matrix(0.0346657,0,0,0.0346657,-5.1599042,-3.9864428)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#171321", d: "m 427.52097,171.50804 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#171321", d: "m 466.37402,255.50033 h 21.81144 V 162.95218 H 466.37402 Z M 477.34013,148.2967 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#171321", d: "m 553.499,162.95218 h -18.25652 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 V 179.82296 H 553.499 Z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#171321", d: "M 570.37973,255.50033 H 647.0815 V 236.76156 H 592.73406 V 132.10289 h -22.35433 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#171321", d: "m 688.85459,257.36806 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17057,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#171321", d: "m 753.80859,255.50033 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38934,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
36
+ ] }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#171321", strokeWidth: "0.0346657", d: "m 5.3077158,2.0582972 -0.007,-0.0194 -0.73487,-1.91733004 c -0.0147,-0.0376 -0.0411,-0.0692 -0.0755,-0.0911 -0.0343,-0.022 -0.0744,-0.0323 -0.11519,-0.0301999995 -0.0405,0.001999999 -0.0795,0.0169999995 -0.11121,0.0421999995 -0.0315,0.0255 -0.0543,0.06 -0.065,0.0989 l -0.49619,1.51859004 h -2.00748 l -0.49617,-1.51859004 c -0.0107,-0.0389 -0.0335,-0.0734 -0.065,-0.0989 -0.0318,-0.0253 -0.0707,-0.0401 -0.11121,-0.0421999995 -0.0407,-0.002000001 -0.0809,0.007999999 -0.11519004,0.0301999995 -0.0344,0.0219 -0.0608,0.0535 -0.0755,0.0911 l -0.73487,1.91744004 -0.007,0.0192 c -0.21775,0.568 -0.0322,1.21012 0.4527,1.57687 9.1e-4,5.7e-4 0.002,10e-4 0.003,0.002 l 0.006,0.005 1.11938004,0.838 0.55367,0.41912 0.33693,0.25475 c 0.0812,0.0615 0.19339,0.0615 0.27455,0 l 0.33693,-0.25475 0.55355,-0.41912 1.12599,-0.8429 c 0.001,-7.9e-4 0.002,-10e-4 0.003,-0.002 0.48457,-0.36676 0.67,-1.00863 0.45236,-1.57653 z" })
38
+ ] });
39
+ };
40
+ var logo_mono_light_default = GitlabLogoMonoLight;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ GitlabLogoMonoLight
44
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoMonoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoMonoLight, GitlabLogoMonoLight as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogoMonoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogoMonoLight, GitlabLogoMonoLight as default };
@@ -0,0 +1,20 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const GitlabLogoMonoLight = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__Layer_1", version: "1.1", viewBox: "0 0 23.999977 5.2000723", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g6", transform: "matrix(0.0346657,0,0,0.0346657,-5.1599042,-3.9864428)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#171321", d: "m 427.52097,171.50804 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#171321", d: "m 466.37402,255.50033 h 21.81144 V 162.95218 H 466.37402 Z M 477.34013,148.2967 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#171321", d: "m 553.499,162.95218 h -18.25652 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 V 179.82296 H 553.499 Z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#171321", d: "M 570.37973,255.50033 H 647.0815 V 236.76156 H 592.73406 V 132.10289 h -22.35433 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#171321", d: "m 688.85459,257.36806 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17057,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#171321", d: "m 753.80859,255.50033 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38934,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
12
+ ] }),
13
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#171321", strokeWidth: "0.0346657", d: "m 5.3077158,2.0582972 -0.007,-0.0194 -0.73487,-1.91733004 c -0.0147,-0.0376 -0.0411,-0.0692 -0.0755,-0.0911 -0.0343,-0.022 -0.0744,-0.0323 -0.11519,-0.0301999995 -0.0405,0.001999999 -0.0795,0.0169999995 -0.11121,0.0421999995 -0.0315,0.0255 -0.0543,0.06 -0.065,0.0989 l -0.49619,1.51859004 h -2.00748 l -0.49617,-1.51859004 c -0.0107,-0.0389 -0.0335,-0.0734 -0.065,-0.0989 -0.0318,-0.0253 -0.0707,-0.0401 -0.11121,-0.0421999995 -0.0407,-0.002000001 -0.0809,0.007999999 -0.11519004,0.0301999995 -0.0344,0.0219 -0.0608,0.0535 -0.0755,0.0911 l -0.73487,1.91744004 -0.007,0.0192 c -0.21775,0.568 -0.0322,1.21012 0.4527,1.57687 9.1e-4,5.7e-4 0.002,10e-4 0.003,0.002 l 0.006,0.005 1.11938004,0.838 0.55367,0.41912 0.33693,0.25475 c 0.0812,0.0615 0.19339,0.0615 0.27455,0 l 0.33693,-0.25475 0.55355,-0.41912 1.12599,-0.8429 c 0.001,-7.9e-4 0.002,-10e-4 0.003,-0.002 0.48457,-0.36676 0.67,-1.00863 0.45236,-1.57653 z" })
14
+ ] });
15
+ };
16
+ var logo_mono_light_default = GitlabLogoMonoLight;
17
+ export {
18
+ GitlabLogoMonoLight,
19
+ logo_mono_light_default as default
20
+ };
@@ -0,0 +1,49 @@
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
+ GitlabLogo: () => GitlabLogo,
22
+ default: () => logo_default
23
+ });
24
+ module.exports = __toCommonJS(logo_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const GitlabLogo = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__LOGO", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs1" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#171321", d: "m 427.52099,171.50805 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#171321", d: "m 466.37404,255.50034 h 21.81144 v -92.54815 h -21.81144 z m 10.96611,-107.20363 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#171321", d: "M 553.49902,162.95219 H 535.2425 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 v -47.84049 h 18.25652 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#171321", d: "m 570.37976,255.50034 h 76.70177 V 236.76157 H 592.73409 V 132.1029 h -22.35433 z" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#171321", d: "m 688.85462,257.36807 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17056,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#171321", d: "m 753.80861,255.50034 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38935,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
36
+ ] }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
38
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#e24329", d: "m 301.95924,174.37243 -0.2134,-0.55822 -21.19899,-55.30908 c -0.4236,-1.08359 -1.18542,-1.99642 -2.17699,-2.62689 -0.98837,-0.63373 -2.14749,-0.93253 -3.32305,-0.87014 -1.1689,0.0624 -2.29195,0.48925 -3.20809,1.21821 -0.90957,0.73554 -1.56629,1.73047 -1.87493,2.85346 l -14.31327,43.80662 H 197.74087 L 183.4276,119.07977 c -0.30864,-1.12299 -0.96536,-2.11791 -1.87493,-2.85346 -0.91614,-0.72895 -2.03911,-1.15582 -3.20809,-1.21821 -1.17548,-0.0624 -2.33468,0.23641 -3.32297,0.87014 -0.99166,0.63047 -1.75348,1.5433 -2.17707,2.62689 l -21.19891,55.31237 -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#fc6d26", d: "m 301.95924,174.37243 -0.2134,-0.55822 c -10.5174,2.16062 -20.20405,6.6099 -28.49844,12.81593 -0.1346,0.0985 -25.20497,19.05805 -46.55171,35.19699 15.84998,11.98517 29.6477,22.40405 29.6477,22.40405 l 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path9", fill: "#fca326", d: "m 197.0447,244.23117 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 c 0,0 -13.79772,-10.41888 -29.6477,-22.40405 -15.85327,11.98517 -29.65099,22.40405 -29.65099,22.40405 z" }),
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path10", fill: "#fc6d26", d: "m 180.14069,186.63014 c -8.29111,-6.20274 -17.97446,-10.65531 -28.49507,-12.81264 l -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 c 0,0 13.79772,-10.41888 29.65099,-22.40405 -21.34673,-16.13894 -46.42031,-35.09848 -46.55499,-35.19699 z" })
42
+ ] })
43
+ ] });
44
+ };
45
+ var logo_default = GitlabLogo;
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ GitlabLogo
49
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogo, GitlabLogo as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const GitlabLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { GitlabLogo, GitlabLogo as default };
@@ -0,0 +1,25 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const GitlabLogo = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__LOGO", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
4
+ /* @__PURE__ */ jsx("defs", { id: "prefix__defs1" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
6
+ /* @__PURE__ */ jsx("path", { id: "prefix__path1", fill: "#171321", d: "m 427.52099,171.50805 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "#171321", d: "m 466.37404,255.50034 h 21.81144 v -92.54815 h -21.81144 z m 10.96611,-107.20363 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
8
+ /* @__PURE__ */ jsx("path", { id: "prefix__path3", fill: "#171321", d: "M 553.49902,162.95219 H 535.2425 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 v -47.84049 h 18.25652 z" }),
9
+ /* @__PURE__ */ jsx("path", { id: "prefix__path4", fill: "#171321", d: "m 570.37976,255.50034 h 76.70177 V 236.76157 H 592.73409 V 132.1029 h -22.35433 z" }),
10
+ /* @__PURE__ */ jsx("path", { id: "prefix__path5", fill: "#171321", d: "m 688.85462,257.36807 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17056,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
11
+ /* @__PURE__ */ jsx("path", { id: "prefix__path6", fill: "#171321", d: "m 753.80861,255.50034 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38935,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
12
+ ] }),
13
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
14
+ /* @__PURE__ */ jsx("path", { id: "prefix__path7", fill: "#e24329", d: "m 301.95924,174.37243 -0.2134,-0.55822 -21.19899,-55.30908 c -0.4236,-1.08359 -1.18542,-1.99642 -2.17699,-2.62689 -0.98837,-0.63373 -2.14749,-0.93253 -3.32305,-0.87014 -1.1689,0.0624 -2.29195,0.48925 -3.20809,1.21821 -0.90957,0.73554 -1.56629,1.73047 -1.87493,2.85346 l -14.31327,43.80662 H 197.74087 L 183.4276,119.07977 c -0.30864,-1.12299 -0.96536,-2.11791 -1.87493,-2.85346 -0.91614,-0.72895 -2.03911,-1.15582 -3.20809,-1.21821 -1.17548,-0.0624 -2.33468,0.23641 -3.32297,0.87014 -0.99166,0.63047 -1.75348,1.5433 -2.17707,2.62689 l -21.19891,55.31237 -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
15
+ /* @__PURE__ */ jsx("path", { id: "prefix__path8", fill: "#fc6d26", d: "m 301.95924,174.37243 -0.2134,-0.55822 c -10.5174,2.16062 -20.20405,6.6099 -28.49844,12.81593 -0.1346,0.0985 -25.20497,19.05805 -46.55171,35.19699 15.84998,11.98517 29.6477,22.40405 29.6477,22.40405 l 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
16
+ /* @__PURE__ */ jsx("path", { id: "prefix__path9", fill: "#fca326", d: "m 197.0447,244.23117 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 c 0,0 -13.79772,-10.41888 -29.6477,-22.40405 -15.85327,11.98517 -29.65099,22.40405 -29.65099,22.40405 z" }),
17
+ /* @__PURE__ */ jsx("path", { id: "prefix__path10", fill: "#fc6d26", d: "m 180.14069,186.63014 c -8.29111,-6.20274 -17.97446,-10.65531 -28.49507,-12.81264 l -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 c 0,0 13.79772,-10.41888 29.65099,-22.40405 -21.34673,-16.13894 -46.42031,-35.09848 -46.55499,-35.19699 z" })
18
+ ] })
19
+ ] });
20
+ };
21
+ var logo_default = GitlabLogo;
22
+ export {
23
+ GitlabLogo,
24
+ logo_default as default
25
+ };
package/dist/index.cjs ADDED
@@ -0,0 +1,135 @@
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 index_exports = {};
20
+ __export(index_exports, {
21
+ GithubIconDark: () => import_icon_dark.GithubIconDark,
22
+ GithubIconLight: () => import_icon_light.GithubIconLight,
23
+ GithubLogoDark: () => import_logo_dark.GithubLogoDark,
24
+ GithubLogoLight: () => import_logo_light.GithubLogoLight,
25
+ GitlabIcon: () => import_icon.GitlabIcon,
26
+ GitlabIconMonoDark: () => import_icon_mono_dark.GitlabIconMonoDark,
27
+ GitlabIconMonoLight: () => import_icon_mono_light.GitlabIconMonoLight,
28
+ GitlabLogo: () => import_logo.GitlabLogo,
29
+ GitlabLogoDark: () => import_logo_dark2.GitlabLogoDark,
30
+ GitlabLogoMonoDark: () => import_logo_mono_dark.GitlabLogoMonoDark,
31
+ GitlabLogoMonoLight: () => import_logo_mono_light.GitlabLogoMonoLight,
32
+ NextjsIconDark: () => import_icon_dark2.NextjsIconDark,
33
+ NextjsIconLight: () => import_icon_light2.NextjsIconLight,
34
+ NextjsLogoDark: () => import_logo_dark3.NextjsLogoDark,
35
+ NextjsLogoLight: () => import_logo_light2.NextjsLogoLight,
36
+ TurboIconDark: () => import_icon_dark3.TurboIconDark,
37
+ TurboIconLight: () => import_icon_light3.TurboIconLight,
38
+ TurboLogoDark: () => import_logo_dark4.TurboLogoDark,
39
+ TurboLogoLight: () => import_logo_light3.TurboLogoLight,
40
+ TurbopackIconDark: () => import_icon_dark4.TurbopackIconDark,
41
+ TurbopackIconLight: () => import_icon_light4.TurbopackIconLight,
42
+ TurbopackLogoDark: () => import_logo_dark5.TurbopackLogoDark,
43
+ TurbopackLogoLight: () => import_logo_light4.TurbopackLogoLight,
44
+ TurborepoIconDark: () => import_icon_dark5.TurborepoIconDark,
45
+ TurborepoIconLight: () => import_icon_light5.TurborepoIconLight,
46
+ TurborepoLogoDark: () => import_logo_dark6.TurborepoLogoDark,
47
+ TurborepoLogoLight: () => import_logo_light5.TurborepoLogoLight,
48
+ V0LogoDark: () => import_logo_dark7.V0LogoDark,
49
+ V0LogoLight: () => import_logo_light6.V0LogoLight,
50
+ VercelIconDark: () => import_icon_dark6.VercelIconDark,
51
+ VercelIconLight: () => import_icon_light6.VercelIconLight,
52
+ VercelLogoDark: () => import_logo_dark8.VercelLogoDark,
53
+ VercelLogoLight: () => import_logo_light7.VercelLogoLight,
54
+ getAll: () => import_metadata.getAll,
55
+ listBrands: () => import_metadata.listBrands,
56
+ listCategories: () => import_metadata.listCategories,
57
+ metadata: () => import_metadata.metadata,
58
+ paginate: () => import_metadata.paginate
59
+ });
60
+ module.exports = __toCommonJS(index_exports);
61
+ var import_icon_dark = require("./github/icon-dark");
62
+ var import_icon_light = require("./github/icon-light");
63
+ var import_logo_dark = require("./github/logo-dark");
64
+ var import_logo_light = require("./github/logo-light");
65
+ var import_icon = require("./gitlab/icon");
66
+ var import_icon_mono_dark = require("./gitlab/icon-mono-dark");
67
+ var import_icon_mono_light = require("./gitlab/icon-mono-light");
68
+ var import_logo = require("./gitlab/logo");
69
+ var import_logo_dark2 = require("./gitlab/logo-dark");
70
+ var import_logo_mono_dark = require("./gitlab/logo-mono-dark");
71
+ var import_logo_mono_light = require("./gitlab/logo-mono-light");
72
+ var import_icon_dark2 = require("./nextjs/icon-dark");
73
+ var import_icon_light2 = require("./nextjs/icon-light");
74
+ var import_logo_dark3 = require("./nextjs/logo-dark");
75
+ var import_logo_light2 = require("./nextjs/logo-light");
76
+ var import_icon_dark3 = require("./turbo/icon-dark");
77
+ var import_icon_light3 = require("./turbo/icon-light");
78
+ var import_logo_dark4 = require("./turbo/logo-dark");
79
+ var import_logo_light3 = require("./turbo/logo-light");
80
+ var import_icon_dark4 = require("./turbopack/icon-dark");
81
+ var import_icon_light4 = require("./turbopack/icon-light");
82
+ var import_logo_dark5 = require("./turbopack/logo-dark");
83
+ var import_logo_light4 = require("./turbopack/logo-light");
84
+ var import_icon_dark5 = require("./turborepo/icon-dark");
85
+ var import_icon_light5 = require("./turborepo/icon-light");
86
+ var import_logo_dark6 = require("./turborepo/logo-dark");
87
+ var import_logo_light5 = require("./turborepo/logo-light");
88
+ var import_logo_dark7 = require("./v0/logo-dark");
89
+ var import_logo_light6 = require("./v0/logo-light");
90
+ var import_icon_dark6 = require("./vercel/icon-dark");
91
+ var import_icon_light6 = require("./vercel/icon-light");
92
+ var import_logo_dark8 = require("./vercel/logo-dark");
93
+ var import_logo_light7 = require("./vercel/logo-light");
94
+ var import_metadata = require("./metadata");
95
+ // Annotate the CommonJS export names for ESM import in node:
96
+ 0 && (module.exports = {
97
+ GithubIconDark,
98
+ GithubIconLight,
99
+ GithubLogoDark,
100
+ GithubLogoLight,
101
+ GitlabIcon,
102
+ GitlabIconMonoDark,
103
+ GitlabIconMonoLight,
104
+ GitlabLogo,
105
+ GitlabLogoDark,
106
+ GitlabLogoMonoDark,
107
+ GitlabLogoMonoLight,
108
+ NextjsIconDark,
109
+ NextjsIconLight,
110
+ NextjsLogoDark,
111
+ NextjsLogoLight,
112
+ TurboIconDark,
113
+ TurboIconLight,
114
+ TurboLogoDark,
115
+ TurboLogoLight,
116
+ TurbopackIconDark,
117
+ TurbopackIconLight,
118
+ TurbopackLogoDark,
119
+ TurbopackLogoLight,
120
+ TurborepoIconDark,
121
+ TurborepoIconLight,
122
+ TurborepoLogoDark,
123
+ TurborepoLogoLight,
124
+ V0LogoDark,
125
+ V0LogoLight,
126
+ VercelIconDark,
127
+ VercelIconLight,
128
+ VercelLogoDark,
129
+ VercelLogoLight,
130
+ getAll,
131
+ listBrands,
132
+ listCategories,
133
+ metadata,
134
+ paginate
135
+ });
@@ -0,0 +1,36 @@
1
+ export { default as GithubIconDark } from './github/icon-dark.cjs';
2
+ export { default as GithubIconLight } from './github/icon-light.cjs';
3
+ export { default as GithubLogoDark } from './github/logo-dark.cjs';
4
+ export { default as GithubLogoLight } from './github/logo-light.cjs';
5
+ export { default as GitlabIcon } from './gitlab/icon.cjs';
6
+ export { default as GitlabIconMonoDark } from './gitlab/icon-mono-dark.cjs';
7
+ export { default as GitlabIconMonoLight } from './gitlab/icon-mono-light.cjs';
8
+ export { default as GitlabLogo } from './gitlab/logo.cjs';
9
+ export { default as GitlabLogoDark } from './gitlab/logo-dark.cjs';
10
+ export { default as GitlabLogoMonoDark } from './gitlab/logo-mono-dark.cjs';
11
+ export { default as GitlabLogoMonoLight } from './gitlab/logo-mono-light.cjs';
12
+ export { default as NextjsIconDark } from './nextjs/icon-dark.cjs';
13
+ export { default as NextjsIconLight } from './nextjs/icon-light.cjs';
14
+ export { default as NextjsLogoDark } from './nextjs/logo-dark.cjs';
15
+ export { default as NextjsLogoLight } from './nextjs/logo-light.cjs';
16
+ export { default as TurboIconDark } from './turbo/icon-dark.cjs';
17
+ export { default as TurboIconLight } from './turbo/icon-light.cjs';
18
+ export { default as TurboLogoDark } from './turbo/logo-dark.cjs';
19
+ export { default as TurboLogoLight } from './turbo/logo-light.cjs';
20
+ export { default as TurbopackIconDark } from './turbopack/icon-dark.cjs';
21
+ export { default as TurbopackIconLight } from './turbopack/icon-light.cjs';
22
+ export { default as TurbopackLogoDark } from './turbopack/logo-dark.cjs';
23
+ export { default as TurbopackLogoLight } from './turbopack/logo-light.cjs';
24
+ export { default as TurborepoIconDark } from './turborepo/icon-dark.cjs';
25
+ export { default as TurborepoIconLight } from './turborepo/icon-light.cjs';
26
+ export { default as TurborepoLogoDark } from './turborepo/logo-dark.cjs';
27
+ export { default as TurborepoLogoLight } from './turborepo/logo-light.cjs';
28
+ export { default as V0LogoDark } from './v0/logo-dark.cjs';
29
+ export { default as V0LogoLight } from './v0/logo-light.cjs';
30
+ export { default as VercelIconDark } from './vercel/icon-dark.cjs';
31
+ export { default as VercelIconLight } from './vercel/icon-light.cjs';
32
+ export { default as VercelLogoDark } from './vercel/logo-dark.cjs';
33
+ export { default as VercelLogoLight } from './vercel/logo-light.cjs';
34
+ export { IconMeta, IconMetaConst, getAll, listBrands, listCategories, metadata, paginate } from './metadata.cjs';
35
+ import 'react/jsx-runtime';
36
+ import 'react';
@@ -0,0 +1,36 @@
1
+ export { default as GithubIconDark } from './github/icon-dark.js';
2
+ export { default as GithubIconLight } from './github/icon-light.js';
3
+ export { default as GithubLogoDark } from './github/logo-dark.js';
4
+ export { default as GithubLogoLight } from './github/logo-light.js';
5
+ export { default as GitlabIcon } from './gitlab/icon.js';
6
+ export { default as GitlabIconMonoDark } from './gitlab/icon-mono-dark.js';
7
+ export { default as GitlabIconMonoLight } from './gitlab/icon-mono-light.js';
8
+ export { default as GitlabLogo } from './gitlab/logo.js';
9
+ export { default as GitlabLogoDark } from './gitlab/logo-dark.js';
10
+ export { default as GitlabLogoMonoDark } from './gitlab/logo-mono-dark.js';
11
+ export { default as GitlabLogoMonoLight } from './gitlab/logo-mono-light.js';
12
+ export { default as NextjsIconDark } from './nextjs/icon-dark.js';
13
+ export { default as NextjsIconLight } from './nextjs/icon-light.js';
14
+ export { default as NextjsLogoDark } from './nextjs/logo-dark.js';
15
+ export { default as NextjsLogoLight } from './nextjs/logo-light.js';
16
+ export { default as TurboIconDark } from './turbo/icon-dark.js';
17
+ export { default as TurboIconLight } from './turbo/icon-light.js';
18
+ export { default as TurboLogoDark } from './turbo/logo-dark.js';
19
+ export { default as TurboLogoLight } from './turbo/logo-light.js';
20
+ export { default as TurbopackIconDark } from './turbopack/icon-dark.js';
21
+ export { default as TurbopackIconLight } from './turbopack/icon-light.js';
22
+ export { default as TurbopackLogoDark } from './turbopack/logo-dark.js';
23
+ export { default as TurbopackLogoLight } from './turbopack/logo-light.js';
24
+ export { default as TurborepoIconDark } from './turborepo/icon-dark.js';
25
+ export { default as TurborepoIconLight } from './turborepo/icon-light.js';
26
+ export { default as TurborepoLogoDark } from './turborepo/logo-dark.js';
27
+ export { default as TurborepoLogoLight } from './turborepo/logo-light.js';
28
+ export { default as V0LogoDark } from './v0/logo-dark.js';
29
+ export { default as V0LogoLight } from './v0/logo-light.js';
30
+ export { default as VercelIconDark } from './vercel/icon-dark.js';
31
+ export { default as VercelIconLight } from './vercel/icon-light.js';
32
+ export { default as VercelLogoDark } from './vercel/logo-dark.js';
33
+ export { default as VercelLogoLight } from './vercel/logo-light.js';
34
+ export { IconMeta, IconMetaConst, getAll, listBrands, listCategories, metadata, paginate } from './metadata.js';
35
+ import 'react/jsx-runtime';
36
+ import 'react';