UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 542 B
// packages/icons/src/library/crop.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var crop_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M18 20v-2h2v-1.5H7.75a.25.25 0 0 1-.25-.25V4H6v2H4v1.5h2v8.75c0 .966.784 1.75 1.75 1.75h8.75v2H18ZM9.273 7.5h6.977a.25.25 0 0 1 .25.25v6.977H18V7.75A1.75 1.75 0 0 0 16.25 6H9.273v1.5Z" }) }); export { crop_default as default }; //# sourceMappingURL=crop.mjs.map