Louis Moureaux de21da92b9 Add battery icons with power profile emblems
This MR adds battery status icons including the power profile information,
currently for the `powersave` and `performance` profiles.

The icons are made with the help of a Python script, which allows easy
modification in the future.

CCBUG: 483805
2024-08-19 17:49:22 +00:00

13 lines
423 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-NegativeText {
color:#da4453;
}
.ColorScheme-PositiveText {
color:#27ae60;
}</style>
</defs>
<path d="m12 11-4 2v9h14v-14h-2c-5 0-6 1-8 3z"/>
</svg>