Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Bayley
badd34374d Add list-filter icon (#1185) 2023-05-05 08:51:35 +02:00
Daniel Bayley
902431199c Fix unplug metadata (#1212)
This broke the `pre-commit` hook again, because it was `merge`d after the `coding` category was removed.
2023-05-03 22:33:22 +02:00
3 changed files with 24 additions and 1 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

View File

@@ -9,7 +9,6 @@
],
"categories": [
"devices",
"coding",
"development"
]
}