blob: 85ad715b6cbb4c807a333eac8d0f38371877ee4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 24 24">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<g fill="#dfdfdf">
<path fill-opacity=".3" d="m3 1s-2 0-2 2v10s0 2 2 2h10c2 0 2-2 2-2v-10c0-2-2-2-2-2z"/>
<path d="m8 4.5 3.939 3.5h-7.878z"/>
<path d="m4.061 9h7.877v2h-7.877z"/>
</g>
</svg>
|