@theguild/components
Version:
6 lines (5 loc) • 373 B
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgCaretSlim = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 8L12 16L20 8", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }) });
export {
SvgCaretSlim as ReactComponent
};