@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 434 B
JavaScript
// packages/icons/src/library/title.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var title_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "m4 5.5h2v6.5h1.5v-6.5h2v-1.5h-5.5zm16 10.5h-16v-1.5h16zm-7 4h-9v-1.5h9z" }) });
export {
title_default as default
};
//# sourceMappingURL=title.mjs.map