Add battery icon

This commit is contained in:
Cole Bemis 2017-05-03 20:39:50 -07:00
parent 2855619307
commit 12be412c69
3 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `arrow-up`
- `bar-chart`
- `bar-chart-2`
- `battery`
- `bell`
- `bookmark`
- `box`

View File

@ -91,6 +91,7 @@
"globe",
"external-link",
"zap",
"battery",
"download",
"upload",
"download-cloud",

4
icons/battery.svg Normal file
View File

@ -0,0 +1,4 @@
<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">
<rect x="1" y="6" width="18" height="12" rx="2" ry="2"/>
<line x1="23" y1="13" x2="23" y2="11"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B