@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 826 B
JavaScript
var a = Object.defineProperty, w = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var e = Object.getOwnPropertySymbols;
var R = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
var m = (o, r, t) => r in o ? a(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, i = (o, r) => {
for (var t in r || (r = {}))
R.call(r, t) && m(o, t, r[t]);
if (e)
for (var t of e(r))
l.call(r, t) && m(o, t, r[t]);
return o;
}, p = (o, r) => w(o, f(r));
import s, { forwardRef as c } from "react";
import g from "../lib/SSRBase.mjs";
import h from "../defs/ArrowElbowUpRight.mjs";
const E = c((o, r) => /* @__PURE__ */ s.createElement(g, p(i({ ref: r }, o), { weights: h })));
E.displayName = "ArrowElbowUpRight";
export {
E as ArrowElbowUpRight
};