UNPKG

@theguild/components

Version:
9 lines (8 loc) 817 B
import { jsx, jsxs } from "react/jsx-runtime"; const SvgCodegen = (props) => /* @__PURE__ */ jsxs("svg", { width: 53, height: 53, viewBox: "0 0 53 53", fill: "currentColor", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "m42.212 16.24-5.427-5.427-7.46 7.46a3.997 3.997 0 0 1-5.652 0l-7.46-7.46-5.428 5.427 7.46 7.46a3.997 3.997 0 0 1 0 5.653l-7.46 7.46 5.427 5.427 7.46-7.46a3.997 3.997 0 0 1 5.653 0l7.46 7.46 5.428-5.427-7.46-7.46a3.997 3.997 0 0 1 0-5.653l7.46-7.46Z" }), /* @__PURE__ */ jsx("path", { d: "M26.498 41.672 21.072 47.1l5.427 5.426 5.426-5.426-5.427-5.427ZM26.499.525 21.073 5.95l5.426 5.426 5.426-5.426L26.5.525ZM47.074 21.101l-5.426 5.427 5.426 5.426 5.426-5.426-5.426-5.427ZM5.926 21.1.5 26.528l5.426 5.426 5.426-5.426-5.426-5.426Z" }) ] }); export { SvgCodegen as ReactComponent };