diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/go-up.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/go-up.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/go-up.svg b/Flat-Remix-Red-Light/actions/scalable/go-up.svg index 4c61ab92b..04233f5b4 100644 --- a/Flat-Remix-Red-Light/actions/scalable/go-up.svg +++ b/Flat-Remix-Red-Light/actions/scalable/go-up.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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 8 1.7871094 L 2 7.7871094 L 3.3867188 9.1738281 L 7.0214844 5.5390625 L 7 14 L 9 14 L 9.0214844 5.5390625 L 12.654297 9.1738281 L 14.041016 7.7871094 L 8 1.7871094 z" transform="translate(4 4)"/> + <g transform="matrix(1,0,0,1,4,4)"> + <path class="ColorScheme-Text" d="M 7,14 V 6 L 3.5,9.5 2,8 8,2 14,8 12.5,9.5 9,6 V 14 Z" style="fill:currentColor"/> + </g> </svg> |