UNPKG

@icongo/cg

Version:
23 lines 657 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGPathCrop = props => /*#__PURE__*/_jsxs("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", { stroke: "currentColor", strokeWidth: 2, d: "M6 6h8v8H6z", opacity: 0.5 }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 9h10v10H9V9Zm6 2h2v6h-6v-2h4v-4Z", clipRule: "evenodd" })] })); export { CGPathCrop };