blob: a6c05b76d7b07ccafe57b107337914dcb9d5d0a7 (
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="m6 5v9c0 1.104854 0.9004563 2 2 2h6c1.099544 0 2-0.895146 2-2v-9c0-1.0953217-0.895146-2-2-2h-6c-1.1048543 0-2 0.8991574-2 2zm2.0000002 12-2e-7 3h6v-3z"/>
</svg>
|