blob: bfca73cad79bbdf72ea6a64ea39cfc854e8b1b83 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<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;stroke:currentColor;stroke-width:1px;stroke-linejoin:round" class="ColorScheme-Text" d="M 1.5,8.5 H 14.5 L 10.5,12 V 13.5 H 5.5 V 12 Z"/>
<path style="fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round" class="ColorScheme-Text" d="M 5,5 C 5,5 6,4 8,4 10,4 11,5 11,5"/>
</svg>
|