Commit cc7185cb authored by Cole Bemis's avatar Cole Bemis

Add trash icons

parent ca8b91aa
...@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `sunset` - `sunset`
- `thumbs-down` - `thumbs-down`
- `thumbs-up` - `thumbs-up`
- `trash-2`
- `triangle` - `triangle`
- `twitter` - `twitter`
- `user-minus` - `user-minus`
......
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
"cog", "cog",
"map", "map",
"slash", "slash",
"trash",
"trash-2",
"arrow-up", "arrow-up",
"arrow-down", "arrow-down",
"arrow-left", "arrow-left",
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment