mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-02-24 04:39:39 +01:00
feat(icons): added mouse-left icon (#2788)
* Added icons/mouse-left.svg * Added icons/mouse-left.json * Update icons/mouse-left.svg Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
17
icons/mouse-left.json
Normal file
17
icons/mouse-left.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"mittalyashu",
|
||||
"ericfennis",
|
||||
"karsa-mistmere",
|
||||
"marvfash"
|
||||
],
|
||||
"tags": [
|
||||
"device",
|
||||
"scroll",
|
||||
"click"
|
||||
],
|
||||
"categories": [
|
||||
"devices"
|
||||
]
|
||||
}
|
||||
15
icons/mouse-left.svg
Normal file
15
icons/mouse-left.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<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="M12 7.318V10" />
|
||||
<path d="M5 10v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7" />
|
||||
<circle cx="7" cy="4" r="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 333 B |
Reference in New Issue
Block a user