lucide-react
Version:
A Lucide icon library package for React applications.
24 lines (20 loc) • 636 B
JavaScript
/**
* @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-pisces",
size: 24,
node: [
["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" }]
]
};
__iconData.node;
const ZodiacPisces = createLucideIcon(__iconData);
export { __iconData, ZodiacPisces as default };
//# sourceMappingURL=zodiac-pisces.mjs.map