synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines • 620 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var core_1 = require("@material-ui/core");
var React = (0, tslib_1.__importStar)(require("react"));
var Login = function (props) {
var fill = props.fill, style = props.style;
return (React.createElement(core_1.SvgIcon, { style: style, className: "login" },
React.createElement("path", { d: "M9 4L7.6 5.4L10.2 8H0V10H10.2L7.6 12.6L9 14L14 9L9 4ZM18 16H10V18H18C19.1 18 20 17.1 20 16V2C20 0.9 19.1 0 18 0H10V2H18V16Z", fill: fill })));
};
exports.default = Login;
//# sourceMappingURL=Login.js.map