@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
26 lines (25 loc) • 451 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
const l = ({
className: t,
onClick: e
}) => /* @__PURE__ */ o(
"svg",
{
width: "7",
height: "5",
viewBox: "0 0 7 5",
fill: "none",
className: t,
onClick: e,
children: /* @__PURE__ */ o(
"path",
{
d: "M0.8225 0L3.5 2.67167L6.1775 0L7 0.8225L3.5 4.3225L0 0.8225L0.8225 0Z",
fill: "currentColor"
}
)
}
);
export {
l as default
};