@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 543 B
JavaScript
// packages/icons/src/library/custom-post-type.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var custom_post_type_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4zm.8-4l.7.7 2-2V12h1V9.2l2 2 .7-.7-2-2H12v-1H9.2l2-2-.7-.7-2 2V4h-1v2.8l-2-2-.7.7 2 2H4v1h2.8l-2 2z" }) });
export {
custom_post_type_default as default
};
//# sourceMappingURL=custom-post-type.mjs.map