1
2
3
4
5
6
7
8
9
10
|
<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 6.5,8 C 6.5,8 6,8 6,8.5 v 4 C 6,13 6.5,13 6.5,13 h 4 C 11,13 11,12.5 11,12.5 v -4 C 11,8 10.56,8 10.5,8 Z M 7,10 h 3 v 2 H 7 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,3 C 3,3 3,5 3,5 v 9 c 0,0 0,2 2,2 h 12 c 0,0 2,0 2,-2 V 5 c 0,0 0,-2 -2,-2 z m 0,2 h 12 v 9 H 5 Z m 1,13 v 1 h 10 v -1 c 0,-1 -1,-1 -1,-1 H 7 c 0,0 -1,0 -1,1 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 12.5,6 h 2 C 14.777,6 15,6.223 15,6.5 v 2 C 15,8.777 14.777,9 14.5,9 h -2 C 12.223,9 12,8.777 12,8.5 v -2 C 12,6.223 12.223,6 12.5,6 Z"/>
</svg>
|