UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 434 B
// packages/icons/src/library/pull-right.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var pull_right_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M14 6v12h6V6h-6zM4 10h7V8.5H4V10zm0 5.5h7V14H4v1.5z" }) }); export { pull_right_default as default }; //# sourceMappingURL=pull-right.mjs.map