flag-off / unflag (#555)

* Added unflag icon.

* Added 1px padding

* broke up paths

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
karsa-mistmere
2022-04-12 20:58:27 +02:00
committed by GitHub
parent c6736ecd7e
commit 7baf9acffa
2 changed files with 18 additions and 0 deletions
+15
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="M8 2c3 0 5 2 8 2s4-1 4-1v11"/>
<path d="M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4"/>
<path d="m2 2 20 20"
</svg>

After

Width:  |  Height:  |  Size: 323 B

+3
View File
@@ -1078,6 +1078,9 @@
"flag": [
"report"
],
"flag-off": [
"unflag"
],
"flag-triangle-left": [
"report",
"timeline"