Add delete icon

This commit is contained in:
Cole Bemis 2017-05-02 09:49:27 -07:00
parent 4468da381a
commit 5b40fa53a1
2 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,7 @@
"map",
"life-buoy",
"flag",
"delete",
"slash",
"trash",
"trash-2",

5
icons/delete.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21,4H8L1,12l7,8H21a2,2,0,0,0,2-2V6A2,2,0,0,0,21,4Z"/>
<line x1="18" y1="9" x2="12" y2="15"/>
<line x1="12" y1="9" x2="18" y2="15"/>
</svg>

After

Width:  |  Height:  |  Size: 328 B