1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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 15.8075,6.0302001 c -0.209,0.05 -0.42,0.17 -0.56,0.34 L 8.9675,13.56 6.7175,11.3102 c -0.38,-0.37 -1.06,-0.37 -1.44,0 -0.37,0.38 -0.37,1.06 0,1.44 l 3,2.9998 0.78,0.75 0.69,-0.81 7,-7.9997999 c 0.57,-0.62 -0.11,-1.83 -0.94,-1.66 z"/>
</svg>
|