blob: 379af1d95b7cc13946de245c1fa9eced679b2e1f (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 22 22">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path style="fill:none;stroke:currentColor;stroke-linejoin:round" class="ColorScheme-Text" d="M 15.5,13 V 14.5 C 15.5,15.5 15.5,15.5 14.5,15.5 13.5,15.5 13.5,15.5 13.5,14.5 V 12.5 C 13.5,11.5 13.5,11.5 14.5,11.5 H 16"/>
<path style="fill:none;stroke:currentColor;stroke-linejoin:round" class="ColorScheme-Text" d="M 11.5,16 V 13.5 H 9.4999 V 11 M 11.5,13.5 V 11"/>
</svg>
|