@logoicon/react 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
|
@@ -24,9 +24,9 @@ __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 VercelLogoDark = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "309f8258__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "48d1484a__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e131b10d__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954115 2.7573615,0 0,4.7954115 Z M 8.2959156,4.5771202 10.600272,0.21798521 H 9.6035393 L 8.0139526,3.3837446 6.4243542,0.21798521 H 5.4276212 L 7.7319779,4.5771202 Z M 24,0.21798521 V 4.577132 H 23.174875 V 0.21798521 Z M 19.406836,2.9500998 c 0,-0.3397241 0.0709,-0.6385222 0.212711,-0.8963826 0.141807,-0.2578722 0.339535,-0.4563788 0.593066,-0.5955434 0.25353,-0.1391647 0.550122,-0.208747 0.889658,-0.208747 0.300839,0 0.571594,0.065489 0.812265,0.1964657 0.240671,0.130977 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829824 0.238429,0.6385221 0.146173,0.151446 0.341777,0.2271631 0.586696,0.2271631 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923719 0.290104,-0.3315365 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525647 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762882 -0.979909,0.2762882 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.2087469 C 19.959082,4.302873 19.761354,4.1043545 19.619547,3.8464941 19.477739,3.5886219 19.406836,3.2898356 19.406836,2.9500998 Z M 21.856492,2.6431259 C 21.826408,2.3770662 21.742645,2.1826533 21.605085,2.059852 21.467525,1.9329687 21.299999,1.8695211 21.102271,1.8695211 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254017 -0.264385,0.5709926 z M 18.014482,2.059852 c 0.13756,0.11052 0.223446,0.2640069 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.227673 19.005127,2.0107385 18.858955,1.8265424 18.712782,1.6423581 18.523784,1.5011525 18.291607,1.4029138 18.063914,1.3005813 17.812506,1.2494268 17.537386,1.2494268 c -0.339535,0 -0.636009,0.069582 -0.889658,0.208747 -0.25353,0.1391646 -0.451258,0.3376712 -0.593066,0.5955434 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963826 0,0.3397358 0.0709,0.6385221 0.212711,0.8963943 0.141808,0.2578604 0.339536,0.4563789 0.593066,0.5955435 0.253649,0.1391646 0.550123,0.2087469 0.889658,0.2087469 0.283615,0 0.541511,-0.051166 0.77357,-0.1534869 0.232177,-0.1064263 0.421174,-0.2558194 0.567347,-0.4482031 0.146172,-0.1923718 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 -0.146054,-0.1841843 -0.219081,-0.4461385 -0.219081,-0.7858743 0,-0.3397241 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841844 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.1719031 z M 13.828571,1.3229495 h 0.767906 l 0.02218,0.6262881 c 0.0545,-0.1772709 0.130246,-0.3149373 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.2132891 0.588701,-0.2132891 h 0.31358 v 0.6703404 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.04876 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 v 1.876941 h -0.819108 z m -3.541938,0.7307677 c -0.141819,0.2578604 -0.212735,0.5566585 -0.212735,0.8963826 0,0.3397358 0.07092,0.6385221 0.212735,0.8963943 0.141831,0.2578604 0.339523,0.4563789 0.593101,0.5955435 0.253566,0.1391646 0.550111,0.2087469 0.889634,0.2087469 0.369549,0 0.696225,-0.092092 0.979839,-0.2762882 0.283733,-0.1841844 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496729 -0.290103,0.3315365 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.2271631 C 11.04089,3.6479757 10.961385,3.435135 10.944196,3.1649933 h 2.430403 V 2.9746624 C 13.370234,2.6021882 13.297206,2.2870268 13.155399,2.0291546 13.013592,1.7712942 12.822353,1.5768695 12.581681,1.4458925 12.34101,1.3149154 12.070255,1.2494268 11.769368,1.2494268 c -0.339523,0 -0.636068,0.069582 -0.889634,0.208747 -0.253578,0.1391646 -0.45127,0.3376712 -0.593101,0.5955434 z m 1.985597,0.00613 c 0.137442,0.1228013 0.221323,0.3172142 0.251407,0.5832739 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359217 0.264314,-0.5709926 0.14183,-0.1350709 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var logo_dark_default = VercelLogoDark;
|
package/dist/vercel/logo-dark.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const VercelLogoDark = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "309f8258__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "48d1484a__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "e131b10d__path1", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954115 2.7573615,0 0,4.7954115 Z M 8.2959156,4.5771202 10.600272,0.21798521 H 9.6035393 L 8.0139526,3.3837446 6.4243542,0.21798521 H 5.4276212 L 7.7319779,4.5771202 Z M 24,0.21798521 V 4.577132 H 23.174875 V 0.21798521 Z M 19.406836,2.9500998 c 0,-0.3397241 0.0709,-0.6385222 0.212711,-0.8963826 0.141807,-0.2578722 0.339535,-0.4563788 0.593066,-0.5955434 0.25353,-0.1391647 0.550122,-0.208747 0.889658,-0.208747 0.300839,0 0.571594,0.065489 0.812265,0.1964657 0.240671,0.130977 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829824 0.238429,0.6385221 0.146173,0.151446 0.341777,0.2271631 0.586696,0.2271631 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923719 0.290104,-0.3315365 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525647 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762882 -0.979909,0.2762882 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.2087469 C 19.959082,4.302873 19.761354,4.1043545 19.619547,3.8464941 19.477739,3.5886219 19.406836,3.2898356 19.406836,2.9500998 Z M 21.856492,2.6431259 C 21.826408,2.3770662 21.742645,2.1826533 21.605085,2.059852 21.467525,1.9329687 21.299999,1.8695211 21.102271,1.8695211 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254017 -0.264385,0.5709926 z M 18.014482,2.059852 c 0.13756,0.11052 0.223446,0.2640069 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.227673 19.005127,2.0107385 18.858955,1.8265424 18.712782,1.6423581 18.523784,1.5011525 18.291607,1.4029138 18.063914,1.3005813 17.812506,1.2494268 17.537386,1.2494268 c -0.339535,0 -0.636009,0.069582 -0.889658,0.208747 -0.25353,0.1391646 -0.451258,0.3376712 -0.593066,0.5955434 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963826 0,0.3397358 0.0709,0.6385221 0.212711,0.8963943 0.141808,0.2578604 0.339536,0.4563789 0.593066,0.5955435 0.253649,0.1391646 0.550123,0.2087469 0.889658,0.2087469 0.283615,0 0.541511,-0.051166 0.77357,-0.1534869 0.232177,-0.1064263 0.421174,-0.2558194 0.567347,-0.4482031 0.146172,-0.1923718 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 -0.146054,-0.1841843 -0.219081,-0.4461385 -0.219081,-0.7858743 0,-0.3397241 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841844 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.1719031 z M 13.828571,1.3229495 h 0.767906 l 0.02218,0.6262881 c 0.0545,-0.1772709 0.130246,-0.3149373 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.2132891 0.588701,-0.2132891 h 0.31358 v 0.6703404 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.04876 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 v 1.876941 h -0.819108 z m -3.541938,0.7307677 c -0.141819,0.2578604 -0.212735,0.5566585 -0.212735,0.8963826 0,0.3397358 0.07092,0.6385221 0.212735,0.8963943 0.141831,0.2578604 0.339523,0.4563789 0.593101,0.5955435 0.253566,0.1391646 0.550111,0.2087469 0.889634,0.2087469 0.369549,0 0.696225,-0.092092 0.979839,-0.2762882 0.283733,-0.1841844 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496729 -0.290103,0.3315365 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.2271631 C 11.04089,3.6479757 10.961385,3.435135 10.944196,3.1649933 h 2.430403 V 2.9746624 C 13.370234,2.6021882 13.297206,2.2870268 13.155399,2.0291546 13.013592,1.7712942 12.822353,1.5768695 12.581681,1.4458925 12.34101,1.3149154 12.070255,1.2494268 11.769368,1.2494268 c -0.339523,0 -0.636068,0.069582 -0.889634,0.208747 -0.253578,0.1391646 -0.45127,0.3376712 -0.593101,0.5955434 z m 1.985597,0.00613 c 0.137442,0.1228013 0.221323,0.3172142 0.251407,0.5832739 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359217 0.264314,-0.5709926 0.14183,-0.1350709 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
6
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var logo_dark_default = VercelLogoDark;
|
|
@@ -24,9 +24,9 @@ __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 VercelLogoLight = (props) => {
|
|
27
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
28
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "506a0f01__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "483967b9__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "70d15194__path1", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954117 2.7573615,0 0,4.7954117 Z M 8.2959156,4.5771205 10.600272,0.21798544 H 9.6035393 L 8.0139526,3.3837448 6.4243542,0.21798544 H 5.4276212 L 7.7319779,4.5771205 Z M 24,0.21798544 V 4.5771323 H 23.174875 V 0.21798544 Z M 19.406836,2.9501 c 0,-0.339724 0.0709,-0.6385221 0.212711,-0.8963825 0.141807,-0.2578722 0.339535,-0.4563789 0.593066,-0.5955435 0.25353,-0.1391646 0.550122,-0.2087587 0.889658,-0.2087587 0.300839,0 0.571594,0.0655 0.812265,0.1964774 0.240671,0.1309771 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829825 0.238429,0.6385222 0.146173,0.1514459 0.341777,0.227163 0.586696,0.227163 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923718 0.290104,-0.3315364 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525648 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762883 -0.979909,0.2762883 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.208747 C 19.959082,4.3028732 19.761354,4.1043548 19.619547,3.8464944 19.477739,3.5886222 19.406836,3.2898358 19.406836,2.9501 Z M 21.856492,2.6431262 C 21.826408,2.3770664 21.742645,2.1826536 21.605085,2.0598522 21.467525,1.9329689 21.299999,1.8695213 21.102271,1.8695213 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254018 -0.264385,0.5709927 z m -3.84201,-0.583274 c 0.13756,0.11052 0.223446,0.264007 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.2276732 19.005127,2.0107388 18.858955,1.8265426 18.712782,1.6423583 18.523784,1.5011527 18.291607,1.402914 18.063914,1.3005815 17.812506,1.2494153 17.537386,1.2494153 c -0.339535,0 -0.636009,0.069594 -0.889658,0.2087587 -0.25353,0.1391646 -0.451258,0.3376713 -0.593066,0.5955435 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963825 0,0.3397358 0.0709,0.6385222 0.212711,0.8963944 0.141808,0.2578604 0.339536,0.4563788 0.593066,0.5955434 0.253649,0.1391647 0.550123,0.208747 0.889658,0.208747 0.283615,0 0.541511,-0.051166 0.77357,-0.153487 0.232177,-0.1064262 0.421174,-0.2558194 0.567347,-0.448203 0.146172,-0.1923719 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 C 16.772429,3.55179 16.699402,3.2898358 16.699402,2.9501 c 0,-0.339724 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841843 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.171903 z M 13.828571,1.3229498 h 0.767906 l 0.02218,0.626288 c 0.0545,-0.1772709 0.130246,-0.3149372 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.213289 0.588701,-0.213289 h 0.31358 v 0.6703403 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.048748 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 V 4.5771209 H 13.828574 Z M 10.286633,2.0537175 C 10.144814,2.3115779 10.073898,2.610376 10.073898,2.9501 c 0,0.3397358 0.07092,0.6385222 0.212735,0.8963944 0.141831,0.2578604 0.339523,0.4563788 0.593101,0.5955434 0.253566,0.1391647 0.550111,0.208747 0.889634,0.208747 0.369549,0 0.696225,-0.092092 0.979839,-0.2762883 0.283733,-0.1841843 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496728 -0.290103,0.3315364 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.227163 C 11.04089,3.647976 10.961385,3.4351352 10.944196,3.1649935 h 2.430403 V 2.9746626 C 13.370234,2.6021884 13.297206,2.287027 13.155399,2.0291548 13.013592,1.7712944 12.822353,1.5768698 12.581681,1.4458927 12.34101,1.3149156 12.070255,1.2494153 11.769368,1.2494153 c -0.339523,0 -0.636068,0.069594 -0.889634,0.2087587 -0.253578,0.1391646 -0.45127,0.3376713 -0.593101,0.5955435 z m 1.985597,0.00613 c 0.137442,0.1228014 0.221323,0.3172142 0.251407,0.583274 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359218 0.264314,-0.5709927 0.14183,-0.1350708 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
var logo_light_default = VercelLogoLight;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const VercelLogoLight = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "506a0f01__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 4.7954116", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "483967b9__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "70d15194__path1", fill: "#000000", fillRule: "evenodd", strokeWidth: "0.0117976", d: "M 5.5147229,4.7954117 2.7573615,0 0,4.7954117 Z M 8.2959156,4.5771205 10.600272,0.21798544 H 9.6035393 L 8.0139526,3.3837448 6.4243542,0.21798544 H 5.4276212 L 7.7319779,4.5771205 Z M 24,0.21798544 V 4.5771323 H 23.174875 V 0.21798544 Z M 19.406836,2.9501 c 0,-0.339724 0.0709,-0.6385221 0.212711,-0.8963825 0.141807,-0.2578722 0.339535,-0.4563789 0.593066,-0.5955435 0.25353,-0.1391646 0.550122,-0.2087587 0.889658,-0.2087587 0.300839,0 0.571594,0.0655 0.812265,0.1964774 0.240671,0.1309771 0.431911,0.3254017 0.573718,0.5832621 0.141807,0.2578722 0.214952,0.5730336 0.2192,0.9455078 v 0.1903309 h -2.430308 c 0.01711,0.2701417 0.09662,0.4829825 0.238429,0.6385222 0.146173,0.1514459 0.341777,0.227163 0.586696,0.227163 0.154666,0 0.296592,-0.040926 0.425421,-0.1227896 0.128948,-0.081864 0.225689,-0.1923718 0.290104,-0.3315364 l 0.844591,0.061395 c -0.103229,0.3069739 -0.296592,0.5525648 -0.580207,0.7367491 -0.283732,0.1841961 -0.61029,0.2762883 -0.979909,0.2762883 -0.339536,0 -0.636128,-0.069582 -0.889658,-0.208747 C 19.959082,4.3028732 19.761354,4.1043548 19.619547,3.8464944 19.477739,3.5886222 19.406836,3.2898358 19.406836,2.9501 Z M 21.856492,2.6431262 C 21.826408,2.3770664 21.742645,2.1826536 21.605085,2.0598522 21.467525,1.9329689 21.299999,1.8695213 21.102271,1.8695213 c -0.227812,0 -0.412563,0.067541 -0.55437,0.2026122 -0.141926,0.1350709 -0.229936,0.3254018 -0.264385,0.5709927 z m -3.84201,-0.583274 c 0.13756,0.11052 0.223446,0.264007 0.257895,0.4604726 l 0.850844,-0.042979 C 19.093137,2.2276732 19.005127,2.0107388 18.858955,1.8265426 18.712782,1.6423583 18.523784,1.5011527 18.291607,1.402914 18.063914,1.3005815 17.812506,1.2494153 17.537386,1.2494153 c -0.339535,0 -0.636009,0.069594 -0.889658,0.2087587 -0.25353,0.1391646 -0.451258,0.3376713 -0.593066,0.5955435 -0.141807,0.2578604 -0.212711,0.5566585 -0.212711,0.8963825 0,0.3397358 0.0709,0.6385222 0.212711,0.8963944 0.141808,0.2578604 0.339536,0.4563788 0.593066,0.5955434 0.253649,0.1391647 0.550123,0.208747 0.889658,0.208747 0.283615,0 0.541511,-0.051166 0.77357,-0.153487 0.232177,-0.1064262 0.421174,-0.2558194 0.567347,-0.448203 0.146172,-0.1923719 0.234182,-0.4174939 0.264266,-0.6753543 l -0.857332,-0.036844 c -0.03008,0.2169345 -0.113965,0.3847555 -0.251407,0.5034513 -0.137561,0.1146138 -0.303081,0.1719148 -0.496444,0.1719148 -0.26639,0 -0.47273,-0.092092 -0.618903,-0.2762883 C 16.772429,3.55179 16.699402,3.2898358 16.699402,2.9501 c 0,-0.339724 0.07303,-0.6016782 0.219081,-0.7858743 0.146173,-0.1841843 0.352513,-0.2762765 0.618903,-0.2762765 0.184869,0 0.343783,0.057301 0.477096,0.171903 z M 13.828571,1.3229498 h 0.767906 l 0.02218,0.626288 c 0.0545,-0.1772709 0.130246,-0.3149372 0.22734,-0.412999 0.140745,-0.1421848 0.337058,-0.213289 0.588701,-0.213289 h 0.31358 v 0.6703403 h -0.319951 c -0.179206,0 -0.326322,0.024374 -0.441585,0.073122 -0.110897,0.048748 -0.196194,0.1259395 -0.25589,0.2315753 -0.05545,0.105624 -0.08317,0.2396921 -0.08317,0.4021924 V 4.5771209 H 13.828574 Z M 10.286633,2.0537175 C 10.144814,2.3115779 10.073898,2.610376 10.073898,2.9501 c 0,0.3397358 0.07092,0.6385222 0.212735,0.8963944 0.141831,0.2578604 0.339523,0.4563788 0.593101,0.5955434 0.253566,0.1391647 0.550111,0.208747 0.889634,0.208747 0.369549,0 0.696225,-0.092092 0.979839,-0.2762883 0.283733,-0.1841843 0.477096,-0.4297752 0.580207,-0.7367491 l -0.844473,-0.061395 c -0.06441,0.1391646 -0.161156,0.2496728 -0.290103,0.3315364 -0.128948,0.081864 -0.270756,0.1227896 -0.42547,0.1227896 -0.244977,0 -0.440522,-0.075717 -0.586648,-0.227163 C 11.04089,3.647976 10.961385,3.4351352 10.944196,3.1649935 h 2.430403 V 2.9746626 C 13.370234,2.6021884 13.297206,2.287027 13.155399,2.0291548 13.013592,1.7712944 12.822353,1.5768698 12.581681,1.4458927 12.34101,1.3149156 12.070255,1.2494153 11.769368,1.2494153 c -0.339523,0 -0.636068,0.069594 -0.889634,0.2087587 -0.253578,0.1391646 -0.45127,0.3376713 -0.593101,0.5955435 z m 1.985597,0.00613 c 0.137442,0.1228014 0.221323,0.3172142 0.251407,0.583274 h -1.572999 c 0.03439,-0.2455909 0.122494,-0.4359218 0.264314,-0.5709927 0.14183,-0.1350708 0.326628,-0.2026122 0.554416,-0.2026122 0.197658,0 0.365302,0.063448 0.502862,0.1903309 z", clipRule: "evenodd" })
|
|
6
6
|
] });
|
|
7
7
|
};
|
|
8
8
|
var logo_light_default = VercelLogoLight;
|
|
@@ -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
|
+
XIconDark: () => XIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const XIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "19e2be87__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 24.527399", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "0ac51b19__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "867b1fdd__path1", fill: "#ffffff", strokeWidth: "0.02", d: "M 14.28326,10.38568 23.2178,0 H 21.1006 L 13.34274,9.01774 7.14656,0 H 0 L 9.36984,13.63642 0,24.5274 h 2.11732 l 8.1925,-9.52304 6.54362,9.52304 H 24 L 14.28274,10.38568 Z M 11.3833,13.75656 10.43394,12.39868 2.88022,1.593888 H 6.1323 l 6.09594,8.719812 0.94936,1.35788 7.924,11.33442 H 17.84952 L 11.3833,13.75708 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_dark_default = XIconDark;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
XIconDark
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const XIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "19e2be87__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 24.527399", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "0ac51b19__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "867b1fdd__path1", fill: "#ffffff", strokeWidth: "0.02", d: "M 14.28326,10.38568 23.2178,0 H 21.1006 L 13.34274,9.01774 7.14656,0 H 0 L 9.36984,13.63642 0,24.5274 h 2.11732 l 8.1925,-9.52304 6.54362,9.52304 H 24 L 14.28274,10.38568 Z M 11.3833,13.75656 10.43394,12.39868 2.88022,1.593888 H 6.1323 l 6.09594,8.719812 0.94936,1.35788 7.924,11.33442 H 17.84952 L 11.3833,13.75708 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_dark_default = XIconDark;
|
|
9
|
+
export {
|
|
10
|
+
XIconDark,
|
|
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
|
+
XIconLight: () => XIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const XIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5f002987__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 24.527399", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "2331153f__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cb3f9815__path1", fill: "#000000", strokeWidth: "0.02", d: "M 14.28326,10.38568 23.2178,0 H 21.1006 L 13.34274,9.01774 7.14656,0 H 0 L 9.36984,13.63642 0,24.5274 h 2.11732 l 8.1925,-9.52304 6.54362,9.52304 H 24 L 14.28274,10.38568 Z M 11.3833,13.75656 10.43394,12.39868 2.88022,1.593888 H 6.1323 l 6.09594,8.719812 0.94936,1.35788 7.924,11.33442 H 17.84952 L 11.3833,13.75708 Z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
var icon_light_default = XIconLight;
|
|
33
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
34
|
+
0 && (module.exports = {
|
|
35
|
+
XIconLight
|
|
36
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const XIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5f002987__svg1", fill: "none", version: "1.1", viewBox: "0 0 24 24.527399", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "2331153f__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "cb3f9815__path1", fill: "#000000", strokeWidth: "0.02", d: "M 14.28326,10.38568 23.2178,0 H 21.1006 L 13.34274,9.01774 7.14656,0 H 0 L 9.36984,13.63642 0,24.5274 h 2.11732 l 8.1925,-9.52304 6.54362,9.52304 H 24 L 14.28274,10.38568 Z M 11.3833,13.75656 10.43394,12.39868 2.88022,1.593888 H 6.1323 l 6.09594,8.719812 0.94936,1.35788 7.924,11.33442 H 17.84952 L 11.3833,13.75708 Z" })
|
|
6
|
+
] });
|
|
7
|
+
};
|
|
8
|
+
var icon_light_default = XIconLight;
|
|
9
|
+
export {
|
|
10
|
+
XIconLight,
|
|
11
|
+
icon_light_default as default
|
|
12
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logoicon/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "react component of logoicon",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logo icon",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"tsc": "tsc -p ./tsconfig.json"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@logoicon/core": "^1.0.
|
|
60
|
-
"@logoicon/eslintconfig": "^1.0.
|
|
61
|
-
"@logoicon/logger": "^1.0.
|
|
62
|
-
"@logoicon/tsconfig": "^1.0.
|
|
59
|
+
"@logoicon/core": "^1.0.4",
|
|
60
|
+
"@logoicon/eslintconfig": "^1.0.4",
|
|
61
|
+
"@logoicon/logger": "^1.0.4",
|
|
62
|
+
"@logoicon/tsconfig": "^1.0.4"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|