17 lines
472 B
JavaScript
17 lines
472 B
JavaScript
/**
|
|
* @license lucide v1.17.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const ZodiacCancer = [
|
|
["path", { d: "M21 14.5A9 6.5 0 0 1 5.5 19" }],
|
|
["path", { d: "M3 9.5A9 6.5 0 0 1 18.5 5" }],
|
|
["circle", { cx: "17.5", cy: "14.5", r: "3.5" }],
|
|
["circle", { cx: "6.5", cy: "9.5", r: "3.5" }]
|
|
];
|
|
|
|
export { ZodiacCancer as default };
|
|
//# sourceMappingURL=zodiac-cancer.mjs.map
|