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:#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="M7.389,10.6l-5.754,-0l0,1.009l5.754,-0l0,-1.009Zm6.976,-3.104l-6.976,0l0,1.008l6.976,0l0,-1.008Zm-6.976,-3.032l-5.754,0l0,1.009l5.754,0l0,-1.009Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M10,10l0,6l5,0l0,-6l-5,0Zm-0.705,5.26l-6.213,0c-1.293,0 -2.342,-1.049 -2.342,-2.342l-0,-9.836c-0,-1.293 1.049,-2.342 2.342,-2.342l9.836,0c1.293,0 2.342,1.049 2.342,2.342l0,6.285l-0.895,-0l0,-6.205c0,-0.843 -0.684,-1.527 -1.527,-1.527l-9.676,0c-0.843,0 -1.527,0.684 -1.527,1.527l0,9.676c0,0.843 0.684,1.527 1.527,1.527l6.133,0l-0,0.895Zm1.705,-1.26l1,0l-0,1l-1,0l-0,-1Zm2,0l1,0l-0,1l-1,0l-0,-1Zm-2,-2l1,0l-0,1l-1,0l-0,-1Zm2,0l1,0l-0,1l-1,0l-0,-1Z"/>
</svg>
|