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:
Daniel González-Albo
2026-03-24 15:55:06 +01:00
committed by GitHub
parent d31ab1296d
commit 4d9b4ec0ca
2 changed files with 35 additions and 0 deletions

17
icons/line-style.json Normal file
View 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
View 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