1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" width="100%" height="100%" viewBox="0 0 16 16" xml:space="preserve">
<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;fill-opacity:0.3" class="ColorScheme-Text" d="M4,1c0,0 -2,0 -2,2l0,5l7,7l7,-7l-7,-7l-5,0Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M4,1c0,0 -2,0 -2,2l0,5l7,7l7,-7l-7,-7l-5,0Zm4.586,1l-4.586,0c0,-0 -1,-0 -1,1l0,4.586l6,6l5.586,-5.586l-6,-6Z"/>
</svg>
|