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 9,12.5 3.5,3.5 -1,1 h -2 L 8,15.5 v -2 z M 5,17 h 2 c 2,0 2,2 2,2 H 5 Z M 16,6.5000002 9.75,11.75 13.25,15.25 18.5,9 c 1.122,-1.1219998 0,-1.9999998 0,-1.9999998 l -0.5,-0.5 c 0,0 -0.866,-1.1341 -2,0 z"/>
</svg>
|