@logoicon/react 1.0.3 → 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 +6 -0
- package/dist/css/icon.cjs +4 -4
- package/dist/css/icon.js +4 -4
- package/dist/expressjs/icon-dark.cjs +3 -3
- package/dist/expressjs/icon-dark.js +3 -3
- package/dist/expressjs/icon-light.cjs +3 -3
- package/dist/expressjs/icon-light.js +3 -3
- package/dist/expressjs/logo-dark.cjs +3 -3
- package/dist/expressjs/logo-dark.js +3 -3
- package/dist/expressjs/logo-light.cjs +3 -3
- package/dist/expressjs/logo-light.js +3 -3
- 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 +3 -3
- package/dist/firebase/icon-dark.js +3 -3
- package/dist/firebase/icon-light.cjs +3 -3
- package/dist/firebase/icon-light.js +3 -3
- package/dist/firebase/icon.cjs +6 -6
- package/dist/firebase/icon.js +6 -6
- package/dist/firebase/logo-dark.cjs +14 -14
- package/dist/firebase/logo-dark.js +14 -14
- package/dist/firebase/logo-light.cjs +14 -14
- package/dist/firebase/logo-light.js +14 -14
- package/dist/git/icon-dark.cjs +2 -2
- package/dist/git/icon-dark.js +2 -2
- package/dist/git/icon-light.cjs +2 -2
- package/dist/git/icon-light.js +2 -2
- package/dist/git/icon.cjs +2 -2
- package/dist/git/icon.js +2 -2
- package/dist/git/logo-dark.cjs +6 -6
- package/dist/git/logo-dark.js +6 -6
- package/dist/git/logo-light.cjs +6 -6
- package/dist/git/logo-light.js +6 -6
- package/dist/git/logo.cjs +6 -6
- package/dist/git/logo.js +6 -6
- 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 +13 -13
- package/dist/html/icon-dark.js +13 -13
- package/dist/html/icon-light.cjs +13 -13
- package/dist/html/icon-light.js +13 -13
- package/dist/html/icon.cjs +13 -13
- package/dist/html/icon.js +13 -13
- package/dist/index.cjs +139 -88
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +34 -0
- package/dist/javascript/icon.cjs +4 -4
- package/dist/javascript/icon.js +4 -4
- 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 +7 -7
- package/dist/lua/drawing.js +7 -7
- package/dist/metadata.cjs +30 -13
- package/dist/metadata.d.cts +231 -95
- package/dist/metadata.d.ts +231 -95
- package/dist/metadata.js +30 -13
- 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 +17 -17
- package/dist/neovim/icon.js +17 -17
- package/dist/neovim/logo-mono.cjs +17 -17
- package/dist/neovim/logo-mono.js +17 -17
- package/dist/neovim/logo.cjs +27 -27
- package/dist/neovim/logo.js +27 -27
- 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 +5 -5
- package/dist/nodejs/icon-dark.js +5 -5
- package/dist/nodejs/icon-light.cjs +5 -5
- package/dist/nodejs/icon-light.js +5 -5
- package/dist/nodejs/icon.cjs +21 -21
- package/dist/nodejs/icon.js +21 -21
- package/dist/nodejs/logo-dark.cjs +28 -28
- package/dist/nodejs/logo-dark.js +28 -28
- package/dist/nodejs/logo-light.cjs +28 -28
- package/dist/nodejs/logo-light.js +28 -28
- package/dist/php/icon.cjs +21 -21
- package/dist/php/icon.js +21 -21
- 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 +7 -7
- package/dist/puppeteer/icon.js +7 -7
- package/dist/python/icon.cjs +35 -35
- package/dist/python/icon.js +35 -35
- package/dist/python/logo.cjs +42 -42
- package/dist/python/logo.js +42 -42
- package/dist/react/icon.cjs +5 -5
- package/dist/react/icon.js +5 -5
- 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 +2 -2
- package/dist/tailwindcss/icon.js +2 -2
- package/dist/tailwindcss/logo-light.cjs +2 -2
- package/dist/tailwindcss/logo-light.js +2 -2
- 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 +5 -5
- package/dist/typescript/icon.js +5 -5
- package/dist/typescript/logo-dark.cjs +4 -4
- package/dist/typescript/logo-dark.js +4 -4
- 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
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const MongodbLogo = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5a555e65__svg9", fill: "none", version: "1.1", viewBox: "0 0 24.000004 6.0544462", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "0833cfbf__defs9" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "c68c6f3c__path1", fill: "#00ed64", strokeWidth: "0.0217786", d: "M 1.7928765,0.62383447 C 1.5579683,0.34512304 1.3556845,0.06205698 1.3143596,0.00326615 c -0.00435,-0.00435487 -0.010878,-0.00435487 -0.015228,0 C 1.257805,0.06205698 1.0555233,0.34512304 0.82061296,0.62383447 -1.1956854,3.1953757 1.1381774,4.9308021 1.1381774,4.9308021 l 0.019575,0.013067 c 0.017399,0.2678112 0.060902,0.6532269 0.060902,0.6532269 h 0.087003 0.087003 c 0,0 0.043503,-0.3832378 0.060904,-0.6532269 l 0.019575,-0.015245 c 0.00217,0.00218 2.336045,-1.7332486 0.3197371,-4.30478963 z M 1.3056569,4.8937786 c 0,0 -0.1044022,-0.089271 -0.1326795,-0.1350055 v -0.00433 L 1.299132,1.9542468 c 0,-0.00871 0.013052,-0.00871 0.013052,0 l 0.1261525,2.8001924 v 0.00433 C 1.4100612,4.8045081 1.3056569,4.8937786 1.3056569,4.8937786 Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "bfdac932__path2", fill: "#00ed64", strokeWidth: "0.0217786", d: "M 5.6733432,4.3031869 4.7007988,1.944808 4.6986209,1.938294 H 3.9419458 v 0.1585263 h 0.1221125 c 0.037067,0 0.071956,0.015204 0.098134,0.041262 0.026156,0.02606 0.039245,0.060815 0.039245,0.097729 l -0.0218,2.3735607 c 0,0.073829 -0.061045,0.1346352 -0.1352014,0.1368131 l -0.1242904,0.00218 V 4.9047114 H 4.657198 V 4.7483629 L 4.580864,4.7461829 C 4.5067298,4.7440072 4.4456626,4.6832014 4.4456626,4.609372 V 2.3726243 l 1.0597895,2.5320871 c 0.015245,0.036915 0.050134,0.060806 0.089401,0.060806 0.039245,0 0.074134,-0.023891 0.089401,-0.060806 l 1.0357894,-2.475637 0.015267,2.1802976 c 0,0.076007 -0.061067,0.1368131 -0.1373793,0.1389909 H 6.5194194 V 4.9047114 H 7.3829403 V 4.7483629 H 7.2651835 c -0.074134,0 -0.1352015,-0.062984 -0.1373793,-0.136813 l -0.00653,-2.3735826 c 0,-0.075999 0.061045,-0.1368021 0.1352014,-0.1389735 l 0.1264647,-0.00217 V 1.938294 H 6.6458877 Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "f96bedea__path3", fill: "#00ed64", strokeWidth: "0.0217786", d: "m 12.454497,4.7071361 c -0.02407,-0.023869 -0.03718,-0.056406 -0.03718,-0.095434 V 3.4490526 c 0,-0.2212486 -0.06557,-0.3947804 -0.196769,-0.5184174 -0.128973,-0.123637 -0.308255,-0.1865336 -0.531245,-0.1865336 -0.312654,0 -0.559688,0.1258149 -0.732414,0.373089 -0.0022,0.00433 -0.0087,0.00651 -0.01529,0.00651 -0.0066,0 -0.01093,-0.00436 -0.01093,-0.010846 l -0.08091,-0.3101924 h -0.13555 l -0.347608,0.1974011 v 0.1084356 h 0.08964 c 0.04153,0 0.07651,0.010846 0.100573,0.032537 0.02404,0.021692 0.03715,0.054229 0.03715,0.099789 v 1.3686969 c 0,0.039049 -0.01311,0.071586 -0.03715,0.095434 -0.02407,0.023869 -0.05684,0.036871 -0.0962,0.036871 h -0.08746 v 0.1583521 h 0.800167 V 4.7418294 h -0.08744 c -0.03935,0 -0.07215,-0.013002 -0.0962,-0.036871 -0.02404,-0.023848 -0.03718,-0.056385 -0.03718,-0.095434 v -0.906686 c 0,-0.1149692 0.02624,-0.2299166 0.07435,-0.3427078 0.05027,-0.1106352 0.124596,-0.2038911 0.222991,-0.2754774 0.09837,-0.071586 0.216436,-0.1062794 0.351986,-0.1062794 0.153038,0 0.268922,0.047717 0.341052,0.1431506 0.07215,0.095434 0.109329,0.2190708 0.109329,0.3665771 v 1.119245 c 0,0.039049 -0.01313,0.071586 -0.03718,0.095456 -0.02404,0.023848 -0.05684,0.036871 -0.0962,0.036871 h -0.08742 v 0.1583303 h 0.800167 V 4.7396733 h -0.08744 c -0.0328,0.00433 -0.06342,-0.00869 -0.08964,-0.032537 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "c945fd10__path4", fill: "#00ed64", strokeWidth: "0.0217786", d: "M 19.765067,2.1171397 C 19.543884,1.9993633 19.296675,1.938294 19.029953,1.938294 H 17.98911 v 0.1592167 h 0.101924 c 0.03903,0 0.07372,0.015267 0.108414,0.050165 0.03254,0.032709 0.04987,0.069798 0.04987,0.1090432 v 2.3468167 c 0,0.039245 -0.01734,0.076334 -0.04987,0.1090453 -0.03252,0.032711 -0.06939,0.050156 -0.108414,0.050156 H 17.98911 V 4.92196 h 1.040843 c 0.266722,0 0.513931,-0.061067 0.735114,-0.1788457 0.221161,-0.1177786 0.401161,-0.2922686 0.531267,-0.514715 0.130105,-0.2224683 0.197314,-0.4907369 0.197314,-0.7960944 0,-0.3053358 -0.06721,-0.5714265 -0.197314,-0.7960726 -0.132283,-0.226824 -0.310106,-0.401314 -0.531267,-0.5190926 z m 0.310083,1.3108095 c 0,0.2791796 -0.04987,0.514715 -0.147462,0.7044718 -0.09757,0.1897568 -0.227696,0.3315136 -0.38816,0.4231144 -0.160443,0.091622 -0.338265,0.1374228 -0.529089,0.1374228 h -0.210338 c -0.03903,0 -0.07372,-0.015267 -0.108413,-0.050178 -0.03254,-0.032712 -0.04987,-0.069779 -0.04987,-0.1090454 V 2.3199855 c 0,-0.039267 0.01518,-0.074156 0.04987,-0.1090672 0.03252,-0.032711 0.06939,-0.050158 0.108413,-0.050158 h 0.210338 c 0.190824,0 0.368646,0.045802 0.529089,0.1374032 0.160464,0.091601 0.290592,0.2333793 0.38816,0.4231361 0.09759,0.1897351 0.147462,0.4274701 0.147462,0.7066496 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "fb605179__path5", fill: "#00ed64", strokeWidth: "0.0217786", d: "m 22.953974,3.5871724 c -0.09626,-0.111245 -0.282032,-0.2050236 -0.500472,-0.2552015 0.301634,-0.15049 0.456697,-0.3620471 0.456697,-0.6346715 0,-0.1483121 -0.0392,-0.2813575 -0.11804,-0.3947803 C 22.713539,2.189118 22.602032,2.0975085 22.460036,2.0342592 22.317822,1.9710098 22.151651,1.938294 21.963702,1.938294 h -1.178178 v 0.1592167 h 0.094 c 0.03933,0 0.07431,0.015267 0.109285,0.050163 0.0328,0.032712 0.05029,0.0698 0.05029,0.1090454 v 2.3468167 c 0,0.039245 -0.01749,0.076334 -0.05029,0.1090453 -0.03278,0.032711 -0.06995,0.050156 -0.109285,0.050156 H 20.776769 V 4.92196 h 1.278839 c 0.194482,0 0.375898,-0.032711 0.539891,-0.098156 0.163993,-0.065423 0.2951,-0.1613793 0.389183,-0.2878911 0.09604,-0.1264901 0.144174,-0.2813576 0.144174,-0.4602033 -0.0022,-0.1919347 -0.05902,-0.3555136 -0.174882,-0.4885372 z m -1.466766,1.0577858 c -0.0328,-0.032711 -0.05029,-0.069779 -0.05029,-0.1090453 V 3.4824827 h 0.607796 c 0.214084,0 0.378077,0.054512 0.491761,0.1635572 0.113684,0.1090672 0.170526,0.250824 0.170526,0.425314 0,0.1046896 -0.02635,0.2072014 -0.07427,0.30098 -0.05031,0.095978 -0.124791,0.1723122 -0.22519,0.2312015 -0.09844,0.058889 -0.220835,0.089423 -0.362832,0.089423 h -0.448225 c -0.03933,0.00218 -0.07431,-0.015267 -0.109285,-0.048 z M 21.439121,3.2578149 V 2.3221633 c 0,-0.039267 0.01529,-0.074156 0.05027,-0.1090671 0.0328,-0.032711 0.06995,-0.050156 0.109307,-0.050156 h 0.288566 c 0.20755,0 0.360654,0.052356 0.456915,0.1526679 0.09604,0.1025118 0.144174,0.2333793 0.144174,0.3947804 0,0.1657568 -0.04595,0.2988022 -0.135463,0.3991361 -0.08973,0.098134 -0.22519,0.1482904 -0.404428,0.1482904 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "248a745d__path6", fill: "#00ed64", strokeWidth: "0.0217786", d: "M 9.4083268,2.8832014 C 9.2412851,2.7919274 9.0547297,2.7441016 8.8529947,2.7441016 c -0.201735,0 -0.3904682,0.045648 -0.5553321,0.1390998 -0.1670417,0.091296 -0.2993684,0.2238839 -0.39698,0.3912523 -0.097612,0.1673684 -0.1475064,0.3630054 -0.1475064,0.5803557 0,0.2173503 0.049895,0.4129873 0.1475064,0.5803557 0.097612,0.1673684 0.2299383,0.2999565 0.39698,0.3912523 0.1670417,0.091274 0.3535971,0.1390998 0.5553321,0.1390998 0.201735,0 0.3904682,-0.045648 0.5553321,-0.1390998 C 9.5753686,4.7351216 9.7076952,4.6025335 9.8053069,4.4351651 9.9029185,4.2677967 9.9528132,4.0721597 9.9528132,3.8548094 9.9528132,3.6374591 9.9029185,3.4418221 9.8053069,3.2744537 9.7076952,3.1070853 9.5753686,2.9766751 9.4083268,2.8832014 Z m 0.16053,0.971608 c 0,0.2673539 -0.065074,0.4847042 -0.195245,0.6412051 -0.127971,0.1565009 -0.3036806,0.2369292 -0.5206171,0.2369292 -0.2169147,0 -0.3926461,-0.080428 -0.520617,-0.2369292 -0.1301706,-0.1565009 -0.195245,-0.3738512 -0.195245,-0.6412051 0,-0.2673539 0.065074,-0.4847042 0.195245,-0.6412051 0.1279709,-0.1565009 0.3037023,-0.2369292 0.520617,-0.2369292 0.2169365,0 0.3926461,0.080428 0.5206171,0.2369292 0.1301706,0.158657 0.195245,0.3738512 0.195245,0.6412051 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "d7384441__path7", fill: "#00ed64", strokeWidth: "0.0217786", d: "M 17.096167,2.8832014 C 16.929125,2.7919274 16.74257,2.7441016 16.540835,2.7441016 c -0.201735,0 -0.390469,0.045648 -0.555333,0.1390998 -0.167041,0.091296 -0.299368,0.2238839 -0.39698,0.3912523 -0.09761,0.1673684 -0.147506,0.3630054 -0.147506,0.5803557 0,0.2173503 0.0499,0.4129873 0.147506,0.5803557 0.09761,0.1673684 0.229939,0.2999565 0.39698,0.3912523 0.167042,0.091274 0.353598,0.1390998 0.555333,0.1390998 0.201735,0 0.390468,-0.045648 0.555332,-0.1390998 0.167041,-0.091296 0.299368,-0.2238839 0.39698,-0.3912523 0.09761,-0.1673684 0.147506,-0.3630054 0.147506,-0.5803557 0,-0.2173503 -0.04989,-0.4129873 -0.147506,-0.5803557 -0.09761,-0.1673684 -0.232116,-0.2977786 -0.39698,-0.3912523 z m 0.16053,0.971608 c 0,0.2673539 -0.0651,0.4847042 -0.195245,0.6412051 -0.127993,0.1565009 -0.303703,0.2369292 -0.520617,0.2369292 -0.216937,0 -0.392646,-0.080428 -0.520617,-0.2369292 -0.130171,-0.1565009 -0.195245,-0.3738512 -0.195245,-0.6412051 0,-0.2695317 0.06507,-0.4847042 0.195245,-0.6412051 0.127971,-0.1565009 0.30368,-0.2369292 0.520617,-0.2369292 0.216914,0 0.392624,0.080428 0.520617,0.2369292 0.127992,0.158657 0.195245,0.3738512 0.195245,0.6412051 z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "3551564f__path8", fill: "#00ed64", strokeWidth: "0.0217786", d: "m 13.995789,2.7441016 c -0.174795,0 -0.334257,0.037111 -0.478453,0.1113539 -0.144196,0.074243 -0.257794,0.1747078 -0.338636,0.3035282 -0.08082,0.1266424 -0.12233,0.2685952 -0.12233,0.4192595 0,0.1353757 0.03058,0.2598403 0.09393,0.3712159 0.06118,0.1069982 0.144196,0.1965082 0.24906,0.2707514 l -0.312414,0.423637 c -0.03933,0.052399 -0.04369,0.122265 -0.01529,0.1790418 0.03058,0.058955 0.08737,0.093909 0.152929,0.093909 h 0.08957 c -0.0874,0.058955 -0.157307,0.1288203 -0.205372,0.2117967 -0.0568,0.093909 -0.0852,0.1921525 -0.0852,0.2925953 0,0.1877968 0.08302,0.3428385 0.246861,0.4585699 0.161684,0.1157314 0.388878,0.174686 0.67507,0.174686 0.198817,0 0.388879,-0.032755 0.561474,-0.096087 0.174773,-0.06331 0.316769,-0.1572196 0.421633,-0.2794846 0.107064,-0.1222867 0.161685,-0.2707731 0.161685,-0.4411034 0,-0.1790417 -0.06555,-0.305706 -0.218483,-0.427971 C 14.740769,4.7071579 14.535397,4.6525807 14.279782,4.6525807 h -0.873866 c -0.0022,0 -0.0044,-0.0022 -0.0044,-0.0022 0,0 -0.0022,-0.00436 0,-0.00653 l 0.227216,-0.305706 c 0.06118,0.028378 0.117974,0.045844 0.168218,0.056755 0.05242,0.010933 0.111419,0.015289 0.176951,0.015289 0.183528,0 0.349568,-0.037111 0.493742,-0.1113539 0.144196,-0.074243 0.259993,-0.174686 0.343013,-0.3035281 0.083,-0.1266425 0.124508,-0.2685735 0.124508,-0.4192378 0,-0.1615971 -0.07864,-0.456392 -0.292748,-0.6070562 0,-0.00218 0.0022,-0.00218 0.0022,-0.00218 l 0.469698,0.052399 V 2.8030563 h -0.751512 c -0.117975,-0.03931 -0.240305,-0.058955 -0.367013,-0.058955 z m 0.262149,1.364755 c -0.08302,0.043666 -0.172595,0.067688 -0.262149,0.067688 -0.146374,0 -0.275281,-0.052399 -0.384522,-0.1550417 -0.10922,-0.1026207 -0.163841,-0.2532849 -0.163841,-0.4454374 0,-0.1921742 0.05462,-0.3428385 0.163841,-0.4454591 0.109241,-0.1026425 0.238148,-0.1550418 0.384522,-0.1550418 0.09175,0 0.179129,0.021844 0.262149,0.067688 0.08302,0.043666 0.150751,0.1113756 0.205372,0.2008856 0.05242,0.089532 0.08082,0.2009075 0.08082,0.3319274 0,0.1331978 -0.02622,0.2445517 -0.08082,0.3319056 -0.05244,0.08951 -0.122352,0.1572196 -0.205372,0.2008854 z m -0.592051,0.8057423 h 0.592051 c 0.163862,0 0.268726,0.032755 0.338635,0.1026424 0.06991,0.069866 0.104864,0.1637532 0.104864,0.272951 0,0.1593975 -0.06335,0.2904175 -0.190062,0.3886824 -0.126729,0.098265 -0.297125,0.1484864 -0.506853,0.1484864 -0.183528,0 -0.336457,-0.041488 -0.447876,-0.1201089 -0.111419,-0.078599 -0.168218,-0.1987078 -0.168218,-0.3515499 0,-0.096087 0.02622,-0.1856188 0.07866,-0.2642178 0.05242,-0.078621 0.115775,-0.1353974 0.198795,-0.1768856 z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "76e2d193__path9", fill: "#00ed64", strokeWidth: "0.0217786", d: "m 23.572051,4.8855245 c -0.04312,-0.023586 -0.07557,-0.057887 -0.101489,-0.098613 -0.02374,-0.04286 -0.03681,-0.087877 -0.03681,-0.1371833 0,-0.049307 0.01307,-0.096457 0.03681,-0.1371833 0.02374,-0.042882 0.05837,-0.075027 0.101489,-0.098613 0.04334,-0.023564 0.09082,-0.036436 0.144827,-0.036436 0.05401,0 0.101488,0.012871 0.144828,0.036436 0.04312,0.023586 0.07557,0.057888 0.101488,0.098613 0.02374,0.04286 0.03681,0.087877 0.03681,0.1371833 0,0.049307 -0.01307,0.096457 -0.03681,0.1371833 -0.02374,0.042882 -0.05837,0.075027 -0.101488,0.098613 -0.04334,0.023564 -0.09082,0.036436 -0.144828,0.036436 -0.05183,0 -0.101488,-0.012871 -0.144827,-0.036436 z m 0.265916,-0.032167 c 0.03659,-0.019274 0.06272,-0.049285 0.08428,-0.083586 0.01938,-0.036436 0.03027,-0.077183 0.03027,-0.1221779 0,-0.045016 -0.01089,-0.085742 -0.03027,-0.1221996 -0.0196,-0.036436 -0.0477,-0.06429 -0.08428,-0.083586 -0.03681,-0.019296 -0.07579,-0.030011 -0.121089,-0.030011 -0.0453,0 -0.08428,0.010715 -0.121089,0.030011 -0.03659,0.019296 -0.06272,0.049307 -0.08428,0.083586 -0.01938,0.036457 -0.03027,0.077183 -0.03027,0.1221996 0,0.044995 0.01089,0.085742 0.03027,0.1221779 0.0196,0.036436 0.0477,0.064312 0.08428,0.083586 0.03681,0.019296 0.07579,0.030011 0.121089,0.030011 0.0453,0 0.08646,-0.010715 0.121089,-0.030011 z m -0.237822,-0.075005 v -0.019296 l 0.0044,-0.00216 h 0.01307 c 0.0041,0 0.0085,-0.00213 0.01067,-0.00429 0.0044,-0.00427 0.0044,-0.00642 0.0044,-0.010715 V 4.5425553 c 0,-0.00429 -0.0022,-0.00858 -0.0044,-0.010715 -0.0044,-0.00429 -0.0065,-0.00429 -0.01067,-0.00429 h -0.01307 l -0.0044,-0.00216 v -0.019274 l 0.0044,-0.00216 h 0.112377 c 0.03245,0 0.05619,0.00642 0.07557,0.02143 0.0196,0.015005 0.02809,0.034301 0.02809,0.060022 0,0.019296 -0.0063,0.038592 -0.02156,0.051441 -0.01503,0.015005 -0.03245,0.023586 -0.05401,0.025742 l 0.02592,0.00856 0.04966,0.079318 c 0.0044,0.00642 0.0087,0.00858 0.01525,0.00858 h 0.01285 l 0.0022,0.00213 v 0.019296 l -0.0022,0.00213 h -0.06686 l -0.0044,-0.00213 -0.06926,-0.1157532 h -0.01721 v 0.077161 c 0,0.00429 0.0022,0.00858 0.0044,0.010715 0.0044,0.00429 0.0065,0.00429 0.01067,0.00429 h 0.01307 l 0.0044,0.00216 v 0.019296 l -0.0044,0.00213 h -0.114555 z m 0.1102,-0.1393394 c 0.01742,0 0.03245,-0.00429 0.04116,-0.015006 0.0085,-0.00858 0.01503,-0.023586 0.01503,-0.040726 0,-0.017162 -0.0044,-0.030011 -0.01285,-0.040726 -0.0087,-0.010715 -0.02178,-0.015005 -0.03681,-0.015005 h -0.0087 c -0.0044,0 -0.0085,0.00213 -0.01067,0.00429 -0.0044,0.00427 -0.0044,0.00642 -0.0044,0.010715 v 0.096457 z" })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
var logo_default = MongodbLogo;
|
|
17
|
+
export {
|
|
18
|
+
MongodbLogo,
|
|
19
|
+
logo_default as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var logo_exports = {};
|
|
20
|
+
__export(logo_exports, {
|
|
21
|
+
MysqlLogo: () => MysqlLogo,
|
|
22
|
+
default: () => logo_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(logo_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const MysqlLogo = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "389911a7__svg2", version: "1.1", viewBox: "0 0 24.000044 16.299412", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "f23dce87__defs6" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a8cfad2c__path16", fill: "#5b85a4", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 16.405827,1.6530609 c -0.11341,0 -0.193397,0.01371 -0.274099,0.03357 v 0.01343 h 0.013 c 0.05399,0.106697 0.14769,0.180828 0.213965,0.274242 0.05385,0.106982 0.100698,0.213537 0.154119,0.320663 0.0066,-0.0066 0.013,-0.01357 0.013,-0.01357 0.09427,-0.06656 0.140978,-0.1734 0.140978,-0.334089 -0.04042,-0.04713 -0.04671,-0.09356 -0.08042,-0.140549 -0.03999,-0.0667 -0.12698,-0.100127 -0.180543,-0.15369" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c34b0b6c__path18", fill: "#2c7493", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "M 5.770153,14.848813 H 4.844129 C 4.811489,13.285776 4.721277,11.81604 4.5737,10.439245 H 4.5655 L 3.155612,14.848813 H 2.450539 L 1.049148,10.439245 h -0.0083 C 0.936893,11.761463 0.871504,13.231214 0.844337,14.848813 H 0 C 0.05456,12.881542 0.191084,11.037422 0.409635,9.3159809 h 1.147759 l 1.336002,4.0653671 h 0.0082 L 4.245797,9.3159809 h 1.09821 c 0.240476,2.0160931 0.382482,3.8608271 0.426104,5.5328321" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "763a78c8__path20", fill: "#2c7493", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 9.786454,10.766764 c -0.377096,2.046102 -0.874503,3.532965 -1.491861,4.46056 -0.481067,0.714729 -1.008054,1.072087 -1.581891,1.072087 -0.152989,0 -0.341632,-0.04608 -0.565482,-0.137636 v -0.493236 c 0.109354,0.01601 0.237677,0.02455 0.385254,0.02455 0.267714,0 0.483466,-0.07399 0.64761,-0.221665 0.19657,-0.179942 0.294939,-0.382196 0.294939,-0.606332 0,-0.15309 -0.07672,-0.467226 -0.229491,-0.942421 L 6.229236,10.76676 h 0.909727 l 0.729412,2.360338 c 0.163859,0.535901 0.232206,0.910012 0.204867,1.12325 0.398937,-1.065559 0.677635,-2.226816 0.836195,-3.483588 h 0.877017" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4b720922__path22", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "M 22.113631,14.848813 H 19.482765 V 9.3159809 h 0.885287 v 4.8522411 h 1.745579 v 0.680591" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9e2cd58f__path24", fill: "#f18513", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 15.499401,13.742004 c -0.224107,-0.360656 -0.336375,-0.939408 -0.336375,-1.737437 0,-1.393192 0.423646,-2.0902951 1.270512,-2.0902951 0.442786,0 0.767734,0.1667161 0.975558,0.4998061 0.223821,0.360828 0.336089,0.934566 0.336089,1.72144 0,1.404347 -0.423646,2.106806 -1.270511,2.106806 -0.442644,0 -0.767735,-0.166544 -0.975273,-0.50032 m 3.294903,1.240216 -1.016982,-0.501491 c 0.09056,-0.07426 0.176544,-0.154376 0.254389,-0.247118 0.431788,-0.507618 0.647896,-1.258942 0.647896,-2.253654 0,-1.830394 -0.718599,-2.7461051 -2.155655,-2.7461051 -0.704888,0 -1.254229,0.232105 -1.647595,0.696988 -0.431931,0.5082341 -0.647611,1.2567291 -0.647611,2.2458571 0,0.972544 0.191112,1.686002 0.573623,2.139216 0.349801,0.409649 0.877146,0.614744 1.582176,0.614744 0.263244,0 0.504776,-0.03241 0.724312,-0.09724 l 1.324361,0.770691 0.361086,-0.621887" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c85b0bb6__path26", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 13.84295,13.315187 c 0,0.469224 -0.1724,0.854435 -0.51606,1.155829 -0.343945,0.300067 -0.806014,0.4505 -1.384637,0.4505 -0.541199,0 -1.065687,-0.173144 -1.573748,-0.516603 l 0.237676,-0.475268 c 0.437216,0.218552 0.832867,0.327691 1.188096,0.327691 0.333233,0 0.594048,-0.07416 0.782733,-0.220679 0.188255,-0.147576 0.301094,-0.353401 0.301094,-0.614459 0,-0.32852 -0.229106,-0.609332 -0.649467,-0.844909 -0.388081,-0.212966 -1.163672,-0.657594 -1.163672,-0.657594 -0.420219,-0.306537 -0.630899,-0.635442 -0.630899,-1.177369 0,-0.448201 0.157117,-0.8104851 0.470925,-1.0860981 0.314521,-0.276185 0.720314,-0.414277 1.217234,-0.414277 0.513632,0 0.980701,0.137078 1.401348,0.410249 l -0.21368,0.4748241 C 12.94995,9.9744189 12.595007,9.8978179 12.245062,9.8978179 c -0.283955,0 -0.502776,0.06817 -0.655323,0.2053231 -0.153404,0.135964 -0.248247,0.310937 -0.248247,0.524188 0,0.327677 0.234106,0.611903 0.666322,0.852036 0.392938,0.21308 1.187526,0.666308 1.187526,0.666308 0.432216,0.305979 0.64761,0.632199 0.64761,1.169514" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "64771030__path28", fill: "#2c7493", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 23.224597,7.4626489 c -0.535058,-0.01338 -0.94942,0.04001 -1.296936,0.187199 -0.10027,0.04007 -0.26053,0.04007 -0.274242,0.167101 0.05385,0.05339 0.06028,0.140206 0.107411,0.21408 0.07999,0.133693 0.220107,0.313908 0.347373,0.40775 0.140406,0.107011 0.280813,0.21358 0.428074,0.307151 0.26053,0.161131 0.554769,0.254316 0.808443,0.414834 0.147548,0.09346 0.294096,0.213694 0.441645,0.314235 0.07327,0.05345 0.119694,0.140492 0.213679,0.173572 v -0.02025 c -0.04713,-0.05998 -0.06028,-0.146905 -0.10684,-0.214137 -0.0667,-0.06633 -0.133693,-0.126879 -0.200682,-0.19344 -0.193969,-0.260673 -0.43493,-0.487751 -0.695032,-0.67495 -0.214109,-0.147462 -0.68232,-0.348044 -0.768878,-0.594648 0,0 -0.007,-0.0071 -0.01357,-0.01367 0.147119,-0.01357 0.321233,-0.06713 0.461498,-0.107683 0.226963,-0.05999 0.434216,-0.04642 0.668178,-0.106411 0.107126,-0.02694 0.214109,-0.06059 0.32152,-0.09346 v -0.06059 c -0.12098,-0.120067 -0.207538,-0.280755 -0.334517,-0.394295 -0.34066,-0.294038 -0.715458,-0.581278 -1.103111,-0.822311 -0.207538,-0.133736 -0.474924,-0.220222 -0.695603,-0.334147 -0.07984,-0.04018 -0.213394,-0.05998 -0.260387,-0.127208 -0.120409,-0.14702 -0.187541,-0.340632 -0.274242,-0.514718 -0.193683,-0.36727 -0.381224,-0.774919 -0.548056,-1.163286 -0.120265,-0.26053 -0.193825,-0.52106 -0.340944,-0.761878 -0.688891,-1.136676 -1.437343,-1.824852 -2.58716,-2.50017301 -0.247388,-0.140549 -0.541485,-0.200682 -0.855434,-0.274242 -0.167402,-0.007 -0.334375,-0.02 -0.501491,-0.02657 -0.107126,-0.04699 -0.214252,-0.174115 -0.307665,-0.234249 -0.381226,-0.240533 -1.363497,-0.761878 -1.644453,-0.07342 -0.180542,0.434787 0.267386,0.86243301 0.421219,1.08311201 0.113553,0.153547 0.260816,0.327663 0.34066,0.501206 0.04685,0.113696 0.06028,0.234249 0.107268,0.354372 0.106841,0.294096 0.206967,0.621758 0.347659,0.896 0.07327,0.140406 0.153405,0.287669 0.246961,0.414077 0.05399,0.07399 0.147262,0.106983 0.167402,0.227678 -0.09327,0.13355 -0.100556,0.33409 -0.153976,0.501349 -0.240533,0.755451 -0.147119,1.691358 0.193969,2.246127 0.106697,0.167102 0.361086,0.534901 0.702031,0.39418 0.300809,-0.120124 0.233962,-0.501192 0.320806,-0.835238 0.02,-0.08079 0.0066,-0.133793 0.04656,-0.187199 v 0.01351 c 0.09356,0.186913 0.1874,0.366956 0.274242,0.554769 0.207539,0.327234 0.568195,0.66825 0.869291,0.895328 0.159974,0.120795 0.287097,0.327691 0.487636,0.401451 v -0.0202 h -0.01314 c -0.04028,-0.05999 -0.10027,-0.08693 -0.153833,-0.133521 -0.120265,-0.12041 -0.253673,-0.267544 -0.347658,-0.401165 -0.28067,-0.374212 -0.528344,-0.788932 -0.748453,-1.21672 -0.107268,-0.207724 -0.200681,-0.434802 -0.287668,-0.641912 -0.03999,-0.07984 -0.03999,-0.200525 -0.106983,-0.240533 -0.100555,0.146905 -0.247245,0.274113 -0.320663,0.454056 -0.127122,0.287797 -0.140405,0.642026 -0.18754,1.009881 -0.02657,0.007 -0.01314,0 -0.02657,0.01328 -0.21368,-0.05345 -0.28724,-0.274013 -0.367655,-0.460584 -0.20054,-0.475267 -0.234249,-1.237331 -0.06013,-1.785529 0.04656,-0.14012 0.247675,-0.581336 0.167116,-0.715029 -0.04042,-0.127551 -0.173972,-0.200396 -0.247389,-0.301095 -0.0867,-0.126979 -0.180828,-0.287097 -0.24039,-0.427788 -0.160546,-0.374227 -0.241247,-0.788875 -0.414505,-1.163101 -0.08027,-0.174115 -0.220965,-0.354657 -0.334232,-0.514775 -0.127266,-0.180542 -0.26753,-0.30752201 -0.367942,-0.52120201 -0.03314,-0.0737 -0.07999,-0.194112 -0.02671,-0.274099 0.01314,-0.05356 0.04028,-0.0737 0.09384,-0.08713 0.08641,-0.07356 0.334089,0.01985 0.42079,0.05999 0.247532,0.09998 0.454785,0.194112 0.661752,0.334232 0.0937,0.06699 0.193969,0.19397 0.314092,0.227678 h 0.140692 c 0.213823,0.04642 0.454642,0.013 0.655324,0.07342 0.354087,0.113554 0.674892,0.28067 0.962561,0.461212 0.875432,0.554912 1.59746,1.343929 2.085239,2.28635 0.08042,0.153547 0.114124,0.294096 0.187541,0.454213 0.140406,0.328234 0.314378,0.662466 0.454499,0.983029 0.140264,0.314236 0.274242,0.634842 0.475067,0.895957 0.09998,0.140149 0.501206,0.213695 0.681749,0.287283 0.133406,0.05998 0.340945,0.113539 0.461355,0.18697 0.227249,0.140149 0.45407,0.300838 0.668321,0.454842 0.106697,0.08023 0.441073,0.24716 0.461213,0.381068" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "00d96424__path30", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 22.745531,14.848256 h 0.14669 V 14.285332 H 23.08419 V 14.17035 h -0.538057 v 0.114982 h 0.199398 z m 1.11625,0 h 0.138263 V 14.17035 h -0.207966 l -0.169259,0.462083 -0.184257,-0.462083 h -0.200396 v 0.677906 h 0.130837 v -0.515932 h 0.0074 l 0.192969,0.515932 h 0.0997 l 0.192684,-0.515932 v 0.515932" })
|
|
37
|
+
] });
|
|
38
|
+
};
|
|
39
|
+
var logo_default = MysqlLogo;
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
MysqlLogo
|
|
43
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const MysqlLogo = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "389911a7__svg2", version: "1.1", viewBox: "0 0 24.000044 16.299412", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "f23dce87__defs6" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "a8cfad2c__path16", fill: "#5b85a4", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 16.405827,1.6530609 c -0.11341,0 -0.193397,0.01371 -0.274099,0.03357 v 0.01343 h 0.013 c 0.05399,0.106697 0.14769,0.180828 0.213965,0.274242 0.05385,0.106982 0.100698,0.213537 0.154119,0.320663 0.0066,-0.0066 0.013,-0.01357 0.013,-0.01357 0.09427,-0.06656 0.140978,-0.1734 0.140978,-0.334089 -0.04042,-0.04713 -0.04671,-0.09356 -0.08042,-0.140549 -0.03999,-0.0667 -0.12698,-0.100127 -0.180543,-0.15369" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "c34b0b6c__path18", fill: "#2c7493", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "M 5.770153,14.848813 H 4.844129 C 4.811489,13.285776 4.721277,11.81604 4.5737,10.439245 H 4.5655 L 3.155612,14.848813 H 2.450539 L 1.049148,10.439245 h -0.0083 C 0.936893,11.761463 0.871504,13.231214 0.844337,14.848813 H 0 C 0.05456,12.881542 0.191084,11.037422 0.409635,9.3159809 h 1.147759 l 1.336002,4.0653671 h 0.0082 L 4.245797,9.3159809 h 1.09821 c 0.240476,2.0160931 0.382482,3.8608271 0.426104,5.5328321" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "763a78c8__path20", fill: "#2c7493", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 9.786454,10.766764 c -0.377096,2.046102 -0.874503,3.532965 -1.491861,4.46056 -0.481067,0.714729 -1.008054,1.072087 -1.581891,1.072087 -0.152989,0 -0.341632,-0.04608 -0.565482,-0.137636 v -0.493236 c 0.109354,0.01601 0.237677,0.02455 0.385254,0.02455 0.267714,0 0.483466,-0.07399 0.64761,-0.221665 0.19657,-0.179942 0.294939,-0.382196 0.294939,-0.606332 0,-0.15309 -0.07672,-0.467226 -0.229491,-0.942421 L 6.229236,10.76676 h 0.909727 l 0.729412,2.360338 c 0.163859,0.535901 0.232206,0.910012 0.204867,1.12325 0.398937,-1.065559 0.677635,-2.226816 0.836195,-3.483588 h 0.877017" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "4b720922__path22", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "M 22.113631,14.848813 H 19.482765 V 9.3159809 h 0.885287 v 4.8522411 h 1.745579 v 0.680591" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "9e2cd58f__path24", fill: "#f18513", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 15.499401,13.742004 c -0.224107,-0.360656 -0.336375,-0.939408 -0.336375,-1.737437 0,-1.393192 0.423646,-2.0902951 1.270512,-2.0902951 0.442786,0 0.767734,0.1667161 0.975558,0.4998061 0.223821,0.360828 0.336089,0.934566 0.336089,1.72144 0,1.404347 -0.423646,2.106806 -1.270511,2.106806 -0.442644,0 -0.767735,-0.166544 -0.975273,-0.50032 m 3.294903,1.240216 -1.016982,-0.501491 c 0.09056,-0.07426 0.176544,-0.154376 0.254389,-0.247118 0.431788,-0.507618 0.647896,-1.258942 0.647896,-2.253654 0,-1.830394 -0.718599,-2.7461051 -2.155655,-2.7461051 -0.704888,0 -1.254229,0.232105 -1.647595,0.696988 -0.431931,0.5082341 -0.647611,1.2567291 -0.647611,2.2458571 0,0.972544 0.191112,1.686002 0.573623,2.139216 0.349801,0.409649 0.877146,0.614744 1.582176,0.614744 0.263244,0 0.504776,-0.03241 0.724312,-0.09724 l 1.324361,0.770691 0.361086,-0.621887" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "c85b0bb6__path26", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 13.84295,13.315187 c 0,0.469224 -0.1724,0.854435 -0.51606,1.155829 -0.343945,0.300067 -0.806014,0.4505 -1.384637,0.4505 -0.541199,0 -1.065687,-0.173144 -1.573748,-0.516603 l 0.237676,-0.475268 c 0.437216,0.218552 0.832867,0.327691 1.188096,0.327691 0.333233,0 0.594048,-0.07416 0.782733,-0.220679 0.188255,-0.147576 0.301094,-0.353401 0.301094,-0.614459 0,-0.32852 -0.229106,-0.609332 -0.649467,-0.844909 -0.388081,-0.212966 -1.163672,-0.657594 -1.163672,-0.657594 -0.420219,-0.306537 -0.630899,-0.635442 -0.630899,-1.177369 0,-0.448201 0.157117,-0.8104851 0.470925,-1.0860981 0.314521,-0.276185 0.720314,-0.414277 1.217234,-0.414277 0.513632,0 0.980701,0.137078 1.401348,0.410249 l -0.21368,0.4748241 C 12.94995,9.9744189 12.595007,9.8978179 12.245062,9.8978179 c -0.283955,0 -0.502776,0.06817 -0.655323,0.2053231 -0.153404,0.135964 -0.248247,0.310937 -0.248247,0.524188 0,0.327677 0.234106,0.611903 0.666322,0.852036 0.392938,0.21308 1.187526,0.666308 1.187526,0.666308 0.432216,0.305979 0.64761,0.632199 0.64761,1.169514" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "64771030__path28", fill: "#2c7493", fillOpacity: "1", fillRule: "evenodd", stroke: "none", strokeWidth: "0.0142834", d: "m 23.224597,7.4626489 c -0.535058,-0.01338 -0.94942,0.04001 -1.296936,0.187199 -0.10027,0.04007 -0.26053,0.04007 -0.274242,0.167101 0.05385,0.05339 0.06028,0.140206 0.107411,0.21408 0.07999,0.133693 0.220107,0.313908 0.347373,0.40775 0.140406,0.107011 0.280813,0.21358 0.428074,0.307151 0.26053,0.161131 0.554769,0.254316 0.808443,0.414834 0.147548,0.09346 0.294096,0.213694 0.441645,0.314235 0.07327,0.05345 0.119694,0.140492 0.213679,0.173572 v -0.02025 c -0.04713,-0.05998 -0.06028,-0.146905 -0.10684,-0.214137 -0.0667,-0.06633 -0.133693,-0.126879 -0.200682,-0.19344 -0.193969,-0.260673 -0.43493,-0.487751 -0.695032,-0.67495 -0.214109,-0.147462 -0.68232,-0.348044 -0.768878,-0.594648 0,0 -0.007,-0.0071 -0.01357,-0.01367 0.147119,-0.01357 0.321233,-0.06713 0.461498,-0.107683 0.226963,-0.05999 0.434216,-0.04642 0.668178,-0.106411 0.107126,-0.02694 0.214109,-0.06059 0.32152,-0.09346 v -0.06059 c -0.12098,-0.120067 -0.207538,-0.280755 -0.334517,-0.394295 -0.34066,-0.294038 -0.715458,-0.581278 -1.103111,-0.822311 -0.207538,-0.133736 -0.474924,-0.220222 -0.695603,-0.334147 -0.07984,-0.04018 -0.213394,-0.05998 -0.260387,-0.127208 -0.120409,-0.14702 -0.187541,-0.340632 -0.274242,-0.514718 -0.193683,-0.36727 -0.381224,-0.774919 -0.548056,-1.163286 -0.120265,-0.26053 -0.193825,-0.52106 -0.340944,-0.761878 -0.688891,-1.136676 -1.437343,-1.824852 -2.58716,-2.50017301 -0.247388,-0.140549 -0.541485,-0.200682 -0.855434,-0.274242 -0.167402,-0.007 -0.334375,-0.02 -0.501491,-0.02657 -0.107126,-0.04699 -0.214252,-0.174115 -0.307665,-0.234249 -0.381226,-0.240533 -1.363497,-0.761878 -1.644453,-0.07342 -0.180542,0.434787 0.267386,0.86243301 0.421219,1.08311201 0.113553,0.153547 0.260816,0.327663 0.34066,0.501206 0.04685,0.113696 0.06028,0.234249 0.107268,0.354372 0.106841,0.294096 0.206967,0.621758 0.347659,0.896 0.07327,0.140406 0.153405,0.287669 0.246961,0.414077 0.05399,0.07399 0.147262,0.106983 0.167402,0.227678 -0.09327,0.13355 -0.100556,0.33409 -0.153976,0.501349 -0.240533,0.755451 -0.147119,1.691358 0.193969,2.246127 0.106697,0.167102 0.361086,0.534901 0.702031,0.39418 0.300809,-0.120124 0.233962,-0.501192 0.320806,-0.835238 0.02,-0.08079 0.0066,-0.133793 0.04656,-0.187199 v 0.01351 c 0.09356,0.186913 0.1874,0.366956 0.274242,0.554769 0.207539,0.327234 0.568195,0.66825 0.869291,0.895328 0.159974,0.120795 0.287097,0.327691 0.487636,0.401451 v -0.0202 h -0.01314 c -0.04028,-0.05999 -0.10027,-0.08693 -0.153833,-0.133521 -0.120265,-0.12041 -0.253673,-0.267544 -0.347658,-0.401165 -0.28067,-0.374212 -0.528344,-0.788932 -0.748453,-1.21672 -0.107268,-0.207724 -0.200681,-0.434802 -0.287668,-0.641912 -0.03999,-0.07984 -0.03999,-0.200525 -0.106983,-0.240533 -0.100555,0.146905 -0.247245,0.274113 -0.320663,0.454056 -0.127122,0.287797 -0.140405,0.642026 -0.18754,1.009881 -0.02657,0.007 -0.01314,0 -0.02657,0.01328 -0.21368,-0.05345 -0.28724,-0.274013 -0.367655,-0.460584 -0.20054,-0.475267 -0.234249,-1.237331 -0.06013,-1.785529 0.04656,-0.14012 0.247675,-0.581336 0.167116,-0.715029 -0.04042,-0.127551 -0.173972,-0.200396 -0.247389,-0.301095 -0.0867,-0.126979 -0.180828,-0.287097 -0.24039,-0.427788 -0.160546,-0.374227 -0.241247,-0.788875 -0.414505,-1.163101 -0.08027,-0.174115 -0.220965,-0.354657 -0.334232,-0.514775 -0.127266,-0.180542 -0.26753,-0.30752201 -0.367942,-0.52120201 -0.03314,-0.0737 -0.07999,-0.194112 -0.02671,-0.274099 0.01314,-0.05356 0.04028,-0.0737 0.09384,-0.08713 0.08641,-0.07356 0.334089,0.01985 0.42079,0.05999 0.247532,0.09998 0.454785,0.194112 0.661752,0.334232 0.0937,0.06699 0.193969,0.19397 0.314092,0.227678 h 0.140692 c 0.213823,0.04642 0.454642,0.013 0.655324,0.07342 0.354087,0.113554 0.674892,0.28067 0.962561,0.461212 0.875432,0.554912 1.59746,1.343929 2.085239,2.28635 0.08042,0.153547 0.114124,0.294096 0.187541,0.454213 0.140406,0.328234 0.314378,0.662466 0.454499,0.983029 0.140264,0.314236 0.274242,0.634842 0.475067,0.895957 0.09998,0.140149 0.501206,0.213695 0.681749,0.287283 0.133406,0.05998 0.340945,0.113539 0.461355,0.18697 0.227249,0.140149 0.45407,0.300838 0.668321,0.454842 0.106697,0.08023 0.441073,0.24716 0.461213,0.381068" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "00d96424__path30", fill: "#f18513", fillOpacity: "1", fillRule: "nonzero", stroke: "none", strokeWidth: "0.0142834", d: "m 22.745531,14.848256 h 0.14669 V 14.285332 H 23.08419 V 14.17035 h -0.538057 v 0.114982 h 0.199398 z m 1.11625,0 h 0.138263 V 14.17035 h -0.207966 l -0.169259,0.462083 -0.184257,-0.462083 h -0.200396 v 0.677906 h 0.130837 v -0.515932 h 0.0074 l 0.192969,0.515932 h 0.0997 l 0.192684,-0.515932 v 0.515932" })
|
|
13
|
+
] });
|
|
14
|
+
};
|
|
15
|
+
var logo_default = MysqlLogo;
|
|
16
|
+
export {
|
|
17
|
+
MysqlLogo,
|
|
18
|
+
logo_default as default
|
|
19
|
+
};
|
package/dist/neovim/icon.cjs
CHANGED
|
@@ -24,28 +24,28 @@ __export(icon_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(icon_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NeovimIcon = (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)("title", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9477b0c4__svg6", version: "1.1", viewBox: "0 0 24 29.16", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "1f99a2e8__title1", children: "neovim-mark@2x" }),
|
|
29
29
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "e850e66c__defs6", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "58ee2b5f__linearGradient-1", x1: "167.95833", x2: "167.95833", y1: "-0.46142399", y2: "335.45523", gradientTransform: "scale(0.46142398,2.1672042)", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "7f164ee9__stop1", offset: "0%", stopColor: "#16B0ED", stopOpacity: "0.800235524" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "a0868c22__stop2", offset: "100%", stopColor: "#0F59B2", stopOpacity: "0.83700023" })
|
|
34
34
|
] }),
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "6e370dc4__linearGradient-2", x1: "1118.3427", x2: "1118.3427", y1: "-0.46586797", y2: "338.68604", gradientTransform: "scale(0.46586797,2.1465309)", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "e80495d9__stop3", offset: "0%", stopColor: "#7DB643" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "2b4cf5ca__stop4", offset: "100%", stopColor: "#367533" })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "721f0720__linearGradient-3", x1: "356.33795", x2: "356.33795", y1: "0", y2: "612.90131", gradientTransform: "scale(0.84189739,1.1877932)", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "f20a45d7__stop5", offset: "0%", stopColor: "#88C649", stopOpacity: "0.8" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "ddf0ab0c__stop6", offset: "100%", stopColor: "#439240", stopOpacity: "0.84" })
|
|
42
42
|
] })
|
|
43
43
|
] }),
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "315157da__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.04,0,0,0.04,-0.08,-0.08)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "aa7c6cc1__mark-copy", transform: "translate(2,3)", children: [
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a23c86a7__Left---green", fill: "url(#58ee2b5f__linearGradient-1)", d: "M 0,155.5704 155,-1 V 727 L 0,572.23792 Z" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3731bd76__Right---blue", fill: "url(#6e370dc4__linearGradient-2)", d: "M 443.0604,156.9824 600,-1 596.81879,727 442,572.21994 Z", transform: "matrix(-1,0,0,1,1042,0)" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "21dee665__Cross---blue", fill: "url(#721f0720__linearGradient-3)", d: "M 154.98629,0 558,615.1897 445.2246,728 42,114.17202 Z" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e1ac484a__Shadow", fill: "#000000", fillOpacity: "0.13", d: "M 155,283.83232 154.78675,308 31,124.71061 42.461949,113 Z" })
|
|
49
49
|
] }) })
|
|
50
50
|
] });
|
|
51
51
|
};
|
package/dist/neovim/icon.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NeovimIcon = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("title", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "9477b0c4__svg6", version: "1.1", viewBox: "0 0 24 29.16", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("title", { id: "1f99a2e8__title1", children: "neovim-mark@2x" }),
|
|
5
5
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
6
|
-
/* @__PURE__ */ jsxs("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
6
|
+
/* @__PURE__ */ jsxs("defs", { id: "e850e66c__defs6", children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "58ee2b5f__linearGradient-1", x1: "167.95833", x2: "167.95833", y1: "-0.46142399", y2: "335.45523", gradientTransform: "scale(0.46142398,2.1672042)", gradientUnits: "userSpaceOnUse", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { id: "7f164ee9__stop1", offset: "0%", stopColor: "#16B0ED", stopOpacity: "0.800235524" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { id: "a0868c22__stop2", offset: "100%", stopColor: "#0F59B2", stopOpacity: "0.83700023" })
|
|
10
10
|
] }),
|
|
11
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
12
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
13
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
11
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "6e370dc4__linearGradient-2", x1: "1118.3427", x2: "1118.3427", y1: "-0.46586797", y2: "338.68604", gradientTransform: "scale(0.46586797,2.1465309)", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { id: "e80495d9__stop3", offset: "0%", stopColor: "#7DB643" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { id: "2b4cf5ca__stop4", offset: "100%", stopColor: "#367533" })
|
|
14
14
|
] }),
|
|
15
|
-
/* @__PURE__ */ jsxs("linearGradient", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("stop", { id: "
|
|
15
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "721f0720__linearGradient-3", x1: "356.33795", x2: "356.33795", y1: "0", y2: "612.90131", gradientTransform: "scale(0.84189739,1.1877932)", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { id: "f20a45d7__stop5", offset: "0%", stopColor: "#88C649", stopOpacity: "0.8" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { id: "ddf0ab0c__stop6", offset: "100%", stopColor: "#439240", stopOpacity: "0.84" })
|
|
18
18
|
] })
|
|
19
19
|
] }),
|
|
20
|
-
/* @__PURE__ */ jsx("g", { id: "
|
|
21
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
22
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
23
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
24
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
20
|
+
/* @__PURE__ */ jsx("g", { id: "315157da__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.04,0,0,0.04,-0.08,-0.08)", children: /* @__PURE__ */ jsxs("g", { id: "aa7c6cc1__mark-copy", transform: "translate(2,3)", children: [
|
|
21
|
+
/* @__PURE__ */ jsx("path", { id: "a23c86a7__Left---green", fill: "url(#58ee2b5f__linearGradient-1)", d: "M 0,155.5704 155,-1 V 727 L 0,572.23792 Z" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { id: "3731bd76__Right---blue", fill: "url(#6e370dc4__linearGradient-2)", d: "M 443.0604,156.9824 600,-1 596.81879,727 442,572.21994 Z", transform: "matrix(-1,0,0,1,1042,0)" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { id: "21dee665__Cross---blue", fill: "url(#721f0720__linearGradient-3)", d: "M 154.98629,0 558,615.1897 445.2246,728 42,114.17202 Z" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { id: "e1ac484a__Shadow", fill: "#000000", fillOpacity: "0.13", d: "M 155,283.83232 154.78675,308 31,124.71061 42.461949,113 Z" })
|
|
25
25
|
] }) })
|
|
26
26
|
] });
|
|
27
27
|
};
|
|
@@ -24,26 +24,26 @@ __export(logo_mono_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_mono_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NeovimLogoMono = (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)("title", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5c0da646__svg4", version: "1.1", viewBox: "0 0 24.000002 7.1237064", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "edb23610__title1", children: "neovim-1color@2x" }),
|
|
29
29
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
34
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "d66f6569__defs1" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "7fe1a200__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.03283296,0,0,0.03283296,0.03194185,-0.0936287)", children: [
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "8bdcb255__mark-copy", transform: "translate(1,3)", children: [
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9af33914__Left---green", stroke: "#333333", strokeWidth: "4", d: "M 0.02714063,45.458544 7.656878,37.755371 45.223647,93.699003 45.223646,211.99833 0.02714063,166.89384 Z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "5bd66ae0__Right---blue", fill: "#333333", d: "M 129.33671,45.889361 175.15234,-0.14833204 V 117.71914 l -38.32918,57.63759 c 0,0 -7.79602,-8.46289 -7.79602,-8.46289 z", transform: "matrix(-1,0,0,1,304,0)" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2de8d3b1__Cross---blue", fill: "#333333", d: "M 45.193511,-0.13667814 162.69969,179.17338 129.81792,212.05433 12.250244,33.141173 Z" })
|
|
36
36
|
] }),
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "
|
|
38
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
42
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "cae783d9__wordmark", fill: "#444444", transform: "translate(217,32)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "99fcb1cf__Group", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "2fd195f4__g4", transform: "translate(0,29)", children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "e6d0aced__Shape", d: "M 0,95 V 5.4401583 h 4.6547315 c 1.5503836,0 2.4455242,0.7506824 2.6854219,2.2502472 L 8.1457801,21.191889 C 12.204348,16.032522 16.932481,11.875866 22.33376,8.7255193 27.733248,5.5751731 33.746803,4 40.370844,4 c 4.892839,0 9.205627,0.7812859 12.934783,2.3402572 3.729156,1.5607715 6.817391,3.8110188 9.264705,6.7507418 2.447315,2.941523 4.296676,6.480712 5.549873,10.621167 C 69.373401,27.852621 70,32.533135 70,37.753709 V 95 H 61.496164 V 37.753709 c 0,-8.401523 -1.91023,-14.986647 -5.728901,-19.757171 -3.82046,-4.770524 -9.667519,-7.155786 -17.544757,-7.155786 -5.850639,0 -11.278772,1.515766 -16.29156,4.545499 -5.012787,3.031533 -9.488491,7.18639 -13.4271097,12.46637 V 95 Z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0d1ab9fc__path1", d: "m 123.62381,4 c 5.06667,0 9.75514,0.8678906 14.06905,2.6054687 4.31209,1.7375782 8.05238,4.2675783 11.21904,7.5917973 3.16667,3.324218 5.63848,7.412109 7.41905,12.263671 C 158.10971,31.3125 159,36.882812 159,43.171875 c 0,1.317109 -0.19543,2.215547 -0.5881,2.695312 -0.39266,0.479766 -1.00971,0.71875 -1.85114,0.71875 H 91.595238 v 1.707032 c 0,6.707734 0.783524,12.608672 2.352381,17.699218 1.567048,5.090547 3.8,9.358125 6.695241,12.802735 2.89524,3.444609 6.39305,6.033906 10.49524,7.771484 4.10038,1.737578 8.68571,2.605469 13.75238,2.605469 4.52381,0 8.44504,-0.494141 11.7619,-1.482422 3.31686,-0.988281 6.10714,-2.096953 8.36905,-3.324219 2.2619,-1.227265 4.05695,-2.335937 5.38333,-3.324218 1.32638,-0.988282 2.29267,-1.482422 2.89524,-1.482422 0.78352,0 1.3879,0.300078 1.80952,0.898437 l 2.35238,2.875 c -1.44761,1.796875 -3.36209,3.475156 -5.74523,5.03125 -2.38315,1.557891 -5.03772,2.891172 -7.96191,3.998047 -2.926,1.108672 -6.0619,1.990938 -9.40952,2.650391 C 130.99762,95.669375 127.63552,96 124.25714,96 118.10476,96 112.49524,94.93625 107.42857,92.810547 102.3619,90.684844 98.013619,87.585234 94.385524,83.511719 90.755619,79.438203 87.950857,74.451875 85.971238,68.552734 83.98981,62.653594 83,55.899141 83,48.292969 83,41.885312 83.919238,35.97 85.759524,30.548828 87.59981,25.127656 90.252571,20.455781 93.721429,16.533203 97.188476,12.610625 101.44086,9.5415625 106.47857,7.3242187 111.51267,5.1086719 117.22895,4 123.62381,4 Z m 0.57283,6 c -4.69557,0 -8.90382,0.701754 -12.6229,2.105263 -3.72092,1.403509 -6.93618,3.421053 -9.64947,6.052632 -2.713278,2.631579 -4.908087,5.789473 -6.586255,9.473684 C 93.659847,31.315789 92.549618,35.438597 92,40 h 60 c 0,-4.678947 -0.67237,-8.873684 -2.01343,-12.587719 -1.34291,-3.712281 -3.23176,-6.856141 -5.67023,-9.429825 -2.43848,-2.57193 -5.36611,-4.545614 -8.78107,-5.921052 C 132.12214,10.687719 128.34259,10 124.19664,10 Z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "1e6d3e84__path2", d: "m 208.54576,4 c 6.52652,0 12.36855,1.0925 17.52425,3.2792969 5.15387,2.1867969 9.50062,5.2864061 13.04024,9.2988281 3.5378,4.012422 6.23736,8.849609 8.09868,14.509766 1.86132,5.660156 2.79107,11.99414 2.79107,19.001953 0,7.007812 -0.93158,13.327422 -2.79107,18.957031 -1.86132,5.631406 -4.56088,10.452422 -8.09868,14.464844 -3.53962,4.012422 -7.88637,7.097656 -13.04024,9.253906 C 220.91431,94.921875 215.07228,96 208.54576,96 202.0174,96 196.1772,94.921875 191.0215,92.765625 c -5.1557,-2.15625 -9.51709,-5.241484 -13.086,-9.253906 -3.56891,-4.012422 -6.28494,-8.835235 -8.14443,-14.464844 C 167.92975,63.417266 167,57.097656 167,50.089844 c 0,-7.007813 0.92975,-13.341797 2.79107,-19.001953 1.86132,-5.660157 4.57552,-10.495547 8.14443,-14.509766 3.56891,-4.012422 7.9303,-7.1120312 13.086,-9.2988281 C 196.1772,5.0942969 202.0174,4 208.54576,4 Z m -0.50075,86 c 5.34143,0 10.00596,-0.918352 13.99718,-2.756865 3.98943,-1.838513 7.31995,-4.474256 9.99157,-7.909039 2.66981,-3.434782 4.66452,-7.576407 5.98593,-12.42849 C 239.3375,62.055332 240,56.617529 240,50.590389 c 0,-5.965675 -0.6607,-11.389016 -1.98031,-16.270023 -1.32141,-4.881007 -3.31612,-9.053364 -5.98593,-12.518879 -2.66982,-3.463707 -6.00034,-6.130183 -9.99157,-7.999427 C 218.05097,11.934622 213.38464,11 208.04501,11 c -5.33964,0 -10.00777,0.934622 -13.99719,2.80206 -3.99122,1.869244 -7.32174,4.53572 -9.99156,7.999427 -2.67162,3.465515 -4.68073,7.637872 -6.03094,12.518879 C 176.6751,39.201373 176,44.624714 176,50.590389 c 0,6.025332 0.6751,11.464943 2.02532,16.315217 1.35021,4.852083 3.35932,8.993708 6.03094,12.42849 2.66982,3.434783 6.00034,6.070526 9.99156,7.909039 C 198.03724,89.081648 202.70357,90 208.04501,90 Z" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a65acdf2__path3", d: "M 303.56978,93 H 283.51973 L 247,1 h 18.34937 c 1.61117,0 2.96813,0.3891618 4.07267,1.165692 1.10275,0.7783236 1.86537,1.762885 2.28248,2.9590643 l 17.72281,49.1384017 c 1.01325,2.869396 1.86537,5.67961 2.55101,8.42885 0.68565,2.751033 1.29789,5.500273 1.83494,8.249512 0.53706,-2.749239 1.14751,-5.498479 1.83494,-8.249512 0.68564,-2.74924 1.56641,-5.559454 2.64052,-8.42885 L 316.45909,5.1247563 C 316.87621,3.928577 317.62271,2.9440156 318.69682,2.165692 319.77093,1.3891618 321.0527,1 322.54572,1 H 340 Z" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "65dfe438__path4", d: "M 383,94 V 1.4433781 h 13.62391 c 2.8868,0 4.77946,1.353167 5.68159,4.059501 l 1.4434,6.8560459 c 1.62383,-1.804223 3.32344,-3.4586947 5.09702,-4.9616121 1.77358,-1.5029175 3.66804,-2.7965452 5.68339,-3.8790787 2.01355,-1.0825336 4.17865,-1.9395394 6.49531,-2.57101731 C 423.33948,0.31573896 425.87986,0 428.64939,0 c 5.83135,0 10.62885,1.5786948 14.38892,4.7360844 3.75825,3.1573897 6.57108,7.3522076 8.43488,12.5844526 1.4434,-3.067178 3.24765,-5.697735 5.41275,-7.8934737 2.16511,-2.1939347 4.54131,-3.9837236 7.1268,-5.3675623 2.58549,-1.3820346 5.33698,-2.4050288 8.25446,-3.06717854 C 475.18287,0.33017275 478.11478,0 481.06293,0 c 5.11144,0 9.65275,0.78303263 13.6221,2.3454894 3.96936,1.5642611 7.30723,3.8484069 10.0136,6.8560461 2.70638,3.0076395 4.76684,6.6756235 6.17957,11.0057585 C 512.29093,24.537428 513,29.49904 513,35.092131 V 94 H 490.71568 V 35.092131 c 0,-5.894396 -1.29365,-10.329175 -3.87734,-13.306143 -2.5873,-2.976967 -6.37623,-4.465451 -11.3686,-4.465451 -2.28598,0 -4.40418,0.391517 -6.35818,1.172745 -1.95581,0.783033 -3.66985,1.910672 -5.14393,3.382918 -1.47227,1.474049 -2.6306,3.323378 -3.47318,5.547984 -0.84259,2.224607 -1.26298,4.78119 -1.26298,7.667947 V 94 H 436.86054 V 35.092131 c 0,-6.193897 -1.24854,-10.704454 -3.74382,-13.53167 -2.49708,-2.825413 -6.17956,-4.239924 -11.05105,-4.239924 -3.18991,0 -6.17956,0.797467 -8.97615,2.390595 -2.7984,1.593129 -5.39833,3.774434 -7.80339,6.540307 V 94 Z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "23a74588__Rectangle", width: "23", height: "92", x: "345", y: "2" })
|
|
45
45
|
] }),
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "96ed7fc3__rect4", width: "23", height: "19", x: "345", y: "0" })
|
|
47
47
|
] }) })
|
|
48
48
|
] })
|
|
49
49
|
] });
|
package/dist/neovim/logo-mono.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const NeovimLogoMono = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("title", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "5c0da646__svg4", version: "1.1", viewBox: "0 0 24.000002 7.1237064", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("title", { id: "edb23610__title1", children: "neovim-1color@2x" }),
|
|
5
5
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
6
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
7
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
6
|
+
/* @__PURE__ */ jsx("defs", { id: "d66f6569__defs1" }),
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { id: "7fe1a200__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.03283296,0,0,0.03283296,0.03194185,-0.0936287)", children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { id: "8bdcb255__mark-copy", transform: "translate(1,3)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "9af33914__Left---green", stroke: "#333333", strokeWidth: "4", d: "M 0.02714063,45.458544 7.656878,37.755371 45.223647,93.699003 45.223646,211.99833 0.02714063,166.89384 Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "5bd66ae0__Right---blue", fill: "#333333", d: "M 129.33671,45.889361 175.15234,-0.14833204 V 117.71914 l -38.32918,57.63759 c 0,0 -7.79602,-8.46289 -7.79602,-8.46289 z", transform: "matrix(-1,0,0,1,304,0)" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "2de8d3b1__Cross---blue", fill: "#333333", d: "M 45.193511,-0.13667814 162.69969,179.17338 129.81792,212.05433 12.250244,33.141173 Z" })
|
|
12
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsx("g", { id: "
|
|
14
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
18
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
19
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
20
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
13
|
+
/* @__PURE__ */ jsx("g", { id: "cae783d9__wordmark", fill: "#444444", transform: "translate(217,32)", children: /* @__PURE__ */ jsxs("g", { id: "99fcb1cf__Group", children: [
|
|
14
|
+
/* @__PURE__ */ jsxs("g", { id: "2fd195f4__g4", transform: "translate(0,29)", children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", { id: "e6d0aced__Shape", d: "M 0,95 V 5.4401583 h 4.6547315 c 1.5503836,0 2.4455242,0.7506824 2.6854219,2.2502472 L 8.1457801,21.191889 C 12.204348,16.032522 16.932481,11.875866 22.33376,8.7255193 27.733248,5.5751731 33.746803,4 40.370844,4 c 4.892839,0 9.205627,0.7812859 12.934783,2.3402572 3.729156,1.5607715 6.817391,3.8110188 9.264705,6.7507418 2.447315,2.941523 4.296676,6.480712 5.549873,10.621167 C 69.373401,27.852621 70,32.533135 70,37.753709 V 95 H 61.496164 V 37.753709 c 0,-8.401523 -1.91023,-14.986647 -5.728901,-19.757171 -3.82046,-4.770524 -9.667519,-7.155786 -17.544757,-7.155786 -5.850639,0 -11.278772,1.515766 -16.29156,4.545499 -5.012787,3.031533 -9.488491,7.18639 -13.4271097,12.46637 V 95 Z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "0d1ab9fc__path1", d: "m 123.62381,4 c 5.06667,0 9.75514,0.8678906 14.06905,2.6054687 4.31209,1.7375782 8.05238,4.2675783 11.21904,7.5917973 3.16667,3.324218 5.63848,7.412109 7.41905,12.263671 C 158.10971,31.3125 159,36.882812 159,43.171875 c 0,1.317109 -0.19543,2.215547 -0.5881,2.695312 -0.39266,0.479766 -1.00971,0.71875 -1.85114,0.71875 H 91.595238 v 1.707032 c 0,6.707734 0.783524,12.608672 2.352381,17.699218 1.567048,5.090547 3.8,9.358125 6.695241,12.802735 2.89524,3.444609 6.39305,6.033906 10.49524,7.771484 4.10038,1.737578 8.68571,2.605469 13.75238,2.605469 4.52381,0 8.44504,-0.494141 11.7619,-1.482422 3.31686,-0.988281 6.10714,-2.096953 8.36905,-3.324219 2.2619,-1.227265 4.05695,-2.335937 5.38333,-3.324218 1.32638,-0.988282 2.29267,-1.482422 2.89524,-1.482422 0.78352,0 1.3879,0.300078 1.80952,0.898437 l 2.35238,2.875 c -1.44761,1.796875 -3.36209,3.475156 -5.74523,5.03125 -2.38315,1.557891 -5.03772,2.891172 -7.96191,3.998047 -2.926,1.108672 -6.0619,1.990938 -9.40952,2.650391 C 130.99762,95.669375 127.63552,96 124.25714,96 118.10476,96 112.49524,94.93625 107.42857,92.810547 102.3619,90.684844 98.013619,87.585234 94.385524,83.511719 90.755619,79.438203 87.950857,74.451875 85.971238,68.552734 83.98981,62.653594 83,55.899141 83,48.292969 83,41.885312 83.919238,35.97 85.759524,30.548828 87.59981,25.127656 90.252571,20.455781 93.721429,16.533203 97.188476,12.610625 101.44086,9.5415625 106.47857,7.3242187 111.51267,5.1086719 117.22895,4 123.62381,4 Z m 0.57283,6 c -4.69557,0 -8.90382,0.701754 -12.6229,2.105263 -3.72092,1.403509 -6.93618,3.421053 -9.64947,6.052632 -2.713278,2.631579 -4.908087,5.789473 -6.586255,9.473684 C 93.659847,31.315789 92.549618,35.438597 92,40 h 60 c 0,-4.678947 -0.67237,-8.873684 -2.01343,-12.587719 -1.34291,-3.712281 -3.23176,-6.856141 -5.67023,-9.429825 -2.43848,-2.57193 -5.36611,-4.545614 -8.78107,-5.921052 C 132.12214,10.687719 128.34259,10 124.19664,10 Z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { id: "1e6d3e84__path2", d: "m 208.54576,4 c 6.52652,0 12.36855,1.0925 17.52425,3.2792969 5.15387,2.1867969 9.50062,5.2864061 13.04024,9.2988281 3.5378,4.012422 6.23736,8.849609 8.09868,14.509766 1.86132,5.660156 2.79107,11.99414 2.79107,19.001953 0,7.007812 -0.93158,13.327422 -2.79107,18.957031 -1.86132,5.631406 -4.56088,10.452422 -8.09868,14.464844 -3.53962,4.012422 -7.88637,7.097656 -13.04024,9.253906 C 220.91431,94.921875 215.07228,96 208.54576,96 202.0174,96 196.1772,94.921875 191.0215,92.765625 c -5.1557,-2.15625 -9.51709,-5.241484 -13.086,-9.253906 -3.56891,-4.012422 -6.28494,-8.835235 -8.14443,-14.464844 C 167.92975,63.417266 167,57.097656 167,50.089844 c 0,-7.007813 0.92975,-13.341797 2.79107,-19.001953 1.86132,-5.660157 4.57552,-10.495547 8.14443,-14.509766 3.56891,-4.012422 7.9303,-7.1120312 13.086,-9.2988281 C 196.1772,5.0942969 202.0174,4 208.54576,4 Z m -0.50075,86 c 5.34143,0 10.00596,-0.918352 13.99718,-2.756865 3.98943,-1.838513 7.31995,-4.474256 9.99157,-7.909039 2.66981,-3.434782 4.66452,-7.576407 5.98593,-12.42849 C 239.3375,62.055332 240,56.617529 240,50.590389 c 0,-5.965675 -0.6607,-11.389016 -1.98031,-16.270023 -1.32141,-4.881007 -3.31612,-9.053364 -5.98593,-12.518879 -2.66982,-3.463707 -6.00034,-6.130183 -9.99157,-7.999427 C 218.05097,11.934622 213.38464,11 208.04501,11 c -5.33964,0 -10.00777,0.934622 -13.99719,2.80206 -3.99122,1.869244 -7.32174,4.53572 -9.99156,7.999427 -2.67162,3.465515 -4.68073,7.637872 -6.03094,12.518879 C 176.6751,39.201373 176,44.624714 176,50.590389 c 0,6.025332 0.6751,11.464943 2.02532,16.315217 1.35021,4.852083 3.35932,8.993708 6.03094,12.42849 2.66982,3.434783 6.00034,6.070526 9.99156,7.909039 C 198.03724,89.081648 202.70357,90 208.04501,90 Z" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { id: "a65acdf2__path3", d: "M 303.56978,93 H 283.51973 L 247,1 h 18.34937 c 1.61117,0 2.96813,0.3891618 4.07267,1.165692 1.10275,0.7783236 1.86537,1.762885 2.28248,2.9590643 l 17.72281,49.1384017 c 1.01325,2.869396 1.86537,5.67961 2.55101,8.42885 0.68565,2.751033 1.29789,5.500273 1.83494,8.249512 0.53706,-2.749239 1.14751,-5.498479 1.83494,-8.249512 0.68564,-2.74924 1.56641,-5.559454 2.64052,-8.42885 L 316.45909,5.1247563 C 316.87621,3.928577 317.62271,2.9440156 318.69682,2.165692 319.77093,1.3891618 321.0527,1 322.54572,1 H 340 Z" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { id: "65dfe438__path4", d: "M 383,94 V 1.4433781 h 13.62391 c 2.8868,0 4.77946,1.353167 5.68159,4.059501 l 1.4434,6.8560459 c 1.62383,-1.804223 3.32344,-3.4586947 5.09702,-4.9616121 1.77358,-1.5029175 3.66804,-2.7965452 5.68339,-3.8790787 2.01355,-1.0825336 4.17865,-1.9395394 6.49531,-2.57101731 C 423.33948,0.31573896 425.87986,0 428.64939,0 c 5.83135,0 10.62885,1.5786948 14.38892,4.7360844 3.75825,3.1573897 6.57108,7.3522076 8.43488,12.5844526 1.4434,-3.067178 3.24765,-5.697735 5.41275,-7.8934737 2.16511,-2.1939347 4.54131,-3.9837236 7.1268,-5.3675623 2.58549,-1.3820346 5.33698,-2.4050288 8.25446,-3.06717854 C 475.18287,0.33017275 478.11478,0 481.06293,0 c 5.11144,0 9.65275,0.78303263 13.6221,2.3454894 3.96936,1.5642611 7.30723,3.8484069 10.0136,6.8560461 2.70638,3.0076395 4.76684,6.6756235 6.17957,11.0057585 C 512.29093,24.537428 513,29.49904 513,35.092131 V 94 H 490.71568 V 35.092131 c 0,-5.894396 -1.29365,-10.329175 -3.87734,-13.306143 -2.5873,-2.976967 -6.37623,-4.465451 -11.3686,-4.465451 -2.28598,0 -4.40418,0.391517 -6.35818,1.172745 -1.95581,0.783033 -3.66985,1.910672 -5.14393,3.382918 -1.47227,1.474049 -2.6306,3.323378 -3.47318,5.547984 -0.84259,2.224607 -1.26298,4.78119 -1.26298,7.667947 V 94 H 436.86054 V 35.092131 c 0,-6.193897 -1.24854,-10.704454 -3.74382,-13.53167 -2.49708,-2.825413 -6.17956,-4.239924 -11.05105,-4.239924 -3.18991,0 -6.17956,0.797467 -8.97615,2.390595 -2.7984,1.593129 -5.39833,3.774434 -7.80339,6.540307 V 94 Z" }),
|
|
20
|
+
/* @__PURE__ */ jsx("rect", { id: "23a74588__Rectangle", width: "23", height: "92", x: "345", y: "2" })
|
|
21
21
|
] }),
|
|
22
|
-
/* @__PURE__ */ jsx("rect", { id: "
|
|
22
|
+
/* @__PURE__ */ jsx("rect", { id: "96ed7fc3__rect4", width: "23", height: "19", x: "345", y: "0" })
|
|
23
23
|
] }) })
|
|
24
24
|
] })
|
|
25
25
|
] });
|
package/dist/neovim/logo.cjs
CHANGED
|
@@ -24,40 +24,40 @@ __export(logo_exports, {
|
|
|
24
24
|
module.exports = __toCommonJS(logo_exports);
|
|
25
25
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
26
|
const NeovimLogo = (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)("title", { id: "
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d7b112e9__svg9", version: "1.1", viewBox: "0 0 23.999998 6.8926144", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "47764e69__title1", children: "neovim-logo@2x" }),
|
|
29
29
|
"Created with Sketch (http://www.bohemiancoding.com/sketch)",
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "
|
|
31
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
32
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
33
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "91d036fa__defs6", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "d322b437__linearGradient-1", x1: "49.021549", x2: "49.021549", y1: "-0.079835393", y2: "97.845657", gradientTransform: "scale(0.46153974,2.1666607)", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "55ade327__stop1", offset: "0%", stopColor: "#16B0ED", stopOpacity: "0.800235524" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "010c6ce0__stop2", offset: "100%", stopColor: "#0F59B2", stopOpacity: "0.83700023" })
|
|
34
34
|
] }),
|
|
35
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
36
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "2468de2a__linearGradient-2", x1: "326.17365", x2: "326.17365", y1: "-0.069164939", y2: "98.851547", gradientTransform: "scale(0.46628455,2.1446132)", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "fcf7dd56__stop3", offset: "0%", stopColor: "#7DB643" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "c8da2413__stop4", offset: "100%", stopColor: "#367533" })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
41
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "97a794d1__linearGradient-3", x1: "103.88479", x2: "103.88479", y1: "-0.11508821", y2: "178.55785", gradientTransform: "scale(0.84203823,1.1875945)", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "5de15582__stop5", offset: "0%", stopColor: "#88C649", stopOpacity: "0.8" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "1d624ef3__stop6", offset: "100%", stopColor: "#439240", stopOpacity: "0.84" })
|
|
42
42
|
] })
|
|
43
43
|
] }),
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "26af622e__Page-1", fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1", transform: "matrix(0.03247751,0,0,0.03247751,-0.03335897,-0.02685967)", children: [
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "9d9d7432__mark", transform: "translate(1,1)", children: [
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6b9d7ae8__Left---green", fill: "url(#d322b437__linearGradient-1)", d: "M 0.02714063,45.458544 45.223647,-0.17297621 45.223646,211.99833 0.02714063,166.89384 Z" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "02d78628__Right---blue", fill: "url(#2468de2a__linearGradient-2)", d: "M 129.33671,45.889361 175.15234,-0.14833204 174.22365,211.99833 129.02714,166.89384 Z", transform: "matrix(-1,0,0,1,304,0)" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "665ec87d__Cross---blue", fill: "url(#97a794d1__linearGradient-3)", d: "M 45.193511,-0.13667814 162.69969,179.17338 129.81792,212.05433 12.250244,33.141173 Z" }),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7a8a2852__Shadow", fill: "#000000", fillOpacity: "0.13", d: "m 45.233948,83.032105 -0.0625,7.0625 -36.2805789,-53.5625 3.3593749,-3.422181 z" })
|
|
50
50
|
] }),
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "
|
|
52
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
54
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
57
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "587c336d__wordmark", fill: "#444444", transform: "translate(227,30)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "229f9983__Group", children: [
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "8d7a78d4__g9", transform: "translate(0,29)", children: [
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9b70e469__Shape", d: "M 0,95 V 5.4401583 h 4.6547315 c 1.5503836,0 2.4455242,0.7506824 2.6854219,2.2502472 L 8.1457801,21.191889 C 12.204348,16.032522 16.932481,11.875866 22.33376,8.7255193 27.733248,5.5751731 33.746803,4 40.370844,4 c 4.892839,0 9.205627,0.7812859 12.934783,2.3402572 3.729156,1.5607715 6.817391,3.8110188 9.264705,6.7507418 2.447315,2.941523 4.296676,6.480712 5.549873,10.621167 C 69.373401,27.852621 70,32.533135 70,37.753709 V 95 H 61.496164 V 37.753709 c 0,-8.401523 -1.91023,-14.986647 -5.728901,-19.757171 -3.82046,-4.770524 -9.667519,-7.155786 -17.544757,-7.155786 -5.850639,0 -11.278772,1.515766 -16.29156,4.545499 -5.012787,3.031533 -9.488491,7.18639 -13.4271097,12.46637 V 95 Z" }),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a104b5a8__path6", d: "m 123.62381,4 c 5.06667,0 9.75514,0.8678906 14.06905,2.6054687 4.31209,1.7375782 8.05238,4.2675783 11.21904,7.5917973 3.16667,3.324218 5.63848,7.412109 7.41905,12.263671 C 158.10971,31.3125 159,36.882812 159,43.171875 c 0,1.317109 -0.19543,2.215547 -0.5881,2.695312 -0.39266,0.479766 -1.00971,0.71875 -1.85114,0.71875 H 91.595238 v 1.707032 c 0,6.707734 0.783524,12.608672 2.352381,17.699218 1.567048,5.090547 3.8,9.358125 6.695241,12.802735 2.89524,3.444609 6.39305,6.033906 10.49524,7.771484 4.10038,1.737578 8.68571,2.605469 13.75238,2.605469 4.52381,0 8.44504,-0.494141 11.7619,-1.482422 3.31686,-0.988281 6.10714,-2.096953 8.36905,-3.324219 2.2619,-1.227265 4.05695,-2.335937 5.38333,-3.324218 1.32638,-0.988282 2.29267,-1.482422 2.89524,-1.482422 0.78352,0 1.3879,0.300078 1.80952,0.898437 l 2.35238,2.875 c -1.44761,1.796875 -3.36209,3.475156 -5.74523,5.03125 -2.38315,1.557891 -5.03772,2.891172 -7.96191,3.998047 -2.926,1.108672 -6.0619,1.990938 -9.40952,2.650391 C 130.99762,95.669375 127.63552,96 124.25714,96 118.10476,96 112.49524,94.93625 107.42857,92.810547 102.3619,90.684844 98.013619,87.585234 94.385524,83.511719 90.755619,79.438203 87.950857,74.451875 85.971238,68.552734 83.98981,62.653594 83,55.899141 83,48.292969 83,41.885312 83.919238,35.97 85.759524,30.548828 87.59981,25.127656 90.252571,20.455781 93.721429,16.533203 97.188476,12.610625 101.44086,9.5415625 106.47857,7.3242187 111.51267,5.1086719 117.22895,4 123.62381,4 Z m 0.57283,6 c -4.69557,0 -8.90382,0.701754 -12.6229,2.105263 -3.72092,1.403509 -6.93618,3.421053 -9.64947,6.052632 -2.713278,2.631579 -4.908087,5.789473 -6.586255,9.473684 C 93.659847,31.315789 92.549618,35.438597 92,40 h 60 c 0,-4.678947 -0.67237,-8.873684 -2.01343,-12.587719 -1.34291,-3.712281 -3.23176,-6.856141 -5.67023,-9.429825 -2.43848,-2.57193 -5.36611,-4.545614 -8.78107,-5.921052 C 132.12214,10.687719 128.34259,10 124.19664,10 Z" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "825ea5e4__path7", d: "m 208.54576,4 c 6.52652,0 12.36855,1.0925 17.52425,3.2792969 5.15387,2.1867969 9.50062,5.2864061 13.04024,9.2988281 3.5378,4.012422 6.23736,8.849609 8.09868,14.509766 1.86132,5.660156 2.79107,11.99414 2.79107,19.001953 0,7.007812 -0.93158,13.327422 -2.79107,18.957031 -1.86132,5.631406 -4.56088,10.452422 -8.09868,14.464844 -3.53962,4.012422 -7.88637,7.097656 -13.04024,9.253906 C 220.91431,94.921875 215.07228,96 208.54576,96 202.0174,96 196.1772,94.921875 191.0215,92.765625 c -5.1557,-2.15625 -9.51709,-5.241484 -13.086,-9.253906 -3.56891,-4.012422 -6.28494,-8.835235 -8.14443,-14.464844 C 167.92975,63.417266 167,57.097656 167,50.089844 c 0,-7.007813 0.92975,-13.341797 2.79107,-19.001953 1.86132,-5.660157 4.57552,-10.495547 8.14443,-14.509766 3.56891,-4.012422 7.9303,-7.1120312 13.086,-9.2988281 C 196.1772,5.0942969 202.0174,4 208.54576,4 Z m -0.50075,86 c 5.34143,0 10.00596,-0.918352 13.99718,-2.756865 3.98943,-1.838513 7.31995,-4.474256 9.99157,-7.909039 2.66981,-3.434782 4.66452,-7.576407 5.98593,-12.42849 C 239.3375,62.055332 240,56.617529 240,50.590389 c 0,-5.965675 -0.6607,-11.389016 -1.98031,-16.270023 -1.32141,-4.881007 -3.31612,-9.053364 -5.98593,-12.518879 -2.66982,-3.463707 -6.00034,-6.130183 -9.99157,-7.999427 C 218.05097,11.934622 213.38464,11 208.04501,11 c -5.33964,0 -10.00777,0.934622 -13.99719,2.80206 -3.99122,1.869244 -7.32174,4.53572 -9.99156,7.999427 -2.67162,3.465515 -4.68073,7.637872 -6.03094,12.518879 C 176.6751,39.201373 176,44.624714 176,50.590389 c 0,6.025332 0.6751,11.464943 2.02532,16.315217 1.35021,4.852083 3.35932,8.993708 6.03094,12.42849 2.66982,3.434783 6.00034,6.070526 9.99156,7.909039 C 198.03724,89.081648 202.70357,90 208.04501,90 Z" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "076de0d5__path8", d: "M 303.56978,93 H 283.51973 L 247,1 h 18.34937 c 1.61117,0 2.96813,0.3891618 4.07267,1.165692 1.10275,0.7783236 1.86537,1.762885 2.28248,2.9590643 l 17.72281,49.1384017 c 1.01325,2.869396 1.86537,5.67961 2.55101,8.42885 0.68565,2.751033 1.29789,5.500273 1.83494,8.249512 0.53706,-2.749239 1.14751,-5.498479 1.83494,-8.249512 0.68564,-2.74924 1.56641,-5.559454 2.64052,-8.42885 L 316.45909,5.1247563 C 316.87621,3.928577 317.62271,2.9440156 318.69682,2.165692 319.77093,1.3891618 321.0527,1 322.54572,1 H 340 Z" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "7ff1e071__path9", d: "M 383,94 V 1.4433781 h 13.62391 c 2.8868,0 4.77946,1.353167 5.68159,4.059501 l 1.4434,6.8560459 c 1.62383,-1.804223 3.32344,-3.4586947 5.09702,-4.9616121 1.77358,-1.5029175 3.66804,-2.7965452 5.68339,-3.8790787 2.01355,-1.0825336 4.17865,-1.9395394 6.49531,-2.57101731 C 423.33948,0.31573896 425.87986,0 428.64939,0 c 5.83135,0 10.62885,1.5786948 14.38892,4.7360844 3.75825,3.1573897 6.57108,7.3522076 8.43488,12.5844526 1.4434,-3.067178 3.24765,-5.697735 5.41275,-7.8934737 2.16511,-2.1939347 4.54131,-3.9837236 7.1268,-5.3675623 2.58549,-1.3820346 5.33698,-2.4050288 8.25446,-3.06717854 C 475.18287,0.33017275 478.11478,0 481.06293,0 c 5.11144,0 9.65275,0.78303263 13.6221,2.3454894 3.96936,1.5642611 7.30723,3.8484069 10.0136,6.8560461 2.70638,3.0076395 4.76684,6.6756235 6.17957,11.0057585 C 512.29093,24.537428 513,29.49904 513,35.092131 V 94 H 490.71568 V 35.092131 c 0,-5.894396 -1.29365,-10.329175 -3.87734,-13.306143 -2.5873,-2.976967 -6.37623,-4.465451 -11.3686,-4.465451 -2.28598,0 -4.40418,0.391517 -6.35818,1.172745 -1.95581,0.783033 -3.66985,1.910672 -5.14393,3.382918 -1.47227,1.474049 -2.6306,3.323378 -3.47318,5.547984 -0.84259,2.224607 -1.26298,4.78119 -1.26298,7.667947 V 94 H 436.86054 V 35.092131 c 0,-6.193897 -1.24854,-10.704454 -3.74382,-13.53167 -2.49708,-2.825413 -6.17956,-4.239924 -11.05105,-4.239924 -3.18991,0 -6.17956,0.797467 -8.97615,2.390595 -2.7984,1.593129 -5.39833,3.774434 -7.80339,6.540307 V 94 Z" }),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "726defce__Rectangle", width: "23", height: "92", x: "345", y: "2" })
|
|
59
59
|
] }),
|
|
60
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "
|
|
60
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "e1616e80__rect9", width: "23", height: "19", x: "345", y: "0" })
|
|
61
61
|
] }) })
|
|
62
62
|
] })
|
|
63
63
|
] });
|