diff options
Diffstat (limited to 'Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg')
-rw-r--r-- | Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg b/Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg index 28979b74d..5c73944ca 100644 --- a/Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg +++ b/Flat-Remix-Yellow-Dark/actions/scalable/focus-top-bar.svg @@ -1,8 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> +<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:#eeeeec; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 1 4.0097656 C 0 4.0097656 0 5.0097656 0 5.0097656 L 0 12.009766 L 2 12.009766 L 2 7.0097656 L 14 7.0097656 L 14 12.009766 L 16.017578 12.009766 L 16 5.0097656 C 16 4.0097656 15 4.0097656 15 4.0097656 L 1 4.0097656 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,4 C 0,4 0,5 0,5 V 12 H 2 V 7 H 14 V 12 H 16 V 5 C 16,4 15,4 15,4 Z"/> + </g> </svg> |