@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GithubLogoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "238054be__svg1", version: "1.1", viewBox: "0 0 24.000002 6.4903698", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "78416683__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "27ae54a4__layer1", transform: "translate(22.225003,-66.67499)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "87378fa1__path9", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -17.602408,69.452979 h -2.016659 c -0.05206,0 -0.09448,0.04217 -0.09448,0.09422 v 0.985945 c 0,0.05206 0.04242,0.09448 0.09448,0.09448 h 0.78657 v 1.225143 c 0,0 -0.176471,0.06012 -0.665018,0.06012 -0.576262,0 -1.381052,-0.210568 -1.381052,-1.980479 0,-1.770432 0.838106,-2.003383 1.624935,-2.003383 0.681156,0 0.974753,0.119989 1.161375,0.177772 0.05856,0.01796 0.112961,-0.04034 0.112961,-0.0924 l 0.224883,-0.952889 c 0,-0.02421 -0.0081,-0.05362 -0.03592,-0.07366 -0.07574,-0.05388 -0.538522,-0.312858 -1.707184,-0.312858 -1.346174,0 -2.727486,0.572879 -2.727486,3.326393 0,2.753513 1.581208,3.163977 2.913847,3.163977 1.103072,0 1.772254,-0.471369 1.772254,-0.471369 0.02759,-0.01536 0.03071,-0.05388 0.03071,-0.07158 V 69.54719 c 0,-0.05206 -0.04217,-0.09422 -0.09422,-0.09422" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "71f42069__path10", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -7.2088637,67.005035 c 0,-0.05258 -0.041645,-0.095 -0.093701,-0.095 h -1.135606 c -0.051796,0 -0.093962,0.04243 -0.093962,0.095 l 2.644e-4,2.19443 h -1.7699087 v -2.19443 c 0,-0.05258 -0.04191,-0.095 -0.0937,-0.095 h -1.135606 c -0.05154,0 -0.0937,0.04243 -0.0937,0.095 v 5.941958 c 0,0.05232 0.04217,0.095 0.0937,0.095 h 1.135606 c 0.0518,0 0.0937,-0.04269 0.0937,-0.095 v -2.541645 h 1.7699108 c 0,0 -0.00313,2.541384 -0.00313,2.541645 0,0.05232 0.042165,0.095 0.094222,0.095 h 1.1382092 c 0.051796,0 0.093441,-0.04269 0.093701,-0.095 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "b0e7e17c__path11", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -15.459514,67.784577 c 0,-0.408641 -0.327954,-0.739198 -0.732431,-0.739198 -0.403956,0 -0.731911,0.330557 -0.731911,0.739198 0,0.408642 0.327955,0.73998 0.731911,0.73998 0.404477,0 0.732431,-0.331338 0.732431,-0.73998" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "e2fa8235__path12", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -15.540722,71.693479 v -2.742842 c 0,-0.05206 -0.04217,-0.09448 -0.09396,-0.09448 h -1.131963 c -0.05206,0 -0.09839,0.05336 -0.09839,0.105413 v 3.929724 c 0,0.115565 0.07184,0.149922 0.165018,0.149922 h 1.019782 c 0.11192,0 0.13951,-0.05492 0.13951,-0.151743 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "4c6c3c25__path13", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -2.8934025,68.865004 h -1.1267572 c -0.051796,0 -0.093701,0.04243 -0.093701,0.095 v 2.913587 c 0,0 -0.2863088,0.209526 -0.6926079,0.209526 -0.4062983,0 -0.5143154,-0.184539 -0.5143154,-0.582249 v -2.540864 c 0,-0.05258 -0.041905,-0.095 -0.093701,-0.095 h -1.1436751 c -0.051536,0 -0.093701,0.04243 -0.093701,0.095 v 2.733211 c 0,1.181677 0.658511,1.47085 1.5645499,1.47085 0.7433628,0 1.34253,-0.410724 1.34253,-0.410724 0,0 0.028631,0.216553 0.041645,0.242061 0.012753,0.02551 0.04633,0.05154 0.082769,0.05154 l 0.7274858,-0.0034 c 0.051536,0 0.093962,-0.04243 0.093962,-0.09474 l -5.289e-4,-3.988808 c 0,-0.05258 -0.041906,-0.095 -0.093962,-0.095" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "90e8a898__path14", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -0.25779587,72.079476 c -0.39094236,-0.01197 -0.65616882,-0.189224 -0.65616882,-0.189224 v -1.881833 c 0,0 0.26158225,-0.160333 0.58250923,-0.188964 0.40577796,-0.03644 0.79672031,0.08615 0.79672031,1.054138 0,1.020823 -0.1764708,1.22228 -0.72306072,1.205883 M 0.18650414,68.73148 c -0.64003146,0 -1.07522132,0.285528 -1.07522132,0.285528 v -2.011973 c 0,-0.05258 -0.0421661,-0.095 -0.0937012,-0.095 H -2.1214086 c -0.051536,0 -0.093701,0.04243 -0.093701,0.095 v 5.941958 c 0,0.05258 0.042165,0.095 0.093961,0.095 h 0.7902137 c 0.035398,0 0.062467,-0.01823 0.082249,-0.05049 0.019782,-0.03175 0.048152,-0.273816 0.048152,-0.273816 0,0 0.46564286,0.441177 1.34695446,0.441177 1.03487844,0 1.62857874,-0.524987 1.62857874,-2.356325 0,-1.831598 -0.94794323,-2.071057 -1.58849486,-2.071057" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "8b6ef325__path15", fill: "#0c0c0c", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.066632", d: "m -12.277057,68.855634 h -0.8519 c 0,0 -0.0013,-1.125195 -0.0013,-1.125456 0,-0.04268 -0.02186,-0.06403 -0.07132,-0.06403 h -1.160593 c -0.04503,0 -0.06949,0.02004 -0.06949,0.06351 v 1.162676 c 0,0 -0.581468,0.140551 -0.621031,0.151744 -0.03904,0.01145 -0.06793,0.04763 -0.06793,0.09058 v 0.730869 c 0,0.05258 0.0419,0.095 0.09396,0.095 h 0.595003 v 1.757939 c 0,1.30583 0.915929,1.433889 1.534097,1.433889 0.282405,0 0.62025,-0.09058 0.67595,-0.111141 0.03384,-0.01248 0.05336,-0.04737 0.05336,-0.08511 l 10e-4,-0.804009 c 0,-0.05232 -0.04425,-0.09474 -0.09422,-0.09474 -0.04971,0 -0.176731,0.02004 -0.307392,0.02004 -0.418272,0 -0.560125,-0.19443 -0.560125,-0.446383 v -1.670484 h 0.8519 c 0.0518,0 0.09396,-0.04242 0.09396,-0.095 v -0.915409 c 0,-0.05232 -0.04217,-0.09448 -0.09396,-0.09448" })
|
|
13
13
|
] })
|
|
14
14
|
] });
|
|
15
15
|
};
|
|
@@ -24,9 +24,9 @@ __export(icon_mono_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_mono_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabIconMonoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5d8c957c__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "7373383d__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4bdea940__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
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var icon_mono_dark_default = GitlabIconMonoDark;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabIconMonoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5d8c957c__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "7373383d__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "4bdea940__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
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var icon_mono_dark_default = GitlabIconMonoDark;
|
|
@@ -24,9 +24,9 @@ __export(icon_mono_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_mono_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabIconMonoLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "db129fba__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "b50e82e2__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "cddd15bf__LOGO", transform: "matrix(0.12496996,0,0,0.12496996,-11.743833,-12.186729)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6e774c88__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
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var icon_mono_light_default = GitlabIconMonoLight;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabIconMonoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("g", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "db129fba__svg1", version: "1.1", viewBox: "0 0 24 23.112621", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "b50e82e2__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("g", { id: "cddd15bf__LOGO", transform: "matrix(0.12496996,0,0,0.12496996,-11.743833,-12.186729)", children: /* @__PURE__ */ jsx("path", { id: "6e774c88__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
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var icon_mono_light_default = GitlabIconMonoLight;
|
package/dist/gitlab/icon.cjs
CHANGED
|
@@ -24,12 +24,12 @@ __export(icon_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabIcon = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b306a5de__svg1", version: "1.1", viewBox: "0 0 24 23.11574", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "9bb34fbd__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3234829d__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: "26db6da9__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: "e8b2b09c__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: "741cf4cc__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
33
|
] });
|
|
34
34
|
};
|
|
35
35
|
var icon_default = GitlabIcon;
|
package/dist/gitlab/icon.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabIcon = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "b306a5de__svg1", version: "1.1", viewBox: "0 0 24 23.11574", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "9bb34fbd__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "3234829d__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: "26db6da9__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: "e8b2b09c__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: "741cf4cc__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
9
|
] });
|
|
10
10
|
};
|
|
11
11
|
var icon_default = GitlabIcon;
|
|
@@ -24,21 +24,21 @@ __export(logo_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabLogoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "dcc0835d__svg1", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "4f613129__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "298ebf7f__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "69c470a4__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: "5a617cc0__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: "bce0dd73__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: "614856eb__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: "0c931f61__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: "973fe082__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
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "0108bd39__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7917d310__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: "df44cc1e__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: "1c310f29__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: "cd9145fd__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
42
|
] })
|
|
43
43
|
] });
|
|
44
44
|
};
|
package/dist/gitlab/logo-dark.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "dcc0835d__svg1", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "4f613129__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "298ebf7f__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "69c470a4__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: "5a617cc0__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: "bce0dd73__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: "614856eb__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: "0c931f61__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: "973fe082__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
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
+
/* @__PURE__ */ jsxs("g", { id: "0108bd39__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "7917d310__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: "df44cc1e__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: "1c310f29__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: "cd9145fd__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
18
|
] })
|
|
19
19
|
] });
|
|
20
20
|
};
|
|
@@ -24,16 +24,16 @@ __export(logo_mono_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_mono_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabLogoMonoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1b2bd208__svg7", version: "1.1", viewBox: "0 0 24.000002 5.1892362", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "b154437a__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "3d551829__LOGO", transform: "matrix(0.03459464,0,0,0.03459464,-5.1487505,-3.9782587)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "061247b0__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: "fe8252a9__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: "bb63bcd4__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: "f86b8d7d__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: "c2fbc22a__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: "14b3325f__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: "3438e037__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
37
|
] })
|
|
38
38
|
] });
|
|
39
39
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabLogoMonoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1b2bd208__svg7", version: "1.1", viewBox: "0 0 24.000002 5.1892362", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "b154437a__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "3d551829__LOGO", transform: "matrix(0.03459464,0,0,0.03459464,-5.1487505,-3.9782587)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "061247b0__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: "fe8252a9__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: "bb63bcd4__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: "f86b8d7d__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: "c2fbc22a__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: "14b3325f__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: "3438e037__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
13
|
] })
|
|
14
14
|
] });
|
|
15
15
|
};
|
|
@@ -24,17 +24,17 @@ __export(logo_mono_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_mono_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabLogoMonoLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "ae3ea57f__Layer_1", version: "1.1", viewBox: "0 0 23.999977 5.2000723", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "00e3bff9__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "11b79894__g6", transform: "matrix(0.0346657,0,0,0.0346657,-5.1599042,-3.9864428)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d0b93d8d__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: "2e64cddd__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: "07f21afe__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: "80f44c8d__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: "091342c8__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: "50a06143__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
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d41a31f5__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
38
|
] });
|
|
39
39
|
};
|
|
40
40
|
var logo_mono_light_default = GitlabLogoMonoLight;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabLogoMonoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "ae3ea57f__Layer_1", version: "1.1", viewBox: "0 0 23.999977 5.2000723", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "00e3bff9__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "11b79894__g6", transform: "matrix(0.0346657,0,0,0.0346657,-5.1599042,-3.9864428)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "d0b93d8d__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: "2e64cddd__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: "07f21afe__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: "80f44c8d__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: "091342c8__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: "50a06143__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
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "d41a31f5__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
14
|
] });
|
|
15
15
|
};
|
|
16
16
|
var logo_mono_light_default = GitlabLogoMonoLight;
|
package/dist/gitlab/logo.cjs
CHANGED
|
@@ -24,21 +24,21 @@ __export(logo_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const GitlabLogo = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d6b9cd3b__LOGO", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "9dde5960__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "ebffbca5__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "35a3f700__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: "c2381cbc__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: "db3eefcd__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: "191670fd__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: "74b47ed8__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: "5c93f2ef__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
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "26c488bf__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "bb4056d7__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: "98e06548__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: "e552d894__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: "040eaf54__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
42
|
] })
|
|
43
43
|
] });
|
|
44
44
|
};
|