14 lines
480 B
XML
14 lines
480 B
XML
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
|
color:#333333;
|
|
}
|
|
.ColorScheme-Highlight {
|
|
color:#5294e2;
|
|
}</style>
|
|
</defs>
|
|
<circle class="ColorScheme-Highlight" fill="currentColor" cx="8" cy="8" r="7"/>
|
|
<rect x="3" y="6" width="8" height="4" ry="2" fill="#ffffff" opacity=".35"/>
|
|
<circle cx="10" cy="8" r="3" fill="#ffffff"/>
|
|
</svg>
|