diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg b/Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg index 33c156cd7..f5342fa8a 100644 --- a/Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg +++ b/Flat-Remix-Yellow/actions/scalable/escape-direction-down.svg @@ -1,8 +1,11 @@ -<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="m1 1v14h14v-14h-14zm2 2h10v10h-4v-3.2773c0.5956-0.3464 1-0.984 1-1.7227 0-1.1046-0.8954-2-2-2s-2 0.8954-2 2c0 0.7387 0.4044 1.3763 1 1.7227v3.2773h-4v-10z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,1 V 15 H 15 V 1 Z M 3,3 H 13 V 13 H 9 V 9 H 7 V 13 H 3 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 10,8 A 2,2 0 0 1 8,10 2,2 0 0 1 6,8 2,2 0 0 1 8,6 2,2 0 0 1 10,8 Z"/> + </g> </svg> |