@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 479 B
JavaScript
// packages/icons/src/library/justify-space-between.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var justify_space_between_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M9 15h6V9H9v6zm-5 5h1.5V4H4v16zM18.5 4v16H20V4h-1.5z" }) });
export {
justify_space_between_default as default
};
//# sourceMappingURL=justify-space-between.mjs.map