12 lines
398 B
XML
12 lines
398 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 1v2H1v2h2v2h2V5h2V3H5V1z" fill="#fff"/>
|
|
</svg>
|