diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.svg b/Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.svg index 4276e6611..d82f7807c 100644 --- a/Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.svg +++ b/Flat-Remix-Yellow/actions/scalable/distribute-vertical-equal.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="m3 1v2 1 1h-2v2h2 6 2v-2h-2v-1-1-2h-6zm8 1l2 3 2-3h-4zm-10 7v2h2v4h1 5v-4h2v-2h-10zm12 2l-2 3h4l-2-3z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,1 V 5 H 1 V 7 H 11 V 5 H 9 V 1 Z M 11,2 13,5 15,2 Z M 1,9 V 11 H 3 V 15 H 9 V 11 H 11 V 9 Z M 13,11 11,14 H 15 Z"/> + </g> </svg> |