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