persona-community-5/.pnpm-store/v3/files/5b/a7556e4f90f0855e11cb71c7d564fd437839990eef3c29139ee03f3cb2fc57841b99458dfea9f85e1ebf008b76a6124aac471f03c11ab7fc90d25b05dca8c9
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
552 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 SquareMousePointer = createLucideIcon("SquareMousePointer", [
["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "14rsvq" }],
["path", { d: "m12 12 4 10 1.7-4.3L22 16Z", key: "64ilsv" }]
]);
export { SquareMousePointer as default };
//# sourceMappingURL=square-mouse-pointer.js.map