diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/zoom-in-x.svg')
-rw-r--r-- | Flat-Remix-Red-Light/actions/scalable/zoom-in-x.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/zoom-in-x.svg b/Flat-Remix-Red-Light/actions/scalable/zoom-in-x.svg index 020fc58b6..fdcf495a7 100644 --- a/Flat-Remix-Red-Light/actions/scalable/zoom-in-x.svg +++ b/Flat-Remix-Red-Light/actions/scalable/zoom-in-x.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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + .ColorScheme-Text { color:#000000; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 3.2148438 2 C 2.5449838 2 1.9960938 2.5248 1.9960938 3.1875 L 1.9960938 7 L 3.9960938 7 L 3.9960938 4 L 6.9960938 4 L 6.9960938 2 L 3.2148438 2 z M 11 2 L 11 4 L 8 4 L 8 6 L 11 6 L 11 8 L 14 5 L 11 2 z M 2 8 L 2 14 L 8 14 L 8 8 L 2 8 z M 11.996094 9 L 11.996094 12 L 8.9960938 12 L 8.9960938 14 L 12.777344 14 C 13.447204 14 13.996094 13.4752 13.996094 12.8125 L 13.996094 9 L 11.996094 9 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 3,2 C 2,2 2,3 2,3 V 7 H 4 V 4 H 7 V 2 Z M 12,9 V 12 H 9 V 14 H 13 C 14,14 14,13 14,13 V 9 Z M 2,8 V 14 H 8 V 8 Z M 11,2 V 4 H 8 V 6 H 11 V 8 L 14,5 Z"/> + </g> </svg> |