UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 452 B
// packages/icons/src/library/position-right.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var position_right_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M19 5.5h-8V4h8v1.5ZM19 20h-8v-1.5h8V20ZM5 9h14v6H5V9Z" }) }); export { position_right_default as default }; //# sourceMappingURL=position-right.mjs.map