@logoicon/react 1.0.2 → 1.0.3
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 +6 -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/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 +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -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/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 +45 -6
- package/dist/metadata.d.cts +333 -21
- package/dist/metadata.d.ts +333 -21
- package/dist/metadata.js +45 -6
- 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/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/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/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
CssIcon: () => CssIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const CssIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "eb5606c0__svg1", version: "1.1", viewBox: "0 0 24 21.724138", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "12cb15d1__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "b388e6f2__title1", children: "HTML5 CSS Styling Logo" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a9c9cc37__path1", strokeWidth: "0.108893", d: "M 3.5716878,0 2.7658802,4.0290381 H 19.165154 L 18.653358,6.6315789 H 2.2431942 L 1.4482759,10.660617 H 17.84755 l -0.914701,4.595281 -6.6098,2.188748 -5.7277677,-2.188748 0.3920145,-1.99274 H 0.95825771 L 0,18.098004 9.4736842,21.724138 20.395644,18.098004 21.84392,10.823956 22.137931,9.3647913 24,0 Z" })
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
var icon_default = CssIcon;
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
CssIcon
|
|
37
|
+
});
|
package/dist/css/icon.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CssIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "eb5606c0__svg1", version: "1.1", viewBox: "0 0 24 21.724138", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "12cb15d1__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("title", { id: "b388e6f2__title1", children: "HTML5 CSS Styling Logo" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "a9c9cc37__path1", strokeWidth: "0.108893", d: "M 3.5716878,0 2.7658802,4.0290381 H 19.165154 L 18.653358,6.6315789 H 2.2431942 L 1.4482759,10.660617 H 17.84755 l -0.914701,4.595281 -6.6098,2.188748 -5.7277677,-2.188748 0.3920145,-1.99274 H 0.95825771 L 0,18.098004 9.4736842,21.724138 20.395644,18.098004 21.84392,10.823956 22.137931,9.3647913 24,0 Z" })
|
|
7
|
+
] });
|
|
8
|
+
};
|
|
9
|
+
var icon_default = CssIcon;
|
|
10
|
+
export {
|
|
11
|
+
CssIcon,
|
|
12
|
+
icon_default as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_dark_exports = {};
|
|
20
|
+
__export(icon_dark_exports, {
|
|
21
|
+
ExpressjsIconDark: () => ExpressjsIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const ExpressjsIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1e3753a7__svg1", version: "1.1", viewBox: "0 0 23.99996 13.927097", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "c897d84a__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7d86bcd5__path1", fill: "#ffffff", strokeWidth: "0.0306718", d: "m 23.99996,13.551389 c -0.722964,0.273379 -1.536245,-0.03585 -1.894943,-0.720502 L 18.655389,8.0602094 18.155194,7.3938034 14.152057,12.837943 c -0.337523,0.654962 -1.108718,0.957667 -1.801646,0.707174 l 5.157193,-6.9188556 -4.798118,-6.251665 c 0.711877,-0.257154 1.505292,0.02195 1.901215,0.666405 l 3.575069,4.829479 3.596236,-4.810663 c 0.340263,-0.64417 1.109276,-0.931075 1.788319,-0.667189 l -1.862016,2.470403 -2.522148,3.282635 c -0.296703,0.264958 -0.296703,0.729162 0,0.99412 l 4.803607,6.4116026 z M 0.001528,6.5400214 0.421755,4.4647564 c 1.154058,-4.103489 5.858095,-5.811054 9.094474,-3.269306 1.894942,1.488044 2.367698,3.596238 2.275186,5.971776 H 1.115601 C 0.94312,11.410268 4.004664,13.9724 7.920775,12.664678 9.211249,12.194275 10.182633,11.121754 10.502508,9.7889434 10.709485,9.1225384 11.051312,9.0080724 11.676949,9.2009384 11.465543,10.84676 10.511536,12.304927 9.08816,13.157818 6.707224,14.459922 3.758937,14.08312 1.782006,12.224066 0.828655,11.15233 0.253194,9.7975674 0.141081,8.3667554 c 0,-0.235202 -0.0784,-0.454724 -0.133281,-0.666405 C 0.0026,7.3046894 0,6.9179124 0,6.5400214 Z m 1.127401,-0.286946 h 9.654253 c -0.06037,-3.075657 -2.001568,-5.257547 -4.590357,-5.277931 -2.882007,-0.0392 -4.943943,2.094865 -5.070952,5.264603 z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_dark_default = ExpressjsIconDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
ExpressjsIconDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ExpressjsIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "1e3753a7__svg1", version: "1.1", viewBox: "0 0 23.99996 13.927097", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "c897d84a__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "7d86bcd5__path1", fill: "#ffffff", strokeWidth: "0.0306718", d: "m 23.99996,13.551389 c -0.722964,0.273379 -1.536245,-0.03585 -1.894943,-0.720502 L 18.655389,8.0602094 18.155194,7.3938034 14.152057,12.837943 c -0.337523,0.654962 -1.108718,0.957667 -1.801646,0.707174 l 5.157193,-6.9188556 -4.798118,-6.251665 c 0.711877,-0.257154 1.505292,0.02195 1.901215,0.666405 l 3.575069,4.829479 3.596236,-4.810663 c 0.340263,-0.64417 1.109276,-0.931075 1.788319,-0.667189 l -1.862016,2.470403 -2.522148,3.282635 c -0.296703,0.264958 -0.296703,0.729162 0,0.99412 l 4.803607,6.4116026 z M 0.001528,6.5400214 0.421755,4.4647564 c 1.154058,-4.103489 5.858095,-5.811054 9.094474,-3.269306 1.894942,1.488044 2.367698,3.596238 2.275186,5.971776 H 1.115601 C 0.94312,11.410268 4.004664,13.9724 7.920775,12.664678 9.211249,12.194275 10.182633,11.121754 10.502508,9.7889434 10.709485,9.1225384 11.051312,9.0080724 11.676949,9.2009384 11.465543,10.84676 10.511536,12.304927 9.08816,13.157818 6.707224,14.459922 3.758937,14.08312 1.782006,12.224066 0.828655,11.15233 0.253194,9.7975674 0.141081,8.3667554 c 0,-0.235202 -0.0784,-0.454724 -0.133281,-0.666405 C 0.0026,7.3046894 0,6.9179124 0,6.5400214 Z m 1.127401,-0.286946 h 9.654253 c -0.06037,-3.075657 -2.001568,-5.257547 -4.590357,-5.277931 -2.882007,-0.0392 -4.943943,2.094865 -5.070952,5.264603 z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_dark_default = ExpressjsIconDark;
|
|
9
|
+
export {
|
|
10
|
+
ExpressjsIconDark,
|
|
11
|
+
icon_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
ExpressjsIconLight: () => ExpressjsIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const ExpressjsIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "fa63cb8f__svg1", version: "1.1", viewBox: "0 0 23.99996 13.927097", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "f3908822__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "ca3331ef__path1", strokeWidth: "0.0306718", d: "m 23.99996,13.551389 c -0.722964,0.273379 -1.536245,-0.03585 -1.894943,-0.720502 L 18.655389,8.0602094 18.155194,7.3938034 14.152057,12.837943 c -0.337523,0.654962 -1.108718,0.957667 -1.801646,0.707174 l 5.157193,-6.9188556 -4.798118,-6.251665 c 0.711877,-0.257154 1.505292,0.02195 1.901215,0.666405 l 3.575069,4.829479 3.596236,-4.810663 c 0.340263,-0.64417 1.109276,-0.931075 1.788319,-0.667189 l -1.862016,2.470403 -2.522148,3.282635 c -0.296703,0.264958 -0.296703,0.729162 0,0.99412 l 4.803607,6.4116026 z M 0.001528,6.5400214 0.421755,4.4647564 c 1.154058,-4.103489 5.858095,-5.811054 9.094474,-3.269306 1.894942,1.488044 2.367698,3.596238 2.275186,5.971776 H 1.115601 C 0.94312,11.410268 4.004664,13.9724 7.920775,12.664678 9.211249,12.194275 10.182633,11.121754 10.502508,9.7889434 10.709485,9.1225384 11.051312,9.0080724 11.676949,9.2009384 11.465543,10.84676 10.511536,12.304927 9.08816,13.157818 6.707224,14.459922 3.758937,14.08312 1.782006,12.224066 0.828655,11.15233 0.253194,9.7975674 0.141081,8.3667554 c 0,-0.235202 -0.0784,-0.454724 -0.133281,-0.666405 C 0.0026,7.3046894 0,6.9179124 0,6.5400214 Z m 1.127401,-0.286946 h 9.654253 c -0.06037,-3.075657 -2.001568,-5.257547 -4.590357,-5.277931 -2.882007,-0.0392 -4.943943,2.094865 -5.070952,5.264603 z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_light_default = ExpressjsIconLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
ExpressjsIconLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ExpressjsIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "fa63cb8f__svg1", version: "1.1", viewBox: "0 0 23.99996 13.927097", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "f3908822__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "ca3331ef__path1", strokeWidth: "0.0306718", d: "m 23.99996,13.551389 c -0.722964,0.273379 -1.536245,-0.03585 -1.894943,-0.720502 L 18.655389,8.0602094 18.155194,7.3938034 14.152057,12.837943 c -0.337523,0.654962 -1.108718,0.957667 -1.801646,0.707174 l 5.157193,-6.9188556 -4.798118,-6.251665 c 0.711877,-0.257154 1.505292,0.02195 1.901215,0.666405 l 3.575069,4.829479 3.596236,-4.810663 c 0.340263,-0.64417 1.109276,-0.931075 1.788319,-0.667189 l -1.862016,2.470403 -2.522148,3.282635 c -0.296703,0.264958 -0.296703,0.729162 0,0.99412 l 4.803607,6.4116026 z M 0.001528,6.5400214 0.421755,4.4647564 c 1.154058,-4.103489 5.858095,-5.811054 9.094474,-3.269306 1.894942,1.488044 2.367698,3.596238 2.275186,5.971776 H 1.115601 C 0.94312,11.410268 4.004664,13.9724 7.920775,12.664678 9.211249,12.194275 10.182633,11.121754 10.502508,9.7889434 10.709485,9.1225384 11.051312,9.0080724 11.676949,9.2009384 11.465543,10.84676 10.511536,12.304927 9.08816,13.157818 6.707224,14.459922 3.758937,14.08312 1.782006,12.224066 0.828655,11.15233 0.253194,9.7975674 0.141081,8.3667554 c 0,-0.235202 -0.0784,-0.454724 -0.133281,-0.666405 C 0.0026,7.3046894 0,6.9179124 0,6.5400214 Z m 1.127401,-0.286946 h 9.654253 c -0.06037,-3.075657 -2.001568,-5.257547 -4.590357,-5.277931 -2.882007,-0.0392 -4.943943,2.094865 -5.070952,5.264603 z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_light_default = ExpressjsIconLight;
|
|
9
|
+
export {
|
|
10
|
+
ExpressjsIconLight,
|
|
11
|
+
icon_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_dark_exports = {};
|
|
20
|
+
__export(logo_dark_exports, {
|
|
21
|
+
ExpressjsLogoDark: () => ExpressjsLogoDark,
|
|
22
|
+
default: () => logo_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const ExpressjsLogoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "fbdfb56d__svg1", version: "1.1", viewBox: "0 0 24 5.3556032", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "2e86374b__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0cdc29e1__path1", fill: "#ffffff", strokeWidth: "0.0214224", d: "M 7.4436802,5.355603 V 0.10476553 H 7.7284946 V 0.9307272 A 1.0800161,1.0800161 0 0 0 7.8214581,0.8142951 C 8.0593351,0.32076879 8.561064,0.0092957 9.1088191,0.01544779 9.7581958,-0.00391979 10.2859,0.23646367 10.596006,0.8142951 a 2.5678863,2.5678863 0 0 1 0.06198,2.3539335 C 10.369066,3.8157828 9.6554348,4.1377368 8.8914486,4.0194818 A 1.4286289,1.4286289 0 0 1 7.7512799,3.2671162 v 2.0882589 z m 0.2848144,-3.3933922 0.063799,0.616566 C 7.9048519,3.2805594 8.3197693,3.6952491 8.9711968,3.7731744 A 1.3397668,1.3397668 0 0 0 10.442889,2.9219213 C 10.69626,2.3181147 10.677577,1.6345603 10.392762,1.0448808 A 1.3124246,1.3124246 0 0 0 9.0101594,0.28089461 1.2782469,1.2782469 0 0 0 7.8681677,1.2251112 6.5211097,6.5211097 0 0 0 7.7284946,1.9619831 Z M 16.728173,2.6758416 A 1.535719,1.535719 0 0 1 15.227315,4.033153 C 14.032918,4.0933058 13.472403,3.3001547 13.383313,2.3848753 a 2.6407988,2.6407988 0 0 1 0.232636,-1.45437604 1.6223026,1.6223026 0 0 1 1.688836,-0.90548187 1.5516686,1.5516686 0 0 1 1.376678,1.18095441 7.9679666,7.9679666 0 0 1 0.133749,0.8726711 h -3.136831 c -0.0581,0.8298351 0.387803,1.4969843 1.019863,1.6578474 0.787227,0.1936738 1.460072,-0.1474199 1.704329,-0.8959121 0.05423,-0.1920787 0.153116,-0.219193 0.32765,-0.1647366 z M 13.676102,1.8129681 h 2.805763 C 16.464321,0.92890436 15.913832,0.28636311 15.167162,0.27907177 14.324112,0.26540085 13.712786,0.88219472 13.676102,1.8129681 Z m 3.631953,0.8822408 h 0.275017 a 1.1028012,1.1028012 0 0 0 0.647554,0.9501408 1.6929366,1.6929366 0 0 0 1.46987,-0.038735 A 0.66076933,0.66076933 0 0 0 20.088299,2.95701 0.59924941,0.59924941 0 0 0 19.685002,2.3577607 C 19.382415,2.2452022 19.060689,2.1832268 18.752406,2.0843393 A 6.8355447,6.8355447 0 0 1 17.813885,1.7411949 c -0.496716,-0.242434 -0.527476,-1.18665061 0.03486,-1.48559181 a 1.9800294,1.9800294 0 0 1 1.892534,-0.0291649 c 0.363195,0.20050928 0.563932,0.60540144 0.504235,1.01621751 H 20.00969 c 0,-0.011392 -0.02142,-0.021418 -0.02142,-0.033038 C 19.959107,0.45770749 19.327047,0.22256459 18.648505,0.28864159 18.443439,0.31142669 18.249081,0.37340237 18.0668,0.4649986 a 0.5810213,0.5810213 0 0 0 -0.33722,0.581705 0.5810213,0.5810213 0 0 0 0.387803,0.5468435 c 0.296207,0.1086851 0.610642,0.1784078 0.917103,0.2636242 l 0.740517,0.1936738 a 0.87494973,0.87494973 0 0 1 0.601072,0.7892775 C 20.435317,3.2377234 20.232529,3.6284887 19.87389,3.8096307 19.226337,4.1760158 18.159764,4.079179 17.684693,3.6159568 17.441576,3.3714723 17.306004,3.0394926 17.308739,2.694981 Z m 6.557566,-1.4523252 h -0.257928 c 0,-0.034861 -0.01367,-0.068356 -0.01755,-0.095014 a 0.84305052,0.84305052 0 0 0 -0.68651,-0.81046791 1.6929366,1.6929366 0 0 0 -1.087764,0.0524059 0.66076933,0.66076933 0 0 0 -0.478944,0.63023725 0.60836347,0.60836347 0 0 0 0.465272,0.6126926 L 22.9811,1.9353244 a 3.2787829,3.2787829 0 0 1 0.375957,0.1143815 c 0.375955,0.1367107 0.631147,0.4857792 0.64254,0.8847472 a 0.96836884,0.96836884 0 0 1 -0.592413,0.92052 2.1577536,2.1577536 0 0 1 -1.745115,0.017545 1.2098914,1.2098914 0 0 1 -0.729125,-1.1750303 h 0.252004 c 0.09479,0.4568424 0.408537,0.8373543 0.83895,1.017357 0.43041,0.1800027 0.921885,0.1357995 1.313335,-0.1175713 a 0.69266852,0.69266852 0 0 0 0.372309,-0.6475539 0.59924941,0.59924941 0 0 0 -0.40922,-0.595376 C 22.997735,2.2417845 22.676009,2.1818596 22.367725,2.0809214 A 6.8697224,6.8697224 0 0 1 21.423509,1.7416505 C 20.93864,1.5030901 20.899906,0.56662053 21.452673,0.26790706 a 1.9526873,1.9526873 0 0 1 1.923523,-0.0214179 1.0139391,1.0139391 0 0 1 0.486692,0.99479964 z M 6.9749898,3.9383667 A 0.4443104,0.4443104 0 0 1 6.4242727,3.7289712 L 5.4217263,2.3424949 5.276357,2.1488211 4.1129472,3.731022 A 0.42608229,0.42608229 0 0 1 3.5893444,3.9365439 L 5.0881517,1.9257545 3.6937005,0.10886685 c 0.2068891,-0.07473529 0.4374748,0.00638 0.5525399,0.19367382 L 5.2852433,1.7061058 6.330398,0.30800895 A 0.41696823,0.41696823 0 0 1 6.8501271,0.11410742 L 6.3089798,0.83206735 5.5759816,1.7860817 a 0.19367377,0.19367377 0 0 0 0,0.2889157 L 6.9720277,3.9383667 Z M 13.338882,0.08949949 V 0.36292124 A 1.4058437,1.4058437 0 0 0 11.841898,1.8152466 V 3.9481645 H 11.564602 V 0.10658837 h 0.273422 V 0.8938151 C 12.173421,0.31962933 12.6911,0.10658837 13.340705,0.09109439 Z M 4.5569755e-4,1.900691 0.1225841,1.297568 C 0.4579815,0.10499325 1.8250904,-0.39126721 2.7656615,0.34742726 3.3163783,0.77988942 3.4537729,1.3925822 3.4268865,2.0829721 H 0.32423266 C 0.27410533,3.3161043 1.1638654,4.060723 2.3019836,3.6806667 2.6770271,3.5439559 2.9593351,3.2322551 3.0522985,2.8449075 3.1124513,2.6512337 3.2117946,2.6179672 3.3936201,2.6740187 A 1.5744538,1.5744538 0 0 1 2.6412545,3.8239854 1.8228119,1.8228119 0 0 1 0.51790644,3.5526142 C 0.24083903,3.2411411 0.07359603,2.8474139 0.04101327,2.4315847 c 0,-0.068356 -0.02278515,-0.1321538 -0.03873476,-0.1936736 Q 0,2.0654276 0,1.900691 Z M 0.32810616,1.8172974 H 3.1338695 C 3.1163249,0.92343587 2.5521646,0.28932518 1.7997989,0.28340103 0.96221684,0.27200838 0.36296743,0.8922202 0.32605547,1.8134238 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var logo_dark_default = ExpressjsLogoDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
ExpressjsLogoDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ExpressjsLogoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "fbdfb56d__svg1", version: "1.1", viewBox: "0 0 24 5.3556032", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "2e86374b__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "0cdc29e1__path1", fill: "#ffffff", strokeWidth: "0.0214224", d: "M 7.4436802,5.355603 V 0.10476553 H 7.7284946 V 0.9307272 A 1.0800161,1.0800161 0 0 0 7.8214581,0.8142951 C 8.0593351,0.32076879 8.561064,0.0092957 9.1088191,0.01544779 9.7581958,-0.00391979 10.2859,0.23646367 10.596006,0.8142951 a 2.5678863,2.5678863 0 0 1 0.06198,2.3539335 C 10.369066,3.8157828 9.6554348,4.1377368 8.8914486,4.0194818 A 1.4286289,1.4286289 0 0 1 7.7512799,3.2671162 v 2.0882589 z m 0.2848144,-3.3933922 0.063799,0.616566 C 7.9048519,3.2805594 8.3197693,3.6952491 8.9711968,3.7731744 A 1.3397668,1.3397668 0 0 0 10.442889,2.9219213 C 10.69626,2.3181147 10.677577,1.6345603 10.392762,1.0448808 A 1.3124246,1.3124246 0 0 0 9.0101594,0.28089461 1.2782469,1.2782469 0 0 0 7.8681677,1.2251112 6.5211097,6.5211097 0 0 0 7.7284946,1.9619831 Z M 16.728173,2.6758416 A 1.535719,1.535719 0 0 1 15.227315,4.033153 C 14.032918,4.0933058 13.472403,3.3001547 13.383313,2.3848753 a 2.6407988,2.6407988 0 0 1 0.232636,-1.45437604 1.6223026,1.6223026 0 0 1 1.688836,-0.90548187 1.5516686,1.5516686 0 0 1 1.376678,1.18095441 7.9679666,7.9679666 0 0 1 0.133749,0.8726711 h -3.136831 c -0.0581,0.8298351 0.387803,1.4969843 1.019863,1.6578474 0.787227,0.1936738 1.460072,-0.1474199 1.704329,-0.8959121 0.05423,-0.1920787 0.153116,-0.219193 0.32765,-0.1647366 z M 13.676102,1.8129681 h 2.805763 C 16.464321,0.92890436 15.913832,0.28636311 15.167162,0.27907177 14.324112,0.26540085 13.712786,0.88219472 13.676102,1.8129681 Z m 3.631953,0.8822408 h 0.275017 a 1.1028012,1.1028012 0 0 0 0.647554,0.9501408 1.6929366,1.6929366 0 0 0 1.46987,-0.038735 A 0.66076933,0.66076933 0 0 0 20.088299,2.95701 0.59924941,0.59924941 0 0 0 19.685002,2.3577607 C 19.382415,2.2452022 19.060689,2.1832268 18.752406,2.0843393 A 6.8355447,6.8355447 0 0 1 17.813885,1.7411949 c -0.496716,-0.242434 -0.527476,-1.18665061 0.03486,-1.48559181 a 1.9800294,1.9800294 0 0 1 1.892534,-0.0291649 c 0.363195,0.20050928 0.563932,0.60540144 0.504235,1.01621751 H 20.00969 c 0,-0.011392 -0.02142,-0.021418 -0.02142,-0.033038 C 19.959107,0.45770749 19.327047,0.22256459 18.648505,0.28864159 18.443439,0.31142669 18.249081,0.37340237 18.0668,0.4649986 a 0.5810213,0.5810213 0 0 0 -0.33722,0.581705 0.5810213,0.5810213 0 0 0 0.387803,0.5468435 c 0.296207,0.1086851 0.610642,0.1784078 0.917103,0.2636242 l 0.740517,0.1936738 a 0.87494973,0.87494973 0 0 1 0.601072,0.7892775 C 20.435317,3.2377234 20.232529,3.6284887 19.87389,3.8096307 19.226337,4.1760158 18.159764,4.079179 17.684693,3.6159568 17.441576,3.3714723 17.306004,3.0394926 17.308739,2.694981 Z m 6.557566,-1.4523252 h -0.257928 c 0,-0.034861 -0.01367,-0.068356 -0.01755,-0.095014 a 0.84305052,0.84305052 0 0 0 -0.68651,-0.81046791 1.6929366,1.6929366 0 0 0 -1.087764,0.0524059 0.66076933,0.66076933 0 0 0 -0.478944,0.63023725 0.60836347,0.60836347 0 0 0 0.465272,0.6126926 L 22.9811,1.9353244 a 3.2787829,3.2787829 0 0 1 0.375957,0.1143815 c 0.375955,0.1367107 0.631147,0.4857792 0.64254,0.8847472 a 0.96836884,0.96836884 0 0 1 -0.592413,0.92052 2.1577536,2.1577536 0 0 1 -1.745115,0.017545 1.2098914,1.2098914 0 0 1 -0.729125,-1.1750303 h 0.252004 c 0.09479,0.4568424 0.408537,0.8373543 0.83895,1.017357 0.43041,0.1800027 0.921885,0.1357995 1.313335,-0.1175713 a 0.69266852,0.69266852 0 0 0 0.372309,-0.6475539 0.59924941,0.59924941 0 0 0 -0.40922,-0.595376 C 22.997735,2.2417845 22.676009,2.1818596 22.367725,2.0809214 A 6.8697224,6.8697224 0 0 1 21.423509,1.7416505 C 20.93864,1.5030901 20.899906,0.56662053 21.452673,0.26790706 a 1.9526873,1.9526873 0 0 1 1.923523,-0.0214179 1.0139391,1.0139391 0 0 1 0.486692,0.99479964 z M 6.9749898,3.9383667 A 0.4443104,0.4443104 0 0 1 6.4242727,3.7289712 L 5.4217263,2.3424949 5.276357,2.1488211 4.1129472,3.731022 A 0.42608229,0.42608229 0 0 1 3.5893444,3.9365439 L 5.0881517,1.9257545 3.6937005,0.10886685 c 0.2068891,-0.07473529 0.4374748,0.00638 0.5525399,0.19367382 L 5.2852433,1.7061058 6.330398,0.30800895 A 0.41696823,0.41696823 0 0 1 6.8501271,0.11410742 L 6.3089798,0.83206735 5.5759816,1.7860817 a 0.19367377,0.19367377 0 0 0 0,0.2889157 L 6.9720277,3.9383667 Z M 13.338882,0.08949949 V 0.36292124 A 1.4058437,1.4058437 0 0 0 11.841898,1.8152466 V 3.9481645 H 11.564602 V 0.10658837 h 0.273422 V 0.8938151 C 12.173421,0.31962933 12.6911,0.10658837 13.340705,0.09109439 Z M 4.5569755e-4,1.900691 0.1225841,1.297568 C 0.4579815,0.10499325 1.8250904,-0.39126721 2.7656615,0.34742726 3.3163783,0.77988942 3.4537729,1.3925822 3.4268865,2.0829721 H 0.32423266 C 0.27410533,3.3161043 1.1638654,4.060723 2.3019836,3.6806667 2.6770271,3.5439559 2.9593351,3.2322551 3.0522985,2.8449075 3.1124513,2.6512337 3.2117946,2.6179672 3.3936201,2.6740187 A 1.5744538,1.5744538 0 0 1 2.6412545,3.8239854 1.8228119,1.8228119 0 0 1 0.51790644,3.5526142 C 0.24083903,3.2411411 0.07359603,2.8474139 0.04101327,2.4315847 c 0,-0.068356 -0.02278515,-0.1321538 -0.03873476,-0.1936736 Q 0,2.0654276 0,1.900691 Z M 0.32810616,1.8172974 H 3.1338695 C 3.1163249,0.92343587 2.5521646,0.28932518 1.7997989,0.28340103 0.96221684,0.27200838 0.36296743,0.8922202 0.32605547,1.8134238 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var logo_dark_default = ExpressjsLogoDark;
|
|
9
|
+
export {
|
|
10
|
+
ExpressjsLogoDark,
|
|
11
|
+
logo_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_light_exports = {};
|
|
20
|
+
__export(logo_light_exports, {
|
|
21
|
+
ExpressjsLogoLight: () => ExpressjsLogoLight,
|
|
22
|
+
default: () => logo_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const ExpressjsLogoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "3f0351f5__svg1", version: "1.1", viewBox: "0 0 24 5.3556032", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "273e8168__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0589f174__path1", strokeWidth: "0.0214224", d: "M 7.4436802,5.355603 V 0.10476553 H 7.7284946 V 0.9307272 A 1.0800161,1.0800161 0 0 0 7.8214581,0.8142951 C 8.0593351,0.32076879 8.561064,0.0092957 9.1088191,0.01544779 9.7581958,-0.00391979 10.2859,0.23646367 10.596006,0.8142951 a 2.5678863,2.5678863 0 0 1 0.06198,2.3539335 C 10.369066,3.8157828 9.6554348,4.1377368 8.8914486,4.0194818 A 1.4286289,1.4286289 0 0 1 7.7512799,3.2671162 v 2.0882589 z m 0.2848144,-3.3933922 0.063799,0.616566 C 7.9048519,3.2805594 8.3197693,3.6952491 8.9711968,3.7731744 A 1.3397668,1.3397668 0 0 0 10.442889,2.9219213 C 10.69626,2.3181147 10.677577,1.6345603 10.392762,1.0448808 A 1.3124246,1.3124246 0 0 0 9.0101594,0.28089461 1.2782469,1.2782469 0 0 0 7.8681677,1.2251112 6.5211097,6.5211097 0 0 0 7.7284946,1.9619831 Z M 16.728173,2.6758416 A 1.535719,1.535719 0 0 1 15.227315,4.033153 C 14.032918,4.0933058 13.472403,3.3001547 13.383313,2.3848753 a 2.6407988,2.6407988 0 0 1 0.232636,-1.45437604 1.6223026,1.6223026 0 0 1 1.688836,-0.90548187 1.5516686,1.5516686 0 0 1 1.376678,1.18095441 7.9679666,7.9679666 0 0 1 0.133749,0.8726711 h -3.136831 c -0.0581,0.8298351 0.387803,1.4969843 1.019863,1.6578474 0.787227,0.1936738 1.460072,-0.1474199 1.704329,-0.8959121 0.05423,-0.1920787 0.153116,-0.219193 0.32765,-0.1647366 z M 13.676102,1.8129681 h 2.805763 C 16.464321,0.92890436 15.913832,0.28636311 15.167162,0.27907177 14.324112,0.26540085 13.712786,0.88219472 13.676102,1.8129681 Z m 3.631953,0.8822408 h 0.275017 a 1.1028012,1.1028012 0 0 0 0.647554,0.9501408 1.6929366,1.6929366 0 0 0 1.46987,-0.038735 A 0.66076933,0.66076933 0 0 0 20.088299,2.95701 0.59924941,0.59924941 0 0 0 19.685002,2.3577607 C 19.382415,2.2452022 19.060689,2.1832268 18.752406,2.0843393 A 6.8355447,6.8355447 0 0 1 17.813885,1.7411949 c -0.496716,-0.242434 -0.527476,-1.18665061 0.03486,-1.48559181 a 1.9800294,1.9800294 0 0 1 1.892534,-0.0291649 c 0.363195,0.20050928 0.563932,0.60540144 0.504235,1.01621751 H 20.00969 c 0,-0.011392 -0.02142,-0.021418 -0.02142,-0.033038 C 19.959107,0.45770749 19.327047,0.22256459 18.648505,0.28864159 18.443439,0.31142669 18.249081,0.37340237 18.0668,0.4649986 a 0.5810213,0.5810213 0 0 0 -0.33722,0.581705 0.5810213,0.5810213 0 0 0 0.387803,0.5468435 c 0.296207,0.1086851 0.610642,0.1784078 0.917103,0.2636242 l 0.740517,0.1936738 a 0.87494973,0.87494973 0 0 1 0.601072,0.7892775 C 20.435317,3.2377234 20.232529,3.6284887 19.87389,3.8096307 19.226337,4.1760158 18.159764,4.079179 17.684693,3.6159568 17.441576,3.3714723 17.306004,3.0394926 17.308739,2.694981 Z m 6.557566,-1.4523252 h -0.257928 c 0,-0.034861 -0.01367,-0.068356 -0.01755,-0.095014 a 0.84305052,0.84305052 0 0 0 -0.68651,-0.81046791 1.6929366,1.6929366 0 0 0 -1.087764,0.0524059 0.66076933,0.66076933 0 0 0 -0.478944,0.63023725 0.60836347,0.60836347 0 0 0 0.465272,0.6126926 L 22.9811,1.9353244 a 3.2787829,3.2787829 0 0 1 0.375957,0.1143815 c 0.375955,0.1367107 0.631147,0.4857792 0.64254,0.8847472 a 0.96836884,0.96836884 0 0 1 -0.592413,0.92052 2.1577536,2.1577536 0 0 1 -1.745115,0.017545 1.2098914,1.2098914 0 0 1 -0.729125,-1.1750303 h 0.252004 c 0.09479,0.4568424 0.408537,0.8373543 0.83895,1.017357 0.43041,0.1800027 0.921885,0.1357995 1.313335,-0.1175713 a 0.69266852,0.69266852 0 0 0 0.372309,-0.6475539 0.59924941,0.59924941 0 0 0 -0.40922,-0.595376 C 22.997735,2.2417845 22.676009,2.1818596 22.367725,2.0809214 A 6.8697224,6.8697224 0 0 1 21.423509,1.7416505 C 20.93864,1.5030901 20.899906,0.56662053 21.452673,0.26790706 a 1.9526873,1.9526873 0 0 1 1.923523,-0.0214179 1.0139391,1.0139391 0 0 1 0.486692,0.99479964 z M 6.9749898,3.9383667 A 0.4443104,0.4443104 0 0 1 6.4242727,3.7289712 L 5.4217263,2.3424949 5.276357,2.1488211 4.1129472,3.731022 A 0.42608229,0.42608229 0 0 1 3.5893444,3.9365439 L 5.0881517,1.9257545 3.6937005,0.10886685 c 0.2068891,-0.07473529 0.4374748,0.00638 0.5525399,0.19367382 L 5.2852433,1.7061058 6.330398,0.30800895 A 0.41696823,0.41696823 0 0 1 6.8501271,0.11410742 L 6.3089798,0.83206735 5.5759816,1.7860817 a 0.19367377,0.19367377 0 0 0 0,0.2889157 L 6.9720277,3.9383667 Z M 13.338882,0.08949949 V 0.36292124 A 1.4058437,1.4058437 0 0 0 11.841898,1.8152466 V 3.9481645 H 11.564602 V 0.10658837 h 0.273422 V 0.8938151 C 12.173421,0.31962933 12.6911,0.10658837 13.340705,0.09109439 Z M 4.5569755e-4,1.900691 0.1225841,1.297568 C 0.4579815,0.10499325 1.8250904,-0.39126721 2.7656615,0.34742726 3.3163783,0.77988942 3.4537729,1.3925822 3.4268865,2.0829721 H 0.32423266 C 0.27410533,3.3161043 1.1638654,4.060723 2.3019836,3.6806667 2.6770271,3.5439559 2.9593351,3.2322551 3.0522985,2.8449075 3.1124513,2.6512337 3.2117946,2.6179672 3.3936201,2.6740187 A 1.5744538,1.5744538 0 0 1 2.6412545,3.8239854 1.8228119,1.8228119 0 0 1 0.51790644,3.5526142 C 0.24083903,3.2411411 0.07359603,2.8474139 0.04101327,2.4315847 c 0,-0.068356 -0.02278515,-0.1321538 -0.03873476,-0.1936736 Q 0,2.0654276 0,1.900691 Z M 0.32810616,1.8172974 H 3.1338695 C 3.1163249,0.92343587 2.5521646,0.28932518 1.7997989,0.28340103 0.96221684,0.27200838 0.36296743,0.8922202 0.32605547,1.8134238 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var logo_light_default = ExpressjsLogoLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
ExpressjsLogoLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ExpressjsLogoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "3f0351f5__svg1", version: "1.1", viewBox: "0 0 24 5.3556032", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "273e8168__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "0589f174__path1", strokeWidth: "0.0214224", d: "M 7.4436802,5.355603 V 0.10476553 H 7.7284946 V 0.9307272 A 1.0800161,1.0800161 0 0 0 7.8214581,0.8142951 C 8.0593351,0.32076879 8.561064,0.0092957 9.1088191,0.01544779 9.7581958,-0.00391979 10.2859,0.23646367 10.596006,0.8142951 a 2.5678863,2.5678863 0 0 1 0.06198,2.3539335 C 10.369066,3.8157828 9.6554348,4.1377368 8.8914486,4.0194818 A 1.4286289,1.4286289 0 0 1 7.7512799,3.2671162 v 2.0882589 z m 0.2848144,-3.3933922 0.063799,0.616566 C 7.9048519,3.2805594 8.3197693,3.6952491 8.9711968,3.7731744 A 1.3397668,1.3397668 0 0 0 10.442889,2.9219213 C 10.69626,2.3181147 10.677577,1.6345603 10.392762,1.0448808 A 1.3124246,1.3124246 0 0 0 9.0101594,0.28089461 1.2782469,1.2782469 0 0 0 7.8681677,1.2251112 6.5211097,6.5211097 0 0 0 7.7284946,1.9619831 Z M 16.728173,2.6758416 A 1.535719,1.535719 0 0 1 15.227315,4.033153 C 14.032918,4.0933058 13.472403,3.3001547 13.383313,2.3848753 a 2.6407988,2.6407988 0 0 1 0.232636,-1.45437604 1.6223026,1.6223026 0 0 1 1.688836,-0.90548187 1.5516686,1.5516686 0 0 1 1.376678,1.18095441 7.9679666,7.9679666 0 0 1 0.133749,0.8726711 h -3.136831 c -0.0581,0.8298351 0.387803,1.4969843 1.019863,1.6578474 0.787227,0.1936738 1.460072,-0.1474199 1.704329,-0.8959121 0.05423,-0.1920787 0.153116,-0.219193 0.32765,-0.1647366 z M 13.676102,1.8129681 h 2.805763 C 16.464321,0.92890436 15.913832,0.28636311 15.167162,0.27907177 14.324112,0.26540085 13.712786,0.88219472 13.676102,1.8129681 Z m 3.631953,0.8822408 h 0.275017 a 1.1028012,1.1028012 0 0 0 0.647554,0.9501408 1.6929366,1.6929366 0 0 0 1.46987,-0.038735 A 0.66076933,0.66076933 0 0 0 20.088299,2.95701 0.59924941,0.59924941 0 0 0 19.685002,2.3577607 C 19.382415,2.2452022 19.060689,2.1832268 18.752406,2.0843393 A 6.8355447,6.8355447 0 0 1 17.813885,1.7411949 c -0.496716,-0.242434 -0.527476,-1.18665061 0.03486,-1.48559181 a 1.9800294,1.9800294 0 0 1 1.892534,-0.0291649 c 0.363195,0.20050928 0.563932,0.60540144 0.504235,1.01621751 H 20.00969 c 0,-0.011392 -0.02142,-0.021418 -0.02142,-0.033038 C 19.959107,0.45770749 19.327047,0.22256459 18.648505,0.28864159 18.443439,0.31142669 18.249081,0.37340237 18.0668,0.4649986 a 0.5810213,0.5810213 0 0 0 -0.33722,0.581705 0.5810213,0.5810213 0 0 0 0.387803,0.5468435 c 0.296207,0.1086851 0.610642,0.1784078 0.917103,0.2636242 l 0.740517,0.1936738 a 0.87494973,0.87494973 0 0 1 0.601072,0.7892775 C 20.435317,3.2377234 20.232529,3.6284887 19.87389,3.8096307 19.226337,4.1760158 18.159764,4.079179 17.684693,3.6159568 17.441576,3.3714723 17.306004,3.0394926 17.308739,2.694981 Z m 6.557566,-1.4523252 h -0.257928 c 0,-0.034861 -0.01367,-0.068356 -0.01755,-0.095014 a 0.84305052,0.84305052 0 0 0 -0.68651,-0.81046791 1.6929366,1.6929366 0 0 0 -1.087764,0.0524059 0.66076933,0.66076933 0 0 0 -0.478944,0.63023725 0.60836347,0.60836347 0 0 0 0.465272,0.6126926 L 22.9811,1.9353244 a 3.2787829,3.2787829 0 0 1 0.375957,0.1143815 c 0.375955,0.1367107 0.631147,0.4857792 0.64254,0.8847472 a 0.96836884,0.96836884 0 0 1 -0.592413,0.92052 2.1577536,2.1577536 0 0 1 -1.745115,0.017545 1.2098914,1.2098914 0 0 1 -0.729125,-1.1750303 h 0.252004 c 0.09479,0.4568424 0.408537,0.8373543 0.83895,1.017357 0.43041,0.1800027 0.921885,0.1357995 1.313335,-0.1175713 a 0.69266852,0.69266852 0 0 0 0.372309,-0.6475539 0.59924941,0.59924941 0 0 0 -0.40922,-0.595376 C 22.997735,2.2417845 22.676009,2.1818596 22.367725,2.0809214 A 6.8697224,6.8697224 0 0 1 21.423509,1.7416505 C 20.93864,1.5030901 20.899906,0.56662053 21.452673,0.26790706 a 1.9526873,1.9526873 0 0 1 1.923523,-0.0214179 1.0139391,1.0139391 0 0 1 0.486692,0.99479964 z M 6.9749898,3.9383667 A 0.4443104,0.4443104 0 0 1 6.4242727,3.7289712 L 5.4217263,2.3424949 5.276357,2.1488211 4.1129472,3.731022 A 0.42608229,0.42608229 0 0 1 3.5893444,3.9365439 L 5.0881517,1.9257545 3.6937005,0.10886685 c 0.2068891,-0.07473529 0.4374748,0.00638 0.5525399,0.19367382 L 5.2852433,1.7061058 6.330398,0.30800895 A 0.41696823,0.41696823 0 0 1 6.8501271,0.11410742 L 6.3089798,0.83206735 5.5759816,1.7860817 a 0.19367377,0.19367377 0 0 0 0,0.2889157 L 6.9720277,3.9383667 Z M 13.338882,0.08949949 V 0.36292124 A 1.4058437,1.4058437 0 0 0 11.841898,1.8152466 V 3.9481645 H 11.564602 V 0.10658837 h 0.273422 V 0.8938151 C 12.173421,0.31962933 12.6911,0.10658837 13.340705,0.09109439 Z M 4.5569755e-4,1.900691 0.1225841,1.297568 C 0.4579815,0.10499325 1.8250904,-0.39126721 2.7656615,0.34742726 3.3163783,0.77988942 3.4537729,1.3925822 3.4268865,2.0829721 H 0.32423266 C 0.27410533,3.3161043 1.1638654,4.060723 2.3019836,3.6806667 2.6770271,3.5439559 2.9593351,3.2322551 3.0522985,2.8449075 3.1124513,2.6512337 3.2117946,2.6179672 3.3936201,2.6740187 A 1.5744538,1.5744538 0 0 1 2.6412545,3.8239854 1.8228119,1.8228119 0 0 1 0.51790644,3.5526142 C 0.24083903,3.2411411 0.07359603,2.8474139 0.04101327,2.4315847 c 0,-0.068356 -0.02278515,-0.1321538 -0.03873476,-0.1936736 Q 0,2.0654276 0,1.900691 Z M 0.32810616,1.8172974 H 3.1338695 C 3.1163249,0.92343587 2.5521646,0.28932518 1.7997989,0.28340103 0.96221684,0.27200838 0.36296743,0.8922202 0.32605547,1.8134238 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var logo_light_default = ExpressjsLogoLight;
|
|
9
|
+
export {
|
|
10
|
+
ExpressjsLogoLight,
|
|
11
|
+
logo_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_dark_exports = {};
|
|
20
|
+
__export(icon_dark_exports, {
|
|
21
|
+
FirebaseIconDark: () => FirebaseIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const FirebaseIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "33862365__svg1", fill: "none", version: "1.1", viewBox: "0 0 24.000002 30.020521", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "f4731c1c__g1", clipPath: "url(#2d3e0b38__clip0_135_824)", transform: "matrix(0.05407018,0,0,0.05407018,-4.271228,-1.1354738)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4c666e27__path1", fill: "#ffffff", d: "M 473.406,214.608 C 460.939,197.309 432.272,161.741 388.237,108.901 369.122,85.9821 352.725,66.5283 344.653,56.9775 340.202,51.7091 336.384,47.2013 333.37,43.6374 L 328.566,37.9745 325.96,34.9036 325.453,34.157 325.227,34.0584 314.113,21 300.026,32.2976 c -35.963,28.8073 -65.419,65.9399 -85.154,107.3264 -12.101,24.624 -20.003,48.698 -24.145,73.491 -1.084,5.578 -2.014,11.311 -2.789,17.059 -4.832,-0.395 -9.748,-0.648 -14.622,-0.761 -0.408,-0.028 -0.817,-0.042 -1.366,-0.056 -17.848,-0.62 -35.598,1.507 -52.741,6.339 l -7.339,2.056 -3.775,6.621 c -17.6934,31.033 -27.7091,66.363 -28.9628,102.157 -1.62,46.486 11.044,91.479 36.6258,130.119 25.032,37.795 60.389,66.687 102.255,83.549 l 5.452,2.197 1.648,0.578 0.07,-0.028 c 21.807,7.916 44.698,12.34 68.039,13.143 2.649,0.098 5.283,0.14 7.917,0.14 29.455,0 58.136,-5.761 85.352,-17.157 l 0.197,0.084 7.24,-3.352 c 36.71,-16.975 68.124,-43.655 90.846,-77.167 23.37,-34.471 36.498,-74.801 37.963,-116.624 1.747,-49.994 -14.861,-99.58 -49.345,-147.39 z M 309.535,369.506 c 7.593,28.779 6.099,56.431 -4.409,82.308 -26.258,-25.919 -45.515,-54.417 -57.263,-84.788 -12.579,-32.484 -20.144,-63.39 -22.539,-91.972 11.115,3.649 21.328,8.466 30.428,14.397 26.173,17.059 44.274,43.993 53.783,80.069 z m 4.789,139.317 c 11.157,8.495 22.891,16.454 34.992,23.779 -17.82,4.846 -36.203,6.973 -54.798,6.311 -2.873,-0.099 -5.747,-0.268 -8.635,-0.507 10.593,-9.129 20.116,-19.032 28.427,-29.583 z m 31.16,-148.798 c -11.945,-45.274 -35.315,-79.505 -69.447,-101.734 -14.975,-9.748 -32.034,-17.144 -50.769,-21.975 0.268,-3.114 0.606,-6.213 1,-9.255 0.338,-2.606 0.69,-5.001 1.071,-7.241 3.085,-15.932 7.677,-31.695 13.622,-46.838 2.282,-5.804 4.775,-11.565 7.423,-17.13 l 0.099,-0.197 c 4.085,-8.269 8.691,-16.622 14.115,-25.553 l 2.127,-3.508 -0.071,-0.042 c 12.594,-19.679 27.681,-37.6258 44.937,-53.4452 l 6.663,7.8745 c 15.538,18.4113 30.146,35.8227 43.43,51.7547 29.877,35.837 68.616,82.9 83.562,103.65 29.554,40.964 43.796,82.788 42.345,124.344 -1.127,32.272 -10.678,63.742 -27.638,90.986 -16.059,25.821 -38.429,47.43 -64.785,62.643 -14.707,-7.339 -36.062,-19.411 -58.742,-36.977 18.285,-36.443 22.018,-75.899 11.072,-117.357 z M 285.911,484.89 c -16.763,21.722 -36.71,35.851 -48.345,42.95 -1.888,-0.69 -3.776,-1.408 -5.635,-2.169 l -1.493,-0.592 c -34.47,-14.241 -63.545,-38.315 -84.084,-69.644 -20.989,-32.019 -31.385,-69.237 -30.047,-107.637 0.958,-27.525 7.818,-53.825 20.412,-78.181 7.311,-1.62 14.763,-2.635 22.215,-3.015 l 1.929,-0.042 c 3.762,-0.085 7.509,-0.085 11.073,0 5.24,0.239 10.494,0.789 15.664,1.62 1.69,34.991 10.283,72.744 25.567,112.243 14.721,38.02 39.176,73.138 72.73,104.453 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "b527d399__defs1", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "2d3e0b38__clip0_135_824", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "9279fd60__rect1", width: "443.88699", height: "555.21399", x: "0", y: "0", fill: "#ffffff", transform: "translate(78.9941,21)" }) }) })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_dark_default = FirebaseIconDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
FirebaseIconDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FirebaseIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "33862365__svg1", fill: "none", version: "1.1", viewBox: "0 0 24.000002 30.020521", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("g", { id: "f4731c1c__g1", clipPath: "url(#2d3e0b38__clip0_135_824)", transform: "matrix(0.05407018,0,0,0.05407018,-4.271228,-1.1354738)", children: /* @__PURE__ */ jsx("path", { id: "4c666e27__path1", fill: "#ffffff", d: "M 473.406,214.608 C 460.939,197.309 432.272,161.741 388.237,108.901 369.122,85.9821 352.725,66.5283 344.653,56.9775 340.202,51.7091 336.384,47.2013 333.37,43.6374 L 328.566,37.9745 325.96,34.9036 325.453,34.157 325.227,34.0584 314.113,21 300.026,32.2976 c -35.963,28.8073 -65.419,65.9399 -85.154,107.3264 -12.101,24.624 -20.003,48.698 -24.145,73.491 -1.084,5.578 -2.014,11.311 -2.789,17.059 -4.832,-0.395 -9.748,-0.648 -14.622,-0.761 -0.408,-0.028 -0.817,-0.042 -1.366,-0.056 -17.848,-0.62 -35.598,1.507 -52.741,6.339 l -7.339,2.056 -3.775,6.621 c -17.6934,31.033 -27.7091,66.363 -28.9628,102.157 -1.62,46.486 11.044,91.479 36.6258,130.119 25.032,37.795 60.389,66.687 102.255,83.549 l 5.452,2.197 1.648,0.578 0.07,-0.028 c 21.807,7.916 44.698,12.34 68.039,13.143 2.649,0.098 5.283,0.14 7.917,0.14 29.455,0 58.136,-5.761 85.352,-17.157 l 0.197,0.084 7.24,-3.352 c 36.71,-16.975 68.124,-43.655 90.846,-77.167 23.37,-34.471 36.498,-74.801 37.963,-116.624 1.747,-49.994 -14.861,-99.58 -49.345,-147.39 z M 309.535,369.506 c 7.593,28.779 6.099,56.431 -4.409,82.308 -26.258,-25.919 -45.515,-54.417 -57.263,-84.788 -12.579,-32.484 -20.144,-63.39 -22.539,-91.972 11.115,3.649 21.328,8.466 30.428,14.397 26.173,17.059 44.274,43.993 53.783,80.069 z m 4.789,139.317 c 11.157,8.495 22.891,16.454 34.992,23.779 -17.82,4.846 -36.203,6.973 -54.798,6.311 -2.873,-0.099 -5.747,-0.268 -8.635,-0.507 10.593,-9.129 20.116,-19.032 28.427,-29.583 z m 31.16,-148.798 c -11.945,-45.274 -35.315,-79.505 -69.447,-101.734 -14.975,-9.748 -32.034,-17.144 -50.769,-21.975 0.268,-3.114 0.606,-6.213 1,-9.255 0.338,-2.606 0.69,-5.001 1.071,-7.241 3.085,-15.932 7.677,-31.695 13.622,-46.838 2.282,-5.804 4.775,-11.565 7.423,-17.13 l 0.099,-0.197 c 4.085,-8.269 8.691,-16.622 14.115,-25.553 l 2.127,-3.508 -0.071,-0.042 c 12.594,-19.679 27.681,-37.6258 44.937,-53.4452 l 6.663,7.8745 c 15.538,18.4113 30.146,35.8227 43.43,51.7547 29.877,35.837 68.616,82.9 83.562,103.65 29.554,40.964 43.796,82.788 42.345,124.344 -1.127,32.272 -10.678,63.742 -27.638,90.986 -16.059,25.821 -38.429,47.43 -64.785,62.643 -14.707,-7.339 -36.062,-19.411 -58.742,-36.977 18.285,-36.443 22.018,-75.899 11.072,-117.357 z M 285.911,484.89 c -16.763,21.722 -36.71,35.851 -48.345,42.95 -1.888,-0.69 -3.776,-1.408 -5.635,-2.169 l -1.493,-0.592 c -34.47,-14.241 -63.545,-38.315 -84.084,-69.644 -20.989,-32.019 -31.385,-69.237 -30.047,-107.637 0.958,-27.525 7.818,-53.825 20.412,-78.181 7.311,-1.62 14.763,-2.635 22.215,-3.015 l 1.929,-0.042 c 3.762,-0.085 7.509,-0.085 11.073,0 5.24,0.239 10.494,0.789 15.664,1.62 1.69,34.991 10.283,72.744 25.567,112.243 14.721,38.02 39.176,73.138 72.73,104.453 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsx("defs", { id: "b527d399__defs1", children: /* @__PURE__ */ jsx("clipPath", { id: "2d3e0b38__clip0_135_824", children: /* @__PURE__ */ jsx("rect", { id: "9279fd60__rect1", width: "443.88699", height: "555.21399", x: "0", y: "0", fill: "#ffffff", transform: "translate(78.9941,21)" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_dark_default = FirebaseIconDark;
|
|
9
|
+
export {
|
|
10
|
+
FirebaseIconDark,
|
|
11
|
+
icon_dark_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
FirebaseIconLight: () => FirebaseIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const FirebaseIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "de2e62c9__svg1", fill: "none", version: "1.1", viewBox: "0 0 24.000002 30.020521", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "0e839dd5__g1", clipPath: "url(#3ff2da0e__clip0_135_812)", transform: "matrix(0.05407018,0,0,0.05407018,-4.271228,-1.1354738)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "40ff189a__path1", fill: "#212121", d: "M 473.406,214.608 C 460.939,197.309 432.272,161.741 388.237,108.901 369.122,85.9821 352.725,66.5283 344.653,56.9775 340.202,51.7091 336.384,47.2013 333.37,43.6374 L 328.566,37.9745 325.96,34.9036 325.453,34.157 325.227,34.0584 314.113,21 300.026,32.2976 c -35.963,28.8073 -65.419,65.9399 -85.154,107.3264 -12.101,24.624 -20.003,48.698 -24.145,73.491 -1.084,5.578 -2.014,11.311 -2.789,17.059 -4.832,-0.395 -9.748,-0.648 -14.622,-0.761 -0.408,-0.028 -0.817,-0.042 -1.366,-0.056 -17.848,-0.62 -35.598,1.507 -52.741,6.339 l -7.339,2.056 -3.775,6.621 c -17.6934,31.033 -27.7091,66.363 -28.9628,102.157 -1.62,46.486 11.044,91.479 36.6258,130.119 25.032,37.795 60.389,66.687 102.255,83.549 l 5.452,2.197 1.648,0.578 0.07,-0.028 c 21.807,7.916 44.698,12.34 68.039,13.143 2.649,0.098 5.283,0.14 7.917,0.14 29.455,0 58.136,-5.761 85.352,-17.157 l 0.197,0.084 7.24,-3.352 c 36.71,-16.975 68.124,-43.655 90.846,-77.167 23.37,-34.471 36.498,-74.801 37.963,-116.624 1.747,-49.994 -14.861,-99.58 -49.345,-147.39 z M 309.535,369.506 c 7.593,28.779 6.099,56.431 -4.409,82.308 -26.258,-25.919 -45.515,-54.417 -57.263,-84.788 -12.579,-32.484 -20.144,-63.39 -22.539,-91.972 11.115,3.649 21.328,8.466 30.428,14.397 26.173,17.059 44.274,43.993 53.783,80.069 z m 4.789,139.317 c 11.157,8.495 22.891,16.454 34.992,23.779 -17.82,4.846 -36.203,6.973 -54.798,6.311 -2.873,-0.099 -5.747,-0.268 -8.635,-0.507 10.593,-9.129 20.116,-19.032 28.427,-29.583 z m 31.16,-148.798 c -11.945,-45.274 -35.315,-79.505 -69.447,-101.734 -14.975,-9.748 -32.034,-17.144 -50.769,-21.975 0.268,-3.114 0.606,-6.213 1,-9.255 0.338,-2.606 0.69,-5.001 1.071,-7.241 3.085,-15.932 7.677,-31.695 13.622,-46.838 2.282,-5.804 4.775,-11.565 7.423,-17.13 l 0.099,-0.197 c 4.085,-8.269 8.691,-16.622 14.115,-25.553 l 2.127,-3.508 -0.071,-0.042 c 12.594,-19.679 27.681,-37.6258 44.937,-53.4452 l 6.663,7.8745 c 15.538,18.4113 30.146,35.8227 43.43,51.7547 29.877,35.837 68.616,82.9 83.562,103.65 29.554,40.964 43.796,82.788 42.345,124.344 -1.127,32.272 -10.678,63.742 -27.638,90.986 -16.059,25.821 -38.429,47.43 -64.785,62.643 -14.707,-7.339 -36.062,-19.411 -58.742,-36.977 18.285,-36.443 22.018,-75.899 11.072,-117.357 z M 285.911,484.89 c -16.763,21.722 -36.71,35.851 -48.345,42.95 -1.888,-0.69 -3.776,-1.408 -5.635,-2.169 l -1.493,-0.592 c -34.47,-14.241 -63.545,-38.315 -84.084,-69.644 -20.989,-32.019 -31.385,-69.237 -30.047,-107.637 0.958,-27.525 7.818,-53.825 20.412,-78.181 7.311,-1.62 14.763,-2.635 22.215,-3.015 l 1.929,-0.042 c 3.762,-0.085 7.509,-0.085 11.073,0 5.24,0.239 10.494,0.789 15.664,1.62 1.69,34.991 10.283,72.744 25.567,112.243 14.721,38.02 39.176,73.138 72.73,104.453 z" }) }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "44475e70__defs1", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "3ff2da0e__clip0_135_812", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "b7b4bd7a__rect1", width: "443.88699", height: "555.21399", x: "0", y: "0", fill: "#ffffff", transform: "translate(78.9941,21)" }) }) })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_light_default = FirebaseIconLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
FirebaseIconLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FirebaseIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "de2e62c9__svg1", fill: "none", version: "1.1", viewBox: "0 0 24.000002 30.020521", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("g", { id: "0e839dd5__g1", clipPath: "url(#3ff2da0e__clip0_135_812)", transform: "matrix(0.05407018,0,0,0.05407018,-4.271228,-1.1354738)", children: /* @__PURE__ */ jsx("path", { id: "40ff189a__path1", fill: "#212121", d: "M 473.406,214.608 C 460.939,197.309 432.272,161.741 388.237,108.901 369.122,85.9821 352.725,66.5283 344.653,56.9775 340.202,51.7091 336.384,47.2013 333.37,43.6374 L 328.566,37.9745 325.96,34.9036 325.453,34.157 325.227,34.0584 314.113,21 300.026,32.2976 c -35.963,28.8073 -65.419,65.9399 -85.154,107.3264 -12.101,24.624 -20.003,48.698 -24.145,73.491 -1.084,5.578 -2.014,11.311 -2.789,17.059 -4.832,-0.395 -9.748,-0.648 -14.622,-0.761 -0.408,-0.028 -0.817,-0.042 -1.366,-0.056 -17.848,-0.62 -35.598,1.507 -52.741,6.339 l -7.339,2.056 -3.775,6.621 c -17.6934,31.033 -27.7091,66.363 -28.9628,102.157 -1.62,46.486 11.044,91.479 36.6258,130.119 25.032,37.795 60.389,66.687 102.255,83.549 l 5.452,2.197 1.648,0.578 0.07,-0.028 c 21.807,7.916 44.698,12.34 68.039,13.143 2.649,0.098 5.283,0.14 7.917,0.14 29.455,0 58.136,-5.761 85.352,-17.157 l 0.197,0.084 7.24,-3.352 c 36.71,-16.975 68.124,-43.655 90.846,-77.167 23.37,-34.471 36.498,-74.801 37.963,-116.624 1.747,-49.994 -14.861,-99.58 -49.345,-147.39 z M 309.535,369.506 c 7.593,28.779 6.099,56.431 -4.409,82.308 -26.258,-25.919 -45.515,-54.417 -57.263,-84.788 -12.579,-32.484 -20.144,-63.39 -22.539,-91.972 11.115,3.649 21.328,8.466 30.428,14.397 26.173,17.059 44.274,43.993 53.783,80.069 z m 4.789,139.317 c 11.157,8.495 22.891,16.454 34.992,23.779 -17.82,4.846 -36.203,6.973 -54.798,6.311 -2.873,-0.099 -5.747,-0.268 -8.635,-0.507 10.593,-9.129 20.116,-19.032 28.427,-29.583 z m 31.16,-148.798 c -11.945,-45.274 -35.315,-79.505 -69.447,-101.734 -14.975,-9.748 -32.034,-17.144 -50.769,-21.975 0.268,-3.114 0.606,-6.213 1,-9.255 0.338,-2.606 0.69,-5.001 1.071,-7.241 3.085,-15.932 7.677,-31.695 13.622,-46.838 2.282,-5.804 4.775,-11.565 7.423,-17.13 l 0.099,-0.197 c 4.085,-8.269 8.691,-16.622 14.115,-25.553 l 2.127,-3.508 -0.071,-0.042 c 12.594,-19.679 27.681,-37.6258 44.937,-53.4452 l 6.663,7.8745 c 15.538,18.4113 30.146,35.8227 43.43,51.7547 29.877,35.837 68.616,82.9 83.562,103.65 29.554,40.964 43.796,82.788 42.345,124.344 -1.127,32.272 -10.678,63.742 -27.638,90.986 -16.059,25.821 -38.429,47.43 -64.785,62.643 -14.707,-7.339 -36.062,-19.411 -58.742,-36.977 18.285,-36.443 22.018,-75.899 11.072,-117.357 z M 285.911,484.89 c -16.763,21.722 -36.71,35.851 -48.345,42.95 -1.888,-0.69 -3.776,-1.408 -5.635,-2.169 l -1.493,-0.592 c -34.47,-14.241 -63.545,-38.315 -84.084,-69.644 -20.989,-32.019 -31.385,-69.237 -30.047,-107.637 0.958,-27.525 7.818,-53.825 20.412,-78.181 7.311,-1.62 14.763,-2.635 22.215,-3.015 l 1.929,-0.042 c 3.762,-0.085 7.509,-0.085 11.073,0 5.24,0.239 10.494,0.789 15.664,1.62 1.69,34.991 10.283,72.744 25.567,112.243 14.721,38.02 39.176,73.138 72.73,104.453 z" }) }),
|
|
5
|
+
/* @__PURE__ */ jsx("defs", { id: "44475e70__defs1", children: /* @__PURE__ */ jsx("clipPath", { id: "3ff2da0e__clip0_135_812", children: /* @__PURE__ */ jsx("rect", { id: "b7b4bd7a__rect1", width: "443.88699", height: "555.21399", x: "0", y: "0", fill: "#ffffff", transform: "translate(78.9941,21)" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_light_default = FirebaseIconLight;
|
|
9
|
+
export {
|
|
10
|
+
FirebaseIconLight,
|
|
11
|
+
icon_light_default as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
FirebaseIcon: () => FirebaseIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const FirebaseIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "a79d3ef1__svg4", fill: "none", version: "1.1", viewBox: "0 0 23.999996 30.144289", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "32b084c8__defs4" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e6013d15__path1", fill: "#ff9100", strokeWidth: "0.0542543", d: "m 7.5169421,29.277821 c 1.261304,0.507658 2.6296519,0.808877 4.0664689,0.859063 1.944474,0.06793 3.793568,-0.334098 5.446643,-1.097782 -1.98229,-0.77882 -3.777564,-1.917781 -5.309814,-3.333818 -0.993179,1.590194 -2.4621689,2.846289 -4.2032979,3.572537 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d68dbb19__path2", fill: "#ffc400", strokeWidth: "0.0542543", d: "M 11.720077,25.705773 C 8.2225201,22.471023 6.1007431,17.789148 6.2800531,12.653925 c 0.0059,-0.166724 0.01465,-0.333393 0.02496,-0.500008 -0.62642,-0.162003 -1.280401,-0.260854 -1.953372,-0.284346 -0.963285,-0.03364 -1.896187,0.08583 -2.776897,0.333826 -0.93367304,1.635496 -1.49709904,3.512044 -1.56729304,5.522057 -0.181144,5.187307 2.95804704,9.719874 7.50927704,11.552855 1.741184,-0.726302 3.2101189,-1.980824 4.2033519,-3.572536 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "56ee1cbb__path3", fill: "#ff9100", strokeWidth: "0.0542543", d: "m 11.720131,25.70561 c 0.813164,-1.301344 1.306173,-2.826975 1.363574,-4.470717 0.150989,-4.323796 -2.755685,-8.043254 -6.7786409,-9.081138 -0.01031,0.166614 -0.0191,0.333284 -0.02496,0.500007 -0.17931,5.135224 1.942467,9.817098 5.4400239,13.051848 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "5aabcf2a__path4", fill: "#dd2c00", strokeWidth: "0.0542543", d: "m 12.633828,0 c -2.291213,1.835553 -4.1004859,4.255902 -5.1951739,7.044085 -0.626692,1.597029 -1.020524,3.312496 -1.135489,5.110755 4.0229559,1.037884 6.9296849,4.757342 6.7786949,9.081084 -0.0574,1.643742 -0.551875,3.167908 -1.363628,4.470771 1.532142,1.417502 3.327471,2.554997 5.30976,3.333764 3.978847,-1.839221 6.801861,-5.796855 6.965329,-10.47797 C 24.099226,15.52962 22.933952,12.826508 21.287388,10.544898 19.548484,8.131829 12.633828,0 12.633828,0 Z" })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
var icon_default = FirebaseIcon;
|
|
36
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
+
0 && (module.exports = {
|
|
38
|
+
FirebaseIcon
|
|
39
|
+
});
|