@logoicon/react 1.0.1 → 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 +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/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 +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- 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 -7
package/dist/turbo/icon-dark.cjs
CHANGED
|
@@ -24,12 +24,12 @@ __export(icon_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurboIconDark = (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)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "7b021234__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "da0cdbad__path1", fill: "#ffffff", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "855aa67a__path2", fill: "url(#2be0a9a8__paint0_linear_2758_13574)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "4a0f4e2d__defs2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2be0a9a8__paint0_linear_2758_13574", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a4513f69__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7357d9a4__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
33
33
|
] }) })
|
|
34
34
|
] });
|
|
35
35
|
};
|
package/dist/turbo/icon-dark.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurboIconDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "7b021234__svg2", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "da0cdbad__path1", fill: "#ffffff", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "855aa67a__path2", fill: "url(#2be0a9a8__paint0_linear_2758_13574)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
|
|
6
|
+
/* @__PURE__ */ jsx("defs", { id: "4a0f4e2d__defs2", children: /* @__PURE__ */ jsxs("linearGradient", { id: "2be0a9a8__paint0_linear_2758_13574", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "a4513f69__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "7357d9a4__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
9
9
|
] }) })
|
|
10
10
|
] });
|
|
11
11
|
};
|
|
@@ -24,12 +24,12 @@ __export(icon_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurboIconLight = (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)("path", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "34bb831f__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4fb2742f__path1", fill: "#000000", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1384dea2__path2", fill: "url(#99128f47__paint0_linear_2758_13612)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "d266d5be__defs3", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "99128f47__paint0_linear_2758_13612", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e4b1754c__stop2", stopColor: "#0096FF" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "b3fa0a56__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
33
33
|
] }) })
|
|
34
34
|
] });
|
|
35
35
|
};
|
package/dist/turbo/icon-light.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurboIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "34bb831f__svg3", fill: "none", version: "1.1", viewBox: "0 0 24 23.981121", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "4fb2742f__path1", fill: "#000000", strokeWidth: "0.242028", d: "m 11.990634,4.1924366 c -4.2998734,0 -7.798149,3.4982756 -7.798149,7.7981484 0,4.299873 3.4982756,7.798149 7.798149,7.798149 4.299872,0 7.798148,-3.498276 7.798148,-7.798149 0,-4.2998728 -3.498276,-7.7981484 -7.798148,-7.7981484 z m 0,11.8337264 c -2.2290802,0 -4.0355786,-1.806498 -4.0355786,-4.035578 0,-2.2290796 1.8064984,-4.035578 4.0355786,-4.035578 2.229079,0 4.035578,1.8064984 4.035578,4.035578 0,2.22908 -1.806499,4.035578 -4.035578,4.035578 z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "1384dea2__path2", fill: "url(#99128f47__paint0_linear_2758_13612)", fillRule: "evenodd", strokeWidth: "0.242028", d: "M 12.644013,2.9115992 V 0 C 18.972566,0.33835542 24,5.5777818 24,11.990561 24,18.40334 18.972566,23.641314 12.644013,23.981122 v -2.911599 c 4.716645,-0.336904 8.451624,-4.278091 8.451624,-9.078962 0,-4.8008714 -3.734979,-8.7420585 -8.451624,-9.0789618 z M 5.1130877,17.94443 C 3.86277,16.500974 3.0568161,14.662528 2.9130514,12.644013 H 0 c 0.15102559,2.824469 1.2808132,5.387547 3.0510074,7.361045 L 5.1116355,17.94443 Z m 6.2240213,6.036692 V 21.069523 C 9.3171416,20.925758 7.4786955,20.121256 6.0352393,18.869486 l -2.0606281,2.060628 c 1.9749501,1.771647 4.5380287,2.899982 7.3610458,3.051008 z", clipRule: "evenodd" }),
|
|
6
|
+
/* @__PURE__ */ jsx("defs", { id: "d266d5be__defs3", children: /* @__PURE__ */ jsxs("linearGradient", { id: "99128f47__paint0_linear_2758_13612", x1: "54.186298", x2: "5.4183998", y1: "6.9667001", y2: "55.7346", gradientTransform: "scale(0.2420282)", gradientUnits: "userSpaceOnUse", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { id: "e4b1754c__stop2", stopColor: "#0096FF" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "b3fa0a56__stop3", offset: "1", stopColor: "#FF1E56" })
|
|
9
9
|
] }) })
|
|
10
10
|
] });
|
|
11
11
|
};
|
package/dist/turbo/logo-dark.cjs
CHANGED
|
@@ -24,17 +24,17 @@ __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 TurboLogoDark = (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)("path", { 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: "
|
|
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)("defs", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "878a34b9__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "21d34d17__path1", fill: "#ffffff", strokeWidth: "0.0809954", d: "M 10.033147,1.9059522 V 1.2353667 H 6.8014053 V 1.9059522 H 8.0213828 V 4.1358374 H 8.8131132 V 1.9059522 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "92a0e123__path2", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371212 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645656 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.262571 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077836 c 0,0.8321633 0.545342,1.3371212 1.539156,1.3371212 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "393a27fd__path3", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.9614401 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.456474 0.638244,-0.8846807 0,-0.6221016 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004707 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211935 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b5bbb420__path4", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 17.232751,4.1358374 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200544 0,-0.343364 -0.21812,-0.5776676 -0.476658,-0.6826943 0.177704,-0.084835 0.395825,-0.2868211 0.395825,-0.6059512 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050349 0.331271,0.2625791 0,0.1575442 -0.1172,0.2625791 -0.331271,0.2625791 h -1.236152 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "d4952fcf__path5", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987152 1.745127,1.4987152 C 23.272904,4.1843132 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.6867441 c 0.533274,0 0.933149,0.3150884 0.933149,0.811963 0,0.4968827 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150884 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.811963 0.933148,-0.811963 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7f55aa85__path6", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "09350d7a__path7", fill: "url(#b9e49f8c__paint0_linear_2758_13670)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "625eaeb3__defs8", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "b9e49f8c__paint0_linear_2758_13670", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ff76d50c__stop7", stopColor: "#0096FF" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "8592c1c9__stop8", offset: "1", stopColor: "#FF1E56" })
|
|
38
38
|
] }) })
|
|
39
39
|
] });
|
|
40
40
|
};
|
package/dist/turbo/logo-dark.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurboLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { 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("defs", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "878a34b9__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "21d34d17__path1", fill: "#ffffff", strokeWidth: "0.0809954", d: "M 10.033147,1.9059522 V 1.2353667 H 6.8014053 V 1.9059522 H 8.0213828 V 4.1358374 H 8.8131132 V 1.9059522 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "92a0e123__path2", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371212 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645656 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.262571 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077836 c 0,0.8321633 0.545342,1.3371212 1.539156,1.3371212 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "393a27fd__path3", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.9614401 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.456474 0.638244,-0.8846807 0,-0.6221016 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004707 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211935 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "b5bbb420__path4", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 17.232751,4.1358374 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200544 0,-0.343364 -0.21812,-0.5776676 -0.476658,-0.6826943 0.177704,-0.084835 0.395825,-0.2868211 0.395825,-0.6059512 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050349 0.331271,0.2625791 0,0.1575442 -0.1172,0.2625791 -0.331271,0.2625791 h -1.236152 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "d4952fcf__path5", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987152 1.745127,1.4987152 C 23.272904,4.1843132 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.6867441 c 0.533274,0 0.933149,0.3150884 0.933149,0.811963 0,0.4968827 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150884 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.811963 0.933148,-0.811963 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "7f55aa85__path6", fill: "#ffffff", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "09350d7a__path7", fill: "url(#b9e49f8c__paint0_linear_2758_13670)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx("defs", { id: "625eaeb3__defs8", children: /* @__PURE__ */ jsxs("linearGradient", { id: "b9e49f8c__paint0_linear_2758_13670", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "ff76d50c__stop7", stopColor: "#0096FF" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "8592c1c9__stop8", offset: "1", stopColor: "#FF1E56" })
|
|
14
14
|
] }) })
|
|
15
15
|
] });
|
|
16
16
|
};
|
|
@@ -24,17 +24,17 @@ __export(logo_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurboLogoLight = (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)("path", { 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: "
|
|
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)("defs", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "2485f08e__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cd027df3__path1", fill: "#000000", strokeWidth: "0.0809954", d: "M 10.033147,1.9059441 V 1.2353667 H 6.8014053 V 1.9059441 H 8.0213828 V 4.1358293 H 8.8131132 V 1.9059441 Z" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4dc4431a__path2", fill: "#000000", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371293 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645575 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.2625791 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077755 c 0,0.8321714 0.545342,1.3371293 1.539156,1.3371293 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "af5b8484__path3", fill: "#000000", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.961432 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.4564821 0.638244,-0.8846807 0,-0.6221097 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004626 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211854 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1955460f__path4", fill: "#000000", strokeWidth: "0.0809954", d: "m 17.232751,4.1358293 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200463 0,-0.3433721 -0.21812,-0.5776676 -0.476658,-0.6827024 0.177704,-0.084827 0.395825,-0.286813 0.395825,-0.6059431 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050268 0.331271,0.2625791 0,0.1575442 -0.1172,0.262571 -0.331271,0.262571 h -1.236152 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "fb96f9c9__path5", fill: "#000000", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987071 1.745127,1.4987071 C 23.272904,4.1843051 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.686736 c 0.533274,0 0.933149,0.3150965 0.933149,0.8119711 0,0.4968746 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150965 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.8119711 0.933148,-0.8119711 z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "69755232__path6", fill: "#000000", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "872c06b1__path7", fill: "url(#a6f6c264__paint0_linear_2758_13643)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "d81fc5b1__defs8", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "a6f6c264__paint0_linear_2758_13643", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "54ad0f6d__stop7", stopColor: "#0096FF" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "44c731fc__stop8", offset: "1", stopColor: "#FF1E56" })
|
|
38
38
|
] }) })
|
|
39
39
|
] });
|
|
40
40
|
};
|
package/dist/turbo/logo-light.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurboLogoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { 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("defs", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "2485f08e__svg8", fill: "none", version: "1.1", viewBox: "0 0 24 5.0827227", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "cd027df3__path1", fill: "#000000", strokeWidth: "0.0809954", d: "M 10.033147,1.9059441 V 1.2353667 H 6.8014053 V 1.9059441 H 8.0213828 V 4.1358293 H 8.8131132 V 1.9059441 Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "4dc4431a__path2", fill: "#000000", strokeWidth: "0.0809954", d: "m 11.859108,4.1802715 c 0.993733,0 1.539076,-0.5049579 1.539076,-1.3371293 V 1.2353667 h -0.791812 v 1.5310242 c 0,0.4645575 -0.242338,0.7271366 -0.747264,0.7271366 -0.505006,0 -0.747344,-0.2625791 -0.747344,-0.7271366 V 1.2353667 h -0.791812 v 1.6077755 c 0,0.8321714 0.545342,1.3371293 1.539156,1.3371293 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "af5b8484__path3", fill: "#000000", strokeWidth: "0.0809954", d: "m 14.610199,3.1743973 h 0.787762 l 0.622045,0.961432 h 0.908931 L 16.226058,3.0895627 c 0.395906,-0.1413856 0.638244,-0.4564821 0.638244,-0.8846807 0,-0.6221097 -0.464509,-0.9695153 -1.171518,-0.9695153 h -1.874396 v 2.9004626 h 0.791811 z m 0,-0.6261433 V 1.8978688 h 1.04225 c 0.278705,0 0.432191,0.1211854 0.432191,0.3272135 0,0.193903 -0.153486,0.3231717 -0.432191,0.3231717 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "1955460f__path4", fill: "#000000", strokeWidth: "0.0809954", d: "m 17.232751,4.1358293 h 2.072268 c 0.646343,0 1.018031,-0.3070131 1.018031,-0.8200463 0,-0.3433721 -0.21812,-0.5776676 -0.476658,-0.6827024 0.177704,-0.084827 0.395825,-0.286813 0.395825,-0.6059431 0,-0.5130332 -0.363508,-0.7917708 -1.005801,-0.7917708 H 17.232751 Z M 17.992164,2.3705096 V 1.8776685 h 1.163418 c 0.218121,0 0.339371,0.084835 0.339371,0.2464206 0,0.1615858 -0.12125,0.2464205 -0.339371,0.2464205 z m 0,0.5938261 h 1.236152 c 0.214071,0 0.331271,0.1050268 0.331271,0.2625791 0,0.1575442 -0.1172,0.262571 -0.331271,0.262571 h -1.236152 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "fb96f9c9__path5", fill: "#000000", strokeWidth: "0.0809954", d: "m 22.258922,1.1868909 c -1.013982,0 -1.745127,0.6342266 -1.745127,1.4987071 0,0.8644886 0.731145,1.4987071 1.745127,1.4987071 C 23.272904,4.1843051 24,3.5500866 24,2.685598 24,1.8211175 23.272904,1.1868909 22.258922,1.1868909 Z m 0,0.686736 c 0.533274,0 0.933149,0.3150965 0.933149,0.8119711 0,0.4968746 -0.399875,0.8119711 -0.933149,0.8119711 -0.533193,0 -0.933148,-0.3150965 -0.933148,-0.8119711 0,-0.4968746 0.399955,-0.8119711 0.933148,-0.8119711 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "69755232__path6", fill: "#000000", strokeWidth: "0.0809954", d: "m 2.5413694,0.88856851 c -0.9113444,0 -1.65279279,0.74144839 -1.65279279,1.65279279 0,0.9113445 0.74144839,1.6527929 1.65279279,1.6527929 0.9113445,0 1.6527929,-0.7414484 1.6527929,-1.6527929 0,-0.9113444 -0.7414484,-1.65279279 -1.6527929,-1.65279279 z m 0,2.50812079 c -0.4724463,0 -0.855328,-0.3828816 -0.855328,-0.855328 0,-0.4724463 0.3828817,-0.855328 0.855328,-0.855328 0.4724464,0 0.855328,0.3828817 0.855328,0.855328 0,0.4724464 -0.3828816,0.855328 -0.855328,0.855328 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "872c06b1__path7", fill: "url(#a6f6c264__paint0_linear_2758_13643)", fillRule: "evenodd", strokeWidth: "0.0809954", d: "M 2.6798554,0.61710421 V 0 c 1.3413168,0.07171336 2.4068603,1.1821932 2.4068603,2.5413613 0,1.3591682 -1.0655435,2.4693402 -2.4068603,2.5413614 V 4.4656185 c 0.9996781,-0.071406 1.791295,-0.9067277 1.791295,-1.9242572 0,-1.0175294 -0.7916169,-1.85285151 -1.791295,-1.92425709 z M 1.0837027,3.8032621 C 0.81870185,3.4973261 0.64788248,3.1076733 0.61741199,2.6798554 H 0 C 0.0320094,3.2784927 0.2714643,3.8217291 0.64665135,4.2400057 L 1.0833949,3.8032621 Z M 2.4028591,5.0827227 V 4.4656185 C 1.9747335,4.435148 1.5850806,4.2646364 1.2791447,3.9993277 L 0.84240111,4.4360713 C 1.2609855,4.8115661 1.8042219,5.0507133 2.4025514,5.0827227 Z", clipRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx("defs", { id: "d81fc5b1__defs8", children: /* @__PURE__ */ jsxs("linearGradient", { id: "a6f6c264__paint0_linear_2758_13643", x1: "34.318001", x2: "3.4317", y1: "4.4122", y2: "35.298599", gradientTransform: "scale(0.08099543)", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "54ad0f6d__stop7", stopColor: "#0096FF" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "44c731fc__stop8", offset: "1", stopColor: "#FF1E56" })
|
|
14
14
|
] }) })
|
|
15
15
|
] });
|
|
16
16
|
};
|
|
@@ -24,23 +24,23 @@ __export(icon_dark_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurbopackIconDark = (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)("path", { 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.jsxs)("defs", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "23345028__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "db7e5e72__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "455d7a36__path2", fill: "url(#eabb42d1__paint0_linear_2758_13848)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "b97718fe__path3", fill: "url(#89ee1ce5__paint1_linear_2758_13848)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "31fc8263__path4", fill: "url(#a248e89e__paint2_linear_2758_13848)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "ec2d895d__defs9", children: [
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "eabb42d1__paint0_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "4867a528__stop4", stopColor: "#0096FF" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "8a4b4078__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
36
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "89ee1ce5__paint1_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "865a0e4f__stop6", stopColor: "#0096FF" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "52cac9ad__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "a248e89e__paint2_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "df4a291a__stop8", stopColor: "#0096FF" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "df078c06__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
44
44
|
] })
|
|
45
45
|
] })
|
|
46
46
|
] });
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurbopackIconDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
9
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "23345028__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "db7e5e72__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "455d7a36__path2", fill: "url(#eabb42d1__paint0_linear_2758_13848)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "b97718fe__path3", fill: "url(#89ee1ce5__paint1_linear_2758_13848)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "31fc8263__path4", fill: "url(#a248e89e__paint2_linear_2758_13848)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
|
|
8
|
+
/* @__PURE__ */ jsxs("defs", { id: "ec2d895d__defs9", children: [
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "eabb42d1__paint0_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "4867a528__stop4", stopColor: "#0096FF" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "8a4b4078__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
12
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "89ee1ce5__paint1_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "865a0e4f__stop6", stopColor: "#0096FF" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "52cac9ad__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
16
16
|
] }),
|
|
17
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "a248e89e__paint2_linear_2758_13848", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "df4a291a__stop8", stopColor: "#0096FF" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "df078c06__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
20
20
|
] })
|
|
21
21
|
] })
|
|
22
22
|
] });
|
|
@@ -24,23 +24,23 @@ __export(icon_light_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_light_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const TurbopackIconLight = (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)("path", { 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.jsxs)("defs", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "40fece41__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "27789a7c__path1", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a0168f95__path2", fill: "url(#fefce5da__paint0_linear_2758_13850)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "02f37081__path3", fill: "url(#fa1a4d6a__paint1_linear_2758_13850)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7b811f6b__path4", fill: "url(#93b05c08__paint2_linear_2758_13850)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "769df24c__defs9", children: [
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "fefce5da__paint0_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "507e45de__stop4", stopColor: "#0096FF" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ea3fa329__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
36
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "fa1a4d6a__paint1_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "bf43d329__stop6", stopColor: "#0096FF" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "0515f9e9__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
40
40
|
] }),
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "93b05c08__paint2_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7a1720fb__stop8", stopColor: "#0096FF" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7a9a5b74__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
44
44
|
] })
|
|
45
45
|
] })
|
|
46
46
|
] });
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const TurbopackIconLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
9
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "40fece41__svg9", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { id: "27789a7c__path1", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.24", d: "m 9.284832,8.807592 c -0.271416,0 -0.491448,0.220032 -0.491448,0.491424 v 5.465832 c 0,0.271392 0.220032,0.491424 0.491448,0.491424 h 5.465808 c 0.271416,0 0.491424,-0.220032 0.491424,-0.491424 V 9.299016 c 0,-0.271392 -0.220008,-0.491424 -0.491424,-0.491424 z M 5.34216,4.906224 c -0.248592,0 -0.450144,0.201528 -0.450144,0.450144 v 13.351128 c 0,0.248616 0.201552,0.450144 0.450144,0.450144 h 13.351128 c 0.248616,0 0.450144,-0.201528 0.450144,-0.450144 V 5.356368 c 0,-0.248616 -0.201528,-0.450144 -0.450144,-0.450144 z", clipRule: "evenodd" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "a0168f95__path2", fill: "url(#fefce5da__paint0_linear_2758_13850)", strokeWidth: "0.24", d: "m 0,12.255312 v 8.680848 c 0,0.582456 0.16252008,1.12692 0.4446864,1.590576 L 3.574464,19.396944 v -7.141632 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "02f37081__path3", fill: "url(#fa1a4d6a__paint1_linear_2758_13850)", strokeWidth: "0.24", d: "m 1.4271456,23.526672 3.1032144,-3.1032 c 0.021624,0.0014 0.043416,0.0021 0.065376,0.0021 h 6.837912 V 24 H 3.06384 C 2.461968,24 1.9006344,23.826456 1.4271456,23.526672 Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "7b811f6b__path4", fill: "url(#93b05c08__paint2_linear_2758_13850)", strokeWidth: "0.24", d: "m 12.83544,24 h 8.10072 C 22.62828,24 24,22.62828 24,20.93616 V 3.06384 C 24,1.3717224 22.62828,0 20.93616,0 h -8.680848 v 3.574464 h 7.148952 c 0.564024,0 1.021272,0.457248 1.021272,1.021272 v 14.808528 c 0,0.564024 -0.457248,1.021272 -1.021272,1.021272 H 12.83544 Z" }),
|
|
8
|
+
/* @__PURE__ */ jsxs("defs", { id: "769df24c__defs9", children: [
|
|
9
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "fefce5da__paint0_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
10
|
+
/* @__PURE__ */ jsx("stop", { id: "507e45de__stop4", stopColor: "#0096FF" }),
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { id: "ea3fa329__stop5", offset: "1", stopColor: "#FF1E56" })
|
|
12
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "fa1a4d6a__paint1_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { id: "bf43d329__stop6", stopColor: "#0096FF" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { id: "0515f9e9__stop7", offset: "1", stopColor: "#FF1E56" })
|
|
16
16
|
] }),
|
|
17
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "93b05c08__paint2_linear_2758_13850", x1: "54.916698", x2: "5.6993599", y1: "7.03125", y2: "55.914799", gradientTransform: "scale(0.24)", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { id: "7a1720fb__stop8", stopColor: "#0096FF" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { id: "7a9a5b74__stop9", offset: "1", stopColor: "#FF1E56" })
|
|
20
20
|
] })
|
|
21
21
|
] })
|
|
22
22
|
] });
|