UNPKG

@wordpress/icons

Version:
12 lines (11 loc) 545 B
// packages/icons/src/library/details.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx, jsxs } from "react/jsx-runtime"; var details_default = /* @__PURE__ */ jsxs(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: [ /* @__PURE__ */ jsx(Path, { d: "M4 16h10v1.5H4V16Zm0-4.5h16V13H4v-1.5ZM10 7h10v1.5H10V7Z", fillRule: "evenodd", clipRule: "evenodd" }), /* @__PURE__ */ jsx(Path, { d: "m4 5.25 4 2.5-4 2.5v-5Z" }) ] }); export { details_default as default }; //# sourceMappingURL=details.mjs.map