blob: abe10a38c44131232e03bb11b7b094c14f8929b8 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 24 24">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10,0 6,4 H 3 V 14 H 6 V 17 L 10,13 H 13 V 3 H 10 Z M 4,5 H 6 L 10,9 V 6 H 12 V 12 H 10 L 6,8 V 11 H 4 Z"/>
</svg>
|