diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.svg b/Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.svg index 057faebac..21fef8f3f 100644 --- a/Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.svg +++ b/Flat-Remix-Red-Light/actions/scalable/media-playlist-repeat.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 5 2 L 5 4 L 2.9316406 4 C 1.8618406 4 1 4.9391187 1 6.1054688 L 1 11.894531 C 1 13.060831 1.8618906 14 2.9316406 14 L 13.068359 14 C 14.138159 14 15 13.060881 15 11.894531 L 15 6.1054688 C 15 4.9391687 14.138109 4 13.068359 4 L 11 4 L 11 6 L 12.998047 6 C 12.996047 6.009 13 6.0262987 13 6.1054688 L 13 11.894531 C 13 11.973631 12.996047 11.99113 12.998047 12 L 3.0039062 12 C 3.0049063 11.991 3 11.973701 3 11.894531 L 3 6.1054688 C 3 6.0262687 3.0049062 6.00887 3.0039062 6 L 5 6 L 5 8 L 9 5 L 5 2 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,2 V 4 H 3 C 1,4 1,6 1,6 V 12 C 1,12 1,14 3,14 H 13 C 15,14 15,12 15,12 V 6 C 15,6 15,4 13,4 H 11 V 6 H 13 V 12 H 3 V 6 H 5 V 8 L 9,5 Z"/> + </g> </svg> |