lucide-react-native
Version:
A Lucide icon library package for React Native applications.
20 lines (15 loc) • 553 B
JavaScript
/**
* @license lucide-react-native v1.18.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
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" }]
]);
module.exports = ZodiacPisces;
//# sourceMappingURL=zodiac-pisces.js.map