21 lines
1010 B
XML
21 lines
1010 B
XML
|
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
|
||
|
<style
|
||
|
type="text/css"
|
||
|
id="current-color-scheme">
|
||
|
.ColorScheme-NegativeText {
|
||
|
color:#da4453;
|
||
|
}
|
||
|
.ColorScheme-Text {
|
||
|
color:#232629;
|
||
|
}
|
||
|
</style>
|
||
|
<rect style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NegativeText" 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"/>
|
||
|
<g fill="#fff">
|
||
|
<path d="M2 7v2h12V7z"/>
|
||
|
<path d="m15 14a1 1 0 0 1 -1 1 1 1 0 0 1 -1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1z"/>
|
||
|
<path d="m9 14a1 1 0 0 1 -1 1 1 1 0 0 1 -1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1z"/>
|
||
|
<path d="m12 14a1 1 0 0 1 -1 1 1 1 0 0 1 -1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1z"/>
|
||
|
</g>
|
||
|
</svg>
|