@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 444 B
JavaScript
// packages/icons/src/library/arrow-up-right.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var arrow_up_right_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M10 6H18V14H16.5V8.5L7 18L6 17L15.5 7.5H10V6Z" }) });
export {
arrow_up_right_default as default
};
//# sourceMappingURL=arrow-up-right.mjs.map