diff options
Diffstat (limited to 'Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg')
-rw-r--r--[l---------] | Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg b/Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg index 8ca2d4396..41f5c952d 120000..100644 --- a/Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg +++ b/Flat-Remix-Red-Light/actions/scalable/draw-ellipse.svg @@ -1 +1,10 @@ -media-record.svg
\ No newline at end of file +<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:#000000; } .ColorScheme-Highlight { color:#367bf0; } + </style> + </defs> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 13,8 A 5,5 0 0 1 8,13 5,5 0 0 1 3,8 5,5 0 0 1 8,3 5,5 0 0 1 13,8 Z"/> + </g> +</svg> |