UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 712 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: "hdmi-port", size: 24, node: [ [ "path", { d: "M22 9a1 1 0 00-1-1H3a1 1 0 00-1 1v4a1 1 0 001 1h.5a2 2 0 011.6.8l.3.4A2 2 0 007 16h10a2 2 0 001.6-.8l.3-.4a2 2 0 011.6-.8h.5a1 1 0 001-1z", key: "1kwg9h" } ], ["path", { d: "M8 12h8", key: "1wcyev" }] ] }; __iconData.node; const HdmiPort = createLucideIcon(__iconData); export { __iconData, HdmiPort as default }; //# sourceMappingURL=hdmi-port.mjs.map