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