9 lines
617 B
XML
9 lines
617 B
XML
<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>
|
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8,1 C 4.16,1 1,4.16 1,8 1,11.84 4.16,15 8,15 11.84,15 15,11.84 15,8 15,4.16 11.84,1 8,1 Z M 8,6 C 9.1,6 10,6.9 10,8 10,9.1 9.1,10 8,10 6.9,10 6,9.1 6,8 6,6.9 6.9,6 8,6 Z"/>
|
|
</svg>
|