Add mouse-text cursor icon

This commit is contained in:
csandman 2020-04-28 16:02:47 -04:00
parent b15b4a7535
commit 52d1791e21

13
icons/mouse-text.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7 21h2c1.5 0 3-1.5 3-3m0 0V6m0 12c0 1.5 1.5 3 3 3h2M12 6c0-1.5-1.5-3-3-3H7m5 3c0-1.5 1.5-3 3-3h2" />
</svg>

After

Width:  |  Height:  |  Size: 321 B