diff options
Diffstat (limited to 'Flat-Remix-Red/actions/scalable/view-continuous.svg')
-rw-r--r-- | Flat-Remix-Red/actions/scalable/view-continuous.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red/actions/scalable/view-continuous.svg b/Flat-Remix-Red/actions/scalable/view-continuous.svg index 34338eb36..8e639d2d7 100644 --- a/Flat-Remix-Red/actions/scalable/view-continuous.svg +++ b/Flat-Remix-Red/actions/scalable/view-continuous.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 6 2.0039062 L 6 3.0039062 L 10 3.0039062 L 10 2.0039062 L 6 2.0039062 z M 4 4.0078125 L 4 6.0039062 L 12 6.0039062 L 12 4.0078125 L 4 4.0078125 z M 2 7.0039062 L 2 9 L 14 9 L 14 7.0039062 L 2 7.0039062 z M 4 10.003906 L 4 12.005859 L 12 12.005859 L 12 10.003906 L 4 10.003906 z M 6 13.003906 L 6 14.003906 L 10 14.003906 L 10 13.003906 L 6 13.003906 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 6,2 V 3 H 10 V 2 Z M 4,4 V 6 H 12 V 4 Z M 2,7 V 9 H 14 V 7 Z M 4,10 V 12 H 12 V 10 Z M 6,13 V 14 H 10 V 13 Z"/> + </g> </svg> |