UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 830 B
var a = Object.defineProperty, i = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable; var m = (r, o, e) => o in r ? a(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, w = (r, o) => { for (var e in o || (o = {})) p.call(o, e) && m(r, e, o[e]); if (t) for (var e of t(o)) c.call(o, e) && m(r, e, o[e]); return r; }, f = (r, o) => i(r, n(o)); import l, { forwardRef as s } from "react"; import E from "../lib/IconBase.mjs"; import b from "../defs/ArrowElbowLeftDown.mjs"; const d = s((r, o) => /* @__PURE__ */ l.createElement(E, f(w({ ref: o }, r), { weights: b }))); d.displayName = "ArrowElbowLeftDown"; export { d as ArrowElbowLeftDown };