synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var react_1 = (0, tslib_1.__importDefault)(require("react"));
var IconPlus = function (props) {
var _a;
return (react_1.default.createElement("svg", (0, tslib_1.__assign)({}, props, { className: "Icon-Plus " + ((_a = props.className) !== null && _a !== void 0 ? _a : ''), width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }),
props.title && react_1.default.createElement("title", null, props.title),
react_1.default.createElement("path", { d: "M14.3887 8H8.38867V14H6.38867V8H0.388672V6H6.38867V0H8.38867V6H14.3887V8Z" })));
};
exports.default = IconPlus;
//# sourceMappingURL=IconPlus.js.map