@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 333 B
JavaScript
import * as o from "react";
import n from "../lib/IconBase.es.js";
import a from "../defs/ArrowBendRightUp.es.js";
const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(n, { ref: t, ...e, weights: a }));
r.displayName = "ArrowBendRightUpIcon";
const p = r;
export {
p as ArrowBendRightUp,
r as ArrowBendRightUpIcon
};