blob: 1fd546d40aee113918ec20fb4c281e5874d41cfd (
plain)
1
2
3
4
5
6
7
8
|
<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 8,0 C 3.58,0 0,3.58 0,8 0,12.42 3.58,16 8,16 12.42,16 16,12.42 16,8 16,3.58 12.42,0 8,0 Z M 8,3.43 V 7 H 11.43 L 8,12.57 V 9 H 4.57 Z"/>
</svg>
|