mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0a130b77e0 | |||
55c84ac47c | |||
c440ee596c | |||
51faf5738e |
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 |
@ -1,14 +1,15 @@
|
|||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="24"
|
width="24"
|
||||||
height="24"
|
height="24"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M9 17H5a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2zm12-2h-4a2 2 0 0 0-2 2 2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z" />
|
<path d="M9 18V5l12-2v13" />
|
||||||
<polyline points="9 17 9 5 21 3 21 15" />
|
<circle cx="6" cy="18" r="3" />
|
||||||
|
<circle cx="18" cy="16" r="3" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 308 B |
16
icons/pen-tool.svg
Normal file
16
icons/pen-tool.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<path d="M12 19l7-7 3 3-7 7-3-3z" />
|
||||||
|
<path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z" />
|
||||||
|
<path d="M2 2l7.586 7.586" />
|
||||||
|
<circle cx="11" cy="11" r="2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 369 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"],
|
||||||
@ -103,6 +104,7 @@
|
|||||||
"paperclip": ["attachment"],
|
"paperclip": ["attachment"],
|
||||||
"pause": ["music", "stop"],
|
"pause": ["music", "stop"],
|
||||||
"pause-circle": ["music", "stop"],
|
"pause-circle": ["music", "stop"],
|
||||||
|
"pen-tool": ["vector", "drawing"],
|
||||||
"play": ["music", "start"],
|
"play": ["music", "start"],
|
||||||
"play-circle": ["music", "start"],
|
"play-circle": ["music", "start"],
|
||||||
"plus": ["add", "new"],
|
"plus": ["add", "new"],
|
||||||
|
Reference in New Issue
Block a user