1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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 4,1 3.25,4 H 12.75 L 12,1 8,1.5 Z M 3,5 0,7 H 16 L 13,5 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2,8 C 2,11.31 4.69,14 8,14 11.31,14 14,11.31 14,8 Z M 5.5,10 H 10.5 C 10.78,10 11,10.22 11,10.5 11,10.77 10.78,11 10.5,11 H 5.5 C 5.22,11 5,10.77 5,10.5 5,10.22 5.22,10 5.5,10 Z"/>
</svg>
|