diff options
Diffstat (limited to 'Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.svg')
-rw-r--r-- | Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.svg b/Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.svg index f4ebabc05..2c267f31e 100644 --- a/Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.svg +++ b/Flat-Remix-Yellow-Dark/actions/scalable/draw-halfcircle2.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:#eeeeec; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 4.0078125 1.0097656 L 4.0078125 2.1757812 L 4.0078125 2.2988281 L 4.0078125 13.716797 L 4.0078125 13.833984 L 4.0078125 15 L 5.1503906 15 C 8.9374906 15 12.007812 11.869059 12.007812 8.0058594 C 12.007812 4.1426594 8.9374906 1.0097656 5.1503906 1.0097656 C 5.0714906 0.98816562 4.0078125 1.0097656 4.0078125 1.0097656 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,1 C 9,1 12,4 12,8 12,12 9,15 5,15 H 4 V 1 Z"/> + </g> </svg> |