mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +01:00
* Updated icons/battery-full.svg * Updated icons/battery-full.json * Updated icons/battery.svg * Updated icons/battery.json * Updated icons/battery-charging.svg * Updated icons/battery-charging.json * Updated icons/battery-plus.svg * Updated icons/battery-warning.svg * Updated icons/battery-warning.json * Updated icons/battery-medium.svg * Updated icons/battery-medium.json * Updated icons/battery-low.svg * Updated icons/battery-low.json --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
18 lines
393 B
XML
18 lines
393 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M10 17h.01" />
|
|
<path d="M10 7v6" />
|
|
<path d="M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" />
|
|
<path d="M22 14v-4" />
|
|
<path d="M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" />
|
|
</svg>
|