UNPKG

@icongo/cg

Version:
17 lines 521 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGPathIntersect = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 5H5v10h4v4h10V9h-4V5Zm-2 2H7v6h2V9h4V7Zm4 10h-6v-2h4v-4h2v6Z", clipRule: "evenodd" }) })); export { CGPathIntersect };