diff options
Diffstat (limited to 'src/icons/cursor-off.svg')
-rw-r--r-- | src/icons/cursor-off.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/cursor-off.svg b/src/icons/cursor-off.svg new file mode 100644 index 00000000..45ad695f --- /dev/null +++ b/src/icons/cursor-off.svg @@ -0,0 +1,10 @@ +--- +tags: [editor, indicate, position, input, mouse, type] +version: "1.65" +unicode: "f10f" +--- +<svg> + <path d="M9 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3" /> + <path d="M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3" /> + <path d="M3 3l18 18" /> +</svg> |