@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines (13 loc) • 843 B
JavaScript
// packages/icons/src/library/accordion-item.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx, jsxs } from "react/jsx-runtime";
var accordion_item_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.5L9.5 9.5L9.5 8L19.5 8L19.5 9.5Z" }),
/* @__PURE__ */ jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 13L9.5 13L9.5 11.5L19.5 11.5L19.5 13Z" }),
/* @__PURE__ */ jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5 16.3999L9.5 16.3999L9.5 14.8999L19.5 14.8999L19.5 16.3999Z" }),
/* @__PURE__ */ jsx(Path, { d: "M4.5 6.25L8.5 8.75L4.5 11.25L4.5 6.25Z" })
] });
export {
accordion_item_default as default
};
//# sourceMappingURL=accordion-item.mjs.map