blob: b6fed10a1f4d779ab7fd2bd6054baf69de5cc76f (
plain)
1
2
3
4
5
6
7
8
|
<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:#dfdfdf; } .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 11 6 L 11 9 L 3 9 L 3 13 L 11 13 L 11 16 L 15.5 13.5 L 20 11 L 15.5 8.5 L 11 6 z"/>
</svg>
|