blob: d72d2fdd2260886445ac09ccae29a3f0066a8aac (
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:#444444; } .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="11.5" r="2.5"/>
<circle style="fill:currentColor" class="ColorScheme-Text" cx="11.5" cy="11.5" r="2.5"/>
</svg>
|