first commit

This commit is contained in:
ghazall-ag
2025-10-23 21:52:07 +03:30
commit d63a5b8d99
15218 changed files with 1639961 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/**
* 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