diff options
Diffstat (limited to 'Flat-Remix/panel/battery-full.svg')
-rw-r--r-- | Flat-Remix/panel/battery-full.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix/panel/battery-full.svg b/Flat-Remix/panel/battery-full.svg index e7f8f43e8..a5d901c69 100644 --- a/Flat-Remix/panel/battery-full.svg +++ b/Flat-Remix/panel/battery-full.svg @@ -1,5 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 5 2.5 L 5 3 L 3.5 3 L 3.5 9 C 3.5 9.273438 3.722656 9.5 4 9.5 L 8 9.5 C 8.277344 9.5 8.5 9.273438 8.5 9 L 8.5 3 L 7 3 L 7 2.5 Z M 5 2.5"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } + </style> + </defs> + <path style="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"/> </svg> |