17 lines
656 B
XML
17 lines
656 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">
|
|
.ColorScheme-Text {
|
|
color: #ebdbb2;
|
|
}
|
|
|
|
.ColorScheme-Highlight {
|
|
color: #fb4934;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<g>
|
|
<path style="fill:currentColor" class="ColorScheme-Highlight"
|
|
d="m 10,9 0,2 4,0 0,-2 3,3 -3,3 0,-2 -4,0 0,2 -3,-3 z m 2,-5 c -4.4179185,-10e-8 -8.0000001,3.5820815 -8,8 -10e-8,4.417918 3.5820815,8 8,8 4.417918,0 8,-3.582082 8,-8 0,-4.4179185 -3.582082,-8.0000001 -8,-8 z" />
|
|
</g>
|
|
</svg> |