synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
9 lines • 704 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Expand = void 0;
var tslib_1 = require("tslib");
var React = (0, tslib_1.__importStar)(require("react"));
var Expand = function () { return (React.createElement("svg", { "data-icon": "expand", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "M6.22222 16V14.2222H3.03111L7.03111 10.2222L5.77778 8.96889L1.77778 12.9689V9.77778H0V16H6.22222ZM10.2222 7.03111L14.2222 3.03111V6.22222H16V0H9.77778V1.77778H12.9689L8.96889 5.77778L10.2222 7.03111Z", fill: "#47337D" }))); };
exports.Expand = Expand;
//# sourceMappingURL=Expand.js.map