diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/escape-direction-all.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/escape-direction-all.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/escape-direction-all.svg b/Flat-Remix-Red-Light/actions/scalable/escape-direction-all.svg index e32b78f08..36f895d19 100644 --- a/Flat-Remix-Red-Light/actions/scalable/escape-direction-all.svg +++ b/Flat-Remix-Red-Light/actions/scalable/escape-direction-all.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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="m1 1v14h14v-14h-14zm2 2h4v3.2773c-0.3006 0.1748-0.5479 0.4221-0.7227 0.7227h-3.2773v-4zm6 0h4v4h-3.2773c-0.1748-0.3006-0.4221-0.5479-0.7227-0.7227v-3.2773zm-6 6h3.2773c0.1748 0.3006 0.4221 0.5479 0.7227 0.7227v3.2773h-4v-4zm6.7227 0h3.2773v4h-4v-3.2773c0.3006-0.1748 0.5479-0.4221 0.7227-0.7227z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <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"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,1 V 15 H 15 V 1 Z M 3,3 H 7 V 7 H 3 Z M 9,3 H 13 V 7 H 9 Z M 3,9 H 7 V 13 H 3 Z M 13,9 V 13 H 9 V 9 Z"/> + </g> </svg> |