@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 418 B
JavaScript
// packages/icons/src/library/justify-top.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var justify_top_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M9 20h6V9H9v11zM4 4v1.5h16V4H4z" }) });
export {
justify_top_default as default
};
//# sourceMappingURL=justify-top.mjs.map