mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add battery-charging icon
This commit is contained in:
parent
4ca3fc6879
commit
6313b5807d
@ -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`
|
||||||
|
5
icons/core/battery-charging.svg
Normal file
5
icons/core/battery-charging.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user