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 7,3 C 5.892,3 5,3.892 5,5 v 12 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 V 5 C 17,3.892 16.108,3 15,3 Z m 2,3 h 4 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 9 C 8.446,8 8,7.554 8,7 8,6.446 8.446,6 9,6 Z m 0,8 h 4 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 9 C 8.446,16 8,15.554 8,15 8,14.446 8.446,14 9,14 Z"/>
</svg>
|