blob: 867abe6aaea2648b4aeb6a72ec8a806453f4ad34 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#928374; } .ColorScheme-Highlight { color:#5294e2; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 4 1 C 4 1 2 1 2 3 L 2 8 L 9 15 L 16 8 L 9 1 L 4 1 z M 5 3 C 5.55228 3 6 3.44772 6 4 C 6 4.55228 5.55228 5 5 5 C 4.44772 5 4 4.55228 4 4 C 4 3.44772 4.44772 3 5 3 z"/>
</svg>
|