1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" width="100%" height="100%" viewBox="0 0 16 16" xml:space="preserve">
<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>
<path style="fill:currentColor;fill-opacity:0.3" class="ColorScheme-Text" d="M8,0c-4.389,0 -8,3.611 -8,8c0,4.389 3.611,8 8,8c4.389,0 8,-3.611 8,-8c0,-4.389 -3.611,-8 -8,-8Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M8,0c-4.389,0 -8,3.611 -8,8c0,4.389 3.611,8 8,8c4.389,0 8,-3.611 8,-8c0,-4.389 -3.611,-8 -8,-8Zm0,1c3.84,0 7,3.16 7,7c0,3.84 -3.16,7 -7,7c-3.84,0 -7,-3.16 -7,-7c-0,-3.84 3.16,-7 7,-7Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M4,10.5l8,0l0,1l-8,0l0,-1Zm0,-3l8,0l0,1l-8,0l0,-1Zm0,-3l8,0l0,1l-8,0l0,-1Z"/>
</svg>
|