synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
21 lines • 3.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = (0, tslib_1.__importStar)(require("react"));
var SvgIcon_1 = (0, tslib_1.__importDefault)(require("@material-ui/core/SvgIcon"));
var GeneExpression = function (props) {
var fill = props.fill, style = props.style;
return (React.createElement(SvgIcon_1.default, { style: style, className: "icon-gene-expression" },
React.createElement("path", { d: "M16.2599 8.28807C16.419 8.42065 16.6555 8.39916 16.7881 8.24005C16.9207 8.08095 16.8992 7.84449 16.7401 7.7119L16.2599 8.28807ZM13.2599 5.78807L16.2599 8.28807L16.7401 7.7119L13.7401 5.2119L13.2599 5.78807Z", fill: fill }),
React.createElement("path", { d: "M14 3.99999L17.5 6.49998", stroke: fill, strokeWidth: "0.75", strokeLinecap: "round" }),
React.createElement("path", { d: "M18.282 5.30513C18.4506 5.42551 18.6848 5.38648 18.8051 5.21795C18.9255 5.04942 18.8865 4.81521 18.718 4.69483L18.282 5.30513ZM14.782 2.80513L18.282 5.30513L18.718 4.69483L15.218 2.19483L14.782 2.80513Z", fill: fill }),
React.createElement("path", { d: "M3.74477 17.2183C5.40689 20.2027 4.0325 22.1489 3.11047 22.8347C2.96101 22.9458 2.75912 22.9308 2.60797 22.8219C2.32274 22.6166 2.34584 22.1783 2.58903 21.9246C3.83212 20.6275 3.41478 18.3253 2.99213 17.2183C1.93063 14.7277 2.09731 12.7366 2.72932 12.1208C4.06356 10.8208 6.8808 11.9041 7.95276 12.3603C11.8939 13.8382 13.0844 12.9077 13.8029 12.1208C14.6924 11.2313 14.0538 8.57426 13.5976 7.1602C12.6397 4.91594 12.979 3.19268 13.6027 2.64531C14.9627 1.45182 18.2109 2.09924 19.3884 2.38608C19.6478 2.44928 19.824 2.68356 19.8241 2.9506C22.8294 3.72162 21.3453 3.34095 19.8241 2.95071L18.7085 2.66454C13.5368 1.36317 13.6457 5.00051 14.3503 6.98914C15.5819 9.53446 15.7543 11.4024 15.0016 12.8393C13.4279 14.8235 9.68613 13.7287 7.7817 12.8393C2.69107 11.1697 2.96932 15.063 3.74477 17.2183Z", fill: fill }),
React.createElement("path", { d: "M11.9729 7.95569C11.8262 7.80954 11.5888 7.81001 11.4426 7.95675C11.2965 8.10348 11.2969 8.34092 11.4437 8.48708L11.9729 7.95569ZM15.2646 11.2343L11.9729 7.95569L11.4437 8.48708L14.7354 11.7657L15.2646 11.2343Z", fill: fill }),
React.createElement("path", { d: "M14 13L10.4592 9.41452", stroke: fill, strokeWidth: "0.75", strokeLinecap: "round" }),
React.createElement("path", { d: "M9.26399 10.3352C9.11689 10.1894 8.87945 10.1904 8.73366 10.3375C8.58787 10.4846 8.58892 10.7221 8.73602 10.8679L9.26399 10.3352ZM12.1271 13.1729L9.26399 10.3352L8.73602 10.8679L11.5991 13.7056L12.1271 13.1729Z", fill: fill }),
React.createElement("path", { d: "M4.96187 17.9987C5.08279 18.1668 5.31713 18.2051 5.48526 18.0841C5.6534 17.9632 5.69167 17.7289 5.57074 17.5607L4.96187 17.9987ZM2.68169 14.8284L4.96187 17.9987L5.57074 17.5607L3.29056 14.3904L2.68169 14.8284Z", fill: fill }),
React.createElement("path", { d: "M3.84506 13.2819L6.60938 16.5771", stroke: fill, strokeWidth: "0.75", strokeLinecap: "round" }),
React.createElement("path", { d: "M7.66516 15.6156C7.79826 15.7743 8.03479 15.795 8.19346 15.6619C8.35213 15.5288 8.37285 15.2923 8.23975 15.1336L7.66516 15.6156ZM4.90084 12.3204L7.66516 15.6156L8.23975 15.1336L5.47543 11.8384L4.90084 12.3204Z", fill: fill })));
};
exports.default = GeneExpression;
//# sourceMappingURL=GeneExpression.js.map