UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

18 lines (14 loc) 536 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. */ import createLucideIcon from '../createLucideIcon.mjs'; 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" }] ]); export { CircleEuro as default }; //# sourceMappingURL=circle-euro.mjs.map