@theguild/components
Version:
6 lines (5 loc) • 360 B
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgArrowIcon = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, "view-box": "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "m15.755 11.1-4.828-4.828L12.2 5l7 7-7 7-1.273-1.272 4.828-4.828H4.8v-1.8h10.955Z" }) });
export {
SvgArrowIcon as ReactComponent
};