diff options
Diffstat (limited to 'Flat-Remix-Light/panel/battery-full-charged.svg')
-rw-r--r-- | Flat-Remix-Light/panel/battery-full-charged.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix-Light/panel/battery-full-charged.svg b/Flat-Remix-Light/panel/battery-full-charged.svg index e19b31863..9762f85bb 100644 --- a/Flat-Remix-Light/panel/battery-full-charged.svg +++ b/Flat-Remix-Light/panel/battery-full-charged.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(19.215686%,21.176471%,23.137255%)" 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 6 4.5 L 6 6 L 7.5 6 L 6 8.5 L 6 7 L 4.5 7 Z M 6 4.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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + </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 M 11,8 V 11 H 14 L 11,16 V 13 H 8 Z"/> </svg> |