blob: bc403dd4d25ce39a116ddedadd579c5d00eacd6f (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 22 22">
<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="fill:currentColor" class="ColorScheme-Text" d="m14 14c1.108 0 2-.892 2-2v-8c0-1.108-.892-2-2-2h-12c-1.108 0-2 .892-2 2v8c0 1.108.892 2 2 2zm-13.638-5v-2h.5v2zm14.028 4.23h-12.78v-10.46h12.78z"/>
<path style="fill:currentColor" class="ColorScheme-NeutralText" d="m15 13.513c.552 0 1 .449 1 1 0 .552-.448 1-1 1s-1-.448-1-1c0-.551.448-1 1-1zm-1-6.513v4l.25 2h1.5l.25-2v-4z"/>
</svg>
|