diff options
Diffstat (limited to 'Flat-Remix-Yellow-Dark/actions/scalable/draw-line.svg')
-rw-r--r-- | Flat-Remix-Yellow-Dark/actions/scalable/draw-line.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow-Dark/actions/scalable/draw-line.svg b/Flat-Remix-Yellow-Dark/actions/scalable/draw-line.svg index 08af70d5c..f9cf9a8dc 100644 --- a/Flat-Remix-Yellow-Dark/actions/scalable/draw-line.svg +++ b/Flat-Remix-Yellow-Dark/actions/scalable/draw-line.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:#eeeeec; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="m11 1v1 2.3125l-6.6875 6.6875h-2.3125-1v4h4v-1-2.312l6.688-6.688h3.312v-4h-4z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 11,1 V 4.3125 L 4.3125,11 H 1 V 15 H 5 V 11.688 L 11.688,5 H 15 V 1 Z"/> + </g> </svg> |