@theguild/components
Version:
9 lines (8 loc) • 533 B
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
const SvgClose = (props) => /* @__PURE__ */ jsxs("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M5.63607 5.35355L18.364 18.0815", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx("path", { d: "M18.0815 5.35354L5.35358 18.0815", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
] });
export {
SvgClose as ReactComponent
};