@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 a from "../lib/IconBase.es.js";
import f from "../defs/ArrowElbowUpLeft.es.js";
const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(a, { ref: t, ...e, weights: f }));
r.displayName = "ArrowElbowUpLeftIcon";
const w = r;
export {
w as ArrowElbowUpLeft,
r as ArrowElbowUpLeftIcon
};