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 6,3 C 4,3 4,5 4,5 v 12 c 0,2 2,2 2,2 h 5 V 17 H 6 V 5 h 10 v 4 h 2 V 5 C 18,3 16,3 16,3 Z M 8,8 C 7.446,8 7,8.45 7,9 7,9.55 7.446,10 8,10 8.554,10 9,9.55 9,9 9,8.45 8.554,8 8,8 Z m 6,0 c -0.553,0 -1,0.45 -1,1 h 2 C 15,8.45 14.553,8 14,8 Z m 1.5,2 C 13.567,10 12,11.57 12,13.5 12,15.43 13.567,17 15.5,17 17.433,17 19,15.43 19,13.5 19,11.57 17.433,10 15.5,10 Z m 0,2 C 16.33,12 17,12.67 17,13.5 17,14.33 16.33,15 15.5,15 14.67,15 14,14.33 14,13.5 14,12.67 14.67,12 15.5,12 Z M 8.1738,12.8301 7.4668,13.539 C 8.4038,14.479 9.674,15 11,15 V 14 C 9.94,14 8.9228,13.58 8.1738,12.8301 Z M 13,17 c -0.312,1.23 0,2 0,2 h 5 c 0,0 0.335,-1 0,-2 -0.18,0.16 -1.566,1 -2.5,1 -0.934,0 -2.139,-0.69 -2.5,-1 z"/>
</svg>
|