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