blob: 1b720a77dd9c2412cbf74a73404ecd553e9a0728 (
plain)
1
2
3
4
5
6
7
8
|
<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-PositiveText" 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" />
</svg>
|