diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/go-down.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/go-down.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/go-down.svg b/Flat-Remix-Yellow/actions/scalable/go-down.svg index 475541b3f..56b53eb07 100644 --- a/Flat-Remix-Yellow/actions/scalable/go-down.svg +++ b/Flat-Remix-Yellow/actions/scalable/go-down.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 7 2 L 7.0214844 10.460938 L 3.3867188 6.8261719 L 2 8.2109375 L 8 14.210938 L 14.041016 8.2109375 L 12.654297 6.8261719 L 9.0214844 10.460938 L 9 2 L 7 2 z" transform="translate(4 4)"/> + <g transform="matrix(1,0,0,1,4,4)"> + <path class="ColorScheme-Text" d="M 7,2 V 10 L 3.5,6.5 2,8 8,14 14,8 12.5,6.5 9,10 V 2 Z" style="fill:currentColor"/> + </g> </svg> |