synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
14 lines • 757 B
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 Other = function (props) {
var fill = props.fill, style = props.style;
return (React.createElement(SvgIcon_1.default, { style: style },
React.createElement("circle", { cx: "4.71456", cy: "12.7146", r: "1.71456", fill: fill }),
React.createElement("circle", { cx: "11.5728", cy: "12.7146", r: "1.71456", fill: fill }),
React.createElement("circle", { cx: "18.431", cy: "12.7146", r: "1.71456", fill: fill })));
};
exports.default = Other;
//# sourceMappingURL=Other.js.map