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
13 lines
423 B
XML
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>
|