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