UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

18 lines (14 loc) 586 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 ZodiacCapricorn = createLucideIcon("ZodiacCapricorn", [ ["path", { d: "M11 21a3 3 0 0 0 3-3V6.5a1 1 0 0 0-7 0", key: "1kkncs" }], ["path", { d: "M7 19V6a3 3 0 0 0-3-3h0", key: "1jg5y1" }], ["circle", { cx: "17", cy: "17", r: "3", key: "18b49y" }] ]); export { ZodiacCapricorn as default }; //# sourceMappingURL=zodiac-capricorn.mjs.map