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:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 11,5 C 10,5 10,6 10,6 H 7 C 7,6 6,6 6,7 V 8 H 19 V 7 C 19,6 18,6 18,6 H 15 C 15,6 15,5 14,5 Z M 7,9 v 9 c 0,0.52 0.48,1 1,1 h 9 c 0.52,0 1,-0.48 1,-1 V 9 Z"/>
</svg>
|