persona-community-5/.pnpm-store/v3/files/e1/5c2dfbc73841c4a2060cc7854afd4518d8c5d02dc2223676cb85dc936f777f78da11ab3fa709969087191a683ec0a934afbadc9f8e7d637326b7ba88052171
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
477 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 CircleCheck = createLucideIcon("CircleCheck", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
]);
export { CircleCheck as default };
//# sourceMappingURL=circle-check.js.map