1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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 5,3 C 4.4477,3 4,3.44772 4,4 v 14 c 0,0.552 0.4477,1 1,1 h 12 c 0.556,0 1,-0.452 1,-1 V 10.5 C 18,10.2426 17.879,9.8786 17.69,9.69 L 11.28,3.275 C 11.0925,3.08746 10.7701,3 10.5,3 Z m 1,2 h 4 l 6,6 v 6 H 6 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 14.5,3 c -0.552,0 -0.693,0.5146 -0.354,0.85352 l 3,2.99998 C 17.497,7.2041 18,6.942 18,6.5 v -3 C 18,3.21996 17.78,3 17.5,3 Z"/>
</svg>
|