blob: 43b2bed1a7fa670b20b3487f4ee310dcf7f97571 (
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 3c-1.6646105 0-3 1.3385648-3 3v10c0 1.657557 1.3385648 3 3 3h10c1.661435 0 3-1.342443 3-3v-10c0-1.6614352-1.342443-3-3-3zm1 10h8v2h-8zm4-6 4 5h-8z"/>
</svg>
|