UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

18 lines (13 loc) 419 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 Play = createLucideIcon("Play", [ ["polygon", { points: "6 3 20 12 6 21 6 3", key: "1oa8hb" }] ]); module.exports = Play; //# sourceMappingURL=play.js.map