synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines • 818 B
JavaScript
;
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 PackagableFile = function (props) {
var fill = props.fill, style = props.style;
return (React.createElement(SvgIcon_1.default, { style: style },
React.createElement("path", { fill: fill, d: "M20.25 2.25H11.25L9 0H2.25C1.0125 0 0 1.0125 0 2.25V15.75C0 16.9875 1.0125 18 2.25 18H20.25C21.4875 18 22.5 16.9875 22.5 15.75V4.5C22.5 3.2625 21.4875 2.25 20.25 2.25ZM18 9H15.75V11.25H18V13.5H15.75V15.75H13.5V13.5H15.75V11.25H13.5V9H15.75V6.75H13.5V4.5H15.75V6.75H18V9Z" })));
};
exports.default = PackagableFile;
//# sourceMappingURL=PackagableFile.js.map