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/ArrowElbowDownLeft.es.js"; const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(w, { ref: t, ...e, weights: a })); r.displayName = "ArrowElbowDownLeftIcon"; const n = r; export { n as ArrowElbowDownLeft, r as ArrowElbowDownLeftIcon };