diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/window-close.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/window-close.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/window-close.svg b/Flat-Remix-Red-Light/actions/scalable/window-close.svg index 41c599e7c..8259b58ed 100644 --- a/Flat-Remix-Red-Light/actions/scalable/window-close.svg +++ b/Flat-Remix-Red-Light/actions/scalable/window-close.svg @@ -1,8 +1,11 @@ -<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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 11.003906 3.9824219 A 1 1 0 0 0 10.296875 4.2753906 L 8.0039062 6.5683594 L 5.7207031 4.2851562 A 1 1 0 0 0 5.7109375 4.2753906 A 1 1 0 0 0 5.0097656 3.9863281 L 5 4 A 1 1 0 0 0 4 5 A 1 1 0 0 0 4.2929688 5.7070312 L 6.5859375 8 L 4.2929688 10.292969 A 1 1 0 0 0 4.0039062 10.992188 A 1 1 0 0 0 5.0039062 11.992188 A 1 1 0 0 0 5.7109375 11.699219 L 8.0039062 9.40625 L 10.287109 11.689453 A 1 1 0 0 0 11.003906 11.992188 A 1 1 0 0 0 12.003906 10.992188 A 1 1 0 0 0 11.710938 10.285156 L 9.4101562 7.9863281 L 11.693359 5.703125 A 1 1 0 0 0 12.003906 4.9824219 A 1 1 0 0 0 11.003906 3.9824219 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,4 C 4.4477,4 4,4.4477 4,5 4,5.2652 4.1055,5.5195 4.293,5.707 L 10.293,11.707 C 10.48,11.895 10.735,12 11,12 11.552,12 12,11.552 12,11 12,10.735 11.895,10.48 11.707,10.293 L 5.707,4.293 C 5.5195,4.1055 5.2652,4 5,4 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,12 C 4.4477,12 4,11.552 4,11 4,10.735 4.1055,10.48 4.293,10.293 L 10.293,4.293 C 10.48,4.105 10.735,4 11,4 11.552,4 12,4.448 12,5 12,5.265 11.895,5.52 11.707,5.707 L 5.707,11.707 C 5.5195,11.895 5.2652,12 5,12 Z"/> + </g> </svg> |