Mouse Pointer
Usage:
React Code:
npm install @mynaui/icons-react
import { MousePointer } from "@mynaui/icons-react";
const App = () => {
return <MousePointer />;
};
SVG HTML:
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="m12.866 12.866 5.628-2.412c.942-.404.886-1.758-.086-2.082L5.469 4.059c-.871-.29-1.7.539-1.41 1.41l4.313 12.939c.324.972 1.678 1.028 2.082.086l2.412-5.628Zm0 0L20 20"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/mouse-pointer.svg" />
SVG Sprite:
npm install @mynaui/icons
<svg
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
stroke="currentColor"
>
<use xlink:href="/path/to/mynaui.symbol.svg#mynaui-mouse-pointer"></use></svg
>