diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/view-more.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/view-more.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/view-more.svg b/Flat-Remix-Red-Light/actions/scalable/view-more.svg index 420c461df..f8fface8f 100644 --- a/Flat-Remix-Red-Light/actions/scalable/view-more.svg +++ b/Flat-Remix-Red-Light/actions/scalable/view-more.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 7.5 3.0039062 C 6.67765 3.0039062 6 3.6815562 6 4.5039062 C 6 5.3262563 6.67765 6.0039062 7.5 6.0039062 C 8.32235 6.0039062 9 5.3262563 9 4.5039062 C 9 3.6815562 8.32235 3.0039062 7.5 3.0039062 z M 7.5 7.0039062 C 6.67765 7.0039062 6 7.6815562 6 8.5039062 C 6 9.3262563 6.67765 10.003906 7.5 10.003906 C 8.32235 10.003906 9 9.3262563 9 8.5039062 C 9 7.6815562 8.32235 7.0039062 7.5 7.0039062 z M 7.5 11.003906 C 6.67765 11.003906 6 11.681556 6 12.503906 C 6 13.326256 6.67765 14.003906 7.5 14.003906 C 8.32235 14.003906 9 13.326256 9 12.503906 C 9 11.681556 8.32235 11.003906 7.5 11.003906 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 9,12.5 A 1.5,1.5 0 0 1 7.5,14 1.5,1.5 0 0 1 6,12.5 1.5,1.5 0 0 1 7.5,11 1.5,1.5 0 0 1 9,12.5 Z M 9,8.5 A 1.5,1.5 0 0 1 7.5,10 1.5,1.5 0 0 1 6,8.5 1.5,1.5 0 0 1 7.5,7 1.5,1.5 0 0 1 9,8.5 Z M 9,4.5 A 1.5,1.5 0 0 1 7.5,6 1.5,1.5 0 0 1 6,4.5 1.5,1.5 0 0 1 7.5,3 1.5,1.5 0 0 1 9,4.5 Z"/> + </g> </svg> |