blob: 83bd660990dc5cf380b7b64cb056dd81065ec39e (
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 2,1 v 1 6 7 H 4 V 9 h 2.3828125 l 0.7226563,1.447266 A 1,1 0 0 0 8,11 h 5 a 1,1 0 0 0 1,-1 V 4 A 1,1 0 0 0 13,3 H 9.6171875 L 8.8945312,1.5527344 A 1,1 0 0 0 8,1 H 4 3 Z"/>
</svg>
|