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="M15.26,12.284l-3.031,2.976l-9.147,-0c-1.293,-0 -2.342,-1.049 -2.342,-2.342l0,-9.836c0,-1.293 1.049,-2.342 2.342,-2.342l9.836,-0c1.293,-0 2.342,1.049 2.342,2.342l0,9.202Zm-0.895,-0.013l0,-9.109c0,-0.843 -0.684,-1.527 -1.527,-1.527l-9.676,-0c-0.843,-0 -1.527,0.684 -1.527,1.527l-0,9.676c-0,0.843 0.684,1.527 1.527,1.527l9.067,-0l-0,-2.094l2.136,-0Zm-2.365,0.161l0,-3.635l-8,0l0,3.635l8,0Zm-1,-1l0,-1.635l-6,0l0,1.635l6,0Zm1,-4.229l0,-3.635l-8,-0l0,3.635l8,-0Zm-1,-1l0,-1.635l-6,-0l0,1.635l6,-0Z"/>
</svg>
|