diff options
Diffstat (limited to 'Flat-Remix-Light/actions/scalable/draw-donut.svg')
-rw-r--r-- | Flat-Remix-Light/actions/scalable/draw-donut.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix-Light/actions/scalable/draw-donut.svg b/Flat-Remix-Light/actions/scalable/draw-donut.svg index 965de8d90..5927a8de7 100644 --- a/Flat-Remix-Light/actions/scalable/draw-donut.svg +++ b/Flat-Remix-Light/actions/scalable/draw-donut.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 6 2.5 C 4.066406 2.5 2.5 4.066406 2.5 6 C 2.5 7.933594 4.066406 9.5 6 9.5 C 7.933594 9.5 9.5 7.933594 9.5 6 C 9.5 4.066406 7.933594 2.5 6 2.5 Z M 6 4.5 C 6.828125 4.5 7.5 5.171875 7.5 6 C 7.5 6.828125 6.828125 7.5 6 7.5 C 5.171875 7.5 4.5 6.828125 4.5 6 C 4.5 5.171875 5.171875 4.5 6 4.5 Z M 6 5.5 C 5.722656 5.5 5.5 5.722656 5.5 6 C 5.5 6.277344 5.722656 6.5 6 6.5 C 6.277344 6.5 6.5 6.277344 6.5 6 C 6.5 5.722656 6.277344 5.5 6 5.5 Z M 6 5.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="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7 7 7 0 0 0 -7 -7zm0 4a3 3 0 0 1 3 3 3 3 0 0 1 -3 3 3 3 0 0 1 -3 -3 3 3 0 0 1 3 -3zm0 2a1 1 0 0 0 -1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 -1 1 1 0 0 0 -1 -1z" transform="translate(4 4)"/> </svg> |