@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
17 lines (16 loc) • 393 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
var i = ({ className: e, onClick: r }) => /* @__PURE__ */ o("svg", {
width: "7",
height: "5",
viewBox: "0 0 7 5",
fill: "none",
className: e,
onClick: r,
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 {
i as default
};