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