Add list-filter icon (#1185)

This commit is contained in:
Daniel Bayley
2023-05-05 07:51:35 +01:00
committed by GitHub
parent 902431199c
commit badd34374d
2 changed files with 24 additions and 0 deletions

9
icons/list-filter.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "../icon.schema.json",
"tags": [
"options"
],
"categories": [
"text"
]
}

15
icons/list-filter.svg Normal file
View 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="M3 6h18" />
<path d="M7 12h10" />
<path d="M10 18h4" />
</svg>

After

Width:  |  Height:  |  Size: 279 B