blob: 99a98bb9e09620c52e9fa1240a78d36a3663edaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<g transform="translate(1,1)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 7,0 V 7 L 3.5,3.5 2,5 8,11 14,5 12.5,3.5 9,7 V 0 Z"/>
<circle style="fill:currentColor" class="ColorScheme-Text" cx="8" cy="14" r="2"/>
</g>
</svg>
|