persona-community-5/.pnpm-store/v3/files/16/34ff46f18f323f88de5f7b3ed406c742ec01bf5e38076fafca47d3a40efb64f228b8d9ca2d820dc75dff3d72001f8ebfa6d70c253ce05f1e4e01c153047585
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
475 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 UserRound = createLucideIcon("UserRound", [
["circle", { cx: "12", cy: "8", r: "5", key: "1hypcn" }],
["path", { d: "M20 21a8 8 0 0 0-16 0", key: "rfgkzh" }]
]);
export { UserRound as default };
//# sourceMappingURL=user-round.js.map