UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 735 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-scorpio", size: 24, node: [ ["path", { d: "M10 19V5.5a1 1 0 0 1 5 0V17a2 2 0 0 0 2 2h5l-3-3", key: "1w8g0z" }], ["path", { d: "m22 19-3 3", key: "1ix4wq" }], ["path", { d: "M5 19V5.5a1 1 0 0 1 5 0", key: "1d4oa3" }], ["path", { d: "M5 5.5A2.5 2.5 0 0 0 2.5 3", key: "gp646f" }] ] }; __iconData.node; const ZodiacScorpio = createLucideIcon(__iconData); export { __iconData, ZodiacScorpio as default }; //# sourceMappingURL=zodiac-scorpio.mjs.map