diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/key-enter.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/key-enter.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/key-enter.svg b/Flat-Remix-Yellow/actions/scalable/key-enter.svg index 4cae144c9..4f2de1b61 100644 --- a/Flat-Remix-Yellow/actions/scalable/key-enter.svg +++ b/Flat-Remix-Yellow/actions/scalable/key-enter.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 7 1 A 1.0001 1.0001 0 0 0 6 2 L 6 6 L 2 6 A 1.0001 1.0001 0 0 0 1 7 L 1 14 A 1.0001 1.0001 0 0 0 2 15 L 14 15 A 1.0001 1.0001 0 0 0 15 14 L 15 2 A 1.0001 1.0001 0 0 0 14 1 L 7 1 z M 11 4 L 12 4 L 12 11 L 8 11 L 8 12 L 5 10.5 L 8 9 L 8 10 L 11 10 L 11 4 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 7,1 C 7,1 6,1 6,2 V 6 H 2 C 2,6 1,6 1,7 V 14 C 1,15 2,15 2,15 H 14 C 14,15 15,15 15,14 V 2 C 15,1 14,1 14,1 Z M 11,4 H 12 V 11 H 8 V 12 L 5,10.5 8,9 V 10 H 11 Z"/> + </g> </svg> |