UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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