12 lines
393 B
XML
12 lines
393 B
XML
<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Highlight {
|
|
color:#3daee9;
|
|
}
|
|
</style>
|
|
<rect style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Highlight" height="8" rx="1" width="8"/>
|
|
<path d="M3 1h2v2H3zm0 3v4h2V4z" fill="#fff"/>
|
|
</svg>
|