UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

18 lines (13 loc) 456 B
/** * @license lucide-react-native v0.501.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 Navigation2 = createLucideIcon("Navigation2", [ ["polygon", { points: "12 2 19 21 12 17 5 21 12 2", key: "x8c0qg" }] ]); module.exports = Navigation2; //# sourceMappingURL=navigation-2.js.map