@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 480 B
JavaScript
// packages/icons/src/library/heading-level-1.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var heading_level_1_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M17.6 7c-.6.9-1.5 1.7-2.6 2v1h2v7h2V7h-1.4zM11 11H7V7H5v10h2v-4h4v4h2V7h-2v4z" }) });
export {
heading_level_1_default as default
};
//# sourceMappingURL=heading-level-1.mjs.map