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