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