blob: 2c9fbb7e85c8fe3d255bc91704943ca1c7eacd57 (
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:#dfdfdf; } .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 6,4 A 1,1 0 0 1 5,5 1,1 0 0 1 4,4 1,1 0 0 1 5,3 1,1 0 0 1 6,4 Z M 4,1 C 4,1 2,1 2,3 V 8 L 9,15 16,8 9,1 Z"/>
</svg>
|