blob: cc5f31c31b157823cdd94fbdc9be53ef16d3186e (
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 10,6 C 7.979,6.404 6.404,7.979 6,10 H 3 v 2 h 3 c 0.405,2.018 1.982,3.595 4,4 z m 2,0 v 10 c 2.021,-0.404 3.596,-1.979 4,-4 h 3 V 10 H 16 C 15.595,7.982 14.018,6.405 12,6 Z"/>
</svg>
|