persona-community-5/.pnpm-store/v3/files/30/5ed14324582feac554dab21d3bc3ed0697196c3c9533da1d4225d32ad47645d551c8bdd1450bdd76b0fe6bdfd88a6dd5cd0b416183be8581e33185d2a312b7
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

16 lines
433 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 LoaderCircle = createLucideIcon("LoaderCircle", [
["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
]);
export { LoaderCircle as default };
//# sourceMappingURL=loader-circle.js.map