persona-community-5/.pnpm-store/v3/files/61/40c4ce8129d3aa523d8482a73ac216b4031a809c9c3e9914e61c23cb67292e6b292406e56ca1c5ce4d6f128cef200ddea39ce5d2ab60548b04095bbf55cbad
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
554 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 MousePointerBan = createLucideIcon("MousePointerBan", [
["path", { d: "m2 2 4 11 2-5 5-2Z", key: "i586l5" }],
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }],
["path", { d: "m11.8 11.8 8.4 8.4", key: "oogvdj" }]
]);
export { MousePointerBan as default };
//# sourceMappingURL=mouse-pointer-ban.js.map