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