@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 824 B
JavaScript
var a = Object.defineProperty, w = Object.defineProperties;
var i = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, l = 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, f = (r, o) => {
for (var e in o || (o = {}))
c.call(o, e) && m(r, e, o[e]);
if (t)
for (var e of t(o))
l.call(o, e) && m(r, e, o[e]);
return r;
}, p = (r, o) => w(r, i(o));
import s, { forwardRef as n } from "react";
import E from "../lib/IconBase.mjs";
import b from "../defs/ArrowElbowUpLeft.mjs";
const d = n((r, o) => /* @__PURE__ */ s.createElement(E, p(f({ ref: o }, r), { weights: b })));
d.displayName = "ArrowElbowUpLeft";
export {
d as ArrowElbowUpLeft
};