Files
dewedev/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.mjs
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07: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