diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/pane-hide.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/pane-hide.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/pane-hide.svg b/Flat-Remix-Yellow/actions/scalable/pane-hide.svg index 5efd4fab0..81d9a48b1 100644 --- a/Flat-Remix-Yellow/actions/scalable/pane-hide.svg +++ b/Flat-Remix-Yellow/actions/scalable/pane-hide.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:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 3 1 L 3 3.0019531 L 11 3.0039062 L 11 13.003906 L 3 13.003906 L 3 15 L 13 15.003906 L 13 1.0039062 L 3 1 z M 6 5.0039062 L 6 7.0039062 L 2 7.0039062 L 2 9.0039062 L 6 9.0039062 L 6 11.003906 L 10 8.0039062 L 6 5.0039062 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,1 V 3 H 11 V 13 H 3 V 15 H 13 V 1 Z M 6,5 V 7 H 2 V 9 H 6 V 11 L 10,8 Z"/> + </g> </svg> |