persona-community-5/.pnpm-store/v3/files/a7/78dca339fa4e26f863a1c10d754c58a23d28274bb55630ee5998e7b55d0ccb1d487106c13222f05faf5117a506819bb74091d9832aab387322e738b48c0c4c
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
546 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 UserRoundMinus = createLucideIcon("UserRoundMinus", [
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
["path", { d: "M22 19h-6", key: "vcuq98" }]
]);
export { UserRoundMinus as default };
//# sourceMappingURL=user-round-minus.js.map