UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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