diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/escape-direction-up.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/escape-direction-up.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/escape-direction-up.svg b/Flat-Remix-Red-Light/actions/scalable/escape-direction-up.svg index 0f1839da6..20be21783 100644 --- a/Flat-Remix-Red-Light/actions/scalable/escape-direction-up.svg +++ b/Flat-Remix-Red-Light/actions/scalable/escape-direction-up.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="M 1 1.0039062 L 1 15.003906 L 15 15.003906 L 15 1.0039062 L 1 1.0039062 z M 3 3.0058594 L 7 3.0058594 L 7 6.2832031 C 6.40435 6.6295531 6 7.2671844 6 8.0058594 C 6 9.1104594 6.8954 10.005859 8 10.005859 C 9.1046 10.005859 10 9.1104594 10 8.0058594 C 10 7.2671844 9.59565 6.6295531 9 6.2832031 L 9 3.0058594 L 13 3.0058594 L 13 13.003906 L 3 13.003906 L 3 3.0058594 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,15 V 1 H 15 V 15 Z M 3,13 H 13 V 3 H 9 V 7 H 7 V 3 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> |