15 lines
595 B
XML
15 lines
595 B
XML
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||
|
<style
|
||
|
type="text/css"
|
||
|
id="current-color-scheme">
|
||
|
.ColorScheme-Text {
|
||
|
color:#363636;
|
||
|
}
|
||
|
.ColorScheme-NegativeText {
|
||
|
color:#da4453;
|
||
|
}
|
||
|
</style><g transform="translate(1,1)">
|
||
|
<path d="M15 3l-4.94 4.94 4 4L19 7zM5.707 8L5 8.707 8.793 12.5 4 17.293l.707.707L9.5 13.207 13.293 17l.707-.707z" class="ColorScheme-Text" fill="currentColor"/>
|
||
|
<path d="M3.707 3L3 3.707 18.293 19l.707-.707z" class="ColorScheme-NegativeText" fill="currentColor"/>
|
||
|
</g></svg>
|