1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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="M 4,0 C 2,0 2,2 2,2 V 14 C 2,16 4,16 4,16 H 12 C 12,16 14,16 14,14 V 2 C 14,0 12,0 12,0 Z M 5.508,2.977 A 0.5,0.5 0 0 1 6.016,3.484 V 7.016 H 7.016 V 2.984 H 10.016 V 7.016 H 10.527 C 11.204,7.006 11.204,8.026 10.527,8.016 H 9.016 V 3.984 H 8.016 V 8.016 H 5.016 V 3.484 A 0.5,0.5 0 0 1 5.508,2.977 Z"/>
</svg>
|