persona-community-5/.pnpm-store/v3/files/24/602add58f10292a74b768f153628014e244b1ba5596bf1051f72b77cebf17be02280b72130a04a0f9c25a09c2b0e8a51642c1ace126c25f09b9d82a60d0699
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
564 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 UserMinus = createLucideIcon("UserMinus", [
["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2", key: "1yyitq" }],
["circle", { cx: "9", cy: "7", r: "4", key: "nufk8" }],
["line", { x1: "22", x2: "16", y1: "11", y2: "11", key: "1shjgl" }]
]);
export { UserMinus as default };
//# sourceMappingURL=user-minus.js.map