12 lines
523 B
XML
12 lines
523 B
XML
<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-PositiveText {
|
|
color:#27ae60;
|
|
}
|
|
</style>
|
|
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-PositiveText" d="M1 0C.446 0 0 .446 0 1v6c0 .554.446 1 1 1h6c.554 0 1-.446 1-1V1c0-.554-.446-1-1-1z"/>
|
|
<path d="M4 1a2 2 0 0 0-2 2l.002 1H1v3h6V4H6V3a2 2 0 0 0-2-2zm0 1a1 1 0 0 1 1 1v1H3V3a1 1 0 0 1 1-1z" fill="#fff"/>
|
|
</svg>
|