1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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 5,3 C 3,3 3,5 3,5 h 14 v 9 H 3 c 0,0 0,2 2,2 h 12 c 0,0 2,0 2,-2 V 5 C 19,5 19,3 17,3 Z M 3,6 v 7 h 12 z m 2,3 3,2 H 5 Z m 2,8 c 0,0 -1,0 -1,1 v 1 h 10 v -1 c 0,-1 -1,-1 -1,-1 z"/>
</svg>
|