UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 345 B
import * as o from "react"; import e from "../lib/IconBase.es.js"; import n from "../defs/ArrowElbowDownRight.es.js"; const r = o.forwardRef((t, w) => /* @__PURE__ */ o.createElement(e, { ref: w, ...t, weights: n })); r.displayName = "ArrowElbowDownRightIcon"; const m = r; export { m as ArrowElbowDownRight, r as ArrowElbowDownRightIcon };