diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg')
-rw-r--r--[l---------] | Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg b/Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg index 6ad916587..da74b1c09 120000..100644 --- a/Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg +++ b/Flat-Remix-Red-Light/actions/scalable/draw-arrow-forward.svg @@ -1 +1,10 @@ -./go-next.svg
\ No newline at end of file +<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:#000000; } .ColorScheme-Highlight { color:#367bf0; } + </style> + </defs> + <g transform="matrix(1,0,0,1,4,4)"> + <path class="ColorScheme-Text" d="M 2,9 H 10 L 6.5,12.5 8,14 14,8 8,2 6.5,3.5 10,7 H 2 Z" style="fill:currentColor"/> + </g> +</svg> |