Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

21 lines
549 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const MousePointerClick = createLucideIcon("MousePointerClick", [
["path", { d: "m9 9 5 12 1.774-5.226L21 14 9 9z", key: "1qd44z" }],
["path", { d: "m16.071 16.071 4.243 4.243", key: "wfhsjb" }],
[
"path",
{
d: "m7.188 2.239.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656-2.12 2.122",
key: "1bk8fz"
}
]
]);
export { MousePointerClick as default };
//# sourceMappingURL=mouse-pointer-click.mjs.map