@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 471 B
JavaScript
// packages/icons/src/library/justify-center-vertical.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var justify_center_vertical_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z" }) });
export {
justify_center_vertical_default as default
};
//# sourceMappingURL=justify-center-vertical.mjs.map