synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines • 767 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var react_1 = (0, tslib_1.__importDefault)(require("react"));
var IconMinus = function (props) {
var _a;
return (react_1.default.createElement("svg", (0, tslib_1.__assign)({}, props, { className: "Icon-Minus " + ((_a = props.className) !== null && _a !== void 0 ? _a : ''), width: "15", height: "2", viewBox: "0 0 15 2", 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 2H8.38867H6.38867H0.388672V0H6.38867H8.38867H14.3887V2Z" })));
};
exports.default = IconMinus;
//# sourceMappingURL=IconMinus.js.map