synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
23 lines (22 loc) • 678 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
const a = ({ arrowDirection: r, ...t }) => /* @__PURE__ */ e(
"svg",
{
...t,
className: `SRC-arrow-icon ${t.className ?? ""}`,
style: {
...t.style,
transform: `${r === "left" ? "rotate(180deg)" : ""} ${t.style?.transform ?? ""}`
},
width: "35",
height: "35",
viewBox: "0 0 35 35",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ e("path", { d: "M0 15.2904L0 19.7096L26.5152 19.7096L14.3624 31.8624L17.5 35L35 17.5L17.5 -1.68579e-07L14.3624 3.13763L26.5152 15.2904L0 15.2904Z" })
}
);
export {
a as default
};
//# sourceMappingURL=Arrow.js.map