1
2
3
4
5
6
7
8
|
<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:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 12,5 a 7,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 -0.553,-2.709 L 11.2793,17.5 7.5,13.75 c -0.38,-0.38 -0.38,-1.0595 0,-1.4395 0.38,-0.38 1.0595,-0.38 1.4395,0 l 2.25,2.2505 6.1655,-7.0571 A 7,7 0 0 0 12,5 Z"/>
</svg>
|