blob: b280a231d270d7ba0d9d05ff2d2fa7642a78e097 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" 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 6,5 v 1 6 7 h 2 v -6 h 2.382813 l 0.722656,1.447266 A 1,1 0 0 0 12,15 h 5 a 1,1 0 0 0 1,-1 V 8 A 1,1 0 0 0 17,7 H 13.617188 L 12.894531,5.5527344 A 1,1 0 0 0 12,5 H 8 7 Z"/>
</svg>
|