14 lines
416 B
XML
14 lines
416 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:#dedede;
|
||
|
}
|
||
|
</style>
|
||
|
<g class="ColorScheme-Text" fill="currentColor">
|
||
|
<path d="M9.707 8l-6 6L3 13.293 8.293 8 3 2.707 3.707 2z"/>
|
||
|
<path d="M13.707 8l-6 6L7 13.293 12.293 8 7 2.707 7.707 2z"/>
|
||
|
</g>
|
||
|
</svg>
|