@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
26 lines (25 loc) • 480 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
const l = ({
className: r,
onClick: t
}) => /* @__PURE__ */ o(
"svg",
{
width: "7",
height: "5",
viewBox: "0 0 7 5",
fill: "currentColor",
className: r,
onClick: t,
children: /* @__PURE__ */ o(
"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
};