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 14.835,6.0242002 c -0.22,0.05 -0.42,0.17 -0.56,0.34 L 7.995,13.554 5.745,11.3042 c -0.38,-0.38 -1.06,-0.38 -1.44,0 -0.38,0.38 -0.38,1.06 0,1.44 l 3,2.9998 0.78,0.75 0.69,-0.81 7,-7.9997998 c 0.56,-0.62 -0.12,-1.83 -0.94,-1.66 z"/>
</svg>
|