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
9 lines
1000 B
XML
9 lines
1000 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 10v12h12a8 8 0 0 1 0.072266-1h-11.072v-10h23v4.0742a8 8 0 0 1 2 1.6367v-2.7109c0-0.554-0.446-1-1-1v-3h-25zm2 2v8h8l-2-8h-6z" fill="currentColor"/>
|
|
<path class="ColorScheme-Text" d="m23 15c-3.8601 0-7 3.1399-7 7s3.1399 7 7 7 7-3.1399 7-7-3.1399-7-7-7zm0 1c3.3196 0 6 2.6804 6 6s-2.6804 6-6 6-6-2.6804-6-6 2.6804-6 6-6zm1 1-1.9219 4.6133c-0.07883 0.1706-0.078125 0.2626-0.078125 0.38672 0 0.55228 0.44772 1 1 1s1-0.44772 1-1v-3zm-1.418 0.01758c-1.7059 0.14296-3.221 1.1507-4.0137 2.668l0.88672 0.46289c0.60973-1.1672 1.7508-1.9564 3.0507-2.1181zm2.7637 0.5664-0.3457-0.15162 8.97e-4 1.1031c1.0635 0.61409 1.7877 1.6846 1.96 2.9059l0.99023-0.14062c-0.22348-1.5842-1.1926-2.9663-2.6055-3.7168z" fill="currentColor"/>
|
|
</svg>
|