@wordpress/block-library
Version:
Block library for the WordPress editor.
25 lines (24 loc) • 745 B
JavaScript
// packages/block-library/src/tab/icon.js
import { SVG, Path } from "@wordpress/components";
import { jsx } from "react/jsx-runtime";
var icon_default = /* @__PURE__ */ jsx(
SVG,
{
width: "24",
height: "24",
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ jsx(
Path,
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5.5498 10.3501V6.3501H9.8498V10.3501H11.3498V6.1001C11.3498 5.40974 10.7902 4.8501 10.0998 4.8501H5.2998C4.60945 4.8501 4.0498 5.40974 4.0498 6.1001V10.3501H5.5498ZM20 12.6001H4V14.1001L20 14.1001V12.6001ZM14 17.1001H4V18.6001H14V17.1001Z"
}
)
}
);
export {
icon_default as default
};
//# sourceMappingURL=icon.js.map