diff options
Diffstat (limited to 'src/_icons/battery-charging.svg')
-rw-r--r-- | src/_icons/battery-charging.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg new file mode 100644 index 00000000..10d1ef18 --- /dev/null +++ b/src/_icons/battery-charging.svg @@ -0,0 +1,8 @@ +--- +group: battery +--- +<svg> + <path d="M16 7h1a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-2" /> + <path d="M8 7H6a2 2 0 00-2 2v6a2 2 0 002 2h1" /> + <polyline points="12 8 10 12 13 12 11 16" /> +</svg> |