UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

13 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = (0, tslib_1.__importStar)(require("react")); var SynapseIconWhite = function (props) { return (React.createElement("svg", (0, tslib_1.__assign)({}, props, { width: "30", height: "33", viewBox: "0 0 30 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }), React.createElement("path", { d: "M7.80432 14.0604L20.8862 6.64159", stroke: "#F8F9FA" }), React.createElement("path", { d: "M25.2369 8.80366L25.2369 23.9155", stroke: "#F8F9FA" }), React.createElement("path", { d: "M7.62979 19.3677L20.5417 26.9974", stroke: "#F8F9FA" }), React.createElement("circle", { cx: "24.65", cy: "4.69524", r: "4.19524", stroke: "#F8F9FA" }), React.createElement("circle", { cx: "24.65", cy: "28.1713", r: "4.19524", stroke: "#F8F9FA" }), React.createElement("circle", { cx: "4.69524", cy: "16.4335", r: "4.19524", stroke: "#F8F9FA" }))); }; exports.default = SynapseIconWhite; //# sourceMappingURL=SynapseIconWhite.js.map