1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#eeeeec; } .ColorScheme-Highlight { color:#367bf0; } .ColorScheme-NeutralText { color:#ffcc44; } .ColorScheme-PositiveText { color:#3db47e; } .ColorScheme-NegativeText { color:#dd4747; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,5 C 5,5 4,5 4,6.0000001 V 16 c 0,1 1,1 1,1 h 2 l 0.9999999,1 H 15 l 1,-1 h 2 c 0,0 1,0.13 1,-1 V 6.0000001 C 19,5 18,5 18,5 Z m 7,2.9999999 c 1.1,0 2,0.895 2,2.0000001 0,1.105 -0.9,2 -2,2 v 1 h -1 v -2 h 1 c 0.55,0 1,-0.448 1,-1 0,-0.552 -0.45,-1 -1,-1 -0.55,0 -1,0.448 -1,1 H 10 C 10,8.8949999 10.9,7.9999999 12,7.9999999 Z M 11,14 h 1 v 1 h -1 z"/>
</svg>
|