mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:24:52 +02:00
feat(icons): added fishing-rod icon (#3839)
* Added icons/fishing-rod.svg * Added icons/fishing-rod.json * Update fishing-rod.svg upd: thanks to @karsa-mistmere & @jguddas * Update icons/fishing-rod.json ++ contributors Co-authored-by: Jakob Guddas <github@jguddas.de> * Update fishing-rod.svg arc properly placed --------- Co-authored-by: Jakob Guddas <github@jguddas.de> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
19
icons/fishing-rod.json
Normal file
19
icons/fishing-rod.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"7ender",
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"fishing",
|
||||
"rod",
|
||||
"hobby",
|
||||
"equipment",
|
||||
"reel"
|
||||
],
|
||||
"categories": [
|
||||
"sports",
|
||||
"travel"
|
||||
]
|
||||
}
|
||||
15
icons/fishing-rod.svg
Normal file
15
icons/fishing-rod.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="M4 11h1" />
|
||||
<path d="M8 15a2 2 0 0 1-4 0V3a1 1 0 0 1 1-1h.5C14 2 20 9 20 18v4" />
|
||||
<circle cx="18" cy="18" r="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
Reference in New Issue
Block a user