13 lines
681 B
XML
13 lines
681 B
XML
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#eff0f1;
|
|
}
|
|
</style>
|
|
<rect fill="#7f8c8d" height="16" rx="2" width="16"/>
|
|
<path style="fill:currentColor;fill-opacity:0.6;stroke:none" class="ColorScheme-Text" d="M2 0C.892 0 0 .892 0 2v12c0 1.108.892 2 2 2h12c1.108 0 2-.892 2-2V2c0-1.108-.892-2-2-2zm0 1h12c.554 0 1 .446 1 1v12c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V2c0-.554.446-1 1-1z"/>
|
|
<path d="M3.414 2L2 3.414 6.586 8 2 12.586 3.414 14 8 9.414 12.586 14 14 12.586 9.414 8 14 3.414 12.586 2 8 6.586z" fill="#fff"/>
|
|
</svg>
|