@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 845 B
JavaScript
var i = Object.defineProperty, p = Object.defineProperties;
var s = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var S = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var m = (o, r, e) => r in o ? i(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, a = (o, r) => {
for (var e in r || (r = {}))
S.call(r, e) && m(o, e, r[e]);
if (t)
for (var e of t(r))
d.call(r, e) && m(o, e, r[e]);
return o;
}, f = (o, r) => p(o, s(r));
import { jsx as h } from "react/jsx-runtime";
import { forwardRef as l } from "react";
import v from "../../lib/SSRBase.mjs";
import w from "../../defs/devices/ServerPath.mjs";
const x = l((o, r) => /* @__PURE__ */ h(v, f(a({ ref: r }, o), { weights: w })));
x.displayName = "ServerPath";
export {
x as default
};