1
2
3
4
5
6
7
8
|
<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:#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="M4.577,9.803l0,3.43c0,0.944 0.767,1.711 1.712,1.711l3.422,-0c0.945,-0 1.712,-0.767 1.712,-1.711l-0,-3.43l0.757,0c0.245,0 0.443,-0.224 0.443,-0.5c0,-0.276 -0.198,-0.5 -0.443,-0.5l-8.36,0c-0.245,0 -0.443,0.224 -0.443,0.5c-0,0.276 0.198,0.5 0.443,0.5l0.757,0Zm5.846,0l-0,3.43c-0,0.392 -0.319,0.711 -0.712,0.711c0,-0 -3.422,-0 -3.422,-0c-0.393,-0 -0.712,-0.319 -0.712,-0.711l0,-3.43l4.846,0Zm-5.846,-3.56l0,-3.43c0,-0.944 0.767,-1.711 1.712,-1.711l3.422,-0c0.945,-0 1.712,0.767 1.712,1.711l-0,3.43l0.757,-0c0.245,-0 0.443,0.224 0.443,0.5c0,0.276 -0.198,0.5 -0.443,0.5l-8.36,-0c-0.245,-0 -0.443,-0.224 -0.443,-0.5c-0,-0.276 0.198,-0.5 0.443,-0.5l0.757,-0Zm5.846,-0l-0,-3.43c-0,-0.392 -0.319,-0.711 -0.712,-0.711c0,-0 -3.422,-0 -3.422,-0c-0.393,-0 -0.712,0.319 -0.712,0.711l0,3.43l4.846,-0Z"/>
</svg>
|