blob: 8bf28ec36a3cc89ecb50ed06ccad42aa1f1ae85b (
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:#e26da9; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10 1 L 10 3 L 6 3 L 6 5 L 10 5 L 10 7 L 12.5 5.5 L 15 4 L 12.5 2.5 L 10 1 z M 1 2 L 1 6 L 5 6 L 5 2 L 1 2 z M 6 9 L 3.5 10.5 L 1 12 L 3.5 13.5 L 6 15 L 6 13 L 10 13 L 10 11 L 6 11 L 6 9 z M 11 10 L 11 14 L 15 14 L 15 10 L 11 10 z"/>
</svg>
|