mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +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>
16 lines
310 B
XML
16 lines
310 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="M22 14v-4" />
|
|
<path d="M6 14v-4" />
|
|
<rect x="2" y="6" width="16" height="12" rx="2" />
|
|
</svg>
|