blob: d6684730f07af234b020a4fbc141eaf9cd90180a (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" 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>
<path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m2 1c-2 0-2 2-2 2v8s0 2 2 2h12s2 0 2-2v-8s0-2-2-2z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m3 13.631h10v1.357h-10zm-1-12.631c-2 0-2 2-2 2v8s0 2 2 2h12s2 0 2-2v-8s0-2-2-2zm0 1h12c1 0 1 1 1 1v8c0 1-1 1-1 1h-12c-1 0-1-1-1-1v-8s0-1 1-1zm3.079 1.5 7 3.5-7 3.5z"/>
</svg>
|