blob: bc1c0ef3ab46d3cdadb489fef15ce198f315f0ad (
plain)
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="M0,3l0,10l1.385,0l0,-10l-1.385,0Zm14.615,0l-0,10l1.385,0l0,-10l-1.385,0Zm-9.615,2l0,6l6,0l0,-6l-6,0Z"/>
</svg>
|