blob: 317e567971adee99b169a750ad7248e7721412f6 (
plain)
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 6,5 C 5.45,5 5,5.45 5,6 v 11 l 2,2 h 11 c 0.55,0 1,-0.45 1,-1 V 6 C 19,5.45 18.55,5 18,5 Z M 7,7 H 17 V 17 H 16 V 12 H 8 v 5 H 7 Z m 5,6 h 2 v 4 h -2 z"/>
</svg>
|