blob: c1a440d3825239c8c629a78922d46b4073b43fdd (
plain) (
blame)
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:#5c616c; } .ColorScheme-Highlight { color:#367bf0; } .ColorScheme-NeutralText { color:#ffcc44; } .ColorScheme-PositiveText { color:#3db47e; } .ColorScheme-NegativeText { color:#dd4747; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2,2 C 2,2 1,2 1,3 V 14 C 1,14 1,15 2,15 H 9 V 11 H 11 V 9 H 15 V 5 C 15,4 14,4 14,4 H 9 L 7,2 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 12,10 V 12 H 10 V 14 H 12 V 16 H 14 V 14 H 16 V 12 H 14 V 10 Z"/>
</svg>
|