17 lines
649 B
XML
17 lines
649 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">
|
|
.ColorScheme-Text {
|
|
color: #ebdbb2;
|
|
}
|
|
|
|
.ColorScheme-Highlight {
|
|
color: #fb4934;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path opacity=".3" style="fill:currentColor" class="ColorScheme-Text"
|
|
d="m5 5s-1 0-1 1v9c0 1 1 1 1 1h2l1 1h6v-3l-1 1h-4l-1-1h-2v-7h10v1h2v-2c0-1-1-1-1-1h-12z" />
|
|
<path style="fill:currentColor" class="ColorScheme-Highlight"
|
|
d="m15 9-0.00001 4 0.25 2h1.5l0.25-2v-4zm0 7v2h2v-2z" />
|
|
</svg> |