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 7,4 C 5,4 5,6 5,6 v 12 c 0,2 2,2 2,2 h 5 V 18 H 7 V 6 h 10 v 4 h 2 V 6 C 19,4 17,4 17,4 Z m 2,5 c -0.554,0 -1,0.45 -1,1 0,0.55 0.446,1 1,1 0.554,0 1,-0.45 1,-1 C 10,9.45 9.554,9 9,9 Z m 6,0 c -0.553,0 -1,0.45 -1,1 h 2 C 16,9.45 15.553,9 15,9 Z m 1.5,2 C 14.567,11 13,12.57 13,14.5 13,16.43 14.567,18 16.5,18 18.433,18 20,16.43 20,14.5 20,12.57 18.433,11 16.5,11 Z m 0,2 C 17.33,13 18,13.67 18,14.5 18,15.33 17.33,16 16.5,16 15.67,16 15,15.33 15,14.5 15,13.67 15.67,13 16.5,13 Z M 9.1738,13.8301 8.4668,14.539 C 9.4038,15.479 10.674,16 12,16 V 15 C 10.94,15 9.9228,14.58 9.1738,13.8301 Z M 14,18 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>
|