UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

18 lines (14 loc) 542 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 ZodiacPisces = createLucideIcon("ZodiacPisces", [ ["path", { d: "M19 21a15 15 0 0 1 0-18", key: "br2vug" }], ["path", { d: "M20 12H4", key: "1mtusc" }], ["path", { d: "M5 3a15 15 0 0 1 0 18", key: "1w7hae" }] ]); export { ZodiacPisces as default }; //# sourceMappingURL=zodiac-pisces.mjs.map