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

20 lines 2.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToolExperimental = void 0; var tslib_1 = require("tslib"); var React = (0, tslib_1.__importStar)(require("react")); var ToolExperimental = function () { return (React.createElement("svg", { width: "61", height: "76", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, React.createElement("g", { clipPath: "url(#ToolExperimentalClip0)" }, React.createElement("g", { clipPath: "url(#ToolExperimentalClip1)" }, React.createElement("g", { clipPath: "url(#ToolExperimentalClip2)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.602 4c-.599 0-1.077.4-1.077.902v1.904c0 .602.478 1.003 1.077 1.003V26.85L10.556 46.496c-3.35 4.41-1.077 7.917 5.147 7.917h31.595c6.224 0 8.498-3.507 5.147-7.917L39.4 26.85V7.81c.598 0 1.077-.401 1.077-1.003V4.902c0-.501-.479-.902-1.077-.902H23.602zm.598 30.669l-9.335 14.032-.12.1c-.12.2-.598.902-.718 1.303.36.1 1.436.1 1.676.1h31.595c.24 0 1.317 0 1.676-.1-.12-.401-.598-1.103-.838-1.303v-.2l-9.335-13.932h-14.6zm3.232-27.462v20.446L13.787 48.1v.1c-1.676 2.205-1.197 3.007 1.915 3.007h31.595c3.112 0 3.591-.802 1.915-3.007v-.1L35.45 27.653V7.207h-8.019z", fill: "#DCDCDC", className: "SRC-header-only-fill" }), React.createElement("path", { d: "M38.5 34.5h-14L14.5 50h34l-10-15.5z", fill: "#5BB0B5", className: "SRC-icon-fill" })))), React.createElement("defs", null, React.createElement("clipPath", { id: "ToolExperimentalClip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h61v76H0z" })), React.createElement("clipPath", { id: "ToolExperimentalClip1" }, React.createElement("path", { fill: "#fff", transform: "matrix(.69 0 0 .69 2 4)", d: "M0 0h85.507v85.507H0z" })), React.createElement("clipPath", { id: "ToolExperimentalClip2" }, React.createElement("path", { fill: "#fff", transform: "matrix(.69 0 0 .69 9 4)", d: "M0 0h65.217v73.063H0z" }))))); }; exports.ToolExperimental = ToolExperimental; //# sourceMappingURL=ToolExperimental.js.map