@wordpress/block-library
Version:
Block library for the WordPress editor.
29 lines (28 loc) • 866 B
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
import { SVG, Path } from "@wordpress/primitives";
var icon_default = /* @__PURE__ */ jsxs(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: [
/* @__PURE__ */ jsx(
Path,
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.5 9.25L9.5 9.25L9.5 7.75L19.5 7.75L19.5 9.25Z",
fill: "currentColor"
}
),
/* @__PURE__ */ jsx(Path, { d: "M4.5 6L8.5 8.5L4.5 11L4.5 6Z", fill: "currentColor" }),
/* @__PURE__ */ jsx(
Path,
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.5 16.25L9.5 16.25L9.5 14.75L19.5 14.75L19.5 16.25Z",
fill: "currentColor"
}
),
/* @__PURE__ */ jsx(Path, { d: "M4.5 13L8.5 15.5L4.5 18L4.5 13Z", fill: "currentColor" })
] });
export {
icon_default as default
};
//# sourceMappingURL=icon.js.map