persona-community-5/.pnpm-store/v3/files/e1/37a9de84428a534ee43afa4bb0d4376a6c5d3465de97508eb0c18f2ddb1839e1d4d8e2415cc4d955d2635af39fd298f5392d125a9b64f3ba64f10f0bfa0378
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

17 lines
468 B
Plaintext

/**
* @license lucide-react v0.395.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 Eclipse = createLucideIcon("Eclipse", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 2a7 7 0 1 0 10 10", key: "1yuj32" }]
]);
export { Eclipse as default };
//# sourceMappingURL=eclipse.js.map