blob: f268f50cab39a77afc8f746a432daeb59224620a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<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>
<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>
|