blob: 9c4cf1790b745dcb5765d610ad89d20b0e31ecc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
<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>
<circle style="fill:currentColor" class="ColorScheme-Text" cx="4.5" cy="12.5" r="2.5"/>
<circle style="fill:currentColor" class="ColorScheme-Text" cx="4.5" cy="3.5" r="2.5"/>
<circle style="fill:currentColor" class="ColorScheme-Text" cx="11.5" cy="10.5" r="2.5"/>
<path style="fill:none;stroke:currentColor;stroke-width:1px" class="ColorScheme-Text" d="M 4.5,12.5 V 3.5 L 11.5,10.5"/>
</svg>
|