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