@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
12 lines (11 loc) • 593 B
JavaScript
// packages/icons/src/library/accordion-heading.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx, jsxs } from "react/jsx-runtime";
var accordion_heading_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 12.75L9.5 12.75L9.5 11.25L19.5 11.25L19.5 12.75Z" }),
/* @__PURE__ */ jsx(Path, { d: "M4.5 9.5L8.5 12L4.5 14.5L4.5 9.5Z" })
] });
export {
accordion_heading_default as default
};
//# sourceMappingURL=accordion-heading.mjs.map