UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

63 lines (62 loc) 3.3 kB
import { jsx as r, jsxs as t } from "react/jsx-runtime"; import { ReactComponent as o } from "../../assets/homepage/aacr.svg.js"; import { ReactComponent as a } from "../../assets/homepage/cri.svg.js"; import { ReactComponent as n } from "../../assets/homepage/ctf.svg.js"; import { ReactComponent as f } from "../../assets/homepage/gff.svg.js"; import { ReactComponent as m } from "../../assets/homepage/gray.svg.js"; import { ReactComponent as l } from "../../assets/homepage/ml-commons.svg.js"; import { ReactComponent as p } from "../../assets/homepage/nci.svg.js"; import { ReactComponent as h } from "../../assets/homepage/nih-aging.svg.js"; import { ReactComponent as i } from "../../assets/homepage/nih-heart.svg.js"; import { ReactComponent as c } from "../../assets/homepage/nih-mental.svg.js"; import { ReactComponent as w } from "../../assets/homepage/ntap.svg.js"; import { ReactComponent as s } from "../../assets/homepage/sloan.svg.js"; import { Box as e } from "@mui/material"; function W() { return /* @__PURE__ */ r(e, { sx: { m: "auto", maxWidth: "1200px" }, children: /* @__PURE__ */ t( e, { sx: { display: "flex", flexWrap: "wrap", justifyContent: "center", alignItems: "center", gap: "25px" }, children: [ /* @__PURE__ */ r("a", { href: "https://sloan.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(s, {}) }), /* @__PURE__ */ r("a", { href: "https://www.aacr.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(o, {}) }), /* @__PURE__ */ r( "a", { href: "https://www.cancerresearch.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(a, {}) } ), /* @__PURE__ */ r("a", { href: "https://www.ctf.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(n, {}) }), /* @__PURE__ */ r( "a", { href: "https://gilbertfamilyfoundation.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(f, {}) } ), /* @__PURE__ */ r("a", { href: "http://grayfoundation.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(m, {}) }), /* @__PURE__ */ r("a", { href: "https://mlcommons.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(l, {}) }), /* @__PURE__ */ r("a", { href: "https://www.cancer.gov/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(p, {}) }), /* @__PURE__ */ r("a", { href: "https://www.nhlbi.nih.gov/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(i, {}) }), /* @__PURE__ */ r("a", { href: "https://www.nia.nih.gov/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(h, {}) }), /* @__PURE__ */ r("a", { href: "https://www.nimh.nih.gov/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(c, {}) }), /* @__PURE__ */ r("a", { href: "https://www.n-tap.org/", target: "_blank", rel: "noreferrer", children: /* @__PURE__ */ r(w, {}) }) ] } ) }); } export { W as SynapsePartners }; //# sourceMappingURL=SynapsePartners.js.map