@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 529 B
JavaScript
// packages/icons/src/library/justify-stretch-vertical.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var justify_stretch_vertical_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M4 4L20 4L20 5.5L4 5.5L4 4ZM10 7L14 7L14 17L10 17L10 7ZM20 18.5L4 18.5L4 20L20 20L20 18.5Z" }) });
export {
justify_stretch_vertical_default as default
};
//# sourceMappingURL=justify-stretch-vertical.mjs.map