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