blob: 99d6fc6deb8e70afc68cd1d06fe21f52f6537b14 (
plain)
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 1,15 h 2 10 2 V 13 3 1 H 13 3 1 v 2 10 z m 8,-2 v -1.003906 -8 V 3 H 9.9804688 C 9.9873593,2.999861 9.993075,2.996094 10,2.996094 h 2 c 0.0069,0 0.01264,0.0038 0.01953,0.0039 H 13 v 0.9961 8 V 13 Z"/>
</svg>
|