Add trash icons

This commit is contained in:
Cole Bemis 2017-04-30 17:45:36 -07:00
parent ca8b91aa4c
commit cc7185cb8e
4 changed files with 15 additions and 0 deletions

View File

@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `sunset`
- `thumbs-down`
- `thumbs-up`
- `trash-2`
- `triangle`
- `twitter`
- `user-minus`

View File

@ -91,6 +91,8 @@
"cog",
"map",
"slash",
"trash",
"trash-2",
"arrow-up",
"arrow-down",
"arrow-left",

7
icons/trash-2.svg Normal file
View File

@ -0,0 +1,7 @@
<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">
<polyline points="3 6 5 6 21 6"/>
<path d="M19,6V20a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V6"/>
<path d="M8,6V4a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V6"/>
<line x1="10" y1="11" x2="10" y2="17"/>
<line x1="14" y1="11" x2="14" y2="17"/>
</svg>

After

Width:  |  Height:  |  Size: 408 B

5
icons/trash.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">
<polyline points="3 6 5 6 21 6"/>
<path d="M19,6V20a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V6"/>
<path d="M8,6V4a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V6"/>
</svg>

After

Width:  |  Height:  |  Size: 324 B