UNPKG

@theguild/components

Version:
6 lines (5 loc) 382 B
import { jsx } from "react/jsx-runtime"; const SvgCheck = (props) => /* @__PURE__ */ jsx("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", ...props, children: /* @__PURE__ */ jsx("path", { d: "M16.667 5 7.5 14.167 3.333 10", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "square", strokeLinejoin: "round" }) }); export { SvgCheck as ReactComponent };