blob: 50f47738d2f76a34f28e719adcd8d881765202ba (
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:#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 11,5 -3,5 h 2 v 2 c 0,1.679 -1.32,3 -3,3 H 4 v 2 h 3 c 1.62,0 3.08,-0.788 4,-1.984 0.92,1.196 2.38,1.984 4,1.984 h 3 v -2 h -3 c -1.68,0 -3,-1.321 -3,-3 v -2 h 2 z"/>
</svg>
|