feat: Add mouse-pointer icon

This commit is contained in:
Ash Guillaume 2019-01-28 20:29:10 -08:00 committed by Cole Bemis
parent c440ee596c
commit 55c84ac47c
2 changed files with 15 additions and 0 deletions

14
icons/mouse-pointer.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z" />
<path d="M13 13l6 6" />
</svg>

After

Width:  |  Height:  |  Size: 290 B

View File

@ -95,6 +95,7 @@
"moon": ["dark", "night"],
"more-horizontal": ["ellipsis"],
"more-vertical": ["ellipsis"],
"mouse-pointer": ["arrow", "cursor"],
"move": ["arrows"],
"navigation": ["location", "travel"],
"navigation-2": ["location", "travel"],