diff options
Diffstat (limited to 'Flat-Remix-Yellow/actions/scalable/crosshairs.svg')
-rw-r--r-- | Flat-Remix-Yellow/actions/scalable/crosshairs.svg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow/actions/scalable/crosshairs.svg b/Flat-Remix-Yellow/actions/scalable/crosshairs.svg index 95125fa85..f86c19dce 100644 --- a/Flat-Remix-Yellow/actions/scalable/crosshairs.svg +++ b/Flat-Remix-Yellow/actions/scalable/crosshairs.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:#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 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)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 1,7 H 15 V 9 H 1 Z M 7,1 H 9 V 15 H 7 Z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 8,4 A 4,4 0 0 1 12,8 4,4 0 0 1 8,12 4,4 0 0 1 4,8 4,4 0 0 1 8,4 Z"/> + </g> </svg> |