diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.svg b/Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.svg index 3acf43e57..139d652ea 100644 --- a/Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.svg +++ b/Flat-Remix-Yellow/actions/scalable/distribute-horizontal-x.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 1 3.0039062 L 1 13.003906 L 5 13.003906 L 5 3.0039062 L 1 3.0039062 z M 11 3.0039062 L 11 13.003906 L 15 13.003906 L 15 3.0039062 L 11 3.0039062 z M 6 6.0039062 L 6 10.003906 L 7 10.003906 L 7 9.0039062 L 9 9.0039062 L 9 10.003906 L 10 10.003906 L 10 6.0039062 L 9 6.0039062 L 9 7.0039062 L 7 7.0039062 L 7 6.0039062 L 6 6.0039062 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,3 V 13 H 5 V 3 Z M 11,3 V 13 H 15 V 3 Z M 6,6 V 10 H 7 V 9 H 9 V 10 H 10 V 6 H 9 V 7 H 7 V 6 Z"/> + </g> </svg> |