15 lines
454 B
XML
15 lines
454 B
XML
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#eff0f1;
|
|
}
|
|
</style>
|
|
<g class="ColorScheme-Text" fill="currentColor">
|
|
<path d="M8 7.293l-6 6 .707.707L8 8.707 13.293 14l.707-.707z"/>
|
|
<path d="M8 3.293l-6 6 .707.707L8 4.707 13.293 10 14 9.293z"/>
|
|
<path d="M2 2h12v1H2z"/>
|
|
</g>
|
|
</svg>
|