blob: 97c3b78f1a8867801ff484cda05aa9def9523296 (
plain)
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 V 6 H 5 v 3 c 0,2.974017 2.1617626,5.439976 5,5.916016 V 19 h 2 V 14.916016 C 14.838237,14.439976 17,11.974017 17,9 V 6 H 15 V 3 H 13 V 6 H 9 V 3 Z m 4,5 v 2 h 2 l -2,3 V 11 H 9 Z"/>
</svg>
|