mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add mouse-pointer
icon
This commit is contained in:
parent
c440ee596c
commit
55c84ac47c
14
icons/mouse-pointer.svg
Normal file
14
icons/mouse-pointer.svg
Normal 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 |
@ -95,6 +95,7 @@
|
|||||||
"moon": ["dark", "night"],
|
"moon": ["dark", "night"],
|
||||||
"more-horizontal": ["ellipsis"],
|
"more-horizontal": ["ellipsis"],
|
||||||
"more-vertical": ["ellipsis"],
|
"more-vertical": ["ellipsis"],
|
||||||
|
"mouse-pointer": ["arrow", "cursor"],
|
||||||
"move": ["arrows"],
|
"move": ["arrows"],
|
||||||
"navigation": ["location", "travel"],
|
"navigation": ["location", "travel"],
|
||||||
"navigation-2": ["location", "travel"],
|
"navigation-2": ["location", "travel"],
|
||||||
|
Loading…
Reference in New Issue
Block a user