@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
17 lines (16 loc) • 422 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
var l = ({ className: o, onClick: t }) => /* @__PURE__ */ r("svg", {
width: "7",
height: "5",
viewBox: "0 0 7 5",
fill: "currentColor",
className: o,
onClick: t,
children: /* @__PURE__ */ r("path", {
d: "M0.8225 4.99999L3.5 2.32832L6.1775 4.99999L7 4.17749L3.5 0.67749L0 4.17749L0.8225 4.99999Z",
fill: "currentColor"
})
});
export {
l as default
};