diff options
Diffstat (limited to 'Flat-Remix-Light/actions/scalable/crosshairs.svg')
-rw-r--r-- | Flat-Remix-Light/actions/scalable/crosshairs.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix-Light/actions/scalable/crosshairs.svg b/Flat-Remix-Light/actions/scalable/crosshairs.svg index 18dbb3cd6..3e44ed98e 100644 --- a/Flat-Remix-Light/actions/scalable/crosshairs.svg +++ b/Flat-Remix-Light/actions/scalable/crosshairs.svg @@ -1,5 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 5.5 2.5 L 5.5 3.046875 C 4.242188 3.257812 3.257812 4.242188 3.042969 5.5 L 2.5 5.5 L 2.5 6.5 L 3.046875 6.5 C 3.257812 7.757812 4.242188 8.742188 5.5 8.957031 L 5.5 9.5 L 6.5 9.5 L 6.5 8.953125 C 7.757812 8.742188 8.742188 7.757812 8.957031 6.5 L 9.5 6.5 L 9.5 5.5 L 8.953125 5.5 C 8.742188 4.242188 7.757812 3.257812 6.5 3.042969 L 6.5 2.5 Z M 5.5 4.066406 L 5.5 5.5 L 4.066406 5.5 C 4.25 4.796875 4.796875 4.246094 5.5 4.066406 Z M 6.5 4.066406 C 7.203125 4.25 7.753906 4.796875 7.933594 5.5 L 6.5 5.5 Z M 4.066406 6.5 L 5.5 6.5 L 5.5 7.933594 C 4.796875 7.75 4.246094 7.203125 4.066406 6.5 Z M 6.5 6.5 L 7.933594 6.5 C 7.75 7.203125 7.203125 7.753906 6.5 7.933594 Z M 6.5 6.5"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 7 1 L 7 2.0898438 A 6 6 0 0 0 2.0859375 7 L 1 7 L 1 9 L 2.0898438 9 A 6 6 0 0 0 7 13.914062 L 7 15 L 9 15 L 9 13.910156 A 6 6 0 0 0 13.914062 9 L 15 9 L 15 7 L 13.910156 7 A 6 6 0 0 0 9 2.0859375 L 9 1 L 7 1 z M 7 4.1308594 L 7 7 L 4.1328125 7 A 4 4 0 0 1 7 4.1308594 z M 9 4.1328125 A 4 4 0 0 1 11.869141 7 L 9 7 L 9 4.1328125 z M 4.1308594 9 L 7 9 L 7 11.867188 A 4 4 0 0 1 4.1308594 9 z M 9 9 L 11.867188 9 A 4 4 0 0 1 9 11.869141 L 9 9 z" transform="translate(4 4)"/> </svg> |