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

12 lines 620 B
"use strict"; 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