diff options
Diffstat (limited to 'Flat-Remix-Blue/actions/scalable/draw-halfcircle3.svg')
-rw-r--r-- | Flat-Remix-Blue/actions/scalable/draw-halfcircle3.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Flat-Remix-Blue/actions/scalable/draw-halfcircle3.svg b/Flat-Remix-Blue/actions/scalable/draw-halfcircle3.svg index 238716a77..172ee5cf2 100644 --- a/Flat-Remix-Blue/actions/scalable/draw-halfcircle3.svg +++ b/Flat-Remix-Blue/actions/scalable/draw-halfcircle3.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:#5c616c; } .ColorScheme-Highlight { color:#5294e2; } + .ColorScheme-Text { color:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 8.0058594 4.0019531 C 4.1426594 4.0019531 1.0097656 7.072275 1.0097656 10.859375 C 0.98816563 10.938275 1.0097656 12.001953 1.0097656 12.001953 L 2.1757812 12.001953 L 2.2988281 12.001953 L 13.716797 12.001953 L 13.833984 12.001953 L 15 12.001953 L 15 10.859375 C 15 7.072275 11.869059 4.0019531 8.0058594 4.0019531 z" transform="translate(4 4)"/> + <g transform="translate(4,4)"> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 15,11 C 15,7 12,4 8,4 4,4 1,7 1,11 V 12 L 15,12 Z"/> + </g> </svg> |