@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
9 lines • 628 B
JavaScript
import React from "react";
/**
* @deprecated (v26) only necessary for react flow v9, support will be removed
*/
export var MarkerArrowClosedInverse = function () {
return (React.createElement("marker", { className: "react-flow__arrowhead", id: "react-flow__arrowclosed-inverse", markerWidth: "12.5", markerHeight: "12.5", viewBox: "-10 -10 20 20", orient: "auto", refX: "0", refY: "0" },
React.createElement("polyline", { stroke: "#b1b1b7", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1", fill: "#b1b1b7", points: "5,-4 0,0 5,4 5,-4" })));
};
//# sourceMappingURL=MarkerArrowClosedInverse.js.map