persona-community-5/.pnpm-store/v3/files/d3/f7ffd6b49489dfd5a2b8db6ada9485ca10a75b5cc823669a0a922f7d328c22b3a855c497ad564df7affe37757421923d98f36012945a1e692b9a273b0fc16b
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
501 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 CircleCheckBig = createLucideIcon("CircleCheckBig", [
["path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14", key: "g774vq" }],
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
]);
export { CircleCheckBig as default };
//# sourceMappingURL=circle-check-big.js.map