blob: fb38f9ecde7648cb76eb1f6613f86deda90f5001 (
plain)
1
2
3
4
5
6
7
8
|
<svg width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16">
<path style="fill:#268bd2" d="M 1,1 1,15 10,8 z"/>
<path style="fill-opacity:.1" d="M 1,1 1,15 10,8 z"/>
<g style="fill:#268bd2">
<path d="M 6,1 6,15 15,8 z"/>
<path d="m 12,1 3,0 0,14 -3,0 z"/>
</g>
</svg>
|