UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

18 lines (13 loc) 436 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 Egg = createLucideIcon("Egg", [ ["path", { d: "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12", key: "1le142" }] ]); module.exports = Egg; //# sourceMappingURL=egg.js.map