@wordpress/block-library
Version:
Block library for the WordPress editor.
9 lines (8 loc) • 411 B
JavaScript
// packages/block-library/src/tab-panels/icon.js
import { SVG, Path } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var icon_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M4 4H20V20H4V4ZM5.5 5.5V18.5H18.5V5.5H5.5Z" }) });
export {
icon_default as default
};
//# sourceMappingURL=icon.mjs.map