blob: 9dc6ea4c6c29c2c4610f998d8ada2c5f6a86afe1 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<defs>
<style id="style2" type="text/css">
.ColorScheme-Text { color:#928374; } .ColorScheme-Highlight { color:#5294e2; }
</style>
</defs>
<path style="fill:none;stroke:currentColor;stroke-linejoin:round" class="ColorScheme-Text" d="M 12,15.5 H 9.5 V 11.5 H 12 M 9.5,13.5 H 12"/>
<path style="fill:none;stroke:currentColor;stroke-linejoin:round" class="ColorScheme-Text" d="M 13.5,11 V 14 L 14.5,15.5 15.5,14 V 11"/>
</svg>
|