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
8 lines
438 B
XML
8 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="32" height="32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
|
color:#232629;
|
|
}</style>
|
|
<path class="ColorScheme-Text" d="m3 10v12h25v-3c0.554 0 1-0.446 1-1v-4c0-0.554-0.446-1-1-1v-3h-25zm1 1h23v10h-23v-10zm1 1v8h21v-8h-21z" style="fill:currentColor;fill-opacity:1;stroke:none"/>
|
|
</svg>
|