12 lines
423 B
XML
12 lines
423 B
XML
<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-NeutralText {
|
|
color:#f67400;
|
|
}
|
|
</style>
|
|
<circle style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NeutralText" cx="4" cy="4" r="4"/>
|
|
<path d="M3 1v4h2V1zm0 5v1.867A4 4 0 0 0 4 8a4 4 0 0 0 1-.13V6z" fill="#fff"/>
|
|
</svg>
|