UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 759 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "computer", size: 24, node: [ ["path", { d: "M12 18h6", key: "aqd8w3" }], ["path", { d: "M6 18h.01", key: "uhywen" }], ["path", { d: "M8 6h1", key: "tn6mkg" }], ["rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", key: "rlpjsu" }], ["rect", { x: "4", y: "2", width: "16", height: "12", rx: "2", key: "fhup8x" }] ] }; __iconData.node; const Computer = createLucideIcon(__iconData); export { __iconData, Computer as default }; //# sourceMappingURL=computer.mjs.map