UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

20 lines (15 loc) 523 B
/** * @license lucide-react-native v0.577.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 Type = createLucideIcon("Type", [ ["path", { d: "M12 4v16", key: "1654pz" }], ["path", { d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2", key: "e0r10z" }], ["path", { d: "M9 20h6", key: "s66wpe" }] ]); module.exports = Type; //# sourceMappingURL=type.js.map