UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 854 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: "monitor-pc", size: 24, node: [ ["path", { d: "M10 15H4a2 2 0 01-2-2V7a2 2 0 012-2h6", key: "26zmak" }], ["path", { d: "M10 19H5", key: "9av7mr" }], ["path", { d: "M14 11h8", key: "1cakcr" }], ["path", { d: "M14 7h8", key: "1azo9j" }], ["path", { d: "M18 17h.01", key: "xmkgv" }], ["path", { d: "M9 19v-4", key: "fgy2jt" }], ["rect", { x: "14", y: "3", width: "8", height: "18", rx: "1", key: "1ewuvr" }] ] }; __iconData.node; const MonitorPc = createLucideIcon(__iconData); export { __iconData, MonitorPc as default }; //# sourceMappingURL=monitor-pc.mjs.map