UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 680 B
/** * @license lucide-react v1.46.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 __iconData = { name: "zodiac-capricorn", size: 24, node: [ ["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" }] ] }; __iconData.node; const ZodiacCapricorn = createLucideIcon(__iconData); export { __iconData, ZodiacCapricorn as default }; //# sourceMappingURL=zodiac-capricorn.mjs.map