persona-community-5/.pnpm-store/v3/files/d2/2ddba732356a1c5c782a596b8b88974e5c7b0641c8dec05a3c35f820a1030475eaa8053d58b74c3a40f4a12638b1931dd970367e79980a43cd29fa252b1c29
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

18 lines
551 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 UserRoundCheck = createLucideIcon("UserRoundCheck", [
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
]);
export { UserRoundCheck as default };
//# sourceMappingURL=user-round-check.js.map