@wordpress/block-library
Version:
Block library for the WordPress editor.
9 lines (8 loc) • 451 B
JavaScript
// packages/block-library/src/tabs-menu/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 5.5H20V7H4V5.5ZM4 11.5H12V13H4V11.5ZM20 11.5H14V13H20V11.5ZM4 17.5H20V19H4V17.5Z" }) });
export {
icon_default as default
};
//# sourceMappingURL=icon.mjs.map