UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

25 lines (20 loc) 619 B
/** * @license lucide-react-native v1.31.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); const HdmiPort = createLucideIcon("HdmiPort", [ [ "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" }] ]); module.exports = HdmiPort; //# sourceMappingURL=hdmi-port.js.map