@wordpress/block-library
Version:
Block library for the WordPress editor.
9 lines (8 loc) • 459 B
JavaScript
// packages/block-library/src/tabs-menu-item/icon.js
import { Path, SVG } 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 6h5v2H4V6zm0 4h5v2H4v-2zm0 4h5v2H4v-2zm10-8h6v2h-6V6zm0 4h6v2h-6v-2zm0 4h6v2h-6v-2z" }) });
export {
icon_default as default
};
//# sourceMappingURL=icon.mjs.map