1
2
3
4
5
6
7
8
9
|
<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 13,12 18.5,7.5 13,3 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 9,9 3.5,13.5 9,18 v -2 h 3 V 11 H 9 Z"/>
</svg>
|