synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
21 lines • 2.43 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 Docker = function (props) {
var fill = props.fill, style = props.style;
return (React.createElement(SvgIcon_1.default, { style: style },
React.createElement("path", { d: "M9.80371 2.02862V0.25H11.5823V2.02862H9.80371Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M9.80371 4.89239V3.11377H11.5823V4.89239H9.80371Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M9.80371 7.75616V5.97754H11.5823V7.75616H9.80371Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M7.03784 4.89239V3.11377H8.81646V4.89239H7.03784Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M7.03784 7.75616V5.97754H8.81646V7.75616H7.03784Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M4.27173 4.89239V3.11377H6.05035V4.89239H4.27173Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M4.27173 7.75616V5.97754H6.05035V7.75616H4.27173Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M1.53784 7.75616V5.97754H3.31646V7.75616H1.53784Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M12.5698 7.75616V5.97754H14.3484V7.75616H12.5698Z", fill: fill, fillOpacity: "0.3", stroke: "#878E95", strokeWidth: "0.5" }),
React.createElement("path", { d: "M7.44775 16.1249C-0.94099 16.1249 0.0355621 8.73759 0.0355621 8.73759C0.0355621 8.73759 11.6795 8.73759 14.0417 8.73759C16.4039 8.73759 17.1848 7.98873 17.1848 7.98873C17.1848 7.98873 15.8507 6.26331 17.4125 4.18213C19.1699 5.1907 19.1041 6.68844 19.1041 6.68844C19.1041 6.68844 20.8936 6.10321 22 7.11179C21.381 9.12893 18.6488 8.99907 18.6488 8.99907C18.6488 8.99907 16.1104 16.1249 7.44775 16.1249Z", fill: fill })));
};
exports.default = Docker;
//# sourceMappingURL=Docker.js.map