1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="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.96,15 H 12.13 L 11.06,13.17 10,15 H 9.09 L 8.62,14.2 10.15,11.58 9.02,9.62 9.92,8 Z M 9,4 8,5 V 7 H 4 v 9 c 0,0.554 0.446,1 1,1 h 12 c 0.554,0 1,-0.446 1,-1 V 7 H 14 V 5 L 13,4 Z m 0,1 h 4 V 7 H 9 Z"/>
</svg>
|