19 lines
578 B
JavaScript
19 lines
578 B
JavaScript
/**
|
|
* @license lucide-react v0.576.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.js';
|
|
|
|
const __iconNode = [
|
|
["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" }]
|
|
];
|
|
const ZodiacPisces = createLucideIcon("zodiac-pisces", __iconNode);
|
|
|
|
export { __iconNode, ZodiacPisces as default };
|
|
//# sourceMappingURL=zodiac-pisces.js.map
|