@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 293 B
JavaScript
import * as o from "react";
import e from "../lib/IconBase.es.js";
import r from "../defs/Laptop.es.js";
const t = o.forwardRef((a, p) => /* @__PURE__ */ o.createElement(e, { ref: p, ...a, weights: r }));
t.displayName = "LaptopIcon";
const s = t;
export {
s as Laptop,
t as LaptopIcon
};