diff options
Diffstat (limited to 'Flat-Remix/panel/battery-good.svg')
-rw-r--r-- | Flat-Remix/panel/battery-good.svg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Flat-Remix/panel/battery-good.svg b/Flat-Remix/panel/battery-good.svg index 7f4a36e6b..7d579788e 100644 --- a/Flat-Remix/panel/battery-good.svg +++ b/Flat-Remix/panel/battery-good.svg @@ -1,9 +1,11 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> <defs> <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; } </style> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 9,4 V 5 H 6 V 17 C 6,17.55 6.446,18 7,18 H 15 C 15.554,18 16,17.55 16,17 V 5 H 13 V 4 Z"/> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 6 9 L 6 17 C 6 17.55 6.446 18 7 18 L 15 18 C 15.554 18 16 17.55 16 17 L 16 9 L 6 9 z"/> + <g transform="matrix(1,0,0,1,1,1)"> + <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 9,4 V 5 H 6 V 17 C 6,17.55 6.446,18 7,18 H 15 C 15.554,18 16,17.55 16,17 V 5 H 13 V 4 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 6 9 L 6 17 C 6 17.55 6.446 18 7 18 L 15 18 C 15.554 18 16 17.55 16 17 L 16 9 L 6 9 z"/> + </g> </svg> |