Restore UI functionalities and clean up dependencies

This commit is contained in:
streaper2
2026-05-08 08:32:58 +02:00
parent 8946955f76
commit 0895b7d5bc
26751 changed files with 4207476 additions and 158 deletions

View File

@@ -0,0 +1,19 @@
/**
* @license lucide-react v1.14.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 __iconNode = [
["path", { d: "M21 14.5A9 6.5 0 0 1 5.5 19", key: "1xj2o6" }],
["path", { d: "M3 9.5A9 6.5 0 0 1 18.5 5", key: "1gln3t" }],
["circle", { cx: "17.5", cy: "14.5", r: "3.5", key: "1ccu1t" }],
["circle", { cx: "6.5", cy: "9.5", r: "3.5", key: "x5tc2d" }]
];
const ZodiacCancer = createLucideIcon("zodiac-cancer", __iconNode);
export { __iconNode, ZodiacCancer as default };
//# sourceMappingURL=zodiac-cancer.mjs.map