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