Commit c05a1f3a authored by Cole Bemis's avatar Cole Bemis

Add trend icons

parent 6313b580
...@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `codepen` - `codepen`
- `repeat` - `repeat`
- `slack` - `slack`
- `trend-down`
- `trend-up`
- `voicemail` - `voicemail`
</details> </details>
......
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polyline points="23 18 13.5 8.5 8.5 13.5 1 6" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<polyline points="17 18 23 18 23 12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<polyline points="23 6 13.5 15.5 8.5 10.5 1 18" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<polyline points="17 6 23 6 23 12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>
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