UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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