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