diff options
Diffstat (limited to 'Flat-Remix-Magenta-Light/actions/22/window-restore.svg')
-rw-r--r-- | Flat-Remix-Magenta-Light/actions/22/window-restore.svg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Flat-Remix-Magenta-Light/actions/22/window-restore.svg b/Flat-Remix-Magenta-Light/actions/22/window-restore.svg index 5e966dfeb..3b261a4aa 100644 --- a/Flat-Remix-Magenta-Light/actions/22/window-restore.svg +++ b/Flat-Remix-Magenta-Light/actions/22/window-restore.svg @@ -1,8 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"> +<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:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } .ColorScheme-NeutralText { color:#ffcc44; } .ColorScheme-PositiveText { color:#3db47e; } .ColorScheme-NegativeText { color:#dd4747; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 4 7 L 4 9 L 12 9 L 12 7 L 4 7 z" transform="translate(3 3)"/> + <g transform="translate(3,3)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,4 C 4.446,4 4,4.446 4,5 V 11 C 4,11.554 4.446,12 5,12 H 11 C 11.554,12 12,11.554 12,11 V 5 C 12,4.446 11.554,4 11,4 Z M 6.5,7 H 9.5 C 9.777,7 10,7.223 10,7.5 V 9.5 C 10,9.777 9.777,10 9.5,10 H 6.5 C 6.223,10 6,9.777 6,9.5 V 7.5 C 6,7.223 6.223,7 6.5,7 Z"/> + </g> </svg> |