UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

20 lines (15 loc) 547 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 CircleEuro = createLucideIcon("CircleEuro", [ ["path", { d: "M15 9.4a4 4 0 1 0 0 5.2", key: "1makmb" }], ["path", { d: "M7 12h5", key: "gblrwe" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]); module.exports = CircleEuro; //# sourceMappingURL=circle-euro.js.map