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