Commit 6313b580 authored by Cole Bemis's avatar Cole Bemis

Add battery-charging icon

parent 4ca3fc68
...@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `arrow-down-right` - `arrow-down-right`
- `arrow-up-left` - `arrow-up-left`
- `arrow-up-right` - `arrow-up-right`
- `battery-charging`
- `cast` - `cast`
- `chevrons-down` - `chevrons-down`
- `chevrons-left` - `chevrons-left`
......
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="23" y1="13" x2="23" y2="11" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<polyline points="11 6 7 12 13 12 9 18" 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