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