Add battery-charging icon

This commit is contained in:
Cole Bemis 2017-05-29 23:19:02 -07:00
parent 4ca3fc6879
commit 6313b5807d
2 changed files with 6 additions and 0 deletions

View File

@ -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`

View File

@ -0,0 +1,5 @@
<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>

After

Width:  |  Height:  |  Size: 552 B