mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 10:24:49 +02:00
feat(icons): added line-style icon (#4030)
* Added icons/line-style.svg * Added icons/line-style.json --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Jakob Guddas <github@jguddas.de> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d31ab1296d
commit
4d9b4ec0ca
17
icons/line-style.json
Normal file
17
icons/line-style.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"dg-ac"
|
||||
],
|
||||
"tags": [
|
||||
"line",
|
||||
"stroke",
|
||||
"style",
|
||||
"dashed",
|
||||
"border"
|
||||
],
|
||||
"categories": [
|
||||
"design",
|
||||
"tools"
|
||||
]
|
||||
}
|
||||
18
icons/line-style.svg
Normal file
18
icons/line-style.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M11 5h2" />
|
||||
<path d="M15 12h6" />
|
||||
<path d="M19 5h2" />
|
||||
<path d="M3 12h6" />
|
||||
<path d="M3 19h18" />
|
||||
<path d="M3 5h2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 347 B |
Reference in New Issue
Block a user