1
2
3
4
5
6
7
8
9
|
<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,13 19.5,8.5 14,4 c 0,0.01 0,1.34 0,2 -1,0 -2,0 -3,0 0,1.67 0,3.34 0,5 1,0 2,0 3,0 0,0.67 0,2 0,2 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10,10 4.5,14.5 10,19 v -2 h 3 v -5 h -3 z"/>
</svg>
|